@import url("fontawesome-all.min.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900,300italic");

/*
	Dopetrope by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
*{
    margin: 0;
    padding: 0;
}
html,
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,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
*{
    font-family:Arial, Helvetica, sans-serif !important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    -webkit-text-size-adjust: none;
}

mark {
    background-color: transparent;
    color: inherit;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input,
select,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
}


/* Basic */

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body.is-preload *,
body.is-preload *:before,
body.is-preload *:after {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

body,
input,
textarea,
select {
    font-family: 'Source Sans Pro';
    font-weight: 300;
    color: #5d5d5d;
    font-size: 14pt;
    line-height: 1.75em;
}

strong,
b {
    color: #252122;
    font-weight: 400;
}

i,
em {
    font-style: italic;
}

sub {
    position: relative;
    top: 0.5em;
    font-size: 0.8em;
}

sup {
    position: relative;
    top: -0.5em;
    font-size: 0.8em;
}

blockquote {
    border-left: solid 0.75em #dddddd;
    padding: 1em 0 1em 1.5em;
    font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #252122;
    font-weight: 700;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    text-decoration: none;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.35em;
}

a {
    /* color: #d52349; */
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

br.clear {
    clear: both;
}

hr {
    border: 0;
    border-top: solid 1px #dddddd;
    height: 1px;
    margin: 2em 0 2em 0;
}


ol,
dl,
table {
    /*margin-bottom: 2em;*/
}


/* Container */

.container {
    margin: 0 auto;
    max-width: 100%;
    width: 70em;
}

@media screen and (max-width: 1680px) {
    .container {
        width: 70em;
    }
}

@media screen and (max-width: 1280px) {
    .container {
        width: calc(100% - 60px);
    }
}

@media screen and (max-width: 980px) {
    .container {
        width: calc(100% - 80px);
    }
}

@media screen and (max-width: 736px) {
    .container {
        width: calc(100% - 40px);
    }
}


/* Row */

.row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
}

.row>* {
    box-sizing: border-box;
}

.row.gtr-uniform>*> :last-child {
    margin-bottom: 0;
}

.row.aln-left {
    justify-content: flex-start;
}

.row.aln-center {
    justify-content: center;
}

.row.aln-right {
    justify-content: flex-end;
}

.row.aln-top {
    align-items: flex-start;
}

.row.aln-middle {
    align-items: center;
}

.row.aln-bottom {
    align-items: flex-end;
}

.row>.imp {
    order: -1;
}

.row>.col-1 {
    width: 8.33333%;
}

.row>.off-1 {
    margin-left: 8.33333%;
}

.row>.col-2 {
    width: 16.66667%;
}

.row>.off-2 {
    margin-left: 16.66667%;
}

.row>.col-3 {
    width: 25%;
}

.row>.off-3 {
    margin-left: 25%;
}

.row>.col-4 {
    width: 33.33333%;
}

.row>.off-4 {
    margin-left: 33.33333%;
}

.row>.col-5 {
    width: 41.66667%;
}

.row>.off-5 {
    margin-left: 41.66667%;
}

.row>.col-6 {
    width: 50%;
}

.row>.off-6 {
    margin-left: 50%;
}

.row>.col-7 {
    width: 58.33333%;
}

.row>.off-7 {
    margin-left: 58.33333%;
}

.row>.col-8 {
    width: 66.66667%;
}

.row>.off-8 {
    margin-left: 66.66667%;
}

.row>.col-9 {
    width: 75%;
}

.row>.off-9 {
    margin-left: 75%;
}

.row>.col-10 {
    width: 83.33333%;
}

.row>.off-10 {
    margin-left: 83.33333%;
}

.row>.col-11 {
    width: 91.66667%;
}

.row>.off-11 {
    margin-left: 91.66667%;
}

.row>.col-12 {
    width: 100%;
}

.row>.off-12 {
    margin-left: 100%;
}

.row.gtr-0 {
    margin-top: 0px;
    margin-left: 0px;
}

.row.gtr-0>* {
    padding: 0px 0 0 0px;
}

.row.gtr-0.gtr-uniform {
    margin-top: 0px;
}

.row.gtr-0.gtr-uniform>* {
    padding-top: 0px;
}

.row.gtr-25 {
    margin-top: -12.5px;
    margin-left: -12.5px;
}

.row.gtr-25>* {
    padding: 12.5px 0 0 12.5px;
}

.row.gtr-25.gtr-uniform {
    margin-top: -12.5px;
}

.row.gtr-25.gtr-uniform>* {
    padding-top: 12.5px;
}

.row.gtr-50 {
    margin-top: -25px;
    margin-left: -25px;
}

.row.gtr-50>* {
    padding: 25px 0 0 25px;
}

.row.gtr-50.gtr-uniform {
    margin-top: -25px;
}

.row.gtr-50.gtr-uniform>* {
    padding-top: 25px;
}

.row {
    margin-top: -50px;
    margin-left: -50px;
}

.row>* {
    padding: 50px 0 0 50px;
}

.row.gtr-uniform {
    margin-top: -50px;
}

.row.gtr-uniform>* {
    padding-top: 50px;
}

.row.gtr-150 {
    margin-top: -75px;
    margin-left: -75px;
}

.row.gtr-150>* {
    padding: 75px 0 0 75px;
}

.row.gtr-150.gtr-uniform {
    margin-top: -75px;
}

.row.gtr-150.gtr-uniform>* {
    padding-top: 75px;
}

.row.gtr-200 {
    margin-top: -100px;
    margin-left: -100px;
}

.row.gtr-200>* {
    padding: 100px 0 0 100px;
}

.row.gtr-200.gtr-uniform {
    margin-top: -100px;
}

.row.gtr-200.gtr-uniform>* {
    padding-top: 100px;
}

@media screen and (max-width: 1680px) {
    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }
    .row>* {
        box-sizing: border-box;
    }
    .row.gtr-uniform>*> :last-child {
        margin-bottom: 0;
    }
    .row.aln-left {
        justify-content: flex-start;
    }
    .row.aln-center {
        justify-content: center;
    }
    .row.aln-right {
        justify-content: flex-end;
    }
    .row.aln-top {
        align-items: flex-start;
    }
    .row.aln-middle {
        align-items: center;
    }
    .row.aln-bottom {
        align-items: flex-end;
    }
    .row>.imp-xlarge {
        order: -1;
    }
    .row>.col-1-xlarge {
        width: 8.33333%;
    }
    .row>.off-1-xlarge {
        margin-left: 8.33333%;
    }
    .row>.col-2-xlarge {
        width: 16.66667%;
    }
    .row>.off-2-xlarge {
        margin-left: 16.66667%;
    }
    .row>.col-3-xlarge {
        width: 25%;
    }
    .row>.off-3-xlarge {
        margin-left: 25%;
    }
    .row>.col-4-xlarge {
        width: 33.33333%;
    }
    .row>.off-4-xlarge {
        margin-left: 33.33333%;
    }
    .row>.col-5-xlarge {
        width: 41.66667%;
    }
    .row>.off-5-xlarge {
        margin-left: 41.66667%;
    }
    .row>.col-6-xlarge {
        width: 50%;
    }
    .row>.off-6-xlarge {
        margin-left: 50%;
    }
    .row>.col-7-xlarge {
        width: 58.33333%;
    }
    .row>.off-7-xlarge {
        margin-left: 58.33333%;
    }
    .row>.col-8-xlarge {
        width: 66.66667%;
    }
    .row>.off-8-xlarge {
        margin-left: 66.66667%;
    }
    .row>.col-9-xlarge {
        width: 75%;
    }
    .row>.off-9-xlarge {
        margin-left: 75%;
    }
    .row>.col-10-xlarge {
        width: 83.33333%;
    }
    .row>.off-10-xlarge {
        margin-left: 83.33333%;
    }
    .row>.col-11-xlarge {
        width: 91.66667%;
    }
    .row>.off-11-xlarge {
        margin-left: 91.66667%;
    }
    .row>.col-12-xlarge {
        width: 100%;
    }
    .row>.off-12-xlarge {
        margin-left: 100%;
    }
    .row.gtr-0 {
        margin-top: 0px;
        margin-left: 0px;
    }
    .row.gtr-0>* {
        padding: 0px 0 0 0px;
    }
    .row.gtr-0.gtr-uniform {
        margin-top: 0px;
    }
    .row.gtr-0.gtr-uniform>* {
        padding-top: 0px;
    }
    .row.gtr-25 {
        margin-top: -12.5px;
        margin-left: -12.5px;
    }
    .row.gtr-25>* {
        padding: 12.5px 0 0 12.5px;
    }
    .row.gtr-25.gtr-uniform {
        margin-top: -12.5px;
    }
    .row.gtr-25.gtr-uniform>* {
        padding-top: 12.5px;
    }
    .row.gtr-50 {
        margin-top: -25px;
        margin-left: -25px;
    }
    .row.gtr-50>* {
        padding: 25px 0 0 25px;
    }
    .row.gtr-50.gtr-uniform {
        margin-top: -25px;
    }
    .row.gtr-50.gtr-uniform>* {
        padding-top: 25px;
    }
    .row {
        margin-top: -50px;
        margin-left: -50px;
    }
    .row>* {
        padding: 50px 0 0 50px;
    }
    .row.gtr-uniform {
        margin-top: -50px;
    }
    .row.gtr-uniform>* {
        padding-top: 50px;
    }
    .row.gtr-150 {
        margin-top: -75px;
        margin-left: -75px;
    }
    .row.gtr-150>* {
        padding: 75px 0 0 75px;
    }
    .row.gtr-150.gtr-uniform {
        margin-top: -75px;
    }
    .row.gtr-150.gtr-uniform>* {
        padding-top: 75px;
    }
    .row.gtr-200 {
        margin-top: -100px;
        margin-left: -100px;
    }
    .row.gtr-200>* {
        padding: 100px 0 0 100px;
    }
    .row.gtr-200.gtr-uniform {
        margin-top: -100px;
    }
    .row.gtr-200.gtr-uniform>* {
        padding-top: 100px;
    }
}

@media screen and (max-width: 1280px) {
    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }
    .row>* {
        box-sizing: border-box;
    }
    .row.gtr-uniform>*> :last-child {
        margin-bottom: 0;
    }
    .row.aln-left {
        justify-content: flex-start;
    }
    .row.aln-center {
        justify-content: center;
    }
    .row.aln-right {
        justify-content: flex-end;
    }
    .row.aln-top {
        align-items: flex-start;
    }
    .row.aln-middle {
        align-items: center;
    }
    .row.aln-bottom {
        align-items: flex-end;
    }
    .row>.imp-large {
        order: -1;
    }
    .row>.col-1-large {
        width: 8.33333%;
    }
    .row>.off-1-large {
        margin-left: 8.33333%;
    }
    .row>.col-2-large {
        width: 16.66667%;
    }
    .row>.off-2-large {
        margin-left: 16.66667%;
    }
    .row>.col-3-large {
        width: 25%;
    }
    .row>.off-3-large {
        margin-left: 25%;
    }
    .row>.col-4-large {
        width: 33.33333%;
    }
    .row>.off-4-large {
        margin-left: 33.33333%;
    }
    .row>.col-5-large {
        width: 41.66667%;
    }
    .row>.off-5-large {
        margin-left: 41.66667%;
    }
    .row>.col-6-large {
        width: 50%;
    }
    .row>.off-6-large {
        margin-left: 50%;
    }
    .row>.col-7-large {
        width: 58.33333%;
    }
    .row>.off-7-large {
        margin-left: 58.33333%;
    }
    .row>.col-8-large {
        width: 66.66667%;
    }
    .row>.off-8-large {
        margin-left: 66.66667%;
    }
    .row>.col-9-large {
        width: 75%;
    }
    .row>.off-9-large {
        margin-left: 75%;
    }
    .row>.col-10-large {
        width: 83.33333%;
    }
    .row>.off-10-large {
        margin-left: 83.33333%;
    }
    .row>.col-11-large {
        width: 91.66667%;
    }
    .row>.off-11-large {
        margin-left: 91.66667%;
    }
    .row>.col-12-large {
        width: 100%;
    }
    .row>.off-12-large {
        margin-left: 100%;
    }
    .row.gtr-0 {
        margin-top: 0px;
        margin-left: 0px;
    }
    .row.gtr-0>* {
        padding: 0px 0 0 0px;
    }
    .row.gtr-0.gtr-uniform {
        margin-top: 0px;
    }
    .row.gtr-0.gtr-uniform>* {
        padding-top: 0px;
    }
    .row.gtr-25 {
        margin-top: -7.5px;
        margin-left: -7.5px;
    }
    .row.gtr-25>* {
        padding: 7.5px 0 0 7.5px;
    }
    .row.gtr-25.gtr-uniform {
        margin-top: -7.5px;
    }
    .row.gtr-25.gtr-uniform>* {
        padding-top: 7.5px;
    }
    .row.gtr-50 {
        margin-top: -15px;
        margin-left: -15px;
    }
    .row.gtr-50>* {
        padding: 15px 0 0 15px;
    }
    .row.gtr-50.gtr-uniform {
        margin-top: -15px;
    }
    .row.gtr-50.gtr-uniform>* {
        padding-top: 15px;
    }
    .row {
        margin-top: -30px;
        margin-left: -30px;
    }
    .row>* {
        padding: 30px 0 0 30px;
    }
    .row.gtr-uniform {
        margin-top: -30px;
    }
    .row.gtr-uniform>* {
        padding-top: 30px;
    }
    .row.gtr-150 {
        margin-top: -45px;
        margin-left: -45px;
    }
    .row.gtr-150>* {
        padding: 45px 0 0 45px;
    }
    .row.gtr-150.gtr-uniform {
        margin-top: -45px;
    }
    .row.gtr-150.gtr-uniform>* {
        padding-top: 45px;
    }
    .row.gtr-200 {
        margin-top: -60px;
        margin-left: -60px;
    }
    .row.gtr-200>* {
        padding: 60px 0 0 60px;
    }
    .row.gtr-200.gtr-uniform {
        margin-top: -60px;
    }
    .row.gtr-200.gtr-uniform>* {
        padding-top: 60px;
    }
}

@media screen and (max-width: 980px) {
    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }
    .row>* {
        box-sizing: border-box;
    }
    .row.gtr-uniform>*> :last-child {
        margin-bottom: 0;
    }
    .row.aln-left {
        justify-content: flex-start;
    }
    .row.aln-center {
        justify-content: center;
    }
    .row.aln-right {
        justify-content: flex-end;
    }
    .row.aln-top {
        align-items: flex-start;
    }
    .row.aln-middle {
        align-items: center;
    }
    .row.aln-bottom {
        align-items: flex-end;
    }
    .row>.imp-medium {
        order: -1;
    }
    .row>.col-1-medium {
        width: 8.33333%;
    }
    .row>.off-1-medium {
        margin-left: 8.33333%;
    }
    .row>.col-2-medium {
        width: 16.66667%;
    }
    .row>.off-2-medium {
        margin-left: 16.66667%;
    }
    .row>.col-3-medium {
        width: 25%;
    }
    .row>.off-3-medium {
        margin-left: 25%;
    }
    .row>.col-4-medium {
        width: 33.33333%;
    }
    .row>.off-4-medium {
        margin-left: 33.33333%;
    }
    .row>.col-5-medium {
        width: 41.66667%;
    }
    .row>.off-5-medium {
        margin-left: 41.66667%;
    }
    .row>.col-6-medium {
        width: 50%;
    }
    .row>.off-6-medium {
        margin-left: 50%;
    }
    .row>.col-7-medium {
        width: 58.33333%;
    }
    .row>.off-7-medium {
        margin-left: 58.33333%;
    }
    .row>.col-8-medium {
        width: 66.66667%;
    }
    .row>.off-8-medium {
        margin-left: 66.66667%;
    }
    .row>.col-9-medium {
        width: 75%;
    }
    .row>.off-9-medium {
        margin-left: 75%;
    }
    .row>.col-10-medium {
        width: 83.33333%;
    }
    .row>.off-10-medium {
        margin-left: 83.33333%;
    }
    .row>.col-11-medium {
        width: 91.66667%;
    }
    .row>.off-11-medium {
        margin-left: 91.66667%;
    }
    .row>.col-12-medium {
        width: 100%;
    }
    .row>.off-12-medium {
        margin-left: 100%;
    }
    .row.gtr-0 {
        margin-top: 0px;
        margin-left: 0px;
    }
    .row.gtr-0>* {
        padding: 0px 0 0 0px;
    }
    .row.gtr-0.gtr-uniform {
        margin-top: 0px;
    }
    .row.gtr-0.gtr-uniform>* {
        padding-top: 0px;
    }
    .row.gtr-25 {
        margin-top: -10px;
        margin-left: -10px;
    }
    .row.gtr-25>* {
        padding: 10px 0 0 10px;
    }
    .row.gtr-25.gtr-uniform {
        margin-top: -10px;
    }
    .row.gtr-25.gtr-uniform>* {
        padding-top: 10px;
    }
    .row.gtr-50 {
        margin-top: -20px;
        margin-left: -20px;
    }
    .row.gtr-50>* {
        padding: 20px 0 0 20px;
    }
    .row.gtr-50.gtr-uniform {
        margin-top: -20px;
    }
    .row.gtr-50.gtr-uniform>* {
        padding-top: 20px;
    }
    .row {
        margin-top: -40px;
        margin-left: -40px;
    }
    .row>* {
        padding: 40px 0 0 40px;
    }
    .row.gtr-uniform {
        margin-top: -40px;
    }
    .row.gtr-uniform>* {
        padding-top: 40px;
    }
    .row.gtr-150 {
        margin-top: -60px;
        margin-left: -60px;
    }
    .row.gtr-150>* {
        padding: 60px 0 0 60px;
    }
    .row.gtr-150.gtr-uniform {
        margin-top: -60px;
    }
    .row.gtr-150.gtr-uniform>* {
        padding-top: 60px;
    }
    .row.gtr-200 {
        margin-top: -80px;
        margin-left: -80px;
    }
    .row.gtr-200>* {
        padding: 80px 0 0 80px;
    }
    .row.gtr-200.gtr-uniform {
        margin-top: -80px;
    }
    .row.gtr-200.gtr-uniform>* {
        padding-top: 80px;
    }
}

@media screen and (max-width: 736px) {
    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }
    .row>* {
        box-sizing: border-box;
    }
    .row.gtr-uniform>*> :last-child {
        margin-bottom: 0;
    }
    .row.aln-left {
        justify-content: flex-start;
    }
    .row.aln-center {
        justify-content: center;
    }
    .row.aln-right {
        justify-content: flex-end;
    }
    .row.aln-top {
        align-items: flex-start;
    }
    .row.aln-middle {
        align-items: center;
    }
    .row.aln-bottom {
        align-items: flex-end;
    }
    .row>.imp-small {
        order: -1;
    }
    .row>.col-1-small {
        width: 8.33333%;
    }
    .row>.off-1-small {
        margin-left: 8.33333%;
    }
    .row>.col-2-small {
        width: 16.66667%;
    }
    .row>.off-2-small {
        margin-left: 16.66667%;
    }
    .row>.col-3-small {
        width: 25%;
    }
    .row>.off-3-small {
        margin-left: 25%;
    }
    .row>.col-4-small {
        width: 33.33333%;
    }
    .row>.off-4-small {
        margin-left: 33.33333%;
    }
    .row>.col-5-small {
        width: 41.66667%;
    }
    .row>.off-5-small {
        margin-left: 41.66667%;
    }
    .row>.col-6-small {
        width: 50%;
    }
    .row>.off-6-small {
        margin-left: 50%;
    }
    .row>.col-7-small {
        width: 58.33333%;
    }
    .row>.off-7-small {
        margin-left: 58.33333%;
    }
    .row>.col-8-small {
        width: 66.66667%;
    }
    .row>.off-8-small {
        margin-left: 66.66667%;
    }
    .row>.col-9-small {
        width: 75%;
    }
    .row>.off-9-small {
        margin-left: 75%;
    }
    .row>.col-10-small {
        width: 83.33333%;
    }
    .row>.off-10-small {
        margin-left: 83.33333%;
    }
    .row>.col-11-small {
        width: 91.66667%;
    }
    .row>.off-11-small {
        margin-left: 91.66667%;
    }
    .row>.col-12-small {
        width: 100%;
    }
    .row>.off-12-small {
        margin-left: 100%;
    }
    .row.gtr-0 {
        margin-top: 0px;
        margin-left: 0px;
    }
    .row.gtr-0>* {
        padding: 0px 0 0 0px;
    }
    .row.gtr-0.gtr-uniform {
        margin-top: 0px;
    }
    .row.gtr-0.gtr-uniform>* {
        padding-top: 0px;
    }
    .row.gtr-25 {
        margin-top: -5px;
        margin-left: -5px;
    }
    .row.gtr-25>* {
        padding: 5px 0 0 5px;
    }
    .row.gtr-25.gtr-uniform {
        margin-top: -5px;
    }
    .row.gtr-25.gtr-uniform>* {
        padding-top: 5px;
    }
    .row.gtr-50 {
        margin-top: -10px;
        margin-left: -10px;
    }
    .row.gtr-50>* {
        padding: 10px 0 0 10px;
    }
    .row.gtr-50.gtr-uniform {
        margin-top: -10px;
    }
    .row.gtr-50.gtr-uniform>* {
        padding-top: 10px;
    }
    .row {
        margin-top: -20px;
        margin-left: -20px;
    }
    .row>* {
        padding: 20px 0 0 20px;
    }
    .row.gtr-uniform {
        margin-top: -20px;
    }
    .row.gtr-uniform>* {
        padding-top: 20px;
    }
    .row.gtr-150 {
        margin-top: -30px;
        margin-left: -30px;
    }
    .row.gtr-150>* {
        padding: 30px 0 0 30px;
    }
    .row.gtr-150.gtr-uniform {
        margin-top: -30px;
    }
    .row.gtr-150.gtr-uniform>* {
        padding-top: 30px;
    }
    .row.gtr-200 {
        margin-top: -40px;
        margin-left: -40px;
    }
    .row.gtr-200>* {
        padding: 40px 0 0 40px;
    }
    .row.gtr-200.gtr-uniform {
        margin-top: -40px;
    }
    .row.gtr-200.gtr-uniform>* {
        padding-top: 40px;
    }
}


/* Form */

form label {
    display: block;
    color: #252122;
    font-weight: 400;
    margin: 0 0 0.5em 0;
}

form input[type=text],
form input[type=email],
form input[type=password],
form select,
form textarea {
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0.75em 1em;
    font-size: 1em;
    border-radius: 5px;
    border: solid 1px #dddddd;
    background: #fff;
    width: 100%;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form select:focus,
form textarea:focus {
    box-shadow: inset 0px 0px 1px 1px #43bff0;
}

form textarea {
    height: 15em;
}

form ::-webkit-input-placeholder {
    color: #555 !important;
}

form :-moz-placeholder {
    color: #555 !important;
}

form ::-moz-placeholder {
    color: #555 !important;
}

form :-ms-input-placeholder {
    color: #555 !important;
}

form ::-moz-focus-inner {
    border: 0;
}


/* Tables */

table {
    width: 100%;
}

table tr {
    border-top: solid 1px #dddddd;
}

table tr:first-child {
    border-top: 0;
}

table td {
    padding: 0.5em;
}

table th {
    text-align: left;
    padding: 0.5em 1em 0.5em 1em;
    font-weight: 700;
    margin: 0 0 1em 0;
}

table thead {
    border-bottom: solid 2px #dddddd;
}


/* Section/Article */

section,
article {
    margin-bottom: 2.5em;
}

section> :last-child,
section:last-child,
article> :last-child,
article:last-child {
    margin-bottom: 0;
}

header {
    margin: 0 0 1.5em 0;
}

header>p {
    display: block;
    font-style: italic;
    margin: 0.5em 0 0 0;
    padding-bottom: 0.5em;
}

header.major {
    position: relative;
    text-align: center;
    border-top: solid 1px #ccc;
    top: 1em;
    margin: 0 0 3em 0;
}

header.major h2 {
    background: #fff;
    position: relative;
    top: -0.65em;
    display: inline;
    margin: 0;
    padding: 0 1em 0 1em;
}

footer {
    margin: 2.25em 0 0 0;
}


/* Box */

.box {
    background: #ffffff;
    border-bottom: solid 1px #ccc;
    padding: 2.75em 1.75em 2.75em 1.75em;
}

.box .image.featured {
    position: relative;
    width: auto;
    left: 1.75em;
    top: 1.75em;
    margin: -4.5em 0 4.25em -3.5em;
}

.box.post header {
    padding-top: 1em;
    margin: 0 0 2em 0;
}

.box.post h2 {
    font-size: 2.5em;
    letter-spacing: -0.015em;
}

.box.post header>p {
    margin-top: 1.25em;
    font-size: 1.25em;
}

.box footer ul.actions {
    margin-bottom: 0;
}


/* Button */

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
    -webkit-appearance: none;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    border: 0;
    border-radius: 5px;
    background: #d52349;
    color: #fff !important;
    font-weight: 700;
    outline: 0;
    font-size: 1.1em;
    padding: 0.65em 1.5em 0.65em 1.5em;
    text-align: center;
    -moz-transition: background-color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out;
    -ms-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
.button:hover {
    background: #e53359;
}

input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
button:active,
.button:active {
    background: #c51349;
}

input[type="button"].alt,
input[type="submit"].alt,
input[type="reset"].alt,
button.alt,
.button.alt {
    background: #252122;
}

input[type="button"].alt:hover,
input[type="submit"].alt:hover,
input[type="reset"].alt:hover,
button.alt:hover,
.button.alt:hover {
    background: #353132;
}

input[type="button"].alt:active,
input[type="submit"].alt:active,
input[type="reset"].alt:active,
button.alt:active,
.button.alt:active {
    background: #151112;
}

input[type="button"].icon:before,
input[type="submit"].icon:before,
input[type="reset"].icon:before,
button.icon:before,
.button.icon:before {
    opacity: 0.35;
    position: relative;
    top: 0.05em;
    margin-right: 0.75em;
}

input[type="button"].large,
input[type="submit"].large,
input[type="reset"].large,
button.large,
.button.large {
    font-size: 1.5em;
    padding: 0.75em 1.5em 0.75em 1.5em;
}


/* Image */

.image {
    display: inline-block;
    outline: 0;
}

.image img {
    display: block;
    width: 100%;
    height: 100%;
}

.image.centered {
    display: block;
    margin: 0 0 2em 0;
}

.image.centered img {
    margin: 0 auto;
    width: auto;
}

.image.featured {
    display: block;
    width: 100%;
    margin: 0 0 2em 0;
}

.image.left {
    float: left;
    margin: 0 2em 2em 0;
}


/* List */

ul {
    list-style: disc;
    padding-left: 1em;
}

ul li {
    padding-left: 0.5em;
}

ol {
    list-style: decimal;
    padding-left: 1.25em;
}

ol li {
    padding-left: 0.25em;
}


/* Actions */

ul.actions {
    list-style: none;
    padding-left: 0;
}

ul.actions li {
    display: inline-block;
    margin-left: 1em;
    padding-left: 0;
}

ul.actions li:first-child {
    margin-left: 0;
}


/* Links */

ul.links {
    list-style: none;
    padding-left: 0;
}

ul.links li {
    display: inline-block;
    border-left: solid 1px rgba(255, 255, 255, 0.05);
    padding: 0 0 0 1em;
    margin: 0 0 0 1em;
}

ul.links li:first-child {
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
}


/* Contact */

ul.contact {
    list-style: none;
    padding-left: 0;
}

ul.contact li {
    position: relative;
    padding: 0.5em 0 1em 4em;
}

ul.contact li h3 {
    position: absolute;
    left: 0;
    top: 0.5em;
    font-size: 1.1em;
}

ul.contact li p {
    margin: 0;
}

ul.contact li:first-child {
    padding-top: 0;
    border-top: 0;
}

ul.contact li:first-child h3 {
    top: 0;
}

/* Social */

ul.social {
    list-style: none;
    padding-left: 0;
    overflow: hidden;
    cursor: default;
    margin: 0 0 3.25em 0;
}

ul.social li {
    display: inline-block;
    padding-left: 0;
    margin-left: 0.75em;
}

ul.social li:first-child {
    margin-left: 0;
}

ul.social li a {
    display: inline-block;
    width: 3em;
    height: 3em;
    text-align: center;
    border-radius: 5px;
    background: #888;
    -moz-transition: background-color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out;
    -ms-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
}

ul.social li a:before {
    color: #fff;
    font-size: 2em;
    line-height: 1.5em;
}

ul.social li a.fa-facebook {
    background: #3c5a98;
}

ul.social li a.fa-facebook:hover {
    background: #4c6aa8;
}

ul.social li a.fa-twitter {
    background: #2daae4;
}

ul.social li a.fa-twitter:hover {
    background: #3dbaf4;
}

ul.social li a.fa-dribbble {
    background: #c4376b;
}

ul.social li a.fa-dribbble:hover {
    background: #d4477b;
}

ul.social li a.fa-linkedin {
    background: #006599;
}

ul.social li a.fa-linkedin:hover {
    background: #1075a9;
}

ul.social li a.fa-tumblr {
    background: #2b4661;
}

ul.social li a.fa-tumblr:hover {
    background: #3b5671;
}

ul.social li a.fa-google-plus {
    background: #da2713;
}

ul.social li a.fa-google-plus:hover {
    background: #ea3723;
}


/* Icons */

.icon {
    text-decoration: none;
    position: relative;
    text-decoration: none;
}

.icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-transform: none !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.icon.solid:before {
    font-weight: 900;
}

.icon.brands:before {
    font-family: 'Font Awesome 5 Brands';
}

.icon:before {
    line-height: inherit;
}

.icon>.label {
    display: none;
}

.icon.featured {
    position: relative;
    display: inline-block;
    background-color: #d52349;
    width: 72px !important;
    height: 60px !important;
    padding: 1.25rem 0 0.75em 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin: 0 0 2.5em 0;
    cursor: default;
}

.icon.featured:before {
    font-size: 2rem;
    line-height: 1em;
    color: #fff;
}

.icon.featured:after {
    content: '';
    position: absolute;
    bottom: -1em;
    left: 0;
    border-top: solid 1em #d52349;
    border-left: solid 2.25em transparent;
    border-right: solid 2.25em transparent;
}

.icon.featured.alt {
    background-color: #252122;
}

.icon.featured.alt:after {
    border-top-color: #252122;
}

.icon.featured.alt2 {
    background-color: #827a7c;
}

.icon.featured.alt2:after {
    border-top-color: #827a7c;
}
.icon.featured.alt3 {
    background-color: #827a7c;
}

.icon.featured.alt3:after {
    border-top-color: #827a7c;
}



/* Page Wrapper */

#page-wrapper>section {
    margin-bottom: 0;
}

.homepage {
    background-color: #fff;
}


/* Header */

#header {
    padding: 0em 0 0em 0;
}

#header h1 {
    color: #252122;
    font-weight: 900;
    font-size: 2.5em;
    letter-spacing: -0.035em;
    line-height: 1;
}

#coverNav {
    width: 100%;
    height: 60px;
    position: absolute;
}

#header-title {
    width:15%;
    height: 60px;
    padding: 4px;
    box-sizing: border-box;
    margin-right: 10%;
}

#header-title h1 {
    width: 180px;
    height: 60px;
}
#header-title>a{
    outline: none;
}
#header-title>a>img {
  height: 100%;
  width:40%;
    padding-bottom: 4px;
    
}
.welcome{
    background-color: #fff;
    background-color: rgb(88, 86, 88);
    display: flex;
    justify-content: space-around;
    padding: 4px 0;
}
.welcome p{
    margin-bottom: 0;
    color: #CCCCCC;
}
.welcome p span{
    color: #fff;
    font-weight: 600;
}
.language span{
    margin-left: 10px;
    cursor: pointer;
    padding: 10px;
}
/* Nav */

#nav {
    background-color: rgba(0, 0, 0, 0.8);
    height: 60px;
    width: 100%;
    position: relative;
    display: flex;
    z-index: 999;
    justify-content: space-around;
    flex-wrap: nowrap;
    padding: 4px 0;
}

#nav>ul {
    height: 60px;
    margin-bottom: 0;
    box-sizing: border-box;
    margin-right:6%;
}

#nav>ul>li {
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}

#nav>ul>li>ul {
    display: none;
}

#nav>ul>li>a {
    color: #fff;
    text-decoration: none;
    padding: 0.6rem 1rem;
    -moz-transition: background-color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out;
    -ms-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
    outline: 0;
    font-size: 1.25em;
}

#nav>ul>li:hover>a,
#nav>ul>li.active>a {
    color: #0384CF;
    border-bottom: 2px solid #0384CF;
}

#nav>ul>li.current>a {
    color: #0384CF !important;
    font-weight: 800;
    border-bottom: 2px solid #0384CF;
}


/* 下拉菜单 */

.dropotron {
    border-radius: 5px;
    background-color: #252122;
    padding: 1.25em 0;
    min-width: 8em;
    box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.5);
    text-align: left;
    list-style: none;
}

.dropotron>li a {
    text-align: left;
    padding:0 1rem;
    font-size: 1rem;
}

.dropotron a,
.dropotron span {
    color: #aaa;
    text-decoration: none;
    -moz-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
    -ms-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
}

.dropotron li {
    padding: 0.25em 0 0.25em 0.2rem;
    box-sizing: border-box;
}

.dropotron li:hover {
    background-color: #0384CF;
    border-radius: 0 5px;
}

.dropotron li:hover>a,
.dropotron li:hover>span {
    color: #fff;
}

.dropotron.level-0 {
    margin-top: 1.0em;
}

.dropotron.level-0:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: -10px;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    border-bottom: solid 10px #252122;
    border-bottom-color: rgba(34, 30, 31, 0.98);
}


/* Banner */

/* banner */
.banners
{
	width: 100%;
	height: 100%;
	margin: 0 !important;
	position: relative;
	overflow: hidden;
	background-color: rgba(200,200,200,0.5);
}

.banners:hover .click_left
{
	display: block;
}

.banners:hover .click_right
{
	display: block;
}

.click_left
{
    width: 6vh;
	position: absolute;
	z-index: 10;
	left: 2vw;
    display: none;
    cursor: pointer;
    opacity: .7;
}

.click_right
{
	width: 6vh;
	position: absolute;
	z-index: 10;
	right: 2vw;
    display: none;
    cursor: pointer;
    opacity: .7;
}

.click_left img,.click_right img
{
	width: 100%;
    height: 100%;
    background-color:rgb(0, 0, 0);
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
  
}

.number
{
	width: 100%;
	height: 1vw;
	line-height: 1vw;
	position: absolute;
	z-index: 10;
	text-align: center;
	bottom: 1.5vw;
}

.numbers
{
	display: inline-block;
}

.numbers span
{
	color: white;
	font-size: 0.7vw;
	display: block;
	float: left;
	width: 1vw;
	height: 1vw;
	line-height: 1vw;
	text-align: center;
	border-radius: 100vw;
	margin: 0 0.5vw;
	padding: 0.1vw;
}

.numbers span:hover
{
	cursor: pointer;
}

.banner_img
{
	width: 100%;
	height: 100%;
}

.banner_img img
{
	width: 100%;
	height: 100%;
	position: absolute;
	break-inside: 1;
}

/* main */



/* Main */
#main section header h2 {
    /* width: 150px; */
    min-width:120px;
    vertical-align: top;
    line-height: 40px;
    font-size: 30px;
    color: #0d1a26;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#main section header h2::after {
    content: "";
    width: 16%;
    height: 1px;
    background: #0d1a26;
    margin-left: 2%;
}

#main section header h2::before {
    content: "";
    width: 16%;
    height: 1px;
    background: #0d1a26;
    margin-right: 2%;
    
}
/* 产品服务 */
    .product{
        /* width: 80%;
        margin: 0 auto; */
        min-height: 100vh;
    }
.pro_desc p{
    text-align: center;
    margin-bottom: 0;
    font-size: 28px;
    margin-top: 10px;
}
.yun-main-hd {
    padding-top: 45px;
    text-align: center
}
.yun-main-hd .yun-main-title {
    line-height: 44px;
    font-size: 32px;
    color: #159be9
}
.yun-main-hd .yun-main-des {
    margin-top: 10px;
    line-height: 36px;
    font-size: 18px;
    color: #666
}
.yun-main-bd {
    padding-top: 30px
}
.w {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}
.yun-solution-slider {
    margin-top: 30px
}
.yun-solution-slider-content {
    position: relative
}
.yun-solution-slider-content .yun-solution-wrap {
    position: relative;
    height: 450px;
    height: 457px\0;
}
.yun-solution-wrap{
    margin: 0 !important;
}
.yun-solution-slider-content .yun-solution-item {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 450px;
    color: #fff;
    background-size: cover!important;
    -webkit-transition: all .2s cubic-bezier(.4, 0, .2, 1);
    transition: all .2s cubic-bezier(.4, 0, .2, 1)
}
.yun-solution-slider-content .yun-solution-item.current {
    z-index: 2;
    opacity: 1;
    filter: alpha(opacity=100)
}
.yun-solution-slider-content .yun-solution-item-content {
    margin: 0 auto;
    width: 91.66666666666667%;
    max-width: 1100px
}
.yun-solution-slider-content .yun-solution-text-wrap {
    padding-right: 40px;
    /* max-width: 590px; */
    overflow: hidden;
}
.yun-solution-slider-content .yun-solution-text-wrap .yun-solution-btn {
    margin-top: 15px;
    display: inline-block;
    box-sizing: border-box;
    min-width: 70px;
    background: #fff;
    color: #03004c;
    text-align: center;
    padding: 0 30px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    font-size: 14px;
    opacity: .9;
    filter: alpha(opacity=90);
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    text-decoration: none;
}
.yun-solution-slider-content .yun-solution-text-wrap .yun-solution-btn:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    box-shadow: 0 0 10px 0 rgba(3, 0, 76, .3)
    
}
.yun-solution-slider-content .yun-solution-title {
    line-height: 44px;
    font-size: 24px;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 80px 0 10px 0;
}
.yun-solution-slider-content .yun-solution-title em {
    font-size: 28px
}
.yun-solution-slider-content .yun-solution-des {
    /*margin-top: 15px;*/
    /* max-height: 130px; */
    /*line-height: 30px;*/
    font-size: 16px
}
.yun-solution-slider-content .yun-solution-logo-wrap {
    float: left;
    margin-left: 40px;
    width: 420px;
    max-height: 230px;
    overflow: hidden;
    font-size: 0
}
.yun-solution-slider-content .yun-solution-logo-wrap:after {
    content: "";
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle
}
.yun-solution-slider-content .yun-solution-logo-list {
    display: inline-block
}
.yun-solution-slider-content .yun-solution-logo-list li {
    display: inline-block;
    margin-top: 40px;
    width: 33%;
    vertical-align: middle;
    text-align: left
}
.yun-solution-list-wrap {
    position: relative;
    width: 100%;
    height: 150px;
    overflow: hidden
}
.yun-solution-list-wrap:hover .yun-solution-btn {
    display: block
}
.yun-solution-list-wrap .yun-solution-btn {
    display: none;
    position: absolute;
    top: 60px;
    width: 40px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 40px;
    color: #159be9;
    opacity: .6;
    filter: alpha(opacity=60);
    -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
    transition: all .4s cubic-bezier(.4, 0, .2, 1)
}
.yun-solution-list-wrap .yun-solution-btn:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}
.yun-solution-list {
    padding-top: 35px;
    text-align: center;
    font-size: 0;
    width: 100%;
}
.yun-solution-list .yun-solution-list-item {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    height: 77px; 
    text-align: center;
    font-size: 14px;
    cursor: pointer
}
.yun-solution-list .img-wrap {
    margin: 0 auto;
    width: 42px;
    height: 42px;
    overflow: hidden;
    background-size: 42px;
    background-position: 0 0
}
.yun-solution-list .yun-solution-text {
    margin-top: 15px;
    line-height: 20px;
    color: #159be9
}
/* 关于我们01 */
#f_main_nav ul,
#f_main_con ul{
    display: flex;
    display: -webkit-flex;
    text-align: center; 
    justify-content: center;
    padding: 0;
}
#f_main_nav ul li{
    width: 33%;
  padding: 30px 20px;
  color: #000;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
  margin-left: 1%;
  margin-bottom: 10px;
   border: 1px solid #bbb;
}
#f_main_nav ul .actived{
    background:linear-gradient(to left,#62c7f0,#139ddd)
}
#f_main_nav ul .actived .fm_info{
    color: #fff;
}
#f_main_nav ul li:first-child{
    margin-left: 2%;
}
#f_main_nav ul li p{
    margin: 0;
}
#f_main_con{
    margin-bottom: 10px; 
    min-height: 240px;
}
#f_main_con ul li{
    width: 100%;
   text-align: left !important;
   padding: 20px 30px;
}
.fmc2,.fmc3{
    display: none;
}
.know{
    width: 240px;
    padding: 20px;

}
.know a{
    padding: 10px 40px;
    display: block;
    clear: both;
    text-decoration: none;
    color: #000;
    border: 1px solid #bbb;
    font-weight: bold;
    border-radius: 2px;
    text-align: center;
    background-color: #fff;
}
.know a:hover{
    background:linear-gradient(to left,#62c7f0,#139ddd);
    color: #fff;
}

#main .ours {
    padding: 40px 0;
    width: 80%;
    margin: 0 auto;
    box-sizing: border-box;
    background-color: #fff;
    margin-top: 40px;  
}
#main .ours .aboutours{
    width: 100%;
    min-height: 54vh;
    display: flex;
    margin-bottom: 0px;
    margin-top: 20px;
   
}
.aboutours .ourimg{
    width: 50vh;
    height: 50vh;
    margin-bottom: 10px;
    background:linear-gradient(to left,#62c7f0,#139ddd);
    transition: all .6s;
    border-radius: 4px;
    border-radius: 50%;
}
.aboutours img{
    display: block;
   width: 100%;
   height: 100%;
   transition: all .6s;
   transform: translate(0px ,0px) scale(.95,.95);
   border-radius: 50%;
   border: 8px solid #f2f2f2;
}
.aboutours .ourimg:hover img,
.aboutours img:hover{
    transform: translate(0px ,0px) scale(1.1,1.1);

}
.aboutours .our_introduct{
    width: 70vw;
    min-height: 40vh;
    box-sizing: border-box;
}

/* 新闻 */
#main .nwest {
    padding: 40px 0;
    box-sizing: border-box;
    background-color: rgb(244, 244, 244);
   opacity: 1;
   min-height: 80vh;
}
/* #main .newbg{
     background-image: url(../../images/picyouwin11.png);
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-position:center;
} */
#main .fg-box{
    position:relative; 
    width:100%; 
    height: 300px;
    overflow: hidden;
    padding:20px;
    margin-top: 10px;
    z-index: 99;
}
.newtitle{
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.newtitle a{
    padding: 9px 25px;
    border: 1px solid #bbb;
    text-decoration: none;
    font-weight: bold;
    color: #000;
}
.newtitle a:hover{
    background:linear-gradient(to left,#62c7f0,#139ddd);
    color: #fff;
    border: 1px solid #bbb;
}
.fg-line{
    position: absolute; 
    height: 100%; 
    width: 2px; 
    background: #159be9; 
    left: 50px; 
    top: 0px;
}
.fg-box .newcontent{
    max-height: 260px; 
    width: 100%;
    position: absolute;
    top: 20px;
}
.fg-box dl dd{
      max-height: 260px;
      position: relative; 
      height:72px;
      padding:10px 0 10px 80px;
    
    }
.fg-left{
    padding: 5px 5px;
    box-sizing: border-box;
     position: absolute; 
     background: #159be9;
      top: 0px; 
      left: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;}
.fg-left span{
    display: inline-block; 
     color: #fff;
      width: 60px; 
      line-height: 20px; 
      text-align: center;  
    }
.fg-right{
    position: absolute; 
    top: -10px; 
    left:90px;
    }
.fg-right h4{
    font-size:16px; 
    line-height:38px;
     color:#333; 
     font-weight:bold;
     overflow: hidden;
     text-overflow:ellipsis;
     white-space: nowrap;
    }
    .fg-right h4:hover{
    color: #159be9;
    }
.fg-right p{
    font-size:14px;
    line-height:16px;
    color:#333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    }

/* 合作单位 */

#main .allWork {
    box-sizing: border-box;
    padding: 40px 20px;
    background-color: #fff; 
    margin: 0 auto;
    width: 80%;
}
#main #allworks{
    width: 100%; 
    height: 160px;
    position: relative; 
    margin: 40px auto;
    overflow: hidden;
}
#main #allworks ul{
    width: 800px; 
    height: 160px; 
    position: relative;
}
#main #allworks ul li { 
    width: 200px;
    height: 150px; 
    float: left; 
    list-style: none; 
    padding:20px 10px;
    margin-right: 10px;
    box-sizing: border-box;
    border: 1px solid #bbb;
    line-height:24px;
}
#main #allworks ul li img { 
    width: 100%; 
    height: 60%; 
    display: inline-block;
}    

#main .divided li>a {
    display: block;
    text-decoration: none;
    color: #151112;
    font-weight: bold;
    transition: color 0.3s ease-in;
    text-align: center;
}

#main .divided li>a:hover {
    color: rgb(6, 148, 230);
}



/* footer */

#footer {
    background-color: #000;
    padding: 40px 40px 0 40px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#footer header h2 {
    color: #bbb;
    font-size: 1.5em;
    font-weight: 400;
}

#footer section {
    margin-bottom: 0;
    width: 31%;
}


/*关于优勝 */

#footer section .aboutYouWin {
    list-style: none;
    color: #e9e9e9;
}

#footer section .aboutYouWin p {
    padding-right: 10%;
    box-sizing: border-box;
    font-size: 14px;
}


/* 相关信息 */

#footer section .contact {
    padding: 10px;
}

#footer section .contact h3 {
    color: #bbb;
    font-weight: 200;
}

#footer section .contact p {
    color: #e9e9e9;
    font-weight: 500;
    font-size: 14px;
}

#footer section .contact p>a {
    color: #e9e9e9;
    transition: all 0.5s ease-in;
}

#footer section .contact p>a:hover {
    color: #3dbaf4;
    text-decoration: underline;
}


/* 关注 */

#footer .follow p {
    color: #e9e9e9;
    margin-bottom: 0;
}

#footer .follow img {
    margin-top: 10px;
    width: 150px;
    height: 150px;
}


/* Copyright */

#copyright {
    text-align: center;
    width: 100%;
}

#copyright ul.links {
    display: inline-block;
    background: #2C2929;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    margin: 20px;
    padding:0.25em 8.25em 0.25em 8.25em;
    font-weight: 500;
    box-sizing: border-box;
}
/* 侧边 */
.Side{
    position: fixed;
    right: 0;
    bottom: 18%;
    z-index: 9999;
    width: 60px;
}
.Side .top,.say,.sweep{
    padding:12px 4px 4px 4px;
    background:rgba(0, 0, 0, 0.5);
    text-align: center;
}
.Side .top img,.say img,.sweep img{
    display: block;
    margin: 0 auto;
}
.Side .top a,.say a,.sweep a{
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}
.Side .sweep{
    position: relative;
}
.Side .sweep .wchat{
    overflow: hidden;
    position: absolute;
    right: 61px;
    bottom: -70px;
    transition: all 0.5s ease-in-out;
    border: 1px solid #bbb;
    transform: rotateY(-90deg);
}
.Side .sweep:hover .wchat{
    display: block;
    transform: rotateY(0deg);
    transform: rotateX(0deg);

}
.Side .top:hover,
.Side .sweep:hover{
    background:rgba(0, 0, 0, 0.8);
}
/* XLarge */

@media screen and (max-width: 1680px) {
    /* Basic */
    body,
    input,
    textarea,
    select {
        font-size: 12pt;
    }
}


/* Large */

@media screen and (max-width: 1280px) {
    /* Basic */
    body,
    input,
    textarea,
    select {
        font-size: 11pt;
    }
    /* Section/Article */
    header.major {
        margin: 0.75em 0 2.5em 0;
    }
    header.major h2 {
        padding: 0 1em 0 1em;
    }
    /* Social */
    ul.social li {
        margin: 0 0 0.25em 0.75em;
    }
    /* Banner */
    #banner {
        padding: 6em 0;
        margin: 3em 0 0 0;
    }
    /* Intro */
    #intro {
        padding: 0;
    }
    .icon.featured:after {
        content: '';
        position: absolute;
        bottom: -1rem;
        left: 0;
        border-top: solid 1rem #d52349;
        border-left: solid 2.25rem transparent;
        border-right: solid 2.25rem transparent;
    }
    #intro section {
        padding: 1em 2em;
    }
    #intro .middle:before {
        left: -12px;
    }
    #intro .middle:after {
        right: -12px;
    }
    /* Main */
    #main {
        padding: 30px 0;
    }
    #main .dates li{
       margin-right: 10px;
    }
    /* Footer */
    #footer {
        padding: 3em 0;
    }
    #footer:before {
        height: 2.5em;
    }
    #footer header {
        margin: 0 0 1.5em 0;
    }
    #footer header h2 {
        font-size: 1.25em;
    }
    /* Copyright */
    #copyright {
        margin: 0;
    }

}


/* Medium */

#navPanel,
#titleBar {
    display: none;
}

@media screen and (max-width: 980px) {
    /* Basic */
    html,
    body {
        overflow-x: hidden;
    }
    /* Box */
    .box footer ul.actions li {
        margin: 1em 0 0 0;
        display: block;
    }
    .box footer ul.actions li .button {
        width: 100%;
    }
    .box footer ul.actions li:first-child {
        margin-top: 0;
    }
    /* Nav */
    #nav ul li{
        padding: 0;
    }
    #header-title {
        width: 18%;
        height: 60px;
    }
    /* Intro */
    #main .easeIntro .target {
        font-size: 26px;
        line-height: 50px;
    }
    #main .introContent{
        padding: 0 4%
    }
    .introContent header h3{
        font-size: 1.05rem;
    }
    #main .introContent section{
        padding: 2.25rem 1rem;
    }
    #main .introContent .middle .middled,
    #main .introContent .first .firsted,
    #main .introContent .last .lasted{
        padding: 20px;
    }
    #intro {
        padding: 3em 0 0 0;
    }
    #intro section {
        position: relative;
        border-top: solid 1px #dfdfdf;
        margin: 0;
        padding: 40px 0 0 0;
    }
    #intro section.first {
        border-top: 0;
        padding-top: 0;
    }
    #intro section p {
        margin: 0;
    }
    #intro .middle:before,
    #intro .middle:after {
        display: none;
    }
    #intro footer {
        padding: 3em 0 0 0;
    }
    #intro footer ul.actions {
        margin-bottom: 0;
    }
    /* Main */
    #main {
        padding: 40px 0;
    }
    #main .dates li{
        width: 100%;
     }
    /* Copyright */
    #copyright ul.links {
        display: block;
    }
  
}


/* Small */

@media screen and (max-width: 736px) {
    /* Basic */
    body,
    input,
    textarea,
    select {
        font-size: 11pt;
    }
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 1.25em;
    }
    /* Button */
    input[type="button"].large,
    input[type="submit"].large,
    input[type="reset"].large,
    button.large,
    .button.large {
        font-size: 1.1em;
        padding: 0.65em 1.5em 0.65em 1.5em;
    }
    /* Actions */
    ul.actions li {
        margin: 1em 0 0 0;
        display: block;
    }
    ul.actions li .button {
        width: 100%;
    }
    ul.actions li:first-child {
        margin-top: 0;
    }
    /* Section/Article */
    section,
    article {
        margin-bottom: 20px;
    }
    header {
        margin: 0 0 1em 0;
    }
    footer {
        margin: 2em 0 0 0;
    }
    /* Box */
    .box {
        padding: 25px 15px 20px 15px;
    }
    .box .image.featured {
        left: 15px;
        top: 15px;
        margin: -40px 0 40px -30px;
    }
    .box.post header {
        padding-top: 0;
        margin: 0 0 1em 0;
    }
    .box.post h2 {
        font-size: 1.5em;
        line-height: 1.5em;
    }
    .box.post header>p {
        margin-top: 0;
        font-size: 1em;
    }
    /* Divided */
    ul.divided{
        justify-content: space-between;
    }
    ul.divided li {
        padding: 0.5em 0 0.5em 0;
        width: 30%;
    }
    /* Contact */
    ul.contact li {
        padding: 0.8em 0 0.8em 4em;
    }
    ul.contact li h3 {
        top: 0.8em;
    }
    /* Dates */
    ul.dates li {
        padding-left: 6em;
    }
    ul.dates h3 {
        margin: 0 0 0.5em 0;
    }
    /* Links */
    ul.links li {
        display: block;
        padding: 0.25em 0 0 0;
        margin: 0.25em 0 0 0;
        border-left: 0;
    }
    ul.links li:first-child {
        padding-top: 0;
        margin-top: 0;
    }
    /* Social */
    ul.social li {
        margin: 0 0.5em 0.75em 0;
    }
    /* Icons */
    .icon.featured {
        width: 8em;
        margin: 0 0 3em 0;
    }
    .icon.featured:after {
        border-left: solid 4em transparent;
        border-right: solid 4em transparent;
    }
    /* Header */
    #header h1 {
        color: #252122;
        font-weight: 900;
        font-size: 1.75em;
        letter-spacing: -0.035em;
    }
 
    /* Intro */
    #intro {
        padding: 2em 0 0 0;
    }
    #intro section {
        padding: 40px 0 0 0;
        margin: 20px 0 0 0;
    }
    #intro h2 {
        font-size: 1.25em;
    }
    /* Banner */
    #banner {
        padding: 6em 0;
        margin: 2em 0 0 0;
    }
    #banner header {
        padding: 1.5em 1em 1.5em 1em;
        display: block;
        border-radius: 0;
    }
    #banner header h2 {
        font-size: 1.5em;
        line-height: 1.5em;
        margin: 0 0 0.25em 0;
    }
    #banner header p {
        font-size: 1.2em;
    }
    /* Main */

    #main {
        padding: 20px 0;
    }
    #main .nwest {
        padding: 20px;
    }
    #main .dates{
        padding: 0 10px;
    }
    .icon.featured:after {
        content: '';
        position: absolute;
        bottom: -1rem;
        left: 0;
        border-top: solid 1rem #d52349;
        border-left: solid 2.25rem transparent;
        border-right: solid 2.25rem transparent;
    }
    /* Footer */
    #footer {
        padding: 40px 0 20px 40px;
    }
    #footer section {
        width: 100%;
    }
    #copyright ul.links{
        padding: 0.85em 2.25em 0.85em 2.25em;
    }
      /* Nav */
      #header{
          display: none;
      }
      #page-wrapper {
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-transition: -moz-transform 0.5s ease;
        -webkit-transition: -webkit-transform 0.5s ease;
        -ms-transition: -ms-transform 0.5s ease;
        transition: transform 0.5s ease;
        padding-bottom: 1px;
    }
    #titleBar {
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-transition: -moz-transform 0.5s ease;
        -webkit-transition: -webkit-transform 0.5s ease;
        -ms-transition: -ms-transform 0.5s ease;
        transition: transform 0.5s ease;
        display: block;
        height: 44px;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 10001;
        background: #000;
    }
    #titleBar a{
        display: block;
        text-align: center;
        height: 44px;
    }
    #titleBar a img{
        height: 100%;
    }
    #titleBar .toggle {
        text-decoration: none;
        width: 80px;
        height: 60px;
    }
    #titleBar .toggle:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        text-transform: none !important;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
    }
    #titleBar .toggle:before {
        content: '\f0c9';
        display: block;
        position: absolute;
        left: 10px;
        top: 0px;
        width: 50px;
        height: 44px;
        line-height: 44px;
        font-size: 18px;
        color: #fff;
        text-align: center;
        background: #000;
        border-radius: 5px;
    }
    #titleBar .toggle:active:before {
        background-color: #969696;
    }
    #navPanel {
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-transform: translateX(-275px);
        -webkit-transform: translateX(-275px);
        -ms-transform: translateX(-275px);
        transform: translateX(-275px);
        -moz-transition: -moz-transform 0.5s ease;
        -webkit-transition: -webkit-transform 0.5s ease;
        -ms-transition: -ms-transform 0.5s ease;
        transition: transform 0.5s ease;
        display: block;
        height: 100%;
        left: 0;
        overflow-y: auto;
        position: fixed;
        top: 0;
        width: 275px;
        z-index: 10002;
        color: #858484;
       background:#000
    }
    #navPanel .link {
        display: block;
        color: #f3f3f3;
        text-decoration: none;
        height: 44px;
        line-height: 44px;
        border-top: solid 1px rgba(255, 255, 255, 0.05);
        padding: 0 1em 0 1em;
    }
    #navPanel .link:first-child {
        border-top: 0;
    }
    #navPanel .indent-1 {
        display: inline-block;
        width: 1em;
    }
    #navPanel .indent-2 {
        display: inline-block;
        width: 2em;
    }
    #navPanel .indent-3 {
        display: inline-block;
        width: 3em;
    }
    #navPanel .indent-4 {
        display: inline-block;
        width: 4em;
    }
    #navPanel .indent-5 {
        display: inline-block;
        width: 5em;
    }
    #navPanel .depth-0 {
        color: #fff;
    }
    #navPanel nav a:hover{
        background-color: #353132;
    }
    body.navPanel-visible #page-wrapper {
        -moz-transform: translateX(275px);
        -webkit-transform: translateX(275px);
        -ms-transform: translateX(275px);
        transform: translateX(275px);
    }
    body.navPanel-visible #titleBar {
        -moz-transform: translateX(275px);
        -webkit-transform: translateX(275px);
        -ms-transform: translateX(275px);
        transform: translateX(275px);
    }
    body.navPanel-visible #navPanel {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    #main .dynamic_new {
        width: 100%;
        margin-right: 0;
    }
     #main .nwest .News{
         width: 100%;
         margin-top: 10px;
     }
     #main .ours .aboutours{
        flex-wrap: wrap;
     }
      .aboutours .ourimg{
         width: 100%;
         height: 30vh;
     }

}
@media screen and (max-width: 500px){
    .frame
	{
		height: 50vh !important;
    }
    .click_left
{
    width: 5vh;
	position: absolute;
	z-index: 10;
	left: 2vw;
    display: none;
    cursor: pointer;
}

.click_right
{
	width: 5vh;
	position: absolute;
	z-index: 10;
	right: 2vw;
    display: none;
    cursor: pointer;
}
#main .introContent section{
    width: 50%;
    padding: 20px 30px;
}
#main .introContent{
    flex-wrap: wrap;
    padding: 10px 20px !important;
}
ul.divided li{
width: 50%;
}

#footer{
    padding: 40px 0 20px 8px;
}
 #footer ul.contact li{
   padding: 0.8rem 0 0.8rem 3em;
 }   
 #footer section{
     width: 100%;
 }
 #footer .follow{

     margin-right: 10px;
 }
 #footer .follow img{
    width: 120px;
    height: 120px;
    
 }
 #main .dynamic_new {
    width: 100%;
    margin-right: 0;
}
 #main .nwest .News{
     width: 100%;
     margin-top: 10px;
 }
 #main .ours .aboutours{
   flex-wrap: wrap;
}
 .aboutours .ourimg{
    width: 100%;
    height: 30vh;
}
}