@charset "utf-8";

/* CSS Document */

html {
    background: #FFF;
}

body {
    font-size: 63%;
    /*font-family:"\5FAE\8F6F\96C5\9ED1", SimSun;*/
    background-color: #fff;
    color: #505050;
    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,
table,
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;
    width: 100%;
}

fieldset,
img {
    border: 0;
}

img,
object {
    max-width: 100%;
    /*height:auto;*/
    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 {
    color: #8C0000;
    text-decoration: none;
}

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

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: 400;
}


/*定义清除浮动样式 方法一*/

.clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}


/*定义清除浮动样式 方法二*/

.clear {
    clear: both;
}


/*font-size */

.f12px {
    font-size: 1.2em;
}

.f14px {
    font-size: 1.4em;
}

.f16px {
    font-size: 1.6em;
}

.f18px {
    font-size: 1.8em;
}

.f20px {
    font-size: 2.0em;
}

.f22px {
    font-size: 2.2em;
}

.f24px {
    font-size: 2.4em;
}


/*float */

.fl {
    float: left;
}

.fr {
    float: right;
}

.ct {
    margin: 0 auto;
}

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

.tc {
    text-align: center !important;
}

.tl {
    text-align: left !important;
}

.tr {
    text-align: right !important;
}

.fwn {
    font-weight: normal;
}

.fwb {
    font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

q:before,
q:after {
    content: '';
    content: none;
}

input,
textarea,
select {
    font-weight: inherit;
}

input,
select,
textarea,
button {
    vertical-align: middle
}

.pa {
    position: absolute;
}

.pr {
    position: relative;
}

.inblock {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.disnone {
    display: none;
}

.block {
    display: block;
}

.hidden {
    overflow: hidden !important;
}

.none {
    display: none;
}

.textoverflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.underline:hover {
    text-decoration: underline;
}

.mtc {
    margin: 0 auto;
}

.number {
    font-family: Arial;
}

.fw600 {
    font-weight: 600;
}

.hand {
    cursor: pointer;
}

.distable {
    display: table;
}

.distr {
    display: table-row;
}

.distd {
    display: table-cell;
}

.mr35px {
    margin-right: 35px;
}

.ml35px {
    margin-left: 35px;
}

.mr10px {
    margin-right: 10px;
}

.ml10px {
    margin-left: 10px;
}

.mt20px {
    margin-top: 20px;
}

.topicInfo li {
    transtion: all 1s ease 0s
}

.imgResponsive {
    width: 100%;
    height: 0;
    padding-bottom: 66.67%;
    overflow: hidden;
    display: block;
}

.imgResponsive img {
    width: 100%;
}

.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;
    float: right;
    margin: 20px 0 0 0;
}

.gp-search1 {
    float: none;
    margin: 10px auto;
    display: block;
}

.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: #fff;
}


/*头部样式*/

.wrap_header {
    width: 100%;
    background: url(/sba/images/gb20190508/headerbg.png) no-repeat top 25px center;
    background-color: #8c0000;
}

.header {
    max-width: 1200px;
    min-width: 320px;
    margin: 0 auto;
    z-index: 600;
    overflow: hidden;
}

#btn_ser {
    display: none;
}

.links {
    float: right;
    text-align: right;
    margin-top: 43px;
}

.links01 ul li {
    display: inline;
    height: 25px;
}

.links01 a {
    color: #fff;
    padding: 0 10px;
}

.links01 a:hover {
    color: #c81622;
}

.btn_ser {
    display: inline-block;
    width: 34px;
    height: 31px;
    cursor: pointer;
}

.btn_ser img {
    vertical-align: middle;
}

.ser {
    height: 35px;
    right: 0;
    top: 40px;
    line-height: 35px;
    background: #bbb1a7;
}

.search {
    width: 162px;
    height: 35px;
    position: relative;
    overflow: hidden;
}

.search input {
    position: absolute;
    height: 35px;
    line-height: 35px;
    font-size: 1.4em;
    color: #fff;
    border: none;
    background: none;
}

.search input.notxt {
    padding-left: 7px;
    width: 120px;
}

.search input.notxt1 {
    position: absolute;
    width: 34px;
    height: 22px;
    top: 7px;
    left: 127px;
    border: none;
    background: url(/sba/images/gb20190508/ser.png) no-repeat center;
    cursor: pointer;
    overflow: hidden;
}

.snav {
    display: block;
}

.mbtn {
    display: block;
}

.logo {
    width: 65%;
    height: auto;
    padding: 11px 0 5px;
    float: left;
    font-size: 0;
}

.logo a {
    display: block;
}

.links {
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1005;
    margin-top: 43px;
}

.links li {
    float: right;
    height: 30px;
}

.links a.btn_ser {
    padding: 0 2px;
    height: 30px;
}

#btn_ser {
    display: block;
}

.wraptopNav {
    width: 100%;
    height: 26px;
    background: #710000;
    overflow: hidden;
}

.topNav {
    max-width: 1200px;
    height: 26px;
    line-height: 26px;
    margin: 0 auto;
}

.topNav a {
    font-size: 1.4em;
    color: #fff;
    display: inline-block;
    float: right;
    margin: 0 20px;
    position: relative;
}

.topNav a:first-child:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 22px;
    background: #fff;
    margin: 0 -20px;
    position: absolute;
    left: 0;
    top: 2px;
}

.mtopNav a {
    font-size: 1.2em;
    display: inline-block;
    color: #fff;
}

.mtopNav {
    position: absolute;
    top: 0;
    left: 20px;
}


/*导航*/

.nav {
    height: 35px;
    background: #cba95b;
    border: #eeeeee 2px solid;
}

.nav ul {
    height: 35px;
    margin: 0px auto;
    max-width: 1200px;
}

.nav ul li {
    float: left;
    width: 11.1%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: relative;
}

.nav ul li:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 35px;
    background: #eeeeee;
    position: absolute;
    right: 0;
    top: 0;
}

.nav ul li:first-child:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 35px;
    background: #eeeeee;
    position: absolute;
    left: 0;
    top: 0;
}

.nav ul li a {
    color: #404040;
    font-size: 16px;
    display: block;
    transition: all 0.3s ease;
}

.nav ul li .subNav {
    position: absolute;
    left: 0;
    top: 35px;
    left: 0px;
    display: none;
    background: url(/sba/images/gb20190508/navbg.png) repeat;
    overflow: hidden;
    width: 99.9%;
    z-index: 99;
}

.nav ul li.on {
    background: #8c0000;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.nav ul li.on a {
    color: #fff;
}

.nav ul li.on .subNav {
    display: block;
}

.nav ul li.on .subNav dl {
    overflow: hidden;
}

.nav ul li.on .subNav dl dd {
    height: auto;
    line-height: 18px;
    text-align: center;
    border-bottom: #696765 1px solid;
}

.nav ul li.on .subNav dl dd:hover {
    background: #ab1111;
}

.nav ul li.on .subNav dl dd a {
    font-size: 1.5em;
    line-height: 18px;
    padding: 11px 5px;
    text-align: center;
    font-weight: normal;
}

.nav ul li.on .subNav dl dd:hover a {
    color: #fff;
}


/*手机端导航*/

.mobile {
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: absolute;
    display: none;
    top: 0px;
    right: 0;
    z-index: 99991
}

.mobile_title {
    width: 100%;
    float: left;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
}

.mobile_title a {
    float: left;
    margin-left: 10px;
    color: #fff;
    line-height: 31px;
    height: 31px;
}

.mobile-inner-header {
    width: 100%;
    height: 42px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.mobile-inner-header-icon:hover {
    opacity: 0.8;
    cursor: pointer;
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 37px) / 2);
    top: calc((100% - 4px) / 3);
    width: 38px;
    height: 4px;
    background-color: rgba(255, 255, 255, 1);
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

.mobile-inner-header-icon {
    color: #fff;
    height: 50px;
    float: right;
    width: 50px;
    position: relative;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    background: #710000;
    z-index: 9999;
    position: absolute;
    right: 16px;
    top: 40px;
    border-radius: 6px;
}

.mobile-inner-header-icon-out span {
    width: 37px;
    height: 4px;
    background-color: white;
    display: block;
    border-radius: 4px;
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
}

.mobile-inner-header-icon-click {
    background: none;
    margin-top: 10px;
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

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

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

.mobile-inner-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
    }
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

.mobile-inner-header-icon-out span:nth-child(3) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
}

@keyframes outfirst {
    0% {
        transform: translateY(6px) rotate(-45deg);
    }
    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }
    100% {
        transform: translateY(6px) rotate(0deg);
    }
}

@keyframes outthird {
    0% {
        transform: translateY(0) rotate(90deg);
    }
    100% {
        transform: translateY(16px) rotate(0deg);
    }
}

.mobile-inner-nav {
    background-color: rgba(28, 28, 28, 0.85);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0px;
    padding-top: 90px;
    padding-bottom: 25px;
    display: none;
    z-index: 999;
}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 45px;
    text-decoration: none;
    width: 100%;
    font-size: 1.3em;
    border-bottom: solid 1px #646360;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mobile-inner-nav li {
    position: relative;
    padding: 0 20px;
}

.mobile-inner-nav li a {
    text-indent: 0;
}

.mobile-inner-nav li strong {
    color: #fff;
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 2.5em;
    cursor: pointer;
    width: 40px;
    height: 45px;
    text-align: center;
    line-height: 40px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mobile-inner-nav a {
    -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;
    color: #fff;
}

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

.mobile_subNav {
    display: none;
    padding-left: 10px;
}

.mobile-inner-nav dd a {
    height: 35px;
    line-height: 35px;
    border-bottom: dotted 1px rgb(105, 106, 106);
    font-size: 1.2em;
}

.mobile_search {
    clear: both;
    position: relative;
    height: 36px;
    margin: 10px 30px 0;
    border: 1px solid #747474;
    border-radius: 30px;
    overflow: hidden;
}

.mobile_search input.notxt {
    width: 79%;
    color: #d9d9d9;
    margin-left: 45px;
    border: none;
    height: 34px;
    background: none;
}

.mobile_search input.notxt1 {
    width: 45px;
    background-color: #fff;
    right: auto;
    position: absolute;
    top: 10px;
    left: 0;
    background: url(/sba/images/gb20190508/ser.png) no-repeat center center;
    border: none;
}

.mobile-links {
    width: auto;
    overflow: hidden;
    border-bottom: solid 1px #747474;
    padding: 6px 0;
    text-align: center;
}

.mobile-links span {
    padding: 0 30px;
    display: inline-block;
}

.mobile-links span:first-child {
    display: none;
}

.mobile-links span a {
    border: none;
    line-height: 25px;
    padding: 4px 0;
}

@keyframes rotate {
    from {
        transform: rotateX(90deg) translateY(0%);
        top: 43px;
    }
    to {
        transform: rotateX(0deg) translateY(0%);
        top: 43px;
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotateX(90deg) translateY(0%);
        top: 43px;
    }
    to {
        -moz-transform: rotateX(0deg) translateY(0%);
        top: 43px;
    }
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotateX(90deg) translateY(0%);
        top: 43px;
    }
    to {
        -webkit-transform: rotateX(0deg) translateY(0%);
        top: 43px;
    }
}

.Wrap_footer {
    width: 100%;
    background: url(/sba/images/gb20190508/footerbg.png) center;
    padding: 25px 0 0;
    position: relative;
}

.footer {
    max-width: 1200px;
    margin: 0 auto;
    height: 133px;
}

.footer_lf {
    width: 49%;
    float: left;
}

.footer_lf p {
    font-size: 1.6em;
    line-height: 24px;
    color: #fff;
}

.footerLink {
    border-bottom: #ab4a4c 1px solid;
    padding-bottom: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}

.footerLink a {
    font-size: 1.6em;
    line-height: 24px;
    color: #fff;
}

.footerLink a:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 17px;
    background: #ab4a4c;
    margin: -4px 20px;
}

.footer_rt {
    float: right;
    position: relative;
}

.footer_rt p {
    font-size: 1.2em;
    line-height: 24px;
    padding: 10px 85px 10px 10px;
}

.footer_rt a {
    width: 70px;
    float: left;
    display: inline-block;
    text-align: center;
    color: white;
    font-size: 16px;
    line-height: 16px;
    margin-right: 30px;
    position: relative;
    cursor: pointer;
}

.footer_rt a:last-child {
    margin-right: 0;
}


/* .footer_rt .erweima{ display: inline-block; position:absolute; right: 0 ; top: 0; } */

.footer_rt div {
    width: 68px;
    height: 68px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    margin-bottom: 20px;
}

.footer_rt img {
    line-height: 70px;
    display: inline-block;
    text-align: center;
}

.footer_rt .tel img {
    width: 28px;
    height: 26px;
    margin-top: 21px;
}

.footer_rt .mail img {
    width: 32px;
    height: 24px;
    margin-top: 19px;
}

.footer_rt .chat img {
    width: 34px;
    height: 27px;
    margin-top: 18px;
}

.footer_rt .top img {
    width: 28px;
    height: 28px;
    margin-top: 21px;
}

.footer_rt .erweima {
    width: 70px;
    height: 70px;
    padding: 4px;
    background-color: white;
    border: 1px solid #a2a2a2;
    position: absolute;
    top: -90px;
    right: -4px;
    display: none;
}

.footer_rt .erweima img {
    width: 100%;
    height: 100%;
    margin-top: 0;
}

.footer_rt .chat:hover .erweima {
    display: block;
}

@media screen and (max-width:1386px) {
    .content {
        width: 1000px;
        margin: 0 auto;
    }
    .nav ul,
    .header,
    .topNav,
    .footer {
        width: 1000px;
    }
}

@media screen and (max-width:1240px) {
    /*    .logo{ padding: 28px 20px; }
    .ser{ right: 20px; }
    .topNav{ right: 20px; }
    .footer{ margin: 0 40px; } */
    .logo {
        margin-left: 20px;
    }
    .footer {
        padding: 0 20px;
    }
}

@media screen and (max-width:1020px) {
    .content,
    .nav ul,
    .header,
    .topNav,
    .footer {
        width: auto;
    }
}

@media screen and (max-width:992px) {
    .nav {
        display: none;
    }
    .topNav,
    .ser {
        display: none;
    }
    .mobile .topNav {
        display: block;
    }
    .mobile {
        display: block;
    }
    .gp-search {
        display: none;
    }
    .gp-search1 {
        display: block;
    }
    .logo {
        margin-left: 16px;
    }
    .footer {
        padding: 0 16px;
    }
    .footerLink a,
    .footer_lf p,
    .footer_rt a {
        font-size: 12px;
    }
    .footer_rt div {
        width: 38px;
        height: 38px;
        margin-bottom: 12px;
    }
    .footer_rt .tel img {
        width: 16px;
        height: 15px;
        margin-top: 12.5px;
    }
    .footer_rt .mail img {
        width: 18px;
        height: 14px;
        margin-top: 13px;
    }
    .footer_rt .chat img {
        width: 20px;
        height: 15px;
        margin-top: 12.5px;
    }
    .footer_rt .top img {
        width: 16px;
        height: 16px;
        margin-top: 12px;
    }
    .footer_rt a {
        width: 40px;
        margin-right: 18px;
    }
    .footerLink {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .footer_lf p {
        line-height: 18px;
    }
    .footer {
        height: 95px;
    }
    .footer_lf {
        width: auto;
    }
    .footer_rt .erweima {
        right: -20px;
    }
    .footer_rt .erweima img {
        width: auto;
        height: auto;
        margin-top: 0;
    }
}

@media screen and (max-width:800px) {
    /* .logo{ width: 80%; margin: 0 auto; padding:20px; } */
    .articleList04 ul li i {
        height: 32px !important;
        padding-bottom: 0 !important;
    }
    .footer_lf {
        width: auto;
    }
    .footer_rt {
        width: auto;
    }
    .footer {
        margin: 0;
    }
    .mobile-inner-header-icon {
        width: 40px;
        height: 40px;
    }
    .mobile-inner-header-icon span {
        left: calc((100% - 25px) / 2);
        top: calc((100% - 2px) / 3);
    }
    .mobile-inner-header-icon-out span {
        width: 25px;
        height: 2px;
        background-color: white;
        display: block;
        border-radius: 4px;
    }
    @keyframes outfirst {
        0% {
            transform: translateY(6px) rotate(-45deg);
        }
        100% {
            transform: translateY(-4px) rotate(0deg);
        }
    }
    @keyframes outsecond {
        0% {
            transform: translateY(0) rotate(45deg);
        }
        100% {
            transform: translateY(6px) rotate(0deg);
        }
    }
    @keyframes outthird {
        0% {
            transform: translateY(0) rotate(90deg);
        }
        100% {
            transform: translateY(16px) rotate(0deg);
        }
    }
}

@media screen and (max-width:700px) {
    .Wrap_footer {
        background: url(/sba/images/gb20190508/footerbg.png);
    }
    .footer_rt {
        width: 100%;
        text-align: center;
    }
    .footer_rt a {
        float: none;
    }
    .footer {
        height: 190px;
    }
    .footer_lf {
        width: 100%;
        text-align: center;
        margin-top: 12px;
    }
    .footerLink a:last-child:after {
        display: none;
    }
}

@media screen and (max-width:640px) {
    .logo {
        width: 48%;
    }
    .footer_rt {
        float: none;
        width: 100%;
        text-align: center;
    }
    .footer_rt p {
        padding: 0;
    }
    .footer_lf {
        width: 100%;
        float: none;
        text-align: center;
        margin: 12px 0;
    }
}

@media screen and (max-width:480px) {
    .logo {
        padding: 15px;
    }
}