@font-face {
    font-family: 'd-dinregular';
    src: url('../fonts/d-din-webfont.eot');
    src: url('../fonts/d-din-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/d-din-webfont.woff') format('woff'),
         url('../fonts/d-din-webfont.ttf') format('truetype'),
         url('../fonts/d-din-webfont.svg#d-dinregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'd-dindin-bold';
    src: url('../fonts/d-din-bold-webfont.eot');
    src: url('../fonts/d-din-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/d-din-bold-webfont.woff') format('woff'),
         url('../fonts/d-din-bold-webfont.ttf') format('truetype'),
         url('../fonts/d-din-bold-webfont.svg#d-dindin-bold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/**
 * 全局
 */
body {
    font-family: Arial, Tahoma, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
}
p {
    margin-top: 0;
    margin-bottom: 0;
}
ol, ul, dl {
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}
li {
    list-style: none;
}
a {
    color: #333;
    text-decoration: none;
    background-color: transparent;
    outline: none;
    transition: all 0.5s;
}
a:focus,
a:hover {
    color: #f2bd04;
    text-decoration: none;
}

.animate-box {
    opacity: 0;
}

/**
 * 导航
 */
@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-10rem)
    }

    100% {
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes slideDown {
    0% {
        -moz-transform: translateY(-10rem)
    }

    100% {
        -moz-transform: translateY(0)
    }
}

@-o-keyframes slideDown {
    0% {
        -o-transform: translateY(-10rem)
    }

    100% {
        -o-transform: translateY(0)
    }
}

@keyframes slideDown {
    0% {
        transform: translateY(-10rem)
    }

    100% {
        transform: translateY(0)
    }
}

.animated.slideDown {
    -webkit-animation-name: slideDown;
    -moz-animation-name: slideDown;
    -o-animation-name: slideDown;
    animation-name: slideDown
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-10rem)
    }
}

@-moz-keyframes slideUp {
    0% {
        -moz-transform: translateY(0)
    }

    100% {
        -moz-transform: translateY(-10rem)
    }
}

@-o-keyframes slideUp {
    0% {
        -o-transform: translateY(0)
    }

    100% {
        -o-transform: translateY(-10rem)
    }
}

@keyframes slideUp {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-10rem)
    }
}

.animated.slideUp {
    -webkit-animation-name: slideUp;
    -moz-animation-name: slideUp;
    -o-animation-name: slideUp;
    animation-name: slideUp
}
header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    height: 100px;
}
header.index {
    background: rgba(19,12,14,0.3);
}
header.inside {
    background: rgba(0,0,0,0.86);
}
.navbar {
    margin-bottom: 0;
}
.navbar-brand {
    height: auto;
    padding: 0;
    margin-top: 16px;
    margin-left: 45px !important;
}
.navbar-default {
    background: none;
    border: none;
    border-radius: 0;
}
@media (min-width: 768px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
}

.header-menu {
    float: right;
    width: 45%;
}
.menu-1 {
    float: left;
    width: 90%;
}
.menu-1>li {
    float: left;
    width: 16.666666%;
    height: 100px;
    line-height: 100px;
    text-align: center;
}
.menu-1>li>a {
    font-family: 'd-dinregular';
    font-size: 1.4rem;
    color: #fff;
    text-transform: uppercase;
    padding: 0 5px 7px;
    border-bottom: 3px solid transparent;
    transition: all 1s;
}
.menu-1>li>a:hover,
.menu-1>li>a.active {
    border-color: #f2bd04;
}
#p1 #h1,
#p2 #h2,
#p3 #h3,
#p4 #h4,
#p5 #h5,
#p51 #h5,
#p6 #h6,
#p61 #h6 {
    border-color: #f2bd04;
}

.children-menu {
    position: absolute;
    top: 100px;
    right: 0;
    left: 0;
    z-index: 10;
    display: none;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 10px;
    background: rgba(0,0,0,0.5);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.children-menu li a {
    display: block;
    font-family: 'd-dinregular';
    font-size: 1.3rem;
    line-height: 40px;
    color: #fff;
    text-align: center;
}
.children-menu li a:hover {
    color: #000;
    background: #fff;
}

.search{
    float:right;
    width: 10%;
}
.search-box li {
    float: left;
}
.search-box span {
    display: block;
    width: 60px;
    height: 100px;
}
.search-box span.one {
    background: url(../img/ssd.png) no-repeat center;
}
.seek-bg {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    background-size: cover;
    position: fixed;
    top: 0;
    display: none;
    left: 0;
    z-index: 100;
}
.seek-bg-box {
    width: 620px;
    height: 50px;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    display: none;
    line-height: 50px;
    z-index: 110;
    margin-left: -310px;
    top: 177px;
}
.seek-bg-box .submit {
    float: right;
    padding-right: 30px;
    width: 16px;
    height: 50px;
    border: none;
    background: url(../img/img02.png) no-repeat center;
    outline: none;
}
.seek-bg-box .s-txt {
    float: left;
    line-height:50px;
    padding: 0;
    padding-left: 21px;
    width: 500px;
    border: none;
    font-size: 14px;
    border-radius: 4px;
    color: #a3a3a3;
    outline: none;
}

/**
 * banner
 */
#banner .swiper-slide img {
    margin-right: auto;
    margin-left: auto;
}
#banner .sp-1{
    bottom:5%
}
#banner .sp-1 .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius:100%;
    background: #fff;
    opacity:1
}
#banner .sp-1 .swiper-pagination-bullet-active{
    opacity: 1;
    width: 40px;
    height: 10px;
    border-radius:15px;
}
#banner .slide-text {
    position: absolute;
    top: 30%;
    right: 0;
    left: 0;
    text-align: center;
}
#banner .slide-text h1 {
    font-family: 'd-dindin-bold';
    font-size: 5.7rem;
    color: #fff;
    text-shadow: 0 3px 3px rgba(0,0,0,0.3);
}
#banner .slide-text p {
    font-family: 'd-dinregular';
    font-size: 1.8rem;
    line-height: 1.5;
    color: #fff;
    margin-top: 26px;
}
#banner .slide-text a {
    display: inline-block;
    font-family: 'd-dindin-bold';
    font-size: 1.6rem;
    color: #fff;
    padding: 1.2rem 4rem;
    border-radius: 100px;
    background-color: #000;
    margin-top: 45px;
}

/**
 * 首页关于我们
 */
.index-about {
    padding-top: 185px;
    padding-bottom: 105px;
}
.index-about-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.my-slider {
    float: right;
    width: 47%;
    height: 470px;
    overflow: visible;
    transform: translateZ(0);
}
.cardslider__cards {
    width: 100%;
    height: 100%;
}
.cardslider__card {
    background: none !important;
}
.cardslider__card img {
    border-radius: 15px;
}
.cardslider__direction-nav {
    right: 0;
    bottom: -55px;
    left: 0;
    display: flex;
    justify-content: center;
}
.cardslider__nav-next, .cardslider__nav-prev {
    border-width: 1px;
    border-color: #ccc;
    transform: rotate(90deg);
}
.cardslider__nav-next {
    margin-bottom: 0;
    margin-left: 50px;
    order: 1;
}
.cardslider__nav-next:active, .cardslider__nav-prev:active {
    transform: scale(1);
    transform: rotate(90deg);
}

.index-about-text {
    float: left;
    width: 36%;
}
.index-about-text h2 {
    font-size: 4rem;
    font-weight: bold;
    color: #020202;
    margin-bottom: 25px;
}
.index-about-text p {
    font-family: 'd-dinregular';
    font-size: 1.4rem;
    line-height: 1.75;
    color: #000;
}
.index-about-text p span {
    font-family: 'd-dindin-bold';
}
.index-about-text a {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    padding: 1.45rem 6.2rem;
    background-color: #000;
    border-radius: 100px;
    margin-top: 29px;
}
.index-about-text img {
    margin-top: 35px;
    margin-left: 10px;
}

/**
 * 首页产品
 */
.index-product {
    position: relative;
    padding-top: 185px;
    padding-bottom: 136px;
    background-color: #f1f1f1;
}
.index-product-container {
    width: 81%;
    margin-right: auto;
    margin-left: auto;
}
.index-product h1::before {
    content: 'Products';
    position: absolute;
    top: 59px;
    left: 237px;
    font-size: 17rem;
    font-weight: bold;
    color: rgba(0,0,0,0.8);
}
.index-product h1::after {
    content: 'Products';
    position: absolute;
    top: 59px;
    left: 237px;
    z-index: 10;
    font-size: 17rem;
    font-weight: bold;
    color: rgba(0,0,0,0.5);
}
#index-product .swiper-slide {
    padding: 0 62px;
}
#index-product .swiper-slide img {
    border-radius: 20px;
}
#index-product .slider-ticket {
    position: absolute;
    top: 50%;
    right: 120px;
    width: 550px;
    padding: 4rem 4rem 4rem 10rem;
    background-color: #fff;
    box-shadow: -1px 2px 11px 5px rgba(0,0,0,.12);
    transform: translateY(-50%);
}
#index-product .slider-ticket .slider-ticket-img {
    position: absolute;
    top: 11px;
    left: 15px;
}
#index-product .slider-ticket .desc h2 {
    font-size: 4rem;
    font-weight: bold;
    color: #000;
}
#index-product .slider-ticket .desc p {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #000;
    margin-top: 11px;
}
#index-product .slider-ticket .desc a {
    display: inline-block;
    font-size: 1.6rem;
    color: #fff;
    padding: 1.5rem 6rem;
    background-color: #000;
    border-radius: 100px;
    margin-top: 16px;
}
#index-product .slider-ticket .side-rip {
    position: absolute;
    top: 0;
    right: -7px;
    width: 7px;
    height: 100%;
    background: url(../img/images/ticket_triangle.png) repeat-y;
}

#index-product .swiper-pagination-fraction {
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    font-size: 10.5rem;
    line-height: 72px;
    color: #c1c5c7;
    padding-right: 120px;
}
#index-product .swiper-next, #index-product .swiper-prev {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    border: 1px solid #888;
    border-radius: 100%;
    transform: rotate(90deg);
    cursor: pointer;
}
#index-product .swiper-next {
    right: 0;
    background: url("../img/arrow-up.png") center no-repeat;
    background-size: 20px 20px;
}
#index-product .swiper-prev {
    left: 0;
    background: url("../img/arrow-down.png") center no-repeat;
    background-size: 20px 20px;
}

/**
 * 首页新闻
 */
.index-news {
    position: relative;
    padding-top: 160px;
    background: url(../img/images/index-newsbg.png) right 105px no-repeat;
}
.index-news-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
#index-news {
    position: relative;
}
#index-news:hover {
    z-index: 30;
}
#index-news .swiper-slide {
    padding-top: 108px;
    padding-bottom: 157px;
}
#index-news .index-news-img {
    float: left;
    width: 48%;
}
#index-news .index-news-img img {
    border-radius: 30px;
}
#index-news .index-news-text {
    position: relative;
    float: right;
    width: 41%;
}
#index-news .index-news-text>span {
    position: absolute;
    top: -112px;
    left: -76px;
    display: block;
    font-size: 7rem;
    line-height: 70px;
    color: #dedede;
}
#index-news .index-news-text h3 {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.4;
    color: #000;
    margin-top: 24px;
}
#index-news .index-news-text p {
    font-size: 1.4rem;
    line-height: 1.9;
    color: #000;
    margin-top: 17px;
}
#index-news .index-news-text time {
    display: block;
    font-family: 'd-dinregular';
    font-size: 1.6rem;
    color: #989898;
    margin-top: 33px;
}
#index-news .index-news-text time span {
    display: block;
    font-size: 4.8rem;
    line-height: 67px;
    color: #000;
}
#index-news .index-news-text a {
    display: inline-block;
    font-size: 1.6rem;
    color: #fff;
    padding: 1.5rem 6rem;
    background: linear-gradient(to right, #030000, #4f4f4f);
    border-radius: 100px;
    margin-top: 39px;
}
#index-news .sp-p, #index-news .sp-n {
    position: absolute;
    right: 0;
    bottom: 146px;
    z-index: 10;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    cursor: pointer;
}
#index-news .sp-p {
    right: 40px;
    border-right: 20px solid #7c7c7c;
}
#index-news .sp-n {
    border-left: 20px solid #7c7c7c;
}
.index-video {
    position: absolute;
    top: 136px;
    left: 0;
    z-index: 20;
}
.index-video>img {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.index-video button {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
}
.index-video .btn-primary, .index-video .btn-primary:focus, .index-video .btn-primary.focus {
    padding: 0;
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
}

/**
 * 底部
 */
footer {
    background: url(../img/footerbg.jpg) center no-repeat;
    background-size: cover;
    padding-top: 146px;
}
.footer-subscribe {
    width: 42%;
    margin-right: auto;
    margin-left: auto;
}
.footer-subscribe p {
    font-family: 'd-dinregular';
    font-size: 3rem;
    font-style: italic;
    color: #707070;
    text-align: center;
}
.footer-subscribe form {
    position: relative;
    margin-top: 28px;
}
.footer-subscribe form input {
    width: 100%;
    height: 114px;
    font-family: 'd-dinregular';
    font-size: 6rem;
    color: #a9a9a9;
    background: none;
    padding: 40px 4px;
    border: none;
    border-bottom: 1px solid #8a8a8a;
    outline: none;
    transition: all 0.5s;
}
.footer-subscribe form input:focus {
    border-color: #fff;
}
.footer-subscribe form button {
    position: absolute;
    top: 50%;
    right: 1px;
    display: block;
    width: 53px;
    height: 53px;
    font-size: 2rem;
    line-height: 51px;
    color: #8a8a8a;
    background: none;
    padding: 0;
    border: 1px solid #8a8a8a;
    border-radius: 100%;
    outline: none;
    transition: all 0.5s;
    transform: translateY(-50%);
}
.footer-subscribe form button:hover {
    color: #fff;
    border-color: #fff;
}
.footer-box {
    width: 92.5%;
    margin-top: 96px;
    margin-right: auto;
    margin-left: auto;
}
.footer-box li {
    float: left;
    width: 49%;
    height: 412px;
    text-align: center;
    background-color: #282828;
    padding-top: 84px;
    margin-right: 2%;
}
.footer-box li:last-of-type {
    background-color: #202020;
    margin-right: 0;
}
.footer-box li h2 {
    font-family: 'd-dindin-bold';
    font-size: 3rem;
    color: #a9a9a9;
}
.footer-box li p {
    font-family: 'd-dinregular';
    font-size: 1.8rem;
    font-style: italic;
    color: #4c4c4c;
    margin-top: 25px;
}
.footer-box li:last-of-type p {
    color: #8f8f8f;
}
.footer-box li a {
    display: inline-block;
}
.footer-box li:first-of-type a {
    width: 119px;
    height: 119px;
    font-family: 'd-dinregular';
    font-size: 1.8rem;
    font-style: italic;
    line-height: 117px;
    color: #a9a9a9;
    border: 1px solid #a9a9a9;
    border-radius: 100%;
    margin-top: 45px;
}
.footer-box li:first-of-type a:hover {
    color: #fff;
    border-color: #fff
}
.footer-box li:last-of-type a {
    width: 60px;
    height: 60px;
    font-size: 3rem;
    color: #999;
    background-color: #171717;
    margin-top: 68px;
    margin-right: 3px;
    margin-left: 3px;
}
.footer-box li:last-of-type a span {
    line-height: 60px;
    transition: all 0.5s;
}
.footer-box li:last-of-type a:first-of-type:hover {
    background-color: #3b5998;
}
.footer-box li:last-of-type a:nth-of-type(2):hover {
    background-color: #0077b5;
}
.footer-box li:last-of-type a:last-of-type:hover {
    background-color: #fff;
}
.footer-box li:last-of-type a:hover span {
    color: #fff;
}
.footer-box li:last-of-type a:last-of-type:hover span {
    color: #ff011d;
}
.copyright {
    font-size: 1.2rem;
    line-height: 82px;
    color: #555;
    text-align: center;
}
.copyright a {
    color: #555;
}
.copyright a:hover {
    color: #fff;
}

/**
 * 内页
 */
.section {
    margin-top: 100px;
}
.inside-banner {
    position: relative;
}
.inside-banner-text {
    position: absolute;
    top: 35%;
    right: 0;
    left: 0;
    z-index: 1;
}
.inside-banner-text h1 {
    font-size: 4.8rem;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    padding-left: 58px;
}
.inside-banner-text h1::after {
    content: '';
    display: block;
    width: 46px;
    height: 4px;
    margin-top: 17px;
    background-color: #fff;
}
.inside-list {
    background-color: #f1f1f1;
}
.inside-list li {
    float: left;
    height: 60px;
    line-height: 60px;
    margin-right: 40px;
}
.inside-list li a {
    display: block;
    font-size: 1.4rem;
    line-height: 57px;
    color: #333;
    text-transform: uppercase;
    padding: 0 10px;
    border-bottom: 3px solid transparent;
}
.inside-list li a:hover {
    border-bottom-color: #f2bd04;
}

#p3 #n1,
#p4 #t1,
#p5 #s1,
#p51 #s2,
#p61 #c1 {
    border-bottom-color: #f2bd04;
}

.pager li>a, .pager li>span {
    font-family: sans-serif;
    padding: 8px 14px;
    margin: 0 24px;
    border-radius: 100px;
}

/**
 * About Us
 */
.about-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.about {
    background: url(../img/images/aboutbg.jpg) center no-repeat;
    background-size: cover;
    padding-top: 152px;
    padding-bottom: 144px;
    margin-top: 100px;
}
.about-title {
    font-size: 4.8rem;
    font-weight: bold;
    color: #000;
    margin-bottom: 34px;
}
.about-text {
    width: 41%;
}
.about-text p {
    font-family: 'd-dinregular';
    font-size: 1.4rem;
    line-height: 1.75;
    color: #000;
    margin-top: 24px;
}
.about-text p span {
    font-family: 'd-dindin-bold';
}

.culture {
    position: relative;
    padding-top: 261px;
    padding-bottom: 235px;
}
.culture-img img {
    position: absolute;
    width: 264px;
    border-radius: 100%;
}
.culture-img .img1 {
    top: 100px;
    left: 247px;
}
.culture-img .img2 {
    top: 100px;
    left: 651px;
}
.culture-img .img3 {
    top: 344px;
    left: 30px;
}
.culture-img .img4 {
    top: 344px;
    left: 433px;
}
.culture-img .img5 {
    bottom: -166px;
    left: 209px;
}
.culture-text {
    float: right;
    width: 44%;
}
.culture-text p {
    font-size: 1.4rem;
    line-height: 1.75;
    color: #000;
    margin-top: 24px;
}

.quality {
    background-color: #f1f1f1;
    padding-top: 79px;
    padding-bottom: 100px;
}
.quality-text {
    float: left;
    width: 35%;
    margin-top: 249px;
}
.quality-text p {
    font-size: 1.4rem;
    line-height: 1.75;
    color: #000;
    margin-top: 24px;
}
.quality-text img {
    margin-top: 42px;
}
.quality-img {
    float: right;
    width: 50%;
}

.about-video {
    background: url(../img/images/videobg.png) right 50px no-repeat;
    padding-top: 175px;
    padding-bottom: 187px;
}
.about-video-img {
    position: relative;
    z-index: 1;
    float: left;
    width: 69%;
    margin-top: 16px;
}
.about-video-img::after {
    content: '';
    position: absolute;
    top: 35px;
    left: 40px;
    z-index: -1;
    display: block;
    width: 1000px;
    height: 650px;
    background-color: #000;
    border-radius: 30px;
}
.about-video-img img {
    border-radius: 30px;
}
.about-video-img button {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
}
.about-video-img .btn-primary, .about-video-img .btn-primary:focus, .about-video-img .btn-primary.focus {
    padding: 0;
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
}
.about-video-text {
    float: right;
    width: 25%;
}
.about-video-text .about-title::after {
    content: '';
    display: block;
    width: 130px;
    height: 2px;
    background-color: #2b2b2b;
    margin-top: 19px;
}
.about-video-text p {
    font-size: 1.4rem;
    line-height: 1.75;
    color: #000;
    margin-top: 24px;
}

/**
 * Events
 */
.news {
    padding-bottom: 70px;
}
.news-grid {
    padding-top: 65px;
    padding-bottom: 65px;
}
.news-grid:nth-of-type(even) {
    background-color: #f1f1f1;
}
.news-grid:nth-of-type(odd) .news-img {
    float: left;
}
.news-grid:nth-of-type(odd) .news-text {
    float: right;
}
.news-grid:nth-of-type(even) .news-img {
    float: right;
}
.news-grid:nth-of-type(even) .news-text {
    float: left;
}
.news-img {
    width: 39%;
}
.news-img img {
    border-radius: 30px;
}
.news-text {
    width: 47%;
}
.news-text h3 {
    margin-top: 24px;
}
.news-text h3 a {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.4;
    color: #000;
}
.news-text h3 a:hover {
    color: #f2bd04;
}
.news-text p {
    font-size: 1.4rem;
    line-height: 1.9;
    color: #000;
    margin-top: 17px;
}
.news-text time {
    display: block;
    font-family: 'd-dinregular';
    font-size: 1.6rem;
    color: #989898;
    margin-top: 33px;
}
.news-text time span {
    display: block;
    font-size: 4.8rem;
    line-height: 67px;
    color: #000;
}

.newsshow {
    padding-top: 65px;
}
.newsshow h2 {
    font-size: 2.4rem;
    color: #000;
}
.newsshow time {
    display: block;
    font-family: 'd-dinregular';
    color: #555;
    padding-top: 10px;
}
.newsshow time span {
    margin-right: 5px;
}
.newsshow article {
    font-size: 1.6rem;
    line-height: 1.7;
    padding-top: 15px;
    margin-top: 20px;
    margin-bottom: 40px;
    border-top: 1px dashed #ccc;
}

/**
 * Products
 */
.product-banner h1 {
    text-align: center;
    padding-left: 0;
}
.product-banner h1::after {
    margin-right: auto;
    margin-left: auto;
}

.product {
    padding-bottom: 40px;
    margin-top: 40px;
}
.product-list {
    margin-top: 10px;
}
.product-list li {
    float: left;
    line-height: 2.4;
    margin-right: 50px;
    white-space: nowrap;
}
.product-list li a {
    font-size: 1.4rem;
    text-transform: uppercase;
}
.product-grid {
    margin-bottom: 24px;
}
.product-grid a {
    display: block;
}
.product-grid h4 {
    position: relative;
    font-size: 1.8rem;
    line-height: 50px;
    text-transform: uppercase;
    padding-right: 50px;
    padding-left: 30px;
    background-color: #f1f1f1;
}
.product-grid span {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 1.4rem;
}

.productshow {
    padding-bottom: 60px;
    margin-top: 40px;
}
.flexslider {
    margin-bottom: 20px;
    border-radius: 0;
}
.flex-direction-nav a:before {
    line-height: 40px;
}
.productshow-text h2 {
    font-size: 1.8rem;
    color: #555;
    margin-top: 20px;
}
.productshow-text h2 span {
    font-size: 3rem;
    color: #000;
}
.productshow-text h4 {
    font-size: 1.8rem;
    color: #000;
    padding-bottom: 22px;
    margin-top: 32px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e4e4e4;
}
.productshow-text h4 span {
    display: block;
    font-size: 1.4rem;
    color: #848484;
    margin-top: 14px;
}
.productshow-text h6 {
    font-size: 1.4rem;
    line-height: 1.6;
    color: #000;
}
.productshow-text h6 span {
    color: #848484;
}
.productshow-text figure {
    padding-top: 20px;
    margin-top: 31px;
    border-top: 1px solid #e4e4e4;
}

.productshow-other {
    margin-top: 17px;
}
#collocation, #similar {
    margin-top: 26px;
}
#collocation .item a {
    display: block;
    background-color: #ededed;
    border: 1px solid #ededed;
}
#collocation .item a h5 {
    float: left;
    width: 39%;
    font-size: 1.8rem;
    line-height: 170px;
    color: #2d2c2c;
    text-align: center;
}
#collocation .item a img {
    float: right;
    width: 61%;
}
#collocation .item a:hover {
    background-color: #252829;
    border-color: #252829;
}
#collocation .item a:hover h5 {
    color: #fff;
}

#similar .item a {
    position: relative;
    display: block;
    border: 1px solid transparent;
}
#similar .item a h5 {
    position: absolute;
    right: 0;
    bottom: -39px;
    left: 0;
    font-size: 1.4rem;
    line-height: 38px;
    color: #333;
    padding: 0 15px;
    background: rgba(255,255,255,0.5);
    transition: all 0.5s;
}
#similar .item a:hover {
    border-color: #959595;
}
#similar .item a:hover h5 {
    bottom: 0;
}

#collocation .owl-nav .owl-next, #collocation .owl-nav .owl-prev,
#similar .owl-nav .owl-next, #similar .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    font-family: sans-serif;
    font-size: 3.6rem;
    font-weight: bold;
    transform: translateY(-50%);
}
#collocation .owl-nav .owl-next, #similar .owl-nav .owl-next {
    right: -42px;
}
#collocation .owl-nav .owl-prev, #similar .owl-nav .owl-prev {
    left: -42px;
}

/**
 * Service Support
 */
.download {
    padding-top: 70px;
    padding-bottom: 70px;
}
.download-grid {
    margin-bottom: 30px;
}
.download-grid h3 {
    font-size: 1.4rem;
    line-height: 3;
    color: #333;
    text-transform: uppercase;
    margin-top: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.download-grid a {
    font-size: 1.2rem;
    text-transform: uppercase;
}
.download-grid a span {
    margin-left: 10px;
}

.network {
    padding-top: 52px;
    padding-bottom: 70px;
}
.network-text {
    margin-top: 158px;
}
.network-text h1 {
    font-size: 4.8rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 48px;
}
.network-text p {
    font-size: 1.4rem;
    line-height: 1.75;
    color: #333;
    margin-top: 25px;
}
.network-img img {
    margin-right: auto;
    margin-left: auto;
}

/**
 * Contact Us
 */
.map {
    position: relative;
    height: 800px;
    margin-top: 100px;
}
.contact-info {
    position: absolute;
    top: 164px;
    right: 414px;
    z-index: 2;
    width: 426px;
    background-color: #fff;
    padding: 34px 50px 64px;
}
.contact-info address {
    font-size: 1.4rem;
    line-height: 1.65;
    color: #333;
    padding-top: 23px;
    padding-bottom: 12px;
    margin-top: 12px;
    margin-bottom: 17px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}
.contact-info strong {
    display: block;
    font-size: 1.6rem;
    color: #191919;
}
.contact-info span {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fefefe;
    background-color: #000;
    padding: 1rem 2.5rem;
    margin-top: 7px;
}

.feedback {
    padding-top: 43px;
    padding-bottom: 70px;
}
.feedback-text {
    width: 88%;
    margin-right: auto;
    margin-left: auto;
}
.feedback-text h1 {
    font-size: 4.8rem;
    font-weight: bold;
    color: #000;
}
.feedback-text p {
    width: 62%;
    font-size: 1.4rem;
    line-height: 1.85;
    color: #000;
    margin-top: 10px;
}
.contact-form {
    width: 88%;
    margin-top: 47px;
    margin-right: auto;
    margin-left: auto;
}
.contact-form .form-group {
    margin-bottom: 35px;
}
.form-grid input {
    width: 100%;
    height: 44px;
    font-size: 1.2rem;
    color: #333;
    padding: 14px;
    background: none;
    border: 1px solid #c3c3c3;
    outline: none;
}
.form-grid textarea {
    width: 100%;
    height: 280px;
    font-size: 1.2rem;
    color: #333;
    padding: 14px;
    border: 1px solid #c3c3c3;
    outline: none;
    resize: none;
}
.form-grid button {
    font-size: 1.6rem;
    color: #fff;
    padding: 11px 56px;
    background: #2b2b2b;
    border: none;
    outline: none;
}

/**
 * Responsive
 */
@media (min-width: 1920px) {
    .index-about-container,
    .about-container {
        width: 1480px;
    }
}
@media (min-width: 1440px) {
    .index-news-container {
        width: 1360px;
    }
    .container {
        width: 1230px;
    }
}
@media (max-width: 1919px) {
    .header-menu {
        width: 52%;
    }
    .index-about-container,
    .about-container {
        width: 1360px;
    }
    .index-product-container {
        width: 95%;
    }
    .index-product h1::before,
    .index-product h1::after {
        left: 107px;
    }
    #index-product .swiper-pagination-fraction {
        padding-right: 0;
    }
    .footer-subscribe {
        width: 50%;
    }
    .about-video-img::after {
        width: 918px;
        height: 596px;
    }
}
@media (max-width: 1599px) {
    .header-menu {
        width: 58%;
    }
    .index-product h1::before,
    .index-product h1::after {
        top: 75px;
        font-size: 15rem;
    }
    #index-product .swiper-pagination-fraction {
        font-size: 10rem;
    }
    .culture-img img {
        width: 220px;
    }
    .culture-img .img1 {
        left: 200px;
    }
    .culture-img .img2 {
        left: 500px;
    }
    .culture-img .img4 {
        left: 350px;
    }
    .culture-img .img5 {
        bottom: -110px;
        left: 180px;
    }
    .about-video-img {
        width: 65%;
    }
    .about-video-img::after {
        width: 865px;
        height: 562px;
    }
    .about-video-text {
        width: 29%;
    }
    .contact-info {
        right: 200px;
    }
}
@media (max-width: 1439px) {
    .navbar-brand {
        margin-left: 0 !important;
    }
    .header-menu {
        width: 76%;
    }
    .menu-1>li>a {
        font-size: 1.3rem;
    }
    #banner .slide-text h1 {
        font-size: 3.6rem;
    }
    #banner .slide-text p {
        font-size: 1.4rem;
    }
    #banner .slide-text a {
        padding: 1rem 3rem;
        margin-top: 30px;
    }
    .index-about-container,
    .about-container {
        width: 970px;
    }
    .my-slider {
        height: 320px;
    }
    .index-about-text {
        width: 45%;
    }
    .index-product {
        padding-top: 150px;
    }
    .index-product h1::before,
    .index-product h1::after {
        font-size: 10rem;
    }
    #index-product .slider-ticket {
        width: 450px;
    }
    #index-product .slider-ticket .desc a {
        padding: 1rem 4rem;
    }
    .index-video {
        display: none;
    }
    #index-news .index-news-text {
        width: 45%;
    }
    #index-news .index-news-text>span {
        left: -56px;
        font-size: 5rem;
    }
    .footer-subscribe {
        width: 70%;
    }
    .footer-subscribe form input {
        height: 80px;
        font-size: 4.8rem;
        padding: 30px 4px;
    }
    .footer-subscribe form button {
        width: 45px;
        height: 45px;
        line-height: 43px;
    }
    .footer-box li {
        height: 312px;
        padding-top: 34px;
    }
    .about {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .about-text {
        width: 50%;
    }
    .culture {
        padding-top: 200px;
        padding-bottom: 170px;
    }
    .culture-img img {
        width: 180px;
    }
    .quality-text {
        width: 45%;
        margin-top: 100px;
    }
    .about-video-img::after {
        width: 611px;
        height: 397px;
    }
    .about-video-img button {
        width: 80px;
        margin-top: -40px;
        margin-left: -40px;
    }
    .inside-banner-text h1 {
        font-size: 3.6rem;
    }
    .news-img {
        width: 45%;
    }
	#collocation .item a h5 {
		line-height: 131px;
	}
    .network-text {
        margin-top: 100px;
    }
    .contact-info {
        right: 10px;
    }
}
@media (max-width: 1023px) {
    .index-about-container,
    .about-container {
        width: 750px;
    }
    .menu-1 {
        width: 100%;
    }
    .menu-1>li>a {
        font-size: 1.1rem;
    }
    .search {
        display: none;
    }
    #banner .slide-text h1 {
        font-size: 3rem;
    }
    #banner .slide-text p {
        font-size: 1.2rem;
        margin-top: 10px;
    }
    #banner .slide-text a {
        font-size: 1.4rem;
        margin-top: 20px;
    }
    .index-about {
        padding-top: 120px;
        padding-bottom: 60px;
    }
    .my-slider {
        float: none;
        width: 95%;
        height: 500px;
        margin-right: auto;
        margin-left: auto;
    }
    .cardslider__direction-nav {
        bottom: -30px;
    }
    .index-about-text {
        float: none;
        width: 100%;
        margin-top: 60px;
    }
    .index-about-text a {
        padding: 1.2rem 4.5rem;
    }
    .index-product {
        padding-top: 100px;
        padding-bottom: 60px;
    }
    .index-product h1::before, .index-product h1::after {
        top: 40px;
        left: 75px;
        font-size: 8rem;
    }
    #index-product .swiper-slide {
        padding: 0 50px 60px;
    }
    #index-product .slider-ticket {
        top: auto;
        right: 80px;
        bottom: 10px;
        transform: translateY(0);
    }
    #index-product .swiper-pagination-fraction {
        font-size: 3.6rem;
        justify-content: flex-start;
        padding-left: 50px;
    }
    .index-news {
        padding-top: 60px;
        background-position: right 30px;
    }
    #index-news .swiper-slide {
        padding-top: 0;
        padding-bottom: 60px;
    }
    #index-news .index-news-img {
        float: none;
        width: 100%;
    }
    #index-news .index-news-img img {
        margin-right: auto;
        margin-left: auto;
    }
    #index-news .index-news-text {
        float: none;
        width: 100%;
    }
    #index-news .index-news-text>span {
        position: static;
    }
    #index-news .sp-p, #index-news .sp-n {
        bottom: 50px;
    }
    footer {
        padding-top: 60px;
    }
    .footer-subscribe {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .footer-box li h2 {
        font-size: 2.4rem;
    }
    .about {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .about-text {
        width: 100%;
    }
    .culture {
        padding-bottom: 30px;
    }
    .culture-img img {
        width: 150px;
    }
    .culture-img .img1 {
        top: 50px;
        left: 110px;
    }
    .culture-img .img2 {
        top: 50px;
        left: 300px;
    }
    .culture-img .img3 {
        top: 220px;
        left: 15px;
    }
    .culture-img .img4 {
        top: 230px;
        left: 200px;
    }
    .culture-img .img5 {
        top: 400px;
        bottom: auto;
        left: 100px;
    }
    .culture-text {
        width: 60%;
    }
    .quality-text {
        float: none;
        width: 100%;
        margin-top: 0;
    }
    .quality-img {
        float: none;
        width: 100%;
        margin-top: 30px;
    }
    .quality-img img {
        margin-right: auto;
        margin-left: auto;
    }
    .about-video {
        padding-top: 100px;
        padding-bottom: 60px;
    }
    .about-video-img {
        float: none;
        width: 95%;
        margin-top: 0;
    }
    .about-video-img::after {
        width: 684px;
        height: 445px;
    }
    .about-video-text {
        float: none;
        width: 100%;
        margin-top: 60px;
    }
    .inside-list li {
        margin-right: 20px;
    }
    .news-img,
    .news-text {
        width: 100%;
    }
    .news-img img {
        margin-right: auto;
        margin-left: auto;
    }
    .news-grid:nth-of-type(odd) .news-img,
    .news-grid:nth-of-type(odd) .news-text,
    .news-grid:nth-of-type(even) .news-img,
    .news-grid:nth-of-type(even) .news-text {
        float: none;
    }
    .product-list li {
        margin-right: 20px;
    }
    .product-list li a {
        font-size: 1.2rem;
    }
    #collocation .item a h5 {
        line-height: 155px;
    }
    #collocation .owl-nav .owl-prev, #similar .owl-nav .owl-prev {
        left: 0;
    }
    #collocation .owl-nav .owl-next, #similar .owl-nav .owl-next {
        right: 0;
    }
    .network-text {
        margin-top: 0;
    }
    .network-img {
        margin-top: 30px;
    }
    .map {
        height: auto;
    }
    #container {
        position: relative !important;
        height: 450px !important;
    }
    .contact-info {
        position: static;
        width: 100%;
    }
    .feedback {
        padding-bottom: 30px;
    }
    .feedback-text {
        width: 100%;
    }
    .feedback-text p {
        width: 100%;
    }
    .contact-form {
        width: 100%;
    }
    .contact-form .form-group {
        margin-bottom: 0;
    }
    .form-grid {
        margin-bottom: 35px;
    }
}
@media (max-width: 767px) {
    header.index {
        background: rgba(0,0,0,0.86);
    }
    .navbar-brand {
        margin-left: 15px !important;
    }
    .container-fluid>.navbar-header {
        height: 100px;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        background-color: #fff;
    }
    .navbar-default .navbar-toggle {
        border: none;
        margin-top: 34px;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background: none;
    }
    .header-menu {
        display: none;
    }
    #banner {
        margin-top: 100px;
    }
    #banner .slide-text {
        top: 15%;
    }
    #banner .slide-text h1 {
        font-size: 1.8rem;
    }
    #banner .slide-text p {
        font-size: 1rem;
    }
    #banner .slide-text a {
        font-size: 1.2rem;
        padding: 0.5rem 1.5rem;
        margin-top: 10px;
    }
    #banner .sp-1 {
        display: none;
    }
    .index-about-container,
    .about-container {
        width: 100%;
    }
    .index-about {
        padding-top: 80px;
    }
    .my-slider {
        height: 290px;
    }
    .index-product {
        padding-top: 75px;
    }
    .index-product-container {
        width: 100%;
    }
    .index-product h1::before, .index-product h1::after {
        left: 10px;
        font-size: 5rem;
    }
    #index-product .swiper-slide {
        padding: 0 0 110px 0;
    }
    #index-product .slider-ticket {
        right: 0;
        bottom: 55px;
        left: 0;
        width: 100%;
        padding: 0;
        background: none;
        box-shadow: none;
    }
    #index-product .slider-ticket .slider-ticket-img {
        display: none;
    }
    #index-product .slider-ticket .desc {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    #index-product .slider-ticket .desc h2 {
        width: 100%;
        font-size: 3.6rem;
        color: #fff;
        text-align: center;
    }
    #index-product .slider-ticket .desc p {
        display: none;
    }
    #index-product .slider-ticket .side-rip {
        display: none;
    }
    #index-product .swiper-pagination-fraction {
        justify-content: center;
        font-size: 3rem;
        line-height: 40px;
        padding-left: 0;
    }
    #index-product .swiper-next, #index-product .swiper-prev {
        top: auto;
        bottom: 1px;
        margin-top: 0;
    }
    #index-product .swiper-next {
        right: 15px;
    }
    #index-product .swiper-prev {
        left: 15px;
    }
    #index-news .index-news-text>span {
        font-size: 3.6rem;
    }
    #index-news .index-news-text h3 {
        font-size: 2.4rem;
        margin-top: 0;
    }
    #index-news .index-news-text time {
        margin-top: 0;
    }
    #index-news .index-news-text a {
        padding: 1rem 4rem;
        margin-top: 20px;
    }
    .footer-subscribe form input {
        height: 60px;
        font-size: 3.6rem;
        padding: 20px 4px;
    }
    .footer-subscribe form button {
        width: 40px;
        height: 40px;
        line-height: 38px;
    }
    .footer-box {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-top: 30px;
    }
    .footer-box li {
        float: none;
        width: 100%;
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
        margin-right: 0;
    }
    .copyright {
        line-height: 1.4;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .about-title {
        font-size: 4rem;
    }
    .culture-img img {
        width: 100px;
    }
    .culture-img .img1 {
        left: 100px;
    }
    .culture-img .img2 {
        left: 250px;
    }
    .culture-img .img3 {
        top: 150px;
    }
    .culture-img .img4 {
        top: 150px;
        left: 175px;
    }
    .culture-img .img5 {
        top: 250px;
        left: 90px;
    }
    .culture-text {
        float: none;
        width: 100%;
    }
    .quality {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .about-video-img::after {
        top: 20px;
        left: 20px;
        width: 375px;
        height: 244px;
    }
    .about-video-img button {
        width: 60px;
        margin-top: -30px;
        margin-left: -30px;
    }
    .inside-banner-text {
        top: 20%;
    }
    .inside-banner-text h1 {
        font-size: 2.4rem;
    }
    .inside-list {
        padding-top: 10px;
    }
    .inside-list li {
        height: auto;
        line-height: 40px;
    }
    .inside-list li a {
        line-height: 37px;
    }
    .news {
        padding-bottom: 40px;
    }
    .news-grid {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .news-text h3 a {
        font-size: 2.4rem;
    }
    .news-text time {
        margin-top: 0;
    }
    .newsshow {
        padding-top: 40px;
    }
    #collocation .item a h5 {
        width: 41%;
        line-height: 175px;
    }
    #collocation .item a img {
        width: 59%;
    }
    .download {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .network-text h1 {
        font-size: 4rem;
        margin-bottom: 30px;
    }
    #container {
        height: 400px !important;
    }
    .contact-info {
        padding: 20px;
    }
    .feedback-text h1 {
        font-size: 4rem;
    }
}
@media (max-width: 424px) {
    #banner .slide-text h1 {
        font-size: 1.4rem;
    }
    #banner .slide-text a {
        margin-top: 5px;
    }
    .my-slider {
        height: 260px;
    }
    .index-about-text h2 {
        font-size: 3.6rem;
    }
    .footer-subscribe p {
        font-size: 2.4rem;
    }
    .about-title {
        font-size: 3.6rem;
    }
    .about-video-img {
        width: 100%;
    }
    .about-video-img::after {
        display: none;
    }
    .about-video-text {
        margin-top: 30px;
    }
    .inside-list li a {
        font-size: 1.2rem;
    }
    .product-list li a {
        font-size: 1rem;
    }
    .productshow-text h2 span {
        font-size: 2.4rem;
    }
    #collocation .item a h5 {
        line-height: 152px;
    }
    .network-text h1 {
        font-size: 3.6rem;
    }
    .feedback-text h1 {
        font-size: 3.6rem;
    }
}
@media (max-width: 374px) {
    .index-about {
        padding-top: 60px;
    }
    .my-slider {
        height: 220px;
    }
    .index-about-text h2 {
        font-size: 3rem;
    }
    .footer-box li h2 {
        font-size: 1.8rem;
    }
    .about-title {
        font-size: 3rem;
    }
    .culture-img img {
        width: 80px;
    }
    .culture-img .img1 {
        top: 30px;
        left: 80px;
    }
    .culture-img .img2 {
        top: 30px;
        left: 190px;
    }
    .culture-img .img3 {
        top: 110px;
    }
    .culture-img .img4 {
        top: 110px;
        left: 135px;
    }
    .culture-img .img5 {
        top: 180px;
        left: 75px;
    }
    #collocation .item a h5 {
        line-height: 128px;
    }
    .network-text h1 {
        font-size: 3rem;
    }
    .feedback-text h1 {
        font-size: 3rem;
    }
}
