﻿@charset "utf-8";

/* CSS Document */

html {
    font-size: 100px;
    height: 100%;
}


/* CSS Document */

body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: baseline;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

table {
    margin: auto;
    text-align: left;
    border-collapse: collapse;
    border-spacing: 0;
}

ol,
ul {
    list-style: none;
    list-style-type: none;
}

a img,
img {
    vertical-align: middle;
    border: none;
}


/* a style */

a {
    text-decoration: none;
    /*-webkit-tap-highlight-color: rgba(0,0,0,0); */
}

a:visited {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
    outline: none;
}

a:active {
    outline: none;
}

a:focus {
    outline: none;
}


/* form style */

input,
textarea,
select,
button {
    vertical-align: middle;
    outline: none;
    background: inherit;
    appearance: none;
    padding: 0;
}

/* clearfix style */

.clear {
    clear: both;
    height: 0;
    visibility: hidden;
    overflow: hidden;
}

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

.clearfix {
    display: block;
    *zoom: 1;
}

*html .clearfix {
    height: 1%;
}

.flex {
    display: flex;
}

.flex-middle {
    align-items: center;
}

.flex-center {
    justify-content: center;
}

.fx1 {
    flex: 1;
}


/* float style */

.fl {
    float: left;
}

.fr {
    float: right;
}

.fn {
    float: none;
}

.rel {
    position: relative;
}


/* display style */

.db {
    display: block;
}

.dn {
    display: none;
}

.di {
    display: inline;
}

.dib {
    display: inline-block;
}

.ovh {
    overflow: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.psa {
    position: absolute;
    bottom: 0;
    left: 0;
}

.wrapper {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

body {
    min-width: 320px;
    font-size: 18px;
    background: #fff;
    font-family: "Helvetica Neue", Helvetica, "Microsoft Yahei", STHeiti, sans-serif;
}

.common-content {
    max-width: 1580px;
    margin-left: auto;
    margin-right: auto;
}

.pad-top {
    padding-top: var(--sky_header_height);
}

.pt-70 {
    padding-top: 50px;
}

.pad-none {
    padding-top: 0;
    padding-bottom: 0;
}

.pad-sm {
    padding-bottom: 15px;
    padding-top: 15px;
}

.common-title {
    font-size: 48px;
    color: #000;
	margin-bottom:40px;
    line-height: 1.5;
}

.common-title h1,.common-title h2{
    font-size: 32px;
}

.common-title .date{
    font-size: 16px;
    color: var(--sky_txt_color);
    line-height: 1.5;
    margin-top: 10px;
}
.common-title hr {
    border: 1px solid #ebebeb;
}
.common-info {
    font-size: 14px;
    color: var(--sky_txt_color);
    line-height: 24px;
    margin-top: 6px;
}

.darkbg .common-title {
    color: #fff;
}

.darkbg .common-info {
    color: #fff;
}

.common-more {
    margin-top: 30px;
}

.common-more a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 136px;
    height: 46px;
    border: 1px solid #fff;
    font-size: 14px;
    line-height: 44px;
    padding-left: 19px;
    color: #fff;
    position: relative;
    align-items: center;
}

.common-more a:after {
    content: '';
    display: block;
    margin-left: 10px;
    width: 8px;
    height: 7px;
    background: url(../images/banner_more.png) no-repeat;
    transition: all .3s;
}

.common-more a:hover:after {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
}

.d-none {
    display: none;
}

.d-flex {
    display: flex;
}

.flex-row-reverse {
    flex-direction: row-reverse;
}

.left {
    display: flex;
    justify-content: flex-start;
}

.center {
    display: flex;
    justify-content: center;
}

.right {
    display: flex;
    justify-content: flex-end;
}

.txt-left {
    text-align: left;
}

.txt-center {
    text-align: center;
}

.txt-right {
    text-align: right;
}

.darkbg .title {
    color: #fff !important;
}

.darkbg .cont {
    color: #fff !important;
}

.darkbg .more a {
    color: #fff !important;
    border: 1px solid #fff !important;
}
.darkbg .note .more a:after {
    background: url(../images/banner_more.png) no-repeat !important;
}

.greybg {
    background: #f7f7f7;
}
.bg-fixed {
    height:auto;
}
.w-100 {
    width: 100%;
}

.h-100 {
    height: 100%;
}

.w-6,.w-6-2 {
    width: 16.66%;
}

.w-5,.w-5-2 {
    width: 20%;
}

.w-4,.w-4-2{
    width: 25%;
}

.w-3,.w-3-2{
    width: 33.33%;
}

.w-2,.w-2-2{
    width: 50%;
}

.w-1,.w-1-2 {
    width: 100%;
}
@media (max-width: 1579.98px) {
    .common-content {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (max-width: 1199.98px) {
    .common-title {
        font-size: 24px;
        color: #000;
        text-align:center;
        margin-bottom:10px;
        line-height: 1.5;
    }
    .common-content {
        margin-left: 10px;
        margin-right: 10px;
    }
    .bg-fixed {
        height: unset;
        padding-bottom: 20px;
    }
    .wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
    .w-6,.w-6-2 {
        width: 33.33%;
    }
}
@media (max-width: 991.98px) {
    .w-6,.w-5,.w-4,.w-3 {
        width: 50%;
    }
    .w-6-2,.w-5-2,.w-4-2,.w-3-2 {
        width: 50%;
    }
    .w-2 {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .w-6,.w-5,.w-4,.w-3 {
        width: 100%;
    }
}