body {
    margin: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
div {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    list-style: none;
    box-sizing: border-box;
}

b {
    font-weight: normal;
}

s {
    text-decoration: none;
}

a {
    text-decoration: none;
    background-color: transparent;
}

a:active,
a:hover {
    outline: none;
}

img {
    border: 0;
    vertical-align: middle;
}

input,
button {
    margin: 0;
    outline: none;
    box-sizing: border-box;
}

textarea {
    outline: none;
    overflow: auto;
    resize: none;
    box-sizing: border-box;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td,
th {
    padding: 0;
}

hr {
    border-width: 1px 0 0 0;
    border-style: solid;
    margin: 0;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.opacity-zero {
    opacity: 0;
}

@font-face {
    font-family: 'east-number';
    src: url('font/east-number.eot');
    src: url('font/east-number.eot?#iefix') format('embedded-opentype'), url('font/east-number.woff') format('woff'), url('font/east-number.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'ping-number';
    src: url('font/ping-number.eot');
    src: url('font/ping-number.eot?#iefix') format('embedded-opentype'), url('font/ping-number.woff') format('woff'), url('font/ping-number.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "STXingkai";
    src: url("font/242a828d266472665bf6ad46819772eb.eot");
    src: url("font/242a828d266472665bf6ad46819772eb.eot?#iefix") format("embedded-opentype"), url("font/242a828d266472665bf6ad46819772eb.woff2") format("woff2"), url("font/242a828d266472665bf6ad46819772eb.woff") format("woff"), url("font/242a828d266472665bf6ad46819772eb.ttf") format("truetype");
}

body {
    font-family: "Microsoft Yahei";
    font-size: 12px;
}

.banner-box {
    width: 100%;
    /*min-width: 1200px;*/
    position: relative;
    overflow: hidden;
    height: 642px;
}

.banner-box>.banner {
    position: fixed;
    width: 100%;
    height: 642px;
    top: 0;
}

.banner-box>.banner>ul {
    height: 642px;
}

.banner-box>.banner>ul>li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.banner-box>.banner>ul>li>.banner-image {
    position: absolute;
    left: 50%;
}

.banner-box>.banner>ul>li>.banner-image>img {
    position: relative;
    height: 642px;
    left: -960px;
}

.banner-box>.banner>ul>li>.banner-image>canvas {
    position: absolute;
    width: 1920px;
    height: 642px;
    top: 0;
    left: -960px;
    z-index: 50;
}

.banner-box>.banner>ul>li>.banner-item {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 642px;
}

.banner-box>.banner>ul>li>.banner-item .banner-item-title {
    position: relative;
    height: 642px;
    z-index: 50;
}

.banner-box>.banner>ul>li>.banner-item .banner-item-title .title1 {
    position: absolute;
    left: 10px;
    top: 170px;
    font-family: "Constantia";
}

    .banner-box > .banner > ul > li > .banner-item .banner-item-title .title1 .title1-1 {
        color: #29abe2;
        font-size: 18px;
        text-transform: uppercase;
    }

.banner-box>.banner>ul>li>.banner-item .banner-item-title .title1 .title1-2 {
    color: #dadada;
    font-size: 24px;
    text-transform: uppercase;
}

.banner-box>.banner>ul>li>.banner-item .banner-item-title .title2 {
    position: absolute;
    left: 10px;
    top: 255px;
}

.banner-box>.banner>ul>li>.banner-item .banner-item-title .title2 .title2-1 {
    font-size: 28px;
    color: #FFFFFF;
}

.banner-box>.banner>ul>li>.banner-item .banner-item-title .title2 .title2-2 {
    font-size: 13px;
    color: #E8E8E8;
    letter-spacing: 0.1px;
}

.banner-box>.banner>ul>li>.banner-item .banner-item-title .title3 {
    position: absolute;
    left: 10px;
    top: 370px;
    font-size: 14px;
    color: #FAFAFA;
}

    .banner-box > .banner > ul > li > .banner-item .banner-item-title .title3 .title3-1:before {
        content: "";
        display: inline-block;
        width: 60px;
        vertical-align: middle;
        margin-right: 20px;
        border-bottom: 1px solid #29abe2;
    }

.banner-box>.banner>.banner-toggle {
    position: absolute;
    width: 100%;
    bottom: 25px;
    text-align: center;
    z-index: 500;
}

.banner-box>.banner>.banner-toggle>b {
    cursor: pointer;
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    margin: 9px;
    transition: margin-left 0.25s;
}

    .banner-box > .banner > .banner-toggle > b:before {
        content: "";
        display: block;
        position: absolute;
        top: 5px;
        left: 0;
        width: 0;
        border-bottom: 1px solid #29abe2;
        transition: width .25s, left .25s;
    }

    .banner-box > .banner > .banner-toggle > b.active,
    .banner-box > .banner > .banner-toggle > b:hover {
        position: relative;
        margin-left: 30px;
        border-color: #29abe2;
    }

.banner-box>.banner>.banner-toggle>b.active:before,
.banner-box>.banner>.banner-toggle>b:hover:before {
    left: -30px;
    width: 20px;
}

.banner-box>.banner>.banner-toggle>b.active:first-child:before,
.banner-box>.banner>.banner-toggle>b:hover:first-child:before {
    content: none;
}

.banner-box>.banner>.banner-toggle>b.active:after,
.banner-box>.banner>.banner-toggle>b:hover:after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 10px;
    left: -30px;
}

.number-box {
    width: 100%;
    /*min-width: 1200px;*/
    height: 130px;
    background-color: #29abe2;
    color: #FAFAFA;
    position: relative;
    z-index: 1000;
}

.number-box:before,
.number-box:after {
    content: "";
    display: table;
}

.number-box:after {
    clear: both;
}

.number-box>.number-box-table {
    display: table;
    width: 100%;
    height: 43px;
    table-layout: fixed;
    margin-top: 42px;
}

.number-box>.number-box-table>ul {
    display: table-row;
}

.number-box>.number-box-table>ul>li {
    display: table-cell;
    border-left: 1px solid #F5AB33;
    text-align: center;
    font-size: 14px;
}

.number-box>.number-box-table>ul>li:first-child {
    border-left: none;
}

.number-box>.number-box-table>ul>li>div {
    position: relative;
    top: -10px;
    height: 40px;
}

.number-box>.number-box-table>ul>li>div>span {
    font-size: 40px;
    font-family: "east-number";
}

.number-box>.number-box-table>ul>li>div>sup {
    font-size: 13px;
    vertical-align: top;
    position: relative;
    top: -1px;
}

.intro-box {
    background: #F6FCFF;
    position: relative;
    z-index: 1000;
}

.intro-box:before,
.intro-box:after {
    content: "";
    display: table;
}

.intro-box:after {
    clear: both;
}

.intro-box>.info-box {
    width: 1200px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0 2px 20px -2px rgba(80, 80, 80, 0.3);
    margin-top: 32px;
    text-align: center;
    height: 277px;
}

.intro-box>.info-box:before,
.intro-box>.info-box:after {
    content: "";
    display: table;
}

.intro-box>.info-box:after {
    clear: both;
}

.intro-box>.info-box>.info-title {
    margin-top: 40px;
    font-size: 22px;
}

.intro-box>.info-box>.info-content {
    line-height: 200%;
    width: 1020px;
    margin: 24px auto 0;
    font-size: 13px;
    color: #4C4C4C;
}

.intro-box>.info-box>a {
    display: inline-block;
    background: url("../img/intro-arrow.png") no-repeat center 1px;
    width: 160px;
    height: 32px;
    border: 1px solid #CCCCCC;
    cursor: pointer;
    transition: background-position-y 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, border-color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    margin-top: 32px;
}

.intro-box>.info-box>a:hover {
    background-position-y: -29px;
    border-color: #B6B6B6;
}

.intro-box>.product-box {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 75px;
    text-align: center;
}

.intro-box>.product-box>.product-title {
    margin-top: 48px;
    font-size: 22px;
}

.intro-box>.product-box>.product-list {
    margin-top: 42px;
}

.intro-box>.product-box>.product-list:before,
.intro-box>.product-box>.product-list:after {
    content: "";
    display: table;
}

.intro-box>.product-box>.product-list:after {
    clear: both;
}

.intro-box>.product-box>.product-list>.product-item {
    position: relative;
    float: left;
    width: 201px;
    overflow: hidden;
    height: 387px;
    border: solid #E5E5E5;
    border-width: 2px 1px 1px;
    margin-left: -1px;
    background-color: #FFF;
    transition: height 0.3s, margin-top 0.3s, margin-bottom 0.3s, border-color 0.3s;
}

.intro-box>.product-box>.product-list>.product-item>.product-item-image {
    display: block;
    margin: 35px auto 0;
    width: 55px;
    height: 55px;
    background: url("../img/product-icon.png") no-repeat 0 0;
    background-position-y: -55px;
}

.intro-box>.product-box>.product-list>.product-item>.product-item-image.product01 {
    background-position-x: 0px;
}

.intro-box>.product-box>.product-list>.product-item>.product-item-image.product02 {
    background-position-x: -55px;
}

.intro-box>.product-box>.product-list>.product-item>.product-item-image.product03 {
    background-position-x: -110px;
}

.intro-box>.product-box>.product-list>.product-item>.product-item-image.product04 {
    background-position-x: -165px;
}

.intro-box>.product-box>.product-list>.product-item>.product-item-image.product05 {
    background-position-x: -220px;
}

.intro-box>.product-box>.product-list>.product-item>.product-item-image.product06 {
    background-position-x: -275px;
}

.intro-box>.product-box>.product-list>.product-item>.product-item-title {
    margin-top: 15px;
    line-height: 18px;
    height: 52px;
    font-size: 16px;
}

.intro-box>.product-box>.product-list>.product-item>.product-item-title>a {
    color: #000;
}

.intro-box>.product-box>.product-list>.product-item>.product-item-divide {
    width: 24px;
    margin: 0 auto;
    border-bottom: 1px solid #BFBFBF;
}

.intro-box>.product-box>.product-list>.product-item>.product-item-link {
    margin-top: 4px;
}

.intro-box>.product-box>.product-list>.product-item>.product-item-link>ul>li {
    margin-top: 18px;
}

.intro-box>.product-box>.product-list>.product-item>.product-item-link>ul>li>a {
    font-size: 14px;
    color: #3E3E3E;
}

    .intro-box > .product-box > .product-list > .product-item > .product-item-button {
        position: absolute;
        width: 100%;
        height: 32px;
        left: 0;
        bottom: -32px;
        background: #29abe2 url("../img/product-arrow.png") no-repeat center center;
    }

.intro-box>.product-box>.product-list>.product-item>.product-item-image {
    transition: margin-top 0.3s;
}

.intro-box>.product-box>.product-list>.product-item>.product-item-button {
    transition: bottom 0.3s;
}

.intro-box>.product-box>.product-list>.product-item a {
    transition: color 0.3s;
}

    .intro-box > .product-box > .product-list > .product-item.product-item:hover {
        z-index: 50;
        height: 395px;
        margin-top: -4px;
        margin-bottom: -4px;
        border-color: #29abe2;
    }

.intro-box>.product-box>.product-list>.product-item.product-item:hover>.product-item-image {
    margin-top: 39px;
    background-position-y: 0;
}

        .intro-box > .product-box > .product-list > .product-item.product-item:hover > .product-item-title > a {
            color: #29abe2;
        }

        .intro-box > .product-box > .product-list > .product-item.product-item:hover > .product-item-link > ul > li:hover > a {
            color: #29abe2;
        }

.intro-box>.product-box>.product-list>.product-item.product-item:hover>.product-item-button {
    bottom: 0;
}

.tech-box {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.tech-box>.tech-animate {
    position: relative;
    height: 325px;
    margin-top: 60px;
}

.tech-box>.tech-animate>.tech-animate-title {
    font-size: 115px;
    font-family: arial;
    color: #DDE2E8;
    font-weight: bold;
    position: relative;
    left: 0;
    top: 0;
}

.tech-box>.tech-animate>.tech-animate-image {
    position: absolute;
    bottom: 0;
    left: 0;
}

.tech-box>.tech-animate>.tech-animate-text {
    margin-top: 20px;
    position: absolute;
    width: 640px;
    top: 0;
    right: 0;
}

.tech-box>.tech-animate>.tech-animate-text>.tech-animate-text-title {
    font-size: 22px;
}

.tech-box>.tech-animate>.tech-animate-text>.tech-animate-text-content {
    margin-top: 20px;
    line-height: 26px;
    font-size: 13px;
    color: #6E6E6E;
}

.tech-box>.tech-animate>.tech-animate-text>.tech-animate-text-property>ul {
    margin-top: 22px;
}

.tech-box>.tech-animate>.tech-animate-text>.tech-animate-text-property>ul:before,
.tech-box>.tech-animate>.tech-animate-text>.tech-animate-text-property>ul:after {
    content: "";
    display: table;
}

.tech-box>.tech-animate>.tech-animate-text>.tech-animate-text-property>ul:after {
    clear: both;
}

.tech-box>.tech-animate>.tech-animate-text>.tech-animate-text-property>ul>li {
    float: left;
    width: 83px;
    font-size: 12px;
    color: #8F8F8F;
}

.tech-box>.tech-animate>.tech-animate-text>.tech-animate-text-property>ul>li i {
    display: inline-block;
    vertical-align: middle;
    top: -1px;
    position: relative;
    margin-right: 6px;
    width: 22px;
    height: 22px;
    background: url("../img/tech-icon.png") no-repeat 0 0;
}

.tech-box>.tech-animate>.tech-animate-text>.tech-animate-text-property>ul>li i.tech-icon01 {
    background-position-x: 0px;
}

.tech-box>.tech-animate>.tech-animate-text>.tech-animate-text-property>ul>li i.tech-icon02 {
    background-position-x: -22px;
}

.tech-box>.tech-animate>.tech-animate-text>.tech-animate-text-property>ul>li i.tech-icon03 {
    background-position-x: -44px;
}

.tech-box>.tech-animate>.tech-animate-text>.tech-animate-text-property>ul>li i.tech-icon04 {
    background-position-x: -66px;
}

.tech-box>.tech-animate>.tech-animate-text>.tech-animate-text-link {
    margin-top: 35px;
    display: inline-block;
    background: url("../img/intro-arrow.png") no-repeat center 1px;
    width: 160px;
    height: 32px;
    border: 1px solid #CCCCCC;
    cursor: pointer;
    transition: background-position-y 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, border-color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.tech-box>.tech-animate>.tech-animate-text>.tech-animate-text-link a {
    display: block;
    width: 160px;
    height: 32px;
}

.tech-box>.tech-animate>.tech-animate-text>.tech-animate-text-link:hover {
    background-position-y: -29px;
    border-color: #B6B6B6;
}

.tech-box>.tech-list:before,
.tech-box>.tech-list:after {
    content: "";
    display: table;
}

.tech-box>.tech-list:after {
    clear: both;
}

.tech-box>.tech-list .tech-item {
    position: relative;
    top: 0;
    float: left;
    width: 240px;
    height: 291px;
    border: 1px solid #E5E5E5;
    margin-left: -1px;
    text-align: center;
    background: #FFFFFF;
    transition: top 0.3s, box-shadow 0.3s;
}

.tech-box>.tech-list .tech-item:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
    box-shadow: 0 2px 15px -1px rgba(80, 80, 80, 0.45);
}

.tech-box>.tech-list .tech-item .tech-item-image {
    display: block;
    margin: 30px auto 0;
    width: 80px;
    height: 80px;
    background: no-repeat center center;
}

.tech-box>.tech-list .tech-item .tech-item-image.tech-item-image01 {
    background-image: url("../img/tech-item01.png");
}

.tech-box>.tech-list .tech-item .tech-item-image.tech-item-image02 {
    background-image: url("../img/tech-item02.png");
}

.tech-box>.tech-list .tech-item .tech-item-image.tech-item-image03 {
    background-image: url("../img/tech-item03.png");
}

.tech-box>.tech-list .tech-item .tech-item-image.tech-item-image04 {
    background-image: url("../img/tech-item04.png");
}

.tech-box>.tech-list .tech-item .tech-item-image.tech-item-image05 {
    background-image: url("../img/tech-item05.png");
}

.tech-box>.tech-list .tech-item .tech-item-title {
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    color: #202020;
}

.tech-box>.tech-list .tech-item .tech-item-content {
    display: block;
    font-size: 13px;
    line-height: 180%;
    color: #4C4C4C;
    margin: 23px auto 0;
    width: 196px;
}

.tech-box>.tech-list .tech-item:before {
    transition: opacity 0.3s;
}

.tech-box>.tech-list .tech-item .tech-item-title {
    transition: color 0.3s;
}

.tech-box>.tech-list .tech-item:hover {
    top: -2px;
    z-index: 50;
}

.tech-box>.tech-list .tech-item:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
}

    .tech-box > .tech-list .tech-item:hover .tech-item-title {
        color: #29abe2;
    }

.ball-box {
    width: 100%;
    /*min-width: 1200px;*/
    overflow: hidden;
    position: relative;
    height: 614px;
    background: #FBFBFB;
    text-align: center;
}

.ball-box:before,
.ball-box:after {
    content: "";
    display: table;
}

.ball-box:after {
    clear: both;
}

    .ball-box .ball-title {
        position: relative;
        margin-top: 257px;
        font-weight: bold;
        color: #29abe2;
        z-index: 100;
    }

.ball-box .ball-title>p {
    font-weight: bold;
    font-size: 43px;
    margin-bottom: 10px;
}

.ball-box .ball-title>span {
    font-size: 28.5px;
}

.ball-box .ball-image {
    width: 100%;
    /*min-width: 1200px;*/
    top: 52px;
    left: 0;
    position: absolute;
}

.ball-box .ball-image>img {
    position: relative;
    left: 10px;
}

.ball-box .ball-round {
    position: absolute;
    z-index: 100;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
}

.ball-box .ball-round>div {
    position: absolute;
    width: 450px;
}

    .ball-box .ball-round > div:before {
        content: "";
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        border-radius: 50%;
        width: 9px;
        height: 9px;
        background: #29abe2;
        box-shadow: 0 0 3px 0 rgba(41, 171, 226, 0.6), 0 0 10px 0 rgba(41, 171, 226, 0.3), 0 0 5px 0 rgba(41, 171, 226, 0.8), 0 0 15px 0 rgba(41, 171, 226, 0.3);
        transition: opacity .5s;
    }

.ball-box .ball-round>div>p {
    cursor: pointer;
    font-size: 16px;
    color: #131313;
    margin-bottom: 8px;
    transition: color .5s;
}

@media screen and (max-width: 1700px) {
    .ball-box .ball-round>div>span {
        display: block;
    }
}

.ball-box .ball-round>div.ball-round-up-left {
    top: -189px;
    left: -743px;
    text-align: right;
}

.ball-box .ball-round>div.ball-round-up-left:before {
    top: 8px;
    right: -15px;
}

.ball-box .ball-round>div.ball-round-up-right {
    top: -263px;
    left: 234px;
    text-align: left;
}

.ball-box .ball-round>div.ball-round-up-right:before {
    top: 8px;
    left: -18px;
}

.ball-box .ball-round>div.ball-round-bottom-left {
    top: 105px;
    left: -862px;
    text-align: right;
}

.ball-box .ball-round>div.ball-round-bottom-left:before {
    top: 7px;
    right: -15px;
}

.ball-box .ball-round>div.ball-round-bottom-right {
    top: 139px;
    left: 434px;
    text-align: left;
}

.ball-box .ball-round>div.ball-round-bottom-right:before {
    top: 7px;
    left: -17px;
}

.ball-box .ball-round > div.active p {
    color: #29abe2;
}

.ball-box .ball-round>div.active:before {
    opacity: 1;
    filter: alpha(opacity=100);
}

.cases-box-title {
    width: 1200px;
    margin: 0 auto;
    line-height: 130px;
    text-align: center;
    font-size: 22px;
}

.cases-box-body {
    width: 100%;
    /*min-width: 1200px;*/
    position: relative;
    padding-bottom: 30%;
    min-height: 360px;
}

.cases-box-body .cases-box-slide {
    width: 100%;
    position: absolute;
    padding-bottom: 40%;
    overflow: hidden;
}

.cases-box-body .cases-box-slide>ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    margin: 0 2%;
}

.cases-box-body .cases-box-slide>ul:before,
.cases-box-body .cases-box-slide>ul:after {
    content: "";
    display: table;
}

.cases-box-body .cases-box-slide>ul:after {
    clear: both;
}

.cases-box-body .cases-box-slide>ul>li {
    float: left;
    width: 24%;
    margin: 0 .5%;
}

.cases-box-body .cases-box-slide>ul>li>a {
    display: block;
    width: 100%;
    margin-bottom: 4%;
    overflow: hidden;
}

.cases-box-body .cases-box-slide>ul>li>a>img {
    width: 100%;
    transition: transform 0.8s ease-in-out;
}

.cases-box-body .cases-box-slide>ul>li>a:hover>img {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.cases-box-body .cases-arrow {
    position: absolute;
    width: 35px;
    height: 65px;
    line-height: 65px;
    font-size: 30px;
    text-align: center;
    font-family: simsun;
    background: #000;
    opacity: 0.2;
    filter: alpha(opacity=20);
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    color: #FFFFFF;
    z-index: 200;
}

.cases-box-body .cases-arrow:hover {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.cases-box-body .cases-arrow.cases-arrow-left {
    left: 0;
}

.cases-box-body .cases-arrow.cases-arrow-right {
    right: 0;
}

.cases-box-bottom {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 500;
}

.cases-box-bottom>a {
    display: inline-block;
    background: url("../img/intro-arrow.png") no-repeat center 1px;
    width: 160px;
    height: 32px;
    border: 1px solid #CCCCCC;
    cursor: pointer;
    transition: background-position-y 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, border-color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    margin: 50px 0 43px;
}

.cases-box-bottom>a:hover {
    background-position-y: -29px;
    border-color: #B6B6B6;
}

.public-box {
    text-align: center;
    background: #F6FCFF;
    height: 427px;
    margin-bottom: 202px;
}

.public-box:before,
.public-box:after {
    content: "";
    display: table;
}

.public-box:after {
    clear: both;
}

.public-box>.public-box-title {
    width: 1200px;
    margin: 0 auto;
    font-size: 22px;
    margin-top: 62px;
    margin-bottom: 58px;
}

.public-box>.public-list {
    width: 1200px;
    margin: 0 auto;
}

.public-box>.public-list:before,
.public-box>.public-list:after {
    content: "";
    display: table;
}

.public-box>.public-list:after {
    clear: both;
}

.public-box>.public-list>.public-item {
    float: left;
    position: relative;
    height: 480px;
}

.public-box>.public-list>.public-item>a {
    display: block;
    width: 100%;
    position: relative;
    z-index: 50;
    overflow: hidden;
}

.public-box>.public-list>.public-item>a>img {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform .6s;
}

.public-box>.public-list>.public-item>a:hover>img {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.public-box>.public-list>.public-item>div {
    color: #545454;
    background: #FFFFFF;
    box-shadow: 0 0 10px -1px rgba(80, 80, 80, 0.2);
}

.public-box>.public-list>.public-item>div:before,
.public-box>.public-list>.public-item>div:after {
    content: "";
    display: table;
}

.public-box>.public-list>.public-item>div:after {
    clear: both;
}

.public-box>.public-list>.public-item.public-item01 {
    width: 315px;
}

.public-box>.public-list>.public-item.public-item01>a {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 410px;
}

.public-box>.public-list>.public-item.public-item01>a:hover>img {
    -ms-transform: none;
    transform: none;
}

.public-box>.public-list>.public-item.public-item02 {
    width: 234px;
}

.public-box>.public-list>.public-item.public-item02>a {
    height: 231px;
}

.public-box>.public-list>.public-item.public-item02>div {
    height: 249px;
}

.public-box>.public-list>.public-item.public-item02>div>h1 {
    font-size: 14px;
    margin-top: 65px;
    line-height: 180%;
}

.public-box>.public-list>.public-item.public-item02>div>h2 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
}

.public-box>.public-list>.public-item.public-item03 {
    width: 297px;
}

.public-box>.public-list>.public-item.public-item03>a {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 266px;
}

.public-box>.public-list>.public-item.public-item03>div {
    height: 215px;
}

.public-box>.public-list>.public-item.public-item03>div>h1 {
    color: #7D7D7D;
    margin-top: 62px;
}

.public-box>.public-list>.public-item.public-item03>div>h1>b {
    font-size: 40px;
    font-family: "Impact";
    position: relative;
    top: 4px;
}

.public-box>.public-list>.public-item.public-item03>div>h1>s {
    font-size: 34px;
    font-weight: bold;
}

.public-box>.public-list>.public-item.public-item03>div>h1>span {
    font-size: 18px;
    color: #545454;
}

.public-box>.public-list>.public-item.public-item03>div h2 {
    margin-top: 5px;
    font-size: 14px;
    color: #676767;
}

.public-box>.public-list>.public-item.public-item04 {
    width: 354px;
}

.public-box>.public-list>.public-item.public-item04>a {
    height: 278px;
}

.public-box>.public-list>.public-item.public-item04>div {
    height: 202px;
}

.public-box>.public-list>.public-item.public-item04>div>p {
    margin-top: 63px;
    font-size: 14px;
    color: #545454;
}

.public-box>.public-list>.public-item.public-item04>div>a {
    display: inline-block;
    background: url("../img/intro-arrow.png") no-repeat center 1px;
    width: 160px;
    height: 32px;
    border: 1px solid #CCCCCC;
    cursor: pointer;
    transition: background-position-y 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, border-color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    margin-top: 23px;
}

.public-box>.public-list>.public-item.public-item04>div>a:hover {
    background-position-y: -29px;
    border-color: #B6B6B6;
}

.customer-box {
    width: 100%;
    /*min-width: 1200px;*/
    overflow: hidden;
}

.customer-box:before,
.customer-box:after {
    content: "";
    display: table;
}

.customer-box:after {
    clear: both;
}

.customer-box>.customer-box-title {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    font-size: 22px;
    margin-top: 58px;
    margin-bottom: 44px;
}

.customer-box>.customer-box-slide {
    width: 100%;
    /*min-width: 1200px;*/
    position: relative;
    height: 388px;
}

.customer-box>.customer-box-slide>ul {
    width: 1920px;
    position: absolute;
    top: 0;
    left: 0;
}

.customer-box>.customer-box-slide>ul:before,
.customer-box>.customer-box-slide>ul:after {
    content: "";
    display: table;
}

.customer-box>.customer-box-slide>ul:after {
    clear: both;
}

    .customer-box > .customer-box-slide > ul > li {
        position: relative;
        float: left;
        width: 192px;
        height: 130px;
        font-family: "STXingkai";
        color: #999;
        text-align: center;
        font-size: 32px;
        line-height: 130px;
        border: 1px solid #E5E5E5;
        margin-bottom: -1px;
        margin-right: -1px;
    }

.customer-box>.customer-box-slide>ul>li:hover {
    z-index: 500;
    box-shadow: 0 0 20px 0 rgba(80, 80, 80, 0.1), 0 0 10px 0 rgba(80, 80, 80, 0.1);
}

        .customer-box > .customer-box-slide > ul > li > a {
            position:absolute;
            left:0;
            top:0;
            display: block;
            opacity: 0;
            filter: alpha(opacity=0);
            cursor:pointer;
            color: #000;
            width: 100%;
            height: 100%;
            transition: opacity .3s;
        }

.customer-box>.customer-box-slide>ul>li>a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.customer-box>.customer-box-bottom {
    width: 1200px;
    margin: 0 auto;
    height: 124px;
}

.customer-box>.customer-box-bottom:before,
.customer-box>.customer-box-bottom:after {
    content: "";
    display: table;
}

.customer-box>.customer-box-bottom:after {
    clear: both;
}

.customer-box>.customer-box-bottom>.customer-box-toggle {
    margin: 60px auto 0;
    width: 84px;
}

.customer-box>.customer-box-bottom>.customer-box-toggle:before,
.customer-box>.customer-box-bottom>.customer-box-toggle:after {
    content: "";
    display: table;
}

.customer-box>.customer-box-bottom>.customer-box-toggle:after {
    clear: both;
}

.customer-box>.customer-box-bottom>.customer-box-toggle>li {
    float: left;
    width: 10px;
    height: 10px;
    margin: 0 16px;
    border-radius: 50%;
    background: #DDDDDD;
}

.customer-box>.customer-box-bottom>.customer-box-toggle>li.active {
    border: 1px solid #666666;
    background: #FFFFFF;
}

.footer-logo-box {
    width: 100%;
    /*min-width: 1200px;*/
    position: relative;
    height: 268px;
    background: url("../img/footer-logo-bar.png") no-repeat center center;
}

.footer-logo-box:before,
.footer-logo-box:after {
    content: "";
    display: table;
}

.footer-logo-box:after {
    clear: both;
}

.footer-logo-box>.footer-logo {
    position: relative;
    margin: 84px auto;
    width: 84px;
    height: 80px;
}

.footer-logo-box>.footer-logo>.footer-logo-sup {
    position: absolute;
    top: 0;
    right: 0;
    width: 19px;
    height: 19px;
    background: url("../img/footer-logo-sup.png") no-repeat center center;
}

.footer-logo-box>.footer-logo>.footer-logo-sup>canvas {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 59px;
    height: 59px;
}