
.product-class .wrapper {
	padding-top: 80px;
	padding-left: 20%;
	padding-bottom: 140px;
}
.product-class .list .item {
	/* background: url(../images/product_class/product_class_bg.jpg) repeat-x; */
    background: url(../images/product_class_normal_bg.png) repeat-x;
	background-size:  auto 100%;
	box-shadow: 5px -2px 12px #999;
}
.product-class .list .item.active {
	background: url(../images/product_class_bg.jpg) repeat-x;
	background-size:  auto 100%;/* box-shadow: none; */
}
.product-class .list .item .title {
	padding-top: 50px;
	padding-bottom: 40px;
	position: relative;
	left: -10%;
	line-height: 1.2;
	color: #333333;
}
.product-class .list .item.fallow:last-child .title {
	padding-bottom: 100px;
}
.product-class .list .item.active .item:last-child .title {
	padding-bottom: 40px;
}
.product-class .list .item.fallow .title {
	color: #333333;
}
.product-class .list .item .title .en {
	font-size: 58px;
}
.product-class .list .item .title .cn {
	font-size: 32px;
}
.product-class .list .item .content {
	display: none;
	position: relative;
	top: -40px;
	padding-left: 20%;
}
.product-class .list .item.active .content {
	display: block;
}
 @media (max-width: 900px) {
 .product-class .list .item:last-child .title {
 padding-bottom: 40px;
}
 .product-class .list .item.fallow:last-child .title {
 padding-bottom: 40px;
}
 .product-class .list .item .title .en {
 font-size: 50px;
}
 .product-class .list .item .title .cn {
 font-size: 28px;
}
 .product-class .list .item {
 background: #fff url(../images/product_class_bg.jpg) repeat-x;
 background-size:  auto 100%;
 box-shadow:none;
}
 .product-class .list .item .content {
 display: block;
 padding-left: 0%;
}
.product-class .wrapper {
 padding-bottom: 0px;
}
}
@media (max-width: 650px) {
 .product-class .list .item .title .en {
 font-size: 30px;
}
 .product-class .list .item .title .cn {
 font-size: 16px;
}
}


@media(min-width:991px){
    .wrapper .line{
        margin: 200px 0;
    }
    .wrapper .line:first-of-type{
        margin: 50px 0;
    }
}
.line .wrap .textbox-bg{
  z-index:-1
}
.line .wrap .text{
  z-index:1
}
.line .wrap .text,.line .wrap .textbox-bg{
    opacity: 0;
    animation-fill-mode: forwards;
}
.line .wrap .text.active{
    animation:opacity1 .8s linear .7s normal;
    -webkit-animation:opacity1 .8s linear .7s normal;
    -moz-animation:opacity1 .8s linear .7s 1 normal;
    animation-fill-mode:forwards
}
.line .wrap .textbox-bg.active{
    animation:opacity1 .8s linear .7s normal;
    -webkit-animation:opacity1 .8s linear .7s normal;
    -moz-animation:opacity1 .8s linear .7s 1 normal;
    animation-fill-mode:forwards
}
@keyframes opacity{
    0%{opacity:0}
    70%{opacity:.3;}
    100%{opacity:1;}
}
@-webkit-keyframes opacity{
    0%{opacity:0}
    70%{opacity:.3;}
    100%{opacity:1;}
}
@-moz-keyframes opacity{
    0%{opacity:0}
    70%{opacity:.3;}
    100%{opacity:1;}
}
@keyframes opacity1{
    0%{opacity:0}
    70%{opacity:.5;}
    100%{opacity:1;}
}
@-webkit-keyframes opacity1{
    0%{opacity:0}
    70%{opacity:.5;}
    100%{opacity:1;}
}
@-moz-keyframes opacity1{
    0%{opacity:0}
    70%{opacity:.5;}
    100%{opacity:1;}
}
.line .product-imgbox .prodimg{
    transform:translateY(5%);
    transition:.4s all;
    transition-delay: .8s;
    transition-timing-function: ease-in;
    opacity: 0;
}
.line .product-imgbox .prodimg.active{
    transform:translate(0);
    animation:opacity .8s linear .7s normal;
    -webkit-animation:opacity .8s linear .7s normal;
    -moz-animation:opacity .8s linear .7s normal;
    animation-fill-mode:forwards
}
.line .product-imgbox .bgcolor{
    transform: translateX(-100%);
    transition:.5s all;
    /* transition-delay: .5s; */
    transition-timing-function: ease-in;
    opacity: 0;
}
/* .line .product-imgbox .bgcolor1{
    transform: translateX(-100%);
    transition-timing-function: ease-in;
    transition:.5s all;
    opacity: 0;
} */
.line .product-imgbox .bgcolor.active{
    transform:translateX(0);
    animation:opacity .5s linear 0s normal;
    -webkit-animation:opacity .5s linear 0s normal;
    -moz-animation:opacity .5s linear 0s normal;
    animation-fill-mode:forwards
}
/* .line .product-imgbox .bgcolor1.active{
    transform:translateX(0);
    animation:opacity .5s linear 0s normal;
    -webkit-animation:opacity .5s linear 0s normal;
    -moz-animation:opacity .5s linear 0s normal;
    animation-fill-mode:forwards
} */

.line{
    width: 150px;
    height:2px;
    background-color: #eeeeee;
    margin-top: 0.79rem;
}
.titlecontain h2{
  word-break:keep-all

}
.demo_name>h4{
	font-family: SourceHanSansSC-Bold;
	font-size: 2.83rem;
	font-weight: 600;
	font-stretch: normal;
	line-height: 2.63rem;
	letter-spacing: 0rem;
	color: #eeeeee;
}
.demo_name>h4>span{
    font-family: SourceHanSansSC-Light;
	font-size: 2.83rem;
	font-weight: 500;
	letter-spacing: 0rem;
	color: #eeeeee;
}
.demo_name>p{
	font-family: SourceHanSansSC-Bold;
	font-size: 1.83rem;
	font-weight: 600;
	font-stretch: normal;
	line-height: 2.63rem;
	letter-spacing: 0rem;
    color: #333333;
    margin-top: .64rem;
}
.intro{
    font-weight: 600;
}
.introDetail{
    padding-right: 15px;
    margin-top:20px;
    color:#333333;
    font-size: 14px;
    position: relative;
    padding-bottom: 3rem;
}
.introDetail::after{
    content: '';
    width: 6rem;
    height: 2px;
    background-color: #dbdbdb;
    position: absolute;
    right: 2rem;
    bottom: 0px;
}
.brandexp{
    margin-top:4.8%;
    margin-bottom: 5.8%;
    width: 100vw;
    background-color: #c4d82d
}
.brandexp .hrefpoint{
    top:-200px
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide{
    background-color: #c4d82d;
}
.swiper-button-next,.swiper-button-prev{
    color:white !important
}

.jumper{
    width: 100%;
    position: relative;
    display: flex;
    padding:0px 10%;
    justify-content: space-around;
}
.jumper .bg{
    width: 100%;
    height:5px;
    background-color: rgba(255, 255, 255, .45);
    position: absolute;
    top:7.5px;
    left: 0px;
}
.jumper .bg::before,.jumper .bg::after{
    content: '';
    position: absolute;
    width: 30px;
    height: 5px;
    background-image: linear-gradient(to right, rgba(196,216,45,1), rgba(196,216,45,.8),rgba(196,216,45,0));
}
.jumper .bg::after{
    right: 0px;
    background-image: linear-gradient(to left, rgba(196,216,45,1),rgba(196,216,45,.8),rgba(196,216,45,0));
}
.jumper .item{
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: .3s all;
    transform-origin: 50% 18%;
}
.jumper .item:hover{
    transform: scale(1.2);
}
.jumper .active{
    transform:scale(1.2)
}
.jumper .item .dot{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid white;
    position: relative;
}
.jumper .item .dot::after{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: white;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.jumper .item p{
	font-family: SourceHanSansSC-Bold;
	font-size: 24px;
	font-weight: 600;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
}


.pagination {
    width: 100%;
    height:2px;
    background-color: rgba(255, 255, 255, .5);
    position: absolute;
    z-index: -1;
}
.pagination::before,.pagination::after{
    content: '';
    position: absolute;
    width: 30px;
    height: 4px;
    background-image: linear-gradient(to right, rgba(196,216,45,1), rgba(196,216,45,.8),rgba(196,216,45,0));
}
.pagination::after{
    right: 0px;
    background-image: linear-gradient(to left, rgba(196,216,45,1),rgba(196,216,45,.8),rgba(196,216,45,0));
}
.paginationparent {
    position: relative;
}
.paginationtitle{
    color: white;
    font-size: 8px;
    position: absolute;
    bottom: -22px;
    left:-8px
}
.swiper-pagination-bullet{
    width: 7px !important;
    height: 7px !important;
    background-color: transparent !important;
    border:1px solid white !important;
    opacity: 1 !important;
    margin:0 4vw !important;
    position: relative;
}
.swiper-pagination-bullet::before{
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.swiper-pagination-bullet-active{
    transform: scale(1.2);
}
/* .logos{
    width: 153px;
    height: 212px;
    background-color: #dce881;
    margin-left: 50%;
    transform: translateX(-77px);
    padding-top:30px;
    padding-left: 27px;
} */
/* .titleline{
    height: 2px;
    width: 90%;
    margin-left: -50px;
    background-color: #333333;
    margin-top: -3px;
} */
.swiperdetail{
    padding-bottom:10%
}
.swipertitle{
    padding:40px 0px 35px 20px;
    display: block;
}
.swipertitle1{
    display: none;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 8% !important;
}
.swiper-button-prev{
    outline: none;
    left:10px;
}
.swiper-button-next{
    outline: none;
    right:10px;
}
.brandContainer{
    width: 100%;
    margin-top: 4%;
}
.buttomcontain{
    display: inline-block;
    position: relative;
    left:50%;
    transform: translateX(-50%);
}
.brandContainer a:hover .buttom{
    color: white !important;
}
.brandContainer a:hover .buttomBg{
    transform: translateX(0px);
}
.brandContainer a:active .buttomBg{
    transform: translateX(0px);
}
.brandContainer a:active .buttom{
    color: white !important;
}
.buttom{
    width: 100%;
    height: 100%;
    line-height: 24px;
    font-size: 9px;
    text-align: center;
    transition: 0.2s all;
    position: absolute;
    top: 0px;
}
.buttomBg{
    width: 150px;
    height: 50px;
    border-radius: 0px 10px 10px 0px;
    transform: translateX(-150px);
    background-color: #098c00;
    transition: 1.2s all;
}
.detailcontainer{
    width: 100%;
    padding:0;
    position: relative;
    margin-top: 3%;
}
.buttomcontain>a{
    display:inline-block;
    margin:0px 1px;
    position: relative;
    overflow: hidden;
    border: 1px solid #eeeeee;
    border-radius: 0 10px 0 10px;
    width: 70px;
    height: 24px;
}
.detailimg{
    width: 85%;
}
.detailtextcontain{
    position: absolute;
    right: 0px;
    top: 0px;
    height:100%;
}
.detailtext{
    position: absolute;
    /*width: 100%;*/
    top: 22%;
    left: 25%;   
}
.detailtext>ul{
    margin-left: 15px;
    margin-top: 44px;
}
.detailtext>ul>li{
    color:#333333;
    font-size: 18px;
    line-height: 35px;
}
.detailtitle{
    overflow: hidden;
}
.titlecontain{
    margin-left: 15px;
}
.titlecontain>h2{
    font-size: 34px;
    line-height: 35px;
    letter-spacing: 2px;
    color: #333333;
    margin:0;
}
.titlecontain>h4{
    font-size: 22px;
    line-height: 35px;
    letter-spacing: 1px;
    color: #c3c3c3;
    margin-top:6px;
}
.detaletitletag{
    width: 3px;
    height: 65px;
    background-color: #098c00;
    float: left;
}
.corporatecontain{
    overflow: hidden;
    width: 100%;
}
.corptext{
    float: left;
    width: 46%;
    height: 100%;
}
.corptext>p,.maptext{
    color: #333333;
    line-height: 35px;
}
.bgblock{
    height: 100%;
    background-color:#eeeeee;
}

.worldmap{
    width: 1200px;
    height: 740px;
    margin: 5% auto 0%;
    transform-origin: 0% 0%;
}
.tipdetailformobile{
    display: block;
}
@media (min-width: 768px) { 
    .buttomcontain>a{
        margin:0px 10px;
        width: 150px;
        height: 50px;
        line-height: 40px;
    }
    .buttom{
        width: 100%;
        height: 100%;
        line-height: 50px;
        font-size: 18px;
        text-align: center;
        transition: 1.2s all;
        position: absolute;
        top: 0px;
    }
    .brandContainer{
        padding: 0px 6vw;
    }
    .detailcontainer{
        width: 100%;
        padding:0 8%;
        position: relative;
        margin-top: 3%;
    }
    .detailtextcontain{
        position: absolute;
        right: 8%;
        top: 0px;
        height:100%;
    }
    .tipdetailformobile{
        display: none;
    }
    
    .pagination {
        width: 80%;
        height:4px;
        top:40%;
    }
    .swiper-pagination-bullet{
        width: 14px !important;
        height: 14px !important;
        margin:0 3vw !important;
    }
    .paginationtitle{
        color: white;
        font-size: 14px;
        position: absolute;
        bottom: -22px;
        left:-6px
    }
    .swiperdetail{
        padding:8% 8%
    }
    
}
@media (max-width: 991px) {
    .detailimg {
    width: 100%;
}
    .detailtext>ul {margin-top: 14px;}
    
  .detailtext>ul>li {
      
      font-size: 26px;
      line-height: 45px;
  } 
}
@media (min-width: 992px) { 
    .swipertitle{
        display: none;
    }
    .swipertitle1{
        display: block;
    }
.swiperdetail .swiper-button-prev{
        left:0px;
        font-size:36px
    }
   .swiperdetail .swiper-button-next{
        right:0px;
        font-size:36px
    }
}
@media (max-width:991px) {
.swiperdetail .swiper-button-prev{
        left:0px;
        font-size:24px
    }
    
    .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
        
        font-size: 24px;
    }
    
   .swiperdetail .swiper-button-next{
        right:0px;
        font-size:24px
    }
.demo_name>h4{
	font-size: 36px;
}
.container{
  padding-left:20px;
  padding-right:20px
}
.news_hot{
  padding-top:20px
}
.demo_name>h4>span{
	font-size: 36px;
}
.demo_name>p{
	font-size:24px
}
    .jumper{
        padding:0
    }
    
    .jumper .item{
        
        transform-origin: 50% 9%;
    }
    .jumper .item:hover{
        transform: scale(1.4);
    }
    .jumper .active{
        transform:scale(1.4)
    }
    .jumper .item .dot{
        width: 6px;
        height: 6px;
        border-radius: 50%;
        border: 1px solid white;
        position: relative;
    }
    .jumper .item .dot::after{
        width: 3px;
        height: 3px;
        border-radius: 50%;
        top:50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    
    .jumper .item p{
        font-size: 6px;
    }
    .jumper .bg{
        height:1px;
        top:2px;
    }
    .jumper .bg::before,.jumper .bg::after{
        content: '';
        position: absolute;
        width: 15px;
        height: 1px;
        background-image: linear-gradient(to right, rgba(196,216,45,1), rgba(196,216,45,.8),rgba(196,216,45,0));
    }
    .jumper .bg::after{
        right: 0px;
        background-image: linear-gradient(to left, rgba(196,216,45,1),rgba(196,216,45,.8),rgba(196,216,45,0));
    }
    .brandexp .hrefpoint{
    top:-100px
}
}

.tipimg{
    width: 20px;
    position: absolute;
}
.tipbox{
    position: absolute;
    transform-origin: 0% 0%;
    display: none;
    z-index: 3;
}
.tipcontain{
    border:1px solid rgb(174, 173, 173);
    border-radius: 5px;
    background-color: rgb(238, 237, 237);
    width: 318px;
    padding:8px 0px
}
.us1{
    top:-40%;
    left: 45%;
}
.us2{
    top:18%;
    left: 70%;
}
.us3{
    top:89%;
    left: -17%;
}
.ce{
    top:16%;
    right:160%;
}
.tk{
    bottom:390%;
    left: 180%;
}
.vn{
    top:52%;
    right:100%;
}
.au{
    top:50%;
    right:110%;
}
.tiptitle{
    padding:0px 14px;
    font-size: 17px;
    color: rgb(22, 75, 40);   
}
.tipdetail{
    padding:0px 14px 0px 30px;
    font-size: 16px;
    color:rgb(65, 64, 64)
}
.tipdot{
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: rgb(22, 75, 40);
    display: inline-block;
    margin-bottom: 4px;
    margin-right: 8px;
}
.tipmobilecontain{
    border: 1px solid rgb(202, 202, 202);
    background-color: rgb(238, 238, 238);
    border-radius: 4px;
    padding:10px;
}
.tipmobiledescr{
    font-size: 6px !important;
    
}
.tipmobiletitle{
    font-size: 14px;
    color: rgb(22, 75, 40);  
}
.worldmap .map_us{
    position: absolute;
    z-index: 1;
    width: 29.5%;
    top:11.9%;
    left: .3%;
}
.worldmap .map_us .pin{
    position: absolute;
    z-index: 1;
    width: 12%;
    top:55%;
    left: 50%;
}
.worldmap .map_us p{
    position: absolute;
    z-index: 1;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 7px;
    color: #2c592d;
    top: 72%;
    left: 58%;
    margin: 0;
    line-height: 24px;
}
.worldmap .map_ce{
    position: absolute;
    z-index: 1;
    width: 3%;
    top:72.8%;
    left: 27.6%;
    /* background-color: red; */
}
.worldmap .map_ce .pin{
    position: absolute;
    z-index: 1;
    width: 140%;
    top:-10%;
    left: -23%;
    max-width: 118%;
}
.worldmap .map_ce p{
    position: absolute;
    z-index: 1;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
    letter-spacing: 7px;
    word-break: keep-all;
    color: #2c592d;
    top: -15%;
    left: 58%;
    margin: 0;
    line-height: 24px;
}
.worldmap .map_tk{
    position: absolute;
    z-index: 1;
    width: 4.9%;
    top:42.6%;
    left: 55%;
    /* background-color: red; */
}
.worldmap .map_tk .pin{
    position: absolute;
    z-index: 1;
    width: 72.25%;
    top:-125%;
    left: -8%;
    max-width: 118%;
}
.worldmap .map_tk p{
    position: absolute;
    z-index: 1;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
    letter-spacing: 7px;
    word-break: keep-all;
    color: #2c592d;
    top: -240%;
    left: 30%;
    margin: 0;
    line-height: 24px;
}
.worldmap .map_vn{
    position: absolute;
    z-index: 1;
    width: 2.3%;
    top:52.5%;
    left: 77.5%;
    /* background-color: red; */
}
.worldmap .map_vn .pin{
    position: absolute;
    z-index: 1;
    width: 153.95%;
    top:-72%;
    left: -30%;
    max-width: 160%;
}
.worldmap .map_vn p{
    position: absolute;
    z-index: 1;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
    letter-spacing: 7px;
    word-break: keep-all;
    color: #2c592d;
    top: -130%;
    right: 32%;
    margin: 0;
    line-height: 24px;
}
.worldmap .map_au{
    position: absolute;
    z-index: 1;
    width: 11.6%;
    top:69.4%;
    left: 80.4%;
    /* background-color: red; */
}
.worldmap .map_au .pin{
    position: absolute;
    z-index: 1;
    width: 30.53%;
    top:-5%;
    left: 25%;
    max-width: 160%;
}
.worldmap .map_au p{
    position: absolute;
    z-index: 1;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
    letter-spacing: 7px;
    word-break: keep-all;
    color: #2c592d;
    top: 37%;
    left: 7%;
    margin: 0;
    line-height: 24px;
}
.worldmap .mapcomp .country{
    cursor: pointer;
    transition: .3s all;
}
.worldmap .mapcomp:hover .country{
    transform: scale(1.02);
}
.worldmap .mapcomp:hover .tipbox{
    display: block;
}
@media (max-width: 991px) { 
    .worldmap .mapcomp:hover .tipbox{
    display: none;
  }
}




