body, html {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:after {
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
    line-height: 0;
    content: '\20';
}

.index-logo {
    position: relative;
    width: 140px;
    top: 0;
    left: 0;
    z-index: 1;
}

#index-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 32px 4% 0 18%;
    z-index: 9;
}

#index-header .content {
    position: relative;
    padding-left: 210px;
    padding-right: 50px;
}

.index-tel {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 34px;
    border: 1px solid #ccc;
    font-size: 16px;
    letter-spacing: 2px;
    color: #fff;
    padding: 0 20px;
}

.index-nav {
    float: right;
    width: 100%;
    max-width: 1060px;
}

.index-nav li {
    margin-left: 55px;
    float: left;
    position: relative;
}

.index-nav li a {
    display: inline-block;
    line-height: 32px;
    color: #fff;
}


.index-nav li div {
    display: none;
    position: absolute;
    top: 32px;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    background: rgba(0, 0, 0, .5);
    text-align: center;
}

.index-nav li div a {
    display: block;
    line-height: 32px;
    color: #fff;
}
.index-nav li div a:hover {
    background: rgba(0, 0, 0, .5);
}

.index-nav li:hover div {
    display: block;
}

.banner .video {
    position: relative;
    width: 100%;
    padding-top: 45.83333333%;
}

.banner .video video, .banner .video .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.banner .swiper-slide img {
    width: 100%;
}

.bgFull {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner-text {
    padding-left: 18%;
    color: #FFFFFF;
}

.banner-text .cn {
    font-size: 32px;
    line-height: 54px;
    font-weight: bold;
    /* letter-spacing: 4px; */
}

.banner-text .en {
    margin-top: 40px;
    font-size: 16px;
    font-weight: 100;
    line-height: 26px;
    letter-spacing: 1px;
}

.banner-text .more {
    margin-top: 50px;
    display: inline-block;
    width: 150px;
    height: 44px;
    line-height: 42px;
    border: 1px solid rgba(255, 255, 255, .3);
    text-align: center;
    color: #FFFFFF;
}

.banner-text .more:hover {
    border: 1px solid rgba(255, 255, 255, .7);
}

.banner .png {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    padding: 15% 0 8%;
}
.banner .mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    background: rgba(0,0,0,.3);
    z-index: 2;
    color: #fff;
}
.banner .mask div{
	width: 800px;
	margin: 0 auto;
}
.banner .mask h1{
    font-size: 4.2rem;
    font-weight: 300;
    line-height: 1.6;
}
.banner .mask p{
    font-size: 24px;
}
.banner .parallax {
    position: absolute;
    top: -10%;
    left: 0;
    width: 100%;
    height: 120%;
    background-size: cover;
}

.banner .swiper-pagination {
    position: absolute;
    z-index: 999;
    background: #FFFFFF;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 85px;
    padding-top: 20px;
    text-align: center;
    color: #cccccc;
}

.banner .swiper-pagination-current {
    font-size: 24px;
    color: #111111;
    vertical-align: middle;
}

.banner .swiper-pagination-total {
    color: #cccccc;
    font-size: 12px;
    vertical-align: middle;
}

@media (max-height: 800px) {
    .banner .png {
        padding: 12% 0 5%;
    }
}

@media (max-height: 700px) {
    .banner .png {
        padding: 11% 0 5%;
    }

    .banner-text .cn {
        font-size: 28px;
        line-height: 46px;
    }

    .banner-text .en {
        margin-top: 30px;
    }

    .banner-text .more {
        margin-top: 30px;
    }
}

/*header#header2 {*/
/*    top: -200px;*/
/*    transform: translateY(-120%);*/
/*}*/
#preload {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;

    z-index: 200;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preload-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
}

#preload .tip {
    display: inline;
    color: #fff;
    font-size: 4vw;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
    position: relative;
    overflow: hidden;
}

.tip-bg {
    position: absolute;
    width: 0px;
    height: 100%;
    background: #fff;
}

#txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.banner.swiper-container {
    width: 100%;
    z-index: 100;
    overflow: hidden;
}

.banner.mobile {
    display: none;
}

.banner.pc {
    display: block;
}

.banner .swiper-slide a {
    position: relative;
    display: block;
}

.banner .swiper-slide .content .mask {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: rgba(0, 0, 0, .2);
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: left;
}


.banner .swiper-slide .content {
    position: relative;
    width: 100%;
    height: 100%;
}

.banner .swiper-slide .content .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}


.banner a {
    display: block;
}

.banner h2 {
    color: #fff;
    font-size: 3vw;
}

.swiper-slide img {
    width: 100%;
}

.banner .width {
    position: absolute;
    padding: 0 100px;
    bottom: 0;
}

.banner .banner-page {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 80px;
    z-index: 99;
}

.banner .banner-page .banner-txt {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 360%;
    background: #FFFFFF;
}

.banner .banner-page span {
    position: relative;
    display: inline-block;
    color: #111111;
    line-height: 18px;
    width: 16px;
}

.banner .banner-page span:after {
    content: "";
    position: absolute;
    top: 115%;
    left: 50%;
    width: 1px;
    height: 400%;
    background: #eeeeee;
}

.banner .swiper-button {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 130px;
    height: 75px;
    background: #FFFFFF;
    z-index: 10;
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 41px;
    height: 41px;
    margin-top: -20px;
    z-index: 10;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/slick_next.png);
    right: 0;
    left: auto;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.banner .swiper-button-next {
    right: 17px;
}

.swiper-button-prev {
    left: 17px;
    background-image: url(../images/slick_prev.png);
}

.swiper-button-next:hover {
    background-image: url(../images/slick_nexth.png);
}

.swiper-button-prev:hover {
    background-image: url(../images/slick_prevh.png);
}

.banner .swiper-pagination-bullet {
    background-color: #fff;
}

.banner .swiper-pagination-bullet {
    bottom: 5% !important;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.index-left {
    width: 50%;
    float: left;

}

.index-right {
    width: 50%;
    float: left;

}

.scroll-icon {
    margin: 0 auto;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2em;
    width: 1.2em;
    font-size: 22px;
    color: rgba(255, 255, 255, 0.5);
    border-radius: 2em;
    border: solid 2px;
    -webkit-transition: .4s;
    transition: .4s;
}

.scroll-icon::after {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-animation: scroll-icon 2.2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
    animation: scroll-icon 2.2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
}

@keyframes scroll-icon {
    0% {
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
        opacity: 0;
    }
    30%, 70% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
        opacity: 0;
    }
}

#main_nav.fixed {
    display: block;
}

#index_1 {
}
#index_1 .index-right h3{
    font-size: 26px;
    margin-bottom: 20px;
}
#index_1 .index-right li{
    width: calc(25% - 20px);
    margin-bottom: 20px;
}
#index_1 .index-right li img{width: 100%}




.mask2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background-color: rgba(0, 0, 0, .2);*/
    background: -moz-linear-gradient(-45deg, rgba(252, 230, 3, 0.2) 0%, rgba(0, 0, 0, .2) 25%, #fce603 50%, #e30202 75%, #fce603 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .2) 25%, #fce603 50%, #e30202 75%, #fce603 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .2) 25%, #fce603 50%, #e30202 75%, #fce603 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background-size: 400% 400%;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 20px;
    font-family: "Noto Sans SC";
    font-weight: 100;
    text-align: center;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.mask2:hover {
    color: #fff;
    background-position: 100% 100%;
}

.mask2 span {
    font-size: 40px;
}

#index-video .content {
    width: 100%;
    position: relative;
    height: 0;
    padding-top: 32.29%;
}

#index-video .content video,
#index-video .content .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
    text-align: center;
}

#index-video .content .mask {
    background-color: rgba(0, 0, 0, .3);
}

#index-video .content .mask h1 {
    font-size: 32px;
    margin-bottom: 20px;
}

#index-video .content .mask p {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 40px;
}

#index-video .content .mask .more-link {
    color: #fff;
    border: 1px solid #fff;
}

#index-2 .swiper-button-next, #index-2 .swiper-button-prev {
    background-size: 20%;
    width: 40px;
    height: 60px;
    background-color: #ccc;
    right: 0;
    opacity: 1;
    transition: all .3s;
    z-index: 10;
}

#index-2 .swiper-button-next {
    border-radius: 0 5px 5px 0;
}

#index-2 .swiper-button-prev {
    left: 0;
    right: auto;
    border-radius: 5px 0 0 5px;
}

#index-2 .swiper-button-next:hover, #index-2 .swiper-button-prev:hover {
    opacity: 1;
    background-color: #e30202;
}

#index_3 .content p {
    text-align: justify;
    color: #999;
}

#index_4{
    padding-bottom: 0;
}


#index_4 .content {
    position: relative;
}
#index_4 .mask{
    position: absolute;
    width: 1320px;
    left: 50%;
    margin-left: -660px;
    top: 220px;
}
#index_4 .mask ul{
    width: 840px;
    float: right;
    overflow: hidden;
}
#index_4 .mask li{
    width: 48%;
    padding: 25px 0 15px 40px;
}
#index_4 .index-left {
    width: auto;
    float: left;
    padding-top: 10px;
}

#index_4 .index-right {
    width: auto;
    padding-left: 20px;
    float: left;
}
#index_4 .index-right p.t1{
    font-size: 20px;
    line-height: normal;
}
#index_4 .index-right p.t2{
    color: #999;
}
#index_4 .index-right p.t3{
    font-size: 32px;
    line-height: 1;
}

#service-list .swiper-slide {
    color: #fff;
}

#service-list .swiper-button-next {
    top: auto;
    bottom: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #e30202;
    border-radius: 50%;
    right: calc(50% - 70px);
    -webkit-background-size: 20%;
    background-size: 20%;
    opacity: .8;
}

#service-list .swiper-button-prev {
    top: auto;
    bottom: 0;
    left: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #e30202;
    border-radius: 50%;
    -webkit-background-size: 20%;
    background-size: 20%;
    opacity: .8;
}

#service-list .swiper-button-prev:hover, #service-list .swiper-button-next:hover {
    opacity: 1;
}

#service-list .swiper-slide h3 {
    font-size: 30px;
    font-family: "Noto Sans SC";
    font-weight: 100;
    margin-bottom: 30px;
}

#service-list .swiper-slide p {
    font-size: 18px;
}

#index_6 .title{
    text-align: left;
}
#index_6 .title h1 img{
    vertical-align: middle;
}
#index_6 .title .am-fr{
    width: 62%;
    text-align: justify;
}


#data li .num {
    font-size: 60px;
    line-height: normal;
    font-weight: bold;
    font-family: "Noto Sans SC";
}

#data {
    margin: 50px 0;
    overflow: hidden;
}

#data li {
    width: 25%;
    margin-bottom: 0;
}

#data li .num:after{
    font-size: 14px;
    padding-left: 10px;
}
#data li:nth-child(1) .num:after  {
    content: '台';
}
#data li:nth-child(2) .num:after  {
    content: '道';
}

#data li:nth-child(3) .num:after  {
    content: '道';
}
#data li:nth-child(4) .num:after  {
    content: '+';
}

#index_6 .swiper-button{
    position: relative;
    width: 130px;
    height: 75px;
    overflow: hidden;
    margin: 20px auto 0;
}

.a-title{
    margin-bottom: 25px;
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
}
.a-title a{
    font-size: 28px;
    line-height: 28px;
}
#index_7 {
    padding: 0;
}
#index_7 .line {
    width: 100%;
    height: 3px;
    background-image: linear-gradient(90deg, #05a3cc,#b5ddc3);
    background-image: none\0;
    background-color: #05a3cc;
    background-position: left top;
    background-repeat: repeat;
}
#index_7 .content{
    padding: 30px 0;
    background-color: #f6f6f6;
}
#index_7 .content li{
    width: 15%;
}

.pin {
    width: 30px;
    height: 30px;
    border-radius: 50% 50% 50% 0;
    background: #e30202;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -o-animation-name: bounce;
    -ms-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
    z-index: 2;
}

.pin:after {
    content: '';
    width: 14px;
    height: 14px;
    margin: 8px 0 0 8px;
    background: #fff;
    position: absolute;
    border-radius: 50%;
}

.pulse {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    height: 14px;
    width: 14px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 11px 0px 0px -12px;
    -webkit-transform: rotateX(55deg);
    -moz-transform: rotateX(55deg);
    -o-transform: rotateX(55deg);
    -ms-transform: rotateX(55deg);
    transform: rotateX(55deg);
}

.pulse:after {
    content: "";
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    margin: -13px 0 0 -13px;
    -webkit-animation: pulsate 1s ease-out;
    -moz-animation: pulsate 1s ease-out;
    -o-animation: pulsate 1s ease-out;
    -ms-animation: pulsate 1s ease-out;
    animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-box-shadow: 0 0 1px 2px #fff;
    box-shadow: 0 0 1px 2px #fff;
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
    -o-animation-delay: 1.1s;
    -ms-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

@-moz-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@-o-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@-moz-keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}

@-webkit-keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}

@-o-keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}

@keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}
#index_8 .item{
    width: 31%;
    position: relative;
    text-align: left;
}
#index_8 .item .a-title{
    text-align: left;

}
#index_8 .item .content{
    padding: 30px;
    overflow: hidden;
    background-color: #fbfbfb;
}
#index_8 .item .content h5{
    font-size: 20px;
    margin-bottom: 15px;
}
#index_8 .item .content .txt{
    margin-bottom: 20px;
}

#index_8 .item .date{
    color: #808080;
}
#index_8 .item .pic{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 66%;
}
#index_8 .item .pic .thumb {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
#index_8 .news_list{
    overflow: hidden;
    margin-bottom: 30px;
}
#index_8 .news_list li{
    width: 100%;
    float: none;
    border-bottom: 1px solid #f2f2f2;
    padding: 30px 0;
}
#index_8 .t1{
    line-height: 1;
    font-weight: bold;
}
#index_8 .t2{

    font-weight: bold;
}
#index_8 .t2 a span{
    opacity: 0;
    display: inline-block;
    line-height: 22px;
    font-size: 18px;
}
#index_8 li:hover .t2 a span{
    opacity: 1;
}
#index_8 .t1 a{
    display: block;
    border-left: 4px solid #000;
    padding-left: 15px;
    margin-bottom: 15px;
}
#index_8 .news_list .txt{
    color: #808080;
    line-height: 2;
}
@media (max-width: 1640px) {
    #index-header .index-nav {
        max-width: 800px;
    }
}

@media screen and (max-width: 1440px) {
    #index_2 .index-right{
        padding: 20px 10px;
    }
    #index_2 .width{
        margin-top: -60px;
    }
    #index_4 .mask{
        width: 90%;
        left: 10%;
        margin: 0;
        top: 100px;
    }
    #index_4 .mask ul{
        width: 680px;
    }
    #index_4 .mask li {
        padding: 20px 0 0 20px;
    }
    #index_4 .index-right p.t1{
        font-size: 16px;
    }
    #index_4 .index-left{
        padding-top: 0;
    }
    #index_4 .index-left img{
        width: 40px;
    }
    .index-nav li{
        margin-left: 35px;
    }
    #index_4 .index-right p.t3{
        font-size: 18px;
    }
    .index-tel{
        font-size: 12px;
        letter-spacing: 0;
        padding: 0 10px;
    }
    #index_2 .index-left{
        font-size: 28px;
    }
    #index_2 ul li h3{
        font-size: 18px;
    }

   #index_3 li .num {
        font-size: 36px;
    }

}

@media only screen and (max-width: 1280px) {


}

@media only screen and (max-width: 992px) {

    .mask2 span {
        font-size: 30px;
        line-height: normal;
    }

    #index-news .news_content {
        display: none;
    }

    .news_title {
        font-size: 1.2rem;
        padding: 0 10px;
    }

    #index-news .am-btn-group {
        display: none;
    }


    #index-news .am-btn-group a.more-link {
        padding: 0 5px;
        margin-bottom: 10px;
        font-size: 0.8rem;
    }

    #index_6 {
        background-color: #eee;
        background-image: none;
    }

    #index_6 .flex li {
        width: 100%;
        background-color: #fff;
    }

    #index_6 .flex li:first-child, #index_6 .flex li:nth-child(2) {
        background-image: none;
        padding: 0;
    }

    #index_6 .flex li:nth-child(3) {
        height: 300px;
        margin-top: 10px;
    }

    .protitle h1 {
        font-size: 30px;
        display: inline-block;
        padding-right: 10px;
    }

    .procotext p {
        font-size: 16px;
    }

    .probtn {
        padding-top: 10px;
    }

    .plug_service {
        display: none !important;
    }
    #data li {
        width: 50%;
        margin-bottom: 0;
        padding: 10px 0;
    }

    #index_4 {
        padding: 0;
        border-radius: 0;
    }

    #index_4 .width {
        margin: 0;
        padding: 0;
        background-image: linear-gradient(90deg, #e30202, #fce603);
    }

    #index_4 .index-left, #index_4 .index-right {
        width: 100%;
        padding: 30px 3% 0;
    }

    #index_4 .index-left .swiper-slide img {
        padding: 0;
    }

    #index_4 .title, #index_4 .contact-txt {
        text-align: left;
    }


    #service-list .swiper-button-next {
        width: 30px;
        height: 30px;
        line-height: 30px;
        right: auto;
        right: 0;
        top: 35%;
        bottom: auto;
        background-color: #000;
        -webkit-background-size: 30%;
        background-size: 30%;
    }

    #service-list .swiper-button-prev {
        width: 30px;
        height: 30px;
        line-height: 30px;
        right: 30px;
        left: 0;
        top: 35%;
        bottom: auto;
        background-color: #333;
        -webkit-background-size: 30%;
        background-size: 30%;
    }

    #index-news .swiper-button-prev, #index-news .swiper-button-next {
        width: 30px;
        height: 30px;
        line-height: 30px;
        -webkit-background-size: 30%;
        background-size: 30%;
        bottom: 10px;
    }

    #index-news .swiper-button-prev {
        right: 30px;
    }

    #index_4 .am-u-md-3 {
        margin-bottom: 20px;
    }

    #service-list .swiper-slide h3 {
        font-size: 22px;
        margin: 10px 0;
    }

    #service-list .swiper-slide p {
        font-size: 14px;
    }

    #service-list .swiper-slide {
        padding-bottom: 60px;
    }

    #index_6 {
        background-color: #fff;
    }

    #index_6 .index-left, #index_6 .index-right {
        padding: 30px 0 0;
        background-color: #fff;
    }

    #index_6 .section-bg {
        display: none;
    }

    #index_6 form {
        margin: 0;
        padding: 0;
    }

    #index_6 .contact-txt h1 {
        font-size: 24px;
    }

    #index_6 .contact-txt p {
        font-size: 16px;

    }

    body {
        padding-top: 0;
    }

    #index-2 li, #index-2 li:first-child {
        width: 100%;
        margin: 0 0 10px 0;
    }

    #index-2 li:first-child .content, #index-2 li .content {
        padding: 20px 10px;
        height: auto;
    }

    #index-2 li .content h2, #index-2 li:first-child .content h2 {
        font-size: 20px;
    }

    #index-2 li:first-child .content p {
        font-size: 14px;
    }


    #index-2 li .content h2:after {
        content: '';
        display: block;
        margin-top: 10px;
        width: 100px;
        height: 1px;
        background-color: #fc7019;
    }

    .cate-banner .content .mask div p {
        font-size: 16px;
    }

    .banner h2 {
        font-size: 40px;
        width: 100%;
        padding: 0 10%;
        line-height: normal;

    }

    header#header1 {
        display: none;
    }

    header#header2 {
        top: 0;
        transform: none;
        display: block;
        padding: 0 3%;
    }

    #index-2 .index-left, #index-2 .index-right {
        width: 100%;
        float: none;
    }

    .banner .swiper-slide img {
        width: 100%;
    }

    .banner.mobile {
        display: block;
    }

    .banner.pc {
        display: none;
    }

    #index-1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        opacity: 1;
    }

    #index-1 .swiper-slide h3 {
        font-size: 20px;
    }

    #index-2 .content {

        overflow: hidden;
        background-color: #f5f5f5;
    }

    #index-2 .content .mask h2 {
        margin-bottom: 10px;
    }

    #index-2 .content .mask {
        padding: 30px 10px;
        position: relative;
        overflow: hidden;
        display: block !important;
    }

    #index-2 .content .mask p {
        font-size: 14px;
    }

    #index_3 .content {
        margin-top: 20px;
    }

    #index_3 #data {
        margin-bottom: 20px;
    }

    #index_3 .index-intro {
        padding-left: 0;
    }

    #index-2 .content .mask h2 {
        font-size: 22px;
    }

    #index-6 .lc-list li {
        width: 100%;
        float: none;
        padding: 10px;
    }

    #index-6 .lc-list li h2 {
        font-size: 50px;
    }

    #index-6 .lc-list li h3 {
        font-size: 20px;
    }

    #index-1 .swiper-slide p.t1 {
        font-size: 12px;
    }

    .a-title p {
        font-size: 12px;
        width: 80%;
        margin: 10px auto;
    }


    #index_3 li .num {
        font-size: 40px;
        color: #4c8dae;
    }

    #index_3 .content p {
        color: #000;
        font-size: 16px;
    }

    #pj .swiper-slide .mask {
        opacity: 1;
    }

    .section_bg {
        width: 75%;
    }


}

@media only screen and (max-width: 480px) {
    .protextbox {
        padding-left: 0;
    }

    .mbuy, .prodetail {
        width: 40%;
    }

    .section_bg {
        display: none;
    }

}
