﻿@charset "utf-8";




::-webkit-scrollbar {
    background-color: transparent;
    width: 0px;
}
::-webkit-scrollbar-thumb {
    background-color: #4A4A4A;
}
::scrollbar {
    background-color: transparent;
    width: 0px;
}
::scrollbar-thumb {
    background-color: #4A4A4A;
}
/*RESET*/
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;
}
/* HTML5 display-role reset for older browsers */
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;
}
img {max-width: 100%}
* {position: relative; outline: none;}

.clear_both {
	clear:both;
}

body {
	font-family: Arial,"Microsoft Yahei", "微软雅黑", "PingFang SC"; font-size:1em; line-height: 1.25;
}
a {
    color: inherit;
    text-decoration: none;
}
li {
    display: block;
}
ul:after , .clear_fix:after {
    content: "";
    display: block;
    clear: both;
}
/*RESET*/
strong {
    font-weight: bold;
}
.cover_img {
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center center;
	background-repeat: no-repeat;
border: 1px solid rgba(255, 255, 255, 0.1);
}
.page {
    width: 100%;
    height: 100%;
}
.flex_w {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    z-index: 10;
}

/**********************************************/
.fm_page {
    position: fixed;
    top: 0;
    left: 280px;
    right: 0;
    bottom: 0;
    z-index: 20;
}
.left-nav {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 280px;
    background: #fff;
    z-index: 100;
	overflow: hidden;
	box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.05);
}
.ln-logo {
    text-align: center;
    padding: 45px 1em;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.05);
}
.ln-menu ul li a {
    display: block;
    text-align: center;
    padding: 1.05em 0;
    border-bottom: 1px solid #eee;
    margin: auto;
    width: 85%;
    color: #5a5a5a;
}
.ln-menu {
    padding-top: 0.5em;
}
.ln-menu-btn ul li a {
    display: block;
    margin: auto;
    text-align: center;
    color: #fff;
    background: #f8af21;
    max-width: 200px;
    margin-bottom: 1em;
    padding: 1em;
    border-radius: 200px;
	box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.05);
}
.ln-menu-btn {
    padding-top: 2em;
}
.ln-menu-btn ul li:nth-child(2) a {
    background: #1966bf;
}
.left-nav-c {
    height: 100%;
    overflow: auto;
}
.p1_bg {
    position: absolute;
    top: 0;
    left: 0;
}
.p1_tt {
    position: absolute;
    color: #fff;
    z-index: 10;
    left: 5%;
    top: 40%;
}
.title_1 {
    font-size: 2.5em;
    letter-spacing: 0.3em;
    margin-bottom: 0.5em;
}
.title_2 {
    font-size: 1.3em;
    letter-spacing: 0.2em;
    line-height: 34px;
    margin-bottom: 2em;
	letter-spacing:0.4em;
    font-weight: lighter;
}
.more-btn a {
    display: inline-block;
    border: 1px solid;
    padding: 1em 4em;
    border-radius: 200px;
	transition: 0.3s;
}
.more-btn a:before {
    content: "";
    display: block;
    background: #1966bf;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-radius: 300px;
    transition: 0.3s;
    opacity: 0;
}
.more-btn a:hover {
    border: 1px solid #1966bf;
}
.more-btn a:hover::before {
    opacity: 1;
}
.fm_page .swiper-slide {
    overflow: hidden;
}
.p2_tt {
    color: #fff;
    position: absolute;
    left: 5%;
    top: 10%;
    width: 100%;
    max-width: 500px;
}
.content_2 {
    line-height: 1.7;
    margin-bottom: 2.5em;
    font-size: 0.925em;
}
.p2_list {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.p2_ss {
    float: left;
    width: 33.3333%;
    background: #888;
    color: #fff;
    box-sizing: border-box;
    padding: 3em 2em;
    height: 48vh;
    transition: 0.5s;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.29);
    margin-left: -1px;
    margin-bottom: -1px;
}
.p2_ss h1 {
    font-size: 1.5em;
    letter-spacing: 0.1em;
    margin-bottom: 1em;
}
.p2_ss p {
    line-height: 28px;
    font-size: 15px;
    opacity: 0.9;
}
.p2_ss > div {
    max-width: 400px;
    margin: auto;
}
.p2_list .p2_ss:nth-child(1):hover {
    background: #f4aa19;
}
.p2_list .p2_ss:nth-child(2):hover {
    background: #1966bf;
}
.p2_list .p2_ss:nth-child(3):hover {
    background: #f4aa19;
}
.p3_list {
    width: 100%;
    height: 100%;
}
.p3_ss {
    float: left;
    width: 33.3333%;
    height: 100%;
	    overflow: hidden;
}
.p3_tt {
    position: absolute;
    z-index: 30;
    left: 5%;
    top: 40%;
    color: #fff;
    right: 5%;
    text-align: center;
}
.p4_ss_c {
    width: 95%;
    height: 70%;
    background: rgba(49, 49, 49, 0.84);
    color: #fff;
    box-sizing: border-box;
    padding: 2em;
    transition: 0.5s;
}
.p4_ss_c:hover {
    background: rgba(248, 175, 33, 0.71);
}
.p4_ss_c > h1 {
    font-size: 1.5em;
    margin-bottom: 2em;
}
.p4_ss_c > h1 span {
    font-size: 0.9rem;
    vertical-align: bottom;
    margin-left: 1em;
    opacity: 0.8;
}
.p3_list.p4_list {
    margin: auto;
    max-width: 1280px;
	padding: 0 2em;
	box-sizing: border-box;
}
.p3_ss.p5_ss {
    background: rgba(37, 37, 37, 0.66);
    color: #fff;
	    width: 30%;
}
.p4_ss_c.p5_ss_c {
    background: none;
    height: auto;
    width: 95%;
}
.ct_cc p {
    line-height: 1.5;
    padding: 0.5em 0;
	    letter-spacing: 2px;
    /* border-bottom: 1px solid rgba(238, 238, 238, 0.07); */
}
.fmcode {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 0.6em;
    margin-top: 3em;
}
.p5_map {
    position: absolute;
    right: 0;
    left: 30%;
    top: 0;
    bottom: 0;
    z-index: 60;
}
.p3_tt .title_1 {
    font-size: 2em;
    margin-bottom: 1em;
}
video.vdo_fbg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 200;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.5;
    pointer-events: none;
    width: 100%;
    height: 100%;
}
.cc_vdo {
    background: #292929;
}
.more-btn.act a {
    background: #e0a010;
    border: 1px solid rgba(224, 160, 16, 0);
}
.link_footer {
    font-size: 0.75em;
    line-height: 1.5;
    padding-top: 2em;
    opacity: 0.6;
}

@media (max-width:1441px){
.left-nav {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 220px;
    background: #fff;
    z-index: 100;
    overflow: hidden;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.05);
}
.ln-menu-btn ul li a {
    display: block;
    margin: auto;
    text-align: center;
    color: #fff;
    background: #f8af21;
    max-width: 180px;
    margin-bottom: 0.6em;
    padding: 0.8em;
    border-radius: 200px;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.05);
}
.ln-logo {
    text-align: center;
    padding: 20px 1em;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.05);
}
.ln-menu ul li a {
    display: block;
    text-align: center;
    padding: 1em 0;
    border-bottom: 1px solid #eee;
    margin: auto;
    width: 85%;
    color: #5a5a5a;
    font-size: 0.9em;
}
.fm_page {
    position: fixed;
    top: 0;
    left: 220px;
    right: 0;
    bottom: 0;
    z-index: 20;
}
.content_2 {
    line-height: 1.7;
    margin-bottom: 2em;
    font-size: 0.95em;
	letter-spacing: 2px;
}
.more-btn a {
    display: inline-block;
    border: 1px solid;
    padding: 0.6em 3em;
    border-radius: 200px;
    transition: 0.3s;
}
.p2_ss {
    float: left;
    width: 33.3333%;
    background: #888;
    color: #fff;
    box-sizing: border-box;
    padding: 2em 2em;
    height: 48vh;
    transition: 0.5s;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.29);
    margin-left: -1px;
    margin-bottom: -1px;
}
.p2_ss p {
    line-height: 26px;
    font-size:14px;
    opacity: 0.9;
}
}

@media (max-width:1200px){
.p2_ss h1 {
    font-size: 1em;
    letter-spacing: 0.1em;
    margin-bottom: 1em;
}
.p2_ss p {
    line-height: 24px;
    font-size: 14px;
    opacity: 0.9;
}
.p4_ss_c > h1 {
    font-size: 1.1em;
    margin-bottom: 1em;
}
h3.e_title.e_DecTitle-001.p_title {
    font-size: 0.8em;
    font-weight: bold;
    margin-bottom: 0.4em;
}
.p4_ss_c > h1 span {
    font-size: 0.9rem;
    vertical-align: bottom;
    margin-left: 0em;
    opacity: 0.2;
    display: block;
}
.ct_cc p {
    line-height: 1.5;
    padding: 0.5em 0;
    /* border-bottom: 1px solid rgba(238, 238, 238, 0.07); */
    font-size: 0.75em;
}
}






















