@charset "utf-8";
/* region 按钮 */
/* module sytle start*/
.aui-button{
    height: 32px;
    line-height: 30px;
    padding: 0 20px;
    border: 1px solid #e41f2b;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    transition: background .3s, color .3s;
}
.aui-button.btn-def{
    color: #e41f2b;
}
.aui-button.btn-primary{
    color: #fff;
    background-color: #E41F2B;
}
.aui-button:hover{
    color: #fff;
    background-color: #F24651;
    border-color: #F24651;
}
.aui-button:active{
    color: #fff;
    background-color: #c8000d;
    border-color: #c8000d;
}
.aui-button.btn-large{
    height: 40px;
    line-height: 38px;
    padding: 0 30px;
    font-size: 18px;
}
.aui-button.btn-exlarge{
    height: 48px;
    line-height: 46px;
    padding: 0 40px;
    font-size: 20px;
}
.aui-button[disabled]{
    cursor: not-allowed;
}
.aui-button.btn-def[disabled]{
    background: #f0f0f0;
    color: #999;
    border-color: #ccc;
}
.aui-button.btn-primary[disabled]{
    background: #ccc;
    color: #fff;
    border-color: #ccc;
}
/* endregion 按钮 */

/*--- Carousel start ---*/ 
.home-img {
    background: url(../en_images/index/home.png) no-repeat center;
    height: 1514px;
} 
.aui-tile{ 
    border: 0 none;
}
.titleBar{
    text-align: center;
    margin:0 0 30px;
}
.titleBar .caption{
    font-size: 24px;
    color: #333;
    line-height: 36px;
    margin:0;
}
.titleBar .info{
    font-size:18px;
    color: #999;
    line-height: 24px;
    margin-top: 5px;
    text-align: center;
}
.content-block{
    /*padding-top: 60px;
    padding-bottom: 60px;*/
}
.aui-Carousel{
    overflow: hidden;
    position: relative;
    z-index: 1;
}  
.aui-Carousel >ul,
.aui-Carousel li{
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100%;
    position: relative;
}
.aui-Carousel >ul{
    position: relative;
    font-size: 0;
}
.aui-Carousel li{
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
}  
/*controls*/
.aui-Carousel .car-bullets,
.aui-Carousel .car-hotarea{
    z-index: 10;
}
.aui-Carousel .car-hotarea{
    position: absolute;
    width: 10%;
    height: 100%;
    top: 0;
    cursor: default;
    display: none;
}
.aui-Carousel .car-hotarea.prev{
    left: 0;
}
.aui-Carousel .car-hotarea.next{
    right: 0;
}
.aui-Carousel:hover .car-hotarea{
    display: none;
    cursor: pointer;
}

.aui-Carousel .car-hotarea >.car-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -30px;
    display: block;
    font-size: 46px;
    font-family: serif, Monaco, "隶书";
    font-size: 72px;
    text-align: center;
    line-height: 1;
    color: #666;
}
.aui-Carousel .car-hotarea:hover >.car-btn{
    background: rgba(102, 102, 102, 0.4);
    color: #FFF;
    border-radius: 3px;
}

.aui-Carousel .car-controls{
    position: absolute;
    top:375px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 9; 
}
.aui-Carousel .car-bullets{
    width: 340px;
    margin:0 auto;
}
.aui-Carousel .car-bullets >li{
    background: #FFF;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    margin: 0 5px;
    display: inline-block;
    cursor: pointer;
}
.aui-Carousel .car-bullets li.active{
    background: #666;
}

.video-poster{
    overflow: hidden;
    height: 570px;
}
.video-poster video{
    width: 20%;
    position: relative;
    top: -250px;
}
.slide .wrappers li{
    float: left;
} 
.aui-Carousel li .banner-box{
    position: absolute;
    top:16%;
    left: 10px;
    color:#fff;
    width: 100%;
    z-index: 99;
}
.aui-Carousel li .inner-box{
    width: 1180px;
    margin:0 auto;
    text-align: left;
}
.aui-Carousel li .banner-box .caption{
    font-size: 28px; 
    color:#fff;
    letter-spacing: 2px;
}
.aui-Carousel li .banner-box .strong{ 
    color:#92B3FF;
}
.aui-Carousel li .banner-box .prod-name{
    font-size: 60px; 
    display: block;
    color:#fff; 
    line-height: 80px;
    margin:5px 0; 
}
.aui-Carousel li .banner-box .info{
    font-size: 20px; 
    display: block;
    color:#ccc; 
} 
.aui-Carousel li .inner-box .btn{
    display: block;
    background: #e41e2b;
    color:#fff;
    line-height: 36px;
    width: 130px;
    text-align: center;
    font-size: 14px;
    margin-top: 40px;
}
.aui-Carousel li .inner-box .btn:hover{
    background-color: #ef323e;
}

@media(max-width: 1680px){
    /*.aui-Carousel.slide{
        height: auto;
    }
    .slide .wrappers li img{
        width: 100%;
    }
    .aui-Carousel.fade{
        height: 460px;
    } 
    .video-poster{
        height: 100%;
    }*/ 
    .video-poster{
        height: auto;
    }
} 

@media(max-width:1023px){
    .aui-Carousel li .banner-box{
        display: none;
    }
    .aui-Carousel .car-controls{
        bottom: 20px;
        top: auto;
    }
    .aui-Carousel .car-bullets{
        top: inherit;
        bottom: 10px;
        width: 180px;
    }
    .slide .wrappers li img{
        width: 100%;
    }
}
@media(max-width:760px){
    .titleBar { 
        margin:10px 0 20px ;
    }
    .titleBar .caption {
        font-size: 18px; 
        line-height: 24px; 
    }
    .titleBar .info {
        font-size: 14px; 
        line-height: 20px; 
    }
    .aui-Carousel .car-controls{
        bottom: 10px;
    }
}

/*淡入淡出动画*/
.fade .wrappers,
.fade .wrappers li{
    height: 100%;
    width: 100%;
    text-align: center;
}
.fade .wrappers >li{
    position: absolute;
    z-index: 0;
    opacity:.5; 
    width: 10000px;
    left: 50%;
    margin-left: -5000px;
    visibility: hidden;
    transition: opacity .8s;
    -webkit-transition: opacity .8s;
}
.fade .wrappers li.active{
    z-index: 5;
    opacity: 1; 
    visibility: visible;
    display: block; 
} 
.wrappers li .title{
    position: absolute;
    text-align: center; 
    margin: 0 auto;
    left: 50%;
    margin-left: -539px;
    top: 20px;
    line-height: 205px;
    width: 1078px;
    z-index: 5;
}
.wrappers li .title img{
    vertical-align: middle
}

/*滑动动效*/


.slide .wrappers{
    transition:  transform .8s  cubic-bezier(.86,0,.07,1);
    transition:  -webkit-transform .8s  cubic-bezier(.86,0,.07,1);
    -webkit-transition:  -webkit-transform .8s cubic-bezier(.86,0,.07,1);
}
/*--- Carousel end ---*/

/*--- header end ---*/
/*maincolor:
文字：     #36383C;    #6F7479;    #91989E;    #abafb3;  #e41e2b;
红背景：   #E31D2A;
链接：     #0ea5f3;
背景：     #F0F2F5;
border:    #ebeeef;
绿色：     #5ccbb1;
蓝色：     #1eb5e5;
button-blue: #2FB9F3;
*/
/*-- public style start--*/
.price{
    color: #e41e2b;
}
.block-title {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 60px;
}
.block-title .more {
    font-size: 12px;
    float: right;
} 
/*-- public style end--*/

/*------ overview start ------*/
.aui-Carousel .car-bullets li {
    border-radius:0;
    width: 16.667%;
    height:3px;
    background: #d9e2f6;  
    margin: 0 1.2%;
    transition: all .3s ease;
}
.aui-Carousel .car-bullets li.active {
    background: #e41e2b; 
    opacity: 1; 
}
.content-block.overview{
    position: relative;
    max-width: none;
    margin:0; 
    padding: 0;
    background: #fff;
}
.aui-Carousel {
    height: 560px;
    width: 100%;
}
.aui-Carousel .car-summary{
    position: absolute;
}
.overview-carousel{
    position: relative;
    background: #000;
}

@media (max-width: 1023px){
    .aui-Carousel{
        height: auto;
    }
    .slide .wrappers li .title{
       margin: 0;
       transform: translateX(-50%);
       top: 80px;
    }
    .slide .wrappers li video{
        position: static;
    }
    .slide .wrappers li .title img{
       width: 80%; 
    } 
    .video-poster video{
        width:100%;
    } 
    .wrappers li .title{
        width: 100%;
    } 
} 
@media(max-width:600px){
    .slide .wrappers li .title{
        top:25px;
        line-height: 150px;
    }
}
.announcement {
    height: 40px;
    background:#f7f7f7;
} 
.announcement .content{
    max-width: 1180px;
    margin:0 auto;
}
.announcement .more {
    float: right;
    line-height: 40px;
    font-size: 12px;
}
.announcement .close {
    float: right;
    line-height: 40px;
    font-size: 12px;
}
.announce-list {
    font-size: 0;
    margin-right: 100px;  
    line-height: 40px;
    height: 40px;
}
.announce-list >.item { 
    width: 33%;    
    font-size: 14px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 50px;
    position: relative;
    vertical-align: middle;
}
.announce-list >.item a{
	/*--- display: inline-block; ---*/
    vertical-align: middle;
}
 .announce-list >.item:before {
    content: '•'; 
    display: block;  
    float: left;
    margin-right: 5px;
    font-size: 20px;
    color:#ff5964; 
} 
.announce-list >.item1 a{
    color:#e41e2b;
}
.announce-list >.item1:before{
    width: 18px;
    height: 40px;
    content: '';
    background: url(../en_images/index/announce.png) no-repeat center;
}
@media (max-width: 1279px) {
    .announcement {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (max-width: 1023px) {
    .announce-list >.item1:before{ 
        background-image: url(../en_images/index/announce2x.png?sttl=1);
        background-size: contain;
    }
    .announce-list >.item {
        width: 50%;
        padding-right: 20px;
    }
    .announcement {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 799px) {
    .announcement {
        padding-left: 15px;
        padding-right: 15px; 
    }
    .announce-list >.item{
        width: 100%;
    }
}
@media (max-width: 360px) {
    .announce-list >.item{
        font-size: 12px;
    }
}
/*------ overview end ------*/

/* 新版 2017 */
.home-notice{  
    position: absolute;
    bottom:65px;
    z-index: 2;
    width: 100%;
}
.notice-box{
    max-width: 1190px;
    margin: auto;
}
.notice-list{
    font-size: 0;
    padding: 0 5px; 
}
.notice-list .item{ 
    width: 24.88%; 
    height: 120px;
    padding: 38px 0 ;
    position: relative;
    float: left;    
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#85ffffff,endColorstr=#85ffffff);
    background: rgba(255, 255, 255, 0.85);    
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    margin-left:1px;
    letter-spacing: 1px;
}
.notice-list .item .caption{
    font-size: 16px;
    color:#333;
    line-height: 20px;
    margin:0 ;  
}
.notice-list .item:hover{
    background:#fff;
    box-shadow: 1px 5px 8px rgba(0,0,0,.2); 
} 
.notice-list .item:hover .caption{
    color: #e41e2b; 
}
.notice-list .item.last:after{
    display: none;
}
.notice-list .item .info{
    font-size: 12px;
    color:#666;
    line-height: 22px;
    margin-top: 4px;
} 
.icons-notice{
    width: 46px;
    height: 46px; 
    float: left;
    margin:0 25px 0 30px;  
    background:url("../en_images/index/notice.png") no-repeat;
} 
.icons-notice.n1{
    background-position: 0 0;
} 
.icons-notice.n2{
    background-position: -46px 0;
}
.icons-notice.n3{
    background-position: -92px 0;
}
.icons-notice.n4{
    background-position: -138px 0;
} 
@media (max-width: 1400px) { 
    .notice-list .item{
        height: 120px;
        padding-top: 35px;
    }
    .icons-notice{
        margin: 0 10px;
    }
    .notice-list .item .info{
        font-size: 14px;
    }
    .notice-box{
        max-width: inherit;
        width: 87%
    }
}
@media (max-width: 1270px) {
    .notice-box{
        max-width: inherit;
        width: 96%
    }   
}   
@media (max-width: 1023px) {
     .home-notice{
       position: static;
       border-top:1px solid #f7f7f7;
    } 
    .announcement{
        background: #fff; 
    }
    .information .info-prod{
        margin-left: 0;
    } 
    .notice-list .item .caption{
        font-size: 12px;
        font-weight: normal;
        margin: 0;
        color:#666; 
        margin-top: 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }   
    .notice-box{
        width: 100%;
    }
    .notice-list{
        padding: 0;        
    }
    .notice-list .item{
        padding: 12px 0;
        height: 80px;
        width: 25%;
        margin: 0;
        text-align: center;
        background: #fff;
    }
    .notice-list .item:hover{
        background: #fff;
        box-shadow: none;
    }
    .notice-list .item:hover .caption{
        color: #666;
    }
    .notice-list .item .info{
        font-size: 12px;
        margin-top: 0;
        display: none;
    }
    .icons-notice{
       float: none; 
       display: block;
       margin:0 auto ;
    }
    .icons-notice{
        width: 32px;
        height: 32px;   
        background-image:url("../en_images/index/notice-mb.png");
        background-size: auto 100%;
    } 
    .icons-notice.n1{
        background-position: 0 0;
    } 
    .icons-notice.n2{
        background-position: -32px 0;
    }
    .icons-notice.n3{
        background-position: -64px 0;
    }
    .icons-notice.n4{
        background-position: -96px 0;
    } 
}
@media (max-width: 700px) {
    .slide .wrappers li .title img {
        width: 90%;
    }
   
}

/* 双十一banner 开始 */
@media (max-width: 1200px){
	.d11-txt img{
		width: 90%;
	}
}
@-webkit-keyframes double11-centerText{
    0%{
        opacity:0;
        -webkit-transform:translate3d(-50px,-50px,0);
        transform:translate3d(0,50px,0);
    }
    100%{
        opacity:1;
        -webkit-transform:none;
        transform:none;
    }
}
@keyframes double11-centerText{
    0%{
        opacity:0;
        -webkit-transform:translate3d(-50px,-50px,0);
        -ms-transform:translate3d(-50px,-50px,0);
        transform:translate3d(0,50px,0);
    }
    100%{
        opacity:1;
        -webkit-transform:none;
        -ms-transform:none;
        transform:none
    }
}
.double11-centerText {
    -webkit-animation-name:double11-centerText;
    animation-name:double11-centerText;
}
@-webkit-keyframes centerCloud{
    0%{
        opacity:0;
        -webkit-transform:translate3d(0,100px,0);
        transform:translate3d(0,100px,0);
    }
    100%{
        opacity:1;
        -webkit-transform:none;
        transform:none;
    }
}
@keyframes centerCloud{
    0%{
        opacity:0;
        -webkit-transform:translate3d(0,100px,0);
        -ms-transform:translate3d(0,100px,0);
        transform:translate3d(0,100px,0);
    }
    100%{
        opacity:1;
        -webkit-transform:none;
        -ms-transform:none;
        transform:none
    }
}
.centerCloud {
    -webkit-animation-name:centerCloud;
    animation-name:centerCloud;
}
@-webkit-keyframes leftCloud{
    0%{
        opacity:0;
        -webkit-transform:translate3d(-50px,-50px,0);
        transform:translate3d(-50px,-50px,0);
    }
    100%{
        opacity:1;
        -webkit-transform:none;
        transform:none;
    }
}
@keyframes leftCloud{
    0%{
        opacity:0;
        -webkit-transform:translate3d(-50px,-50px,0);
        -ms-transform:translate3d(-50px,-50px,0);
        transform:translate3d(-50px,-50px,0);
    }
    100%{
        opacity:1;
        -webkit-transform:none;
        -ms-transform:none;
        transform:none
    }
}
.leftCloud {
    -webkit-animation-name:leftCloud;
    animation-name:leftCloud;
}
@-webkit-keyframes rightCloud{
    0%{
        opacity:0;
        -webkit-transform:translate3d(50px,-50px,0);
        transform:translate3d(50px,-50px,0);
    }
    100%{
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
}
@keyframes rightCloud{
    0%{
        opacity:0;
        -webkit-transform:translate3d(50px,-50px,0);
        -ms-transform:translate3d(50px,-50px,0);
        transform:translate3d(50px,-50px,0);
    }
    100%{
        opacity:1;
        -webkit-transform:none;
        -ms-transform:none;
        transform:none
    }
}
.rightCloud {
    -webkit-animation-name:rightCloud;
    animation-name:rightCloud;
}
/* 双十一banner 结束 */
@media (max-width: 1023px){
    .swiper-container{
        height: auto
    }
	.swiper-wrapper,
	.swiper-slide{
		height: auto !important;
	}
	.banner-main{
		display: none;
	}
	.banner-mb{
		display: block;
	}
	.banner-mb img{
		width: 100%;
		display: block;
	}
	.pagination{
		bottom: 10px;
	}
}
@-webkit-keyframes fadeInFg{
	0%{
		opacity:0;
		-webkit-transform:translate3d(2%,2%,0);
		transform:translate3d(2%,2%,0)
	}
	100%{
		opacity:1;
		-webkit-transform:none;
		transform:none
	}
}
@keyframes fadeInFg{
	0%{
		opacity:0;
		-webkit-transform:translate3d(2%,2%,0);
		-ms-transform:translate3d(2%,2%,0);
		transform:translate3d(2%,2%,0)
	}
	100%{
		opacity:1;
		-webkit-transform:none;
		-ms-transform:none;
		transform:none
	}
}
.fadeInFg{
	-webkit-animation-name:fadeInFg;
	animation-name:fadeInFg
}

/* dc-SlideShow start */
.dc-SlideShow {
    visibility: hidden;
    position: relative;
    transition: opacity .3s;
    opacity: 0;
  }
  .dc-SlideShow.loading, .dc-SlideShow.loaded {
    visibility: visible;
    opacity: 1;
  }
  .dc-SlideShow .slides-list, .dc-SlideShow .slide-item {
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .dc-SlideShow .slides-list {
    overflow: hidden;
    position: relative;
    z-index: 2;
    /*display: none;*/
  }
  .dc-SlideShow .slide-item {
    visibility: hidden;
    position: absolute;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .dc-SlideShow .slide-item.active, .dc-SlideShow .slide-item.draging {
    visibility: visible;
  }
  .slide-item .slide-bg {
    display: none;
  }
  .slide-item.has-transition {
    transition: all .3s ease-out;
  }
  .dc-SlideShow .slide-item.hidden {
    visibility: hidden;
  }
  
  /*controls*/
  
  .dc-SlideShow .slide-bullets, .dc-SlideShow .slide-hotarea {
    z-index: 10;
  }
  .dc-SlideShow .slide-hotarea {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 70px;
    margin-top: -35px;
    cursor: default;
    transition: transform .4s ease-out, opacity .4s;
    opacity: 0;
  }
  .dc-SlideShow .slide-hotarea.prev {
    left: 30px;
    transform: translate3d(-200px, 0, 0);
  }
  .dc-SlideShow .slide-hotarea.next {
    right: 30px;
    transform: translate3d(200px, 0, 0);
  }
  .dc-SlideShow.loaded:hover .slide-hotarea.prev, .dc-SlideShow.loaded:hover .slide-hotarea.next {
    transform: translate3d(0, 0, 0);
    opacity: 1; 
  }
  .dc-SlideShow:hover .slide-hotarea {
    display: block;
    cursor: pointer;
  }
  .dc-SlideShow .slide-hotarea > .slide-btn {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
  }
  .slide-hotarea.prev .slide-btn {
    left: 0;
  }
  .slide-hotarea.next .slide-btn {
    right: 0;
  }
  .slide-hotarea > .slide-btn:before, .slide-hotarea > .slide-btn:after {
    position: absolute;
    top: -1px;
    width: 100%;
    height: 2px;
    content: '';
    transform: rotate(-45deg);
    background-color: #fff;
  }
  .slide-hotarea > .slide-btn:after {
    transform: rotate(45deg);
  }
  .prev .slide-btn:before, .prev .slide-btn:after {
    transform-origin: 0 0;
  }
  .next .slide-btn:before, .next .slide-btn:after {
    transform-origin: 100% 0;
  }
  .dc-SlideShow .slide-hotarea:hover > .slide-btn {
    color: #fff;
    border-radius: 3px;
    background: rgba(102, 102, 102, .4);
  }
 .dc-SlideShow .slide-bullets {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  .dc-SlideShow .slide-bullets .slide-bullet{
	display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 0;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
  }

  .dc-SlideShow .slide-bullets .slide-bullet:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border: solid 1px #666;
    border-radius: 50%;
    vertical-align: middle;
  }

    .dc-SlideShow .slide-bullets .slide-bullet.active:before {
        width: 12px;
        height: 12px;
        border-width: 2px;
        border-color: #e41f2b;
    }

@media (max-width: 1023px) {
    .dc-SlideShow .slide-bullets {
        bottom: 8px;
    }
}



  .effect-layer {
    display: none;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .effect-layer.show-effect {
    display: block;
  }
  
  /*淡入淡出动画*/
  
  .fade > .effect-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .fade > .curr-slide {
    z-index: 2;
  }
  .fade > .next-slide {
    z-index: 1;
  }
  .show-effect.fade > .curr-slide {
    animation: effect-fadeOut 1s forwards
  }
  .show-effect.fade > .next-slide {
    animation: effect-fadeIn 1s forwards
  }
  @keyframes effect-fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1
    }
  }
  @keyframes effect-fadeOut {
    from {
      opacity: 1;
    }
    to {
      opacity: 0
    }
  }
  
  /*滑动动效*/
  
  .effect-layer .effect-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .show-effect.slide .curr-slide {
    animation: effect-slideOutLeft 1s forwards
  }
  .show-effect.slide .next-slide {
    animation: effect-slideInRight 1s forwards
  }
  .show-effect.slide.reverse .curr-slide {
    animation: effect-slideOutRight 1s forwards
  }
  .show-effect.slide.reverse .next-slide {
    animation: effect-slideInLeft 1s forwards
  }
  .show-effect.slide-vertical .curr-slide {
    animation: effect-slideOutUp 1s forwards
  }
  .show-effect.slide-vertical .next-slide {
    animation: effect-slideInDown 1s forwards
  }
  .show-effect.slide-vertical.reverse .curr-slide {
    animation: effect-slideOutDown 1s forwards
  }
  .show-effect.slide-vertical.reverse .next-slide {
    animation: effect-slideInUp 1s forwards
  }
  @keyframes effect-slideInLeft {
    from {
      transform: translate3d(-100%, 0, 0);
    }
    to {
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes effect-slideInRight {
    from {
      transform: translate3d(100%, 0, 0);
    }
    to {
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes effect-slideOutLeft {
    from {
      transform: translate3d(0, 0, 0);
    }
    to {
      transform: translate3d(-100%, 0, 0);
    }
  }
  @keyframes effect-slideOutRight {
    from {
      transform: translate3d(0, 0, 0);
    }
    to {
      transform: translate3d(100%, 0, 0);
    }
  }
  @keyframes effect-slideInUp {
    from {
      transform: translate3d(0, -100%, 0);
    }
    to {
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes effect-slideInDown {
    from {
      transform: translate3d(0, 100%, 0);
    }
    to {
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes effect-slideOutUp {
    from {
      transform: translate3d(0, 0, 0);
    }
    to {
      transform: translate3d(0, -100%, 0);
    }
  }
  @keyframes effect-slideOutDown {
    from {
      transform: translate3d(0, 0, 0);
    }
    to {
      transform: translate3d(0, 100%, 0);
    }
  }
  
  /*turn*/
  
  .stage-3d-effect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    perspective: 2000px;
  }
  .turn-left .curr-slide:before, .turn-right .curr-slide:before, .turn-up .curr-slide:before, .turn-down .curr-slide:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background: rgba(0, 0, 0, .4);
  }
  .show-effect.turn-left .curr-slide:before, .show-effect.turn-right .curr-slide:before, .show-effect.turn-up .curr-slide:before, .show-effect.turn-down .curr-slide:before {
    animation: effect-fadeIn 1s forwards;
  }
  .show-effect.turn-right .next-slide {
    transform-origin: 100% 0;
    animation: effect-turnInRight 1s forwards;
  }
  .show-effect.turn-left .next-slide {
    transform-origin: 0 0;
    animation: effect-turnInLeft 1s forwards;
  }
  .show-effect.turn-down .next-slide {
    transform-origin: 0 100%;
    animation: effect-turnInDown 1s forwards;
  }
  .show-effect.turn-up .next-slide {
    transform-origin: 100% 0;
    animation: effect-turnInUp 1s forwards;
  }
  @keyframes effect-turnInLeft {
    from {
      transform: rotateY(90deg);
    }
    to {
      transform: rotateY(0);
    }
  }
  @keyframes effect-turnInRight {
    from {
      transform: rotateY(-90deg);
    }
    to {
      transform: rotateY(0);
    }
  }
  @keyframes effect-turnInDown {
    from {
      transform: rotateX(90deg);
    }
    to {
      transform: rotateY(0);
    }
  }
  @keyframes effect-turnInUp {
    from {
      transform: rotateX(-90deg);
    }
    to {
      transform: rotateY(0);
    }
  }
  .show-effect.shift-left .curr-slide, .show-effect.shift-right .curr-slide, .show-effect.shift-up .curr-slide, .show-effect.shift-down .curr-slide {
    animation: effect-zoomOut 1s forwards;
  }
  .show-effect.shift-right .next-slide {
    transform-origin: 100% 0;
    animation: effect-shiftInRight 1s forwards;
  }
  .show-effect.shift-left .next-slide {
    transform-origin: 0 0;
    animation: effect-shiftInLeft 1s forwards;
  }
  .show-effect.shift-up .next-slide {
    transform-origin: 0 100%;
    animation: effect-shiftInUp 1s forwards;
  }
  .show-effect.shift-down .next-slide {
    transform-origin: 100% 0;
    animation: effect-shiftInDown 1s forwards;
  }
  @keyframes effect-zoomOut {
    from {
      transform: scale(1);
    }
    to {
      transform: scale(.6);
    }
  }
  @keyframes effect-shiftInLeft {
    from {
      transform: translate3d(-100%, 0, 0);
    }
    to {
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes effect-shiftInRight {
    from {
      transform: translate3d(100%, 0, 0);
    }
    to {
      transform: translate3d(0, 0, 0)
    }
  }
  @keyframes effect-shiftInUp {
    from {
      transform: translate3d(0, -100%, 0);
    }
    to {
      transform: translate3d(0, 0, 0)
    }
  }
  @keyframes effect-shiftInDown {
    from {
      transform: translate3d(0, 100%, 0)
    }
    to {
      transform: translate3d(0, 0, 0)
    }
  }
  .unfold.effect-layer {
    overflow: visible;
  }
  .effect-layer.unfold .effect-slide {
    width: 50%;
  }
  .effect-layer.unfold .next-slide {
    left: 50%;
    background-position: 100% 0;
  }
  .effect-layer.unfold .unfold-effect-slides {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    transform-style: preserve-3d;
  }
  .unfold-effect-slides .unfold-front, .unfold-effect-slides .unfold-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    backface-visibility: hidden;
  }
  .unfold .unfold-front {
    background-position: 100% 0;
  }
  .unfold .unfold-back {
    transform: rotate3d(0, 1, 0, 180deg);
  }
  .show-effect.unfold .unfold-effect-slides {
    transform-origin: 0 0;
    animation: effect-unfoldLeft 1s forwards;
  }
  .unfold.reverse .next-slide {
    left: 0;
    background-position: 0 0;
  }
  .unfold.reverse .curr-slide {
    left: 50%;
    background-position: 100% 0;
  }
  .unfold.reverse .unfold-effect-slides {
    left: 0
  }
  .reverse.unfold .unfold-back {
    background-position: 100% 0;
  }
  .reverse.unfold .unfold-front {
    background-position: 0 0;
  }
  .show-effect.unfold.reverse .unfold-effect-slides {
    transform-origin: 100% 0;
    animation: effect-unfoldRight 1s forwards;
  }
  .unfold-vertical.effect-layer {
    overflow: visible;
  }
  .effect-layer.unfold-vertical .unfold-effect-slides {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 50%;
    transform-style: preserve-3d;
  }
  .effect-layer.unfold-vertical .effect-slide {
    height: 50%;
  }
  .effect-layer.unfold-vertical .curr-slide {
    top: 50%;
    background-position: 0 100%;
  }
  .effect-layer.unfold-vertical .unfold-effect-slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    transform-style: preserve-3d;
  }
  .unfold-vertical .unfold-back {
    transform: rotate3d(1, 0, 0, 180deg);
    background-position: 0 100%;
  }
  .show-effect.unfold-vertical .unfold-effect-slides {
    transform-origin: 0 100%;
    animation: effect-unfoldDown 1s forwards;
  }
  .unfold-vertical.reverse .next-slide {
    top: 50%;
    background-position: 0 100%;
  }
  .unfold-vertical.reverse .curr-slide {
    top: 0;
    background-position: 0 0;
  }
  .unfold-vertical.reverse .unfold-effect-slides {
    top: 50%;
  }
  .reverse.unfold-vertical .unfold-back {
    background-position: 0 0;
  }
  .reverse.unfold-vertical .unfold-front {
    background-position: 0 100%;
  }
  .show-effect.unfold-vertical.reverse .unfold-effect-slides {
    transform-origin: 100% 0;
    animation: effect-unfoldUp 1s forwards;
  }
  @keyframes effect-unfoldLeft {
    from {
      transform: rotate3d(0, 1, 0, 0);
    }
    to {
      transform: rotate3d(0, 1, 0, -180deg);
    }
  }
  @keyframes effect-unfoldRight {
    from {
      transform: rotate3d(0, 1, 0, 0);
    }
    to {
      transform: rotate3d(0, 1, 0, 180deg);
    }
  }
  @keyframes effect-unfoldDown {
    from {
      transform: rotate3d(1, 0, 0, 0);
    }
    to {
      transform: rotate3d(1, 0, 0, -180deg);
    }
  }
  @keyframes effect-unfoldUp {
    from {
      transform: rotate3d(1, 0, 0, 0);
    }
    to {
      transform: rotate3d(1, 0, 0, 180deg);
    }
  }
  /* dc-SlideShow end */
  /* dc-SlideShow 定制 start */
.overview .dc-SlideShow{
    height: 460px;
}
.slide-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #3550d6;
}
.slide-content.slide-play {
    visibility: visible;
}
.dc-SlideShow.mobile-device .slide-content{
    visibility: hidden;
}
.dc-SlideShow .slide-hotarea,
.dc-SlideShow:hover .slide-hotarea {
    display: none;
}
.slide-link{
    display: block;
    height: 100%;
}
@media(max-width: 1023px){
    .overview .dc-SlideShow{
        height: auto;
        /* min-height: 170px; */
    }
}
/* dc-SlideShow 定制 end */

/* region util: media query for js*/
title {
    font-size: 21px;
}
@media (min-width: 768px) {
    title {
        font-size: 22px;
    }
}
@media (min-width: 1024px) {
    title {
        font-size: 23px;
    }
}
@media (min-width: 1280px) {
    title {
        font-size: 24px;
    }
}
@media (min-width: 1366px) {
    title {
        font-size: 25px;
    }
}
@media (min-width: 1680px) {
    title {
        font-size: 26px;
    }
}
/* endregion util: media query for js*/


/* region banner */
.swiper-wrapper,
.swiper-slide {
    height: 460px !important;
}

.swiper-container {
    height: 500px;
}

.swiper-slide {
    width: 100%;
}

.banner-wrapper {
    width: 100%;
    height: 100%;
    background: url(../images/index-v2/banner/rds-bg.jpg) no-repeat center;
}

.banner-main {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    padding-top: 107px;
    color: #333;
    text-align: left;
}

.banner-main.not-pro {
    padding-top: 100px;
    text-align: center;
}

@media (max-width: 1200px) {
    .banner-main {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.banner-main .txt-01 {
    font-size: 24px;
    line-height: 44px;
}

.banner-main.not-pro .txt-01 {
    display: inline-block;
    padding: 0 5px;
    color: #333;
    font-size: 24px;
    margin-left: 510px;
    border-bottom: 2px solid #96abc4;
    margin-bottom: 20px;
}

.banner-main.not-pro.ide .txt-01 strong {
    font-weight: bold;
}

.banner-main .txt-02 {
    font-size: 48px;
    line-height: 68px;
}

.banner-main.not-pro .txt-02 {
    color: #2b3033;
    font-size: 70px;
    text-align: center;
    margin-bottom: 25px;
}

.banner-main .txt-03 {
    font-size: 16px;
    line-height: 36px;
}

.banner-main.not-pro .txt-03 {
    color: #2b3033;
    font-size: 30px;
    text-align: center;
}

.banner-main .btn-banner {
    width: 142px;
    height: 40px;
    margin-top: 35px;
    background: #e41f2b;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    text-align: center;
}

.banner-main-bg {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 50%;
    width: 1920px;
    height: 460px;
    margin-left: -960px;
    background-repeat: no-repeat;
    background-position: center center;
}

.banner-video {
    display: none;
    position: absolute;
    top: 0;
    left: -9999px;
    right: -9999px;
    width: 100%;
    min-width: 1920px;
    height: 460px;
    margin: auto;
}

.banner-video.show {
    display: block;
}

.pagination {
    position: absolute;
    z-index: 20;
    bottom: 150px;
    width: 100%;
    text-align: center;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 50px;
    height: 20px;
    margin: 0 5px;
    background: none;
    border-bottom: 3px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    cursor: pointer;
}

.swiper-active-switch {
    border-bottom: 3px solid #e41f2b;
}

.banner-mb {
    display: none;
}

@media (max-width: 1023px) {
    .swiper-container {
        height: auto
    }

    .swiper-wrapper,
    .swiper-slide {
        height: auto !important;
    }

    .banner-main {
        display: none;
    }

    .banner-mb {
        display: block;
    }

    .banner-mb img {
        width: 100%;
        display: block;
    }

    .pagination {
        bottom: 10px;
    }
}

@-webkit-keyframes fadeInFg {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2%, 2%, 0);
        transform: translate3d(2%, 2%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInFg {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2%, 2%, 0);
        -ms-transform: translate3d(2%, 2%, 0);
        transform: translate3d(2%, 2%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInFg {
    -webkit-animation-name: fadeInFg;
    animation-name: fadeInFg
}
/* transition实现过场动画
------------------------*/

/* 进场transition： fadeIn */
[slider-transition-enter-effect="transition-fadeIn"] {
    opacity: 0;
}

[slider-transition-enter-effect="transition-fadeIn"][slider-transition-state="enter"] {
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* 进场transition： fadeInUp */
[slider-transition-enter-effect="transition-fadeInUp"] {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
}

[slider-transition-enter-effect="transition-fadeInUp"][slider-transition-state="enter"] {
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* 进场transition： fadeInTopLeft-short */
[slider-transition-enter-effect="transition-fadeInTopLeft-short"] {
    opacity: 0;
    -webkit-transform: translate3d(20px, 20px, 0);
    -ms-transform: translate3d(20px, 20px, 0);
    transform: translate3d(20px, 20px, 0);
}

[slider-transition-enter-effect="transition-fadeInTopLeft-short"][slider-transition-state="enter"] {
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* 退场transition： fadeOut */
[slider-transition-exit-effect="transition-fadeOut"][slider-transition-state="exit"] {
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* 退场transition： fadeOutUp */
[slider-transition-exit-effect="transition-fadeOutUp"][slider-transition-state="exit"] {
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    -ms-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
}

/* endregion banner */

/* region banner: product template */
.slide-content-product .banner-main {
    padding-top: 90px;
}

.banner-product-text {
    position: relative;
    z-index: 3;
    padding-left: 30px;
}

.banner-product-text h3 {
    margin-bottom: 10px;
    font-size: 24px;
    color: #333333;
    line-height: 36px;
}

.banner-product-text h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 48px;
    color: #333333;
    line-height: 60px;
}

.banner-product-text p {
    margin-top: 10px;
    font-size: 18px;
    color: #333333;
    line-height: 22px;
}

.banner-product-text em {
    font-style: normal;
    color: #e41e2b;
}

.banner-product-text .aui-button {
    margin-top: 30px;
}

.banner-product-text .btn-primary {
    box-shadow: 0 10px 20px 0 rgba(239, 35, 54, 0.20);
}

.banner-product-text .aui-button + .aui-button {
    margin-left: 7px;
}

.banner-product-image-main,
.banner-product-image-sub {
    position: absolute;
    z-index: 1;
    top: 0;
    right: -190px;
    width: 930px;
    height: 460px;
}

/* 进场transition： fadeInBottomLeft-product */
[slider-transition-enter-effect="transition-fadeInBottomLeft-product"] {
    opacity: 0;
    -webkit-transform: translate3d(104px, -71px, 0);
    -ms-transform: translate3d(104px, -71px, 0);
    transform: translate3d(104px, -71px, 0);
}

[slider-transition-enter-effect="transition-fadeInBottomLeft-product"][slider-transition-state="enter"] {
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* endregion banner: product template */

/* region banner: activity template */
.slide-content-activity .banner-main {
    height: 400px;
    padding-top: 105px;
    font-size: 0;
    text-align: center;
}

.banner-activity-text {
    position: relative;
    z-index: 3;
    text-align: center;
}

.banner-activity-text h3 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 36px;
    color: #333;
}

.banner-activity-text h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 56px;
    line-height: 70px;
    color: #333;
}

.banner-activity-text p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
    color: #333;
}

.banner-activity-text em {
    font-style: normal;
    color: #e41e2b;
}

.banner-activity-text .banner-activity-text-subp {
    display: block;
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 18px;
    color: #999;
}

.banner-activity-button-wrapper {
    margin-top: 20px;
}

.banner-activity-button-wrapper .aui-button {
    box-shadow: 0 10px 20px 0 rgba(239, 35, 54, 0.20);
}

/* endregion banner: activity template */


/* region section common style */
.home-section h2,
.home-section p {
    text-align: justify;
}
.section-head {
    max-width: 1210px;
    padding: 60px 15px 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.section-head h2 {
    margin-bottom: 13px;
    font-size: 24px;
    line-height: 42px;
    text-align: center;
    color: #252B3A;
}
.section-head p {
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #8A8D93;
    opacity: 0.8;
}
.general-info {
	margin-left: 100px;
	margin-right: 100px;
	margin-bottom: 50px;
	text-align: left;
}
.general-info h3 {
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 10px;
}
.general-info p {
	font-size: 14px;
	padding-bottom: 20px;
}

@media (max-width: 768px) {
    .general-info {
        margin-left: 50px;
        margin-right: 50px;
    }
}

@media (max-width: 480px) {
    .general-info {
        margin-left: 25px;
        margin-right: 25px;
    }
}

.section-more-wrap {
    padding-top: 34px;
    padding-bottom: 45px;
    text-align: center;
}
.section-more-wrap a {
    display: inline-block;
    font-size: 14px;
    width: 89px;
    height: 35px;
    line-height: 35px;
    color: #8A8D93;    
    margin-bottom: 2px;
}
@media (min-width: 1024px) {
    .section-more-wrap a:hover {
        color: #2d56b1;
        border-color: #2d56b1;
    }
}
@media (max-width: 1023px) {
    .section-head {
        padding: 38px 15px 23px;
    }
    .section-more-wrap {
        display: none;
    }
    .section-head h2 {
    }
}
@media (max-width: 1023px) {
    .section-head {
        padding: 38px 15px 23px;
    }
    .section-more-wrap {
        display: none;
    }
    .section-head h2 {
        margin-bottom: 3px;
        font-size: 21px;
        line-height: 30px;
    }
    .section-head p {
        font-size: 14px;
        line-height: 20px;
    }
}
/* endregion section common style*/

/* region section: product */
.section-product {
    background: white;
}
.product-nav-tabs {
    overflow: hidden;
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}
.product-nav-tabs > li {
    float: left;
    width: 25%;
    padding-top: 28px;
    text-align: center;
}
.product-nav-tabs[data-cols="5"] > li {
    width: 16.66666%;
}
.product-nav-tabs[data-cols="6"] > li {
    width: calc(100% / 6);
}
.product-nav-tabs[data-cols="7"] > li {
    width: calc(100% / 7);
}
.product-nav-tabs[data-cols="8"] > li {
    width: 12.5%;
}
.product-nav-tabs i {
    display: block;
    width: 48px;
    height: 48px;
    margin-left: auto;
    margin-right: auto;
    background-size: 100% 100%;
}
.product-nav-tabs > li > a {
    display: inline-block;
    cursor: pointer;
}
.product-nav-tabs i:before {
    content: "";
    width: 0;
    height: 0;
}
.product-nav-tabs p {
    display: inline-block;
    position: relative;
    height: 50px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 12px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #8A8D93;
    transition: .2s;
}
.product-nav-tabs p:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    height: 4px;
    background: #E41F2B;
    transition: .2s;
}
@media (min-width: 1024px) {
    .product-nav-tabs a:hover p {
        color: #E41F2B;
    }
}
.product-nav-tabs > li.active p {
    color: #E41F2B;
}
.product-nav-tabs > li.active p:after {
    left: 0;
    right: 0;
}
.product-tab-content {
    overflow: hidden;
    background: #fafafa;
    transition: .35s;
}
.product-tab-panel {
    display: none;
    max-width: 1210px;
    padding: 30px 15px;
    margin-left: auto;
    margin-right: auto;
}
.product-tab-panel.active {
    display: block;
}
.product-list:after {
    content: "";
    display: table;
    clear: both;
}
.product-item {
    display: inline;
}
.product-item > a {
    position: relative;
    float: left;
    width: 33.333333%;
    height: 140px;
    padding: 20px 45px 20px 20px;
    transition: .2s;
}
.caret-new {
    display: inline-block;
    width: 36px;
    height: 16px;
    margin-top: -2px;
    margin-left: 10px;
    line-height: 16px;
    background: #e41f2b;
    font-size: 12px;
    color: white;
    text-align: center;
    vertical-align: middle;
}
.caret-new:before {
    content: "NEW";
}
.product-item > a h2 {
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 25px;
    color: #252B3A;
    text-align: left;
}
.product-item > a p {
    height: 60px;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    color: #8A8D93;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.product-item > a:after {
    content: "";
    opacity: 0;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-right: solid 1px #E41F2B;
    border-top: solid 1px #E41F2B;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    transition: .2s;
}
@media (min-width:1024px) {
    .product-item > a:hover {
        background-color: white;
        box-shadow: 0 3px 8px 0 rgba(37,43,58,.1);
    }
    .product-item > a:hover h2 {
	color: #e41e2b;
    }
    .product-item > a:hover:after {
        opacity: 1;
    }
}
.product-icon-calc,
li.active .product-icon-calc:before {
    background-image: url(../en_images/index/product/icon-calc.svg?sttl=1);
}
.product-icon-calc:before,
li.active .product-icon-calc {
    background-image: url(../en_images/index/product/icon-calc-active.svg?sttl=1);
}
.product-icon-disk {
    background-image: url(../en_images/index/product/icon-disk.svg?sttl=1);
}
.product-icon-disk:before,
li.active .product-icon-disk {
    background-image: url(../en_images/index/product/icon-disk-active.svg?sttl=1);
}
.product-icon-web {
    background-image: url(../en_images/index/product/icon-web.svg?sttl=1);
}
.product-icon-web:before,
li.active .product-icon-web {
    background-image: url(../en_images/index/product/icon-web-active.svg?sttl=1);
}

.product-icon-safe {
    background-image: url(../en_images/index/product/icon-safe.svg?sttl=1);
}
.product-icon-safe:before,
li.active .product-icon-safe {
    background-image: url(../en_images/index/product/icon-safe-active.svg?sttl=1);
}



.product-icon-datalib {
    background-image: url(../en_images/index/product/icon-datalib.svg?sttl=1);
}
.product-icon-datalib:before,
li.active .product-icon-datalib {
    background-image: url(../en_images/index/product/icon-datalib-active.svg?sttl=1);
}
.product-icon-analysis {
    background-image: url(../en_images/index/product/icon-analysis.svg?sttl=1);
}
.product-icon-analysis:before,
li.active .product-icon-analysis {
    background-image: url(../en_images/index/product/icon-analysis-active.svg?sttl=1);
}
.product-icon-develop {
    background-image: url(../en_images/index/product/icon-develop.svg?sttl=1);
}
.product-icon-develop:before,
li.active .product-icon-develop {
    background-image: url(../en_images/index/product/icon-develop-active.svg?sttl=1);
}
.product-icon-new {
    background-image: url(../en_images/index/product/icon-new.svg?sttl=1);
}
.product-icon-new:before,
li.active .product-icon-new {
    background-image: url(../en_images/index/product/icon-new-active.svg?sttl=1);
}
.product-icon-service {
    background-image: url(../en_images/index/product/icon-service.svg?sttl=1);
}
.product-icon-service:before,
li.active .product-icon-service {
    background-image: url(../en_images/index/product/icon-service-active.svg?sttl=1);
}
.product-icon-manage {
    background-image: url(../en_images/index/product/icon-manage.svg?sttl=1);
}
.product-icon-manage:before,
li.active .product-icon-manage {
    background-image: url(../en_images/index/product/icon-manage-active.svg?sttl=1);
}

.product-body-mb {
    display: none;
}
@media (max-width: 1023px) {
    .section-product {
        background-image: -webkit-gradient(linear,left top, right bottom, from(#DEE6EE), to(#F2F5F8));
        background-image: linear-gradient(135deg, #DEE6EE 0%, #F2F5F8 100%);
    }
    .product-body-pc {
        display: none;
    }
    .product-body-mb {
        display: block;
        padding-bottom: 25px;
    }
    .product-nav-tabs > li {
        width: calc(50% - 1px);
        padding-top: 0;
        margin-top: 2px;
        background: white;
    }
    .product-nav-tabs:first-child > li {
        margin-top: 0;
    }
    .product-nav-tabs > li + li {
        margin-left: 2px;
    }
    .product-nav-tabs > li > a {
        display: block;
        position: relative;
        height: 75px;
        padding-left: 54px;
        font-size: 0;
        line-height: 75px;
        text-align: left;
    }
    .product-nav-tabs > li > a:before {
        content: "";
        position: absolute;
        left: 50%;
        right: 50%;
        bottom: 0;
        height: 2px;
        background-color: #E41F2B;
        transition: .2s;
    }
    .product-nav-tabs > li.active > a:before {
        left: 0;
        right: 0;
    }
    .product-nav-tabs i {
        position: absolute;
        top: 50%;
        left: 15px;
        width: 24px;
        height: 24px;
        margin-top: -12px;
    }
    .product-nav-tabs p {
        display: inline-block;
        height: auto;
        padding: 0;
        margin-top: 0;
        font-size: 14px;
        line-height: 20px;
        color: #252B3A;
        vertical-align: middle;
        text-align: left;
    }
    .product-tab-content {
        background: none;
    }
    .product-nav-tabs p:after {
        content: none;
    }
    .product-tab-panel {
        padding-top: 0;
        padding-bottom: 0;
    }
    .product-list {
        padding: 25px 30px;
        margin-top: 2px;
        background: white;
    }
    .product-item {
        display: list-item;
    }
    .product-item + .product-item {
        margin-top: 25px;
    }
    .product-item > a {
        float: none;
        display: block;
        width: auto;
        height: auto;
        padding: 0;
    }
    .product-item > a p {
        height: auto;
    }
}
/* endregion section: product */

/* region section: solution*/
.section-solution {
    background: url(../en_images/index/solution/solution-bg.jpg);
    background-size: cover;
}
.section-solution .section-head {
    display: none;
}
.solution-wrapper {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}
.solution-body {
    overflow: hidden;
}
.solution-item {
    overflow: hidden;
    position: relative;
    float: left;
    width: 20%;
    height: 450px;
    background-size: cover;
    background-position: center center;
}
.solution-item-business {
    background-image: url(../en_images/index/solution/bg-business.jpg?sttl=1);
}
.solution-item-game {
    background-image: url(../en_images/index/solution/bg-game.jpg?sttl=1);
}
.solution-item-webmobile {
    background-image: url(../en_images/index/solution/bg-webmobile.jpg?sttl=1);
}
.solution-item-calc {
    background-image: url(../en_images/index/solution/bg-calc.jpg?sttl=1);
}
.solution-item-sap {
    background-image: url(../en_images/index/solution/bg-sap.jpg?sttl=1);
}
.solution-item:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 100%;
    height: 4px;
    background: #E41F2B;
    transition: .35s;
}
.solution-inner {
    height: 520px;
    padding: 170px 20px 0;
    transition: .35s;
}
.solution-item:nth-child(2n+1) .solution-inner {
    background-color: rgba(37, 43, 58, .6);
}
.solution-item:nth-child(2n) .solution-inner {
    background-color: rgba(107, 116, 137, .2);
}
.solution-inner i {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto 23px;
    background-size: 100% 100%;
    transition: .35s;
}
.solution-inner i:before {
    content: "";
    width: 0;
    height: 0;
}
.solution-inner h2 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: white;
    transition: .35s;
}
.solution-inner p {
    opacity: 0;
    max-width: 180px;
    min-height: 72px;
    margin: 0 auto 10px;
    font-size: 12px;
    line-height: 18px;
    color: #252B3A;
    transition: .35s;
}
.solution-inner a {
    opacity: 0;
    display: block;
    max-width: 180px;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 8px 16px 0 rgba(227,24,31,0.30);
    transition: .35s;
}
@media (min-width: 1024px) {
    .solution-item:hover .solution-inner {
        background: rgba(246, 251, 255, .7);
        transform: translate3d(0,-70px,0);
    }
    .solution-item:hover:before {
        right: 0;
    }
    .solution-item:hover .solution-inner h2 {
        color: #252B3A;
    }
    .solution-item:hover .solution-inner p,
    .solution-item:hover .solution-inner a {
        opacity: 1;
    }
}
.section-solution .section-more-wrap {
    display: none;
}
.solution-icon-business {
    background-image: url(../en_images/index/solution/icon-business.svg?sttl=1);
}
.solution-icon-game {
    background-image: url(../en_images/index/solution/icon-game.svg?sttl=1);
}
.solution-icon-webmobile {
    background-image: url(../en_images/index/solution/icon-webmobile.svg?sttl=1);
}
.solution-icon-calc {
    background-image: url(../en_images/index/solution/icon-calc.svg?sttl=1);
}
.solution-icon-sap {
    background-image: url(../en_images/index/solution/icon-sap.svg?sttl=1);
}
@media (min-width: 1024px) {
    .solution-icon-business:before,
    .solution-item:hover .solution-icon-business {
        background-image: url(../en_images/index/solution/icon-business-active.svg?sttl=1);
    }
    .solution-icon-game:before,
    .solution-item:hover .solution-icon-game {
        background-image: url(../en_images/index/solution/icon-game-active.svg?sttl=1);
    }
    .solution-icon-webmobile:before,
    .solution-item:hover .solution-icon-webmobile {
        background-image: url(../en_images/index/solution/icon-webmobile-active.svg?sttl=1);
    }
    .solution-icon-calc:before,
    .solution-item:hover .solution-icon-calc {
        background-image: url(../en_images/index/solution/icon-calc-active.svg?sttl=1);
    }
    .solution-icon-sap:before,
    .solution-item:hover .solution-icon-sap {
        background-image: url(../en_images/index/solution/icon-sap-active.svg?sttl=1);
    }
}

@media (max-width: 1023px) {
    .section-solution {
        background: #252B3A;
    }
    .section-solution .section-head {
        display: block;
    }
    .section-solution .section-head h2 {
        color: white;
    }
    .solution-item {
        float: none;
        width: auto;
        height: 100px !important;
    }
    .solution-item:nth-child(3) ~ .solution-item {
        display: none;
    }
    .solution-item-business {
        background-image: url(../en_images/index/solution/bg-business-mb.jpg?sttl=1);
    }
    .solution-item-game {
        background-image: url(../en_images/index/solution/bg-game-mb.jpg?sttl=1);
    }
    .solution-item-webmobile {
        background-image: url(../en_images/index/solution/bg-webmobile-mb.jpg?sttl=1);
    }
    .solution-item-calc {
        background-image: url(../en_images/index/solution/bg-calc-mb.jpg?sttl=1);
    }
    .solution-item-sap {
        background-image: url(../en_images/index/solution/bg-sap-mb.jpg?sttl=1);
    }
    .solution-item:nth-child(2n) .solution-inner {
        background-color: rgba(107, 116, 137, .6);
    }
    .solution-inner {
        position: relative;
        height: 100px;
        padding-top: 22px !important;
    }
    .solution-inner i {
        width: 30px;
        height: 30px;
        margin-bottom: 6px;
    }
    .solution-inner h2 {
        font-size: 14px;
        line-height: 20px;
    }
    .solution-inner a {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-width: none;
    }
    .section-solution .section-more-wrap {
        display: block;
        padding-top: 25px;
        padding-bottom: 20px;
    }
    .section-more-wrap a {
        font-size: 14px;
        line-height: 20px;
    }
    .section-more-wrap a:before {
        content: "查看全部 >";
    }

    .solution-body.showmore .solution-item {
        display: block;
    }
    .solution-body.showmore + .section-more-wrap a:before {
        content: "收起";
    }
}
/* endregion section: solution*/

/* region section: service*/
.section-service {
    background-image: url(../en_images/index/service/service-bg.png?sttl=1);
    background-size: cover;
    background-position: center center;
}
.service-wrapper {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}
.primary-white{color:#fff !important;}
.service-body {
    overflow: hidden;
    border-radius: 2px;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.06);
}
.service-item {
    position: relative;
    float: left;
    height: 310px;
    width: 380px;
    padding-top: 30px;
    background: white;
    margin-right: 10px;
}
.service-item + .service-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 34px;
    bottom: 34px;
    border-right: solid 1px #E5E7ED;

}
.service-item > a {
    display: block;
    width: 90px;
    margin-left: auto;
    margin-right: auto;
}
.service-item i {
    display: block;
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    background-size: 100% 100%;
}
.service-item i:before {
    content: "";
    width: 0;
    height: 0;
}
.service-item h2 {
    margin-top: 10px;
    margin-bottom: 26px;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #282820;
}
@media (min-width: 1024px) {
    .service-item a:hover h2 {
        color: #E41F2B;
    }
}
.service-list {
    font-size: 0;
    text-align: left;
    max-width: 311px;
    margin: 0 auto;
}
.service-list > li {
    position: relative;
    line-height: 22px;
    list-style-type: disc;
    color: #e41e2b;
    padding-left: 0px;
    font-size: 12px;
    margin-left:18px;
}

.service-list > li:before,
.service-list > li > a {
    font-size: 14px;
    line-height: 22px;
    color: #8A8D93;
}
.service-list li a:hover{
    color: #999;
}


.service-item:nth-child(3) .service-list:nth-of-type(1) > li:last-child a:after {
    content: "\2003";
}
.service-icon-basesoft {
    background-image: url(../images/index/service/icon-trusted.svg?sttl=1);
}
.service-icon-businessSoft {
    background-image: url(../images/index/service/icon-open.svg?sttl=1);
}
.service-icon-profession {
    background-image: url(../images/index/service/icon-global-service.svg?sttl=1);
}
/*@media(min-width: 1024px) {
    .service-icon-basesoft:before,
    .service-item > a:hover .service-icon-basesoft {
        background-image: url(../en_images/index/service/icon-basesoft-hover.svg?sttl=1);
    }
    .service-icon-businessSoft:before,
    .service-item > a:hover .service-icon-businessSoft {
        background-image: url(../en_images/index/service/icon-businessSoft-hover.svg?sttl=1);
    }
    .service-icon-profession:before,
    .service-item > a:hover .service-icon-profession {
        background-image: url(../en_images/index/service/icon-profession-hover.svg?sttl=1);
    }
}*/
@media (max-width: 1023px) {
    .service-wrapper {
        padding-bottom: 25px;
    }
    .service-item {
        height: 137px;
        padding-top: 30px;
    }
    .service-item + .service-item:before {
        top: 14px;
        bottom: 14px;
    }
    .service-item i {
        width: 40px;
        height: 40px;
    }
    .service-item h2 {
        margin-top: 15px;
        margin-bottom: 30px;
        font-size: 14px;
        line-height: 20px;
    }
    .service-list {
        display: none;
    }
}
/* endregion section: service*/

/* region section: partner*/
.partner-wrapper {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}
.partner-body {
    overflow: hidden;
}
.partner-item {
    float: left;
    width: 16.6%;
    height: 110px;
    padding-top: 25px;
}
.partner-logo {
    display: block;
    width: 140px;
    height: 60px;
    margin: 0 auto;
}

@media (max-width: 1023px) {
    .partner-body {
        padding-bottom: 20px;
    }
    .partner-item {
        width: 33.333333%;
        height: 60px;
        padding-top: 15px;
    }
    .partner-logo {
        height: 30px;
        width: 70px;
    }
}
/* endregion section: partner*/

/* region section: news*/
.section-news {
    background-image: -webkit-gradient(linear,left top, left bottom, from(#ECF2F8), to(#fff));
    background-image: linear-gradient(#ECF2F8 0%, #fff 100%);
}
.news-wrapper {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}
.news-body {
    overflow: hidden;
    padding-top: 26px;
    padding-bottom: 10px;
}
.news-image-box {
    position: relative;
    float: left;
    width: 445px;
}
.news-image-box img {
    position: relative;
    z-index: 1;
    float: right;
    width: 380px;
    height: 240px;
    background-color: white;
}
.news-image-box:before {
    content: "";
    position: absolute;
    top: -10px;
    right: 108px;
    width: 282px;
    height: 180px;
    background-color: #E41F2B;
}
.news-list {
    float: left;
    width: calc(100% - 445px);
    padding-left: 54px;
    padding-right: 30px;
}
.new-arrive{
    display: inline-block;
    width: 36px;
    height: 14px;
    margin-left: 8px;
    background-image: url(../en_images/index/service/new.svg?sttl=1);
}


.news-list > li {
    position: relative;
    padding-left: 58px;
}
.news-list > li + li {
    margin-top: 39px;
}
.news-list-date {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 58px;
    color: #8A8D93;
}
.news-list-date:after {
    content: '';
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    border-left: solid 1px #979797;
}
.news-list-date-year {
    display: block;
    margin-top: -3px;
    font-weight: 300;
    font-size: 36px;
    line-height: 42px;
}
.news-list-date-month {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-list p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #8A8D93;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 1023px) {
    .news-body {
        margin-top: -26px;
        padding-bottom: 0;
    }
    .news-wrapper {
        padding-bottom: 0;
    }
    .news-image-box {
        float: none;
        width: 380px;
        margin-left: auto;
        margin-right: auto;
    }
    .news-image-box:before {
        right: auto;
        left: -10px;
    }
    .news-image-box img {
        float: none;
        display: block;
    }
    .news-list {
        float: none;
        width: auto;
        padding: 25px 30px;
    }
    .news-list > li {
        padding: 0;
    }
    .news-list > li + li {
        margin-top: 25px;
    }
    .news-list-date {
        display: none;
    }
    .news-list h2 {
        font-size: 14px;
        line-height: 20px;
    }
    .news-list p {
        margin-top: 10px;
        font-size: 12px;
        line-height: 16px;
        color: #8A8D93;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}


@media(max-width:1200px){
    .aui-Carousel li .inner-box{
        width: 1024px;
    }

    .service-item {
        width: 33.333333%;
        margin-right:0px;
    }
}

@media (max-width: 767px) {
    .news-image-box {
        width: auto;
        margin-left: 30px;
        margin-right: 30px;
    }
    .news-image-box:before {
        width: 75%;
        height: 75%;
    }
    .news-image-box img {
        width: 100%;
        height: auto;
        min-height: 100px;
    }
    .service-item {
        height: 137px;
        padding-top: 30px;
        position: relative;
        float: left;
        width: 33.333333%;
        margin-right: 0px;
    }

}
/* endregion section: news*/
