﻿/* 通用 */
html, body {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: rgb(208, 213, 224);
    font-family: "微软雅黑", Verdana, Arial, sans-serif;
    -webkit-overflow-scrolling: touch;
}
img {
    max-width: 100%;
    margin: 0;
}
::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.container {
    min-height: 100%;
    position: relative;
    right: 0;
    background: rgb(208, 213, 224);
    display: none;
    transition: right .5s;
}
.highlight {
    color: #c00;
    font-style: normal;
}

/* 横屏 */
.landscape_mode {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #DDE2E8;
}
.landscape_mode img {
    max-width: 300px;
    max-height: 100%;
    width: 35%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/* 头部 */
.header_div {
    width: 42.96%;
    padding: 20px 0 0 20px;
}
/* 头部 end */

/* 主体 */
.main {
    position: absolute;
    top: 50px;
    bottom: 60px;
    left: 0;
    right: 0;
}
.main_div {
    height: 100%;
}
.main_table {
    height: 100%;
}
.main_table td {
    vertical-align: middle;
    text-align: right;
    padding-bottom: 11%;
}
.main_table .fish_td {
}
.fish_td img {
}
.main_table .nav_td {
    text-align: left;
}
.nav_btn {
    margin: 0;
    font-size: 0;
    cursor:pointer;
}
.nav_btn:last-child {
    margin: 0;
}
.nav_btn img {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
}
.nav_btn .nav_zoom_out {
    display: none;
}
/* 主体 end */

/* 底部 */
.footer {
    width: 100%;
    position: absolute;
    bottom: 0;
}
.footer_div {
    width: 100%;
    text-align: center;
    font-size: 0;
}
.footer_div img {
    vertical-align: bottom;
}
.home_container .footer_div img {
    width: 33.33%;
    display: inline-block;
    cursor:pointer;
}

.mask, .sidenav_mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.sidenav_mask {
}
.mask_div {
    padding: 20px 0;
    font-size: 0;
    background: rgba(255, 255, 255, .7);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.mask_one {
    display: inline-block;
    width: 33.33%;
    text-align: center;
}
.mask_one img {
    width: 50%;
    cursor:pointer;
}
.mask_left img {
    margin: 0 0 0 25%;
}
.mask_right img {
    margin: 0 25% 0 0;
}
.mask_qr {
    width: 40%;
    margin: 50% auto 0;
}
.triangle_line {
    width: 100%;
    height: 15px;
    position: absolute;
    bottom: -15px;
}
.triangle {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid rgba(255, 255, 255, .7);
}
.triangle_pos2 {
    margin: 0 auto;
}
.triangle_pos3 {
    margin: 0 0 0 80%;
}
/* 底部 end */

/* 主体内容 */
.main_div .row, .main_div .row_half .row_text {
    margin: 0 0 8px 0;
    color: #57606F;
    word-break: break-all;
    word-wrap: break-word;
    text-align: justify;
}
.main_div .row:last-child {
    margin: 0;
}
.main_div .row_audio audio, .main_div .row_video video {
    display: block;
    width: 100%;
}
.main_div .row_title {
    font-size: 20px;
}
.main_div .row_img img {
    display: block;
    margin: 0 auto;
    cursor:pointer;
}
.main_div .row_half {
    width: 49%;
    margin: 0 2% 0 0;
    float: left;
    color: #57606F;
}
.main_div .row_half .row_img {
    margin: 0 0 8px 0;
}
/* 主体内容 end */

/* 关于 */
.about_container, .two_container {
    background: rgb(228, 232, 240);
}
.about_container .header {
    background: rgb(208, 213, 224);
    text-align: right;
    font-size: 0;
}
.about_container .header_div {
    width: 16.93%;
    margin: 0 5% 0 0;
    padding: 0;
    display: inline-block;
}
.about_container .main {
    width: 100%;
    overflow: hidden;
}
.about_container .main_div {
    padding: 25px 5%;
    overflow-y: auto;
}
.about_container .footer_div {
    text-align: center;
    background: rgb(208, 213, 224);
}
.about_container .footer_div img {
    width: 33.2%;
    cursor:pointer;
}
/* 关于 end */

/* 地址导航 */
.address_info {
    position: absolute;
    bottom: 51px;
    width: 100%;
    height: 60px;
}
.address_info > .company_name {
    height: 35px;
    line-height: 35px;
    font-size: 18px;
}
.address_info > .company_location {
    height: 25px;
    line-height: 25px;
    font-size: 14px;
}
/* 地址导航 end */

/* 二级页面 */
.two_container .header {
    position: relative;
}
.two_container .header_div {
    width: inherit;
    height: inherit;
    padding: inherit;
}
.two_container .header_div img {
    width: 100%;
}
.two_container .header_center {
    position: absolute;
    right: 33%;
    bottom: 16%;
    width: 26%;
}
.two_container .header_menu {
    position: absolute;
    right: 7%;
    bottom: 16%;
    width: 26%;
    cursor:pointer;
}
.two_container .main {
    width: 100%;
    overflow: hidden;
}
.two_container .main_div {
    padding: 25px 5%;
    overflow-y: auto;
}
.two_container .footer_div img {
    width: 33.33%;
    display: inline-block;
    cursor:pointer;
}
.sidenav {
    width: 67%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 100%;
    background-color: #555e6d;
    overflow-x: hidden;
    transition: 0.5s;
    padding: 35px 0 0 0;
    color: #a7b0c1;
}
.sidenav .sidenav_top {
    margin: 0 0 15px 0;
    padding: 0 0 0 30px;
    cursor:pointer;
}
.sidenav .sidenav_bottom {
    margin: 20px 0 0 0;
    padding: 0 0 0 30px;
}
.sidenav .sidenav_top img {
    width: 20%;
}
.sidenav .sidenav_item {
    margin: 15px 0;
    padding: 0 0 0 30px;
    font-size: 15px;
    cursor: pointer;
}

.sidenav .sidenav_item.sidenav_active {
    color: #fff;
}
.sidenav .sidenav_input {
    background: #E4E8F1;
    padding: 4px;
    width: 60%;
    outline: 0;
    border: 1px solid #D2D5DE;
    border-radius: 0;
    font-size: 14px;
}
.sidenav .sidenav_search {
    height: 36px;
    margin: 0 0 0 8px;
    vertical-align: top;
	cursor:pointer;
}
/* 二级页面 end */

@media screen and (max-device-width: 600px) {
}

@media screen and (max-device-width: 520px) {
}

/* iphone 6p */
@media screen and (max-device-width: 450px) {
}

/* iphone 5,6 */
@media screen and (max-device-width: 350px) {
}

@media screen and (min-width: 450px) {
}

/* photoswipe 样式 */
.pswp__top-bar {
    height: 0;
}
/* photoswipe 样式 end */
