@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}




body{
    font-family: "微软雅黑"!important;
}
a {
    text-decoration: none;
}

a:hover {
    text-decoration: none!important;
}
.header .nav .child.on .title {
    color: #5bcb91;
}


.header {
    position: fixed;
    width: 100%;
    height: 100px;
    top: 0;
    background: #fff;
    z-index: 5;
	-webkit-transition: all .4s cubic-bezier(.25,.8,.25,1);
    transition: all .4s cubic-bezier(.25,.8,.25,1);
}

/**子菜单显示**/

ul ul ul{

    position: relative;
    list-style: none;
    top: -43px;
}


ul ul ul ul{
    position: relative;
    margin-top: 60px;
    width: 100%;
    display: block;

}

ul.menuFourUl {
    left: 0px;
    top: -56px;
    width: 115px;
    padding-left: calc(100% - 1643px);
}
ul.menuFourUl >li>a{
   color: #85878f;
}
ul.menuFourUl li.menuFour:hover>a{
    color: #0A9800;
}

.menuFour{
    width: 128px;
}
.menuThird{

    width:135px;
    box-sizing: border-box;
    float: left;
}
/*.menuThird>a{
    color:  #141313!important;
    font-size:16px;
}*/

.menuson .menuThird:hover>a{
    color:#5bcb91 !important;
    /*font-size:16px;*/
}

ul.menuson {
    margin-top: 51px;
    box-sizing: border-box;
    margin-left: -18px;
}



.fix{
    position: fixed;
}
.header .container {
    width: 1200px;
    height: 100%;
}
 
.header .headerLogo {
width:100px;
    margin-top: 15px;
}

.header .nav {
    position: relative;
    float: right;
}

.header .nav .child:hover{
    background: white!important;
    transition: all 1s linear;

}

.header .nav .child {
    position: relative;
    float: left;
   width: 92px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    color: #666;
}
.header .nav .on .childContent {
    background: transparent!important;
}


.header .nav .child .childContent {
/*    display: none;
    position: fixed;
    padding: 0;
    width: 100%;
    list-style: none;
    background:rgba(255, 255, 255, 0.95);
    left: 0;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.16);
    top: 100px;*/
    display: none;
    position: fixed;
    padding: 0;

    list-style: none;
    background: rgba(255, 255, 255, 0.95);
    /* left: 0; */
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.16);
    top: 100px;
    right: 0;
    width: 67%;
    padding: 0px 20px 0px 20px;

}

.header .nav .child a[href="/a/product/"] ~ ul.childContent {
overflow-y:auto;
   /* width: calc(100% - 505px) !important;
     height:365px;
   */
   height:90%;
  
}
.header .nav .child a:not([href="/a/product/"]) ~ ul.childContent {
    padding-left: calc(100% - 1492px) !important;

}

.header .nav .child a:not([href="/a/product/"]) ~ ul.childContent .childContentLi {


}
.header .nav .child a:not([href="/a/product/"]) ~ ul.childContent li.childContentLi>.menuson {

}


/*
.header .nav .child a[href="/a/product/"] ~ ul.childContent {
    padding-left:calc(100% - 1420px);
}
.header .nav .child a:not([href="/a/product/"]) ~ ul.childContent {
    padding-left:calc(100% - 1200px);

}

.header .nav .child a:not([href="/a/product/"]) ~ ul.childContent .childContentLi {
    height: 100px!important;

}
.header .nav .child a:not([href="/a/product/"]) ~ ul.childContent li.childContentLi>.menuson {
    margin-left: -30px;
}
*/

.header .nav .child a:not([href="/a/product/"]) ~ ul.childContent .childContentLi {
    width: 110px;
    height: calc(100% - 300px)!important;

}
.header .nav .child a:not([href="/a/product/"]) ~ ul.childContent .childContentLi li.menuThird {
/*    width: 100%;*/
    text-align: center;
    height: 47px;
    margin-left: -38px;
}



/***
台式机
.header .nav .child a[href="/a/product/"] ~ ul.childContent {
    padding-left: calc(100% - 1051px);
}
*/
/*
.header .nav .child a[href="/a/product/"]:hover ~ ul.childContent .childContentLi {
    height: 397px!important;
}*/



.header .nav .child a[href="/a/product/"] ~ ul.childContent .childContentLi {
    height: 397px!important;
}

.header .nav .child a[href="/a/product/"] ~ ul.childContent .childContentLi .menuThird>a{
    color:  #141313!important;
    font-size:16px;
}

.header .nav .child .childContent .childContentLi {
    color: #b0afaf;
 /*   font-size: 15px;*/
    height: 38px;
    line-height: 38px;
    float: left;
    margin-right: 7px;
    text-align: left;
    margin-left:21px;
}

.header .nav .child .childContent .childContentLi>a{
    color: #b0afaf;
  /*  font-size: 15px;*/
}

.header .nav .child .childContent .childContentLi:hover{
    color:#5bcb91 !important;
/*    font-size: 16px !important;*/
    transition: all 1s linear;
}
.header .nav .child .childContent .childContentLi:hover .menuson .menuThird a{

}

.header .nav .child .childContent .childContentLi:hover>a{
    color:#5bcb91 !important;
    font-size: 14px !important;
    transition: all 1s linear;
/*    border: 1px solid red;*/
    text-shadow: 0px 4px 1px #c0b6b6;
}



.header .nav .child a {
    padding: 0;
}.header .nav .child a:hover {
   background: white;
 }

.header .nav .child a .title,
.header .nav .child a .language {

}

.child a p.title{
    color: #666666;

}
.child a p.title {
    font-size: 15px;
}
.child:hover a p.title {
    color: #5bcb91 !important;
    background: white!important;
    border-bottom: 1px solid #5bcb91;
    border-radius: 10px;
    font-size: 16px;
    height: 93px;
    transform: scale(1);
    transition: all 1s linear;
    background: white;

}


.nav>li:hover>a{
    background: white;
    height: 96px;
    transition: all 1s linear;
}
.header .nav .child .seachIcon {
    cursor: pointer;
}





.header .searchContent {
    display: none;
    position: absolute;
    bottom: -80px;
    right: 0px;
    padding: 25px;
    background-color: #f2efef;
    border-bottom: 1px solid #dcdadb;
    border-left: 1px solid #dcdadb;
}

.header .searchContent .seach {
    margin: 0;
}

.seach {
    position: relative;
    margin-top: 40px;
    width: 300px;
    height: 30px;
    background: #fff;
}

.seach .seachText {
    width: 260px;
    color: #999999;
    font-size: 12px;
    padding: 0 0 0 6px;
    line-height: 1;
    margin: 0;
    border: 0;
    height: 30px;
}

.seach .btn {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    text-align: center;
    line-height: 16px;
    background: #474747;
}

.seach .btn {
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

.seach .btn:hover {
    background: #000;
}

.seach .btn img {
    vertical-align: middle;
}

.crumbs {
    padding-top: 100px;
    position: relative;
    height: 155px;
    line-height: 55px;
    background: url(../images/banner.jpg) repeat-x;
    background-position: center bottom;
}

.crumbs .title {
    float: left;
    color: #333333;
    font-size: 20px;
}

.crumbs .childs {
    float: right;
    color: #666;
    font-size: 14px;
    font-family: "Hiragino Sans GB";
}

.crumbs .childs a {
    color: #666;
}

.wapNavBtn {
    display: none;
    position: absolute;
    top: 38px;
    right: 32px;
    cursor: pointer;
}

.wapLanguage {
    display: none;
    position: absolute;
    top: 35px;
    right: 100px;
}

.wapNavPointer {
    display: none;
    position: absolute;
    top: 3px;
    right: 3px;
    cursor: pointer;
}

.navigation {
    margin-top: 10px;
    padding: 40px 0;
    font-size: 16px;
}

.navigation a {
    color: #999;
}

.mainHead .slider {
    height: 256px;
}
.aptitude-slider{
    height: 420px;
}

.default-content-box {
    background: url(/skin/images/slider-1.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 100%;
}

.news-box {
    background: url(/skin/images/banner1.png);
}

.product-box {
    background: url(/skin/images/slider-product.png);
}

.case-box {
    background: url(/uploads/allimg/170621/1-1F62120233B42.png);
}

.aptitude-box{
    background: url(/skin/images/slider-aptitude.png);
    background-position-x: 50%;
}
.aptitude-box .container{
    padding-top: 100px;
    padding-left: 100px;
}
.aptitude-box .container .title-eng{
    font-size: 36px;
    color: #fff;
}
.aptitude-box .container .title{
    font-size: 30px;
    color: #fff;
}
.aptitude-box .container .info{
    width: 460px;
    font-size: 18px;
    color: #fff;
    line-height: 36px;
}
.wrapper-box {
    margin-top: 80px;
    text-align: center;
    color: white;
}

.main {
    padding: 100px 0 0 0;
}

/**.main .container {
    width: 1200px !important;
}
*/
.container .mainHead {
    margin-top: 100px;
    text-align: center;
}

.container .mainContent {
    /*margin-top: 50px;*/
}
@media (max-width: 640px){
	.container .mainHead {
	    margin-top: 0px!important;
	}
}
@media (min-width: 640px) and(max-width:1040px) {
    .banner {
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
        top: 72px!important;
        /* padding-top: 100px; */
    }

}

@media (max-width:1040px) {
    .header {
        position: fixed;
        width: 100%;
        height: 72px;
        top: 0;
        background: #fff;
        z-index: 5;
        -webkit-transition: all .4s cubic-bezier(.25,.8,.25,1);
        transition: all .4s cubic-bezier(.25,.8,.25,1);
    }

    .header .container {
        width: 100%;
        height: 100%;
    }
    .wapNavBtn {
        display: block;
        top: 29px;
        right: 33px;
        width: 32px;
    }
    .header .nav {
        display: none;
        top: 20px;
        right: 0px;
        width: 100%;
        height: auto !important;
        /*background: #fff;*/
        padding-bottom: 20px;
    }
    .header .nav .child {
        float: none;
        width: 98%;
        text-align: center!important;
        margin: 0 auto;
        color: #333333;
        background-color: #f9f9f9;
        border-left: 1px solid #dadada;
        border-right: 1px solid #dadada;
        border-bottom: 1px solid #dadada;
        height: auto !important;
        line-height: 35px !important;
    }
    .header .nav .child:nth-child(2) {
        border-top: 1px solid #dadada;
    }
    .header .nav .child .title {
        font-size: 12px;
        color: #666;
        padding: 0 2%;
        display: inherit;
        margin-bottom: 0;
    }

    .header .headerLogo {
        width: 150px;
        margin-top: 15px;
    }
    .wapNavPointer {
        display: block;
        top: 3px;
        right: 3px;
    }
    .header .nav .child .childContent .childContentLi {
        padding: 0 4%;
        color: #666;
        font-size: 12px;
        height: 35px;
        line-height: 35px;
        border-top: 1px solid #dadada;
        border-bottom: 0px;
    }
    .header .searchContent {
        display: none !important;
    }
    .header .nav .navChildSearch {
        display: none;
    }
}

@media (min-width: 1200px) {
    .header .container {
        width: 1200px;
        height: 100%;
    }
    .mainTitle {
        height: 356px;
        width: 1200px;
        /* width: 295px; */
        margin: 0 auto;
        line-height: 70px;
        color: #666;
        font-size: 40px;
        text-align: center;
        background: url(../images/news-bg.png) no-repeat;
        background-position-y: 36px;
    }
}

.news-bg {
    background: url(../images/news-bg.png);
}

.footer .contact {
    color: #fff;
}

.container-center {
    width: 154px;
    margin: 0 auto;
    position: relative;
    top: 90px;
}

.button {
    display: block;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    border: none;
    background-color: #ffffff;
    color: white;
    font-size: 15px;
    font-family: "Microsoft YaHei";
    cursor: pointer;
    border-radius: 4px;
    margin-right: 6px;
}

.active-button .button1 {
    background-color: #5bcb91;
}

.active-button .button1:hover {
    background-color: #2caf6f;
    color: #fff;
}

.prenext {
    margin-top: 45px;
    margin-bottom: 200px;
    padding-top: 10px;
    border-top: 1px solid #ebebeb;
    background-color: white;
    color: #999999;
}

.prenext a {
    color: #999999;
}

.footer .container {
    margin-top: 44px;
}

.footer .head {
    height: 336px;
    background: #363636;
    border: 1px solid #363636;
}

.footer .foot {
    height: 86px;
    background: #272727;
}

.footer .foot p {
    color: white;
    text-align: center;
}
.weixin {
    text-align: center;
}
.container .col {
    width: 50%;
    float: left;
    color: #fff;
    padding: 0 30px;
}
.container .col .detail{
    padding: 12px 0;
}
.container .col .detail .half{
    width: 50%;
    float: left;
}
.container .col .title {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.container .col p {
    font-size: 24px;
    margin-bottom: 24px;
}

.custom-service p {
    margin-bottom: 5px;
}

.custom-service .work-time {
    font-size: 14px;
}

.weixin .public {
    float: left;
    height: 160px;
    width: 50%;
}

.weixin .service {
    float: left;
    width: 50%;
    height: 160px;
}

.weixin .public img, .weixin .service img{
	width: 100px;
}



.weixin p {
    text-align: center;
    margin-top: 20px;
}