/*åŸºæœ¬æ ·å¼*/

html {
    font-size: 62.5%;
    /* 10Ã·16=62.5% */
}

body {
    font-size: 14px;
    font-size: 1.4rem;
    /* 14Ã·10=1.4 */
    color: #666;
    font-family: 'Microsoft YaHei', SimSun, SimHei, "STHeiti Light", STHeiti, "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
    /* min-width: 1300px; */
}

html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
ul,
dd,
dl,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset {
    margin: 0px;
    padding: 0px;
    -webkit-font-smoothing: subpixel-antialiased;
}


/* h1, h2, h3, h4, h5, h6, p,  i,  span{word-break: break-all;} */

table {
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0
}

fieldset,
img {
    border: 0;
}

img,
object {
    max-width: 100%;
    width: auto\9;
    /* for ie8 */
    -ms-interpolation-mode: bicubic;
}

a {
    outline: none;
    blr: expression(this.onFocus=this.blur());
    text-decoration: none;
    color: #666
}

a:hover {
    text-decoration: none;
}

input[type='button'] {
    outline: none;
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
}

ul,
ol,
li {
    list-style: none outside none;
}

pre,
code {
    white-space: pre-wrap
}

input {
    outline: none;
}

.gp-pa {
    position: absolute;
}

.gp-pr {
    position: relative;
}

.gp-clearFix {
    *zoom: 1;
    clear: both;
}

.gp-clearFix:after {
    content: '';
    display: block;
    clear: both;
}

.gp-clear {
    width: 100%;
    overflow: hidden;
}

.erweima {
    position: absolute;
    right: 0;
    width: 80px;
    height: 80px;
    top: 0px;
}

@media screen and (min-width:992px) {
    .effect1 {
        opacity: 0.5;
        transition: all 0.8s ease-out;
    }

    .effect1.isView {
        opacity: 1;
    }

    .effect2,
    .effect2 li,
    .effect5 {
        opacity: 0;
        transition: all 0.8s ease-out;
        transform: translateY(70px);
    }

    .effect2.isView,
    .effect2.isView li,
    .effect5.isView {
        opacity: 1;
        transform: none;
    }

    .effect3 {
        opacity: 0;
        transition: all 0.8s ease-out;
        transform: translateX(50px);
    }

    .effect3.isView {
        opacity: 1;
        transform: none;
    }

    .effect4,
    .effect4 li,
    .effect6 tr {
        opacity: 0;
        transition: all 0.8s ease-out;
        transform: translateX(-50px);
    }

    .effect4.isView,
    .effect4.isView li,
    .effect6.isView tr {
        opacity: 1;
        transform: none;
    }
}


/*å“åº”å¼å›¾ç‰‡*/

.gp-img-responsive {
    width: 100%;
    height: 0;
    padding-bottom: 62.5%;
    overflow: hidden;
    display: block;
    background-color: #d2d2d2
}

.gp-img-responsive img {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.gp-img-responsive img:hover {
    transform: scale(1.03);
    opacity: 0.85;
}

.gp-radius {
    border-radius: 3px;
    display: block;
    overflow: hidden;
}

.gp-round {
    border-radius: 500px;
    display: block;
    overflow: hidden;
}

.gp-circle {
    border-radius: 50%;
    display: block;
    overflow: hidden;
}


/*è¾¹æ¡†*/

.gp-img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 2px;
    line-height: 1.6;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.gp-ib {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}


/*åŠé€æ˜ŽèƒŒæ™¯*/

.gp-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 1800;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=80);
    display: none;
    left: 0
}


/*æ–‡ç« é¡µæŽ§åˆ¶ul liåºå·*/

.gp-article ol,
.gp-article ol li,
.gp-order-list li,
.gp-order-list {
    list-style: decimal inside none;
}

.gp-article ul,
.gp-article ul li,
.gp-unorder-list li,
.gp-unorder-list {
    list-style: disc inside none;
}

.gp-unorder-list.circle {
    list-style-type: circle
}

.gp-unorder-list.square,
.gp-unorder-list.square li {
    list-style-type: square
}

.gp-unorder-list.upper-roman,
.gp-unorder-list.upper-roman li {
    list-style-type: upper-roman
}

.gp-unorder-list.lower-alpha,
.gp-unorder-list.lower-alpha li {
    list-style-type: lower-alpha
}

.gp-article {
    word-break: break-word;
}


/*å­—å·*/

.gp-f12 {
    font-size: 12px;
    font-size: 1.2rem;
}

.gp-f14 {
    font-size: 14px;
    font-size: 1.4rem;
}

.gp-f16 {
    font-size: 16px;
    font-size: 1.6rem;
}

.gp-f18 {
    font-size: 18px;
    font-size: 1.8rem;
}

.gp-f20 {
    font-size: 20px;
    font-size: 2rem;
}

.gp-f22 {
    font-size: 22px;
    font-size: 2.2rem;
}

.gp-f24 {
    font-size: 24px;
    font-size: 2.4rem;
}

.gp-f26 {
    font-size: 26px;
    font-size: 2.6rem;
}

.gp-f28 {
    font-size: 28px;
    font-size: 2.8rem;
}

.gp-f30 {
    font-size: 30px;
    font-size: 2.5rem;
}

.gp-f32 {
    font-size: 32px;
    font-size: 3.2rem;
}

.gp-f34 {
    font-size: 34px;
    font-size: 3.4rem;
}

.gp-f36 {
    font-size: 36px;
    font-size: 3.6rem;
}

.gp-f38 {
    font-size: 38px;
    font-size: 3.8rem;
}

.gp-f40 {
    font-size: 40px;
    font-size: 4rem;
}

.gp-f48 {
    font-size: 48px;
    font-size: 4.8rem;
}

.gp-f60 {
    font-size: 60px;
    font-size: 6rem;
}

.gp-f90 {
    font-size: 90px;
    font-size: 9rem;
}

.gp-ul-inline {
    font-size: 0;
}

.gp-ul-inline>li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    vertical-align: top;
}

.gp-fl {
    float: left;
}

.gp-fr {
    float: right;
}

.gp-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.gp-vam,
.gp-vama * {
    vertical-align: middle;
}


/*
å­—ä½“è‰²
*/

.gp-black *,
.gp-black {
    color: #333
}

.gp-white *,
.gp-white {
    color: #fff
}


/*ä¸€è¡ŒæˆªçŸ­*/

.gp-ellipsis,
.gp-text-truncate {
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}


/*é€æ˜Žåº¦*/

.gp-opt-50 {
    opacity: 0.5;
    filter: alpha(opacity=50);
}


/*-å¹³å‡åˆ†é…*/


/* [class*="gp-avg"] > li {float: left;} */

[class*="gp-avg"] {
    font-size: 0;
}

[class*="gp-avg"]>li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    vertical-align: top;
}


/*
ç‰ˆå¿ƒå’Œé—´è·çš„é—®é¢˜
*/

.gp-container {
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.gp-row {
    margin-left: -15px;
    margin-right: -15px;
}

.gp-m15 {
    margin: 0 15px
}

.gp-p15 {
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (max-width:1400px) {
    .gp-container {
        width: 1200px;
        padding-left: 30px;
        padding-right: 30px;
        box-sizing: border-box;
    }
}

@media screen and (max-width:1386px) {}

@media screen and (max-width:1300px) {}

@media screen and (max-width:1240px) {
    .gp-container {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        box-sizing: border-box;
    }
}

@media screen and (max-width:996px) {
    body {
        font-size: 1.3rem;
    }
}

@media screen and (max-width:767px) {
    .gp-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .gp-row {
        margin-left: -8px;
        margin-right: -8px;
    }
}


/*æ°´å¹³å¯¼èˆª*/

.gp-nav-horizontal {}

.gp-nav-horizontal>li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
}

.gp-nav-justify {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
}

.gp-nav-justify>li {
    float: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}


/*
é¢åŒ…å±‘
*/

.gp-bread {
    height: auto;
    line-height: 21px;
    color: #999;
    padding: 26px 0;
    overflow: hidden;
    position: relative;
    z-index: 5;
    color: #fff;
}

.gp-bread span {
    color: #757575;
    margin: 0 10px
}

.gp-bread a {
    color: #757575;
}

.gp-bread a:hover {
    color: #005198;
}

@media screen and (max-width:767px) {
    .gp-article img {
        width: auto !important;
        height: auto !important;
        display: block;
    }

    .gp-article video {
        width: auto !important;
    }

    .gp-article table {
        width: 100% !important;
    }

    html {
        font-size: 54.705%;
    }

    body {
        font-size: 1.4rem;
    }
}


/*
padç«¯å›ºå®šå®½åº¦
*/

@media screen and (max-width:999px) {
    .gp-flex {
        display: flex;
        display: -webkit-flex;
    }

    .gp-flex-fixed {
        width: 250px;
    }

    .gp-flex-flexible {
        flex: 1;
        width: auto;
    }
}


/***
å¸ƒå±€-ç½‘æ ¼æ ·å¼ 
**/

[class*="gp-xs"],
[class*="gp-sm"],
[class*="gp-md"],
[class*="gp-lg"] {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    width: 100%;
}

@media screen and (min-width:100px) {
    [class*="gp-avg"] li {
        width: 100%;
    }

    /*å¹³å‡åˆ†é…*/
    .gp-avg-xxs-1>li {
        width: 100%;
    }

    .gp-avg-xxs-2>li {
        width: 50%;
    }

    .gp-avg-xxs-3>li {
        width: 33.3%;
    }

    .gp-avg-xxs-4>li {
        width: 25%;
    }

    .gp-avg-xxs-5>li {
        width: 20%;
    }

    .gp-avg-1>li {
        width: 100%;
    }

    .gp-avg-2>li {
        width: 50%;
    }

    .gp-avg-3>li {
        width: 33.3%;
    }

    .gp-avg-4>li {
        width: 25%;
    }

    .gp-avg-5>li {
        width: 20%;
    }
}

@media screen and (max-width:479px) {
    [class*="gp-xs"] {
        width: 100%;
        display: block;
    }

    /*å¹³å‡åˆ†é…*/
    .gp-avg-xxs-1>li {
        width: 100%;
    }

    .gp-avg-xxs-2>li {
        width: 50%;
    }

    .gp-avg-xxs-3>li {
        width: 33.3%;
    }

    .gp-avg-xxs-4>li {
        width: 25%;
    }

    .gp-avg-xxs-5>li {
        width: 20%;
    }
}

@media screen and (min-width:479px) {

    /*å¹³å‡åˆ†é…*/
    .gp-avg-xs-1>li {
        width: 100%;
    }

    .gp-avg-xs-2>li {
        width: 50%;
    }

    .gp-avg-xs-3>li {
        width: 33.3%;
    }

    .gp-avg-xs-4>li {
        width: 25%;
    }

    .gp-avg-xs-5>li {
        width: 20%;
    }
}

@media screen and (min-width:767px) {

    /*å¹³å‡åˆ†é…*/
    .gp-avg-sm-1>li {
        width: 100%;
    }

    .gp-avg-sm-2>li {
        width: 50%;
    }

    .gp-avg-sm-3>li {
        width: 33.3%;
    }

    .gp-avg-sm-4>li {
        width: 25%;
    }

    .gp-avg-sm-5>li {
        width: 20%;
    }
}

@media screen and (min-width:997px) {

    /*å¹³å‡åˆ†é…*/
    .gp-avg-md-1>li {
        width: 100%;
    }

    .gp-avg-md-2>li {
        width: 50%;
    }

    .gp-avg-md-3>li {
        width: 33.3%;
    }

    .gp-avg-md-4>li {
        width: 25%;
    }

    .gp-avg-md-5>li {
        width: 20%;
    }
}

@media screen and (min-width:1300px) {

    /*å¹³å‡åˆ†é…*/
    .gp-avg-lg-1>li {
        width: 100%;
    }

    .gp-avg-lg-2>li {
        width: 50%;
    }

    .gp-avg-lg-3>li {
        width: 33.3%;
    }

    .gp-avg-lg-4>li {
        width: 25%;
    }

    .gp-avg-lg-5>li {
        width: 20%;
    }
}


/*
è¡¨æ ¼
*/

.gp-table>tbody>tr>td,
.gp-table>tbody>tr>th,
.gp-table>tfoot>tr>td,
.gp-table>tfoot>tr>th,
.gp-table>thead>tr>td,
.gp-table>thead>tr>th {
    padding: 14px;
    padding: 1.4rem;
}

.gp-table-bordered {
    border: solid #e6e6e6;
    border-width: 0px 0 1px 0px;
}

.gp-table * {
    word-wrap: break-word;
}


/*è¾¹æ¡†*/

.gp-table-bordered td {
    border: solid #e6e6e6;
    border-width: 1px 1px 0px 1px;
}


/*æ¡çº¹*/

.gp-table-striped>tbody>tr:nth-child(odd)>td,
.gp-table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f5f5f5
}


/*ç½®é¡¶*/

.gp-goTop {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 2.5rem;
    transition: all 0.3s ease-in-out;
    color: #fff !important;
    background: #004ea1;
}

.gp-goTop-fixed {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 800;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.gp-goTop-fixed.bottom {
    bottom: 150px;
}


/*ä½Žç‰ˆæœ¬è·³è½¬æ ·å¼*/

.ie_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    z-index: 99998;
}

.ie9tips {
    width: 400px;
    height: 300px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -150px 0 0 -200px;
    line-height: 1.8;
    color: #fff;
    z-index: 99999;
    text-align: center;
}

.ie9tips a {
    color: red;
}

.ie9tips img {
    display: block;
    margin: 0 auto;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.ie9tips p {
    padding-top: 10px;
    color: #fff;
    width: 420px;
    margin: 10px auto;
    line-height: 1.8;
}

.fadeInUpSmall {
    -webkit-animation-name: fadeInUpSmall;
    animation-name: fadeInUpSmall;
    animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
    display: block;
}

@-webkit-keyframes fadeInUpSmall {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpSmall {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        -ms-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}


/*ç½®é¡¶*/

.gp-goTop {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 25px;
    color: #ffcc03 !important;
    background: #0154a4;
}

.gp-goTop-fixed {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 800;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    display: none;
}

.gp-goTop-fixed.bottom {
    bottom: 150px;
}


/* header */

.logo1 {
    width: 333px;
    position: relative;
    z-index: 2;
    float: left;
    vertical-align: middle;
    position: relative;
    ;
}

.logo2 {
    width: 164px;
    position: relative;
    z-index: 2;
    float: left;
    vertical-align: middle;
    margin: 0% 0 0 1%;
    margin-left: 18px;
}

.header {
    z-index: 9000;
    position: relative;
    background-size: cover;
    width: 100%;
    left: 0;
    top: 0;
    background: url(../images/header_bg0410.jpg) no-repeat center bottom #0f5035;
    background-size: contain;
}

.topout {
    background: #043a23;
}

.top {
    position: relative;
    z-index: 20;
    height: 120px;
    /* width: 1200px; */
    margin: 0 auto;
    /* background: url(../images/header_bg.png) no-repeat right center; */
}

.logo {
    float: left;
    overflow: hidden;
    vertical-align: middle;
    position: relative;
    margin: 20px 0 20px;
}

.logo a {
    display: block;
}

.logo1 {
    width: 330px;
    position: relative;
    z-index: 2;
    float: left;
    vertical-align: middle;
}

.logo2 {
    width: 117px;
    position: relative;
    z-index: 2;
    float: left;
    vertical-align: middle;
    margin: 0% 0 0 15px;
}

.topNav {
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px
}

.topNav a {
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    transition: all 0.35 ease-out;
}

.topNav span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
}

.topRight {
    text-align: right;
    margin-left: 500px;
    padding-top: 28px;
}

.nav {
    text-align: right;
    transition: all 0.35s ease-out;
}

.nav ul {
    text-align: justify;
    text-justify: inter-ideograph;
    overflow: visible !important;
}

.nav ul:after {
    content: '';
    width: 100%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 0;
}

.nav ul>li {
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    transform: perspective(5000px);
    -moz-transform: perspective(5000px);
    -o-transform: perspective(5000px);
    -webkit-transform: perspective(5000px);
    position: relative;
    height: 70px;
    line-height: 70px;
}

.nav ul>li>a {
    font-size: 1.8rem;
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    color: #fff;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.55);
}

.nav ul>li>span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
}

.nav ul>li>a::before {
    content: '';
    width: 0;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateY(100%);
    transition: all 0.35s ease-in-out;
    background-color: #159957;
}

.nav ul>li>a.active::before,
.nav ul>li a.active::before,
.nav ul>li>a.on::before,
.nav ul>li a.on::before {
    transform: none;
    width: 100%;
    left: 0;
}

.nav ul>li .second_nav1 {
    width: 140px;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 50%;
    display: none;
    margin-left: -70px;
    top: 70px;
}

.nav ul>li.on .second_nav1 {
    display: block;
}

.second_nav1 dd a {
    padding: 6px 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    display: block;
    text-align: left;
    font-size: 1.6rem;
    text-align: center;
    color: #fff;
    line-height: 1.5;
    margin: 0 5px;
}

.second_nav1 dd a:hover {
    color: #5E9C8C;
}

.second_nav1 dd:last-child a {
    border-bottom: none;
}

.gp-serBtn2 {}


/*1.é»˜è®¤å±•å¼€çš„æœç´¢*/

.gp-search {
    width: 220px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    transition: all 0.35s ease-in-out;
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.gp-ser {
    width: 100%;
    height: 40px;
    z-index: 9999994;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.gp-search input,
.gp-search button {
    position: absolute;
    height: 40px;
    line-height: 40px;
    border: none;
    background: none;
    top: 0px;
    overflow: hidden;
}

.gp-search input.notxt {
    color: #fff;
    width: 87%;
    left: 0;
    padding-left: 2%;
}

.gp-search .notxt1 {
    position: absolute;
    width: 10%;
    right: 0;
    cursor: pointer;
    color: #fff;
}


/*4.æœç´¢æŒ‰é’®å…¨å±å±•å¼€*/

#gp-serBtn4 {
    position: relative;
    /* z-index: 801; */
}

.gp-search4 {
    width: 80%;
    height: 54px;
    margin-right: 10px;
    display: none;
    position: relative;
}

.gp-search4 .gp-ser {
    max-width: 800px;
}

.gp-search4 input,
.gp-search4 button {
    height: 54px;
    line-break: 54px;
}

.gp-search4 .gp-ser {
    height: 54px;
    overflow: hidden;
    border: 1px solid #979797;
    border-radius: 4px;
}

.gp-search4 .notxt1 {
    color: #999
}

.gp-search4.active .gp-ser {
    display: block;
}

.gp-search4.active {
    display: inline-block;
}

.searchActive .topNav,
.searchActive .nav {
    display: none;
}

.searchActive .topRight {
    padding-top: 28px;
}

.searchActive #gp-serBtn4 {
    padding-top: 10px;
}

.serachClose {
    position: absolute;
    left: -40px;
    top: 16px;
    cursor: pointer;
}

.serachClose i {
    color: #fff;
    font-size: 2.5rem;
}

@media screen and (max-width:998px) {
    .gp-search4 .gp-ser {
        width: 80%;
    }

    .gp-search4 input,
    .gp-search4 button {
        box-sizing: border-box;
    }

    .gp-search4 input.notxt {
        width: 100%;
        padding-right: 90px;
    }

    .gp-search4 .notxt1 {
        width: 85px;
    }
}

.fadeInUpSmall,
.show {
    -webkit-animation-name: fadeInUpSmall;
    animation-name: fadeInUpSmall;
    animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
}

@-webkit-keyframes fadeInUpSmall {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpSmall {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        -ms-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.fadeInDownSmall {
    -webkit-animation-name: fadeInDownSmall;
    animation-name: fadeInDownSmall;
    animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
}

@-webkit-keyframes fadeInDownSmall {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownSmall {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        -ms-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.fadeInLeftSmall {
    -webkit-animation-name: fadeInLeftSmall;
    animation-name: fadeInLeftSmall;
    animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
}

@-webkit-keyframes fadeInLeftSmall {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftSmall {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.fadeInRightSmall {
    -webkit-animation-name: fadeInRightSmall;
    animation-name: fadeInRightSmall;
    animation-duration: 0.7s;
    -webkit-animation-duration: 0.7s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
}

@-webkit-keyframes fadeInRightSmall {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightSmall {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}


/*å¤´éƒ¨å®šä½*/

.header.currents {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    position: fixed;
    left: 0;
    top: 0;
    height: 60px;
    width: 100%;
    background-color: #fff;
    margin-bottom: 0;
    background: #023b23;
}

.header.currents::before {
    display: none;
}

.header.currents .topNav {
    display: none;
}

.header.currents .logo {
    margin: 10px 0;
}

.header.currents .logo1 {
    width: 165px;
}

.header.currents .logo2 {
    width: 60px;
}

.header.currents .topRight {
    padding-top: 0;
    margin-left: 400px;
}

.header.currents .nav {
    padding-top: 0;
}

.header.currents .nav ul>li {
    height: 60px;
    line-height: 60px;
    padding: 0;
    font-weight: normal;
    font-size: 16px;
}

.header.currents .second_nav1 {
    top: 60px;
}

.header.currents .second_nav1 dd a {
    font-size: 1.4rem;
}

.header.currents .gp-serBtn2 {
    padding-top: 8px;
}

.header.currents .gp-search4 input,
.header.currents .gp-search4 button {
    height: 45px;
    line-height: 45px;
}

.header.currents .gp-search4 .gp-ser {
    height: 45px;
}

.header.currents .gp-search4 {
    height: 46px;
}

.header.currents .serachClose {
    top: 10px;
}


/*æ‰‹æœºç«¯å¯¼èˆªé»˜è®¤*/

.mobile_bg {
    width: 100%;
    height: 100%;
    z-index: 90;
    position: fixed;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 300;
}

.gp-menu {
    width: 100%;
    z-index: 98;
    height: 100%;
    position: relative;
    display: none;
    right: 0;
    top: 47px;
    z-index: 400;
}

.gp-menu-header {
    position: absolute;
    top: 15px;
    right: 0;
    z-index: 996;
    width: 100%;
    height: 50px;
}

.gp-menu-link {
    float: left;
    line-height: 40px;
    height: 40px;
    padding-left: 15px;
}

.gp-menu-link a {
    color: #fff;
}

.gp-menu-header-icon {
    float: right;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    cursor: pointer;
    margin: 4px 15px 0 0;
    width: auto;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    text-align: center;
    line-height: 50px;
    width: 50px;
}

.gp-menu-header-icon span {
    position: absolute;
    right: calc((100% - 30px) / 2);
    top: calc((100% - 6px) / 2.3);
    width: 27px;
    height: 2px;
    background-color: #fff;
    display: none;
}

.gp-menu-header-icon-out span {
    width: 30px;
    height: 2px;
    background-color: #fff;
    display: block;
    border-radius: 4px;
}

.gp-menu-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.gp-menu-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

.gp-menu-header-icon-out span:nth-child(3) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
}

.gp-menu-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.gp-menu-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.gp-menu-header-icon span:nth-child(3) {
    transform: translateY(-4px) rotate(0deg);
}

.gp-menu-header .searchBtn {
    width: 50px;
    font-size: 2.4rem;
    padding-top: 18px;
    text-align: center;
    color: #fff;
    position: absolute;
    right: 70px;
    top: 0;
}

.gp-menu-header-icon-out i {
    width: 50px;
    display: inline-block;
    vertical-align: middle;
    height: 50px;
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }

    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }

    100% {
        transform: translateY(4px) rotate(0deg);
    }
}

@keyframes outthird {
    0% {
        transform: translateY(0) rotate(90deg);
    }

    100% {
        transform: translateY(12px) rotate(0deg);
    }
}

.gp-menu-header-icon-click span {
    top: calc((100% - 2px) / 2.1);
    display: block;
}

.gp-menu-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.gp-menu-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
    margin-left: 0;
}

.gp-menu-header-icon-click span:nth-child(3) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickthird;
}

.gp-menu-header-icon-click i {
    display: none;
}

.gp-menu-header-icon-click strong {
    display: none;
}

.gp-menu-header-icon-click em {
    display: inline-block;
    margin-right: 90px;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    position: absolute;
    left: -40px;
    top: 5px;
}

@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);
    }

    100% {
        transform: translateY(0) rotate(45deg);
    }
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }

    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

@keyframes clickthird {
    0% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

.gp-menu-header-icon-click {
    width: 50px;
}

.gp-menu-nav {
    width: 100%;
    position: absolute;
    top: 98.56px;
    right: 0px;
    display: none;
    background: #fff;
    border-top: 1px solid #D8D8D8;
}


/*å¯¼èˆª*/

.gp-menu-nav a {}

.gp-menu-nav>ul {}

.gp-menu-nav>ul>li {
    position: relative;
    box-sizing: border-box;
    transition: transform 0.5s ease-in;
    transform: translateY(-40px);
    opacity: 0;
}

.gp-menu-nav>ul>li {
    position: relative;
    border-bottom: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
    box-sizing: border-box;
}

.gp-menu-nav>ul>li>a {
    display: inline-block;
    font-size: 1.8rem;
    line-height: 1.4;
    padding: 18px 15px;
    width: 70%;
    box-sizing: border-box;
}

.m-second-nav {
    display: none;
    padding-bottom: 1rem;
    padding: 0 8px;
    background-color: #dfe9f2;
}

.m-second-nav>li {
    border-bottom: 1px solid #c5d5e6;
}

.m-second-nav>li:last-child {
    border-bottom: none;
}

.m-second-nav>li.on>span {
    transform: rotate(45deg);
}

.m-second-nav>li>a {
    display: block;
    padding: 16px 0 16px 50px;
    font-size: 1.6rem;
    color: #333;
}

.m-second-nav>li>span {
    top: 4px;
    color: #dad6ce;
    font-size: 1.8rem;
}

.gp-menu-arrow {
    cursor: pointer;
    width: 30px;
    height: 60px;
    line-height: 60px;
    color: #999;
    text-align: right;
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 2rem;
    text-align: center;
}

.gp-menu-arrow::before {
    transition: all 0.3s ease-in-out;
}

.gp-menu-nav>ul>li.on>span {
    color: #fff;
}

.gp-menu-nav>ul>li.on>span::before {
    transform: rotate(90deg);
    display: inline-block;
}

.gp-menu-nav li ul {}


/*å¯¼èˆªå†…æ ‡ç­¾æ•ˆæžœ*/

.open .gp-menu-link {
    display: none;
}

.open .gp-menu-header {
    background: none;
}

.open .logo,
.open .header .divSelect {
    z-index: 90;
}

.open .gp-menu-nav>ul>li {
    transform: none;
    opacity: 1;
}

.open .gp-menu-nav>ul>li.on {
    background-color: #a3b8cc;
}

.gp-menu-nav.gp-menu-offcanvas2 {
    position: fixed;
    display: block;
    transform: translate(150%, 0);
    transition: all 1s ease-in-out;
    width: 85%;
    max-width: 400px;
    border-left: 8px solid #9A0000;
}

body.open .gp-menu-offcanvas2 {
    transform: translate(0, 0);
    position: absolute;
}

body.open .gp-menu-nav>ul>li.on>a {
    color: #fff;
}

body.open .searchBtn {
    display: none !important;
}

body.open .m_en {
    display: inline-block;
    padding-top: 4px;
}

.m_logo {
    padding: 25px 80px 40px 20px;
    background-color: #9A0000;
}

.mobile-column1 {
    width: 100%;
    left: -100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.m-link {
    padding: 30px 20px;
    text-align: center;
}

.m-link a {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.5;
    padding: 4px 10px;
    font-size: 1.6rem;
    color: #999;
}


/*5ç§»åŠ¨ç«¯æœç´¢é»˜è®¤*/

.gp-m-search {
    width: 100%;
    display: none;
    background-color: #fff;
    border-top: 1px solid #D8D8D8;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding: 20px 5%;
    height: auto;
}

.gp-m-search .gp-ser {
    border: 1px solid #D8D8D8;
}

.gp-m-search .notxt1 {
    right: 0;
    width: 80px;
    background-color: #5E9C8C;
    font-size: 1.6rem;
}

.gp-m-search input.notxt {
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding-left: 15px;
}

.gp-m-search.active {
    display: block;
    position: absolute;
    left: 0;
    top: 54px;
}


/*åŠ é¡µé¢åŠ¨ç”»*/

.effect2 {
    opacity: 0;
    transform: translateY(50px);
    transition: transform 1s, opacity 1s ease-in-out
}

.effect2.isView {
    transform: none;
    opacity: 1 !important;
}

.listTitle h2 {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    padding: 0 20px;
    position: relative;
    font-weight: normal;
    padding: 25px 20px;
}

.listTitle h2 i {
    position: absolute;
    top: 50%;
    width: 6px;
    height: 6px;
}

.listTitle h2 i::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 1px solid #15866a;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(45deg);
}

.listTitle h2 i::after {
    content: '';
    width: 60px;
    height: 1px;
    background-color: #a1dbc9;
    position: absolute;
    left: -62px;
    top: 3.5px;
}

.t_lf {
    left: 0;
}

.t_rt {
    right: 0;
}

.listTitle h2 .t_rt::after {
    left: auto;
    right: -60px;
}

footer {
    background: url(../images/footer_bg0410.png) no-repeat center top;   background: url(../images/subfooter.jpg) no-repeat center top;
    background-size: cover;
    /* margin-top: -70px;
    padding-top: 70px; */
}

footer .footer_top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 25px 0 20px;
    position: relative;
}

footer .footer_top ul {
    text-align: center;
    /* margin: 0 -20px; */
    overflow: hidden;
}

footer .footer_top ul li {
    color: #fff;
    display: inline-block;
    margin: 0 20px;
    line-height: 34px;
}

footer .footer_top ul li a {
    color: #fff;
}

footer .footer_bot {
    /* height: 55px; */
    line-height: 55px;
    /* padding: 0 15px; */
    box-sizing: border-box;
    overflow: hidden;
}

footer .footer_bot ul {
    text-align: center;
    /* margin: 0 -80px; */
    position: relative;
}

footer .footer_bot ul li:last-child {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

footer .footer_bot ul li:last-child img {
    margin-right: 10px;
}

footer .footer_bot ul li {
    color: #fff;
    display: inline-block;
    margin: 0 80px;
    line-height: 34px;
}

footer .footer_bot ul li a {
    color: #fff;
}

@font-face {
    font-family: "Bigruixian";
    src: url('../fonts/bigruixianboldkgbv10.woff2?t=1626067713950') format('woff2'), url('../fonts/bigruixianboldkgbv10.woff') format('woff'), url('../fonts/bigruixianboldkgbv10.ttf') format('truetype');
}

.mode1_rt li .time b,
.mode2 .scroll_box ul li .date b {
    font-family: 'Bigruixian', 'Microsoft YaHei', SimSun, SimHei, "STHeiti Light", STHeiti, "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
}

@media screen and (min-width:992px) {
    .effect1 {
        opacity: 0.5;
        transition: all 0.8s ease-out;
    }

    .effect1.isView {
        opacity: 1;
    }

    .effect2,
    .effect2 li,
    .effect5 {
        opacity: 0;
        transition: all 0.8s ease-out;
        transform: translateY(70px);
    }

    .effect2.isView,
    .effect2.isView li,
    .effect5.isView {
        opacity: 1;
        transform: none;
    }

    .effect3 {
        opacity: 0;
        transition: all 0.8s ease-out;
        transform: translateX(50px);
    }

    .effect3.isView {
        opacity: 1;
        transform: none;
    }

    .effect4,
    .effect4 li,
    .effect6 tr {
        opacity: 0;
        transition: all 0.8s ease-out;
        transform: translateX(-50px);
    }

    .effect4.isView,
    .effect4.isView li,
    .effect6.isView tr {
        opacity: 1;
        transform: none;
    }
}

@media screen and (max-width:1500px) {
    footer{
        background: url(../images/subfooter.jpg) no-repeat center top;
        background-size: cover;
        margin: 0;
        padding: 0;
    }
}

@media screen and (max-width:1400px) {
    .logo1 {
        width: 300px;
    }

    .logo2 {
        width: 105px;
    }

    .topRight {
        margin-left: 460px;
    }
}

@media screen and (max-width:1240px) {
    .logo1 {
        width: 250px;
    }

    .logo2 {
        width: 90px;
    }

    .topRight {
        margin-left: 40%;
    }

    .nav ul>li>a {
        font-size: 1.6rem;
    }

    footer .footer_bot ul {
        /* margin: 0 -30px; */
    }

    footer .footer_bot ul li {
        margin: 0 30px;
    }
}

@media screen and (max-width:1200px) {
    .gp-container {
        width: 1000px;
    }

}

@media screen and (max-width:1100px) {
    .gp-container {
        width: 900px;
        padding: 0;
    }
    .mode4_lt,.mode4_rt,.mode5_lt,.mode5_rt{
        width: calc(50% - 15px) !important;
    }
    .mode5_con dl a ,.mode5_rt ul li a{
       
        margin: 0 15px !important;
    }
    .mode5_con dl,.mode5_rt ul {
        margin: 0 -15px !important;
    }
}

@media screen and (max-width:1060px) {}

@media screen and (max-width:998px) {
    .gp-container {
        width: auto;
        padding: 0 3rem;
        /* margin: 0 15px; */
    }
    .gp-f18 {
        font-size: 16px;
        font-size: 1.6rem;
    }
    .gp-f16 {
    font-size: 14px;
    font-size: 1.4rem;
}
    .gp-menu {
        display: block !important;
    }

    body.open .gp-menu-nav {
        display: block;
    }

    .gp-menu-header {
        width: 32px;
        top: 22px;
        right: 0;
        display: block;
    }

    .topRight {
        display: none;
    }

    .top {
        height: auto;
    }

    .topNav span, .gp-serBtn2 {
        display: none !important;
    }

    body.searchActive .gp-menu-header {
        top: -13px;
    }
    .mode4 {
        padding: 40px 0 20px;
    }
    .mode4_lt,.mode4_rt,.mode5_lt,.mode5_rt{
        width:100% !important;
        float: none;
    }
    .mode4_rt{
        margin-top: 25px;
    }
}

@media screen and (max-width:767px) {
    .gp-f18 {
        /* font-size: 14px; */
        /* font-size: 1.4rem; */
    }
    .gp-f14 {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

@media screen and (max-width:540px) {
    .gp-menu-header .searchBtn {
        width: 20px;
    }

    .logo1 {
        width: 190px;
    }

    .gp-m-search.active {

        top: 49px;
    }

    .gp-menu {
        top: 18px;
    }

    .logo {

        margin: 10px 0 10px;
    }

    .topNav {
        padding: 5px 0;
    }
    .gp-menu-nav{
        top: 83.56px;
    }
}

@media screen and (max-width:479px) {
   
}