﻿* {
    padding: 0;
    margin: 0;
}

a,
a:visited,
a:link {
    color: inherit;
    text-decoration: none;
}

ul,
ol,
li {
    list-style-type: none;
}

img {
    max-width: 100%;
}

.relative {
    position: relative;
    z-index: 10;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

body {
    font-size: 14px;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, SimSun;
    line-height: 1.8;
    overflow-x: hidden;
    color: #000;
    background: #fff;
}

.relative {
    position: relative;
}

.container {
    margin: auto;
    width: 1200px;
}

.block:after {
    content: "";
    display: block;
    clear: both;
}

h4.related {
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    line-height: 32px;
    margin: 0 10px;
    height: 32px;
}

h4.related span {
    display: inline-block;
    border-bottom: 2px solid #666;
}

.relatedlist {
    margin: 0 10px;
    padding: 10px 0;
    overflow: hidden;
}

ul.relate_news li a {
    display: block;
    line-height: 30px;
    border-bottom: 1px dotted #ccc;
    color: inherit;
}

ul.relate_pr li {
    width: 20%;
    float: left;
}

ul.relate_pr li a {
    display: block;
    margin: 5px;
    text-align: center;
    line-height: 30px;
    color: inherit;
}

ul.relate_pr li img {
    width: 226px;
    height: 168px;
    display: block;
}

ul.relate_pr p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/**/

.header {
    position: relative;
    overflow: hidden;
    padding: 30px 0 100px;
    min-height: 300px;
    box-sizing: border-box;
}

.header_bg img {
    width: 100%;
    height: auto;
    display: block;
}

.header_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.logo img {
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
    width: auto;
}

.logo {
    height: 50px;
    margin-right: 50px;
}


/**/

.nav li {
    display: inline-block;
    position: relative;
}

.nav li a {
    display: block;
    color: #fff;
    font-weight: bold;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    font-size: 14px;
    position: relative;
    line-height: 50px;
    padding: 0 30px;
}

.nav>ul>li>a:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    color: transparent;
    content: '.';
    text-shadow: 0 0 transparent;
    font-size: 30px;
    -webkit-transition: text-shadow 0.3s, color 0.3s;
    -moz-transition: text-shadow 0.3s, color 0.3s;
    transition: text-shadow 0.3s, color 0.3s;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    line-height: 30px;
}

.nav li a:hover:after,
.nav li a.cur:after {
    color: #fff;
    text-shadow: 10px 0 #fff, -10px 0 #fff;
}

.nav li a:hover,
.nav li a.cur {
    color: #ecd1b2;
}

.nav li ul {
    position: absolute;
    width: 100%;
    display: block;
}

.nav li:hover ul {
    display: block;
}

.nav li ul li a:hover {
    background: #f5f5f5;
}

.nav li ul li a {
    color: #262626;
    font-weight: normal;
    line-height: 36px;
    padding: 0;
    text-align: center;
}

.nav li ul li {
    display: block;
}

.nav li ul {
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 99;
    border-radius: 0 0 5px 5px;
    top: 40px;
    padding: 5px 0;
    display: none;
}


/**/

.banner {
    width: 1200px;
    margin: 60px auto 0;
    box-sizing: border-box;
    padding: 0 60px;
    position: relative;
}

.banner .bd li img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

span.prev_b {
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(../images/arrows.png) no-repeat left center;
    left: 0;
    top: calc(50% - 20px);
    cursor: pointer;
}

span.next_b {
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(../images/arrows.png) no-repeat right center;
    right: 0;
    top: calc(50% - 20px);
    cursor: pointer;
}


/**/

.one {
    padding: 80px 0;
    background: #fff;
}

.title {
    text-align: center;
}

.title h3 {
    color: #212121;
    letter-spacing: 3px;
    position: relative;
    font-size: 40px;
    padding: 20px 0;
    line-height: 46px;
}

.title h3:before {
    content: "";
    width: 10%;
    height: 2px;
    background: #dadada;
    position: absolute;
    top: 50%;
    left: 28%;
}

.title h3:after {
    content: "";
    width: 10%;
    height: 2px;
    background: #dadada;
    position: absolute;
    top: 50%;
    right: 28%;
}

.title h1 {
    color: #212121;
    letter-spacing: 3px;
    position: relative;
    font-size: 40px;
    padding: 20px 0;
    line-height: 46px;
}

.title h1:before {
    content: "";
    width: 10%;
    height: 2px;
    background: #dadada;
    position: absolute;
    top: 0;
    left: 28%;
}

.title h1:after {
    content: "";
    width: 10%;
    height: 2px;
    background: #dadada;
    position: absolute;
    bottom: 0;
    right: 28%;
}

.title p {
    color: #999;
    margin: 15px 0 0;
    text-align: center;
}

.one_c {
    overflow: hidden;
    margin-top: 30px;
}

.one_c li {
    width: 370px;
    float: left;
    margin: 15px;
    position: relative;
    overflow: hidden;
}

.one_c li img {
    width: 370px;
    height: 251px;
    display: block;
}

.one_c li:hover p {
    opacity: 1;
    margin-top: 0;
}

.one_c li p {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    letter-spacing: 5px;
    color: #fff;
    text-transform: uppercase;
    box-sizing: border-box;
    padding: 28% 15px;
    font-size: 16px;
    line-height: 20px;
    opacity: 0;
    filter: alpha(opacity=0);
    margin-top: 100px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}


/**/

.two {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}

.two_bg img {
    width: 100%;
    height: auto;
    display: block;
}

.two_bg {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -2;
}

.two_t h3 {
    font-size: 35px;
    color: #ecd1b2;
    text-align: center;
    text-transform: uppercase;
    line-height: 35px;
}

.two_t p {
    line-height: 28px;
    color: #fff;
    text-align: center;
    font-size: 17px;
    margin: 34px auto;
}

.two_c {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    padding: 20px;
}

.two_c iframe {
    width: 100%;
    height: 560px;
}


/**/

.three {
    padding: 80px 0;
    background: #fff;
}

.three_c {
    margin-top: 30px;
    overflow: hidden;
}

.three_c li {
    width: 370px;
    float: left;
    margin: 15px;
}

.three_c li img {
    width: 100%;
    display: block;
}

.three_c li:hover .img:before {
    opacity: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.three_c li .img:before {
    content: "";
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0px;
    height: 0px;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease;
}

.three_c li .img {
    position: relative;
}

.three_c li .text {
    background: #e9e7e7;
    padding: 21px;
}

.three_c li .text em {
    font-weight: 600;
    color: #212121;
    font-style: normal;
}

.three_c li .text em i {
    color: #212121;
    padding-right: 14px;
}

.three_c li .text p {
    color: #999;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.three_c li .text h4 {
    font-size: 18px;
    color: #212121;
    text-transform: capitalize;
    margin: 15px 0;
    font-weight: 500;
    line-height: 22px;
}

.three a.more:hover {
    background: #ecc800;
}

.three a.more {
    font-size: 16px;
    background: #212121;
    color: #fff;
    border: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
    display: block;
    width: 170px;
    text-align: center;
    line-height: 50px;
    margin: 50px auto;
}


/**/

.four {
    background: #fff;
    padding: 80px 0;
}

.four_c {
    margin-top: 80px;
    overflow: hidden;
}

.four_m {
    width: 380px;
    float: left;
    margin: 0 10px;
}

.four_m h4 {
    color: #212121;
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
}

.four_m ul {
    margin-top: 16px;
}

.four_m li {
    line-height: 32px;
    color: #999;
    padding-left: 28px;
    background: url(../images/dot.png) no-repeat 0px 9px;
    font-size: 14px;
}

.four_m li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.four_m li a:hover {
    color: #efd12f;
}

/**/

.cp {
    padding: 80px 0;
    background: #fff;
}

.cp_n {
    text-align: center;
    padding: 40px 0;
}

.cp_n li a:hover,
.cp_n li.cur a {
    background: #333;
    color: #fff;
}

.cp_n li {
    display: inline-block;
}

.cp_n li a {
    display: block;
    line-height: 40px;
    font-size: 16px;
    padding: 0 20px;
    border: 1px solid #333;
    margin: 0 10px;
}

.cp_c {
    overflow: hidden;
}

.cp_c li {
    width: 370px;
    float: left;
    margin: 15px;
    position: relative;
    overflow: hidden;
}

.cp_c li img {
    width: 100%;
    display: block;
}

.cp_c li:hover p {
    opacity: 1;
    margin-top: 0;
}

.cp_c li p {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    letter-spacing: 5px;
    color: #fff;
    text-transform: uppercase;
    box-sizing: border-box;
    padding: 28% 15px;
    font-size: 16px;
    line-height: 20px;
    opacity: 0;
    filter: alpha(opacity=0);
    margin-top: 100px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

.about {
    padding: 80px 0;
}

.about_l img {
    width: 100%;
    display: block;
}

.about_l {
    width: 600px;
}

.about_r {
    width: 500px;
    padding: 30px;
    background: #fff;
}

.about_r a.more {
    width: 180px;
    display: block;
    margin: 25px auto;
    text-align: center;
    padding: 10px 20px;
    border: 1px solid #ccc;
}

.about_r p {
    opacity: 0.5;
    font-size: 13px;
    margin-top: 10px;
    line-height: 30px;
}

.about_r h3:after {
    content: "";
    width: 10px;
    height: 2px;
    display: block;
    margin-top: 10px;
    background-color: #9a9a9a;
}

.about_r h3 {
    font-size: 26px;
    line-height: 46px;
    font-weight: normal;
}

/**/

.link a {
    color: #999;
    font-size: 14px;
    margin-right: 14px;
}

.link {
    background: #fff;
    box-shadow: 0 -2px 2px rgba(0, 0, 0, .05);
    padding: 20px 0;
    color: #999;
    font-size: 14px;
}


/**/

.footer_top {
    background: #1f1f1f;
    color: #828280;
    padding: 20px 0;
}

.footer_l {
    width: 580px;
    float: left;
}

.footer_l p {
    line-height: 20px;
    letter-spacing: 1px;
    margin: 15px 0;
}

.footer_l img {
    height: 30px;
    display: block;
    margin-bottom: 15px;
}

.footer_l p img {
    height: 15px;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 5px;
    vertical-align: middle;
}

.ewm p {
    line-height: 56px;
}

.ewm img {
    width: 96px;
}

.ewm {
    float: right;
    margin-left: 48px;
    text-align: center;
    margin-top: 48px;
}


/**/

.footer {
    background: #1f1f1f;
    color: #828280;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #3d3d3d;
}


/*内页*/

.page {
    padding: 80px 0;
}

.page_n li a:hover,
.page_n li a.cur {
    color: #fff;
    background: #000;
}

.page_n li a {
    background: rgba(149, 149, 149, 0.18);
    font-size: 14px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    display: block;
    line-height: 40px;
    padding: 0 15px;
    margin: 0 5px;
}

.page_n li {
    display: inline-block;
}

.page_n h3 small {
    font-weight: normal;
    line-height: 1;
    color: #777;
    font-size: 65%;
}

.page_n h3 {
    font-size: 28px;
    color: #212121 !important;
    font-weight: 600;
    letter-spacing: 2px;
    float: left;
    margin-right: 30px;
    line-height: 40px;
}

.page_n {
    margin: 40px 15px 20px;
    border-bottom: 1px solid #eee;
    padding: 30px 0;
}


/**/

.product {
    padding-top: 30px;
}

.product li {
    width: 370px;
    float: left;
    margin: 15px;
    position: relative;
    overflow: hidden;
}

.product li img {
    width: 370px;
    height: 251px;
    display: block;
}

.product li:hover p {
    opacity: 1;
    margin-top: 0;
}

.product li p {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    letter-spacing: 5px;
    color: #fff;
    text-transform: uppercase;
    box-sizing: border-box;
    padding: 28% 15px;
    font-size: 16px;
    line-height: 20px;
    opacity: 0;
    filter: alpha(opacity=0);
    margin-top: 100px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

.load {
    width: 100%;
    padding: 3em 0;
    position: relative;
    text-align: center;
}

.load img {
    width: 64px;
    height: 64px;
    display: block;
    margin: auto;
    animation: loadxg 2.5s infinite;
}

@keyframes loadxg {
    0% {
        transform: translate(0px, 0px);
    }
    50% {
        transform: translate(0px, 2em);
    }
    100% {
        transform: translate(0px, 0px);
    }
}


/**/

.info:after {
    content: "”";
    position: absolute;
    font-size: 44px;
    top: 0;
    right: -22px;
}

.info:before {
    content: "“";
    position: absolute;
    left: -22px;
    font-size: 44px;
    text-align: left;
    top: 0;
}

.info {
    line-height: 28px;
    margin: 50px auto;
    color: #999;
    font-size: 14px;
    position: relative;
    padding: 0 28px;
}


/**/

.page_l {
    margin-top: 80px;
    width: 880px;
}

.page_r {
    margin-top: 80px;
    width: 285px;
}

.article li {
    margin-bottom: 48px;
    overflow: hidden;
}

.article li:hover .img:before {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.article li .img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: rgba(236, 209, 178, 0.65);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-align: center;
}

.article li .img img {
    width: 100%;
    display: block;
}

.article li .img {
    position: relative;
    width: 250px;
    float: left;
    margin-right: 30px;
    overflow: hidden;
}

.article li span {
    color: #999;
    font-size: 14px;
    margin-top: 14px;
}

.article li p {
    font-size: 14px;
    color: #999;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.article li h3 {
    color: #212121;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 24px;
    margin-bottom: 12px;
    line-height: 34px;
}

.tj li a:hover {
    color: #efd12f;
}

.tj li a {
    display: block;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tj ul {
    border: 1px solid #ddd;
    padding: 16px 25px;
}

.tj h3 {
    position: relative;
    line-height: 48px;
    background: #212121;
    color: #fff;
    box-sizing: border-box;
    padding: 0 16px;
}

.page_c {
    margin-top: 80px;
}


/**/

.five {
    padding: 80px 0;
    background: #fff;
}

.five_c {
    margin-top: 80px;
}

.five_c ul {
    overflow: hidden;
}

.five_c li {
    width: 280px;
    margin: 0 10px;
    float: left;
    position: relative;
    padding-left: 65px;
    box-sizing: border-box;
}

.five_c li:hover em {
    border-radius: 0%;
}

.five_c li em {
    width: 50px;
    font-style: normal;
    height: 50px;
    background: #ecd1b2;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    margin: 0;
    border-radius: 60%;
    line-height: 50px;
    transition: .5s all;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    -moz-transition: .5s all;
    position: absolute;
    top: 0;
    left: 0;
}

.five_c li h4 {
    color: #253b50;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 7px;
    line-height: 26px;
}

.five_c li p {
    font-size: 14px;
    color: #999;
    line-height: 28px;
}

.five_text:after {
    content: "”";
    font-size: 44px;
    position: absolute;
    right: -22px;
}

.five_text:before {
    content: "“";
    font-size: 44px;
    position: absolute;
    left: -22px;
}

.five_text {
    line-height: 28px;
    color: #999;
    font-size: 14px;
    position: relative;
    margin: 28px auto;
    padding: 0 28px;
}


/**/

.six {
    background: #fff;
}

.six_c {
    margin-top: 80px;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 30px;
    color: #666;
}

.six_r:before {
    content: "";
    width: 266px;
    height: 400px;
    border: 6px solid #ad9875;
    position: absolute;
    right: 0;
    top: calc(50% - 200px);
    z-index: -1;
}

.six_r {
    width: 530px;
    height: 450px;
    padding: 0 45px;
    float: right;
    margin-top: -50px;
    position: relative;
    z-index: 0;
}

.six_r img {
    width: 100%;
    margin-top: 60px;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.4);
}


/**/

.adc h3 {
    font-size: 35px;
    color: #ecd1b2;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 38px;
}

.adc {
    position: relative;
    padding: 80px 0;
}

.adc_bg img {
    width: 100%;
    height: auto;
    display: block;
}

.adc_bg {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -2;
}


/**/

.seven {
    padding: 80px 0 0;
    background: #fff;
}

.seven_c {
    position: relative;
    margin-top: 64px;
    overflow: hidden;
}

.seven_l {
    float: left;
    padding: 130px 0;
    margin-right: 48px;
    position: relative;
    z-index: 0;
    width: 450px;
}

.seven_l:before {
    content: "";
    width: 321px;
    height: 100%;
    border: 6px solid #ad9875;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    box-sizing: border-box;
}

.seven_l ul {
    padding: 20px 0 5px;
    margin-left: 80px;
    background: #fff;
}

.seven_l li span {
    color: #af9878;
}

.seven_l li {
    line-height: 26px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #333;
}

.seven_r {
    float: right;
    margin-top: 25px;
}

.seven_r li img {
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.4);
}

.seven_r li {
    float: left;
    margin-right: 30px;
}


/**/

.eight {
    padding: 80px 0;
    background: #fff;
}

.eight_c {
    margin-top: 48px;
}

.eight_c ul:before,
.eight_c ul:after {
    content: '';
    background: #ecd1b2;
    height: 20px;
    position: absolute;
    width: 20px;
    border-radius: 50px;
    left: -10px;
}

.eight_c ul {
    position: relative;
    border-left: 2px solid #dadada;
}

.eight_c li {
    position: relative;
    padding-left: 200px;
    min-height: 100px;
}

.eight_c li em:before {
    content: '';
    background: #000;
    width: 5px;
    height: 5px;
    border-radius: 10px;
    position: absolute;
    left: -3px;
    bottom: -3px;
}

.eight_c li em {
    text-transform: uppercase;
    border-bottom: 1px solid #999;
    text-align: center;
    font-size: 13px;
    color: #212121;
    padding: 26px 0 13px 0;
    position: absolute;
    left: 0;
    top: 0;
    font-style: normal;
    width: 170px;
}

.eight_c li p {
    color: #999;
    line-height: 28px;
    margin: 14px 0 0;
}

.eight_c li h4 {
    text-transform: capitalize;
    font-weight: 600;
    color: #212121;
    text-decoration: none;
    font-size: 18px;
    padding-top: 24px;
    line-height: 22px;
}


/**/

.nine {
    padding: 80px 0 0;
    background: #fff;
}

.nine_c {
    overflow: hidden;
    margin-top: 30px;
}

.nine_c li {
    width: 370px;
    float: left;
    margin: 15px;
    position: relative;
    overflow: hidden;
}

.nine_c li img {
    width: 100%;
    display: block;
}

.nine_c li:hover p {
    opacity: 1;
    margin-top: 0;
}

.nine_c li p {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    letter-spacing: 5px;
    color: #fff;
    text-transform: uppercase;
    box-sizing: border-box;
    padding: 28% 15px;
    font-size: 16px;
    line-height: 20px;
    opacity: 0;
    filter: alpha(opacity=0);
    margin-top: 100px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}


/**/

.module {
    margin-top: 30px;
}

.module li {
    width: 370px;
    float: left;
    margin: 15px;
    overflow: hidden;
}

.module li:hover img {
    transform: scale(1.2, 1.2);
}

.module li img {
    width: 100%;
    display: block;
    transition: all 1s;
}

.module li div {
    padding: 20px;
    background: #ededed;
    border-top: 35px solid #00adef;
    position: relative;
}

.module li div h3 {
    color: #1d1d1d;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
}

.module li div p {
    height: 70px;
    overflow: hidden;
}

.pading a:hover,
.pading span:hover {
    background: #00adef;
    color: #fff;
    border-color: #00adef;
}

.pading {
    text-align: center;
    margin: 20px 0;
}

.pading a,
.pading span {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 3px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    color: #2d2d2d;
}

.page-box a,
.page-box span {
    display: none;
}


/**/

.f360-guestbook-form-item-label strong {
    color: #ecc800 !important;
}

.f360-guestbook-form-item-label {
    color: #ecc800;
    font-size: 20px;
    margin-bottom: 19px;
    text-align: inherit !important;
}

div#f360_gb_fields input.f360-guestbook-textbox {
    background: #f5f5f5;
    border: 1px solid #E8E8E8;
    color: #212121;
    padding: 10px;
    font-size: 14px;
    width: 100%;
    margin-bottom: 20px;
}

.f360-guestbook-button:hover {
    background-color: #ecc800 !important;
    border-color: #ecc800 !important;
}

.f360-guestbook-button {
    background: #212121 !important;
    border: 1px solid #212121 !important;
    border-radius: 0;
    line-height: 30px;
    width: 150px;
}

div#f360_gb_fields .f360-guestbook-form-item-label {
    float: none !important;
}

/**/

.three_c li img {
	height:260px;
}
.cp_c li img {
	height:250px;
}
.about_r p {
	height:190px;
}
.interlink {
	padding:10px 0;
	background:#fff;
}
.interlink__inner {
	width:1200px;
	margin:auto;
	color:#000;
	overflow:hidden;
}
.interlink__title {
	width:100px;
	font-size:16px;
	background:url(../images/202106021632019729.png) no-repeat right;
	float:left
}
.interlink__list {
	width:1090px;
	float:right;
}
a.interlink__item {
	color:#000;
	margin:0px 10px;
	font-size:15px;
}
a.interlink__item:hover {
	color:#efd12f
}

.page-box { padding:14px 0 10px; font-family:宋体; text-align: center; }
.page-box a { display:inline-block; height:22px; line-height:22px; background:#fff; border:1px solid #e3e3e3; text-align:center; color:#333; padding:0 10px}
.page-box a.a1 { background:url(../images/admin_img/pages.png) no-repeat 0 5px; width:56px; padding:0 }
.page-box a:hover { background:#f1f1f1; color:#000; text-decoration:none }
.page-box span { display:inline-block; height:22px; line-height:22px; background:#ca2703; border:1px solid #ca2703; color:#fff; text-align:center;padding:0 10px}
.page-box .noPage { display:inline-block; width:56px; height:22px; line-height:22px; background:url(../img/icu/titleBg.png) repeat-x 0 -55px ; border:1px solid #e3e3e3; text-align:center; color:#a4a4a4; }