/*********************************************************************
                        style for page
**********************************************************************/
.main{
    position: relative;
    z-index: 0;
    width: 100%;
    padding-top: 70px;
}
.main-container{
    height: 700px;
    width: 100%;
}
.main-container li{
    background-size: auto 700px !important;
    height: 700px;
}
.main-pagination{
    bottom: 40px !important;
}
.main-pagination .swiper-pagination-bullet{
    background: rgba(255,255,255,0.5);
    opacity: 1;
    margin: 14px 4px !important;
    width: 30px;
    height: 6px;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 8px;
}
.main-pagination .swiper-pagination-bullet-active{
    background: #fff;
}
.main-product{
    margin-top: -30px;
    position: relative;
    z-index: 4;
}
.main-product ul{
    padding-left: 100px;
    box-sizing: border-box;
}
.main-pro-mm{
    float: left;
    width: 250px;
    padding: 25px 0;
    position: relative;
}
.main-pro-mm:nth-child(1){
    background: #94e9e4;
}
.main-pro-mm:nth-child(2){
    background: #78ddd9;
}
.main-pro-mm:nth-child(3){
    background: #6ad1cd;
}
.main-pro-mm:nth-child(4){
    background: #01beb4;
}
.main-pro-icon{
    width: 250px;
    height: 70px;
    background-size: auto 50px !important;
}
.main-pro-icon01{
    background: url(../image/index/product-01.png) no-repeat center center;
}
.main-pro-icon02{
    background: url(../image/index/product-02.png) no-repeat center center;
}
.main-pro-icon03{
    background: url(../image/index/product-03.png) no-repeat center center;
}
.main-pro-icon04{
    background: url(../image/index/product-04.png) no-repeat center center;
}
.main-pro-mm h2{
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    padding-top: 4px;
}
.main-pro-mm h3{
    text-align: center;
    padding: 0 15px;
}
.main-pro-mm:hover{
    cursor: pointer;
}
.main-pro-mm:hover:after{
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 250px;
    height: 6px;
    background: #1e1e1e;
}

.main-3d{
    padding-top: 70px;
    padding-bottom: 30px;
}
.main-3d-head{
    background: url(../image/index/3d-font.png) no-repeat center center;
    background-size: auto 80px;
    height: 80px;
}
/* 放大3d产品区域 */
.main-3d-oyo{
    height: 640px;
    width: 100%;
    position: relative;
}
.main-3d-oyo-arrow{
    position: absolute;
    left: 50px;
    top: 0;
    width: 1100px;
    height: 640px;
    background: url(../image/index/3d-arrow.jpg) no-repeat;
    background-size: 1100px auto;
}
.main-3d-oyo-lay{
    padding: 0;
}
.main-3d-oyo-ws{
    position: absolute;
    left: 294px;
    top: 120px;
    width: 230px;
    height: 320px;
    background: url('/Content/image/index/3d-WS.png') no-repeat;
    background-size: 216px auto;
    z-index: 6;
    transition: all 0.5s ease;
}
.main-3d-oyo-ws:hover{
    transform: scale(1.5) translateX(20px) translateY(10px) !important;
    z-index: 99;
}
.main-3d-oyo-pro{
    position: absolute;
    left: 362px;
    top: 262px;
    width: 250px;
    height: 230px;
    background: url(../image/index/3d-PRO.png) no-repeat;
    background-size: 230px auto;
    z-index: 8;
    transition: all 0.5s ease;
}
.main-3d-oyo-pro:hover{
    transform: scale(1.5) translateX(50px) translateY(-30px) !important;
    z-index: 99;
}
.main-3d-oyo-sr{
    position: absolute;
    left: 458px;
    top: 358px;
    width: 240px;
    height: 200px;
    background: url(../image/index/3d-SR.png) no-repeat;
    background-size: 230px auto;
    z-index: 9;
    transition: all 0.5s ease;
}
.main-3d-oyo-sr:hover{
    transform: scale(1.5) translateX(10px) translateY(-40px) !important;
    z-index: 99;
}
.main-3d-oyo-hb{
    position: absolute;
    left: 670px;
    top: 440px;
    width: 190px;
    height: 150px;
    background: url(../image/index/3d-HB.png) no-repeat;
    background-size: 184px auto;
    z-index: 10;
    transition: all 0.5s ease;
}
.main-3d-oyo-hb:hover{
    transform: scale(1.5) translateX(-20px) translateY(-60px) !important;
    z-index: 99;
}
.main-3d-oyo-x{
    position: absolute;
    left: 530px;
    top: 28px;
    width: 410px;
    height: 460px;
    background: url(../image/index/3d-X.png) no-repeat;
    background-size: 400px auto;
    z-index: 7;
    transition: all 0.5s ease;
}
.main-3d-oyo-x:hover{
    transform: scale(1.1) translateX(-20px) translateY(10px) !important;
    z-index: 99;
}
.main-3d-desc{
    position: relative;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;    
}
.main-3d-desc>div{
    width: 160px;
    text-align: left;
}
.main-3d-desc>div:hover{
    color: #25ccc3 !important;
    cursor: pointer;
}
.main-3d-desc-ws{
    position: absolute;
    left: 80px;
    top: 230px;
}
.main-3d-desc-pro{
    position: absolute;
    left: 134px;
    top: 430px;
}
.main-3d-desc-sr{
    position: absolute;
    left: 470px;
    top: 590px;
}
.main-3d-desc-hb{
    position: absolute;
    left: 910px;
    top: 494px;
}
.main-3d-desc-x{
    position: absolute;
    left: 982px;
    top: 216px;
}
.i-3d-wrap .main-3d-oyo-ws{
    transform: translateX(-50px);
    opacity: 0;
}

.i-3d-wrap.active .main-3d-oyo-ws{
    transform: translateX(0px);
    opacity: 1;
    transition: all 0.5s ease 0.2s;
}

.i-3d-wrap .main-3d-oyo-pro{
    transform: translateX(50px);
    opacity: 0;
}

.i-3d-wrap.active .main-3d-oyo-pro{
    transform: translateX(0px);
    opacity: 1;
    transition: all 0.5s ease 0.2s;
}

.i-3d-wrap .main-3d-oyo-sr{
    transform: translateY(50px);
    opacity: 0;
}

.i-3d-wrap.active .main-3d-oyo-sr{
    transform: translateY(0px);
    opacity: 1;
    transition: all 0.5s ease 0.2s;
}

.i-3d-wrap .main-3d-oyo-hb{
    transform: translateY(50px);
    opacity: 0;
}

.i-3d-wrap.active .main-3d-oyo-hb{
    transform: translateY(0px);
    opacity: 1;
    transition: all 0.5s ease 0.2s;
}

.i-3d-wrap .main-3d-oyo-x{
    transform: translateX(50px);
    opacity: 0;
}

.i-3d-wrap.active .main-3d-oyo-x{
    transform: translateX(0px);
    opacity: 1;
    transition: all 0.5s ease 0.2s;
}

.i-3d-wrap .main-3d-desc>div{
    transform: translateY(50px);
    opacity: 0;
}
.i-3d-wrap.active .main-3d-desc>div{
    transform: translateY(0px);
    opacity: 1;
    transition: all 0.5s ease 0.5s;
}

/* 合作伙伴 */
.main-partner{
    padding: 20px 0;
    background: #f2f2f2;
}

.main-partner-list{
    overflow: hidden;
    display: flex;
    justify-content: space-around;
}

.i-partner-wrap .main-partner-list{
    transform: translateY(30px);
    opacity: 0;
}

.i-partner-wrap.active .main-partner-list{
    transform: translateY(0px);
    opacity: 1;
    transition: all 0.3s ease 0.2s;
}

.i-partner-wrap.active .main-partner-list:nth-child(2){
    transform: translateY(0px);
    opacity: 1;
    transition: all 0.3s ease 0.5s;
}

.main-partner-mm{
    width: 160px;
    height: 160px;
    background-repeat: no-repeat; 
    background-size: 160px auto;
    background-position: center top; 
}

.main-partner-01{
    background-image: url(../image/index/partner-list-01.jpg);
}

.main-partner-02{
    background-image: url(../image/index/partner-list-02.jpg);
}

.main-partner-03{
    background-image: url(../image/index/partner-list-03.jpg);
}

.main-partner-04{
    background-image: url(../image/index/partner-list-04.jpg);
}

.main-partner-05{
    background-image: url(../image/index/partner-list-05.jpg);
}

.main-partner-06{
    background-image: url(../image/index/partner-list-06.jpg);
}

.main-partner-07{
    background-image: url(../image/index/partner-list-07.jpg);
}

.main-partner-08{
    background-image: url(../image/index/partner-list-08.jpg);
}

.main-partner-09{
    background-image: url(../image/index/partner-list-09.jpg);
}

.main-partner-10{
    background-image: url(../image/index/partner-list-10.jpg);
}

.main-partner-mm:hover{
    cursor: pointer;
    background-position: center -160px;
}

.main-news{
    padding: 70px 0 20px 0;
}
.main-news-title{
    background: url(../image/index/news-font.png) no-repeat center center;
    background-size: auto 80px;
    height: 80px;
}
.main-news-con{
    overflow: hidden;
    padding-top: 40px;
}
.main-news-mm{
    float: left;
    width: 360px;
    margin-left: 30px;
}
.main-news-time{
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 4px;
}
.main-news-cover{
    position: relative;
    width: 360px;
    height: 240px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 25px;
}
.main-news-cover img{
    width: 100%;
    transition: all 0.3s ease;
    cursor: pointer;
}
.main-news-cover:hover img{
    transform: scale(1.1);    
}
.main-news-txt{
    padding-left: 16px;
    position: relative;
    padding-bottom: 4px;
}
.main-news-txt:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 138px;
    border-radius: 2px;
    background: #d3d3d3;
}
.main-news-h1{
    position: relative;
    color: #01beb4;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;   
    overflow: hidden;
    max-height: 56px;
    height: 56px;
    margin-bottom: 6px;
}
.main-news-h1:hover{
    text-decoration: underline;
    cursor: pointer;
}
.main-news-h2{
    position: relative;
    padding-right: 6px;
    overflow:hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;   
    max-height: 72px;
    height: 72px;
}
.main-news-h2:hover{
    color: #01beb4;
    text-decoration: underline;
    cursor: pointer;
}
.main-news-more{
    color: #01beb4;
    border: 2px solid #01beb4;
    text-align: center;
    width: 110px;
    border-radius: 40px;
    line-height: 36px;
    margin: 36px auto;
    font-weight: bold;
}
.main-news-more:hover{
    cursor: pointer;
    background: rgba(220,255,253,0.8);
}
.i-news-wrap .main-news-mm{
    transform: translateY(30px);
    opacity: 0;
}

.i-news-wrap.active .main-news-mm{
    transform: translateY(0px);
    opacity: 1;
    transition: all 0.3s ease 0.2s;
}

/* 联系捷诺飞 */
.main-contact{
    background: #01beb4;
    padding: 50px 0;
}
.main-contact-lf{
    width: 600px;
    float: left;
    color: #1e1e1e;
    padding: 0 40px 0 24px;
    box-sizing: border-box;
}
.main-conlf-title{
    padding-bottom: 20px;
}
.main-conlf-title h1{
    font-size: 28px;
    padding-bottom: 8px;
    line-height: 32px;
}
.main-conlf-title h2{    
    background: #1e1e1e;
    color: #01beb4;
    width: 120px;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
}
.main-conlf-desc{
    font-size: 15px;
    padding-bottom: 20px;
}
.main-conlf-info{
   
}
.main-conlf-mm{
    position: relative;
    padding: 0 0 10px 28px;
    font-size: 15px;
    line-height: 30px;
}
.main-conlf-i{
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 30px; 
}
.main-conlf-i-phone{
    background: url(../image/index/icon-contact-phone.png) no-repeat left center;
    background-size: auto 16px !important;
}
.main-conlf-i-print{
    background: url(../image/index/icon-contact-print.png) no-repeat left center;
    background-size: auto 16px !important;
}
.main-conlf-i-mail{
    background: url(../image/index/icon-contact-mail.png) no-repeat left center;
    background-size: auto 12px !important;
}
.main-conlf-i-posi{
    background: url(../image/index/icon-contact-posi.png) no-repeat left center;
    background-size: auto 16px !important;
}
.main-contact-rg{
    float: left;
    width: 600px;
    padding: 8px 20px 0 20px;
    box-sizing: border-box;
}
.main-contact-rg p{
    padding-bottom: 16px;
}
.main-conrg-ipt{
    border: 2px solid #1e1e1e;
    margin: 0;
    padding-left: 10px;
    line-height: 36px;
    height: 40px;
    width: 560px;
    box-sizing: border-box;
    background: none;
    font-size: 15px;
}
.main-conrg-txt{
    border: 2px solid #1e1e1e;
    margin: 0;
    padding:10px 10px;
    line-height: 24px;
    height: 120px;
    width: 560px;
    box-sizing: border-box;
    background: none;
    resize: none;
    font-size: 15px;
}
.main-contact-rg input::-webkit-input-placeholder {
    color:#555 !important; /*WebKit browsers*/
    font-family:"Microsoft YaHei"
}
.main-contact-rg input::-moz-placeholder {
    color:#555 !important; /*Mozilla Firefox 4 to 18 */
    font-family:"Microsoft YaHei"
}
.main-contact-rg input::-ms-input-placeholder {
    color:#555 !important; /*Internet Explorer 10+*/ 
    font-family:"Microsoft YaHei"
}
.main-contact-rg textarea::-webkit-input-placeholder {
    color:#555 !important; /*WebKit browsers*/
    font-family:"Microsoft YaHei"
}
.main-contact-rg textarea::-moz-placeholder {
    color:#555 !important; /*Mozilla Firefox 4 to 18 */
    font-family:"Microsoft YaHei"
}
.main-contact-rg textarea::-ms-input-placeholder {
    color:#555 !important; /*Internet Explorer 10+*/ 
    font-family:"Microsoft YaHei"
}
.main-conrg-btn{
    background: #1e1e1e;
    color: #01beb4;
    text-align: center;
    width: 80px;
    margin: 10px auto 0 auto;
    line-height: 32px;
    height: 32px;
    font-size: 15px;
}
.main-conrg-btn:hover{
    background: #222;
    cursor: pointer;
}
.main-area{
    width: 100%;
    height: 400px;
}





