﻿html {
    background: #ffffff;
    font-size: 16px;
    color: #666;
    font-family: 'Microsoft YaHei',Arial;
}

body {
    min-width: 1220px;
}

.g_cw {
    width: 1220px;
    padding: 0 10px;
    margin: 0 auto;
}

.g_cw::before,
.g_cw::after {
    content: '';
    display: block;
    clear: both;
}

.g_mt {
    margin-top: 80px;
}

.g_mt::before,
.g_mt::after {
    content: '';
    display: block;
    clear: both;
}

.g_mb {
    margin-bottom: 80px;
}

.g_mb::before,
.g_mb::after {
    content: '';
    display: block;
    clear: both;
}

@media (max-width: 1024px) {
    body {
        min-width: 0;
    }

    .g_cw {
        width: 100%;
        margin-top: 60px;
    }

    .news .g_cw .g_title {
        margin-top: -40px;
    }

    .main-content .g_cw {
        margin-top: -20px;
    }

    .main-content .g_cw .table {
        padding-bottom: 20px;
    }
}

@media (max-width: 700px) {
    .g_mt {
        margin-top: 40px;
    }

    .g_mb {
        margin-bottom: 40px;
    }
}


.g_title {
    clear: both;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 43px;
}

.g_title .h1 {
    font-size: 90px;
    font-weight: bold;
    color: #ededed;
}

.g_title .l1 {
    font-size: 28px;
    font-weight: bold;
    color: #000;
    line-height: 24px;
    margin-top: -65px;
}

.g_title .l1 .line1 {
    width: 24px;
    height: 1px;
    background: #42725a;
    display: inline-block;
    margin: 10px;
}

.g_title .l2 {
    margin-top: 30px;
    line-height: 24px;
}

.g_title .l3 {
    font-size: 12px;
    color: #999;
    padding-top: 12px;
}

@media (max-width: 700px) {
    .g_title {
        margin-bottom: 40px;
    }
}


.g_header {
    clear: both;
    z-index: 99;
    position: relative;
    border-bottom: 1px solid #4d4d4d;
    height: 85px;
    background: rgba(0,0,0,.5);
}


.g_header .bar {
    display: none;
}

.g_header .logo_pc {
    float: left;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    height: 100%; /*border-right: 1px solid #4d4d4d;*/
}

.g_header .logo_pc a {
    display: inline-block;
    padding: 20px 35px 0 62px;
}

.g_header .logo_pc a img {
    width: 200px;
}

.g_header .main .con {
    overflow: hidden;
    height: 100px;
    position: relative;
}

.g_header .main .nav {
    display: inline-block;
    text-align: center;
    padding-left: 130px;
}

.g_header .main .nav > li {
    display: inline-block;
}

.g_header .main .nav > li > a {
    display: inline-block;
    margin: 0 26px;
    padding: 40px 0 0px;
    font-size: 16px;
    text-align: center;
}

.g_header .main .nav > li:last-child > a {
    margin-right: 0;
}

.g_header .main .nav > li > a > p {
    transition: ease .3s;
}

.g_header .main .nav > li > a > p > b {
    display: block;
    color: #fff;
    font-weight: normal;
    line-height: 1;
    transition: ease .3s;
}

.g_header .main .nav > li > a > p .en {
    display: block;
    color: #A4A4A4;
    font-size: 12px;
    transform: scale(.8);
    transition: ease .3s;
}

.g_header .main .nav > li > a.current,
.g_header .main .nav > li > a:hover {
    color: #e62129;
}

.g_header .main .nav > li > a.current > p > b {
    font-weight: bold;
    color: #e62129;
}

.g_header .main .nav > li > a:hover > p > b {
    color: #e62129;
}

.g_header .main .nav > li > a.current > p .en,
.g_header .main .nav > li > a:hover > p .en {
    color: #e62129;
}

.g_header .main .con .book {
    height: 85px;
    width: 240px;
    background: #e62129;
    padding: 20px 0 0 20px;
    clear: both;
    float: right;
    top: 0;
    right: 0;
}

.g_header .main .con .book .phone {
    float: left;
    display: block;
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 26px;
    margin: 10px 10px 0 0;
}

.g_header .main .con .book .phone img {
    width: 11px;
}

.g_header .main .con .book .font {
    float: left;
}

.g_header .main .con .book .font .s1 {
    font-size: 12px;
    color: rgba(255,255,255,.9);
    display: block;
}

.g_header .main .con .book .font .s2 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    display: block;
}

@media (max-width: 1350px) {
    .g_header .main .nav {
        padding-left: 0;
    }
}

@media (max-width: 1024px) {
    body {
        padding-top: 60px;
    }

    .g_header {
        background: transparent;
        height: auto;
    }

    .g_header .bar {
        position: relative;
        display: block;
        position: fixed;
        z-index: 100;
        left: 0;
        top: 0;
        right: 0;
        height: 60px;
        background: #fff;
        color: #875F23;
        border-bottom: 1px solid #4d4d4d;
    }

    .g_header .bar .menu {
        position: absolute;
        right: 0;
        top: 0;
        display: inline-block;
        padding: 0 10px;
        line-height: 60px;
    }

    .g_header .bar .menu img {
        vertical-align: middle;
        height: 32px;
    }

    .g_header .bar .logo {
        font-size: 22px;
        font-weight: bold;
        line-height: 60px;
        color: #4d4d4d;
        padding-left: 10px;
    }

    .g_header .bar .logo img {
        max-height: 36px;
        vertical-align: middle;
    }

    .g_header .main .con {
        text-align: left;
        height: auto;
    }

    .g_header .logo_pc {
        display: none;
    }

    .g_header .main .nav {
        display: block;
        height: auto;
        padding: 10px 0;
        margin-top: 0;
        line-height: 1;
        visibility: hidden;
        opacity: 0;
        position: fixed;
        z-index: 99;
        left: 0;
        top: -100%;
        bottom: 100%;
        right: 0;
        background: #fff;
        border-top: 0;
        transition: ease .4s;
    }

    .g_header .main .nav > li {
        display: block;
        text-align: left;
    }

    .g_header .main .nav > li > a {
        width: auto;
        padding: 20px 50px;
        margin: 0;
    }

    .g_header .main .nav > li > a > p > b {
        margin-bottom: 5px;
        color: #4d4d4d;
    }

    .g_header .main .nav > li > a > p .en {
        font-size: 8px;
        margin-left: 0;
        transform: none;
    }

    .g_header .main .nav.show {
        visibility: visible;
        opacity: 1;
        top: 60px;
        bottom: 0;
    }

    .g_header .main .con .book {
        display: none;
    }
}








.g_footer {
    clear: both;
    border-top: 1px solid #eaeaea;
    background: #f0f0f0;
    margin-top: 20px;
}

.g_footer .top .nav {
    padding: 85px 0 77px 0;
    margin-left: -50px;
}

.g_footer .top .nav > li {
    float: left;
    padding-left: 30px;
}

.g_footer .top .nav > li .box {
    padding-right: 30px;
    border-right: 1px solid #e2e2e2;
/*    height: 180px;*/
}

.g_footer .top .nav > li .box .line {
    width: 15px;
    height: 1px;
    background: #e2e2e2;
    display: block;
    margin: 18px 0 21px 0;
}

.g_footer .top .nav > li .h1 {
    font-size: 18px;
    color: #333;
}

.g_footer .top .nav > li .p1 {
    max-width:100px;
    line-height: 30px;
    color: #999;
}

.g_footer .top .nav > li .contact-us {
    line-height: 30px;
    color: #999;
}

.g_footer .top .nav > li.li_lx {
    max-width: 350px
}

.g_footer .top .right {
    padding-top: 85px;
    width: 120px;
}

.g_footer .top .right .p1 {
    background: #e62129;
    padding: 13px 0;
    color: #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    position: relative;
}

.g_footer .top .right .p1 .t {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #e62129;
    position: absolute;
    top: -10px;
    left: 55px;
}

.g_footer .top .right .gzh {
    padding: 10px 14px;
    background: #d9d9d9;
}
.g_footer .top .right .gzh img {
    width:100%;
}

.g_footer .bottom {
    padding: 22px 0;
    color: #666;
    border-top: 1px solid #e2e2e2;
    text-align: center;
}

.g_footer .top .nav > li .box a:hover, .g_footer .top .nav > li .box a:hover .p1 {
    color: #e62129;
}

@media (max-width: 1024px) {
    .g_footer .top .nav {
        float: none;
        padding: 30px 0 0 0;
        margin-left: -20px;
    }

    .g_footer .top .right {
        float: none;
        padding: 0;
        text-align: center;
        margin: 0 auto;
        display: none;
    }

    .g_footer .top .nav {
        margin-bottom: 0;
    }

    .g_footer .top .nav > li {
        width: 20%;
        padding-bottom: 30px;
    }

    .g_footer .top .nav > li .box {
        border: 0;
    }

    .g_footer .top .nav > li:nth-child(5n+1) {
        clear: both;
    }

    .g_footer .top .nav .li_lx {
        padding-left: 0;
        color: #333;
    }

    .g_footer .bottom {
        padding: 22px 10px;
    }

    .g_footer .top .nav > li .p1 {
        color: #333;
    }
    .g_footer .top .nav > li .contact-us {
        color: #333;
    }
}

@media (max-width: 900px) {
    .g_footer .top .nav > li {
        width: 33.33%;
        text-align:;
    }

    .g_footer .top .nav .li_lx {
        width: 50%;
        padding-left: 30px;
    }

    .g_footer .top .nav > li.li_lx {
        width: 100%;
    }

    .g_footer .top .nav > li .box {
        padding-right: 0;
        border: 0;
    }

    .g_footer .top .nav > li:nth-child(n) {
        clear: none;
    }

    .g_footer .top .nav > li:nth-child(3n+1) {
        clear: both;
    }
}

@media (max-width: 667px) {
    .g_footer .top .right {
        margin-top: 30px;
    }
}

@media (max-width: 400px) {
    .g_footer .top .nav > li {
        padding-bottom: 20px;
        text-align: center;
        width: 50%;
    }

    .g_footer .top .nav > li:nth-child(3n+1) {
        clear: none;
    }

    .g_footer .top .nav .li_lx {
        width: 100%;
    }

    .g_footer .top .nav > li .box {
        height: auto;
    }

    .g_footer .top .nav > li .box .line {
        margin: 10px 0;
        display: inline-block;
    }
}

/*--二级页面二级菜单--*/
.table {
    max-width: 1220px;
    margin: 0 auto;
    padding-bottom: 50px;
    text-align: center;
}

.table .nav-child {
    margin-left: -6px;
}

.table .nav-child > li {
    display: inline-block;
    padding: 0 5px;
    margin: 0 0 15px 0;
}

.table .nav-child > li .box {
    display: block;
    padding: 17px 30px;
    background: #42725a;
    color: #fff;
    text-align: center;
}

.table .nav-child > li .box:hover {
    background: #e62129;
}

.table .nav-child > li .on {
    background: #e62129;
}

/*--内页--*/
.main2 {
    background: url(/content/images/index_bg1.jpg) no-repeat center center;
    height: 270px;
    background-size: cover;
}

.main2 .list {
    padding-top: 35px;
}

.main2 .list > li {
    float: left;
    width: 25%;
    padding: 0 1%;
    box-sizing: border-box;
}

.main2 .list > li .box {
    text-align: center;
}

.main2 .list > li .box .ico {
    width: 90px;
    height: 90px;
    border: 2px solid #42725a;
    border-radius: 50%;
    text-align: center;
    line-height: 130px;
    margin: 0 auto;
}

.main2 .list > li .box .p1 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding-top: 22px;
}

.main2 .list > li .box .p2 {
    font-size: 16px;
    color: rgba(255,255,255,.6);
    padding-top: 14px;
}

@media (max-width: 1024px) {
}

.page {
    background: #f5f5f5;
    border-bottom: 1px solid #eaeaea;
    height: 60px;
    line-height: 60px;
    margin-top: -85px;
    margin-bottom: 30px;
}

.page .ico {
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    padding: 0 25px;
    margin-right: 16px;
}

.page .ico img {
    width: 18px;
}

.page .left a:hover {
    color: #e62129;
}

@media (max-width: 1024px) {
    .page {
        margin-top: -85px;
        margin-bottom: 50px;
        height: 40px;
        line-height: 40px;
    }
    .page .ico {
        padding: 0 10px;
    }
}


.news {
    padding: 0 0 50px;
}

.news .list {
    margin-left: -15px;
}

.news .list > li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
}

.news .list > li .box {
    display: block;
}

.news .list > li .box .pic {
}

.news .list > li .box .font {
    padding: 12px 16px 0 0;
}

.news .list > li .box .font .p1 {
    font-size: 22px;
    color: #333;
    font-weight: bold;
}

.news .list > li .box .font .p2 {
    font-size: 16px;
    padding: 6px 0 10px 0;
    line-height: 1.8;
}

.news .list > li .box .font .p3 {
    font-size: 14px;
    color: #999;
}

.news .list > li a.box:hover .p1 {
    color: #e62129;
}

.news .more {
    clear: both;
    text-align: center;
}

.news .more a {
    margin: 0 auto;
    padding: 8px 24px;
    background: #e62129;
    color: #fff;
    font-size: 14px;
    display: inline-block;
}

.news .more a:hover {
    background: #42725a;
}

/*@media (max-width: 1024px) {
    .news .list > li {
        width: 50%;
        padding-bottom: 30px;
    }
}

@media (max-width: 600px) {
    .news .list > li {
        width: 100%;
    }
}*/

@media (min-width: 600px) {
    .news .list > li .box .pic {
        float: left;
        width: 200px;
        height:134px;
    }
    .news .list > li .box .font {
        float: left;
        width: 990px;
        padding: 10px 0 0 30px;
        box-sizing: border-box;
    }
}

.page-content {
    clear: both;
    font-size: 16px;
    line-height: 1.8;
    overflow: hidden;
}

.page-content-about p {
    margin: 0 0 10px 0;
}

.page-content-about img {
    max-width: 100%;
}

.pagination {
    clear: both;
    text-align: center;
    padding-top: 35px;
    font-size: 14px;
    font-family: Arial;
}

.pagination a {
    margin: 0 2px;
    padding: 10px 15px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    color: #666;
}

.pagination a:hover {
    color: #fff;
    background-color: #e62129;
    position: relative;
}

/*.pagination a.last, .pagination a.first {
	background-repeat: no-repeat;
}

.pagination a.last {
	border-right-width: 1px;
	background-position: -326px 50%;
}

.pagination a.first {
	background-position: 12px 50%;
}*/

.pagination strong {
    position: relative;
    z-index: 2;
    margin: 0 2px;
    padding: 10px 15px;
    overflow: hidden;
    color: #826000;
    color: #fff;
    background-color: #e62129;
    border: 1px solid #e62129;
}


#photo_show {
    padding: 20px 0 0 0;
}

#photo_title {
    padding: 0 0 20px;
    font-size: 24px;
    color: #333;
    text-align: center;
}

#photo_source {
    text-align: center;
}

#photo_source img {
    /*padding: 6px;
	border: 1px solid #ddd;*/
}

#photo_about {
    padding: 20px 0 10px 0;
    font-size: 16px;
    line-height: 2em;
}

#photo_near {
    padding: 20px 0 0 0;
    color: #666;
    font-size: 12px;
    line-height: 22px;
}

#photo_near a {
    color: #666;
    font-size: 12px;
}

.news h1 {
    padding: 20px 0 0 0;
    font-size: 28px;
    color: #333;
    font-weight: normal;
    text-align: center;
    margin-bottom: 10px;
}

.news .date_time {
    font-size: 14px;
    color: #a0a0a0;
    text-align: center;
    margin-bottom: 20px;
}

.news .news_con {
    padding: 20px 0 30px 0;
    font-size: 16px;
    line-height: 1.8;
}

.news .news_con p {
    padding: 0 0 10px 0;
}

.news .news_con img {
    max-width: 765px;
}

.news_pn {
    color: #666;
    font-size: 14px;
    line-height: 22px;
}

.news_pn span a {
    color: #666;
}
.news_pn span a:hover {
    color: #e62129;
}


/*视频背景banner*/
#banandnew {
    width: 100%;
    overflow: hidden;
    background: #000;
}

.indexFloat {
    position: absolute;
    top: 0;
    width: 100%;
    height: calc(100%);
    padding-top: 300px;
    background: url(/content/images/dot.png) repeat;
    /* background-color: rgba(0,0,0,.7); */
    z-index: 100;
}

.indexlogo {
    width: 293px;
    height: 49px;
    margin: 0 auto;
    margin-bottom: 43px;
}

.indexlogo img {
    width: 100%;
}

.indextitle {
    text-align: center;
    color: #fff;
    font-size: 48px;
    font-weight: bold;
}

.btmheight {
    margin-bottom: 25px;
}

.indexinfo {
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-bottom: 128px;
}

.indexicon {
    width: 45px;
    height: 81px;
    background: url(/content/images/scroll.png) no-repeat 0px 0px;
    background-size: 100% auto;
    margin: 0 auto;
    cursor: pointer;
}

.indexicon:hover {
    background: url(/content/images/scroll2.png) no-repeat 0px 0px;
    background-size: 100% auto;
}

.index-video {
    top: -100px;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.index-video video {
    width: 100%;
    display: block;
}

.culture li {
    float: left;
    width: 25%;
    padding: 0 20px 40px 0;
    box-sizing:border-box;
}
.culture li.long {
    width: 50%;
}
.culture li .title {
    padding: 0 0 0 15px;
    border-left: 1px solid #e62129;
    color: #333;
    font-size: 22px;
    font-weight:bold;
}
.culture li .content {
    height: 150px;
    padding: 0 0 0 15px;
    border-left: 1px solid #333;
    font-size: 16px;
}

.page-honor li {
    float: left;
    width: 25%;
    height: 240px;
    padding: 0 15px 20px;
    box-sizing:border-box;
}
.page-honor li span {
    display: block;
    width: 275px;
    height: 170px;
    margin: 0 auto;
    line-height: 170px;
    text-align: center;
    overflow: hidden;
    vertical-align: middle;
    background: #fff;
}
.page-honor li span img {
    vertical-align: middle;
    border: 0;
    max-width: 275px;
    max-height: 170px;
}
.page-honor li p {
    padding:10px 0 0 0;
    text-align: center;
}

@media (max-width: 1024px) {
    .culture li, .culture li.long {
        width: 100%;
    }
    .culture li .content {
        height: auto;
        padding-bottom:5px;
    }
    .page-honor li {
        width: 50%;
    }
}
@media (max-width: 480px) {
    .page-honor li {
        width: 100%;
    }
}

.g_header .main .con .book {
  padding: 20px 0 0 10px;
}
.g_header .main .con .book .font {
  font-size: 11px;
  color: #fff;
}