/*hover*/
.moreButton:hover{
    box-shadow: 1px 1px 30px #ffffff inset;
}
.makerBox .ourBox:hover{

}
#indexStyle{
    border-bottom: 2px solid #02acc5;
    color: #02acc5;
}
/*bannerBox*/
.bannerBox{
    float: left;
    width: 100%;
}
/* slide */
.slide-main{
    height:600px;
    position:relative;
}
.prevA:hover,.nextA:hover,.nav-main a:hover,.nav-main a.cur{
    opacity:1;
    -moz-opacity:1;
    filter:alpha(opacity=100);
}
.item{
    display: block;
    width: 100%;
    height: 20px;
    position: relative;
    z-index: 124;
    top: -70px;
    left: 0;
    text-align: center;

}
.item a{
    display:inline-block;
    width:10px;
    height:10px;
    border-radius: 100%;
    margin: 0 30px;
    border: 1px solid #b3b3b3;
    -moz-opacity:0.6;
    filter:alpha(opacity=60);
    overflow:hidden;
}
.item a.cur{
    background:#02acc5;
}
.slide-box,.slide{
    display:block;
    width:100%;height:600px;
    overflow:hidden;
}
.slide-box{
    position:relative;
}
.slide{
    display:none;
    height:594px;
    background:#ff6900;
    position:relative;position:absolute;
    z-index:8;
}
#bgstylea{
    background:#ff6900;
}
#bgstyleb{
    background:#193d85;
}
#bgstylec{
    background:#000;
}
.slide a{
    display:block;
    width: 100%;
    height: 594px;
    cursor:pointer;
}
.slide a img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.obj-a,.obj-b,.obj-c,.obj-d,.obj-e,.obj-f{
    position:absolute;
    z-index:9;
    left:50%;
}
.obj-a,.obj-b{
    width:952px;
    margin-left:-476px;
    text-align:center;
}
.obj-a{
    display:block;
    height:352px;
    top:100px;
}
.obj-b{
    top:406px;
    height:100px;
}
.obj-c{
    display:block;
    height:582px;
    top:0;
    margin-left:-540px;
}
.obj-d{
    top:228px;
    height:164px;
}
.obj-d p{
    display:block;
    padding-top:20px;
    font-size:16px;
    color:#fff;
    clear:both;
}
.obj-e{
    width:366px;height:170px;
    margin-left:-460px;
    top:223px;
    z-index:12;
}
.obj-f{
    width:692px;height:394px;
    top:158px;
    margin-left:-180px;
}
.banAnimate .obj-a{
    display:block;
    animation-name:baoAni;
    -webkit-animation:baoAni 0.4s linear 0s normal none;
    -moz-animation:baoAni 0.4s linear 0s normal none;
    animation:baoAni 0.4s linear 0s normal none;
}

@-webkit-keyframes baoAni{
    from{opacity:0;left:60%;}
    to{opacity:1;left:50%;}
}
@-moz-keyframes baoAni{
    from{opacity:0;left:60%;}
    to{opacity:1;left:50%;}
}
@keyframes baoAni{
    from{opacity:0;left:60%;}
    to{opacity:1;left:50%;}
}
.banAnimate .obj-b{
    display:block;animation-name:saAni;
    -webkit-animation:saAni 0.4s linear 0s normal none;
    -moz-animation:saAni 0.4s linear 0s normal none;
    animation:saAni 0.4s linear 0s normal none;
}
@-webkit-keyframes saAni{
    from{opacity:0;-webkit-transform:scale(0,0);}
    to{opacity:1;-webkit-transform:scale(1,1);}
}
@-moz-keyframes saAni{
    from{opacity:0;-moz-transform:scale(0,0);}
    to{opacity:1;-moz-transform:scale(1,1);}
}
@keyframes saAni{from{
    opacity:0;transform:scale(0,0);}
    to{opacity:1;transform:scale(1,1);}
}
.watch-code.code-show{
    display:block;
    animation-name:scode;
    -webkit-animation:scode 0.3s linear 0s normal none;
    -moz-animation:scode 0.3s linear 0s normal none;
    animation:scode 0.3s linear 0s normal none;
}
@-webkit-keyframes scode{
    from{opacity:0;-webkit-transform:scale(1,0);
        transform-origin:left bottom;} to{opacity:1;-webkit-transform:scale(1,1);
                                           transform-origin: left bottom;}
}
@-moz-keyframes scode{
    from{opacity:0;-moz-transform:scale(1,0);
        transform-origin:left bottom;} to{opacity:1;
                                           -moz-transform:scale(1,1);
                                           transform-origin:bottom bottom;}
}
@keyframes scode{
    from{opacity:0;transform:scale(1,0);
        transform-origin:left bottom;} to{opacity:1;
                                           transform:scale(1,1);
                                           transform-origin: left bottom;}
}
.banAnimate .obj-c,.banAnimate .obj-e{
    display:block;
    animation-name:saAnic;
    -webkit-animation:saAnic 0.3s linear 0s normal none;
    -moz-animation:saAnic 0.3s linear 0s normal none;
    animation:saAnic 0.3s linear 0s normal none;
}
@-webkit-keyframes saAnic{
    from{opacity:0;left:47%;} to{opacity:1;left:50%;}
}
@-moz-keyframes saAnic{
    from{opacity:0;left:47%;} to{opacity:1;left:50%;}
}
@keyframes saAnic{
    from{opacity:0;left:47%;} to{opacity:1;left:50%;}
}
.banAnimate .obj-d,.banAnimate .obj-f{
    display:block;
    animation-name:saAnid;
    -webkit-animation:saAnid 0.3s linear 0s normal none;
    -moz-animation:saAnid 0.3s linear 0s normal none;animation:saAnid 0.3s linear 0s normal none;
}
@-webkit-keyframes saAnid{
    from{opacity:0;left:53%;} to{opacity:1;left:50%;}
}
@-moz-keyframes saAnid{
    from{opacity:0;left:53%;} to{opacity:1;
                                  left:50%;}
}
@keyframes saAnid{
    from{opacity:0;left:53%;} to{opacity:1;left:50%;}
}
/*aboutUs*/
.container_wrap{
    float: left;
    width: 100%;
}
.aboutUs{
    overflow: hidden;
    width: 1200px;
    height: 556px;
    margin-top: 88px;
    margin-left: auto;
    margin-right: auto;
}
.aboutUs .titleBox h1{
    text-align: center;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}
.aboutUs .titleBox h2{
    text-align: center;
    font-size: 20px;
    color: #333333;
    margin-top: 10px;
}
.aboutUs .downContainer{
    overflow: hidden;
}
.aboutUs .downContainer .textBox{
    width: 580px;
    float: left;
    margin: 100px 0 0;
}
.aboutUs .downContainer .textBox h1{
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}
.aboutUs .downContainer .textBox .blueLine{
    width: 30px;
    height: 2px;
    margin-top: 20px;
    background:url("../images/blueLine.png") no-repeat center;
}
.aboutUs .downContainer .textBox p{
    font-size: 14px;
    color: #666666;
    margin-top: 20px;
}
.aboutUs .downContainer .textBox .moreButton{
    width: 140px;
    height: 40px;
    margin-top: 40px;
    background: url("../images/rArrow.png") no-repeat 95px center #02acc5;
}
.aboutUs .downContainer .textBox span{
    font-size: 12px;
    color: #fafdfd;
    line-height: 40px;
    margin-left: 53px;
}
.aboutUs .downContainer .imageBox{
    width: 560px;
    height: 330px;
    margin: 74px 0 0;
    float: right;
}
.aboutUs .downContainer .imageBox img{
    width: 100%;
}
/*ourBusiness*/
.ourBusiness{
    width: 100%;
    height: 692px;
    background-color: #3c444e;
}
.ourBusiness .titleBox h1{
    padding-top: 88px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
}
.ourBusiness .titleBox h2{
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    margin-top: 10px;
}
/*滑块*/
.slideBox{
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    margin-top: 70px;
}
.images {
    position:relative;
    height:330px;
    width:1200px;
    float:left;

}
.makerBox{
    width: 1200px;
    height: 330px;
    margin: 0 auto;
}
.makerBox .ourBox{
    width: 272px;
    height: 322px;
    background-color: #ffffff;
    float: left;
    margin-left: 16px;
    border: 4px solid #fff;
}
.makerBox .ourBox .ourImg1{
    height: 106px;
    width: 106px;
    margin-left: 87px;
    margin-top: 60px;
    border-radius: 100%;
}
.makerBox .ourBox .ourImg2{
    height: 106px;
    width: 106px;
    margin-left: 87px;
    margin-top: 60px;
    border-radius: 100%;
}
.makerBox .ourBox .ourImg3{
    height: 106px;
    width: 106px;
    margin-left: 87px;
    margin-top: 60px;
    border-radius: 100%;
}
.makerBox .ourBox .ourImg4{
    height: 106px;
    width: 106px;
    margin-left: 87px;
    margin-top: 60px;
    border-radius: 100%;
}
.makerBox .ourBox .ourImg5{
    height: 106px;
    width: 106px;
    margin-left: 87px;
    margin-top: 60px;
    border-radius: 100%;
}
.makerBox .ourBox .ourImg6{
    height: 106px;
    width: 106px;
    margin-left: 87px;
    margin-top: 60px;
    border-radius: 100%;
}
.makerBox .ourBox P{
    font-size: 10px;
    color: #878787;
    text-align: center;
    margin-top: 6px;
}
.makerBox .ourBox .ourBlue{
    width: 42px;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 34px;
    background:url(../images/ourBlue.png) center no-repeat;
}
.slideBox .businessBox{
    height: 330px;
    width: 280px;
    background-color: gold;
    z-index: 9999;
}
/* single slide */
.images .makerBox{
    position:absolute;
    top:0;
    left:0;
    height:330px;
}
/* tabs (those little circles below slides) */
.slidetabs{
    clear:both;
    display: flex;
    justify-content: center;
}
/* single tab */
.slidetabs a{
    width:12px;
    height:12px;
    float:left;
    margin: 50px 6px 6px;
    background:url(../images/slideIcon2.png) 0 0 no-repeat;
    display:block;
    font-size:1px;
}
/* mouseover state */
.slidetabs a:hover {
    background-position:0 -12px;
}
/* active state (current page state) */
.slidetabs a.current {
    background-position:0 -24px;
}
.disabled {
    visibility:hidden !important;
}
a:active {
    outline:none;
}
:focus {
    outline-style:none;
    -moz-outline-style:none;
}
/*news*/
.news{
    width: 1200px;
    height: 764px;
    margin-left: auto;
    margin-right: auto;
}
.news .titleBox h1{
    padding-top: 88px;
    text-align: center;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}
.news .titleBox h2{
    text-align: center;
    font-size: 20px;
    color: #333333;
    margin-top: 10px;
}
.news .newsDown{
    overflow: hidden;
}
.news .newsDown .newsLeft{
    width: 552px;
    float: left;
}
.news .newsDown .newsLeft .imageBox{
    width: 552px;
    height: 180px;
    margin-top: 70px;
    background: url("../images/newsPic.png") no-repeat center;
}
.news .newsDown .newsLeft h1{
    font-size: 18px;
    color: #333333;
    margin-top: 30px;
}
.news .newsDown .newsLeft p{
    font-size: 14px;
    color: #666666;
    margin-top: 20px;
}
.news .newsDown .newsLeft .moreButton{
    width: 140px;
    height: 40px;
    margin-top: 40px;
    background: url("../images/rArrow.png") no-repeat 95px center #02acc5;
}
.news .newsDown .newsLeft span{
    font-size: 12px;
    color: #fafdfd;
    line-height: 40px;
    margin-left: 53px;
}
.news .newsDown .newsRight{
    width: 606px;
    float: right;
}
.news .newsDown .newsRight .newsBox{
    margin-top: 30px;
    overflow: hidden;
}
.news .newsDown .newsRight .newsBox .boxTime{
    width: 80px;
    float: left;
}
.news .newsDown .newsRight .newsBox .boxTime p{
    text-align: center;
    color: #c3c3c3;
    font-size: 16px;
}
.news .newsDown .newsRight .newsBox .boxText{
    width: 500px;
    margin-top: 10px;
    float: right;
}
.news .newsDown .newsRight .newsBox .boxText h1{
    font-size: 18px;
    color: #333333;
}
.news .newsDown .newsRight .newsBox .boxText p{
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    margin-top: 8px;
}
.news .newsDown .newsRight .newsLine{
    background-color: #e7e7e7;
    height: 1px;
    width: 100%;
    margin-top: 22px;
}
/*partners*/
.partners{
    width: 1200px;
    margin: 0 auto;
}
.partners .titleBox h1{
    text-align: center;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}
.partners .titleBox h2{
    text-align: center;
    font-size: 20px;
    color: #333333;
    margin-top: 10px;
}
.partners .partnerLogo{
    width: 100%;
    height: 90px;
    margin-top: 68px;
    margin-bottom: 90px;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
}
.partners .partnerLogo .pLogo{
    height: 90px;
    float: left;
}


.partners .newsLeft{
    width: 552px;
    float: left;
}

.partners.newsRight{
    width: 606px;
    float: right;
}

.partners .newsLeft .text1{
    text-align: center;
    margin-top: 50px;
}

.partners .newsRight .text1{
    text-align: center;
    margin-top: 50px;
}
