@charset "utf-8";

/*基础样式*/

html {
    font-size: 62.5%;
    /* 10÷16=62.5% */
}

body {
    font-size: 14px;
    font-size: 1.4rem;
    /* 14÷10=1.4 */
    color: #333;
    font-family: 'Microsoft YaHei', SimSun, SimHei, "STHeiti Light", STHeiti, "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
    background-color: #f8f8f8;
}

html,
table,
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;
    border: 0;
}

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: #333
}

a:hover {
    text-decoration: none;
    color: #a40000;
}

input[type='button'],
button,
input {
    outline: none;
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
}

ul,
ol,
li {
    list-style: none outside none;
}

pre,
code {
    white-space: pre-wrap
}

.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;
}


/*响应式图片*/

.gp-img-responsive {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    display: block;
    background-color: #d2d2d2
}

.gp-img-responsive img {
    width: 100%;
    transition: all 0.5s ease-in-out;
    max-width: none;
}

.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: 180;
    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-all
}


/*字号*/

.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: 3rem;
}

.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-ul-inline {
    font-size: 0;
}

.gp-ul-inline>li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    vertical-align: top;
}

.gp-fl,
.gp-md-fl,
.gp-sm-fl {
    float: left;
}

.gp-fr,
.gp-md-fr,
.gp-sm-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-white *:hover,
.gp-white:hover {
    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: 1.4rem;
    vertical-align: top;
}


/*
版心和间距的问题
*/

.gp-container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.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:1386px) {
    .gp-container {
        width: 1100px;
    }
    .gp-f18 {
        font-size: 1.6rem;
    }
    .gp-f24 {
        font-size: 2.2rem;
    }
    .gp-f30 {
        font-size: 2.6rem;
    }
}

@media screen and (max-width:1300px) {
    .gp-container {
        width: 1000px;
    }
}

@media screen and (max-width:1060px) {
    .gp-container {
        width: 900px;
    }
}

@media screen and (max-width:996px) {
    .gp-container {
        width: auto;
        margin-left: 30px;
        margin-right: 30px;
    }
    .gp-md-fl,
    .gp-md-fr {
        float: none;
        width: 100% !important;
    }
}

@media screen and (max-width:767px) {
    .gp-f30 {
        font-size: 2.4rem;
    }
    .gp-container {
        margin-left: 15px;
        margin-right: 15px;
    }
    .gp-row {
        margin-left: -8px;
        margin-right: -8px;
    }
    .gp-p15 {
        padding-left: 8px;
        padding-right: 8px;
    }
    .gp-m15 {
        margin-left: 8px;
        margin-right: 8px;
    }
    .gp-sm-fl,
    .gp-sm-fr {
        float: none;
    }
    body {
        font-size: 1.3rem;
    }
}


/*水平导航*/

.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: 20px;
    color: #999;
    padding: 10px 0;
    overflow: hidden;
    position: relative;
    z-index: 5;
}

.gp-bread span {
    color: #a6a6a6;
    margin: 0 3px
}

.gp-bread a {
    color: #a6a6a6;
}

.gp-bread a:hover {
    color: #b40708;
}

@media screen and (max-width:767px) {
    .gp-article img {
        width: auto !important;
        height: auto !important;
    }
    .gp-article video {
        width: auto !important;
    }
    .gp-article table {
        width: 100% !important;
        box-sizing: border-box;
    }
    html {
        font-size: 54.705%;
    }
}


/*
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 35px;
}

.gp-table-bordered {
    border: solid #e6e6e6;
    border-width: 0px 0 1px 0px;
}

.gp-table * {
    word-wrap: break-word;
}


/*边框*/

.gp-table-bordered td,
.gp-table-bordered th {
    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: #a40000;
}

.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.9;
    filter: alpha(opacity=90);
    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;
    opactiy: 0.9;
    filter: alpha(opacity=90);
}

.ie9tips p {
    padding-top: 10px;
    color: #fff;
    width: 420px;
    margin: 10px auto;
    line-height: 1.8;
}


/* 公共样式 */

.header {
    z-index: 880;
    width: 100%;
    border-top: 6px solid #c50000;
}

.topNav {
    position: absolute;
    right: 0;
    top: 20px;
}

.topNav a {
    padding: 0 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    height: 18px;
    line-height: 18px;
}

.topNav a:first-child {
    margin-left: 0;
}

.topNav a.icon-weixin {
    position: relative;
}

.webCode {
    position: absolute;
    left: 50%;
    top: 0;
    width: 100px;
    display: block;
    transform: translateX(-50%);
    z-index: 800;
    display: none;
}

.gp-serBtn2 {
    padding-left: 16px;
}

.logo {
    padding: 35px 0 0;
    width: 32%;
}

.logo a {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.logo_01 {
    width: 50%;
    padding-right: 3px;
}

.logo_02 {
    width: 47.45%;
}

.top {
    position: relative;
    max-width: 1574px;
    margin: 0 auto;
    width: 96%;
}


/*1.默认展开的搜索*/

.gp-search {
    width: 220px;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    transition: all 0.35s ease-in-out;
    border: 1px solid #ccc;
}

.gp-ser {
    width: 100%;
    height: 28px;
    z-index: 9999994;
    margin: 0 auto;
    position: relative;
}

.gp-search input,
.gp-search button {
    position: absolute;
    height: 28px;
    line-height: 28px;
    border: none;
    background: none;
    top: 0px;
    overflow: hidden;
}

.gp-search input.notxt {
    color: #a4a4a4;
    width: 82%;
    left: 0;
    padding-left: 2%;
}

.gp-search .notxt1 {
    position: absolute;
    width: 15%;
    right: 0;
    cursor: pointer;
    color: #666;
}

.mobile_code {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 150px;
    transform: translate(-50%, -50%);
    z-index: 9001;
}

.overlay_bg2 {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: 9000;
    display: none;
}


/*4.搜索按钮全屏展开*/

#gp-serBtn4 {
    position: relative;
    z-index: 801;
    border-right: none;
}

.gp-search4 {
    height: 0;
    border: none;
    width: 100%;
    overflow: hidden;
    position: fixed;
    top: 50%;
    z-index: 802;
    left: 0;
}

.gp-search4 .gp-ser {
    max-width: 800px;
}

.gp-search4 input,
.gp-search4 button {
    height: 40px;
    line-break: 40px;
}

.gp-search4 .gp-ser {
    height: 40px;
    border: 1px solid #ccc;
    margin-top: 20px;
}

.gp-search4 .notxt1 {
    background: #a40000;
    color: #fff
}

.gp-search4 .gp-ser {
    display: none;
    border: none;
    background: #fff;
}

.gp-search4.active .gp-ser {
    display: block;
    margin: 0 auto;
}

.gp-search4.active {
    height: 80px;
}

.searchActive .gp-overlay {
    top: 0;
}

@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;
    }
}


/*5移动端搜索默认*/

.gp-m-search {
    width: 100%;
    margin: 20px auto 0;
    display: block;
    border: none;
}

.gp-m-search>div {
    margin: 0 30px;
    width: auto;
    border: 1px solid #d6d6d6;
}

.gp-m-search .notxt1 {
    right: auto;
    left: 0;
    width: 40px;
    color: #4d4d4d;
    font-size: 2.5rem;
}

.gp-m-search input.notxt {
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding-left: 42px;
    color: #fff;
    font-size: 1.8rem;
}

.searchWrap {
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 20;
}

.navWrap {
    z-index: 18;
    text-align: right;
}


/*web导航*/

.navWrap {
    /* margin-left: 360px; */
    padding-top: 40px;
}

.nav {}

.nav>li {
    float: left;
    position: relative;
    text-align: center;
    padding: 0 14px;
}

.nav>li>a {
    display: inline-block;
    line-height: 1;
    font-size: 18px;
    color: #fff;
    transition: all 0.35s ease-in-out;
    position: relative;
    z-index: 50;
    position: relative;
    vertical-align: top;
    height: 59px;
    line-height: 59px;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.nav>li>a:before {
    content: '';
    width: 0;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    bottom: 0;
    transition: all 0.35s ease-in-out;
}

.nav>li>a:hover:before,
.nav>li.on>a:before {
    width: 100%;
    left: 0;
}

.second_nav1 {
    position: absolute;
    left: 0;
    top: 59px;
    width: 100%;
    display: none;
    background: rgba(33, 37, 42, 0.6);
    min-width: 220px;
}

.second_nav1>dd {
    padding: 0 20px
}

.second_nav1>dd>a {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 14px 15px;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
    color: #fff;
    line-height: 1.2;
    text-align: left;
}

.second_nav1>dd:hover {
    background-color: #a40000;
}

.nav>li.on .second_nav1 {
    display: block;
}

.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;
}

@-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;
    }
}


/*头部定位*/

.header.currents {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    position: fixed;
    left: 0;
    top: 0;
    height: 50px;
    width: 100%;
    background-color: #a40000;
    margin-bottom: 0;
    border-top: none;
}

.header.currents .topNav {
    display: none;
}

.header.currents .logo {
    padding-top: 7px;
    width: 290px;
}

.header.currents .navWrap {
    padding-top: 0;
}

.header.currents .nav>li>a {
    height: 50px;
    line-height: 50px;
    padding: 0;
    font-weight: normal;
    font-size: 16px;
}

.header.currents .second_nav1 {
    top: 50px;
}


/*手机端导航默认*/

.mobile_bg {
    width: 100%;
    height: 100%;
    z-index: 90;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 300;
}

.gp-menu {
    width: 100%;
    z-index: 98;
    height: 100%;
    position: absolute;
    display: none;
    right: 0;
    top: 0;
    z-index: 400;
}

.gp-menu-header {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 996;
    width: 100%;
    height: 40px;
    margin-top: -20px;
}

.gp-menu-link {
    float: left;
    line-height: 40px;
    height: 40px;
    padding-left: 15px;
}

.gp-menu-link a {
    color: #fff;
}

.gp-menu-header-icon {
    color: #fff;
    height: 46px;
    float: right;
    width: 46px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    cursor: pointer;
    margin: 0 15px 0 0;
    background-color: #e5e5e5;
    border-radius: 50%;
    margin-top: 5px;
}

.gp-menu-header-icon i {
    color: #fff;
    display: block;
    font-style: normal;
    text-align: right;
    font-size: 30px;
}

.gp-menu-header-icon span {
    position: absolute;
    left: calc((100% - 24px) / 2);
    top: calc((100% - 6px) / 2.3);
    width: 22px;
    height: 2px;
    background-color: #4d4d4d;
}

.gp-menu-header-icon-out span {
    width: 22px;
    height: 2px;
    background-color: #4d4d4d;
    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(3px) rotate(0deg);
}

.gp-menu-header-icon span:nth-child(2) {
    transform: translateY(-3px) rotate(0deg);
}

.gp-menu-header-icon span:nth-child(3) {
    transform: translateY(-3px) rotate(0deg);
}

@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);
    left: calc((100% - 22px) / 2);
}

.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;
}

@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-nav {
    width: 100%;
    position: fixed;
    top: 0;
    right: 0px;
    display: none;
    padding-top: 30px;
    background-color: #fff;
}


/*导航*/

.gp-menu-nav a {}

.gp-menu-nav>ul {}

.gp-menu-nav>ul>li {
    position: relative;
    box-sizing: border-box;
    transition: all 0.5s ease-in;
    transform: translateX(-40px);
    opacity: 0;
}

.gp-menu-nav>ul>li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.gp-menu-nav>ul>li>a {
    display: inline-block;
    padding: 2rem 30px;
    font-size: 1.8rem;
    width: 60%;
    line-height: 1.4;
}

.m-second-nav {
    display: none;
    padding-bottom: 1rem;
    padding: 0 30px 15px;
}

.m-second-nav>li {}

.m-second-nav>li.on>span {
    transform: rotate(45deg);
}

.m-second-nav>li>a {
    display: inline-block;
    padding: 1rem 0 1rem 20px;
    font-size: 1.6rem;
}

.m-second-nav>li>span {
    top: 4px;
    color: #dad6ce;
    font-size: 1.8rem;
}

.gp-menu-arrow {
    cursor: pointer;
    width: 30px;
    height: 58px;
    line-height: 45px;
    color: #e9e9e9;
    text-align: right;
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 2rem;
    transition: all 0.3s ease-in-out;
}

.gp-menu-arrow::before,
.gp-menu-arrow::after {
    content: '';
    width: 14px;
    height: 2px;
    background-color: #e6e6e6;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1px 0 0 -7px;
}

.gp-menu-arrow::after {
    transform: rotate(90deg);
}

.gp-menu-nav>ul>li.on>span {
    transform: rotate(45deg);
}

.gp-menu-nav li ul {}

.mobile_logo {
    padding: 0 30px 10px 30px;
    width: 60%;
    max-width: 277px;
}


/*导航内标签效果*/

.open .gp-menu-link {
    display: none;
}

.open .gp-menu-header {
    background: none;
}

.open .logo,
.open .header .divSelect {
    z-index: 90;
}

.gp-menu-header-icon-click {}

.open .gp-menu-nav>ul>li {
    transform: none;
    opacity: 1;
    border-bottom: 1px solid #f2f2f2;
}

.open .gp-menu-nav>ul>li.on {
    background-color: #faf5f5;
}

.gp-menu-nav.gp-menu-offcanvas2 {
    position: fixed;
    display: block;
    transform: translate(150%, 0);
    transition: all 1s ease-in-out;
    width: 95%;
}

.open .gp-menu-offcanvas2 {
    transform: translate(0, 0);
    position: absolute;
    border-left: 8px solid #a40000;
}

.mobile-column1 {
    width: 100%;
    left: -100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.m-link {
    padding: 15px 30px;
    text-align: center;
}

.m-link a {
    display: inline-block;
    vertical-align: middle;
    line-height: 18px;
    padding: 0 10px;
    border-right: 1px solid #e5e5e5;
    margin: 4px 0;
}

.m-link a:last-child {
    border-right: none;
}

.m-link .iconfont {
    color: #ccc;
    font-size: 2rem;
    height: 18px;
}

.gp-title {
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    font-weight: normal;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.gp-p1 {
    color: #666;
    line-height: 24px;
    letter-spacing: 0.5px;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}


/*加页面动画*/

.effect2 {
    opacity: 0;
    transform: translateY(35px);
    transition: transform 0.6s, opacity 0.6s ease-in-out
}

.effect2.isView {
    transform: none;
    opacity: 1 !important;
}

.mb50 {
    margin-bottom: 50px;
}

.mb45 {
    margin-bottom: 45px;
}

.pt40 {
    padding-top: 40px;
}

.footer {
    padding: 30px 0 0;
    overflow: hidden;
    background: url(../../images/gb2020/footer_bg.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.linkList {
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.linkList h2 {
    font-weight: normal;
}

.linkList ul {
    margin-left: 68px;
    padding-top: 2px;
}

.linkList li {
    position: relative;
    padding: 0 24px;
    margin-bottom: 10px;
}

.linkList li::before {
    content: '';
    width: 1px;
    height: 14px;
    background-color: #d58181;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
}

.linkList li:last-child::before {
    display: none;
}

.footerNav {
    padding: 30px 0;
    width: 100%;
    overflow: hidden;
}

.footerNav dl {
    width: 25%;
    box-sizing: border-box;
    padding-left: 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.footerNav dt {
    margin-bottom: 15px;
}

.footerNav dt a {
    color: #f5cece;
}

.footerNav dd {
    line-height: 1.4;
    padding: 5px 0;
    ;
}

.footerNav dd a {
    color: #cc8585;
}

.footerNav dl.dl6 {
    margin-top: -90px;
}

.footerNav dl.dl9 {
    margin-top: -60px;
}

.copyRight {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 20px 0;
    text-align: center;
    line-height: 1.4;
}

.copyRight span {
    display: inline-block;
    opacity: 0.5;
    padding: 3px 0;
}

.copyRight i {
    font-style: normal;
    margin: 0 15px;
    opacity: 0.5;
}

.footerCon {
    padding-bottom: 20px;
    max-width: 1000px;
}

.erweima {
    float: right;
    /*! width: 17%; */
}

.erweima ul li {
    width: 48%;
    float: left;
}

.erweima ul li:nth-child(even) {
    float: right;
}

.erweima ul li img {
    width: 100px;
    height: 100px;
}

.erweima ul li p {
    color: #cc8585;
    text-align: center;
    height: 20px;
    line-height: 20px;
}

@media screen and (min-width:1020px) {}

@media screen and (max-width:1600px) {
    .logo {
        width: 30%;
    }
}

@media screen and (max-width:1460px) {
    .gp-f26 {
        font-size: 2.4rem;
    }
    .gp-f24 {
        font-size: 2.2rem;
    }
    .nav>li>a {
        font-size: 1.7rem;
        font-weight: normal;
    }
    .nav>li {
        padding: 0 12px;
    }
    .navWrap {
        /* margin-left: 320px; */
    }
}

@media screen and (max-width:1386px) {
    .nav>li>a {
        font-size: 1.6rem;
    }
    .gp-f20 {
        font-size: 1.8rem;
    }
    .mb50 {
        margin-bottom: 40px;
    }
    .mb45 {
        margin-bottom: 35px;
    }
    .logo {
        padding: 35px 0 0;
    }
}

@media screen and (max-width:1300px) {
    .gp-f24,
    .gp-f22 {
        font-size: 2rem;
    }
    .mb50 {
        margin-bottom: 30px;
    }
    .pt40 {
        padding-top: 30px;
    }
    .nav>li {
        padding: 0 4px;
    }
    .logo {
        width: 30%;
        padding: 20px 0 0;
    }
    .navWrap {
        /* margin-left: 240px; */
        padding-top: 5px;
    }
    .topHeader a {
        margin: 0 5px;
    }
    .navWrap {
        padding-top: 22px;
    }
    .topNav {
        top: 10px;
    }
    .gp-f26 {
        font-size: 2.2rem;
    }
}

@media screen and (max-width:1060px) {
    .nav>li {
        padding: 0 2px;
    }
}

@media screen and (max-width:996px) {
    .topNav {
        display: none;
    }
    .logo {
        position: relative;
        z-index: 1000;
        width: 60%;
        max-width: 320px;
        min-width: 250px;
    }
    .header {
        width: 100%;
    }
    .navWrap,
    .gp-search {
        display: none;
    }
    .gp-menu,
    .gp-m-search {
        display: block;
    }
    .gp-search {
        border-color: rgba(255, 255, 255, 0.15);
    }
    .searchWrap {
        display: none;
    }
    .top {
        height: auto;
    }
    .logo {
        padding: 10px 0;
    }
    .logo_01 {
        width: 50%;
    }
    .logo_02 {
        width: 38%;
    }
    .pt40 {
        padding-top: 20px;
    }
    .mb50 {
        margin-bottom: 20px;
    }
}

@media screen and (max-width:767px) {
    .header {
        margin-bottom: 0;
    }
    .mb50 {
        margin-bottom: 20px;
    }
    .pt40 {
        padding-top: 15px;
    }
    .dw-blue {
        position: static;
        margin: 10px auto 0;
        display: block;
    }
    .mb45 {
        margin-bottom: 25px;
    }
    .footerNav {
        display: none;
    }
    .linkList {
        border-bottom: none;
        padding-bottom: 0;
    }
    .linkList li::before {
        display: none;
    }
    .linkList li {
        padding: 0 8px;
    }
    .bitj-list1 li:last-child {
        margin-bottom: 5px;
    }
    .copyRight i {
        display: none;
    }
    .copyRight span {
        margin: 0 8px;
    }
}

@media screen and (max-width:640px) {
    .gp-ser {
        height: 35px;
    }
    .gp-search input,
    .gp-search button {
        height: 35px;
        line-height: 35px;
    }
}

@media screen and (max-width:480px) {
    .gp-menu-nav>ul>li>a {
        font-size: 1.6rem;
        padding: 1.2rem 30px;
    }
    .gp-menu-arrow {
        height: 40px;
    }
}

@media screen and (max-width:400px) {}