﻿@charset "utf-8"; /*css comment*/
*, *:before, *:after {
    margin: 0;
    padding: 0;
    outline: none;
    list-style: none;
    text-decoration: none;
    blr: expression(this.onFocus=this.blur());
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: 'ZonaPro-ExtraLight';
    src: url('../fonts/ZonaPro-ExtraLight.eot');
    src: url('../fonts/ZonaPro-ExtraLight.eot?#iefix') format('embedded-opentype'), url('../fonts/ZonaPro-ExtraLight.woff') format('woff'), url('../fonts/ZonaPro-ExtraLight.ttf') format('truetype'), url('../fonts/ZonaPro-ExtraLight.svg#ZonaPro-ExtraLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow_RegularCondensed';
    src: url('../fonts/Barlow_RegularCondensed.eot');
    src: url('../fonts/Barlow_RegularCondensed.eot?#iefix') format('embedded-opentype'), url('../fonts/Barlow_RegularCondensed.woff') format('woff'), url('../fonts/Barlow_RegularCondensed.ttf') format('truetype'), url('../fonts/Barlow_RegularCondensed.svg#Barlow_RegularCondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

body, html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #fff;
    font-family: Arial, Microsoft YaHei, "微软雅黑", 'Microsoft Jhenghei', '微軟正黑體';
    color: #333;
    font-size: 14px;
    line-height: 1.72;
    -webkit-text-size-adjust: none; /*text-align: justify;*/
}

img {
    border: none;
    display: inline-block;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    _width: auto;
}

button, input, textarea, select {
    border: none;
    background: none;
    font-size: 14px;
    vertical-align: middle;
    color: #333;
}

a {
    text-decoration: none;
    blr: expression(this.onFocus=this.blur());
    outline: none;
    color: #333;
}

a:hover, a:active, a:focus {
    text-decoration: none;
}

em, i {
    font-style: normal;
}

a:focus, input, select {
    outline: none;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    content: "\200B";
    display: block;
    clear: both;
    height: 0;
}

input[type="submit"], input[type="reset"], input[type="button"], input[type="text"], button, select, textarea {
    -webkit-appearance: none;
    font-family: Arial, Microsoft YaHei, "微软雅黑", 'Microsoft Jhenghei', '微軟正黑體';
}

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover {
    opacity: 0.90;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 1.20;
}

p, ul, ol {
    margin: 0;
}

header, main, footer, section {
    display: block;
}

/*browserupgrade*/
.browserupgrade {
    display: block;
    position: fixed;
    top: -60px;
    opacity: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 60px;
    font-size: 15px;
    line-height: 60px;
    z-index: 5000;
    background-color: #000;
    color: #fff;
    text-align: center;
}

.browserupgrade a {
    color: #eee;
    text-decoration: underline;
    font-size: 18px;
}

.browserupgrade a:hover {
    color: #eee
}

.browserupgrade a.upgrade_close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 40px;
    text-decoration: none;
    cursor: pointer;
}

/*swiper*/
.swiper-container {
    height: 100%;
}

/*swiper_arrow*/
.swiper_arrow .swiper-button-prev, .swiper_arrow .swiper-button-next {
    margin: 0;
    transform: translateY(-50%);
    border-radius: 50%;
    background: none;
    width: 46px;
    height: 46px;
}

.swiper_arrow .swiper-button-prev {
    left: 2.60%;
}

.swiper_arrow .swiper-button-next {
    right: 2.60%;
}

.swiper_arrow .swiper-button-prev:before, .swiper_arrow .swiper-button-next:before, .swiper_arrow .swiper-button-prev:after, .swiper_arrow .swiper-button-next:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: center center no-repeat;
    background-size: 10px;
}

.swiper_arrow .swiper-button-prev:after, .swiper_arrow .swiper-button-next:after {
    background-image: url(../imgs/arrow01.png);
    background-size: contain;
    opacity: 0;
}

.swiper_arrow .swiper-button-prev:before {
    background-image: url(../imgs/arrow01_left.png);
}

.swiper_arrow .swiper-button-next:before {
    background-image: url(../imgs/arrow01_right.png);
}

/*.swiper_arrow .swiper-button-prev:hover:after, .swiper_arrow .swiper-button-next:hover:after{ opacity:1;}*/
.swiper_arrow_style02 {
    position: absolute;
    z-index: 2;
}

.swiper_arrow_style02 .swiper-button-prev, .swiper_arrow_style02 .swiper-button-next {
    transform: translateY(0%);
    position: relative;
    left: auto;
    right: auto;
    display: inline-block;
    vertical-align: middle;
}

.ui-loop {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all 500ms ease;
}

.path-loop {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px;
}

.path-loop-bg {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px;
    opacity: 0.35;
}

.swiper_arrow div:hover .ui-loop {
    opacity: 1;
}

/*swiper-pagination*/
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}

.swiper-pagination-bullet {
    background: #cdcdcc;
}

.swiper-pagination-bullet-active {
    background: #02be6e;
}

/*transition*/
a, *:before, *:after, input[type="submit"], input[type="reset"], input[type="button"], input[type="text"], sup, .owl-carousel .owl-nav a span, .owl-carousel .owl-dots .owl-dot span, .browserupgrade, .menu_phone i {
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

/*===================common========================*/ /*bgImg*/
.bgImg {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.bgImg img {
    display: none;
}

/*img_box*/
.img_box {
    display: block;
    position: relative;
    overflow: hidden;
    height: 0;
    padding-top: 100%;
}

.img_box img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/*ico_box*/
.ico_box {
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    padding-top: 100%;
}

.ico_box img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 90%;
}

/*tit*/
.tit {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1.20;
}

/*des*/
.des {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-break: auto;
    -webkit-box-orient: vertical;
    text-align: justify;
    -webkit-line-clamp: 2;
    line-height: 24px;
    max-height: 48px;
}

/*typo*/
.typo .blink {
    display: inline-block;
}

.typo:hover .blink {
    -webkit-animation-name: textLink;
    animation-name: textLink;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: cubic-bezier(.785, .135, .15, .86);
    animation-timing-function: cubic-bezier(.785, .135, .15, .86);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.typo:hover .blink:nth-of-type(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.typo:hover .blink:nth-of-type(2) {
    -webkit-animation-delay: 30ms;
    animation-delay: 30ms;
}

.typo:hover .blink:nth-of-type(3) {
    -webkit-animation-delay: 60ms;
    animation-delay: 60ms;
}

.typo:hover .blink:nth-of-type(4) {
    -webkit-animation-delay: 90ms;
    animation-delay: 90ms;
}

.typo:hover .blink:nth-of-type(5) {
    -webkit-animation-delay: .12s;
    animation-delay: .12s;
}

.typo:hover .blink:nth-of-type(6) {
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
}

.typo:hover .blink:nth-of-type(7) {
    -webkit-animation-delay: .18s;
    animation-delay: .18s;
}

.typo:hover .blink:nth-of-type(8) {
    -webkit-animation-delay: .21s;
    animation-delay: .21s;
}

.typo:hover .blink:nth-of-type(9) {
    -webkit-animation-delay: .24s;
    animation-delay: .24s;
}

.typo:hover .blink:nth-of-type(10) {
    -webkit-animation-delay: .27s;
    animation-delay: .27s;
}

.typo:hover .blink:nth-of-type(11) {
    -webkit-animation-delay: .30s;
    animation-delay: .30s;
}

.typo:hover .blink:nth-of-type(12) {
    -webkit-animation-delay: .33s;
    animation-delay: .33s;
}

.typo:hover .blink:nth-of-type(13) {
    -webkit-animation-delay: .36s;
    animation-delay: .36s;
}

.typo:hover .blink:nth-of-type(14) {
    -webkit-animation-delay: .39s;
    animation-delay: .39s;
}

.typo:hover .blink:nth-of-type(15) {
    -webkit-animation-delay: .42s;
    animation-delay: .42s;
}

.typo:hover .blink:nth-of-type(16) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s;
}

.typo:hover .blink:nth-of-type(17) {
    -webkit-animation-delay: .48s;
    animation-delay: .48s;
}

.typo:hover .blink:nth-of-type(18) {
    -webkit-animation-delay: .51s;
    animation-delay: .51s;
}

.typo:hover .blink:nth-of-type(19) {
    -webkit-animation-delay: .54s;
    animation-delay: .54s;
}

.typo:hover .blink:nth-of-type(20) {
    -webkit-animation-delay: .57s;
    animation-delay: .57s;
}

@-webkit-keyframes textLink {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    49.9% {
        opacity: 0;
        -webkit-transform: translateX(5px) scale(.5);
        transform: translateX(5px) scale(.5);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateX(-5px) scale(1.5);
        transform: translateX(-5px) scale(1.5);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes textLink {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    49.9% {
        opacity: 0;
        -webkit-transform: translateX(5px) scale(.5);
        transform: translateX(5px) scale(.5);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateX(-5px) scale(1.5);
        transform: translateX(-5px) scale(1.5);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*title_effect*/
.title_effect .letter {
    display: inline-block;
    -webkit-transform: rotateX(-60deg) skewX(6deg);
    transform: rotateX(-60deg) skewX(6deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    opacity: 0
}

.my_textLink2 {
    -webkit-animation-name: textLink2;
    animation-name: textLink2;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: cubic-bezier(.785, .135, .15, .86);
    animation-timing-function: cubic-bezier(.785, .135, .15, .86);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes textLink2 {
    to {
        -webkit-transform: none;
        transform: none;
        transition: opacity .4s linear, -webkit-transform .3s linear;
        transition: opacity .4s linear, transform .3s linear;
        transition: opacity .4s linear, transform .3s linear, -webkit-transform .3s linear;
        opacity: 1
    }
}

@keyframes textLink2 {
    to {
        -webkit-transform: none;
        transform: none;
        transition: opacity .4s linear, -webkit-transform .3s linear;
        transition: opacity .4s linear, transform .3s linear;
        transition: opacity .4s linear, transform .3s linear, -webkit-transform .3s linear;
        opacity: 1
    }
}

/*===================header========================*/
.inner {
    width: 90%;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1630px;
}

header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1004;
    width: 100%;
    height: 90px;
    line-height: 90px;
}

header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: #fff;
    opacity: 0;
}

.logo {
    position: relative;
    z-index: 1;
    float: left;
}

.logo a {
    display: block;
    position: relative;
    padding: 18px 0;
}

.logo a img {
    display: block;
    height: 54px;
    width: auto;
}

.logo a img:nth-child(1) {
    opacity: 0;
}

.logo a img:nth-child(2) {
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
}

/*nav_list*/
.nav_list {
    position: relative;
    z-index: 1;
    float: right;
    margin: 0 -25px;
}

.nav_list li {
    float: left;
    position: relative;
    text-align: center;
}

.nav_list li a.n_a0 {
    display: block;
    padding: 0 25px;
    color: #fff;
}

.n_subclass {
    top: 100%;
    left: 0;
    z-index: 1;
    width: 100%;
    padding: 15px 0;
    background: rgba(0, 0, 0, .80);
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, .10);
}

.n_subclass a {
    display: block;
    line-height: 24px;
    padding: 10px 0;
    color: #fff;
}

.n_subclass a:hover {
    color: #02be6e !important;
    text-decoration: underline;
}

.n_subclass_tit {
    font-weight: bold;
    margin-top: 20px;
}

.n_subclass_tit:first-child {
    margin-top: 0;
}

.nav_list li:hover a.n_a0, .nav_list li.current a.n_a0 {
    color: #02be6e !important;
}

/*header_func*/
.header_func {
    position: relative;
    z-index: 1;
    float: right;
    margin-top: 25px;
    margin-left: 5%;
    line-height: 40px;
}

.func_line {
    display: block;
    float: left;
    position: relative;
}

.func_line:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 1px;
    height: 12px;
    background: #fff;
}

/*func_search*/
.func_search {
}

.menu_search {
    display: block;
    text-indent: -9999px;
    width: 40px;
    background: url(../imgs/fun_ico01b.png) center center no-repeat;
    background-size: 16px;
}

.menu_search:hover {
    background-image: url(../imgs/fun_ico01c.png) !important;
}

/*func_language*/
.func_language {
    padding: 0 7px;
    color: #fff;
}

.func_language a {
    display: inline-block;
    vertical-align: middle;
    padding: 0 7px;
    color: #fff;
}

.func_language a:hover {
    color: #02be6e !important;
}

/*fun_follow*/
.fun_follow {
}

.fun_follow:before {
    display: none;
}

.menu_follow {
    display: block;
    padding: 0 14px;
    background: url(../imgs/fun_ico02b.png) right center no-repeat;
    background-size: 4px;
    color: #fff;
}

.fun_follow:hover .menu_follow {
    color: #02be6e;
    background-image: url(../imgs/fun_ico02c.png) !important;
}

.follow_subclass {
    position: absolute;
    top: 100%;
    right: 0;
    text-align: center;
    background: #fff;
    padding: 30px 10px 10px;
    font-size: 12px;
	line-height: 18px
	transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transform: translateY(-8px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none; 
}

.follow_subclass img {
    display: block;
    margin: 0 auto;
    border: 1px solid rgba(0, 0, 0, .10);
    max-width: 120px;
} 

.fun_follow:hover .follow_subclass {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/*header_search*/
.header_search {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #fff;
    height: 100%;
    width: 100%;
    display: none;
}

.header_search_con {
    margin: 0 auto;
    position: relative;
    max-width: 1000px;
}

.search_txt {
    width: 100%;
    height: 50px;
    padding-right: 80px;
    color: #333;
    border-bottom: 2px solid rgba(0, 0, 0, .10);
}

.search_txt::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .50);
}

.search_txt:-moz-placeholder {
    color: rgba(0, 0, 0, .50);
}

.search_txt::-moz-placeholder {
    color: rgba(0, 0, 0, .50);
}

.search_txt:-ms-input-placeholder {
    color: rgba(0, 0, 0, .50);
}

.search_btn {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 40px;
    z-index: 1;
    text-indent: -9999px;
    width: 40px;
    height: 100%;
    background: url(../imgs/fun_ico01a.png) center center no-repeat;
    background-size: 16px;
}

.search_btn:hover {
    background-image: url(../imgs/fun_ico01c.png) !important;
}

.search_closed {
    display: block;
    text-indent: -9999px;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background: url(../imgs/fun_ico03a.png) center center no-repeat;
    background-size: 16px;
}

.search_closed:hover {
    background-image: url(../imgs/fun_ico03c.png) !important;
}

/*fun_phone*/
.fun_phone {
    display: none;
}

.fun_phone:before {
    display: none;
}

.menu_phone {
    display: block;
    position: relative;
    cursor: pointer;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.menu_phone span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 14px;
}

.menu_phone i {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 0;
}

.menu_phone i:nth-of-type(2) {
    top: 6px;
}

.menu_phone i:nth-of-type(3) {
    top: 12px;
}

.menu_phone.active i:nth-of-type(2) {
    width: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.menu_phone.active i:nth-of-type(1), .menu_phone.active i:nth-of-type(3) {
    top: 6px;
}

.menu_phone.active i:nth-of-type(1) {
    transform: rotate(45deg);
}

.menu_phone.active i:nth-of-type(3) {
    transform: rotate(-45deg);
}

/*header_black02*/
.header_black02:before {
    opacity: 1;
    height: 100%;
}

/*header_black*/
.header_black .logo a img:nth-child(1) {
    opacity: 1;
}

.header_black .logo a img:nth-child(2) {
    opacity: 0;
}

.header_black .nav_list li a.n_a0 {
    color: #333;
}

.header_black .n_subclass {
    background: rgba(255, 255, 255, .50);
}

.header_black .func_line {
    color: #333;
}

.header_black .func_line:before {
    background: #333;
}

.header_black .menu_search {
    background-image: url(../imgs/fun_ico01a.png);
}

.header_black .func_language a {
    color: #333;
}

.header_black .menu_follow {
    color: #333;
    background-image: url(../imgs/fun_ico02a.png);
}

.header_black .menu_phone i {
    background: #333;
}

.header_black .header_search {
    background: rgba(255, 255, 255, .90);
}

.header_black .search_txt {
    color: #333;
    border-bottom: 2px solid rgba(0, 0, 0, .10);
}

.header_black .search_txt::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .70);
}

.header_black .search_txt:-moz-placeholder {
    color: rgba(0, 0, 0, .70);
}

.header_black .search_txt::-moz-placeholder {
    color: rgba(0, 0, 0, .70);
}

.header_black .search_txt:-ms-input-placeholder {
    color: rgba(0, 0, 0, .70);
}

.header_black .search_btn {
    background-image: url(../imgs/fun_ico01a.png);
}

.header_black .search_closed {
    background-image: url(../imgs/fun_ico03a.png);
}

.header_black .n_subclass a {
    color: #333;
}

@media (min-width: 1280px) {
    .n_subclass {
        transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        transform: translateY(-8px);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        position: absolute;
    }

    .nav_list li:hover .n_subclass {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    html.html_index, html.html_index body {
        overflow: hidden;
    }
}

/*more01*/
.more01, .btn_buy, .btn_join {
    display: inline-block;
    vertical-align: middle;
    background: #02be6e;
    border: 1px solid #02be6e;
    color: #fff;
    text-align: center;
    width: 184px;
    line-height: 44px;
}

.more01 em {
    display: inline-block;
    padding-right: 34px;
    background: url(../imgs/ico_more01.png) right center no-repeat;
    background-size: 24px;
}

.more01_style02 {
    background: none;
    border-color: #fff;
}

.more01_style02:hover {
    background: #fff;
    color: #02be6e;
}

.more01_style02:hover em {
    background-image: url(../imgs/ico_more01b.png);
}

.more01_style03 {
    background: none;
    color: #02be6e;
}

.more01_style03 em {
    background-image: url(../imgs/ico_more01b.png);
}

.more01_style03:hover, .product_swiper .swiper-slide:hover .product_more {
    background: #02be6e;
    color: #fff;
}

.more01_style03:hover em, .product_swiper .swiper-slide:hover .product_more em {
    background-image: url(../imgs/ico_more01.png);
}

/*===================01 index========================*/
.section {
    overflow: hidden;
    position: relative;
    background: #fff center top no-repeat;
    background-size: cover;
}

#fullpage .fp-tableCell {
    padding-top: 90px;
}

.swiper-button-next, .swiper-button-prev {
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

/*fp_menu*/
#fp_menu {
    position: fixed;
    z-index: 100;
    top: 50%;
    left: 2.60%;
    transform: translateY(-50%);
    transition: all 500ms ease;
}

#fp_menu.noactive {
    left: -5%;
    opacity: 0;
}

#fp_menu li a {
    display: block;
    position: relative;
    z-index: 1;
}

#fp_menu li a:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 5px;
    width: 1px;
    height: 18px;
    border-left: 1px dashed #fff;
}

#fp_menu li:last-child a:before {
    display: none;
}

#fp_menu li a em {
    display: block;
    position: relative;
    height: 11px;
    width: 11px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 0 0 18px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

#fp_menu li:last-child a em {
    margin: 0;
}

#fp_menu li.active a em {
    border-color: #fff;
    background: #fff;
}

#fp_menu li a i {
    display: block;
    color: #fff;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(10px, -50%);
}

#fp_menu li:hover a i, #fp_menu li.active a i {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    opacity: 1;
}

#fp_menu.fp_black li a:before {
    border-color: #999999;
}

#fp_menu.fp_black li a em {
    border-color: #999999;
}

#fp_menu.fp_black li.active a em {
    border-color: #02be6e;
    background: #02be6e;
}

#fp_menu.fp_black li a i {
    color: #02be6e;
}

/*tan_wrap*/
.tan_wrap, .tan_bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    width: 100%;
    height: 100%;
}

.tan_bg {
    background: rgba(0, 0, 0, .75);
    z-index: 1;
}

.tan_con {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 80%;
    border-radius: 10px;
}

.tan_closed {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    width: 46px;
    height: 46px;
    text-indent: -9999px;
    background: url(../imgs/ico_closed.png) center center no-repeat;
    background-size: 16px;
}

#tan_welcome .tan_con {
    max-width: 520px;
    height: 230px;
    background: #fff;
    text-align: center;
    display: flex;
    align-items: center;
}

.welcome_info {
    width: 100%;
}

.welcome_img {
    display: block;
    margin: 0 auto;
    max-width: 80px;
    -webkit-animation: 1s .2s bounceIn both;
    animation: 1s .2s bounceIn both;
}

.welcome_txt {
    margin-top: 25px;
}

/*sec_tit*/
.sec_tit {
    text-align: center;
}

.sec_tit a {
    display: block;
    padding-bottom: 25px;
    background: url(../imgs/ico_dec01a.png) center bottom no-repeat;
    background-size: 75px;
}

.sec_tit.sec_tit_left {
    text-align: left;
}

.sec_tit.sec_tit_left a {
    background-position: left bottom;
}

.sec_tit_no a {
    padding-bottom: 0;
    background: none;
}

/*=======index_sec01=======*/
.index_sec01 {
    height: 100vh;
}

.index_sec01 .fp-tableCell {
    padding-top: 0 !important;
}

.focus_swiper {
    -webkit-animation: 1s .2s fadeIn both;
    animation: 1s .2s fadeIn both;
    height: 100%;
}

.focus_swiper .bgImg {
    transition: 1s linear 1s;
    transform: scale(1.1, 1.1);
}

.focus_swiper .swiper-slide-active .bgImg, .focus_swiper .swiper-slide-duplicate-active .bgImg {
    transition: 5s linear;
    transform: scale(1, 1);
}

.focus_txt {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    text-align: center;
}

.focus01_txt {
    color: #333;
}

.f01_t_txt1 {
}

.f01_t_txt1 img {
    display: block;
    margin: 0 auto;
    max-width: 63%;
}

.f01_t_txt2 {
    line-height: 1.67;
    margin-top: 30px;
}

.focus02_txt {
    color: #fff;
    line-height: 1.25;
}

.f02_t_txt1 {
    font-style: italic;
}

.f02_t_txt2 {
    letter-spacing: 0.3em;
    margin-top: 10px;
}

.f02_t_txt3 {
    margin-top: 40px;
}

.f02_t_txt3 img {
    display: block;
    margin: 0 auto;
    max-width: 42%;
}

.focus_swiper .swiper-slide-active .f01_t_txt1, .focus_swiper .swiper-slide-active .f02_t_txt1 {
    -webkit-animation: 1s .2s fadeInUp both;
    animation: 1s .2s fadeInUp both;
}

.focus_swiper .swiper-slide-active .f01_t_txt2, .focus_swiper .swiper-slide-active .f02_t_txt2 {
    -webkit-animation: 1s .3s fadeInUp both;
    animation: 1s .3s fadeInUp both;
}

.focus_swiper .swiper-slide-active .f02_t_txt3 {
    -webkit-animation: 1s .4s zoomIn both;
    animation: 1s .4s zoomIn both;
}

.focus_swiper .swiper-pagination {
    bottom: 3%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
}

.focus_swiper .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    background: none;
    opacity: 1;
    margin: 0;
    width: 24px;
    height: 24px;
}

.focus_swiper .swiper-pagination .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #fff;
}

.focus_swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 44px;
}

.focus_swiper .swiper-pagination .swiper-pagination-bullet-active:before {
    width: 30px;
}

/*=======index_sec02=======*/
.index_sec02 {
}

.index_sec02_top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 76%;
    padding-top: 90px;
    display: flex;
    align-items: center;
}

.index_sec02_top .inner {
    display: flex;
    align-items: flex-end;
}

.about_info {
    position: relative;
    float: left;
    width: 50%;
    padding-right: 6.875%;
}

.about_info_tit, .about_info_des, .about_info_more {
    position: relative;
    z-index: 1;
}

.about_info_tit em {
    font-family: ZonaPro-ExtraLight;
    color: #02be6e;
    display: block;
    margin-top: 10px;
}

.about_info_des {
    text-align: justify;
    color: #666;
    -webkit-line-clamp: 6;
    max-height: 144px;
    height: 144px;
    margin-top: 30px;
}

.about_info_more {
    margin-top: 60px;
}

.about_info_img {
    position: absolute;
    bottom: -18%;
    right: 0;
    display: block;
    opacity: .08;
}

.about_focus {
    position: relative;
    float: right;
    width: 50%; /*height: 420px;*/
    padding-top: 26.25% !important;
}

.about_focus_dec {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: -webkit-calc(100% - 45px);
    width: calc(100% - 45px);
    height: -webkit-calc(100% - 45px);
    height: calc(100% - 45px);
    border: 6px solid #02be6e;
    transition: all 1s .1s ease;
}

.dec_diamond {
    display: block;
    position: absolute;
    top: -6px;
    right: -6px;
    z-index: 1;
    width: 0;
    height: 0;
    background: #aed200;
    transition: all 1s .3s ease;
}

.dec_diamond.active {
    width: 45px;
    height: 45px;
}

.about_focus_pic {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: -webkit-calc(100% - 45px);
    height: calc(100% - 45px);
    transition: all 1s ease; /*height:375px;*/
}

.about_focus_pic.active {
    top: 45px;
    right: 45px;
}

.about_focus_pic .dec_diamond {
    top: 0;
    right: 0;
    background: #60c400;
    transition-delay: 0.4s;
}

.index_sec02_bot {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 24%;
    background: #ebfaf4;
}

.index_sec02_bot .inner {
    height: 100%;
}

.orientation_tit {
    width: 21.875%;
	padding: 0 2%;
    height: 100%;
    background: #02be6e;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}

.orientation_tit a {
    display: block;
    color: #fff;
    width: 100%;
}

.orientation_right {
    float: right;
    width: 83.75%;
    height: 100%;
    position: relative;
    padding-left: 6%;
    display: flex;
    align-items: center;
}

.orientation_swiper {
    width: 100%;
}

.orientation_swiper .swiper-container {
    position: inherit;
}

.orientation_swiper .swiper-slide {
    display: block;
    overflow: hidden;
    color: #02be6e;
    text-align: center;
}

/*.orientation_swiper .swiper-slide:first-child {
    text-align: left;
}*/
.orientation_swiper .swiper-slide:last-child {
    text-align: right;
}

.orientation_ico {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 31.36%;
    padding-top: 31.36%;
    max-height: 130px;
    max-width: 130px;
    margin-right: 5.50%;
}

.orientation_ico i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px dashed #02be6e;
    transition: all 500ms ease;
}

.orientation_ico i:nth-child(2) {
    border-style: solid;
    transform: scale(0.8769);
}

.orientation_ico i:nth-child(2):before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    opacity: 0;
    background: #02be6e;
    border-radius: 50%;
}

.orientation_ico i:nth-child(3) {
    transform: scale(0.7538);
}

.orientation_ico img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 53%;
    max-width: 68px;
    transition: all 500ms ease;
}

.orientation_ico img.ico_white {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.20);
}

.orientation_name {
    display: inline-block;
    vertical-align: middle;
}

.orientation_swiper .swiper-slide:hover .orientation_ico i:nth-child(2):before {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.orientation_swiper .swiper-slide:hover .orientation_ico i:nth-child(3) {
    border-color: #fff;
}

.orientation_swiper .swiper-slide:hover .orientation_ico img.ico_color {
    opacity: 0;
}

.orientation_swiper .swiper-slide:hover .orientation_ico img.ico_white {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.index_sec02.active .about_info_tit {
    -webkit-animation: 1s .2s fadeInLeft both;
    animation: 1s .2s fadeInLeft both;
}

.index_sec02.active .about_info_des {
    -webkit-animation: 1s .4s fadeInLeft both;
    animation: 1s .4s fadeInLeft both;
}

.index_sec02.active .about_info_more {
    -webkit-animation: 1s .6s fadeInLeft both;
    animation: 1s .6s fadeInLeft both;
}

/*=======index_sec03=======*/
.index_sec03 {
}

.index_sec03 .fp-tableCell {
    padding-top: 0 !important;
}

.research_swiper {
    height: 100%;
}

.research_swiper .swiper-slide:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: url(../imgs/research_01.png) center center no-repeat;
    background-size: cover;
}

.research_arrow {
    bottom: 26%;
    left: 50%;
    transform: translate(-50%, 0);
}

.index_sec03_bot {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 24%;
    background: #02be6e;
    color: #fff;
}

.index_sec03_bot .inner {
    height: 100%;
}

.research_tit {
    width: 21.875%;
	padding: 0 2%;
    height: 100%;
    background: #aed200;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}

.research_tit a {
    display: block;
    color: #fff;
    width: 100%;
}

.research_right {
    position: relative;
    float: right;
    width: 83.75%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 5%;
}

.data_swiper {
    width: 100%;
    padding-right: 185px;
}

.data_swiper .swiper-container {
    position: inherit;
}

.data_swiper .swiper-pagination-bullet {
    background: #fff;
}

.data_swiper .swiper-slide {
    width: 20%;
    font-family: Barlow_RegularCondensed;
}

.data_swiper .swiper-slide:nth-child(1), .data_swiper .swiper-slide:nth-child(5) {
    width: 15%;
}

.data_swiper .swiper-slide:nth-child(2) {
    width: 26%;
}

.data_num {
    display: block;
    line-height: 1;
}

.data_num i {
    margin-left: 8px;
}

.data_name {
    margin-top: 10px;
    line-height: 1.40;
}

.research_more {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

/*=======index_sec04=======*/
.index_sec04 {
    background-color: #ebfaf4;
}

.sec04_ani {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
}

.sec_forewords {
    text-align: center;
    line-height: 1.50;
    margin: 0 auto;
    max-width: 980px;
    margin-top: 20px;
}

.develop {
    margin-top: 6.50%;
}

.develop_tit {
    text-align: center;
}

.develop_tit em {
    display: block;
    margin-top: 3px;
}

.develop_swiper {
    margin-top: 3%;
}

.develop_swiper .swiper-slide {
    display: block;
    text-align: center;
}

.develop_swiper .swiper-slide:before {
    content: "";
    position: absolute;
    top: 35%;
    right: -14%;
    width: 28%;
    height: 1px;
    border-top: 1px dashed #79dcb2;
}

.develop_swiper .swiper-slide:after {
    content: "";
    position: absolute;
    top: 35%;
    right: -3px;
    margin-top: -3px;
    z-index: 1;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #79dcb2;
}

.develop_swiper .swiper-slide:last-child:before, .develop_swiper .swiper-slide:last-child:after {
    display: none;
}

.develop_ico {
    display: block;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    width: 65%;
    padding-top: 65%;
}

.develop_ico img {
    display: block;
    margin: auto;
    position: absolute;
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    left: -9999px;
    width: auto;
    height: auto;
    max-width: 61.55%;
    max-height: 61.55%;
}

.develop_ico:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../imgs/develop_01.png) center center no-repeat;
    background-size: contain;
}

.develop_name {
    margin-top: 14%;
    transition: all 500ms ease;
}

.develop_swiper .swiper-slide:hover .develop_name {
    color: #02be6e;
}

.develop_swiper .swiper-slide:hover .develop_ico:before {
    -webkit-animation: move01 5s linear infinite;
    animation: move01 5s linear infinite;
}

@keyframes move01 {
    from {
        transform: rotateZ(0deg);
    }
    to {
        transform: rotateZ(360deg);
    }
}

@-webkit-keyframes move01 {
    from {
        transform: rotateZ(0deg);
    }
    to {
        transform: rotateZ(360deg);
    }
}

.develop_swiper .swiper-slide:hover .develop_ico img {
    -webkit-animation: 1s .2s bounceIn both;
    animation: 1s .2s bounceIn both;
}

.develop_swiper .swiper-pagination {
    position: static;
    margin-top: 2.50%;
}

/*=======index_sec05======*/
.index_sec05 {
}

.index_sec05 .sec_tit a {
    color: #fff;
}

.product_swiper {
    margin-top: 3.50%;
}

.product_swiper .swiper-slide {
    position: relative;
    height: 510px;
}

.product_img, .product_info {
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
}

.product_img {
    top: 0;
    display: block;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.product_img .bgImg {
    transform: scale(1);
}

.product_swiper .swiper-slide:hover .product_img .bgImg {
    transform: scale(1.1);
}

.product_info {
	padding: 5%;
    bottom: 0;
    background: #fff;
    border-radius: 0 0 10px 10px;
    display: flex;
    align-items: center;
    text-align: center;
}

.product_cell {
    width: 100%;
}

.product_tit, .product_des, .product_trait {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.product_des, .product_trait {
    line-height: 24px;
    margin-top: 10px;
}

.product_des {
    color: #666;
}

.product_trait {
    color: #02be6e;
}

.product_more {
    margin-top: 25px;
}

.product_swiper .swiper-slide:hover .product_tit a {
    color: #02be6e;
}

.product_swiper .swiper-slide:nth-child(even) .product_img {
    top: auto;
    bottom: 0;
    border-radius: 0 0 10px 10px;
}

.product_swiper .swiper-slide:nth-child(even) .product_info {
    bottom: auto;
    top: 0;
    border-radius: 10px 10px 0 0;
}

/*=======index_sec06======*/
.index_sec06 {
    color: #fff;
}

.index_sec06 .fp-tableCell {
    padding-top: 0 !important;
}

.apply_block {
    width: 50%;
    height: 100%;
    float: left;
    position: relative;
    transition: all 500ms 0s ease;
    opacity: 0.20;
}

.apply_bg, .apply_light {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.apply_light {
    z-index: 1;
    background: rgba(0, 0, 0, .30);
}

.apply_block01 {
    transform: translateY(-100%);
}

.apply_block01.active {
    opacity: 1;
    transform: translateY(0%);
}

.apply_block01 .apply_light {
    background: -webkit-linear-gradient(top, rgba(26, 186, 78, .90) 50%, rgba(96, 196, 0, .90) 100%);
    background: -o-linear-gradient(top, rgba(26, 186, 78, .90) 50%, rgba(96, 196, 0, .90) 100%);
    background: -moz-linear-gradient(top, rgba(26, 186, 78, .90) 50%, rgba(96, 196, 0, .90) 100%);
    background: linear-gradient(to bottom, rgba(26, 186, 78, .90) 50%, rgba(96, 196, 0, .90) 100%);
}

.apply_cover {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
}

.apply_info {
    margin: 0 auto;
    width: 60%;
    max-width: 520px;
    transition: all 700ms .4s ease;
    position: relative;
    top: 50px;
    opacity: 0;
}

.apply_info.active {
    top: 0px !important;
    opacity: 1;
}

.sec_tit_white a {
    color: #fff;
    background-image: url(../imgs/ico_dec01b.png);
}

.apply_des {
    -webkit-line-clamp: 4;
    line-height: 30px;
    max-height: 120px;
    margin-top: 20px;
}

.apply_more {
    margin-top: 50px;
}

.apply_block02 {
    transform: translateY(100%);
}

.apply_block02.active {
    opacity: 1;
    transform: translateY(0%);
}

.apply_block02 .apply_info {
    top: -50px;
}

/*=======index_sec07======*/
.index_sec07 {
}

.tab_menu {
    text-align: center;
    margin: 40px 0;
}

.tab_menu li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
}

.tab_menu li a {
    display: block;
    padding: 0 30px;
    line-height: 40px;
    border-radius: 20px;
}

.tab_menu li:hover a, .tab_menu li.current a {
    background: #02be6e;
    color: #fff;
}

.tab_block {
    height: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: relative;
}

.tab_block.active {
    height: auto;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.tab_block.active .news_swiper {
    -webkit-animation: 1s .2s fadeIn both;
    animation: 1s .2s fadeIn both;
}

.news_line {
    width: 100%;
    max-width: 770px;
    overflow: hidden;
}

.news_swiper .swiper-slide:nth-child(even) .news_line {
    float: right;
}

.news_img {
    display: block;
    float: left;
    overflow: hidden;
    position: relative;
    margin-right: 4.5%;
    width: 250px;
    height: 175px;
}

.news_img .bgImg {
    transform: scale(1);
}

.news_swiper .swiper-slide:hover .news_img .bgImg {
    transform: scale(1.1);
}

.news_mark {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    text-indent: -9999px;
    width: 51px;
    height: 51px;
    background: center center no-repeat;
    background-size: contain;
}

.mark_hot {
    background-image: url(../imgs/mark_hot.png);
}

.mark_xin {
    background-image: url(../imgs/mark_xin.png);
}

.news_info {
    overflow: hidden;
    padding-top: 10px;
}

.news_tit {
    display: block;
    margin-bottom: 10px;
}

.news_time {
    font-family: Barlow_RegularCondensed;
    color: #02be6e;
    line-height: 1;
}

.news_des {
    color: #666;
    -webkit-line-clamp: 3;
    line-height: 22px;
    max-height: 66px;
    margin-top: 30px;
}

.news_swiper .swiper-slide:hover .news_tit {
    color: #02be6e;
}

.news_swiper .swiper-pagination {
    position: static;
    margin-top: 10px;
}

/*=======index_sec08======*/
.index_sec08 {
}

.contact_box {
    margin: 0 auto;
    width: 100%;
    max-width: 1266px;
    display: flex;
    align-items: stretch;
}

.contact_touch {
    position: relative;
    z-index: 1;
    float: left;
    width: 33.41%;
    background: #fff;
    box-shadow: 5px 0 12px 5px rgba(0, 0, 0, .10);
    border-radius: 10px 0 0 10px;
}

.touch_top {
    background: #02be6e;
    border-radius: 10px 0 0 0;
    padding: 10% 10% 5%;
}

.touch_tit a {
    display: inline-block;
    color: #fff;
    padding-right: 50px;
    background: url(../imgs/ico_dec01c.png) right bottom no-repeat;
    background-size: 35px;
}

.touch_info {
    padding: 10%;
}

.touch_list {
    color: #333;
}

.touch_list li {
    overflow: hidden;
    margin-bottom: 10px;
}

.touch_list li:last-child {
    margin-bottom: 0 !important;
}

.touch_list li img {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 6px;
    margin-top: 1%;
}

.touch_des {
    overflow: hidden;
}

.des_tit{ display:block; float:left;}
.des_set{ overflow:hidden;}

.touch_notice {
    overflow: hidden;
    margin: 12% -5px 0;
}

.touch_notice li {
    float: left;
    width: 33.33%;
    padding: 0 5px;
    text-align: center;
}

.touch_notice li img {
    display: block;
    margin: 0 auto 6px;
}

.index_sec08 .contact_touch {
    transition: all 800ms 0s ease;
    transform: rotateY(-85deg);
    transform-origin: right center;
    transform-style: preserve-3d;
}

.index_sec08 .contact_touch.active {
    transform: rotateY(0deg);
}

.index_sec08 .contact_touch .touch_info {
    transition: all 800ms .2s ease;
    opacity: 0;
}

.index_sec08 .contact_touch.active .touch_info {
    opacity: 1;
}

/*contact_message*/
.contact_message {
    float: right;
    width: 66.59%;
    background: rgba(255, 255, 255, .92);
    padding: 5%;
}

.message_tip {
    margin-top: 15px;
    margin-bottom: 30px;
}

.message_form {
    overflow: hidden;
    margin: 0 -20px 0 0;
}

.message_line {
    float: left;
    width: 50%;
    padding: 0 20px 30px 0;
}

.message_txt {
    width: 100%;
    border: 1px solid #e5e5e5;
    height: 50px;
    padding: 10px;
}

.line_w100 {
    width: 100%;
    clear: both;
}

.message_yu {
    resize: none;
    height: 100px;
}

.message_btn {
    cursor: pointer;
    border-radius: 3px;
    background: #02be6e;
    color: #fff;
    width: 50%;
    max-width: 350px;
    height: 50px;
    margin-top: 15px;
}

/*=======footer======*/
footer {
    background: #333333;
    color: #999999;
}

footer a {
    color: #999999;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}

/*footer_top*/
.footer_top {
    padding: 45px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.footer_logo {
    display: block;
    float: left;
    opacity: .65;
    height: 54px;
    width: auto;
    margin-right: 5%;
}

.footer_top_right {
    overflow: hidden;
}

.footer_nav {
    float: right;
    width: 100%;
    max-width: 1160px;
}

.footer_nav li {
    float: left;
    width: 15%; 
}
.footer_nav li a{
	display: block;
	line-height: 23px;
	padding: 5px 0;
}

.footer_nav li:last-child {
    width: 25%;
}

.footer_nav li:last-child .f_subclass{
	line-height:33px;
}

.footer_nav li a.f_a0 {
    
    color: #fff;
    font-weight: bold;
}

.f_subclass a {
    
}

.footer_nav li.li_apply .f_subclass_show {
    overflow: hidden;
    height: 99px;
}

.footer_nav li.li_apply.active .f_subclass_show {
    height: 100%;
}

/*footer_bot*/
.footer_bot {
    padding: 22px 0;
}

.footer_friendly {
    float: left;
    width: 55%;
}

.friendly_tit {
    display: block;
    float: left;
    line-height: 24px;
    font-weight: bold;
}

.friendly_links {
    overflow: hidden;
}

.friendly_links a {
    display: inline-block;
    position: relative;
    margin-right: 20px;
}

.friendly_links a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background: rgba(255, 255, 255, .18);
}

.friendly_links a:last-child:before {
    display: none;
}

.copyrights {
    overflow: hidden;
    text-align: right;
}

.design_support {
    /*margin-left: 14px;*/
	display: block;
    margin-top: 6px;
}

/*float_box*/
.float_box {
    position: fixed;
    bottom: 10%;
    right: 2.60%;
    z-index: 1004;
}

.float_box li {
    margin-bottom: 15px;
}

.float_box li a.f_a0 {
    display: block;
    border-radius: 50%;
    background: #02be6e;
    width: 50px;
    height: 50px;
    padding: 10px;
}

.float_box li a.f_a0 img {
    display: block;
}

.float_box li:hover a.f_a0 {
    background: #aed200;
}

.float_more {
    padding-right: 20px;
    position: absolute;
    bottom: 0;
    right: 90%;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.float_more:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url(../imgs/xuan_01.png) no-repeat;
}

.float_info {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 20px 4px rgba(0, 0, 0, .06);
    text-align: center;
    width: 180px;
    padding: 0 10px;
}

.float_box li.float_notice .float_more {
    line-height: normal;
    font-size: 14px;
    color: #999;
}

.float_box li.float_notice .float_more .float_info {
    padding-top: 10px;
    padding-bottom: 10px;
}

.float_box li.float_notice .float_more img {
    display: block;
    margin: 0 auto;
}

.float_box li:hover .float_more {
    right: 100%;
    opacity: 1;
    visibility: visible;
}

/*=======index_sec09======*/
.index_sec09 {
}

.index_sec09 .fp-tableCell {
    padding-top: 0 !important;
}

.index_sec09 footer {
    background: #02be6e;
    color: #ffffff;
}

.index_sec09 footer a {
    color: #ffffff;
}

.index_sec09 footer .footer_bot {
    padding: 2% 0;
}

.index_sec09 footer .friendly_tit {
    display: block;
    float: none;
    margin-bottom: 10px;
}

.index_sec09 footer .design_support {
    display: block;
    margin-top: 6px;
}

/*===================02 ========================*/
.author {
    display: block;
    height: 90px;
    margin-top: -90px;
}

/*=======common_wrap======*/
.common_wrap {
    overflow: hidden;
    width: 100%;
    height: 100vh;
    color: #fff;
    display: flex;
    align-items: center;
}

.common_swiper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: 1s .2s fadeIn both;
    animation: 1s .2s fadeIn both;
}

.common_swiper .swiper-pagination-bullet {
    background: #fff;
}

.common_swiper .swiper-slide:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .18);
}

.common_cover {
    width: 100%;
    text-align: center;
}

.common_con {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.common_tit {
}

.common_des {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-break: auto;
    -webkit-box-orient: vertical;
    text-align: justify;
    -webkit-line-clamp: 10;
	line-height: 24px;
	max-height: 240px;
    margin-top: 4%;
}

.common_more {
    margin-top: 5%;
}

/*=======about_resource======*/
.about_resource {
    overflow: hidden;
}

.resource_swiper {
    position: relative;
    z-index: 1;
    width: 50%; /*height: 560px;*/
}

.resource_swiper .swiper-slide .bgImg {
    height: 0;
    padding-top: 58.33%;
}

.resource_arrow {
    bottom: 20px;
    right: 20px;
}

.resource_right {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.resource_right .inner {
    height: 100%;
}

.resource_box {
    width: 50%;
    height: 100%;
    float: right; /*position: relative;*/
    display: flex;
    align-items: center;
}

.resource_dec {
    display: block;
    position: absolute;
    top: 14%;
    right: 0;
    opacity: .03;
    width: 50%;
}

.resource_block {
    width: 100%;
}

.resource_con {
    width: 90%;
    float: right;
    max-width: 610px;
}

.resource_des {
    margin-top: 20px;
    line-height: 1.875;
}

/*=======about_qualifications======*/
@media (min-width: 1280px) {
    .about_qualifications, .about_idea, .research_platform, .research_award, .tech_works, .product_series, .contact_wrap, .join_wrap {
        background-attachment: fixed;
    }
}

.about_qualifications, .about_idea, .research_platform, .research_award, .tech_works, .product_series, .contact_wrap, .join_wrap {
    background-position: center bottom;
}

.about_qualifications {
    padding: 6% 0 3%;
}

.about_qualifications .sec_tit {
    margin-bottom: 2.50%;
}

.qualifications_swiper {
}

.qualifications_swiper .swiper-container .swiper-wrapper {
    padding: 10px 0;
    align-items: stretch;
}

.qualifications_swiper .swiper-slide {
    height: auto;
}

.qualifications_swiper .swiper-slide a {
    display: block;
    height: 100%;
    padding: 0 8.60%;
    background: #fff;
}

.qualifications_swiper .swiper-slide a .ico_box {
    padding-top: 114.78%;
}

.qualifications_name {
    text-align: center;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, .06);
    padding: 15px;
}

.qualifications_name:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    width: 0;
    height: 1px;
    background: #02be6e;
}

.qualifications_swiper .swiper-pagination {
    position: static;
    margin-top: 2.50%;
}

.qualifications_swiper .swiper-pagination-bullet {
    opacity: 1;
}

.qualifications_swiper .swiper-slide:hover a {
    transform: translateY(-5px);
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, .04);
    color: #02be6e;
}

.qualifications_swiper .swiper-slide:hover a .qualifications_name:before {
    left: 0;
    width: 100%;
}

/*=======about_idea======*/
.about_idea {
    height: 620px;
    display: flex;
    align-items: center;
}

.idea_box {
    max-width: 600px;
}

.idea_des {
    margin-top: 20px;
    line-height: 1.875;
}

/*=======banner_wrap======*/
.banner_wrap {
    position: relative;
    color: #fff;
    height: 500px;
}

.banner_wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, .25) 35%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, .25) 35%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, .25) 35%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, .25) 35%, rgba(0, 0, 0, 0) 100%);
}

.banner_cover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%; /* background: rgba(0,0,0, .25);*/
    color: #fff;
    display: flex;
    align-items: center;
    padding-top: 90px;
}

.banner_cover a {
    color: #fff;
}

.banner_tit {
}

.banner_local {
    margin: 10px -6px 0;
}

.banner_local a {
    padding: 0 6px;
}

.banner_local a.current {
}

/*=======sub_wrap======*/
.sub_wrap {
    background: #f6f6f6;
    padding: 50px 0;
}

.sub_box {
    min-height: 600px;
    background: #fff;
    padding: 50px;
    margin-top: -80px;
    position: relative;
    z-index: 3;
}

.sub_tit {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    color: #333;
    margin-bottom: 40px;
}

/*intro_detail_block*/
.intro_detail_block {
    background: #f6f6f6;
    margin-bottom: 5px;
    height: 460px;
}

.intro_detail_block:last-child {
    margin-bottom: 0;
}

.intro_detail_block dt {
    float: right;
    width: 50%;
    height: 100%;
}

.intro_swiper {
    height: 100%;
}

/*.intro_swiper .swiper-slide .bgImg{ padding-top: 61.33%;}*/
.intro_swiper .swiper-button-prev, .intro_swiper .swiper-button-next {
    width: 30px;
    height: 60px;
    margin-top: -30px;
    background: rgba(0, 0, 0, .50) center center no-repeat;
    background-size: 10px;
}

.intro_swiper .swiper-button-prev:hover, .intro_swiper .swiper-button-next:hover {
    background-color: #02be6e;
}

.intro_swiper .swiper-button-prev {
    left: 0;
    border-radius: 0 5px 5px 0;
    background-image: url(../imgs/arrow01_left.png);
}

.intro_swiper .swiper-button-next {
    right: 0;
    border-radius: 5px 0 0 5px;
    background-image: url(../imgs/arrow01_right.png);
}

.intro_detail_block dd {
    float: left;
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 3% 5%;
}

.intro_detail_overview {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
}

.intro_detail_des {
    line-height: 1.875;
    margin-top: 20px;
}

.intro_detail_block:nth-child(odd) dt {
    float: left;
}

.intro_detail_block:nth-child(odd) dd {
    float: right;
}

/*===================03 ========================*/ /*=======research_platform======*/
.research_platform {
    overflow: visible;
    color: #fff;
    padding-top: 6%;
}

.platform_forewords {
    text-align: center;
    width: 100%;
    max-width: 970px;
    margin: 20px auto 0;
    line-height: 1.875;
}

.platform_swiper {
    padding: 30px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .06);
    margin-top: 6%;
    margin-bottom: -10.50%;
    position: relative;
    z-index: 1;
}

.platform_swiper .swiper-container {
    position: static;
}

.platform_swiper .swiper-slide a {
    display: block;
    text-align: center;
}

.platform_swiper .swiper-slide a .ico_box {
    padding-top: 73.68%;
    border: 1px solid rgba(0, 0, 0, .06);
}

.platform_name {
    display: inline-block;
    margin-top: 15px;
    position: relative;
}

.platform_name:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 1;
    width: 0;
    height: 1px;
    background: #02be6e;
}

.platform_swiper .swiper-slide:hover a .platform_name:before {
    left: 0;
    width: 100%;
}

.platform_swiper .swiper-slide:hover a {
    color: #02be6e;
}

.platform_arrow div {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    background-size: 10px;
}

.platform_arrow div.swiper-button-prev {
    left: auto;
    right: 100%;
    background-image: url(../imgs/arrow02_left01.png);
}

.platform_arrow div.swiper-button-next {
    right: auto;
    left: 100%;
    background-image: url(../imgs/arrow02_right01.png);
}

.platform_arrow div.swiper-button-prev:hover {
    background-image: url(../imgs/arrow02_left02.png);
}

.platform_arrow div.swiper-button-next:hover {
    background-image: url(../imgs/arrow02_right02.png);
}

/*=======research_award======*/
.research_award {
    padding-top: 14%;
    padding-bottom: 60px;
}

.tab_block.active .qualifications_swiper, .tab_block.active .manufacture_swiper {
    -webkit-animation: 1s .2s fadeIn both;
    animation: 1s .2s fadeIn both;
}

/*===================04 ========================*/ /*=======tech_works======*/
.tech_works {
    padding: 5.50% 0 3%;
}

.tech_works:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .06) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .06) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .06) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, .06) 100%);
}

.tech_works .inner {
    position: relative;
    z-index: 2;
}

.works_swiper {
    margin-top: 3%;
}

.works_swiper .swiper-slide {
    display: block;
	position: relative;
}

.works_img {
    overflow: hidden;
}

.works_img .bgImg {
    height: 0;
    padding-top: 67.5%;
    transform: scale(1);
}

.works_swiper .swiper-slide:hover .works_img .bgImg {
    transform: scale(1.1);
}

.works_info {
    background: #fff;
    text-align: center;  
	height: 180px; 
}

.works_info_overview{
	position: absolute; 
	bottom:0; 
	left:0;
	z-index: 1;
	width: 100%; 
	height: 180px;
	overflow: hidden;
	 background: #fff;
	padding: 10%;
	transition: all 500ms 100ms ease;
}

.works_info_overview .des {
    line-height: 22px;
    max-height: 44px; 
    opacity: .70;
    margin-top: 15px;
}

.works_swiper .swiper-slide:hover .works_info_overview {
	height: 100%;
    background: rgba(2, 190, 110, .95);
    color: #fff;  
}

.works_swiper .swiper-slide:hover .works_info_overview .des{
	max-height: none;
	-webkit-line-clamp: initial;
} 

.works_info_dif .works_info_overview{
	bottom:auto;
	top:0;
} 

.works_swiper .swiper-pagination {
    position: static;
    margin-top: 3%;
}

.works_swiper .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
}

/*=======tech_develop======*/
.tech_develop {
    padding: 5.50% 0;
    background-color: #f0fbf6;
}

/*=======tech_manufacture======*/
.tech_manufacture {
    padding: 5.50% 0 12px;
}

.manufacture_swiper {
    margin: 0;
}

.manufacture_swiper .swiper-container {
    z-index: auto;
}

.manufacture_swiper .swiper-slide .bgImg {
    height: 0;
    padding-top: 53.49%;
}

.manufacture_swiper .swiper-slide:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .35);
    opacity: 0;
}

.manufacture_swiper .swiper-slide-active:before {
    opacity: 1;
}

.manufacture_arrow {
    width: 100%;
    text-align: center;
    z-index: 3;
    bottom: 2%;
}

.manufacture_cover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 49.66%;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: center;
}

.manufacture_cover a {
    color: #fff;
}

.manufacture_txt {
    width: 77%;
    margin: 0 auto;
}

.manufacture_tit {
    margin-bottom: 15px;
}

.manufacture_des {
    line-height: 30px;
    max-height: 60px;
    text-align: center;
}

.manufacture_more {
    margin-top: 4%;
}

/*=======sub_article======*/
.sub_article {
    line-height: 2;
}

/*===================05 ========================*/ /*=======product_series======*/
.product_series {
    padding: 3.60% 0;
    margin-bottom: 1px;
}

.product_series:first-child {
    margin-top: 1px;
}

.series_box {
    width: 100%;
    max-width: 660px;
    min-height: 480px;
    padding: 50px;
    display: flex;
    align-items: center;
    background: rgba(2, 190, 110, .92);
    color: #fff;
}

.series_box a {
    color: #fff;
}

.series_con {
    width: 100%;
}

.series_tit {
    margin-bottom: 20px;
}

.series_des {
    line-height: 24px;
    max-height: 240px;
}

.series_more {
    margin-top: 7%;
}

.product_series:nth-child(odd) .series_box {
    float: right;
}

/*=======side=======*/
.side, .side_show {
    width: 285px;
}

.side_show {
    position: relative;
    top: 0;
    z-index: 1003;
}

#portamento_container .side_show.fixed {
    position: fixed;
    margin-top: 120px;
}

.side {
    float: left;
    min-height: 100px;
    margin-right: 40px;
}

/*side_search*/
.side_search {
    background: #fff;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
}

.side_search_txt {
    width: 100%;
    height: 60px;
    padding: 10px 50px 10px 42px;
    background: url(../imgs/fun_ico01a.png) 20px center no-repeat;
    background-size: 16px;
}

.side_search_btn {
    cursor: pointer;
    text-indent: -9999px;
    width: 50px;
    height: 100%;
    background: url(../imgs/fun_ico01a.png) center center no-repeat;
    background-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.side_search_btn:hover {
    background-image: url(../imgs/fun_ico01c.png);
}

/*side_nav*/
.side_nav {
    background: #fff;
    min-height: 300px;
    padding-bottom: 20px;
}

.side_nav a {
    display: block;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.side_nav li {
    border-bottom: 1px solid rgba(0, 0, 0, .08);
}

.side_nav li a.s_a0 {
    line-height: 60px;
    padding-left: 20px;
    padding-right: 40px;
}

.side_nav li a.s_a0:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    background: url(../imgs/ico_right_a.png) center center no-repeat;
    background-size: contain;
}

.side_nav li:hover a.s_a0, .side_nav li.current a.s_a0 {
    background: #02be6e;
    color: #fff;
}

.side_nav li:hover a.s_a0:before, .side_nav li.current a.s_a0:before {
    background-image: url(../imgs/ico_right_b.png);
}

.side_nav li.has_subclass a.s_a0:before {
    transform: rotate(-270deg);
}

.side_nav li.has_subclass:hover a.s_a0:before, .side_nav li.has_subclass.current a.s_a0:before {
    transform: rotate(-90deg);
}

.s_subclass {
    display: none;
    padding: 14px 0;
}

.s_subclass a {
    padding: 6px 28px;
}

.s_subclass a:hover, .s_subclass a.current {
    color: #02be6e;
}

/*=======sub_right=======*/
.sub_right {
    overflow: hidden;
    min-height: 480px;
    background: #fff;
    padding: 50px 35px;
}

/*series_list*/
.series_list {
}

.series_block {
    background: #f6f6f6;
    height: 380px;
    margin-bottom: 25px;
}

.series_block:last-child {
    margin-bottom: 0;
}

.series_block dt {
    float: right;
    height: 100%;
    overflow: hidden;
    background: #ccc;
    width: 50.21%;
}

.series_block dt .bgImg { /*height: 0; padding-top: 62.81%;*/
    transform: scale(1);
}

.series_block:hover dt .bgImg {
    transform: scale(1.1);
}

.series_block dd {
    overflow: hidden;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 4.50%;
}

.series_info {
}

.series_item {
    position: relative;
}

.series_item:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 15%;
    width: 0;
    height: 1px;
    background: #02be6e;
}

.series_item a {
    display: block;
    background: #f6f6f6;
}

.series_block:hover .series_item:before {
    right: 0;
    width: 15%;
}

.series_block:hover .series_item a {
    color: #02be6e;
}

.series_overview {
    color: #666;
    -webkit-line-clamp: 4;
    line-height: 30px;
    max-height: 120px;
    margin-top: 15px;
}

.series_func {
    margin-top: 35px;
}

.btn_buy {
    margin-right: 12px;
}

.btn_buy em {
    padding-right: 0;
    padding-left: 28px;
    background: url(../imgs/ico_car.png) left center no-repeat;
    background-size: 18px;
}

.btn_buy:hover {
    border-color: #aed200;
    background: #aed200;
    color: #fff;
}

.series_func .more01 {
    width: 46%;
    max-width: 184px;
}

.load_more {
    display: block;
    text-align: center;
    color: #999;
    line-height: 40px;
    margin-top: 50px;
}

.load_more em {
    display: inline-block;
    position: relative;
    padding-left: 34px;
}

.load_more em:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    background: url(../imgs/ico_load01.png) left center no-repeat;
    background-size: 24px;
}

.load_more:hover {
    color: #02be6e;
}

.load_more:hover em:before {
    transform: rotate(360deg);
    background-image: url(../imgs/ico_load02.png);
}

/*=======series_detail=======*/
.series_line {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    overflow: hidden;
    color: #666;
    line-height: 1.875;
}

.series_line:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.series_what {
}

.what_left {
    float: left;
    width: 50.21%;
}

.what_swiper .swiper-slide .bgImg {
    height: 0;
    padding-top: 62.81%;
}

.what_right {
    overflow: hidden;
    padding: 3.50% 0 0% 5%;
}

.series_subtit {
    color: #333;
    position: relative;
    padding-left: 16px;
}

.series_subtit:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    background: #02be6e;
    border-radius: 50%;
}

.series_txt {
    text-align: justify;
    word-break: break-all;
    margin-top: 20px;
}

.series_trait {
}

.series_apply {
}

.series_norms {
}

table.table_norms tr td {
    text-align: center;
}

table.table_norms thead tr td, table.table_norms .firstRow td {
    background: #f6f6f6;
    color: #333;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    height: 38px;
}

table.table_norms thead tr:nth-child(1) td:nth-child(2), table.table_norms .firstRow tr:nth-child(1) td:nth-child(2) {
    border-left: none;
}

table.table_norms tbody tr td {
    border-bottom: 1px solid #f0f0f0;
    padding: 12px;
    transition: all 500ms ease;
}

table.table_norms tbody tr:hover td {
    background: rgba(2, 190, 110, .02);
    color: #02be6e;
}

/*=======apply_list=======*/
.apply_list {
    margin: -22px -16px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.apply_list li {
    float: left;
    width: 33.33%;
    padding: 22px 16px;
}

.apply_img {
    overflow: hidden;
    position: relative;
}

.apply_img .bgImg {
    height: 0;
    padding-top: 67.10%;
}

.apply_enlarge {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(2, 190, 110, .75);
    transition: all 500ms ease;
    opacity: 0;
}

.apply_enlarge:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
    z-index: 2;
    width: 30px;
    height: 30px;
    background: url(../imgs/ico_fd.png) center center no-repeat;
    background-size: 30px;
    transition: all 500ms .2s ease;
    opacity: 0;
    transform: scale(1.20);
}

.apply_caption {
    margin-top: 20px;
}

.apply_list li a:hover {
    color: #02be6e;
}

.apply_list li a:hover .apply_enlarge {
    opacity: 1;
}

.apply_list li a:hover .apply_enlarge:before {
    opacity: 1;
    transform: scale(1);
}

/*page*/
.page {
    text-align: center;
    margin-top: 50px;
}

.page a {
    display: inline-block;
    vertical-align: middle;
    margin: 2px;
    border: 1px solid #ebebeb;
    text-align: center;
    min-width: 40px;
    line-height: 38px;
}

.page a.page_btn {
    padding: 0 14px;
}

.page a:hover, .page a.current {
    background: #02be6e;
    color: #fff;
}

/*===================06 ========================*/ /*=======news_all======*/
.news_all li {
    overflow: hidden;
    margin-bottom: 40px;
}

.news_all li:last-child {
    margin-bottom: 0;
}

.news_all li .news_img {
    width: 310px;
    height: 217px;
    margin-right: 3%;
}

.news_all li .news_des {
    -webkit-line-clamp: 4;
    max-height: 88px;
}

.news_all li .news_info {
    padding-top: 20px;
}

.news_all li:hover .news_img .bgImg {
    transform: scale(1.1);
}

.news_all li:hover .news_tit {
    color: #02be6e;
}

/*=======article======*/
.article {
    color: #666;
}

.article img, .article video {
    max-width: 100% !important;
    height: auto !important;
}

/*article_top*/
.article_top {
    margin-bottom: 30px;
}

.article_info {
    color: #999;
}

.article_shared {
    margin-top: 20px;
}

.article_shared .bshare-custom a {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin-right: 14px;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    background: center center no-repeat;
    background-size: contain;
}

.article_shared .bshare-custom a.bshare-weixin {
    background-image: url(../imgs/shared_ico01.png);
}

.article_shared .bshare-custom .bshare-sinaminiblog {
    background-image: url(../imgs/shared_ico02.png);
}

.article_shared .bshare-custom a.bshare-qqim {
    background-image: url(../imgs/shared_ico03.png);
}

.article_shared .bshare-custom a.bshare-toutiao {
    background-image: url(../imgs/shared_ico04.png);
}

.bsBox {
    box-sizing: content-box;
}

/*article_guide*/
.article_guide {
    margin-top: 18px;
}

.article_nav {
}

.article_nav li {
    margin-bottom: 18px;
}

.article_nav li a {
    display: block;
    background: #fff;
    color: #666;
    padding: 16px 20px;
}

.article_nav li a p {
    padding-right: 30px;
    background: url(../imgs/ico_right_c.png) right center no-repeat;
    background-size: 6px;
}

.article_nav li:hover a {
    background: #02be6e;
    color: #fff;
}

.article_nav li:hover a p {
    background-image: url(../imgs/ico_right_b.png);
}

.article_back {
    display: block;
    text-align: center;
    line-height: 46px;
    background: #e8e8e8;
    color: #666;
}

.article_back em {
    display: inline-block;
    padding-right: 16px;
    background: url(../imgs/ico_right_c.png) right center no-repeat;
    background-size: 6px;
}

.article_back:hover {
    background: #02be6e;
    color: #fff;
}

.article_back:hover em {
    background-image: url(../imgs/ico_right_b.png);
}

/*===================07 ========================*/ /*=======health_wrap======*/
.health_wrap {
    background: #fff;
}

.health_list {
    overflow: hidden;
    margin: -25px;
}

.health_line {
    float: left;
    width: 33.33%;
    padding: 25px;
}

.health_block {
    overflow: hidden;
    margin-bottom: 35px;
}

.health_block:last-child {
    margin-bottom: 0;
}

.health_block dt {
    float: left;
    overflow: hidden;
    margin-right: 20px;
    width: 155px;
}

.health_block dt .bgImg {
    height: 0;
    padding-top: 57%;
}

.health_block dd {
    overflow: hidden;
    padding-top: 5px;
}

.health_tit {
    display: block;
    margin-bottom: 10px;
}

.health_time {
    font-family: Barlow_RegularCondensed;
    color: #02be6e;
    line-height: 1;
}

.health_des {
    color: #666;
    line-height: 22px;
    margin-top: 10px;
}

.health_focus {
}

.health_focus dt {
    float: none;
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 25px;
}

.health_focus dd {
    padding-top: 0 !important;
}

.health_focus .health_des {
    -webkit-line-clamp: 3;
    max-height: 66px;
}

.health_block dt .bgImg {
    transform: scale(1);
}

.health_block:hover dt .bgImg {
    transform: scale(1.1);
}

.health_block:hover .health_tit {
    color: #02be6e;
}

/*latest*/
.latest {
    background: #fff;
    padding: 30px 20px 50px;
}

.latest_tit {
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    padding-bottom: 15px;
}

.latest_tit em {
    display: inline-block;
    line-height: 26px;
    padding-left: 30px;
    background: url(../imgs/ico_latest.png) left center no-repeat;
    background-size: 24px;
}

.latest_list {
}

.latest_list li a {
    display: block;
    border-bottom: 1px dashed rgba(0, 0, 0, .08);
    color: #666;
    padding: 8% 30px 8% 0;
    background: url(../imgs/ico_right_a.png) right center no-repeat;
    background-size: 6px;
}

.latest_list li a:hover {
    color: #02be6e;
    background-image: url(../imgs/ico_right_d.png);
}

/*===================08 ========================*/ /*=======contact_wrap======*/
.contact_wrap, .join_wrap {
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 100px 0;
}

.contact_wrap .contact_box {
    max-width: 1400px;
}

.contact_wrap .touch_top {
    padding: 6.50% 7.50% 5%;
}

.contact_wrap .contact_touch {
    width: 45.41%;
}

.contact_wrap .touch_info {
    padding: 10.50% 7.50%;
}

.contact_wrap .touch_notice {
    margin-top: 7.50%;
}

/*.contact_wrap .touch_notice li {
    width: 33.33%;
}*/

/*===================09 ========================*/ /*=======join_wrap======*/
.join_wrap {
}

.join_box {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
    transform: translateY(-40%);
}

.join_forewords {
    color: #666;
    line-height: 1.875;
    margin-top: 25px;
}

.btn_join {
    margin-right: 12px;
}

.btn_join em {
    padding-right: 0;
    padding-left: 28px;
    background: url(../imgs/fun_ico01b.png) left center no-repeat;
    background-size: 16px;
}

.btn_join:hover {
    border-color: #aed200;
    background: #aed200;
    color: #fff;
}

/*=======join_screen======*/
.join_screen {
    margin-top: -10px;
}

.screen_block {
    overflow: hidden;
}

.screen_block dt {
    float: left;
    font-weight: bold;
    padding: 3px 0;
}

.screen_block dd {
    overflow: hidden;
}

.screen_block dd a {
    display: inline-block;
    vertical-align: middle;
    color: #999;
    padding: 3px 8px;
}

.screen_block dd a:hover, .screen_block dd a.current {
    color: #02be6e;
}

/*table_box*/
.table_box {
    overflow-x: auto;
}

.table_box .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: auto;
    top: 16px;
}

@media (min-width: 568px) {
    .table_box .mCSB_container {
        width: 100% !important;
    }
}

.table {
    width: 100%;
    display: table;
    border-collapse: collapse;
    border-collapse: separate;
    text-align: left;
}

.table-caption {
    display: table-caption;
    margin: 0;
    font-size: 16px;
}

.table-header-group {
    display: table-header-group;
    background: #f6f6f6;
    color: #333;
    font-weight: bold;
}

.table-row-group {
    display: table-row-group;
}

.table-row {
    display: table-row;
    transition: all 500ms ease;
}

.table-cell {
    display: table-cell;
    padding: 12px;
    cursor: pointer;
    vertical-align: middle;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
}

.table-cell a:hover {
    color: #1b88d8;
}

.table-header-group .table-cell {
    border-bottom: none; /*white-space: nowrap;*/
}

.table-row-group .table-row:hover {
    position: relative;
    z-index: 1;
    background: rgba(0, 190, 110, .02);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
}

.table-row-group .table-row:hover a {
    color: #02be6e;
}

.join_table {
    margin-top: 30px;
    text-align: center;
    min-width: 508px;
}

.join_table .table-row .tc1 {
    text-align: left;
    width: 30%;
}

/*=======join_detail======*/
.join_detail {
    line-height: 2.14;
    color: #666;
}

.join_xg {
    color: #999;
}

.join_caption {
    color: #333;
    position: relative;
    padding-left: 16px;
    margin-bottom: 10px;
}

.join_caption:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    background: #02be6e;
    border-radius: 50%;
}

.my_move02 {
    animation: move02 2s forwards alternate;
    -moz-animation: move02 2s forwards alternate;
    -webkit-animation: move02 2s forwards alternate;
    -o-animation: move02 2s forwards alternate;
}

@keyframes move02 {
    0% {
        width: 0;
        height: 0;
        filter: Alpha(Opacity=0);
        opacity: 0;
    }
    100% {
        width: 45px;
        height: 45px;
        filter: Alpha(Opacity=100);
        opacity: 1;
    }
}

@-webkit-keyframes move02 { /*针对webkit内核*/
    0% {
        width: 0;
        height: 0;
        filter: Alpha(Opacity=0);
        opacity: 0;
    }
    100% {
        width: 45px;
        height: 45px;
        filter: Alpha(Opacity=100);
        opacity: 1;
    }
}

/*=======index_sec02=======*/ 
/*fonts*/
.f65 { font-size: 65px;}
.f56 { font-size: 56px;}
.f40 { font-size: 40px;}
.f36 { font-size: 36px;}
.f30 { font-size: 30px;}
.f24 { font-size: 24px;}
.f20 { font-size: 20px;}
.f18 { font-size: 18px;}
.f16 { font-size: 16px;}

@media (max-width: 1800px) {
    /*header*/
    .nav_list {
        margin: 0 -20px;
    }

    .nav_list li a.n_a0 {
        font-size: 15px;
        padding: 0 20px;
    }

    .n_subclass {
        font-size: 13px;
    }

    .header_func {
        font-size: 15px;
        margin-left: 4%;
    }
}

@media (max-width: 1600px) {
    /*fonts*/
    .f65 {
        font-size: 54px;
    }

    .f56 {
        font-size: 46px;
    }

    .f40 {
        font-size: 34px;
    }

    .f36 {
        font-size: 30px;
    }

    .f30 {
        font-size: 24px;
    }

    .f24 {
        font-size: 20px;
    }

    .f20 {
        font-size: 18px;
    }

    .f18 {
        font-size: 16px;
    }

    .f16 {
        font-size: 14px;
    }

    /*header*/
    .nav_list {
        margin: 0 -15px;
    }

    .nav_list li a.n_a0 {
        font-size: 14px;
        padding: 0 15px;
    }

    .n_subclass {
        font-size: 12px;
    }

    .header_func {
        font-size: 14px;
        margin-left: 3%;
    }

    .search_txt {
        font-size: 14px;
    }

    /*01*/
    .about_info_tit em {
        font-size: 16px;
    }

    .about_info_des {
        margin-top: 20px;
        line-height: 22px;
        max-height: 132px;
        height: 132px;
    }

    .about_info_more {
        margin-top: 40px;
    }

    .about_focus_dec {
        width: -webkit-calc(100% - 35px);
        width: calc(100% - 35px);
        height: -webkit-calc(100% - 35px);
        height: calc(100% - 35px);
        border-width: 4px;
    }

    .about_focus_pic {
        height: -webkit-calc(100% - 35px);
        height: calc(100% - 35px);
    }

    .dec_diamond {
        top: -4px;
        right: -4px;
    }

    .dec_diamond.active {
        width: 35px;
        height: 35px;
    }

    .about_focus_pic.active {
        top: 35px;
        right: 35px;
    }

    .product_swiper .swiper-slide {
        height: 410px;
    }

    .more01, .btn_buy, .btn_join {
        width: 154px;
        line-height: 38px;
    }

    .data_swiper {
        padding-right: 154px;
    }

    .apply_des {
        line-height: 26px;
        max-height: 104px;
    }

    .apply_more {
        margin-top: 40px;
    }

    /*02*/
    .about_idea {
        height: 520px;
    }

    /*05*/
    .series_block {
        height: 330px;
    }

    .series_overview {
        line-height: 26px;
        max-height: 104px;
    }

    .manufacture_des {
        line-height: 26px;
        max-height: 52px;
    }
}

@media (max-width: 1439px) {
    /*fonts*/
    .f65 {
        font-size: 44px;
    }

    .f56 {
        font-size: 38px;
    }

    .f40 {
        font-size: 28px;
    }

    .f36 {
        font-size: 24px;
    }

    .f30 {
        font-size: 20px;
    }

    .f24 {
        font-size: 18px;
    }

    .f20 {
        font-size: 16px;
    }

    .f18 {
        font-size: 14px;
    }

    /*header*/
    header {
        height: 70px;
        line-height: 70px;
    }

    .logo a {
        padding: 13px 0;
    }

    .logo a img {
        height: 44px;
    }

    .header_func {
        margin-top: 15px;
    }

    .nav_list {
        margin: 0 -10px;
    }

    .nav_list li a.n_a0 {
        font-size: 13px;
        padding: 0 10px;
    }

    .n_subclass {
        font-size: 12px;
    }

    .header_func {
        font-size: 13px !important;
        margin-left: 2%;
    }

    .search_txt {
        font-size: 13px;
    }

    /*footer*/
    .float_box {
        right: 1.60%;
    }

    .footer_logo {
        height: 44px;
    }

    /*01*/
    #fullpage .fp-tableCell, .index_sec02_top {
        padding-top: 70px;
    }

    #fp_menu {
        left: 1.60%;
    }

    .index_sec07 .tab_menu {
        margin: 30px 0;
    }

    .index_sec07 .news_swiper .swiper-slide .news_img {
        width: 190px;
        height: 134px;
    }

    .index_sec07 .news_swiper .swiper-slide .news_info {
        padding-top: 0;
    }

    .index_sec07 .news_swiper .swiper-slide .news_tit {
        margin-bottom: 5px;
    }

    .index_sec07 .news_swiper .swiper-slide .news_des {
        margin-top: 15px;
    }

    .apply_des {
        line-height: 22px;
        max-height: 88px;
    }

    .apply_more {
        margin-top: 30px;
    }

    /*02*/
    .sub_box, .sub_right {
        padding: 30px;
    }

    .banner_wrap {
        height: 400px;
    }

    .about_idea {
        height: 420px;
    }

    .intro_detail_block {
        height: 360px;
    }

    /*05*/
    .side {
        margin-right: 30px;
    }

    .side, .side_show {
        width: 235px;
    }

    /*06*/
    .news_all li .news_img {
        width: 250px;
        height: 175px;
    }

    .news_all li .news_info {
        padding-top: 0;
    }
}

@media (max-width: 1279px) {
    /*header*/
    .fun_phone {
        display: block;
    }

    /*nav_box*/
    .nav_box {
        display: none;
        float: none;
        position: fixed;
        top: 70px;
        right: 0;
        width: 100%;
        height: -webkit-calc(100% - 70px);
        height: calc(100% - 70px);
        overflow-y: auto;
    }

    .nav_box:before, .nav_box:after {
        content: "";
        position: fixed;
        top: 70px;
        right: 0;
        height: 100%;
        background: left top no-repeat;
        background-size: cover;
    }

    .nav_box:before {
        z-index: 1;
        width: 110%;
        max-width: 600px;
        background-image: url(../imgs/header_01.png);
    }

    .nav_box:after {
        z-index: 0;
        width: 100%;
        max-width: 570px;
        background-image: url(../imgs/header_02.png);
        opacity: .50;
    }

    .nav_box.active {
        display: block;
    }

    .nav_box.active:before {
        animation: 1s .1s fadeInRight both;
    }

    .nav_box.active:after {
        animation: 1s .4s fadeInRight both;
    }

    .nav_box.active .nav_list {
        animation: 1s .2s fadeInUp both;
    }

    .nav_list {
        margin: 0;
        line-height: 1.72;
        width: 100%;
        max-width: 410px;
    }

    .nav_list:before {
        content: "";
        position: absolute;
        top: 0;
        right: 20px;
        width: 1px;
        height: 100%;
        background: rgba(0, 0, 0, .06);
    }

    .nav_list li {
        text-align: right;
        float: none;
        border-bottom: 1px solid rgba(0, 0, 0, .06);
    }

    .nav_list li a.n_a0 {
        position: relative;
        color: #333;
        padding: 10px 30px 10px 20px;
    }

    .nav_list li a.n_a0:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 17px;
        transform: translateY(-50%);
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #a0a0a0;
    }

    .nav_list li:hover a.n_a0:before, .nav_list li.current a.n_a0:before {
        background: #02be6e;
    }

    .n_subclass {
        background: none !important;
        padding: 0 20px 10px;
    }

    .n_subclass a {
        position: relative;
        color: #666;
        display: inline-block;
        padding: 0 10px;
    }

    .n_subclass a:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 4px;
        height: 1px;
        background: #a0a0a0;
    }

    .n_subclass a:hover {
        color: #02be6e;
    }

    .n_subclass a:hover:before {
        background: #02be6e;
    }

    /*01*/
    .data_swiper {
        padding-right: 0;
    }

    .research_more {
        display: none;
    }

    /*02*/
    .banner_wrap {
        height: 300px;
    }

    .banner_cover {
        padding-top: 70px;
    }

    /*05*/
    .series_box {
        min-height: 440px;
        padding: 30px;
    }

    .series_block {
        height: 280px;
    }

    .series_overview {
        line-height: 22px;
        max-height: 88px;
    }

    #portamento_container .side_show.fixed {
        margin-top: 90px;
    }

    .sub_tit {
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

    .apply_list {
        margin: -15px -10px;
    }

    .apply_list li {
        padding: 15px 10px;
    }

    .apply_caption {
        margin-top: 10px;
    }

    .manufacture_des {
        line-height: 22px;
        max-height: 48px;
    }

    /*07*/
    .health_list {
        margin: -15px;
    }

    .health_line {
        padding: 15px;
    }

    .health_block {
        margin-bottom: 25px;
    }

    .health_block dt {
        width: 125px;
        margin-right: 10px;
    }

    .health_block dd {
        padding-top: 0;
    }

    /*08*/
    .contact_wrap, .join_wrap {
        padding: 70px 0;
    }

    .about_qualifications, .about_idea, .research_platform, .research_award, .tech_works, .product_series, .contact_wrap, .join_wrap {
        background-position: center 0px !important;
    }
}

@media (max-width: 991px) {
    /*fonts*/
    .f65 {
        font-size: 36px;
    }

    .f56 {
        font-size: 32px;
    }

    .f40 {
        font-size: 22px;
    }

    .f36 {
        font-size: 20px;
    }

    .f30 {
        font-size: 18px;
    }

    .f24 {
        font-size: 16px;
    }

    .f20 {
        font-size: 16px;
    }

    .inner {
        width: 100%;
    }

    /*footer*/
    .footer_top {
        padding: 30px 0;
    }

    .footer_logo {
        float: none;
        margin: 0 auto 15px;
    }

    .footer_nav li:nth-child(n) {
        float: none;
        width: 100%;
        line-height: 24px;
        padding-bottom: 5px;
        margin-bottom: 10px;
        border-bottom: 1px dashed rgba(255, 255, 255, .10);
    }

    .footer_nav li:last-child {
        border: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .f_subclass a {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }

    .footer_nav li.li_apply .f_subclass_show {
        height: auto;
    }

    .f_subclass a.subclass_toggle {
        display: none;
    }

    .footer_friendly {
        float: none;
        width: 100%;
    }

    .copyrights {
        text-align: left;
    }

    /*02*/
    .resource_swiper {
        width: 100%;
    }

    .resource_right {
        position: relative;
        padding: 5% 0;
    }

    .resource_box {
        width: 100%;
        float: none;
    }

    .resource_con {
        width: 100%;
        float: none;
        max-width: none;
    }

    .intro_detail_block {
        height: auto;
    }

    .intro_detail_block dt, .intro_detail_block dd {
        width: 100%;
        float: none;
        display: block;
    }

    .intro_swiper .swiper-slide .bgImg {
        padding-top: 61.33%;
    }

    .intro_detail_overview {
        max-height: none;
    }

    /*05*/
    .series_block {
        height: auto;
    }

    .series_block dt {
        width: 100%;
        float: none;
    }

    .series_block dt .bgImg {
        height: 0;
        padding-top: 62.81%;
    }

    .side, #portamento_container, .side_show {
        width: 100% !important;
    }

    .side {
        float: none;
        margin-right: 0;
        margin-bottom: 30px;
    }

    #portamento_container {
        min-height: 0 !important;
    }

    .side_show {
        top: auto !important;
    }

    #portamento_container .side_show.fixed {
        position: relative !important;
        margin-top: 0 !important;
    }

    .side_search_txt {
        height: 50px;
    }

    .side_nav {
        min-height: 0;
    }

    .side_nav li a.s_a0 {
        line-height: 50px;
    }

    .article_nav li {
        margin-bottom: 0;
    }

    .apply_list li {
        width: 50%;
    }

    /*07*/
    .health_line {
        float: none;
        width: 100%;
    }

    .latest {
        padding: 30px 20px;
    }

    .latest_list li a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (max-width: 767px) {
    /*fonts*/
    .f65 {
        font-size: 30px;
    }

    .f56 {
        font-size: 26px;
    }

    .f40 {
        font-size: 18px;
    }

    .f36 {
        font-size: 16px;
    }

    .f30 {
        font-size: 16px;
    }

    /*header*/
    header {
        height: 50px;
        line-height: 50px;
    }

    .logo a {
        padding: 8px 0;
    }

    .logo a img {
        height: 34px;
    }

    .header_func {
        margin-right: -15px;
        margin-top: 5px;
    }

    .func_language {
        padding: 0;
    }

    .fun_follow {
        display: none;
    }

    .nav_box {
        top: 50px;
        height: -webkit-calc(100% - 50px);
        height: calc(100% - 50px);
    }

    .nav_box:before, .nav_box:after {
        top: 50px;
    }

    /*01*/
    .f01_t_txt2 {
        margin-top: 20px;
        font-size: 14px;
    }

    .f02_t_txt1 {
        font-size: 14px;
    }

    .f02_t_txt2 {
        letter-spacing: 0;
        font-size: 20px;
    }

    .f02_t_txt3 {
        margin-top: 20px;
    }

    #fullpage .fp-tableCell, .index_sec02_top {
        padding-top: 50px;
    }

    .about_info_tit em {
        font-size: 12px;
    }

    .about_info_des {
        -webkit-line-clamp: 3;
        height: auto;
        max-height: 66px;
        margin-top: 10px;
    }

    .about_info_more {
        margin-top: 20px;
    }

    .index_sec02_top .inner {
        display: block;
    }

    .about_info {
        width: 100%;
        float: none;
        padding-right: 0;
    }

    .about_focus {
        margin-top: 20px;
        width: -webkit-calc(100% - 25px);
        width: calc(100% - 25px);
        float: right;
        padding-top: 46.875% !important;
    }

    .about_focus_dec {
        width: -webkit-calc(100% - 25px);
        width: calc(100% - 25px);
        height: -webkit-calc(100% - 25px);
        height: calc(100% - 25px);
        border-width: 2px;
    }

    .about_focus_pic {
        height: -webkit-calc(100% - 25px);
        height: calc(100% - 25px);
    }

    .dec_diamond {
        top: -2px;
        right: -2px;
    }

    .dec_diamond.active {
        width: 25px;
        height: 25px;
    }

    .about_focus_pic.active {
        top: 25px;
        right: 25px;
    }

    .orientation_tit, .research_tit {
        width: 100%;
        height: auto;
        line-height: 40px;
    }

    .orientation_right, .research_right {
        width: 100%;
        float: none;
        padding: 40px 0 0;
    }

    .orientation_swiper .swiper-slide:last-child {
        text-align: center;
    }

    .data_swiper .swiper-slide {
        text-align: center;
    }

    .index_sec07 .tab_menu {
        margin: 20px 0;
    }

    /*02*/
    .banner_wrap {
        height: 200px;
    }

    .banner_cover {
        padding-top: 50px;
    }

    .sub_box, .sub_right {
        padding: 15px;
    }

    /*03*/
    .platform_arrow div.swiper-button-prev, .platform_arrow div.swiper-button-next {
        margin-top: -60px;
    }

    .platform_arrow div.swiper-button-prev {
        right: auto;
        left: -15px;
    }

    .platform_arrow div.swiper-button-next {
        left: auto;
        right: -15px;
    }

    /*04*/
    .develop_swiper {
        font-size: 14px;
    }

    /*05*/
    .series_box {
        min-height: 0;
        padding: 15px;
    }

    .series_des {
        max-height: none;
    }

    .page a {
        font-size: 12px;
        margin: 2px 0;
        min-width: 30px;
        line-height: 28px;
    }

    .apply_list {
        font-size: 14px;
        margin: -10px -5px;
    }

    .apply_list li {
        padding: 10px 5px;
    }

    /*08*/
    .contact_wrap {
        display: block;
        height: auto;
        padding: 100px 0 50px;
    }

    .contact_box {
        display: block;
    }

    .contact_touch, .contact_wrap .contact_touch, .contact_message {
        width: 100%;
        float: none;
        border-radius: 10px;
    }

    .touch_top {
        border-radius: 10px 10px 0 0;
    }

    .contact_message {
        margin-top: 20px;
		margin-bottom: 20px;
    }
	
	.touch_info {
		padding: 5%;
	}

    /*09*/
    .join_wrap {
        padding: 50px 0;
    }
}

@media (max-width: 567px) {
    /*01*/
    .apply_block {
        width: 100%;
        height: 50%;
    }

    .apply_info {
        width: 100%;
        padding: 0 15px;
    }

    .apply_more {
        margin-top: 20px;
        display: none;
    }

    .f01_t_txt1 img {
        max-width: 100%;
    }

    .f02_t_txt3 img {
        max-width: 63%;
    }

    /*06*/
    .index_sec07 .news_swiper .swiper-slide .news_img, .news_all li .news_img {
        width: 100%;
        height: auto;
        float: none;
        margin-bottom: 10px;
    }

    .index_sec07 .news_swiper .swiper-slide .news_img .bgImg, .news_all li .news_img .bgImg {
        height: 0;
        padding-top: 70%;
    }

    .news_all li .news_des {
        margin-top: 10px;
    }

    .manufacture_cover {
        width: 100%;
    }
}