﻿@charset "utf-8";


@font-face {
    font-family: 'POPPINS-REGULAR';
    src: url(fonts/POPPINS-REGULAR.ttf) format('truetype'), url(fonts/POPPINS-REGULAR.eot) format('eot'), url(fonts/POPPINS-REGULAR.woff) format('woff'), url(fonts/POPPINS-REGULAR.woff2) format('woff2');
}
@media screen and (max-width: 1000px){
  .longpro2,.longpro1,.longpro, .ytlhe {
    display: none !important;
  }
}
@font-face {
    font-family: 'POPPINS-MEDIUM';
    src: url(fonts/POPPINS-MEDIUM.ttf) format('truetype'), url(fonts/POPPINS-MEDIUM.eot) format('eot'), url(fonts/POPPINS-MEDIUM.woff) format('woff'), url(fonts/POPPINS-MEDIUM.woff2) format('woff2');
}
@font-face {
    font-family: 'POPPINS-LIGHT';
    src: url(fonts/POPPINS-LIGHT.ttf) format('truetype'), url(fonts/POPPINS-LIGHT.eot) format('eot'), url(fonts/POPPINS-LIGHT.woff) format('woff'), url(fonts/POPPINS-LIGHT.woff2) format('woff2');
}
@font-face {
    font-family: 'DINOT-Medium';
    src: url(fonts/DINOT-Medium.ttf) format('truetype'), url(fonts/DINOT-Medium.eot) format('eot'), url(fonts/DINOT-Medium.woff) format('woff'), url(fonts/DINOT-Medium.woff2) format('woff2');
}
@font-face {
    font-family: GOTHAM-BLACK;
    font-weight: 400;
    font-style: normal;
    src: url("fonts/GOTHAM-BLACK.OTF");
}
@font-face {font-family:medium; src:url(fonts/DINCOND-MEDIUM.otf);}

@font-face {
    font-family: DisneyEnglish-BOLD;
    src: url(fonts/DisneyEnglish-Bold.OTF);
    font-weight: 400;
    font-style: normal;
}

body {
    font-family: "POPPINS-REGULAR",Arial;
    /*max-width: 1920px;*/
    word-break: break-word;
    margin: 0 auto;
}

@font-face {
    font-family: 'bebas';
    src: url('fonts/bebas.eot');
    src: url('fonts/bebas.eot') format('embedded-opentype'),
         url('fonts/bebas.woff2') format('woff2'),
         url('fonts/bebas.woff') format('woff'),
         url('fonts/bebas.ttf') format('truetype'),
         url('fonts/bebas.svg#bebas') format('svg');
}


html, body {
    overflow-x: hidden !important;
}
#spotlight.show .scene img {
    background: white;
}
.ui.container {
    padding: 0 15px;
    position: relative;
    width: 1490px;
}
.body-overflow-box {
    position: relative;
    left: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

#banner:hover .slick-arrow {
    opacity: 1;
}
#banner .slick-prev {
    background: url("../images/banner-btn-l.png") no-repeat center center;
    left: 15px;
}
#banner .slick-next {
    background: url("../images/banner-btn-r.png") no-repeat center center;
    right: 15px;
    margin-left: 80px;
}
#banner .slick-arrow {
    position: absolute;
    bottom: 10%;
    left: 80px;
    width: 50px;
    height: 50px;
    color: transparent;
    border: 1px solid white;
    background-color: transparent;
    z-index: 1;
    outline: none;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    background-size: 12px;
    border-radius: 100%;
}
#banner .slick-arrow:hover {
    background-color: #005db0;
    border-color: #005db0;
}
#banner ul.slick-dots {
    position: absolute;
    bottom: 5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
#banner ul.slick-dots li {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0 10px;
    border-radius: 100%;
    border: 6px solid white;
    background-color: #005db0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#banner ul.slick-dots li button {
    display: none;
}
#banner ul.slick-dots li.slick-active {
    border-color: #005db0;
    background-color: white;
}
#banner .slick-slide .content {
    display: none;
}
#banner .slick-active .content {
    display: block;
}
table {
    margin-bottom: 20px;
    word-break: break-word;
    width: 100% !important;
    height: auto !important;
    display: block;
    overflow: auto;
    white-space: normal;
}
table tbody {
    display: table;
    width: 100% !important;
}
table td,
table th {
    padding: 5px 10px;
    border: 1px solid #666;
    width: auto !important;
    height: auto !important;
}
table tr {
    width: auto !important;
    height: auto !important;
}
table tr:nth-child(even) {
    background: #eee;
}
.wpulike.wpulike-default {
    display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
    display: inline-block;
}
.post-views-box {
    position: relative;
    margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
    background-image: url(../images/fw.png) !important;
    filter: none;
}
.wpulike {
    z-index: 10;
}
.wpulike.post-views-box {
    z-index: 5;
}
#banner .nivo-directionNav a {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.3);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    color: transparent;
    overflow: hidden;
    text-indent: -999em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#banner .nivo-directionNav a {
    opacity: 0;
}
#banner:hover .nivo-directionNav a {
    opacity: 1;
}
#banner .nivo-directionNav a:hover {
    background-color: #005db0;
}
#banner .nivo-directionNav a.nivo-prevNav {
    background-image: url(../images/banner-btn-l.png);
    left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
    background-image: url(../images/banner-btn-r.png);
    right: 40px;
}
#banner .theme-default .nivo-controlNav {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
    width: 25px  !important;
    height: 25px !important;
    background: #fff !important;
    border: 7px solid #7d7d7d !important;
    border-radius: 100% !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
    border-color: #005db0 !important;
}
html.mobile {
    overflow: hidden !important;
}
html.mobile body {
    overflow: hidden !important;
}
html.mobile .body-overflow-box {
    position: relative;
    left: 280px;
}
#mobile {
    position: fixed;
    top: 0;
    left: -280px;
    width: 280px !important;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: none;
    z-index: 20;
    height: 100%;
}
#mobile:before {
    content: '';
    width: 200%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.13);
    z-index: -1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#mobile .mobile-logo {
    position: absolute;
    left: 100%;
    width: 100vw;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #111;
    -moz-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
    -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
    max-height: 30px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
}
#mobile #menu-on {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    position: absolute;
    left: 100%;
    top: 0;
    cursor: pointer;
    cursor: hand;
    z-index: 1;
}
#mobile #menu-on i {
    width: 23px;
    height: 2px;
    background: #222;
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
#mobile #menu-on i.line1 {
    top: 12px;
}
#mobile #menu-on i.line2 {
    top: 19px;
}
#mobile #menu-on i.line3 {
    top: 26px;
}
#mobile .menu-content {
    width: 100%;
    height: 100%;
    display: block;
    background: #222;
    padding: 40px 10% 60px;
    overflow-y: auto;
    color: white;
}
#mobile .menu-content::-webkit-scrollbar {
    width: 3px;
    border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
    display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
    background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
    background-color: #eee;
}
#mobile .menu-content h3 {
    font-size: 20px;
    color: inherit;
    text-transform: capitalize;
    margin-bottom: 10px;
}
#mobile .menu-content h3 i {
    font-size: 16px;
    position: relative;
    top: -1px;
}
#mobile .menu-content .menu-logo {
    display: block;
}
#mobile .menu-content .menu-logo img {
    margin: 0 auto;
}
#mobile .menu-content .menu-list {
    margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
    font-size: 15px;
    color: inherit;
    text-transform: uppercase;
    line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
    padding: 8px 0;
    display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
    color: #005db0;
    text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
    position: relative;
    padding-left: 15px;
    font-size: 13px;
    line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
    content: '';
    width: 6px;
    height: 1px;
    background: white;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
    padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
    width: 12px;
}
#mobile .menu-content .mob-search form {
    position: relative;
}
#mobile .menu-content .mob-search form input {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    border: none;
    padding: 0 15px;
    font-size: 14px;
    color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
    width: 45px;
    height: 45px;
    background: url("../images/icon-search-white.png") no-repeat center center #222;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
}
#mobile .menu-content .mob-yuy {
    margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
    margin-bottom: 10px;
    color: inherit;
    font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
    max-width: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
    width: 30px;
    height: 30px;
    border-radius: 3px;
    background: #333;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    color: white;
    font-size: 14px;
    margin-right: 3px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
    background: #005db0;
}
#mobile .menu-content #menu-off {
    margin-top: 40px;
    cursor: pointer;
    cursor: hand;
}
#mobile.active {
    left: 0;
}
#mobile.active:before {
    right: 0;
}
#mobile.active #menu-on i.line1 {
    -webkit-transform: translateX(-50%) rotateZ(45deg);
    -moz-transform: translateX(-50%) rotateZ(45deg);
    -ms-transform: translateX(-50%) rotateZ(45deg);
    -o-transform: translateX(-50%) rotateZ(45deg);
    transform: translateX(-50%) rotateZ(45deg);
    top: 12px;
    margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
    opacity: 0;
}
#mobile.active #menu-on i.line3 {
    -webkit-transform: translateX(-50%) rotateZ(-45deg);
    -moz-transform: translateX(-50%) rotateZ(-45deg);
    -ms-transform: translateX(-50%) rotateZ(-45deg);
    -o-transform: translateX(-50%) rotateZ(-45deg);
    transform: translateX(-50%) rotateZ(-45deg);
    top: 28px;
    margin-left: 3px;
}
#mobile.white .mobile-logo {
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background: white;
}
#mobile.white .menu-content {
    background: white;
    color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
    background: black;
}
#mobile.white .menu-content .mob-search form input {
    border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
@media screen and (max-width: 1000px) {
    #banner,
    .inner-banner {
        margin-top: 40px;
    }
}
#spotlight.show {
    display: inline-block;
    background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
    border: 10px solid white !important;
    border-radius: 10px;
}
#spotlight .header {
    background: black !important;
}
#banner {
    position: relative;
}
#banner ul,
#banner .slick-list,
#banner .slick-track,
#banner .slick-slide,
#banner .slick-slide > div {
    min-height: 100%;
    height: 100%;
    display: block;
}
#banner li {
    position: relative;
    height: 100%;
}
#banner li .content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: white;
}
#banner li .content .left {
    max-width: 750px;
    position: relative;
    left: 80px
}
#banner li .content p {
    display: block;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.8);
}
#banner li .content h2 {
    margin: 20px 0 60px;
}
#banner .page {
    position: absolute;
    bottom: 8%;
    right: 80px;
    font-family: "DINOT-Medium";
    font-size: 22px;
    font-weight: bold;
    z-index: 1;
    color: white;
}
#banner .page em {
    display: inline-block;
    vertical-align: bottom;
    line-height: 1;
    font-size: 48px;
    color: #005db0;
}
#index-body a.more {
    line-height: 54px;
    height: 54px;
    padding-left: 30px;
    padding-right: 85px;
    position: relative;
    border-radius: 27px;
    background: #005db0;
    color: white;
    text-transform: capitalize;
    display: inline-block;
    font-size: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#index-body a.more i {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    color: #005db0;
    font-size: 12px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    background: white;
    text-align: center;
    line-height: 36px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#index-body a.more i .icon {
    position: relative;
    top: 7px;
}
/*#index-body a.more:hover {
    background: white;
    color: #005db0;
}*/
#index-body a.more:hover i {
-webkit-animation:td .5s linear;
 -o-animation:td .5s linear;
 -ms-animation:td .5s linear;
 -moz-animation:td .5s linear;
 animation:td .5s linear;
}
#index-body a.more.dataText {
     overflow: hidden;
 }
#index-body a.more.dataText:after,
#index-body a.more.dataText:before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    text-align: center;
}
#index-body a.more.dataText:before {
    left: 100%;
}
#index-body a.more.dataText:hover:after {
    left: -100%;
}
#index-body a.more.dataText:hover:before {
    left: 0;
}
@-webkit-keyframes td {
  from {
    -webkit-transform: translateY(-50%) rotate(0);
    -moz-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    -o-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    right: 10px;
  }
  50% {
    -webkit-transform: translateY(-50%) rotate(-40deg);
    -moz-transform: translateY(-50%) rotate(-40deg);
    -ms-transform: translateY(-50%) rotate(-40deg);
    -o-transform: translateY(-50%) rotate(-40deg);
    transform: translateY(-50%) rotate(-40deg);
    right: 30px;
  }
  to {
    -webkit-transform: translateY(-50%) rotate(0);
    -moz-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    -o-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    right: 10px;
  }

}

@-o-keyframes td {
  from {
    -webkit-transform: translateY(-50%) rotate(0);
    -moz-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    -o-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    right: 10px;
  }
  50% {
    -webkit-transform: translateY(-50%) rotate(-40deg);
    -moz-transform: translateY(-50%) rotate(-40deg);
    -ms-transform: translateY(-50%) rotate(-40deg);
    -o-transform: translateY(-50%) rotate(-40deg);
    transform: translateY(-50%) rotate(-40deg);
    right: 30px;
  }
  to {
    -webkit-transform: translateY(-50%) rotate(0);
    -moz-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    -o-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    right: 10px;
  }

}

@-moz-keyframes td {
  from {
    -webkit-transform: translateY(-50%) rotate(0);
    -moz-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    -o-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    right: 10px;
  }
  50% {
    -webkit-transform: translateY(-50%) rotate(-40deg);
    -moz-transform: translateY(-50%) rotate(-40deg);
    -ms-transform: translateY(-50%) rotate(-40deg);
    -o-transform: translateY(-50%) rotate(-40deg);
    transform: translateY(-50%) rotate(-40deg);
    right: 30px;
  }
  to {
    -webkit-transform: translateY(-50%) rotate(0);
    -moz-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    -o-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    right: 10px;
  }

}

@keyframes td {
  from {
    -webkit-transform: translateY(-50%) rotate(0);
    -moz-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    -o-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    right: 10px;
  }
  50% {
    -webkit-transform: translateY(-50%) rotate(-40deg);
    -moz-transform: translateY(-50%) rotate(-40deg);
    -ms-transform: translateY(-50%) rotate(-40deg);
    -o-transform: translateY(-50%) rotate(-40deg);
    transform: translateY(-50%) rotate(-40deg);
    right: 30px;
  }
  to {
    -webkit-transform: translateY(-50%) rotate(0);
    -moz-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    -o-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    right: 10px;
  }

}
#index-body i.tit {
    display: block;
    font-size: 22px;
    color: #6a696e;
    text-transform: capitalize;
    margin-bottom: 15px;
}
#index-body .section {
    position: relative;
}
#index-body h2 {
    display: block;
    font-family: "POPPINS-MEDIUM";
    line-height: 1;
    text-transform: uppercase;
    font-size: 50px;
}
#index-body .phone {
    position: absolute;
    right: 80px;
    z-index: 3;
    bottom: 50px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#index-body .phone i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    text-align: center;
    background: #005db0;
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#index-body .phone i img {
    display: inline-block;
    vertical-align: middle;
}
#index-body .phone i:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url("../images/icon-phone2.png") center center no-repeat;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 100%;
    height: 100%;
    border-radius: inherit;
}
#index-body .phone p {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 100%;
    margin-right: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 1px 8px;
    background: #005db0;
    color: white;
    font-size: 18px;
    font-family: "DINOT-Medium";
    white-space: nowrap;
    border-radius: 3px;
    display: none;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#index-body .phone p:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 100%;
    border-left: 9px solid #005db0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#index-body .phone:hover p {
    display: inline-block;
}
/*#index-body .fp-tableCell {
    height: auto !important;
}*/
#banner li > img {
    min-width: 100%;
    height: 100%;
    width: auto;
    max-width: none !important;
}
#banner .fp-tableCell {
    height: inherit !important;
    display: block;
}
#index-body .init-1 {
    padding-top: 80px;
    background: url(../images/init4.jpg) center bottom no-repeat;
}
#index-body .init-1 .nav {
    padding: 60px 0 130px;
}
#index-body .init-1 .nav ul {
    margin: -15px 0;
}
#index-body .init-1 .nav ul li {
    font-size: 22px;
    color: #6a696e;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding: 15px 0;
    line-height: 1;
}
#index-body .init-1 .nav ul li:hover,
#index-body .init-1 .nav ul li.active {
    /*font-size: 32px;*/
    color: #005db0;
}
#index-body .init-1 .left {
    width: 30%;
    padding-right: 5%;
    vertical-align: middle;
}
/*#index-body .init-1 .left a.more:hover {
    background: #999;
    color: white;
}*/
#index-body .init-1 .right {
    width: 70%;
    vertical-align: middle;
}
#index-body .init-1 .right ul li {
    padding-right: 100px;
}
#index-body .init-1 .right ul li .box2 {
    display: block;
    padding: 30px 25px 20px;
    background: #fbfbfb;
}
#index-body .init-1 .right ul li .box2 h3 {
    display: block;
    padding-bottom: 15px;
    font-size: 38px;
    color: #222;
    text-transform: uppercase;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: top right no-repeat;
    border-bottom: 2px solid #dededf;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background-size: auto 100%;
}
#index-body .init-1 .right ul li .box2 h3:hover {
    color: #005db0;
}
#index-body .init-1 .right ul li .box2 .text {
    display: block;
    margin: 20px 0 20px;
    font-size: 22px;
    color: #6a696e;
    line-height: 2;
    min-height: 44px;
}
#index-body .init-1 .right ul li .box2 .btn {
    width: 40%;
    vertical-align: bottom;
    margin-bottom: 30px;
}
#index-body .init-1 .right ul li .box2 .btn a.more {
    line-height: 44px;
    height: 44px;
    padding: 0 23px;
    border-radius: 22px;
    font-size: 18px;
}
/*#index-body .init-1 .right ul li .box2 .btn a.more:hover {
    background: #999;
    color: white;
}*/
#index-body .init-1 .right ul li .box2 .img {
    width: 80%;
    display: block;
    margin: 0 auto;
    vertical-align: bottom;
}
#index-body .init-1 .right ul .slick-dots {
    margin-top: 20px;
}
#index-body .init-1 .right ul .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    border: 2px solid #eee;
    background: #999;
    cursor: pointer;
    cursor: hand;
    padding: 0;
}
#index-body .init-1 .right ul .slick-dots li button {
    display: none;
}
#index-body .init-1 .right ul .slick-dots li.slick-active {
    background: #005db0;
}
#index-body .init-2 {
        position: relative;
    overflow: hidden;
}
#index-body .init-2 .fp-tableCell {
    border-color: rgba(228,228,228,0);
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}
#index-body .init-2 .fp-tableCell .init-2-row {
    position: absolute;
    top: 77px;
    width: 100% !important;
    height: calc(100vh - 77px) !important;
    left: 50% !important;
    transform: translate(-50%,0) !important;
    background-color: #F4F4F4;
}



    
#index-body .init-2 .left {
    width: 50%;
    /*padding-right: 5%;*/
    color: white;
}
#index-body .init-2 .left i.tit {
    color: white;
}
#index-body .init-2 .left .text {
    display: block;
    margin: 30px 0 70px;
    font-size: 20px;
    line-height: 26px;
    font-family: "POPPINS-LIGHT";
}
#index-body .init-2 .left .text .yongintro {
    line-height: 36px;
}
#index-body .init-2 .left .text .yongintro h1 {
    display: inline;
}
#index-body .init-2 .left a.more {
    background: white;
    color: #005db0;
}
#index-body .init-2 .left a.more i {
    background: #005db0;
    color: white;
}
/*#index-body .init-2 .left a.more:hover {
    background: #eee;
    color: #005db0;
}*/
#index-body .init-2 .right {
    width: 50%;
    padding: 0 10%;
}
#index-body .init-2 .right .box2 {
    overflow: hidden;
    color: white;
    position: relative;
}
#index-body .init-2 .right .box2:after,
#index-body .init-2 .right .box2:before {
    content: '';
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
}
#index-body .init-2 .right .box2:after {
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
}
#index-body .init-2 .right .box2:before {
    height: 1px;
    width: 100%;
    top: 50%;
    left: 0;
}
#index-body .init-2 .right ul {
    margin: -30px;
}
#index-body .init-2 .right ul li {
    padding: 30px;
    position: relative;
}
#index-body .init-2 .right ul li h5 {
    display: block;
    font-size: 50px;
    font-family: "DINOT-Medium";
    font-style: italic;
    line-height: 1;
}
#index-body .init-2 .right ul li p {
    display: block;
    font-size: 20px;
    margin-top: 15px;
}
#index-body .init-2 .right ul li i {
    position: absolute;
    right: 30px;
    margin-top: 10px;
}
#index-body .init-2 .phone i,
#index-body .init-2 .phone p {
    background: rgba(255, 255, 255, 0.4);
}
#index-body .init-2 .phone p:after {
    border-left-color: rgba(255, 255, 255, 0.4);
}
#index-body .init-3 {
    padding-top: 40px;
    background: #f7f7f7;
}
#index-body .init-3 .nav {
    padding: 60px 0 130px;
}
#index-body .init-3 .nav ul {
    margin: -15px 0;
}
#index-body .init-3 .nav ul li {
    font-size: 22px;
    color: #6a696e;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding: 15px 0;
    line-height: 1;
}
#index-body .init-3 .nav ul li:hover,
#index-body .init-3 .nav ul li.active {
    /*font-size: 32px;*/
    color: #005db0;
}
#index-body .init-3 .left {
    width: 30%;
    padding-right: 5%;
    vertical-align: middle;
}
/*#index-body .init-3 .left a.more:hover {
    background: #999;
    color: white;
}*/
#index-body .init-3 .right {
    width: 70%;
    vertical-align: middle;
    padding-right: 100px;
}
#index-body .init-3 .right ul {
    margin: 0 -50px;
}
#index-body .init-3 .right ul li {
    padding: 0 50px;
}
#index-body .init-3 .right ul li a.img-box {
    display: block;
}
#index-body .init-3 .right ul li .content {
    display: block;
    padding-top: 25px;
}
#index-body .init-3 .right ul li .content time {
    display: block;
    font-size: 18px;
    color: #6a696e;
    font-family: "POPPINS-MEDIUM";
}
#index-body .init-3 .right ul li .content h4 {
    display: block;
    font-size: 30px;
    color: #222222;
    font-family: "POPPINS-MEDIUM";
    line-height: 40px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin: 10px 0 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 80px;
}
#index-body .init-3 .right ul li .content h4:hover {
    color: #005db0;
}
#index-body .init-3 .right ul li .content a.more2 {
    font-size: 20px;
    color: #6a696e;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#index-body .init-3 .right ul li .content a.more2 i {
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 100%;
    text-align: center;
    background: #6a696e;
    margin-left: 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: white;
}
#index-body .init-3 .right ul li .content a.more2 i:before {
    -webkit-transform: scale(0.25);
    -moz-transform: scale(0.25);
    -ms-transform: scale(0.25);
    -o-transform: scale(0.25);
    transform: scale(0.25);
    display: block;
}
#index-body .init-3 .right ul li .content a.more2:hover i {
    background: #005db0;
}
#index-body .init-3 .right .line {
    margin-top: 70px;
    width: 100%;
    height: 2px;
    background: #e1e1e2;
    position: relative;
}
#index-body .init-3 .right .line i {
    height: 4px;
    width: 20%;
    background: #005db0;
    position: absolute;
    top: -1px;
    left: 0;
    -webkit-transition: 1.5s left;
    -moz-transition: 1.5s left;
    -ms-transition: 1.5s left;
    -o-transition: 1.5s left;
    transition: 1.5s left;
}
#index-body .init-3 .phone i,
#index-body .init-3 .phone p,
#index-body .init-1 .phone i,
#index-body .init-1 .phone p {
    background: #f8f8f8;
    color: black;
}
#index-body .init-3 .phone i:after,
#index-body .init-1 .phone i:after {
    opacity: 1;
}
#index-body .init-3 .phone p:after,
#index-body .init-1 .phone p:after {
    border-left-color: #f8f8f8;
}
#index-body .init-3 .phone:hover i,
#index-body .init-3 .phone:hover p,
#index-body .init-1 .phone:hover i,
#index-body .init-1 .phone:hover p {
    background: #005db0;
    color: white;
}
#index-body .init-3 .phone:hover i:after,
#index-body .init-1 .phone:hover i:after {
    opacity: 0;
}
#index-body .init-3 .phone:hover p:after,
#index-body .init-1 .phone:hover p:after {
    border-left-color: #005db0;
}
.contact {
    line-height: 130px;
    height: 130px;
    background: #005db0;
    color: white;
}
.contact h3 {
    display: inline-block;
    font-size: 36px;
    font-family: "POPPINS-MEDIUM";
}
.contact ul {
    float: right;
    white-space: nowrap;
}
.contact ul li {
    padding: 0 90px;
    font-size: 28px;
    width: auto;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.contact ul li:after {
    content: '';
    right: 0;
    height: 22px;
    width: 1px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.contact ul li i {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}
.contact ul li i img {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
}
.contact ul li:last-child {
    padding-right: 0;
}
.contact ul li:last-child:after {
    display: none;
}
.contact ul li:first-child {
    padding-left: 0;
}
.contact ul li:hover {
    text-decoration: underline;
}
#footer {
    background: #333;
}
#footer .footer-top .box {
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 40px 0 80px;
}
#footer .footer-top .left {
    width: 77%;
}
#footer .footer-top .left .f-logo {
    display: block;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#footer .footer-top .left .bottom {
    padding-top: 55px;
}
#footer .footer-top .left .bottom ul {
    margin: -10px;
}
#footer .footer-top .left .bottom ul li {
    padding: 10px;
}
#footer .footer-top .left .bottom ul li dl dt {
    font-size: 22px;
    color: white;
    font-family: "POPPINS-MEDIUM";
    padding-bottom: 25px;
    text-transform: uppercase;
}
#footer .footer-top .left .bottom ul li dl dd {
    font-size: 16px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 15px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#footer .footer-top .left .bottom ul li dl dd:nth-child(5)~dd {display:none;}
#footer .footer-top .left .bottom ul li dl dd:last-child {
    margin-bottom: 0;
}
#footer .footer-top .left .bottom ul li dl dd:hover {
    color: white;
}
#footer .footer-top .right {
    width: 23%;
    position: relative;
    padding: 0 30px;
    margin-top: 15px;
}
#footer .footer-top .right:after {
    content: '';
    width: 1px;
    height: 200%;
    position: absolute;
    left: 0;
    background: rgba(255, 255, 255, 0.2);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#footer .footer-top .right .info ul li {
    font-size: 18px;
    line-height: 36px;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 15px;
}
#footer .footer-top .right .info ul li:last-child {
    margin-bottom: 0;
}
#footer .footer-top .right .ewm {
    margin-top: 70px;
}
#footer .footer-top .right .ewm ul {
    margin: -15px;
}
#footer .footer-top .right .ewm ul li {
    padding: 15px;
    text-align: center;
    width: auto;
    max-width: 50%;
}
#footer .footer-top .right .ewm ul li h6 {
    display: block;
    margin-top: 10px;
    font-size: 17px;
    color: rgba(255, 255, 255, 0.4);
}
#footer .footer-bottom {
    padding: 25px 0;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.4);
}
#footer .footer-bottom img {
    max-height: 20px;
    display: inline-block;
    vertical-align: middle;
}
#footer .footer-bottom .longfoot {
    width: 280px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: -10px;
}
#footer .footer-bottom a {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#footer .footer-bottom a:hover {
    color: white;
}
#nav-fullpage {
    position: fixed;
    right: 37px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    text-align: right;
}
#nav-fullpage ul li {
    position: relative;
    font-size: 14px;
    line-height: 36px;
    color: #fff;
    width: 36px;
    height: 36px;
    margin: 8px 0;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    font-family: "bebas";
    letter-spacing: 1px;
}
#nav-fullpage.active ul li {
    color: #888;
}
#nav-fullpage ul li:after {
    content: "";
    position: absolute;
    top: 27px;
    left: 50%;
    height: 2px;
    width: 0;
    background: #000;
}
#nav-fullpage ul li.active,
#nav-fullpage ul li:hover {
    background: #276dac;
}
#nav-fullpage ul li.active:after,
#nav-fullpage ul li:hover:after {
    width: 14px
}
#nav-fullpage.active li:after {
    background: #005db0;
}
#nav-fullpage.active li.active,
#nav-fullpage.active li:hover {
    color: #fff;
}
@media screen and (max-height: 900px) {
    #banner li .content {
        top: 45%;
    }
}
@media screen and (max-height: 800px) {
    #index-body .init-1 .nav,
    #index-body .init-3 .nav {
        padding: 30px 0 80px;
    }
    #index-body .init-1,
    #index-body .init-4 {
        padding-top: 80px;
    }
    #index-body .init-1 .right ul li .box2 .text {
        margin: 10px 0 30px;
    }
    #index-body .init-3 .right .line {
        margin-top: 30px;
    }
    #index-body .init-3 .right ul li .content h4 {
        margin: 15px 0;
    }
    .contact {
        line-height: 70px;
        height: 70px;
    }
    #footer .footer-bottom {
        padding: 15px 0;
    }
    #footer .footer-top .box {
        padding: 20px 0 40px;
    }
}
@media screen and (max-height: 700px) {
    #menu {
        padding-top: 8%;
    }
}
@media screen and (max-height: 700px), screen and (max-width: 1000px) {
    #index-body .section {
        height: auto !important;
        padding: 100px 0;
    }
    #index-body .section#banner,
    #index-body .section.fp-auto-height {
        padding: 0 !important;
    }
    #banner li > img {
        width: 100%;
        height: auto;
    }
    #banner .slick-arrow,#banner a.more {
        display: none !important;
    }
}
@media screen and (max-width: 1800px) {
    .ui.container {
        width: 1400px;
    }
    #header .nav {
        padding-left: 15px;
        line-height: 77px;
        height: 77px;
    }
    #index-body h2 {
        font-size: 50px;
    }
    #index-body .init-1 .right ul li .box2 h3 {
        font-size: 32px;
    }
    #index-body .init-1 .right ul li .box2 .text {
        font-size: 18px;
    }
    #index-body .init-1 .right ul li .box2 .text {
        margin: 15px 0 40px;
    }
    #index-body .init-1 .nav ul li,
    #index-body .init-3 .nav ul li {
        font-size: 18px;
        padding: 10px 0;
    }
    #index-body .init-1 .nav ul,
    #index-body .init-3 .nav ul {
        margin: -10px 0;
    }
    #index-body .init-1 .nav,
    #index-body .init-3 .nav {
        padding: 40px 0 60px;
    }
    #index-body a.more {
        line-height: 44px;
        height: 44px;
        font-size: 16px;
    }
    #index-body .init-2 .right ul li p {
        font-size: 16px;
    }
    #index-body .init-2 .right ul li h5 {
        font-size: 40px;
    }
    .contact ul li {
        font-size: 22px;
        padding: 0 30px;
    }
    .contact h3 {
        font-size: 28px;
    }
    .contact {
        line-height: 80px;
        height: 80px;
    }
    #footer .footer-top .left .bottom ul li dl dt {
        font-size: 20px;
    }
    #footer .footer-top .left .bottom ul li dl dd {
        font-size: 15px;
    }
    #footer .footer-top .right .info ul li,
    #footer .footer-bottom {
        font-size: 15px;
		line-height:30px;
    }
    #footer .footer-bottom img {
        max-height: 16px;
    }
    #nav-fullpage {
        right: 20px;
    }
    #nav-fullpage ul li {
        font-size: 16px;
    }
    
    #index-body .init-1 .right ul li .box2 .btn a.more {
        padding: 0 15px;
    }
}
@media screen and (max-width: 1450px) {
    .ui.container {
        width: 1200px;
    }
    #banner .page {
        font-size: 16px;
        right: 15px;
        bottom: 30px;
    }
    #banner .page em {
        font-size: 32px;
    }
    #header .nav .ui.menu .menu-box ul.menu > li {
        font-size: 18px;
        margin: 0 20px;
    }
    #index-body .init-1 .right ul li .box2 h3 {
        font-size: 26px;
        background-size: 30% auto;
        background-position: center right;
        padding-bottom: 0;
    }
    #index-body .init-1 .right ul li .box2 .text {
        font-size: 16px;
        line-height: 1.6;
    }
    #index-body .init-1 .right ul li .box2 .btn a.more {
        line-height: 32px;
        height: 32px;
        font-size: 14px;
    }
    #index-body .init-1 .right ul li {
        padding-right: 20px;
    }
    #index-body .init-1 .nav,
    #index-body .init-3 .nav {
        padding: 20px 0 40px;
    }
    #index-body h2 {
        font-size: 42px;
    }
    #index-body i.tit {
        font-size: 18px;
    }
    #index-body .init-2 .left .text {
        font-size: 16px;
        line-height: 24px;
    }
    #index-body .init-3 .right ul li {
        padding: 0 10px;
    }
    #index-body .init-3 .right ul {
        margin: 0 -10px;
    }
    #index-body .init-3 .right {
        padding-right: 20px;
    }
    #index-body .init-3 .right ul li .content h4 {
        font-size: 24px;
        line-height: 1.6;
        margin: 5px 0;
    }
    #index-body .init-3 .right ul li .content time {
        font-size: 16px;
    }
    #index-body .init-3 .right ul li .content a.more2 {
        font-size: 18px;
    }
    #index-body .phone {
        right: 20px;
        bottom: 20px;
    }
    #footer .footer-top .right .ewm ul li h6 {
        font-size: 16px;
    }
    #footer .footer-top .right .ewm {
        margin-top: 30px;
    }
    #footer .footer-top .right {
        padding: 0 20px;
    }
    #footer .footer-top .left .bottom ul li dl dt {
        padding-bottom: 10px;
    }
    #footer .footer-top .left .bottom {
        padding-top: 30px;
    }
    #index-body .init-3 .nav ul li:hover,
    #index-body .init-3 .nav ul li.active,
    #index-body .init-1 .nav ul li:hover,
    #index-body .init-1 .nav ul li.active {
        font-size: 28px;
    }
}
@media screen and (max-width: 1250px) {
    .ui.container {
        width: 970px;
    }
    #header .nav .ui.menu .btn dl dd.share {
        display: none;
    }
    #header .nav .ui.menu .menu-box ul.menu > li {
        margin: 0 18px;
    }
    #index-body h2 {
        font-size: 34px;
    }
    #index-body .init-2 .right {
        padding: 0 5%;
    }
    #index-body .init-3 .nav ul li:hover,
    #index-body .init-3 .nav ul li.active,
    #index-body .init-1 .nav ul li:hover,
    #index-body .init-1 .nav ul li.active {
        font-size: 24px;
    }
    #index-body .init-3 .right ul li .content h4 {
        font-size: 20px;
        line-height: 35px;
		
    }
    .contact ul li {
        font-size: 18px;
    }
    #footer .footer-top .right {
        width: 100%;
        margin-top: 30px;
        padding: 0;
        padding-top: 30px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        display: none !important;
    }
    #footer .footer-top .right:after {
        display: none;
    }
    #footer .footer-top .left {
        width: 100%;
    }
    #footer .footer-top .left .f-logo {
        padding-bottom: 20px;
    }
    .contact h3 {
        font-size: 24px;
    }
    #footer .footer-top .left .bottom ul li dl dd {
        font-size: 14px;
    }
    #footer .footer-top .left .bottom ul li dl dt {
        font-size: 18px;
    }
}
@media screen and (max-width: 1000px) {
    .ui.container {
        width: 700px;
    }
    #header {
        display: none;
    }
    #mobile {
        display: block;
    }
    #index-body .init-1 .left,
    #index-body .init-3 .left {
        width: 100%;
        padding-right: 0;
    }
    #index-body .init-1 .left .nav,
    #index-body .init-3 .left .nav {
        display: none;
    }
    #index-body .init-1 .left h2,
    #index-body .init-3 .left h2 {
        display: inline-block;
    }
    #index-body .init-1 .left a.more,
    #index-body .init-3 .left a.more {
        float: right;
        margin-top: -5px;
    }
    #index-body .init-1 .right,
    #index-body .init-3 .right {
        width: 100%;
        padding: 0;
        margin-top: 30px;
    }
    #banner li .content p {
        font-size: 16px;
		line-height:30px;
    }
    #index-body a.more {
        line-height: 36px;
        height: 36px;
        padding-left: 10px;
        padding-right: 60px;
    }
    #index-body a.more i {
        right: 5px;
        height: 26px;
        width: 26px;
        line-height: 26px;
    }
    #index-body .init-1 .right ul li {
        padding: 10px;
    }
    #index-body .init-1 .right ul {
        margin: -10px;
    }
    #index-body .phone {
        display: none;
    }
    #index-body .section {
        padding: 60px 0;
    }
    #index-body .init-2 .left {
        padding-right: 0;
        vertical-align: middle;
    }
    #index-body .init-2 .left .text {
        font-size: 14px;
        margin: 20px 0;
    }
    #index-body .init-2 .right {
        padding-left: 20px;
        padding-right: 0;
        vertical-align: middle;
    }
    #index-body .init-2 .right ul li {
        padding: 10px;
    }
    #index-body .init-2 .right ul {
        margin: -10px;
    }
    #index-body .init-2 .right ul li p {
        font-size: 14px;
    }
    #index-body .init-3 .right ul li .content time {
        font-size: 14px;
    }
    #index-body .init-3 .right ul li .content a.more2 {
        font-size: 16px;
    }
    #index-body .init-3 .right ul li .content h4 {
        font-size: 18px;
    }
    .contact h3 {
        font-size: 20px;
    }
    .contact ul li {
        font-size: 16px;
        padding: 0 15px;
    }
    #footer .footer-top .right {
        display: block !important;
    }
    #footer .footer-bottom {
        font-size: 14px;
    }
    #nav-fullpage {
        display: none !important;
    }
}
@media screen and (max-width: 700px) {
    .ui.container {
        width: 100%;
    }
    #banner li .content h2 {
        margin: 10px 0;
    }
    #index-body h2 {
        font-size: 28px;
		line-height:40px;
    }
    #banner .page {
        bottom: 10px;
    }
    #index-body .init-1 .right ul li .box2 h3 {
        padding-bottom: 5px;
    }
    #index-body .init-2 .right {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }
    #index-body .init-2 .left {
        width: 100%;
    }
    .contact {
        line-height: normal;
        height: auto;
        padding: 20px 0;
        text-align: center;
    }
    .contact h3 {
        display: block;
    }
    .contact ul {
        float: none;
        margin-top: 15px;
    }
    #index-body .init-2 {
        background-attachment: unset !important;
        background-position: center bottom !important;
    }
	.prodet-page .prodet-1 .right h1 {
    display: block;
    font-size: 30px;
    color: #333333;
    font-family: "POPPINS-MEDIUM";
    line-height: 1.3;margin: 10px 0px;
}
}
@media screen and (max-width: 500px) {
    .contact ul li {
        display: block;
        padding: 5px 0;
    }
    .contact ul li:after {
        display: none;
    }
    #index-body .init-2 .right ul li {
        width: 50%;
    }
    #index-body .init-2 .right ul li h5 {
        font-size: 32px;
    }
    #index-body .init-2 .right ul li i img {
        max-height: 25px;
    }
    #index-body a.more {
        padding-right: 50px;
        font-size: 14px;
    }
    #index-body i.tit {
        font-size: 14px;
        margin-bottom: 5px;
    }
    #banner li .content h2 {
        margin: 5px 0;
    }
    #banner .page em {
        font-size: 24px;
    }
    #index-body .init-1 .right ul li .box2 .btn {
        padding-right: 5px;
    }
    #index-body .init-1 .right ul li .box2 .btn a.more {
        font-size: 12px;
        padding: 0 5px;
        text-align: center;
        display: block;
    }
    #footer .footer-top .left .bottom ul li {
        width: 50%;
    }
}
.mbx {
    display: block;
    /*margin-top: 80px;*/
    padding: 10px 0;
    font-size: 0;
    color: transparent;
}
.mbx a,
.mbx span {
    display: inline-block;
    font-size: 16px;
    color: rgb(176 176 176 / 60%);
    position: relative;
}
.mbx a:first-child {
    margin-left: 0;
}
.mbx a:first-child:before {
    content: '';
    width: 15px;
    height: 15px;
    background: url(/ytl-e/2021/01/28/icon-home.png) center center no-repeat;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 20px;
}
.mbx a:first-child:after {
    content: '>';
    position: absolute;
    top: 50%;
    left: 40px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}
.mbx a,
.mbx span {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-left: 60px; color: white;
}
.mbx a:after,
.mbx span:after {
    content: '>';
    position: absolute;
    top: 50%;
    left: -35px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mbx a:hover {
    color: white;
}
.mbx span {
    color: white;
}
.inner-banner {
    width: 100%;
    height: 540px;
    background-size: cover;
    text-align: center;
    position: relative;
    padding-top: 220px;
}
.inner-banner h3 {
    font-size: 32px;
    color: white;
    line-height: 50px;
    font-family: "POPPINS-MEDIUM";
   
}
.inner-banner h2 br {
    display: none;
}
.inner-banner .nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 70px;
    height: 70px;
    background: rgba(60, 58, 59, .5);
}
.inner-banner .nav ul {
    text-align: left;
}
.inner-banner ul li {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    margin-right: 50px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;

    position: relative;
    color: white;
}
/*.inner-banner ul li a:after {
    content: '+';
    margin-left: 10px;
}*/
.inner-banner ul li li a:after,
.inner-banner ul li:first-child a:after {
    display: none;
}
.inner-banner ul li:last-child {
    margin-right: 0;
}
.inner-banner ul li img {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
.inner-banner ul li:hover {
    color: #005db0;
}
.inner-banner ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    line-height: normal;
    display: none;
    background: white;
    min-width: 300px;
    width: 100%;
    z-index: 1;
}
.inner-banner ul li ul li {
    line-height: 24px;
    padding: 10px 15px;
    border-top: 1px solid #999;
    font-size: 14px;
    color: #333;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 100%;
}
.inner-banner ul li ul li:first-child {
    border-top: none;
}
.inner-banner ul li ul li:hover {
    background: #111;
    color: white;
}
.inner-banner ul li:hover>ul {
    display: block;
}
.inner-page h2.tit {
    font-size: 42px;
    color: #333;
    line-height: 48px;
    font-family: "POPPINS-MEDIUM";
    text-transform: capitalize;
}
.form {
    margin-top: 30px;
}
.form ul {
    margin: -15px;
}
.form ul li {
    padding: 15px;
    position: relative;
}
.form ul li label {
    position: absolute;
    top: 15px;
    color: #6a696e;
    cursor: text;
}
.form ul li input,
.form ul li textarea {
    width: 100%;
    border: none;
    background: #fbfbfb;
    -webkit-transition: .5s border;
    -moz-transition: .5s border;
    -ms-transition: .5s border;
    -o-transition: .5s border;
    transition: .5s border;
    border: 1px solid transparent;
    color: black;
}
.form ul li input:focus,
.form ul li textarea:focus {
    border-color: #005db0;
}
.form ul li label,
.form ul li input,
.form ul li textarea {
    line-height: 26px;
    font-size: 18px;
    padding: 15px 20px;
}
.form ul li label em,
.form ul li input em,
.form ul li textarea em {
    color: #005db0;
    margin-left: 5px;
}
.form ul li textarea {
    height: 180px;
    resize: vertical;
}
.form ul li.wid-100 {
    width: 100% !important;
}
.form ul li a.more {
    line-height: 54px;
    height: 54px;
    padding-left: 30px;
    padding-right: 85px;
    position: relative;
    border-radius: 27px;
    background: #005db0;
    color: white;
    text-transform: capitalize;
    display: inline-block;
    font-size: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-top: 20px;
}
.form ul li a.more i {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    color: #005db0;
    font-size: 12px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    background: white;
    text-align: center;
    line-height: 36px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
/*.form ul li a.more:hover {
    background: #999;
}*/
.form ul li a.more:hover i {
-webkit-animation:td .5s linear;
 -o-animation:td .5s linear;
 -ms-animation:td .5s linear;
 -moz-animation:td .5s linear;
 animation:td .5s linear;
}
#layer-form {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: white;
    padding: 20px;
    border-radius: 5px;
    z-index: 20;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
    -o-box-shadow: 0 0 10px rgba(0,0,0,.2);
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    display: none;
    max-height:70%;
    overflow:auto;
    max-width:500px;
    width:100%;
    margin-top:40px;
}
#layer-form h4 {
    font-size:24px;
    color:black;
    margin-bottom:20px;
}
#layer-form i.close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    background: #eee;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#layer-form i.close:after,
#layer-form i.close:before {
    content: '';
    width: 60%;
    height: 2px;
    background: black;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#layer-form i.close:after {
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
#layer-form i.close:before {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -moz-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    -o-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}
#layer-form i.close:hover {
    background: #005db0;
}
#layer-form i.close:hover:after,
#layer-form i.close:hover:before {
    background: white;
}
#layer-form ul {
    margin:-8px;
}
#layer-form li {
    width: 100% !important;
    padding:8px;
}
#layer-form .form ul li label,
#layer-form .form ul li input,
#layer-form .form ul li textarea {
    font-size:15px;
    padding:10px 15px;
}
#layer-form .form ul li a.more{
    line-height: 44px;
    height: 44px;
    font-size: 16px;
}
.inner-page .m-page {
    margin-top: 80px;
    text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    margin: 3px 12px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 20px;
    color: #333;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
    background: #005db0;
    color: white;
}
.about-page .about-1 {
    background: #fbfbfb;
    padding: 100px 200px 200px 200px;
}
.about-page .about-1 .left {
    margin-top: 30px;
    width: 55%;
    margin-right: -5%;
    padding-left: 4%;
    vertical-align: bottom;
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}
.about-page .about-1 .left .text {
    display: block;
    font-family: "POPPINS-LIGHT";
    font-size: 20px;
    line-height: 26px;
    color: #6a696e;
    max-height: 320px;
    overflow: auto;
    margin: 60px 0;
    padding-right: 5%;
}
.about-page .about-1 .left .text p {
    display: block;
    padding-bottom: 20px;line-height: 40px;
}
.about-page .about-1 .left .text p:last-child {
    padding-bottom: 0;
}
.about-page .about-1 .left .list ul li {
    text-align: left;
    color: #005db0;
}
.about-page .about-1 .left .list ul li h4 {
    font-size: 50px;
    font-family: "DINOT-Medium";
    line-height: 1;
}
.about-page .about-1 .left .list ul li p {
    display: block;
    font-size: 20px;
}
.about-page .about-1 .right {
    width: 50%;
    vertical-align: bottom;
    display: none;
}
.about-page .about-1 {
    background:#fbfbfb url('/template/en/images/about-1.jpg') bottom right no-repeat;
    background-size: 50% auto;
}
.about-page .about-2 {
    padding: 110px 0 120px;
}
.about-page .about-2 .box {
    padding-top: 50px;
}
.about-page .about-2 .box ul {
    margin: -50px -15px;
}
.about-page .about-2 .box ul li {
    padding: 50px 15px;
}
.about-page .about-2 .box ul li .box2 {
    display: block;
    padding: 5px 25px 0;
    border-bottom: 5px solid transparent;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: #fafbfb;
}
.about-page .about-2 .box ul li .box2 a.img-box {
    display: block;
    padding: 25px;
}
.about-page .about-2 .box ul li .box2 h5 {
    display: block;
    font-size: 24px;
    color: #333;
    line-height: 66px;
    height: 66px;
    border-top: 1px solid #e7e7e7;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
}
.about-page .about-2 .box ul li .box2:hover {
    border-color: #005db0;
    -webkit-transform: translateY(-25px);
    -moz-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    -o-transform: translateY(-25px);
    transform: translateY(-25px);
    background: white;
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
}
.about-page .about-2 .box ul .slick-dots {
    position: absolute;
    top: 100%;
    right: 15px;
    margin: 0;
}
.about-page .about-2 .box ul .slick-dots li {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: #cde9c8;
    padding: 0;
}
.about-page .about-2 .box ul .slick-dots li button {
    display: none;
}
.about-page .about-2 .box ul .slick-dots li:first-child {
    margin-left: 0;
}
.about-page .about-2 .box ul .slick-dots li.slick-active,
.about-page .about-2 .box ul .slick-dots li:hover {
    background: #005db0;
}
.about-page .about-3 {
    background:#333 url("../images/about-3bg.jpg")center bottom no-repeat;    
    padding: 100px 0 400px;
    overflow: hidden;
}
.about-page .about-3 h2.tit {
    color: white;
}
.about-page .about-3 .box .slick-list {
    overflow: unset;
}
.about-page .about-3 .box {
    padding: 70px 0 0;
    overflow: hidden;
}
.about-page .about-3 .box .box2 {
    max-height: 639px;
    overflow: auto;
max-width: 1360px;
    display: block;
    margin: 0 auto;
}
.about-page .about-3 .box ul {
    position: relative;
    z-index: 1;
    padding-bottom: 20px;
}
.about-page .about-3 h2 {
    text-align: center;
}
.about-page .about-3 .box ul:after {
    content: '';
    width: 1px;
    height: 100%;
    background: #eee;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
}
.about-page .about-3 .box ul li {
    position: relative;
    z-index: 1;
    width: 50%;
    text-align: right;
    padding: 10px 20px;
}
/*.about-page .about-3 .box ul li.ie1 {
-webkit-transform: translateY(50%);
-moz-transform: translateY(50%);
-ms-transform: translateY(50%);
-o-transform: translateY(50%);
transform: translateY(50%);
}
.about-page .about-3 .box ul li.ie2 {
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}*/
.about-page .about-3 .box ul li h5 {
    font-size: 24px;
    margin-bottom: 15px;
    line-height: normal;
    color: white;
}
.about-page .about-3 .box ul li:nth-child(even) {
    text-align: left;
    margin-left: 50%;
}
.about-page .about-3 .box ul li:after {
    content: '';
    border: 5px solid #005db0;
    border-radius: 100%;
    position: absolute;
    right: -5px;
    top: 20px;
    z-index: 2;
    width: 0;
    height: 0;
}
.about-page .about-3 .box ul li:nth-child(even):after {
    left: -5px;
}

.about-page .about-3 .box ul li .img {
    vertical-align: middle;
}
.about-page .about-3 .box ul li .text {
    vertical-align: middle;
    line-height: normal;
    color: #eee;
}
.about-page .about-3 .box ul li .text p {
    font-size: 16px;
    
}
.about-page .about-3 .list {
    text-align: center;
    position: relative;
    z-index: 1;
}
.about-page .about-3 .list ul li {
    font-size: 20px;
    color: #6a696e;
    margin: 0 37px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    cursor: pointer;
    cursor: hand;
    padding-top: 5px;
}
.about-page .about-3 .list ul li:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #005db0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    margin-top: 5px;
}
.about-page .about-3 .list ul li:hover,
.about-page .about-3 .list ul li.active {
    color: #005db0;
}
.about-page .about-3 .list ul li:hover:after,
.about-page .about-3 .list ul li.active:after {
    opacity: 1;
}
.about-page .about-4 {
    padding: 110px 0 150px;
}
.about-page .about-4 .box {
    padding-top: 40px;
}
.about-page .about-4 .box .left {
    width: 76%;
    padding-right: 20px;
}
.about-page .about-4 .box .left a {
    display: block;
}
.about-page .about-4 .box .left a:after {
    content: '';
    width: 100%;
    height: 20%;
    background: transparent;
    background: -webkit-gradient(linear, left top, bottom top, color-stop(0%, transparent), color-stop(100%, black));
    /* 兼容Safari4-5, chrome1-9 */
    background: -moz-linear-gradient(bottom, transparent 0%, black 100%);
    /* firefox */
    background: -webkit-linear-gradient(top, transparent 0%, black 100%);
    /* chrome */
    background: -o-linear-gradient(bottom, transparent 0%, black 100%);
    /* opera */
    background: -ms-linear-gradient(bottom, transparent 0%, black 100%);
    /* ie */
    background: linear-gradient(to bottom, transparent, black);
    /* firefox */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='black',GradientType=0)";
    /* 兼容IE8~IE9 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='black', GradientType=0);
    /* 兼容IE5~IE9 */
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: .6;
}
.about-page .about-4 .box .left a h5 {
    font-size: 22px;
    color: white;
    font-family: "POPPINS-MEDIUM";
    padding: 0 25px;
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    display: block;
    z-index: 1;
}
.about-page .about-4 .box .right {
    width: 24%;
}
.about-page .about-4 .box .right .slick-vertical .slick-slide {
    border: none !important;
}
.about-page .about-4 .box .right ul {
    margin: -8px;
    font-size: 0;
}
.about-page .about-4 .box .right ul li {
    padding: 8px;
    display: block !important;
}
.about-page .about-4 .box .right ul li a {
    position: relative;
    display: block;
    overflow: hidden;
}
/*.about-page .about-4 .box .right ul li a img {
    max-width: none;
    width: 162%;
}*/
.about-page .about-4 .box .right ul li a:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
}
.about-page .about-4 .box .right ul .slick-arrow {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer;
    cursor: hand;
    border: none;
    font-size: 0;
    color: transparent;
    background: transparent;
    z-index: 1;
}
.about-page .about-4 .box .right ul .slick-arrow:after {
    content: '';
    font-size: 32px;
    font-family: "FontAwesome";
    color: #c6c6c6;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.about-page .about-4 .box .right ul .slick-arrow.slick-prev {
    top: -30px;
}
.about-page .about-4 .box .right ul .slick-arrow.slick-prev:after {
    content: "\f106";
}
.about-page .about-4 .box .right ul .slick-arrow.slick-next {
    bottom: -30px;
}
.about-page .about-4 .box .right ul .slick-arrow.slick-next:after {
    content: "\f107";
}
.about-page .about-4 .box .right ul .slick-arrow:hover:after {
    color: #005db0;
}
.culture-page .culture-1 {
    padding: 100px 0 80px;
    background: url("../images/culture-1-bg.jpg") center center;
    background-size: cover;
}
.culture-page .culture-1 .box {
    padding-top: 40px;
    overflow: hidden;
}
.culture-page .culture-1 .box ul {
    margin: -25px -125px;
    position: relative;
}
.culture-page .culture-1 .box ul:after {
    content: '';
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    background: #e4e4e4;
    display: block;
    position: absolute;
}
.culture-page .culture-1 .box ul li {
    padding: 25px 125px;
    text-align: center;
}
.culture-page .culture-1 .box ul li i {
    display: block;
    font-size: 18px;
    color: #6a696e;
    font-family: "POPPINS-LIGHT";
}
.culture-page .culture-1 .box ul li p {
    display: block;
    font-size: 22px;
    color: #333333;
    line-height: 28px;
    margin-top: 5px;
}
.culture-page .culture-2 {
    display: block;
    padding-top: 110px;
}
.culture-page .culture-2 .box {
    padding-top: 50px;
}
.culture-page .culture-2 .box ul {
    margin: -5px;
}
.culture-page .culture-2 .box ul li {
    padding: 5px;
}
.culture-page .culture-2 .box ul li .box2 {
    display: block;
    padding: 30px 35px;
    background: #fbfbfb;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.culture-page .culture-2 .box ul li .box2:after {
    content: attr(data-text);
    font-size: 100px;
    font-family: "DINOT-Medium";
    color: white;
    position: absolute;
    right: 30px;
    top: -15%;
    display: block;
    z-index: -1;
    line-height: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.culture-page .culture-2 .box ul li .box2 h4 {
    display: block;
    font-size: 24px;
    color: #333333;
    font-family: "POPPINS-MEDIUM";
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.culture-page .culture-2 .box ul li .box2 h4:after {
    content: '';
    display: block;
    width: 90px;
    height: 1px;
    background: #bfbfbf;
    margin-top: 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.culture-page .culture-2 .box ul li .box2 .text {
    display: block;
    font-family: "POPPINS-LIGHT";
    font-size: 18px;
    color: #6a696e;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 72px;
    margin-top: 15px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.culture-page .culture-2 .box ul li .box2:hover {
    background: #005db0;
}
.culture-page .culture-2 .box ul li .box2:hover:after {
    opacity: .3;
}
.culture-page .culture-2 .box ul li .box2:hover h4,
.culture-page .culture-2 .box ul li .box2:hover p {
    color: white;
}
.culture-page .culture-2 .box ul li .box2:hover h4:after,
.culture-page .culture-2 .box ul li .box2:hover p:after {
    background: white;
}
.culture-page .culture-3 {
    padding: 110px 0 140px;
}
.culture-page .culture-3 .box {
    padding-top: 56px;
}
.culture-page .culture-3 .box ul {
    margin: -15px;
}
.culture-page .culture-3 .box ul li {
    padding: 15px;
}
.culture-page .culture-3 .box ul li .box2 {
    display: block;
    background: #fbfbfb;
    overflow: hidden;
    position: relative;
}
.culture-page .culture-3 .box ul li .box2:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(89, 181, 72, 0.7);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
}
.culture-page .culture-3 .box ul li .box2 .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 0 35px;
}
.culture-page .culture-3 .box ul li .box2 .content h6 {
    display: block;
    padding: 20px 0;
    font-size: 20px;
    color: #333;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.culture-page .culture-3 .box ul li .box2 .content h6:after {
    content: '';
    width: 200%;
    left: -50%;
    bottom: 0;
    height: 1px;
    background: white;
    position: absolute;
    display: block;
}
.culture-page .culture-3 .box ul li .box2 .content h6 i {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    background-position: center left;
    background-repeat: no-repeat;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.culture-page .culture-3 .box ul li .box2 .content h6 i.ie1 {
    background-image: url("../images/icon-culture-3-1.png");
}
.culture-page .culture-3 .box ul li .box2 .content h6 i.ie2 {
    background-image: url("../images/icon-culture-3-2.png");
}
.culture-page .culture-3 .box ul li .box2 .content h6 i.ie3 {
    background-image: url("../images/icon-culture-3-3.png");
}
.culture-page .culture-3 .box ul li .box2 .content h6 i.ie4 {
    background-image: url("../images/icon-culture-3-4.png");
}
.culture-page .culture-3 .box ul li .box2 .content h4 {
    display: block;
    font-size: 28px;
    color: #333;
    font-family: "POPPINS-MEDIUM";
    margin: 50px 0 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.culture-page .culture-3 .box ul li .box2 .content p {
    display: block;
    font-family: "POPPINS-LIGHT";
    font-size: 20px;
    color: #6a696e;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 78px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.culture-page .culture-3 .box ul li .box2 .img {
    margin-top: 300px;
    margin-bottom: -300px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.culture-page .culture-3 .box ul li .box2:hover:after {
    opacity: 1;
}
.culture-page .culture-3 .box ul li .box2:hover .content h6 {
    color: white;
}
.culture-page .culture-3 .box ul li .box2:hover .content h6 i.ie1 {
    background-image: url("../images/icon-culture-3-1-2.png");
}
.culture-page .culture-3 .box ul li .box2:hover .content h6 i.ie2 {
    background-image: url("../images/icon-culture-3-2-2.png");
}
.culture-page .culture-3 .box ul li .box2:hover .content h6 i.ie3 {
    background-image: url("../images/icon-culture-3-3-2.png");
}
.culture-page .culture-3 .box ul li .box2:hover .content h6 i.ie4 {
    background-image: url("../images/icon-culture-3-4-2.png");
}
.culture-page .culture-3 .box ul li .box2:hover .content h4,
.culture-page .culture-3 .box ul li .box2:hover .content p {
    color: white;
    overflow: unset;
    display: block;
}
.culture-page .culture-3 .box ul li .box2:hover .img {
    margin-top: 0;
    margin-bottom: 0;
}
.contact-page .contact-1 {
    background: #fbfbfb;
}
.contact-page .contact-1 .left {
    padding-left: 12%;
    margin-top: 90px;
    width: 44%;
    padding-right: 15px;
}
.contact-page .contact-1 .left .info {
    display: block;
    margin-top: 40px;
}
.contact-page .contact-1 .left .info ul li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 25px;
    font-size: 20px;
    color: #6a696e;
}
.contact-page .contact-1 .left .info ul li i {
    position: absolute;
    left: 0;
    top: -2px;
}
.contact-page .contact-1 .left .info ul li:last-child {
    margin-bottom: 0;
}
.contact-page .contact-1 .right {
    width: 50%;
}
.contact-page .contact-1 .right .amap-copyright,
.contact-page .contact-1 .right .amap-logo {
    display: none !important;
}
.contact-page .contact-2 {
    padding: 120px 0 150px;
}
.news-page {
    padding: 100px 0 150px;
    background: #fbfbfb;
}
.news-page ul {
    margin: -25px -15px;
}
.news-page ul li {
    padding: 25px 15px;
}
.news-page ul li a.img-box {
    display: block;
}
.news-page ul li .content {
    display: block;
    padding-top: 25px;
}
.news-page ul li .content time {
    display: block;
    font-size: 18px;
    color: #6a696e;
    font-family: "POPPINS-MEDIUM";
}
.news-page ul li .content h4 {
    display: block;
    font-size: 20px;
    color: #222222;
    font-family: "POPPINS-MEDIUM";
    line-height: 40px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 80px;
}
.news-page ul li .content h4:hover {
    color: #005db0;
}
.newdet-page {
    background: #fbfbfb;
    padding: 90px 0 140px;
}
.newdet-page h3 {
    display: block;
    font-size: 36px;
    color: #333333;
    line-height: 1;
    text-align: center;
    padding: 0 6%;
}
.newdet-page time {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #6a696e;
    margin-top: 15px;
}
.newdet-page time i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.newdet-page .box {
    display: block;
    padding: 80px 6% 0;
    background: white;
    margin-top: 50px;
}
.newdet-page .box .content {
    display: block;
    font-size: 20px;
    color: #6a696e;
    line-height: 36px;
}
.newdet-page .box .content p {
    padding-bottom: 20px;
}
.newdet-page .box .content p:last-child {
    padding-bottom: 0;
}
.newdet-page .box .m-link {
    margin-top: 80px;
    padding: 40px 0;
    border-top: 1px solid #dcdcdc;
}
.newdet-page .box .m-link div {
    font-size: 20px;
    color: #6a696e;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.newdet-page .box .m-link div.prev {
    padding-right: 5%;
}
.newdet-page .box .m-link div.next {
    padding-left: 5%;
    text-align: right;
}
.newdet-page .box .m-link div a:hover {
    text-decoration: underline;
}
.newdet-page.system-page .box {
    padding: 0;
}
.newdet-page.system-page .box table td,
.newdet-page.system-page .box table {
    border: none;
}
.download-page {
    padding: 100px 0 150px;
    background: #fbfbfb;
}
.download-page ul li {
    margin-bottom: 20px;
    overflow: hidden;
    padding-left: 140px;
    position: relative;
}
.download-page ul li:last-child {
    margin-bottom: 0;
}
.download-page ul li .icon {
    width: 120px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 200px 0;
    background: white;
    text-align: center;
}
.download-page ul li .right {
    padding: 40px 25px;
    background: white;
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.download-page ul li .right h3 {
    font-size: 24px;
    color: #333333;
    font-family: "POPPINS-MEDIUM";
    padding-right: 200px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.download-page ul li .right span {
    display: inline-block;
    font-size: 24px;
    font-family: "POPPINS-MEDIUM";
    color: #005db0;
    text-transform: uppercase;
    position: absolute;
    top: 40px;
    right: 25px;
}
.download-page ul li .right span:after {
    content: '';
    display: block;
    height: 2px;
    background: #005db0;
}
.download-page ul li:hover .right {
    background: #005db0;
}
.download-page ul li:hover .right h3,
.download-page ul li:hover .right span {
    color: white;
}
.download-page ul li:hover .right h3:after,
.download-page ul li:hover .right span:after {
    background: white;
}
.faq-page {
    padding: 100px 0 120px;
    background: #fbfbfb;
    text-align: center;
}
.faq-page ul {
    margin: -5px 0;
    text-align: left;
}
.faq-page ul li {
    padding: 5px 0;
}
.faq-page ul li .box {
    padding: 0 35px;
    background: white;
}
.faq-page ul li .box i {
    position: absolute;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #005db0;
    color: white;
    font-size: 16px;
}
.faq-page ul li .box h4 {
    display: block;
    color: #333333;
    font-size: 22px;
    font-family: "POPPINS-MEDIUM";
    padding: 30px 40px;
    position: relative;
    line-height: 1.2;
    cursor: pointer;
    cursor: hand;
}
.faq-page ul li .box h4:after {
    content: "\f107";
    position: absolute;
    right: 0;
    font-family: "FontAwesome";
    font-size: 26px;
}
.faq-page ul li .box h4.active:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.faq-page ul li .box .text {
    display: block;
    padding: 22px 40px;
    font-size: 20px;
    color: #6a696e;
    font-family: "POPPINS-LIGHT";
    position: relative;
    border-top: 1px solid #ebebeb;
    display: none;
}
.faq-page ul li:nth-child(even) .box {
    background: transparent;
}
.faq-page ul li:nth-child(even) .box .text {
    border-top-color: white;
    border-top-width: 2px;
}
.faq-page ul li:nth-child(9) ~ li {
    display: none;
}
.faq-page a.more {
    line-height: 54px;
    height: 54px;
    padding-left: 30px;
    padding-right: 85px;
    position: relative;
    border-radius: 27px;
    background: #005db0;

    color: white;
    text-transform: capitalize;
    display: inline-block;
    font-size: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-top: 70px;
}
.faq-page a.more i {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    color: #005db0;
    font-size: 12px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    background: white;
    text-align: center;
    line-height: 36px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
/*.faq-page a.more:hover {
    background: #eee;
    color: #005db0;
}*/
.faq-page a.more:hover i {
-webkit-animation:td .5s linear;
 -o-animation:td .5s linear;
 -ms-animation:td .5s linear;
 -moz-animation:td .5s linear;
 animation:td .5s linear;
}
.video-page {
    padding: 100px 0 150px;
    background: #fbfbfb;
}
.video-page ul {
    margin: -20px;
}
.video-page ul li {
    padding: 20px;
}
.video-page ul li a {
    display: block;
    position: relative;
    
}
.video-page ul li a:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: -20px;
    left: 0;
    background: url("../images/icon-play.png") center center no-repeat rgba(0, 0, 0, 0.6);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 1;
}
.video-page ul li a h5 {
    position: relative;
    /*bottom: 15px;*/
    left: 0;
    width: 100%;
    padding: 10px 25px;
    font-size: 22px;
    color: black;
    background: #eee;
    z-index: 2;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.video-page ul li a:hover:after {
    opacity: 1;
}
.video-page.gallery ul li a:after {
    background-image:url('../images/icon-search-white.png');
}
.product-page {
    padding: 35px 0 150px;
    /*background: #fbfbfb;*/
}
.product-page ul {
    margin: -30px;
}
.product-page ul li {
    padding: 20px 10px;
}
.product-page ul li .box2 {
    display: block;
    padding: 30px 25px 20px;
    background: #fbfbfb;
}
.product-page ul li .box2 h3 {
    display: block;
    padding-bottom: 15px;
    font-size: 30px;
    color: #222;
    margin-bottom: 10px;
    text-transform: uppercase;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: top right no-repeat;
    border-bottom: 2px solid #dededf;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background-size: auto 100%;
}
.product-page ul li .box2 h3:hover {
    color: #005db0;
}
.product-page ul li .box2 .text {
    display: block;
    margin: 20px 0 20px;
    font-size: 20px;
    color: #6a696e;
    line-height: 40px;
    min-height: 60px;
}
.product-page ul li .box2 .btn {
    width: 40%;
    vertical-align: bottom;
    margin-bottom: 30px;
}
.product-page ul li .box2 .btn a.more {
    padding-left: 30px;
    padding-right: 85px;
    position: relative;
    background: #005db0;
    color: white;
    text-transform: capitalize;
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    line-height: 44px;
    height: 44px;
    padding: 0 23px;
    border-radius: 22px;
    font-size: 18px;
}
/*#index-body .init-1 .right ul li .box2 .btn a.more:hover {
    background: #999;
    color: white;
}*/
.product-page ul li .box2 .img {
    width: 80%;
    display: block;
    margin: 0 auto;
    vertical-align: bottom;
}
.product-page .nav {
    width: 25%;
    padding-right: 30px;
    position: sticky;
    top: 100px;
}
.product-page .nav ul {
    padding: 15px;
    background: #fbfbfb;margin: 0;
}
.product-page .nav ul li {
    padding: 0;
}
.product-page .nav ul li a {
    display: block;
    font-size: 16px;
    padding: 10px 35px 10px 15px;
    border-bottom: 1px solid white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative;
}
.product-page .nav ul li a:hover,
.product-page .nav ul li a.active {
    background: #005db0;
    color: white;
}
.product-page .nav ul li a i {
    position: absolute;
    right: 5px;
    width: 20px;
    height: 20px;
    border: 1px solid #333;
    border-radius: 3px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product-page .nav ul li a i:after,
.product-page .nav ul li a i:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
background: #333;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product-page .nav ul li a i:after {
    width: 80%;
    height: 1px;
}
.product-page .nav ul li a i:before {
    width: 1px;
    height: 80%;
}
.product-page .nav ul li a i.active:before {
    opacity: 0;
}
.product-page .nav ul li a:hover i,
.product-page .nav ul li a.active i {
    border-color: white;
}
.product-page .nav ul li a:hover i:after,
.product-page .nav ul li a:hover i:before,
.product-page .nav ul li a.active i:after,
.product-page .nav ul li a.active i:before {
    background: white;
}
.product-page .nav ul li ul {
    display: none;
}
.product-page .pro {
    width: 75%;
}
.product-page .pro .longpro {
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    color: #222222;
}
.product-page .pro .longpro1 {
    font-size: 16px;
    color: #6a696e;
    line-height: 32px;
    margin-top: 20px;
}
.product-page .pro .longpro2 {
    font-size: 16px;
    color: #6a696e;
    line-height: 32px;
    margin-bottom: 20px;
}
.prodet-page .prodet-1 {
    padding: 80px 0;
    background: #fbfbfb;
}
.prodet-page .prodet-1 .left {
    width: 55%;
    vertical-align: middle;
    text-align: center;
}
.prodet-page .prodet-1 .left ul {
    padding: 0 20%;
    position: relative;
}
.prodet-page .prodet-1 .left ul li img {
    display: block;
    margin: 0 auto;
}
.prodet-page .prodet-1 .left ul .slick-dots {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
}
.prodet-page .prodet-1 .left ul .slick-dots li {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin: 7px 0;
    background: #d1d1d1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
    cursor: hand;
}
.prodet-page .prodet-1 .left ul .slick-dots li button {
    display: none;
}
.prodet-page .prodet-1 .left ul .slick-dots li.slick-active {
    background: #005db0;
}
.prodet-page .prodet-1 .left dl {
    padding-top: 20px;
    margin: -10px;
}
.prodet-page .prodet-1 .left dl .slick-list {
    margin-left: 0;
}
.prodet-page .prodet-1 .left dl dd {
    padding: 10px;
    cursor: pointer;
    cursor: hand;
}
.prodet-page .prodet-1 .right {
    width: 45%;
    vertical-align: top;
    max-width: 560px;
}
.prodet-page .prodet-1 .right i {
    display: block;
    font-size: 18px;
    color: #6a696e;
}
.prodet-page .prodet-1 .right h4 {
    display: block;
    font-size: 40px;
    color: #333333;
    font-family: "POPPINS-MEDIUM";
    line-height: 1.3;margin: 10px 0px;
}
.prodet-page .prodet-1 .right h1 {
    display: block;
    font-size: 40px;
    color: #333333;
    font-family: "POPPINS-MEDIUM";
    line-height: 1.3;margin: 10px 0px;
}
.prodet-page .prodet-1 .right .text {
    display: block;
    font-size: 20px;
    color: #6a696e;
    font-family: "POPPINS-LIGHT";
    line-height: 34px;
    margin: 25px 0 50px;
}
.prodet-page .prodet-1 .right a.more {
    line-height: 54px;
    height: 54px;
    padding-left: 30px;
    padding-right: 85px;
    position: relative;
    border-radius: 27px;
    background: #005db0;
    color: white;
    text-transform: capitalize;
    display: inline-block;
    font-size: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.prodet-page .prodet-1 .right a.more:last-child {
    margin-top: 10px;
}
.prodet-page .prodet-1 .right a.more i {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    color: #005db0;
    font-size: 12px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    background: white;
    text-align: center;
    line-height: 36px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
/*.prodet-page .prodet-1 .right a.more:hover {
    background: #eee;
    color: #005db0;
}*/
.prodet-page .prodet-1 .right a.more:hover i {
-webkit-animation:td .5s linear;
 -o-animation:td .5s linear;
 -ms-animation:td .5s linear;
 -moz-animation:td .5s linear;
 animation:td .5s linear;
}
.prodet-page .prodet-1 .right .share {
    margin-top: 30px;
}
.prodet-page .prodet-1 .right .share ul li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #eee;
    color: black;
    font-size: 18px;
    border-radius: 5px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-right: 10px;
}
.prodet-page .prodet-1 .right .share ul li:last-child {
    margin-right: 0;
}
.prodet-page .prodet-1 .right .share ul li i {
    display: inline-block;
    vertical-align: middle;
    color: inherit;
}
.prodet-page .prodet-1 .right .share ul li:hover {
    background: #005db0;
    color: white;
}
.prodet-page .prodet-2 {
    overflow: hidden;
}
.prodet-page .prodet-2 .top {
    display: block;
    position: relative;
}
.prodet-page .prodet-2 .top:after {
    content: '';
    width: 200%;
    left: -50%;
    bottom: 0;
    height: 1px;
    background: #eaeaea;
    position: absolute;
    display: block;
}
.prodet-page .prodet-2 .top ul {
    margin: 0 -50px;
}
.prodet-page .prodet-2 .top ul li {
    line-height: 90px;
    height: 90px;
    margin: 0 50px;
    color: #333333;
    font-size: 19px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    cursor: hand;
}
.prodet-page .prodet-2 .top ul li:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    background: #005db0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    left: 0;
    z-index: 1;
    opacity: 0;
}
.prodet-page .prodet-2 .top ul li:hover:after,
.prodet-page .prodet-2 .top ul li.active:after {
    opacity: 1;
}
.prodet-page .prodet-2 .bottom {
    padding: 45px 0 90px;
    font-size: 20px;
    color: #333333;
}
.prodet-page .prodet-2 .bottom table {
    font-size: 16px;
    border: none;
    background: #fbfbfb;
    /*white-space: nowrap;*/
}
.prodet-page .prodet-2 .bottom table tr {
    background: none !important;
}
.prodet-page .prodet-2 .bottom table tr td,
.prodet-page .prodet-2 .bottom table tr th {
    border: 2px solid white;
    padding: 10px 15px;
}
.prodet-page .prodet-2 .bottom ul li:nth-child(3) table tr td:first-child {
    width: 50% !important;
    text-align: center;
}
.prodet-page .prodet-3 {
    padding-bottom: 150px;
}
.prodet-page .prodet-3 h3 {
    font-size: 24px;
    color: #333333;
    display: inline-block;
}
.prodet-page .prodet-3 a.more {
    float: right;
    font-size: 18px;
    color: #6a696e;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-top: 5px;
}
.prodet-page .prodet-3 a.more:hover {
    color: #005db0;
}
.prodet-page .prodet-3 .box {
    margin-top: 40px;
}
.prodet-page .prodet-3 .box ul {
    margin: -20px;
}
.prodet-page .prodet-3 .box ul li {
    padding: 20px;
}
.prodet-page .prodet-3 .box ul li .box2 {
    display: block;
    padding: 30px 25px 20px;
    background: #fbfbfb;
}
.prodet-page .prodet-3 .box ul li .box2 h3 {
    display: block;
    padding-bottom: 15px;
    font-size: 38px;
    color: #222;
    text-transform: uppercase;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: top right no-repeat;
    border-bottom: 2px solid #dededf;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background-size: auto 100%;
}
.prodet-page .prodet-3 .box ul li .box2 h3:hover {
    color: #005db0;
}
.prodet-page .prodet-3 .box ul li .box2 .text {
    display: block;
    margin: 20px 0 20px;
    font-size: 22px;
    color: #6a696e;
    line-height: 2;
    min-height: 44px;
}
.prodet-page .prodet-3 .box ul li .box2 .btn {
    width: 40%;
    vertical-align: bottom;
    margin-bottom: 30px;
}
.prodet-page .prodet-3 .box ul li .box2 .btn a.more {
    padding-left: 30px;
    padding-right: 85px;
    position: relative;
    background: #005db0;
    color: white;
    text-transform: capitalize;
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    line-height: 44px;
    height: 44px;
    padding: 0 23px;
    border-radius: 22px;
    font-size: 18px;
}
/*#index-body .init-1 .right ul li .box2 .btn a.more:hover {
    background: #999;
    color: white;
}*/
.prodet-page .prodet-3 .box ul li .box2 .img {
    width: 80%;
    display: block;
    margin: 0 auto;
    vertical-align: bottom;
}
.prodet-page .prodet-3 .box a.more.dataText,
.product-page a.more.dataText {
     overflow: hidden;
 }
.prodet-page .prodet-3 .box a.more.dataText:after,
.prodet-page .prodet-3 .box a.more.dataText:before,
.product-page a.more.dataText:after,
.product-page a.more.dataText:before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    text-align: center;
}
.prodet-page .prodet-3 .box a.more.dataText:before,
.product-page a.more.dataText:before {
    left: 100%;
}
.prodet-page .prodet-3 .box a.more.dataText:hover:after,
.product-page a.more.dataText:hover:after {
    left: -100%;
}
.prodet-page .prodet-3 .box a.more.dataText:hover:before,
.product-page a.more.dataText:hover:before {
    left: 0;
}
@media screen and (max-width: 1800px) {
    .inner-banner h2 {
        font-size: 70px;
        line-height: 90px;
    }
    .video-page,
    .news-page,
    .newdet-page,
    .faq-page,
    .download-page {
        padding: 80px 0;
    }
    .prodet-page .prodet-3 {
        padding-bottom: 80px;
    }
    .inner-banner ul li {
        font-size: 18px;
    }
    .video-page ul li a h5 {
        font-size: 18px;
    }
    .product-page {
        padding: 35px 0 80px;
    }
    .prodet-page .prodet-1 .right a.more,
    .faq-page a.more,
    .form ul li a.more {
        line-height: 44px;
        height: 44px;
        font-size: 16px;
    }
    .prodet-page .prodet-1 .right .text {
        font-size: 18px;
    }
    .prodet-page .prodet-1 {
        padding: 160px 0 100px;
    }
    .prodet-page .prodet-2 .top ul li {
        font-size: 20px;
        line-height: 60px;
        height: 60px;
        margin: 0 30px;
    }
    .prodet-page .prodet-2 .top ul {
        margin: 0 -30px;
    }
    .prodet-page .prodet-2 .bottom table tr td,
    .prodet-page .prodet-2 .bottom table tr th {
        padding: 15px 25px;
    }
    .prodet-page .prodet-2 .bottom table {
        font-size: 16px;
    }
    .prodet-page .prodet-2 .bottom {
        font-size: 16px;
        padding: 40px 0 60px;
    }
    .news-page ul li .content h4 {
        font-size: 24px;
        line-height: 1.4;
    }
    .newdet-page h3 {
        font-size: 30px;
        padding: 0 5%;
    }
    .newdet-page time {
        font-size: 18px;
    }
    .newdet-page .box {
        padding: 50px 5% 0;
    }
    .newdet-page .box .content {
        font-size: 18px;
    }
    .newdet-page .box .m-link {
        margin-top: 50px;
        padding: 20px 0;
    }
    .newdet-page .box .m-link div {
        font-size: 16px;
    }
    .faq-page ul li .box h4 {
        font-size: 20px;
    }
    .faq-page ul li .box .text {
        font-size: 18px;
    }
    .faq-page ul li .box {
        padding: 0 20px;
    }
    .download-page ul li .right {
        padding: 30px 20px;
    }
    .download-page ul li .right span {
        top: 30px;
        right: 20px;
        font-size: 20px;
    }
    .download-page ul li .right h3 {
        font-size: 20px;
    }
    .download-page ul li .icon img {
        max-width: 40px;
    }
    .inner-page h2.tit {
        font-size: 40px;
        line-height: 1;
    }
    .culture-page .culture-1 .box ul li {
        padding: 25px 50px;
    }
    .culture-page .culture-1 .box ul {
        margin: -25px -50px;
    }
    .culture-page .culture-1 .box ul li p {
        font-size: 20px;
    }
    .culture-page .culture-2 {
        padding-top: 80px;
    }
    .culture-page .culture-2 .box ul li .box2 h4 {
        font-size: 20px;
    }
    .culture-page .culture-2 .box ul li .box2 .text {
        font-size: 16px;
    }
    .culture-page .culture-2 .box ul li .box2:after {
        font-size: 80px;
    }
    .culture-page .culture-3 {
        padding: 80px 0;
    }
    .culture-page .culture-3 .box ul li .box2 .content h6 {
        padding: 10px 0;
    }
    .culture-page .culture-3 .box ul li .box2 .content h4 {
        font-size: 22px;
        margin: 20px 0 10px;
    }
    .culture-page .culture-3 .box ul li .box2 .content p {
        font-size: 16px;
    }
    .culture-page .culture-3 .box ul li .box2 .img {
        margin-top: 220px;
        margin-bottom: -220px;
    }
    .culture-page .culture-3 .box ul li .box2 .content {
        padding: 0 15px;
    }
    .contact-page .contact-1 .left .info ul li {
        font-size: 16px;
    }
    #mapContainer {
        height: 500px !important;
    }
    .contact-page .contact-2 {
        padding: 80px 0;
    }
    .form ul li label,
    .form ul li input,
    .form ul li textarea {
        font-size: 16px;
        line-height: 24px;
    }
    .about-page .about-1 .left .text {
        font-size: 16px;
        max-height: 255px;
    }
    .about-page .about-1 .left .list ul li p {
        font-size: 16px;
    }
    .about-page .about-1 .left .list ul li h4 {
        font-size: 40px;
    }
    .about-page .about-2 {
        padding: 80px 0;
    }
    .about-page .about-3 .box ul li:after {
        font-size: 500px;
    }
    .about-page .about-3 .list ul li {
        font-size: 18px;
        margin: 0 25px;
    }
    .about-page .about-4 {
        padding: 80px 0;
    }
    .about-page .about-4 .box .right ul li {
        padding: 7px;
    }
    .about-page .about-4 .box .right ul {
        margin: -7px;
    }
    .about-page .about-2 .box ul .slick-dots {
        top: -20px;
    }
    .product-page ul li .box2 h3,
    .prodet-page .prodet-3 .box ul li .box2 h3 {
        font-size: 32px;
    }
    .product-page ul li .box2 .text,
    .prodet-page .prodet-3 .box ul li .box2 .text {
        font-size: 18px;
		line-height:30px;
    }
    .product-page ul li .box2 .text,
    .prodet-page .prodet-3 .box ul li .box2 .text,#index-body .init-1 .right ul li .box2 .text {
        margin: 15px 0;
    }
    .about-page .about-1 {
        padding: 50px;
    }
}
@media screen and (max-width: 1450px) {
    .inner-banner h3 {
        font-size: 50px;
    }
    .inner-page h2.tit {
        font-size: 32px;
    }
    .about-page .about-1 .left {
        width: 52%;
        margin-right: -2%;
    }
    .about-page .about-1 .left .list ul li h4 {
        font-size: 32px;
    }
    .about-page .about-2 .box ul li .box2 h5 {
        font-size: 20px;
        line-height: 50px;
        height: 50px;
    }
    .about-page .about-2 .box ul li .box2 a.img-box {
        padding: 15px;
    }
    .about-page .about-3 .box ul li:after {
        font-size: 450px;
    }
    .inner-page .m-page {
        margin-top: 50px;
    }
    .prodet-page .prodet-1 .right .text {
        font-size: 16px;
        line-height: 26px;
        margin: 30px 0;
    }
    .prodet-page .prodet-2 .top ul li {
        margin: 0 20px;
    }
    .prodet-page .prodet-2 .top ul {
        margin: 0 -20px;
    }
    .prodet-page .prodet-2 .bottom table tr td,
    .prodet-page .prodet-2 .bottom table tr th {
        padding: 10px 15px;
        font-size: 18px;
    }
    .prodet-page .prodet-2 .bottom {
        font-size: 16px;
    }
    .prodet-page .prodet-3 .box ul li a.img-box {
        margin: 40px 0;
    }
    .prodet-page .prodet-3 .box ul li {
        padding: 20px 50px;
    }
    .video-page ul li a:after {
        background-size: 40px;
    }
    .product-page ul li .box2 h3,
    .prodet-page .prodet-3 .box ul li .box2 h3 {
        font-size: 26px;
        background-size: 30% auto;
        background-position: center right;
        padding-bottom: 0;
    }
    .product-page ul li .box2 .text,
    .prodet-page .prodet-3 .box ul li .box2 {
        font-size: 16px;
        line-height:30px;
    }
    .product-page ul li .box2 .btn a.more,
    .prodet-page .prodet-3 .box ul li .box2 .btn a.more {
        line-height: 32px;
        height: 32px;
        font-size: 14px;
    }
    .prodet-page .prodet-3 .box ul,
    .product-page ul {
        margin: -10px;
    }
    .prodet-page .prodet-3 .box ul li,
    .product-page ul li {
        padding: 10px;
    }
    .about-page .about-1 {
        padding: 50px 30px;
    }
    .inner-banner h3 {
        font-size: 50px;
    }
    .about-page .about-3 .box ul li .text p {
        font-size: 14px;
        line-height: 26px;
    }
    .about-page .about-3 {
        padding: 50px 0;
    }
}
@media screen and (max-width: 1250px) {
    .inner-banner ul {
        margin-top: 20px;
        float: none;
    }
    .inner-banner h3 {
        font-size: 40px;
    }
    .inner-banner {
        height: 400px;
        padding-top: 160px;
    }
    .video-page,
    .news-page,
    .newdet-page,
    .faq-page,
    .download-page {
        padding: 50px 0;
    }
    .video-page ul li {
        padding: 10px;
    }
    .video-page ul {
        margin: -10px;
    }
    .video-page ul li a h5 {
        padding: 0 15px;
        bottom: 10px;
    }
    /*.product-page ul li {
        padding: 20px 40px;
    }
    .product-page ul {
        margin: -20px -40px;
    }
    .product-page ul li a.more {
        font-size: 16px;
    }
    .product-page ul li h5 {
        font-size: 18px;
    }*/
    .product-page {
        padding: 35px 0 50px;
    }
    .prodet-page .prodet-1 .left ul {
        padding: 0 15%;
    }
    .prodet-page .prodet-1 .right .text {
        font-size: 14px;
    }
    .prodet-page .prodet-1 .right h4 {
        font-size: 30px;
    }
    .prodet-page .prodet-1 .right i {
        font-size: 15px;margin-bottom: 20px;
    }
    .prodet-page .prodet-1 .right li i {
        margin-bottom: 0;
    }
    .prodet-page .prodet-2 .top ul li {
        font-size: 16px;
        line-height: 50px;
        height: 50px;
    }
    .prodet-page .prodet-2 .bottom table tr td,
    .prodet-page .prodet-2 .bottom table tr th {
        font-size: 16px;
    }
    .prodet-page .prodet-3 a.more {
        font-size: 16px;
    }
    .news-page ul li .content h4 {
        font-size: 20px;
    }
    .news-page ul li .content time {
        font-size: 16px;
    }
    .inner-page .m-page a,
    .inner-page .m-page span {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 16px;
    }
    .newdet-page h3 {
        font-size: 26px;
    }
    .newdet-page .box .content {
        font-size: 16px;
        line-height: 30px;
    }
    .newdet-page .box .m-link {
        margin-top: 30px;
    }
    .faq-page ul li .box h4 {
        font-size: 16px;
        padding: 20px 40px;
    }
    .faq-page ul li .box i {
        -webkit-transform: translateY(-2px);
        -moz-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        -o-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    .faq-page ul li .box .text {
        font-size: 16px;
    }
    .faq-page a.more {
        margin-top: 40px;
    }
    .download-page ul li {
        padding-left: 100px;
    }
    .download-page ul li .icon {
        width: 80px;
    }
    .download-page ul li .right {
        padding: 20px;
    }
    .download-page ul li .right h3 {
        font-size: 18px;
    }
    .download-page ul li .right span {
        top: 20px;
        font-size: 16px;
    }
    .inner-page h2.tit {
        font-size: 28px;
    }
    .culture-page .culture-1 .box ul li {
        padding: 25px;
    }
    .culture-page .culture-1 .box ul {
        margin: -25px;
    }
    .culture-page .culture-1 .box ul li p {
        font-size: 16px;
        line-height: 24px;
    }
    .culture-page .culture-2 .box ul li .box2 {
        padding: 20px;
    }
    .culture-page .culture-2 .box ul li .box2 .text {
        font-size: 14px;
    }
    .culture-page .culture-3 .box ul li .box2 .content h4 {
        margin: 10px 0;
        line-height: 1;
        font-size: 18px;
    }
    .culture-page .culture-3 .box ul li .box2 .content p {
        font-size: 14px;
        line-height: 1.4;
    }
    .culture-page .culture-3 .box ul li .box2 .img {
        margin-top: 180px;
        margin-bottom: -180px;
    }
    .form ul li {
        padding: 5px;
    }
    .form ul li label {
        top: 5px;
    }
    .form ul {
        margin: -5px;
    }
    .about-page .about-1 .left .list ul li {
        width: 50%;
    }
    .about-page .about-1 .left .text {
        font-size: 14px;
        max-height: 190px;
        margin: 15px 0;
    }
    .about-page .about-1 .left .text p {
        padding-bottom: 10px;
    }
    .about-page .about-1 {
        padding-top: 40px;
    }
    .about-page .about-2 .box ul li .box2 {
        padding: 5px 10px 0;
    }
    .about-page .about-2 .box ul li {
        padding: 30px 10px;
    }
    .about-page .about-2 .box ul {
        margin: -30px -10px;
    }
    .about-page .about-2 .box ul li .box2 h5 {
        font-size: 16px;
    }
    .about-page .about-3 .box ul li:after {
        font-size: 380px;
    }
    .about-page .about-3 .list ul li {
        margin: 0 15px;
    }
    .about-page .about-4 .box .left {
        padding-right: 10px;
    }
    .about-page .about-4 .box .right ul li {
        padding: 5px;
    }
    .about-page .about-4 .box .right ul {
        margin: -5px;
    }
    .about-page .about-1 {
        padding: 30px 15px;
    }
}
@media screen and (max-width: 1000px) {
    .prodet-page .prodet-1 .right a.more,
    .faq-page a.more,
    .form ul li a.more {
        line-height: 36px;
        height: 36px;
        padding-left: 10px;
        padding-right: 60px;
    }
    .prodet-page .prodet-1 .right a.more i,
    .faq-page a.more i,
    .form ul li a.more i {
        right: 5px;
        height: 26px;
        width: 26px;
        line-height: 26px;
    }
    .inner-banner {
        margin-top: 0 !important;
        height: 300px;
        padding-top: 130px;
    }
    .inner-banner h3 {
        font-size: 30px;
    }
    .about-page .about-1 .left {
        width: 100%;
        margin-right: 0;
    }
    .about-page .about-1 .right {
        width: 100%;
        margin-top: -20%;
        display: none;
    }
    .about-page .about-1 .left .text {
        max-height: none;
    }
    .about-page .about-1 .left .list ul li {
        width: 25%;
    }
    .about-page .about-2 {
        padding: 50px 0;
    }
    .about-page .about-2 .box ul .slick-dots {
        display: none !important;
    }
    .about-page .about-3 .box ul li:after {
        font-size: 300px;
    }
    .about-page .about-3 .list ul li {
        font-size: 16px;
        margin: 0 10px;
    }
    .about-page .about-3 {
        padding: 40px 0;
    }
    .about-page .about-3 .box {
        padding: 40px 0 0;
    }
    .about-page .about-4 {
        padding: 40px 0;
    }
    .about-page .about-4 .box .left a h5 {
        font-size: 18px;
        padding: 0 15px;
        bottom: 10px;
    }
    .contact-page .contact-1 .left {
        width: 100%;
        padding: 0 4%;
        margin: 40px 0;
    }
    .contact-page .contact-1 .right {
        width: 100%;
    }
    #mapContainer {
        height: 300px !important;
    }
    .culture-page .culture-1 .box ul:after {
        display: none;
    }
    .culture-page .culture-1 .box ul li {
        width: 50%;
        padding: 15px;
    }
    .culture-page .culture-1 .box ul {
        margin: -15px;
    }
    .culture-page .culture-1 {
        padding: 60px 0;
    }
    .culture-page .culture-2 .box ul li {
        width: 100%;
    }
    .culture-page .culture-2 .box ul li .box2 .text {
        height: auto;
    }
    .culture-page .culture-2 {
        padding-top: 50px;
    }
    .culture-page .culture-3 .box ul li {
        width: 50%;
    }
    .culture-page .culture-3 {
        padding: 50px 0;
    }
    .culture-page .culture-3 .box {
        padding-top: 30px;
    }
    .newdet-page h3 {
        font-size: 22px;
    }
    .newdet-page .box .m-link div {
        font-size: 13px;
    }
    .news-page ul li {
        padding: 10px;
    }
    .news-page ul {
        margin: -10px;
    }
    .news-page ul li .content h4 {
        font-size: 14px;
        margin-top: 5px;
    }
    .news-page ul li .content time {
        font-size: 12px;
    }
    .news-page ul li .content {
        padding-top: 10px;
    }
    .prodet-page .prodet-1 {
        padding: 80px 0 50px;
    }
    .prodet-page .prodet-1 .left ul {
        padding: 0 5%;
    }
    .prodet-page .prodet-1 .right .text {
        margin: 10px 0;
    }
    .prodet-page .prodet-2 .top ul li {
        font-size: 14px;
        margin: 0 10px;
    }
    .prodet-page .prodet-2 .top ul {
        margin: 0 -10px;
    }
    .prodet-page .prodet-2 .bottom table tr td,
    .prodet-page .prodet-2 .bottom table tr th,
    .prodet-page .prodet-2 .bottom {
        font-size: 14px;
		line-height:28px;
		
    }
    .prodet-page .prodet-3 h3 {
        font-size: 20px;
    }
    .prodet-page .prodet-3 a.more {
        font-size: 13px;
        margin-top: 2px;
    }
    .prodet-page .prodet-3 .box ul li h5 {
        font-size: 16px;
    }
    .prodet-page .prodet-3 .box ul li a.more {
        font-size: 14px;
    }
    .prodet-page .prodet-3 .box ul li,
    .product-page ul li {
        padding: 20px;
    }
    .product-page ul {
        margin: -20px;
    }
    .product-page ul li,
    .video-page ul li,
    .news-page ul li {
        width: 50% !important;
    }
    .product-page .nav {
        display: none;
    }
    .product-page .pro {
        width: 100%;
    }
}
@media screen and (max-width: 700px) {
    .inner-banner h2 {
        font-size: 24px;
    }
    .inner-banner ul li {
        font-size: 16px;
        margin-left: 15px;
    }
    .video-page ul li a h5 {
        font-size: 15px;
    }
    .product-page ul li a.img-box,
    .prodet-page .prodet-3 .box ul li a.img-box {
        margin: 20px 0;
    }
    .prodet-page .prodet-1 .left {
        width: 100%;
    }
    .prodet-page .prodet-1 .right {
        width: 100%;
        padding-top: 30px;
    }
    .prodet-page .prodet-3 {
        padding-bottom: 50px;
    }
    .faq-page ul li .box h4:after {
        top: 20px;
    }
    .faq-page ul li .box .text {
        font-size: 14px;
    }
    .download-page ul li .icon {
        width: 60px;
    }
    .download-page ul li .icon img {
        max-width: 30px;
    }
    .download-page ul li {
        padding-left: 70px;
    }
    .download-page ul li .right h3 {
        padding-right: 100px;
        font-size: 16px;
    }
    .inner-page h2.tit {
        font-size: 24px;
    }
    .culture-page .culture-1 .box ul li {
        width: 100%;
        padding: 10px;
        text-align: left;
    }
    .culture-page .culture-1 .box ul {
        margin: -10px;
    }
    .culture-page .culture-3 .box ul li {
        padding: 5px;
    }
    .culture-page .culture-3 .box ul {
        margin: -5px;
    }
    .form ul li {
        width: 100%;
    }
    .form ul li label,
    .form ul li input,
    .form ul li textarea {
        font-size: 14px;
    }
    .about-page .about-1 .left .list ul li {
        width: 50%;
    }
    .about-page .about-2 .box {
        padding-top: 30px;
    }
    .about-page .about-3 .box ul li .text {
        padding: 0;
        width: 100%;
        height: auto;
    }
    .about-page .about-3 .box ul li .text p {
        height: auto;
    }
    .about-page .about-3 .box ul li .img {
        width: 100%;
    }
    .about-page .about-4 .box .left {
        width: 100%;
        padding-right: 0;
    }
    .about-page .about-4 .box .right {
        display: none;
    }
    .prodet-page .prodet-3 .box ul li .box2 h3,
    .product-page ul li .box2 h3 {
        padding-bottom: 5px;
    }
    .about-page .about-3 .box ul li {
        -webkit-transform: translateY(0) !important;
-moz-transform: translateY(0) !important;
-ms-transform: translateY(0) !important;
-o-transform: translateY(0) !important;
transform: translateY(0) !important;
    }
}
@media screen and (max-width: 500px) {
    .about-page .about-1 .left .list ul li p {
        font-size: 13px;
    }
    .inner-page h2.tit {
        font-size: 20px;
    }
    .inner-banner h2 {
        font-size: 22px;
    }
    .inner-banner {
        display: none !important;
    }
    .inner-page {
        margin-top: 40px !important;
        overflow: hidden;
    }
    .inner-banner br {
        display: none;
    }
    .inner-banner ul {
        display: none !important;
    }
    .mbx {
        display: none;
    }
    .contact-page .contact-1 .left .info ul li {
        font-size: 14px;
		line-height:28px;
    }
    .contact-page .contact-1 .left .info ul li i {
        top: -8px;
    }
    #mapContainer {
        height: 260px !important;
    }
    .form ul li label,
    .form ul li input,
    .form ul li textarea {
        padding: 10px 15px;
    }
    .culture-page .culture-3 .box ul li {
        width: 100%;
    }
    .video-page,
    .news-page,
    .newdet-page,
    .faq-page,
    .download-page {
        padding: 30px 0;
    }
    .download-page ul li .right span {
        display: none;
    }
    .download-page ul li .right h3 {
        padding-right: 0;
        font-size: 14px;
    }
    .download-page ul li .right {
        padding: 10px;
    }
    .faq-page ul li .box h4 {
        font-size: 14px;
    }
    .faq-page ul li .box {
        padding: 0 10px;
    }
    .newdet-page h3 {
        font-size: 20px;
    }
    .newdet-page .box {
        padding: 30px 15px 0;
        margin-top: 20px;
    }
    .newdet-page .box .content {
        font-size: 14px;
        line-height: 1.6;
    }
    .newdet-page .box .m-link div {
        display: block;
        width: 100%;
        padding: 0 !important;
        text-align: left;
    }
    .product-page ul li,
    .video-page ul li,
    .news-page ul li {
        width: 100% !important;
    }
    .prodet-page .prodet-1 .right h4 {
        font-size: 26px;
    }
    .prodet-page .prodet-3 a.more {
        display: none;
    }
    .prodet-page .prodet-1 .right a.more {
        margin-top: 10px;
    }
}


