@charset "utf-8";

/*基础样式*/

html {}

body {
    font-size: 16px;
    /* 14÷10=1.4 */
    color: #242424;
    background: #fff;
    font-family: Arial, Helvetica, sans-serif, "Microsoft Yahei";
    ;
}

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: #242424;
}

a:hover {
    text-decoration: none;
    color: #007071;
}

input[type='button'],
button,
input {
    outline: none;
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
}

p {
    line-height: 28px;
}

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;
}

.ul-inline {
    font-size: 0;
}

.gp-clear {
    width: 100%;
    overflow: hidden;
}

.tc {
    text-align: center;
}

.ib {
    display: inline-block;
}

.pa-t,
.pa-b,
.pa-l,
.pa-r,
.pa-lt,
.pa-rt,
.pa-lb,
.pa-rb,
.pa-lm,
.pa-rm,
.pa-tm,
.pa-bm,
.pa-c {
    z-index: 2;
    position: absolute;
}

.pa {
    position: absolute;
}

.pr {
    position: relative;
}

.pa-t {
    left: 0;
    right: 0;
    top: 0;
}

.pa-b {
    left: 0;
    right: 0;
    bottom: 0;
}

.pa-l {
    left: 0;
    top: 0;
    bottom: 0;
}

.pa-r {
    right: 0;
    top: 0;
    bottom: 0;
}

.pa-lt {
    left: 0;
    top: 0;
}

.pa-rt {
    right: 0;
    top: 0;
}

.pa-lb {
    left: 0;
    bottom: 0;
}

.pa-rb {
    right: 0;
    bottom: 0;
}

.pa-lm {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.pa-rm {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.pa-tm {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.pa-bm {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.pa-c {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.ul-inline a {
    display: block;
}

.title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info {
    display: block;
    overflow: hidden;
}

.boxsshadow {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.04), 1px 1px 2px 0px rgba(0, 0, 0, 0.04), 4px 3px 4px 0px rgba(0, 0, 0, 0.03), 8px 6px 6px 0px rgba(0, 0, 0, 0.02), 14px 11px 7px 0px rgba(0, 0, 0, 0.04), 22px 17px 8px 0px rgba(0, 0, 0, 0);
}
.nav-area__item:hover {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}
@font-face {
    font-family: 'bahnschrift';
    src: url('../fonts/bahnschrift.eot');
    src: url('../fonts/bahnschrift.eot?#iefix') format('embedded-opentype'), url('../fonts/bahnschrift.woff2') format('woff2'), url('../fonts/bahnschrift.woff') format('woff'), url('../fonts/bahnschrift.svg#bahnschrift') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'iconfont';
    src: url('../font/iconfont.woff2?t=1684302157242') format('woff2'), url('../font/iconfont.woff?t=1684302157242') format('woff'), url('../font/iconfont.ttf?t=1684302157242') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/* 
@font-face {
  font-family: 'nky-icon';
  src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/iconfont.woff') format('woff'),
    url('../fonts/iconfont.woff2') format('woff2'),
    url('../fonts/iconfont.ttf') format('truetype'),
    url('../fonts/iconfont.svg#iconfont') format('svg');
} */

[class*='logo'] {
    display: block;
    position: relative;
}


/* [class*='logo'] img {
  display: block;
} */

[class*='logo'] img {
    display: inline-block;
}

[class*='logo'] a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* display: block; */
}


/*响应式图片*/

.gp-img-responsive {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    display: block;
}

.gp-img-responsive img {
    width: 100%;
    transition: all 0.5s ease-in-out;
    max-width: none;
}

.gp-img-responsive img:hover {
    transform: scale(1.08);
    opacity: 0.85;
}

.MYS-list8 .gp-img-responsive {
    padding-bottom: 130%;
}

.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
}

.ul-inline li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    vertical-align: top;
    width: 100%;
}

.ul-inline a {
    display: block;
}

.title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*边框*/

.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-word;
}


/*字号*/

.gp-f12 {
    font-size: 12px;
}

.gp-f14 {
    font-size: 14px;
}

.gp-f16 {
    font-size: 16px;
}

.gp-f17 {
    font-size: 17px;
}

.gp-f18 {
    font-size: 18px;
}

.gp-f20 {
    font-size: 20px;
}

.gp-f22 {
    font-size: 22px;
}

.gp-f24 {
    font-size: 24px;
}

.gp-f26 {
    font-size: 26px;
}

.gp-f28 {
    font-size: 28px;
}

.gp-f30 {
    font-size: 30px;
}

.gp-f32 {
    font-size: 32px;
}

.gp-f34 {
    font-size: 34px;
}

.gp-f36 {
    font-size: 36px;
}

.gp-f38 {
    font-size: 38px;
}

.gp-f40 {
    font-size: 40px;
}

.gp-f42 {
    font-size: 42px;
}

.gp-f46 {
    font-size: 46px;
}

.lh26x1 {
    height: 26px;
}

.lh26x2 {
    height: 52px;
}

.lh26x3 {
    height: 78px;
}

.lh27x1 {
    height: 27px;
}

.lh27x2 {
    height: 54px;
}

.lh27x3 {
    height: 81px;
}

.lh28x2 {
    height: 56px;
}

.lh28x3 {
    height: 84px;
}

.lh28x4 {
    height: 112px;
}

.lh26,
[class*="lh26"] {
    line-height: 26px;
}

.lh27,
[class*="lh27"] {
    line-height: 27px;
}

.lh28,
[class*="lh28"] {
    line-height: 28px;
}

[class*="lh"][class*="x1"] {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

[class*="lh"][class*="x2"],
[class*="lh"][class*="x3"],
[class*="lh"][class*="x4"],
[class*="lh"][class*="x5"],
[class*="lh"][class*="x6"] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.gp-ul-inline {
    font-size: 0;
}

.gp-Tecenter {
    text-align: center;
}

.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-ellipsis2,
.gp-text-truncate2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


/*三行截短*/

.gp-ellipsis3,
.gp-text-truncate3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.img,
.img1x1,
.img5x7,
.img5x3,
.img3x2,
.img4x3,
.img2x3,
.img3x4 {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.img img,
.img1x1 img,
.img5x7 img,
.img5x3 img,
.img3x2 img,
.img4x3 img,
.img2x3 img,
.img3x4 img {
    width: 100%;
    display: block;
    transition: all linear .35s;
    -ms-transition: all linear .35s;
    -moz-transition: all linear .35s;
    -webkit-transition: all linear .35s;
    -o-transition: all linear .35s;
}

.img_centered {
    display: block;
    overflow: hidden;
    position: relative;
}

.img_centered img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 100%;
    width: auto;
    margin: auto;
}

.img_cover {
    display: block;
    overflow: hidden;
    position: relative;
}

.img_cover img {
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    min-width: 100%;
    max-width: 1000%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
}

a:hover .img img,
a:hover .img5x7 img,
a:hover .img5x3 img,
a:hover .img3x2 img,
a:hover .img4x3 img,
a:hover .img2x3 img,
a:hover .img3x4 img {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.item:hover .img img,
.item:hover .img5x7 img,
.item:hover .img5x3 img,
.item:hover .img3x2 img,
.item:hover .img4x3 img,
.item:hover .img2x3 img,
.item:hover .img3x4 img {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.img_centered img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 100%;
    width: auto;
    margin: auto;
}


/*透明度*/

.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;
}


/* 按钮 */

.Stymore1 {
    margin-top: 20px;
    height: 38px;
    width: 148px;
    display: block;
    position: relative;
    float: right;
    border-radius: 25px;
    /* position: absolute;
  right: 0;
  bottom: 15px; */
    background: #0d6fb8;
    padding: 0 30px 0 10px;
    text-align: center;
    box-sizing: border-box;
    line-height: 38px;
    color: #fff;
}

.Stymore1::before {
    content: '';
    display: block;
    width: 18px;
    height: 10px;
    background: url(../images/more1s.png) no-repeat;
    position: absolute;
    right: 20px;
    top: calc(50% - 5px);
}

.Stymore1:hover::before {
    -webkit-animation: passing 1s linear infinite;
    animation: passing 1s linear infinite
}

@-webkit-keyframes passing {
    0% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0
    }
}

@keyframes passing {
    0% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0
    }
}

.Stymore2 {
    display: block;
    position: relative;
    float: right;
    padding: 0 30px 0 10px;
    text-align: center;
    box-sizing: border-box;
    color: #2b2b2b;
    font-size: 16px;
}

.Stymore2::before {
    content: '';
    display: block;
    width: 18px;
    height: 10px;
    background: url(../images/more2s.png) no-repeat;
    position: absolute;
    right: 0;
    top: calc(50% - 5px);
}

.Stymore2:hover::before {
    -webkit-animation: passing 1s linear infinite;
    animation: passing 1s linear infinite
}


/*
版心和间距的问题
*/

.gp-container {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width:1500px) {
    .gp-container {
        width: 80vw
    }
    .gp-f32 {
        font-size: 26px;
    }
    /* 对齐问题 */
    /* .pro-left .left-title {
    height: 60px;
  }
.pro-left .left-category ul li {
  height: 50px;
  line-height: 50px;
}

.pro-right .gp-img-responsive {
  width: 100%;
  height: 0;
  padding-bottom: 61.25%;
  overflow: hidden;
  display: block;
} */
}

@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: 3vw;
        margin-right: 3vw;
        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: 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;
        width: 100% !important;
    }
}


/*
面包屑
*/

.gp-bread {
    height: auto;
    line-height: 20px;
    color: #999;
    padding: 12px 0;
    z-index: 5;
}

.gp-bread span {
    color: #999;
    margin: 0 3px
}

.gp-bread a {
    color: #999;
}

.gp-bread a:hover,.gp-bread a.active  {
    color: #007071;
}

@media screen and (max-width:767px) {
    .gp-article {
        word-break: break-all;
    }
    .gp-article img {
        width: auto !important;
        height: auto !important;
    }
    .gp-article video {
        width: auto !important;
    }
    .gp-article table {
        width: 100% !important;
    }
    body {
        font-size: 13px;
    }
    /* 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;
    }
    .gp-f46 {
        font-size: 28px;
    }
}


/***
布局-网格样式 
**/


/* [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: 20%;
    } */
    /*平均分配*/
    /* .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: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%;
    }
    .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 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(even)>td,
.gp-table-striped>tbody>tr:nth-child(even)>th {
    background-color: #f5f5f5
}


/*置顶*/

.gp-goTop {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 25px;
    color: #ffff !important;
    background: #106bbd;
}

.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;
}


/*低版本跳转样式*/

.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;
}

.text-center {
    text-align: center;
}


/* 底部 */

.footer {
    position: relative;
    padding: 30px 0 23px;
    position: relative;
    background: #007072;
}

.footer .footer_info {
    padding: 2px 0 20px 83px;
    position: relative;
    color: #fff;
}

.footer p span {
    padding-right: 20px;
    text-align: left;
    font-size: 18px;
}


/* 动效 */

