@charset "utf-8";

/*基础样式*/
html {
    font-size: 100px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-size: 0.16rem !important;
    /* 14÷10=1.4 */
    color: #000;
    font-family: '微软雅黑', Arial, Helvetica, sans-serif;
}

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;
}

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: #000
}

a:hover {
    text-decoration: none;
    color: #3F989C;
}

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;
    position: relative;
    background-color: #fff;
}

.gp-img-responsive>img {
    width: 100%;
    transition: all 0.5s ease-in-out;
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    object-fit: cover;
}

.gp-img-responsive img:hover {
    transform: scale(1.08) translate(-50%, -50%);
}

.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;
}

.text-upper {
    text-transform: uppercase;
}

.text-left {
    text-align: left !important
}

/*边框*/
.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: 1180;
    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: 0.12rem;
}

.gp-f14 {
    font-size: 0.14rem;
}

.gp-f15 {
    font-size: 0.15rem;
}

.gp-f16 {
    font-size: 0.16rem;
}

.gp-f17 {
    font-size: 0.17rem;
}

.gp-f18 {
    font-size: 0.18rem;
}

.gp-f20 {
    font-size: 0.2rem;
}

.gp-f22 {
    font-size: 0.22rem;
}

.gp-f24 {
    font-size: 0.24rem;
}


.gp-f26 {
    font-size: 0.26rem;
}

.gp-f28 {
    font-size: 0.28rem;
}

.gp-f30 {
    font-size: 0.3rem;
}

.gp-f32 {
    font-size: 0.32rem;
}

.gp-f34 {
    font-size: 0.34rem;
}

.gp-f36 {
    font-size: 0.36rem;
}

.gp-f38 {
    font-size: 0.38rem;
}

.gp-f40 {
    font-size: 0.4rem;
}

.gp-f50 {
    font-size: 0.5rem;
}

.gp-f54 {
    font-size: 0.54rem;
}

.gp-f84 {
    font-size: 0.84rem;
}

/* 加粗 */
.gp-bold {
    font-weight: bold;
}

.gp-ul-inline {
    font-size: 0;
}

.gp-ul-inline>li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 0.14rem;
    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;
}

.lf {
    float: left;
}

.rt {
    float: right;
}

/*一行截短*/
.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 {
    max-width: 100%;
    margin-left: .8rem;
    margin-right: .8rem;
}

@media screen and (min-width:1920px) {
    /* .gp-f50{font-size: 50px;} */
}

@media screen and (max-width:1500px) {

    /* .gp-container {
        width: auto;
        margin-left: 1.6rem;
        margin-right: 1.6rem;
    } */
    /* .gp-f32{font-size: 26px;} */
}

@media screen and (max-width:1460px) {
    /* .gp-f24{font-size: 22px;}
	.gp-f18{font-size: 17px;} */
}

@media screen and (max-width:1386px) {

    /* .gp-container{width: 1100px !important;} */
    .gp-f32 {
        font-size: 24px;
    }


}


@media screen and (max-width:1240px) {
    /* .gp-container{width: 90vw} */
}

@media screen and (max-width:1060px) {
    /* .gp-container{width:900px !important;} */
}

@media screen and (max-width:996px) {
    .gp-container {
        width: auto !important;
        margin-left: 4vw;
        margin-right: 4vw;
        padding-left: 0;
        padding-right: 0;
    }

    .gp-md-fl, .gp-md-fr {
        float: none;
        width: 100% !important;
    }

}

@media screen and (max-width:767px) {
    .gp-container {
        margin-left: 0.25rem;
        margin-right: 0.25rem;
    }

    .gp-row {
        margin-left: -0.08rem;
        margin-right: -0.08rem;
    }

    .gp-p15 {
        padding-left: 0.08rem;
        padding-right: 0.08rem;
    }

    .gp-m15 {
        margin-left: 0.08rem;
        margin-right: 0.08rem;
    }

    .gp-sm-fl, .gp-sm-fr {
        float: none;
        width: 100% !important;
    }
}


/*
面包屑
*/
.gp-bread {
    height: auto;
    line-height: 1.5;
    color: #000;
    padding: 12px 0;
    overflow: hidden;
    position: relative;
    z-index: 5;
}

.gp-bread span {
    color: #000;
    margin: 0 0.03rem
}

.gp-bread a {
    color: #000;
}

.gp-bread a:hover {
    color: #3F989C;
}

@media screen and (max-width:767px) {
    .gp-article {
        word-break: break-word;
    }

    .gp-article img {
        width: auto !important;
        height: auto !important;
    }

    .gp-article video {
        width: auto !important;
    }

    .gp-article table {
        width: 100% !important;
    }

    /* html{font-size: 54.705%;} */
}

/*
pad端固定宽度
*/
@media screen and (max-width:999px) {
    .gp-flex {
        display: -ms-flexbox;
        /* IE10+ */
        display: -webkit-flex;
        display: flex;
        display: -webkit-flex;
    }

    .gp-flex-fixed {
        width: 2.5rem;
    }

    .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-xxs-6>li {
        width: 16.6%;
    }

    .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%;
    }

    .gp-avg-6>li {
        width: 16.6%;
    }
}

@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%;
    }

    .gp-avg-xxs-6>li {
        width: 16.6%;
    }
}

@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%;
    }

    .gp-avg-xs-6>li {
        width: 16.6%;
    }

}

@media screen and (min-width:769px) {

    /*平均分配*/
    .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%;
    }

    .gp-avg-sm-6>li {
        width: 16.6%;
    }
}

@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%;
    }

    .gp-avg-md-6>li {
        width: 16.6%;
    }
}

@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-avg-lg-6>li {
        width: 16.6%;
    }
}

/*
表格
*/
.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: 19px 20px;
    line-height: 1.4;
    word-break: break-all;
}

.gp-table-bordered {
    border: solid #e6e6e6;
    border-width: 0px 0 0.01rem 0px;
}

.gp-table * {
    word-wrap: break-word;
}

/*边框*/
.gp-table-bordered td {
    border: solid #e6e6e6;
    border-width: 0.01rem 0.01rem 0px 0.01rem;
}

/*条纹*/
.gp-table-striped>tbody>tr:nth-child(even)>td,
.gp-table-striped>tbody>tr:nth-child(even)>th {
    background-color: #f5f5f5
}

/*置顶*/
.gp-goTop {
    width: 0.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    font-size: 0.25rem;
    color: #fff !important;
    background: #cc0909;
}

.gp-goTop-fixed {
    position: fixed;
    right: 0.2rem;
    bottom: 0.2rem;
    z-index: 800;
    box-shadow: 0 0 0.08rem rgba(0, 0, 0, 0.2);
    display: none;
}

.gp-goTop-fixed.bottom {
    bottom: 1.5rem;
}

/*低版本跳转样式*/
.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: 4rem;
    height: 3rem;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -0.15rem 0 0 -0.2rem;
    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: 0.01rem;
    color: #fff;
    width: 4.2rem;
    margin: 0.01rem auto;
    line-height: 1.8;
}

.text-center {
    text-align: center;
}
