body{
    margin: 0;
    background-color: #f2f5f7;
}
ul, li{
    padding: 0;
    margin: 0;
    list-style: none;
}
em{
    display: block;
}
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}

a.more-btn{
    position: relative;
    display: inline-block;
    padding: 16px 85px;
    font-size: 14px;
    border-width: 2px;
    border-style: solid;
    font-weight: bold;
}
a.more-btn:after{
    display: inline-block;
    content: '';
    width: 8px;
    height: 12px;
    background-image: url(../images/main/more_right.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    position: relative;
    top: 2px;
    margin-left: 5px;
}

.banner{
    position: relative;
    width: 100%;
    height: 1000px;
    overflow: hidden;
    margin-top: 80px;
}
.banner ul.banner-list{
    position: relative;
    width: 100%;
    height: 100%;
    display: none;
}
.banner ul.banner-list li{
    position: absolute;
    width: 100%;
    left: 100%;
    z-index: 1;
}
.banner-list li img{
    width: 100%;
    height: auto;
}
.banner-list li em{
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 90%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #fff;
    opacity: 0;
}
.banner-list li h2{
    height: auto;
    font-size: 40px;
}
.banner-list li p{
    font-size: 16px;
    margin: 30px 0;
    line-height: 32px;
}
.banner-list li a{
    color: #fff;
    border-color: #fff;
}
.banner-list li a:after{
    background-position: 0 0;
}
.banner ul.banner-num{
    position: relative;
    width: auto;
    height: 27px;
    z-index: 9;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
}
.banner ul.banner-num em{
    display: block;
    position: absolute;
    width: 27px;
    height: 27px;
    background-image: url(../images/index/banner_circle.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    animation: circle 2s linear infinite;
    -webkit-animation: circle 2s linear infinite;
    -moz-animation: circle 2s linear infinite;
}

@keyframes  circle
{0 {transform: rotate(0);}100% {transform: rotate(360deg);}}

@-webkit-keyframes  circle 
{0 {transform: rotate(0);}100% {transform: rotate(360deg);}}

@-moz-keyframes  circle 
{0 {transform: rotate(0);}100% {transform: rotate(360deg);}}

.banner ul.banner-num li{
    position: relative;
    width: 150px;
    height: 100%;
    float: left;
    cursor: pointer;
}
.banner-num li span{
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    margin-left: 11px;
    margin-top: 11px;
    background: rgba(210,210,210,.4);
}
.banner-num li:before, .banner-num li:after{
    display: block;
    content: '';
    position: absolute;
    width: 115px;
    height: 3px;
    top: 12px;
    left: 31px;
    background: #fff;
}
.banner-num li:before{
    height: 1px;
    top: 13px;
    background: rgba(236,236,236,.4);
}
.banner-num li:after{
    width: 0;
}
.banner-num li.animate:after{
    width: 115px;
    transition: all 10s ease;
}

section{
    position: relative;
    width: 100%;
    max-width: 1600px;
    box-sizing: border-box;
    height: auto;
    margin: auto;
    overflow: hidden;
    zoom: 1;
}
section.supplier{
    background-color: #fff;
    max-width: inherit;
    padding: 30px 0;
}
section.supplier .sup-content, section.supplier .sup-media{
    width: 50%;
    height: 375px;
    float: left;
    position: relative;
    overflow: hidden;
}
section .sup-media img{
    width: auto;
    height: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.supplier .sup-box{
    width: 100%;
    max-width: 1320px;
    position: relative;
    margin: auto;
    float: none;
}
.supplier .sup-media{
/*    width: 30%;*/
}
.supplier .sup-content em{
    width: 80%;
    max-width: 500px;
    height: auto;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    box-sizing: border-box;
    color: #333;
}
.sup-content em h2{
    font-size: 30px;
    text-align: left;
    line-height: 35px;
}
.sup-content em h2:after{
    left: 0;
    transform: translate(0);
}
.sup-content em p{
    font-size: 14px;
    text-align: left;
    max-width: 100%;
    margin-bottom: 30px;
    line-height: 26px;
}
.sup-content em a{
    padding: 16px 65px;
    color: #004ea8;
    border-color: #004ea8;
    transition: all 1s ease;
}
.sup-content em a:after{
    background-position: 50% 0;
}
.sup-content em a:hover{
    color: #fff;
    background: #004ea8;
}
.sup-content em a:hover:after{
    background-position: 0 0;
}
.catalogue{
    background-image: url(../images/index/index_catalogue_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.catalogue .sec-content>div{
    max-width: 486px;
    background-color: #fff;
    background-color: rgba(255,255,255,.8);
}
.catalogue .sec-content>div:hover img{
    transform: scale(1.05);
}
.catalogue img{
    display: block;
    width: 100%;
    height: auto;
    transition: all .4s ease;
}
.catalogue img.mobile{
    display: none;
}
.catalogue em{
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
}
.catalogue em h2{
    font-size: 26px;
}
.catalogue em p{
    font-size: 14px;
    margin: 5px 0 25px 0;
    font-weight: bold;
}
.catalogue em a{
    padding: 12px 35px;
    color: #004ea8;
    border-color: #004ea8;
    transition: all 1s ease;
}
.catalogue em a:after{
    background-position: 50% 0;
}
.catalogue em a:hover{
    color: #fff;
    background: #004ea8;
}
.catalogue em a:hover:after{
    background-position: 0 0;
}

.news div.news-content{
    margin: 80px auto 80px;
    max-width: 1000px;
    text-align: center;
}
.news h2.title{
    font-size: 150%;
    text-align: center;
}
.news ul{
    position: relative;
    max-width: 100%;
    height: auto;
    overflow: hidden;
    text-align: left;
}
.news ul li{
    position: relative;
    width: 32%;
    height: auto;
    margin-right: 2%;
    float: left;
    background-color: #fff;
}
.news li i{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.news li img{
    width: 100%;
    height: auto;
    display: block;
}
.news li img.news-scale{
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform .4s ease;
}
.news ul a:hover img.news-scale{
    transform: scale(1.1);
}
.news ul li.last{
    margin-right: 0;
}
.news li em{
    position: absolute;
    padding: 5px 10px;
    background-color: #004ea8;
    color: #fff;
    top: 0;
    left: 0;
}
.news li span{
    display: block;
    width: 85%;
    height: auto;
    margin: 15px auto 10px;
    font-size: 12px;
    color: #999;
}
.news li p{
    width: 85%;
    margin: auto;
    font-size: 14px;
    font-weight: bold;
    min-height: 57px;
    margin-bottom: 10px;
}
.news a.more-btn{
    color: #004ea8;
    border-color: #004ea8;
    transition: all 1s ease;
    margin-top: 50px;
    padding: 16px 65px;
}
.news a.more-btn:after{
    background-position: 50% 0;
}
.news a.more-btn:hover{
    color: #fff;
    background: #004ea8;
}
.news a.more-btn:hover:after{
    background-position: 0 0;
}

.trademark{
    max-width: 100%;
    padding: 50px 0;
    background-color: #fff;
}
.trademark div{
    max-width: 1000px;
    margin: auto;
    padding: 35px;
    border: 2px solid #ebebeb;
    box-sizing: border-box;
}
.trademark div p{
    font-size: 87.5%;
    line-height: 28px;
    margin-bottom: 10px;
}
.trademark img{
    display: block;
    width: 100%;
    height: auto;
}
.trademark img.mobile{
    display: none;
}


/*animate*/
section div.sup-content{transform: translate3d(0,50px,0); transition: all .8s ease; opacity: 0;}
section div.sup-media{transition: all .8s .8s ease; opacity: 0;}
section.technology li.nmb{transform: translate3d(0,50px,0); transition: all .8s ease; opacity: 0;}
section.technology li.minebea{transform: translate3d(0,50px,0); transition: all .8s .2s ease; opacity: 0;}
section.technology li.mitsumi{transform: translate3d(0,50px,0); transition: all .8s .4s ease; opacity: 0;}
section.catalogue .sf-left{transform: translate3d(0,50px,0); transition: all .8s ease; opacity: 0;}
section.catalogue .sf-right{transform: translate3d(0,50px,0); transition: all .8s .2s ease; opacity: 0;}
section.news h2{transform: translate3d(0,50px,0); transition: all .8s ease; opacity: 0;}
section.news .l1{transform: translate3d(0,50px,0); transition: all .8s ease; opacity: 0;}
section.news .l2{transform: translate3d(0,50px,0); transition: all .8s .2s ease; opacity: 0;}
section.news .l3{transform: translate3d(0,50px,0); transition: all .8s .4s ease; opacity: 0;}
section.news div.bews-btn{transform: translate3d(0,50px,0); transition: all .8s .6s ease; opacity: 0;}
section.trademark div{transform: translate3d(0,50px,0); transition: all .8s ease; opacity: 0;}


section.start div.sup-content, section.start div.sup-media, section.technology.start li.nmb, section.technology.start li.minebea, section.technology.start li.mitsumi, section.catalogue.start .sf-left, section.catalogue.start .sf-right, section.news.start h2, section.news.start .l1, section.news.start .l2, section.news.start .l3, section.news.start div.bews-btn, section.trademark.start div{transform: translate3d(0,0,0); opacity: 1;}



@media screen and (max-width: 1100px){
    
    .sup-content em h2{
        font-size: 26px;
    }
    .news li p{
        font-size: 12px;
        height: 48px;
    }
    .banner ul.banner-num{
        bottom: 50px;
    }
    
}
@media screen and (max-width: 1100px){
    
    
    .banner{
        margin-top: 50px;
    }
    
}

@media screen and (max-width: 768px){
    
    section .sup-media img{
        width: auto;
        height: 100%;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .supplier .sup-content em{
        max-width: inherit;
        right: 10%;
    }
    
    
    a.more-btn{
        border-width: 1px;
    }
    
    
    .banner ul.banner-list li{
        height: 100%;
        overflow: hidden;
    }
    .banner-list li img{
        width: auto;
        height: 100%;
        position: absolute;
        left: -50%;
    }
    .banner-list li h2{
        font-size: 20px;
    }
    .banner-list li p{
        font-size: 12px;
        line-height: 20px;
    }
    .supplier .sup-content em{
        text-align: center;
    }
    a.more-btn,.sup-content em a,.news a.more-btn{
        padding: 12px 100px;
    }
    .banner ul.banner-num{
        height: 16px;
        bottom: 30px;
    }
    .banner ul.banner-num li{
        width: 50px;
    }
    .banner-num li span{
        width: 2px;
        height: 2px;
    }
    .banner ul.banner-num em{
        width: 16px;
        height: 16px;
    }
    .banner-num li span{
        margin-left: 7px;
        margin-top: 7px;
    }
    .banner-num li:before, .banner-num li:after{
        width: 30px;
        height: 1px;
        left: 18px;
        top: 7px;
    }
    .banner-num li:after{
        width: 0;
    }
    .banner-num li.animate:after{
        width: 30px;
    }
    .sup-content em h2{
        font-size: 18px;
        line-height: normal;
        font-weight: bold;
        text-align: center;
    }
    .sup-content em h2:after{
        left: 50%;
        transform: translateX(-50%);
    }
    section.supplier .sup-content, section.supplier .sup-media{
        width: 100%;
        float: none;
        height: 375px;
        overflow: hidden;
    }
    section.supplier .sup-media{
        height: 200px;
    }
    section div.sup-media{
        height: 200px;
        text-align: center;
    }
    .catalogue em{
        left: 10%;
    }
    .catalogue em h2{
        font-size: 20px;
        font-weight: bold;
    }
    .catalogue em p{
        font-size: 12px;
        font-weight: normal;
        margin: 0;
        margin-bottom: 10px;
    }
    .catalogue .sec-content>div{
        max-width: inherit
    }
    .catalogue .sec-content .sf-left{
        margin-bottom: 20px;
    }
    .catalogue img{
        display: none;
    }
    .catalogue img.mobile{
        display: block;
    }
    
    .news div.news-content{
        width: 100%;
        margin: 20px 0;
        box-sizing: border-box;
        padding: 0 6.4%;
    }
    .news ul li{
        width: 100%;
    }
    .news ul a{
        width: 100%;
        display: none;
    }
    .news ul a:first-child{
        display: block;
    }
    .news h2.title{
        font-size: 20px;
        text-align: left;
        font-weight: bold;
    }
    .news h2.title:after{
        left: 0;
        transform: translate(0);
    }
    .news li em{
        font-size: 87.5%;
    }
    .news li span, .news li p{
        width: 90%;
    }
    .news li p{
        font-size: 12px;
        min-height: auto;
        height: auto;
    }
    .news li span{
        margin-top: 10px;
    }
    .news a.more-btn{
        margin-top: 20px;
    }
    .trademark{
        padding: 0;
    }
    .trademark div{
        border: none;
        padding: 6.4%;
    }
    .trademark img{
        display: none;
    }
    .trademark img.mobile{
        display: block;
    }
    
}


@media screen and (max-device-width: 375px){
    
    
    
    
    
}


@media screen and (max-device-width: 320px){
    
    
    .supplier .sup-content em{
        width: 90%;
        right: 5%;
    }
    .news div.news-content{
        width: 90%;
        margin: 20px 5%;
        padding: 0;
    }
    
}
















