@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: #666;
    font-family: 'Microsoft YaHei', SimSun, SimHei, "STHeiti Light", STHeiti, "Lucida Grande", Tahoma, 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: #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
}

.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 {
    height: 0;
    padding-bottom: 62.5%;
    overflow: hidden;
    display: block;
}

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

@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-f16 {
        font-size: 1.4rem;
    }
    body {
        font-size: 1.3rem;
    }
    .gp-container {
        width: 100%;
    }
}

@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-ellipsis,
.gp-text-truncate {
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

@charset "utf-8";

/*手机端导航默认*/

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

.gp-menu {
    display: none;
    width: 100%;
    z-index: 900;
    height: 100%;
    position: relative;
}

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

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

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

.gp-menu-header-icon {
    color: #c7000a;
    height: 40px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 40px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    cursor: pointer;
}

.gp-menu-header-icon span {
    position: absolute;
    right: 20px;
    top: calc((100% - 2px) / 3);
    width: 27px;
    height: 3px;
    background-color: #c7000a;
}

.gp-menu-header-icon-out span {
    width: 27px;
    height: 4px;
    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);
}

@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 {
    background-color: #fff;
    top: calc((100% - 2px) / 2.1);
}

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

.gp-menu-header-icon-click span:nth-child(3) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickthird;
}

@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;
    padding-top: 40px;
    background: #068166;
    background: -webkit-linear-gradient(left, #c7000a, #ab0009);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #c7000a, #ab0009);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #c7000a, #ab0009);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #c7000a, #ab0009);
    display: none;
}


/*导航*/

.gp-menu-nav a {}

.gp-menu-nav>ul li {
    display: block;
}

.gp-menu-nav>ul li {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: returnToNormal;
    animation-name: returnToNormal;
}

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

.gp-menu-nav>ul>li>a {
    display: inline-block;
    padding: 14px 0 14px 25px;
    font-size: 1.6rem;
}

.gp-menu-nav>ul>li>ul {
    background: rgba(0, 0, 0, 0.1);
    padding: 0 25px
}

.gp-menu-nav>ul>li>ul a {
    display: inline-block;
    padding: 10px 0;
}

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

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

.gp-menu-nav li ul {
    display: none;
}


/*导航内标签效果*/

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

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

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

@-webkit-keyframes returnToNormal {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes returnToNormal {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}


/*低版本跳转样式*/

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


/*
下拉横排效果
*/

.bg-black span {
    background: #c7000a;
}

.gp-menu-nav.gp-menu-dropdown2 {
    background: #F5F5F5;
}

.gp-menu-nav.gp-menu-dropdown2>ul {
    position: relative;
}

.gp-menu-nav.gp-menu-dropdown2>ul>li {
    border-bottom: none;
    position: static;
}

.gp-menu-nav.gp-menu-dropdown2>ul>li>a {
    padding: 0;
    display: block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0 5px;
    position: relative;
    z-index: 900;
    color: #333;
}

.gp-menu-nav.gp-menu-dropdown2>ul>li>a.icon-down:after {
    content: "\e73a";
    font-size: 1.4rem;
    margin-left: 5px;
    transition: all 0.3s;
    display: inline-block;
}

.gp-menu-nav.gp-menu-dropdown2>ul>li>a.icon-down:before {
    content: '';
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #000;
    position: absolute;
    left: 50%;
    bottom: -100%;
    margin-left: -5px;
    opacity: 0.2;
    transition: all 0.3s;
}

.gp-menu-nav.gp-menu-dropdown2>ul>li.on>a.icon-down:before {
    bottom: 0;
}

.gp-menu-nav.gp-menu-dropdown2>ul>li>ul {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    right: 5px;
    padding: 8px 0;
    text-align: center;
}

.gp-menu-nav.gp-menu-dropdown2>ul>li>ul a {
    color: #666
}

.gp-menu-nav.gp-menu-dropdown2>ul li {
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none
}

.gp-menu-nav.gp-menu-dropdown2>ul>li.on>a.icon-down:after {
    transform: rotate(180deg);
}

.gp-m-search {
    width: 90%;
    margin: 10px auto 15px;
    display: block;
}

.gp-m-search .notxt {
    color: #a4a4a4;
    width: 100%;
    float: left;
    height: 30px;
    left: 0;
    border-radius: 3px;
    border: 1px solid #f8f8f8;
    background: rgba(0, 0, 0, 0);
    vertical-align: middle;
    color: #fff;
    text-indent: 10px;
    padding-right: 30px;
    box-sizing: border-box;
    outline: none;
}

.gp-m-search form {
    display: inline-block;
    width: calc(100% - 85px);
    vertical-align: middle;
    line-height: 30px;
}

.gp-m-search a.notxt1 {
    display: inline-block;
    width: 68px;
    text-align: center;
    height: 28px;
    line-height: 28px;
    /* line-height: 34px; */
    background: #fff;
    border-radius: 3px;
    border: none;
    margin-left: 10px;
    vertical-align: middle;
    /* margin-top: 3px; */
    color: #444;
}


/* header */

.top {
    position: relative;
    z-index: 880;
    width: 100%;
    transition: all 0.4s ease-in-out;
    background: url(../images/top_bg.png);
    background-size: cover;
}

.headertop {
    padding: 30px 0;
    position: relative;
}

.logo {
    width: 430px;
    position: relative;
    z-index: 900;
    padding: 20px 0;
    padding-left: 30px;
    height: 80px;
}

.logo1 {
    width: 289px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}

.logo1 a {
    display: block;
    padding-bottom: 20.76%;
    height: 0;
}

.logo2 {
    width: 115px;
    overflow: hidden;
    float: left;
}

.logo2 a {
    display: block;
    padding-bottom: 52.17%;
    height: 0;
}

.logo a {
    display: inline-block;
    position: absolute;
    top: 25%;
}

.logo a>div {
    padding-bottom: 20.76%;
}

.logo a::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 310px;
    background: url(../images/logo_vertical.png);
}

.logo p {
    font-size: 32px;
    display: inline-block;
    color: #fff;
    line-height: 67px;
    position: absolute;
    right: 0;
    top: 22%;
}

.gp-search {
    float: right;
    margin-top: 15px;
    /* width: 275px;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  transition: all 0.35s ease-in-out;
  margin-top: 45px;
  position: absolute;
  right: 2px; */
}

.gp-search .gp-ser {
    width: 100%;
    margin: 0 auto;
    z-index: 9999994;
    position: relative;
    /* position: absolute; */
    /* right: 0px; */
    line-height: 30px;
}

.gp-search .gp-ser>div{margin-left:16px;display:inline-block;}
.gp-search .gp-ser a {
    font-size: 16px;
    color: #fff;
    /* margin-left: 16px; */
}
.gp-search .gp-ser a.userinfo{display:none}
.gp-search .gp-ser>div span{margin:0 3px;color:#eee;}
.gp-search .gp-ser form {
    float: left;
}

.gp-search input.notxt {
    color: #a4a4a4;
    width: 186px;
    height: 30px;
    left: 0;
    /* padding-left: 4%; */
    border-radius: 3px;
    border: 1px solid #f8f8f8;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0);
    text-indent: 8px;
    color: #fff;
    position: relative;
    vertical-align: middle;
    outline: none;
}

.icon-sousuo {
    width: 15px;
    height: 15px;
    background: url(../images/sousuo.png) no-repeat center center;
    border: none;
    vertical-align: middle;
    display: inline-block;
    margin-left: -23px;
}

.gp-search a.notxt1 {
    display: inline-block;
    width: 68px;
    text-align: center;
    height: 28px;
    line-height: 28px;
    background: #fff;
    border-radius: 3px;
    border: none;
    margin-left: 10px;
    vertical-align: middle;
    color: #8a0200;
}

.navWrap {
    height: 40px;
    background-color: #8a0200;
    position: relative;
    z-index: 30;
}

.nav>li {
    float: left;
    position: relative;
}

.nav>li>a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 43px;
    font-size: 16px;
    color: #fff;
    transition: all 0.35s ease-in-out;
    position: relative;
    z-index: 50;
    text-align: center;
}

.nav>li.on>a {
    background-color: #fff;
    color: #8a0200;
}

.second_nav1 {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
    display: none;
    text-align: center;
    border: 1px solid #c5c5c5;
}

.second_nav1>dd {
    padding: 0 10px;
    border-bottom: 1px solid #efefef;
}

.second_nav1>dd>a {
    display: block;
    padding: 10px 0px;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
    color: #333;
    line-height: 1.4;
}

.second_nav1>dd>a:hover {
    color: #ea6248;
}

.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;
    display: block;
}

.content {
    background: #f8f8f8;
}

footer {
    /*! height: 140px; */
    background: #c2151c;
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
    box-sizing: border-box;
}

footer span:nth-child(2) {
    margin-left: 50px;
}

footer p,
footer span {
    line-height: 32px;
}

.erweima {
    position: absolute;
    right: 75px;
    top: -30px;
}

.erweima i {
    /*! height: 0px; */
    display: block;
    overflow: hidden;
    /*! padding-bottom: 100%; */
}

.erweima i img {
    width: 98px;
    height: 98px;
}

.erweima strong {
    font-size: 12px;
    color: #fff;
    display: block;
    margin: 10px 0 0 0;
    font-weight: normal;
}

@media screen and (max-width:1300px) {
    .gp-container {
        width: 1000px;
    }
    .nav>li>a {
        padding: 0 32px;
    }
    .gp-search {
        right: 6px;
    }
    .logo1 {
        width: 240px
    }
    .logo2 {
        width: 96px;
    }
}

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

@media screen and (max-width:996px) {
    /* .gp-container{width: 1000px;} */
    /* .nav > li > a{padding:0 20px;} */
    .gp-search {
        display: none;
    }
    .gp-menu {
        display: block;
    }
    .navWrap {
        display: none;
    }
}

@media screen and (max-width:767px) {
    .gp-container {
        width: 97%;
        margin: 0 auto;
    }
    .gp-menu-header {
        top: 35px;
    }
    #gp-menu,
    header {
        display: none;
    }
    #breadcrumb {
        display: none;
    }
    footer {
        /*! display: none; */
        padding: 20px 0;
    }
    .erweima {
        position: static;
        margin: 10px auto 0;
    }
    .sub_content {
        border: none!important;
        margin-bottom: 30px!important;
    }
    .filters {
        padding: 5px 29px 55px!important;
    }
}

@media screen and (max-width:540px) {
    .logo1 {
        width: 191px
    }
    .logo2 {
        width: 77px;
    }
    .gp-menu-header {
        top: 30px;
    }
    footer span:nth-child(2) {
        display: block;
        margin-left: 0px;
    }
}

@media screen and (max-width:479px) {
    .logo1 {
        width: 165px
    }
    .logo2 {
        width: 67px;
    }
    .gp-menu-header {
        top: 30px;
    }
}