

.ay-global-topbar, .ali-common-header, .top-wrap, .scroll, .bottom-link, .knight-footer {
    min-width: 1200px !important;
}
.knight-footer-big {
	display: block !important;
}
.top-wrap {
    width: 100%;
    height: 300px;
    background: url(https://img.alicdn.com/tps/TB1W20eMXXXXXbjXVXXXXXXXXXX-2000-299.png) no-repeat center top;
    background-color: #000;
}
.top-content {
    height: 300px;
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.top-content h5 {
    position: absolute;
    font-size: 30px;
    top: 80px;
    color: #fff;
}
.top-content p {
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 130px;
}
.top-content p span {
    color: #ff6600;
    font-size: 16px;
}
.top-content a {
    display: block;
    color: #fff;
    font-size: 16px;
    position: absolute;
    bottom: 55px;
    height: 32px;
    border: 1px solid #fff;
    line-height: 32px;
    width: 130px;
    text-align: center;
}
.main-wrap {
    width: 1200px;
    min-height: 50px;
    overflow: hidden;
    background: #fff;
    margin: 0 auto;
}
.jubao-navs {
    height: 60px;
    width: 1200px;
    margin-top: 35px;
}
.jubao-navs li {
    list-style: none;
    width: 270px;
    height: 60px;
    margin-right: 40px;
    text-align: center;
    float: left;
}
.jubao-navs li:last-child {
    margin-right: 0px;
}
.jubao-navs li a {
    display: inline-block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #00a2ca;
    color: #fff;
    font-family: '微软雅黑';
    font-size: 20px;
    float: left;
}
.jubao-navs li a img {
    position: relative;
    bottom: -6px;
    margin-right: 2px;
}
.jubao-navs li a:hover {
    text-decoration: none;
    background: #03bdeb;
}

/**
 * 图片的垂直居中，注意容器不能设置float，会破坏display的效果，有需要建议在外层增加一层div包裹
 *
 * 正常使用，将该方法设置给img的父元素即可:
 *    div.pic-wrapper
 *      img
 * 若元素需要float:
 *    div.float
 *      div.pic-wrapper
 *        img
 * @param width
 * @param height
 */


/**
 * 兼容一个参数的写法，长宽相等
 */

.ali-main-product h1 {
    color: #333;
    font-size: 22px;
    width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 40px;
}
.ali-main-product-list .animate {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ali-main-product-list li.list-item {
    width: 20%;
    float: left;
    height: 350px;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ali-main-product-list li.list-item:after, .ali-main-product-list li.list-item:before {
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
    background: #dddddd;
    content: '';
}
.ali-main-product-list li.list-item:before {
    left: -1px;
}
.ali-main-product-list li.list-item:after {
    right: 0;
}
.ali-main-product-list li.list-item .inner {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
}
.ali-main-product-list li.list-item .inner h2 {
    font-size: 18px;
    color: #333;
    margin-top: 30px;
}
.ali-main-product-list li.list-item .inner .left, .ali-main-product-list li.list-item .inner .right {
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.ali-main-product-list li.list-item .inner .left {
    left: 0;
    padding-top: 25px;
    text-align: center;
}
.ali-main-product-list li.list-item .inner .left .desc {
    color: #666;
    margin-top: 10px;
}
.ali-main-product-list li.list-item .inner .left .img {
    width: 170px;
    height: 150px;
    margin: 50px auto 0;
}
.ali-main-product-list li.list-item .inner .right {
    left: 100%;
}
.ali-main-product-list li.list-item .inner .right .right-inner {
    padding: 5px 30px 0;
}
.ali-main-product-list li.list-item .inner .right .desc {
    color: #666;
    margin-top: 10px;
}
.ali-main-product-list li.list-item .inner .right .main-title {
    height: 80px;
    border-bottom: 1px solid #eee;
    position: relative;
    text-align: left;
}
.ali-main-product-list li.list-item .inner .right .main-title .more {
    position: absolute;
    right: 10px;
    bottom: 25px;
}
.ali-main-product-list li.list-item .inner .right .info-lists {
    margin-top: 20px;
    overflow: hidden;
}
.ali-main-product-list li.list-item .inner .right .info-lists li {
    list-style-type: circle;
    height: 25px;
    line-height: 25px;
    width: 50%;
    float: left;
    text-align: left;
    overflow: hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}
.ali-main-product-list li.list-item.last .inner:after {
    background: transparent;
}
.ali-main-product-list li.list-item.active {
    width: 40%;
    background: #f8f9fb;
}
.ali-main-product-list li.list-item.active .left {
    left: -100%;
}
.ali-main-product-list li.list-item.active .right {
    left: 0;
}
.ali-main-product-list li.list-item.active:after, .ali-main-product-list li.list-item.active:before {
    background: #00a2ca;
    z-index: 3;
}




.main-model-wrap {
    width: 1200px;
    height: 590px;
    padding-top: 60px;
}
.main-model-wrap h5 {
    font-size: 22px;
    color: #333;
}
.main-model-wrap .model-area h5 {
    font-size: 18px;
}
.main-model-wrap .model-area {
    width: 100%;
    height: 600px;
    margin-top: 10px;
}
.main-model-wrap .model-area .model-left {
    float: left;
    width: 870px;
    height: 540px;
    padding-top: 60px;
    position: relative;
    transform: scale(0.9);
}
.main-model-wrap .model-left .main-content {
    width: 434px;
    height: 434px;
    background: url(https://img.alicdn.com/tps/TB1tPQiKVXXXXbzXVXXXXXXXXXX-434-434.png) no-repeat;
    position: absolute;
    left: 100px;
}
.main-model-wrap .model-left .center-logo {
    width: 360px;
    height: 360px;
    background: #fff;
    border-radius: 380px;
    position: absolute;
    left:137px;
    top: 100px;
}
.main-model-wrap .model-left .center-logo img {
    position: absolute;
    left: 96px;
    top: 96px;
}
.main-model-wrap .model-left .img-halo1 {
    position: absolute;
    left: 87px;
    top: 87px;
    width: 185px;
    height: 185px;
    background: url(https://img.alicdn.com/tps/TB1z73sKVXXXXbKXFXXXXXXXXXX-185-185.png) no-repeat;
}
.main-model-wrap .model-left .img-halo2 {
    position: absolute;
    left: 74px;
    top: 74px;
    width: 212px;
    height: 212px;
    background: url(https://img.alicdn.com/tps/TB1NuZIKVXXXXcGXXXXXXXXXXXX-212-212.png) no-repeat;
}
.main-model-wrap .model-left .one-model {
    z-index: 100;
    width: 150px;
    height: 150px;
    border-radius: 150px;
    position: absolute;
    border: 1px solid #43b6df;
    background: #fff;
    cursor: pointer;
}
.main-model-wrap .model-left .one-model:hover {
    opacity: 0.98;
    border-style: dashed;
}
.main-model-wrap .model-left .one-model p {
    width: 134px;
    height: 45px;
    margin-top: 52.5px;
    margin-left: 8px;
}
.main-model-wrap .model-left .model1 {
    left: 142px;
    top: -75px;
}
.main-model-wrap .model-left .model2 {
    left: -75px;
    top: 142px;
}
.main-model-wrap .model-left .model3 {
    right: -75px;
    top: 142px;
}
.main-model-wrap .model-left .model4 {
    left: 142px;
    bottom: -75px;
}

.main-model-wrap .model-left .right-model {
    transform: scale(1.2);
    border-style: dashed;
}
.rotate-model-bg {
    position: absolute;
    left: 427px;
    top: 170px;
    width: 214px;
    height: 214px;
    background: url(https://img.alicdn.com/tps/TB1qfMKKVXXXXbjXXXXXXXXXXXX-214-214.png) no-repeat;
    transform: rotate(-102deg);
}
.model-line {
    position: absolute;
    left: 675px;
    top: 270px;
    width: 144px;
    height: 14px;
    background: url(https://img.alicdn.com/tps/TB1l6UGKVXXXXcqXXXXXXXXXXXX-144-14.png) no-repeat;
    transform: scale(1.2);
}
.main-model-wrap .model-right {
    float: left;
    width: 370px;
    height: 480px;
    padding: 60px 0px;
    position: relative;
    margin-left: -45px;
    margin-top: -28px;
}
.main-model-wrap .model-right .one-detail-area {
    height: 480px;
    width: 100%;
    vertical-align: middle;
    display: none;
}
.main-model-wrap .model-right .detail-model3 {
    display: table-cell;
}
.main-model-wrap .one-detail-area h5 {
    color: #0885c6;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #0885c6;
    display: inline-block;
    padding: 0 20px;
}
.main-model-wrap .one-detail-area h5 a {
    display: inline-block;
    color: #2777d1;
    width: 100%;
    height: 100%;
}
.main-model-wrap .one-detail-area h5 a:hover {
    text-decoration: none;
}
.main-model-wrap .one-detail-area p {
    line-height: 25px;
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
    margin-bottom: 15px;
}
.main-model-wrap .one-detail-area ul li {
    height: 30px;
    line-height: 30px;
    margin-top: 4px;
}
.main-model-wrap .one-detail-area ul li a {
    color: #666;
    display: inline-block;
    width: 100%;
    height: 30px;
    line-height: 30px;
}
.main-model-wrap .one-detail-area ul li span {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 4px;
}
.main-model-wrap .one-detail-area ul li a:hover {
    color: #2777d1;
    text-decoration: none;
}









@keyframes rightFour {    /*顺时针90度*/
    from {transform: rotate(0);}
    to {transform: rotate(360deg);}
}
@-moz-keyframes rightFour {    /* Firefox */
    from {transform: rotate(0);}
    to {transform: rotate(360deg);}
}
@-webkit-keyframes rightFour { /* Safari 和 Chrome */
    from {transform: rotate(0);}
    to {transform: rotate(360deg);}
}
.right-four {
    animation: rightFour 5s infinite linear;
    -webkit-animation: rightFour 5s infinite linear;
}

@keyframes leftFour {    /*顺时针90度*/
    from {transform: rotate(0);}
    to {transform: rotate(-360deg);}
}
@-moz-keyframes leftFour {    /* Firefox */
    from {transform: rotate(0);}
    to {transform: rotate(-360deg);}
}
@-webkit-keyframes leftFour { /* Safari 和 Chrome */
    from {transform: rotate(0);}
    to {transform: rotate(-360deg);}
}
.left-four {
    animation: leftFour 4s infinite linear;
    -webkit-animation: leftFour 4s infinite linear;
}

@keyframes leftFour2 {    /*顺时针90度*/
    from {transform: rotate(0);}
    to {transform: rotate(-102deg);}
}
@-moz-keyframes leftFour2 {    /* Firefox */
    from {transform: rotate(0);}
    to {transform: rotate(-102deg);}
}
@-webkit-keyframes leftFour2 { /* Safari 和 Chrome */
    from {transform: rotate(0);}
    to {transform: rotate(-102deg);}
}
.left-four2 {
    animation: leftFour2 2s ease;
    -webkit-animation: leftFour2 2s ease;
    -webkit-animation-fill-mode：forwards
}
