.wrapper-content {
    min-width: 1180px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    background-color: #fff;
}

.header {
    width: 1144px;
    margin: 0 auto;
    line-height: 61px;
    height: 61px;
    background: #fff;
    position: relative;
    border-bottom: 1px solid #F7F7F7;
}

.header .logo {
    max-width: 320px;
    display: inline-block;
}

.header .navs {
    display: inline-block;
    text-align: right;
    float: right;
    overflow: hidden;
    height: 61px;
    width: 66%;
}

.header .navs ul {
    list-style: none;
}

.header .navs li {
    text-align: center;
    width: 15%;
    height: 61px;
    overflow: hidden;
    display: inline-block;
    margin-right: 8px;
}

.header .navs li a {
    color: #404040;
    font-size: 16px;
    display: block;
    text-align: center;
    transition: all .4s linear .1s;
    -webkit-transition: all .4s linear .1s;
    -moz-transition: all .4s linear .1s;
    -o-transition: all .4s linear .1s;
}

.header .navs li:hover a {
    background-color: #10c88e;
    color: #ffffff;
}

.header .navs li:hover .cn {
    margin-top: -61px;
}

.header .navs li a.en {
    font-family: Helvetica;
}

.header .navs li.on a {
    background-color: #10c88e;
    color: #ffffff;
}

.top-images {
    height: 875px;
    width: 100%;
    background: url(../images/banner-content-bg.jpg) no-repeat 0 0;
    background-position: center;
    background-size: auto;
}

.banner {
    width: 100%;
    background-position: center;
    background-size: auto;
}

.banner .banner-title img {
    margin: 0 auto;
    display: block;
    /* padding-top: 95px; */
    max-height: 896px;
    width: 100%;
}

.banner .banner-material img {
    margin: 41px auto 0 auto;
    display: block;
}

.download-block {
    height: 130px;
    line-height: 130px;
    background: rgba(252, 252, 252, 1);
}

.download-block .block-list {
    margin: 0 auto;
    padding-top: 20px;
    padding-left: 22.5%;
}

.download-block .item {
    width: 27%;
    display: inline-block;
    height: 57px;
    position: relative;
}

.download-block .item a {
    display: block;
    position: relative;
}

.download-block .item .download-link {
    display: inline-block;
    overflow: hidden;
}

.download-block .item.android .download-link {
    width: 54px;
    height: 57px;
}

.download-block .item.ios .download-link {
    width: 54px;
    height: 55px;
}

.download-block .item.pc .download-link {
    width: 57px;
    height: 54px;
}

.download-block .item .download-link img {
    display: block;
    margin-bottom: 10px;
}

.download-block .item .download-link .first {
    transition: all .6s ease .1s;
    -webkit-transition: all .6s ease .1s;
    -o-transition: all .6s ease .1s;
    -moz-transition: all .6s ease .1s;
}

.download-block .item:hover.android .download-link .first {
    margin-top: -67px;
}

.download-block .item:hover.ios .download-link .first {
    margin-top: -65px;
}

.download-block .item:hover.pc .download-link .first {
    margin-top: -61px;
}

.download-block .item:hover .download-qrcode {
    display: block;
}

.download-block .item .download-qrcode {
    position: absolute;
    top: 70px;
    left: 0;
    display: none;
}

.download-block .item .line-text {
    display: inline-block;
    margin-left: 20px;
    vertical-align: top;
}

.download-block .item.android .line-text {
    margin-top: 8px;
    line-height: 32px;
}

.download-block .item.ios .line-text {
    margin-top: 10px;
    line-height: 30px;
}

.download-block .item.pc .line-text {
    margin-top: 14px;
    line-height: 28px;
}

.download-block .item .title {
    color: #353535;
    font-size: 24px;
    display: block;
}

.download-block .item .detail {
    color: #898989;
    font-size: 18px;
    display: block;
}

.introduce-area {
    width: 1144px;
    margin: 77px auto 0 auto;
}

.introduce-area .title {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.introduce-area .title .h1 {
    font-size: 32px;
    font-weight: bold;
    line-height: 60px;
    display: block;
}

.introduce-area .title .line {
    display: block;
    margin: 20px auto;
}

.introduce-area .title .h5 {
    font-size: 18px;
    color: #9f9f9f;
}

.introduce-area .function-list {
    width: 1144px;
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.introduce-area .function-list .function-item {
    float: left;
    margin: 0 10px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    text-align: center;
    width: 23%;
    overflow: hidden;
    height: 180px;
}

.introduce-area .function-list .function-item .surface {
    width: 100%;
    height: 180px;
    transition: all 1s ease .1s;
    -webkit-transition: all 1s ease .1s;
    -moz-transition: all 1s ease .1s;
    -o-transition: all 1s ease .1s;
}

.introduce-area .function-list .function-item .function-icon {
    display: block;
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
    margin: 20px auto 0 auto;
}

.introduce-area .function-list .function-item .function-title {
    margin-top: 20px;
    font-size: 24px;
    color: #737373;
    display: block;
}

.introduce-area .function-list .function-item:hover {
    border: 1px solid #10c88e;
}

.introduce-area .function-list .function-item:hover .surface {
    margin-top: -200px;
}

.introduce-area .function-list .function-item .under {
    width: 100%;
    height: 180px;
    text-align: center;
}

.introduce-area .function-list .function-item .h1 {
    font-size: 22px;
    line-height: 70px;
    color: #10c88e;
}

.introduce-area .function-list .function-item .line {
    width: 70px;
    height: 1px;
    background-color: #C6C6C6;
    margin: 0 auto;
}

.introduce-area .function-list .function-item .dist {
    width: 80%;
    line-height: 25px;
    color: #646464;
    font-size: 14px;
    margin: 27px auto 0 auto;
}

.introduce-area.technology {
    background: rgba(252, 252, 252, 1);
    height: 875px;
    width: 100%;
    padding-top: 37px;
}

.introduce-area.technology .middle {
    width: 1144px;
    margin: 0 auto;
    position: relative;
}

.introduce-area .item-area {
    width: 50%;
}

.introduce-area .item-area.fl {
    text-align: left;
    width: 60%
}

.introduce-area .item-area.fr {
    text-align: right;
    position: relative;
    top: -80px;
    width: 40%;
}

.introduce-area .item-area.fr img {}

.introduce-area .item-area.introduce-text {
    vertical-align: middle;
}

.introduce-area .item-area.introduce-text ul {
    margin-top: 30%;
}

.introduce-area .item-area.introduce-text ul li {
    line-height: 60px;
}

.introduce-area .item-area.introduce-text ul li .text {
    font-size: 24px;
    color: #737373;
}

.introduce-area .service-list {
    width: 1144px;
    margin: 50px;
}

.introduce-area .service-list .service-item {
    float: left;
    width: 21%;
    margin-right: 4%;
    text-align: center;
}

.introduce-area .service-list .service-item img {
    display: block;
    margin: 0 auto 30px auto;
}

.introduce-area .service-list .service-item .text {
    font-size: 20px;
    color: #2c2c2c;
    margin-bottom: 13px;
}

.introduce-area .service-list .service-item .sub-text {
    font-size: 18px;
    color: #979797;
    margin-bottom: 50px;
}

.introduce-area.help {
    padding-bottom: 60px;
    width: 1200px;
}

.introduce-area .help-list {
    width: 1200px;
    margin: 50px 0 0 20px;
}

.introduce-area .help-list .help-item {
    float: left;
    width: 48%;
    margin: 0 20px 20px 0;
    position: relative;
}

.introduce-area .help-list .help-item:nth-child(odds) {
    margin-bottom: 20px;
}

.introduce-area .help-list .help-item .border {
    border: 2px solid #eeeeee;
    display: block;
    padding: 30px 20px 27px 20px;
}

.introduce-area .help-list .help-item .text {
    font-size: 18px;
    color: #1c1c1c;
    line-height: 29px;
}

.introduce-area .help-list .help-item .sub-text {
    font-size: 14px;
    color: #919090;
    line-height: 22px;
}

.introduce-area .help-list .help-item:hover .border-top {
    width: 100%;
}

.introduce-area .help-list .help-item:hover .border-right {
    height: 100%;
}

.introduce-area .help-list .help-item:hover .border-bottom {
    width: 100%;
}

.introduce-area .help-list .help-item:hover .border-left {
    height: 100%;
}

.introduce-area.case {
    width: 100%;
    background: url(../images/case-bg.png) no-repeat 0 0 transparent;
    background-position: center;
    background-size: auto;
    height: 724px;
    text-align: center;
    padding-top: 120px;
}

.introduce-area.case .title .h1 {
    color: #FFFEFE;
}

.introduce-area.case .title .h5 {
    color: #dcdcdc;
}

.introduce-area.case .case-slider {
    margin: 50px auto;
    width: 960px;
    height: 294px;
    background: rgba(255, 255, 255, 1);
    border-radius: 5px 5px 10px 10px;
}

.introduce-area.case .case-slider .carousel-indicators.case li {
    width: 20px;
    height: 4px;
    background-color: #D5D5D5;
}

.introduce-area.case .case-slider .carousel-indicators.case li.active {
    background-color: #10c88e;
}

.introduce-area.case .case-slider .case-item {
    padding: 40px 0 0 40px;
    width: 92%;
    text-align: left;
}

.introduce-area.case .case-slider .case-item .header {
    width: 150px;
    height: 150px;
    display: inline-block;
}

.introduce-area.case .case-slider .case-item .content {
    display: inline-block;
    width: 77%;
    margin-left: 40px;
    vertical-align: top;
}

.introduce-area.case .case-slider .case-item .content p {
    margin: 0;
}

.introduce-area.case .case-slider .case-item .content .customer-name {
    font-size: 20px;
    color: #262626;
}

.introduce-area.case .case-slider .case-item .content .case-type {
    font-size: 16px;
    color: #10c88e;
    line-height: 30px;
}

.introduce-area.case .case-slider .case-item .content .detail {
    line-height: 25px;
    font-size: 18px;
    color: #6a6a6a;
    margin-top: 20px;
}

.introduce-area.case .more {
    border: 1px solid #ffffff;
    border-radius: 32px;
    color: #ffffff;
    background: transparent;
    padding: 13px 58px;
    transition: all .4s ease .1s;
    -webkit-transition: all .4s ease .1s;
    -moz-transition: all .4s ease .1s;
    -o-transition: all .4s ease .1s;
}

.introduce-area.case .more a,
.introduce-area.case .more:hover a,
.introduce-area.case .more a:link {
    color: #ffffff;
}

.introduce-area.case .more:hover {
    background-color: #10c88e;
    color: #ffffff;
    border: 1px solid #10c88e;
}

.introduce-area.support {
    width: 1180px;
}

.introduce-area .support-list {
    margin-top: 40px;
    margin-left: 50px;
    padding-bottom: 60px;
}

.introduce-area .support-list ul li.mobile-sign {
    border: 1px solid #d3d3d3;
    width: 21%;
    height: 112px;
    line-height: 112px;
    float: left;
    text-align: center;
    margin: 0 42px 20px 0;
}

.introduce-area .support-list ul li.mobile-sign.last {
    margin-right: 0;
}

.introduce-area .support-list ul li.mobile-sign img {
    margin: auto 0;
    vertical-align: middle;
}

.footer {
    width: 100%;
    background: rgba(51, 51, 51, 1);

}

.footer .footer-content {
    width: 1150px;
    margin: 0 auto;

}

.footer .footer-content .information .logo {
    margin-top: 66px;
}

.footer .footer-content .information .contact {
    margin-top: 35px;
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
    text-align: right;
}

.footer .footer-content .information .contact .h1 {
    font-size: 30px;
    margin-top: 10px;
}

.footer .footer-content .information .contact .contact-qq-icon {
    margin-top: 21px;
}

.footer .footer-content .footer-nav {
    width: 100%;
    margin: 80px auto 0 auto;
    text-align: center;
}

.footer .footer-content .footer-nav .link ul li {
    display: inline-block;
    padding: 0 20px;
    border-right: 1px solid #E7E7E7;
    line-height: 12px;
    font-size: 14px;
}

.footer .footer-content .footer-nav .link {
padding-bottom: 10px;
}

.footer .footer-content .footer-nav .link ul li a {
    color: #E7E7E7;
}

.footer .footer-content .footer-nav .link ul li a:hover {
    color: #E7E7E7;
}

.footer .footer-content .footer-nav .link ul li a:link {
    color: #E7E7E7;
}

.footer .footer-content .footer-nav .copy-right {
    padding-bottom: 5px;
}

.footer .footer-content .footer-nav .copy-right a,
.footer .footer-content .footer-nav .copy-right span {
    color: #9f9f9f;
    display: inline-block;
}

.footer .footer-content .footer-nav .copy-right a:link {
    color: #9f9f9f;
}

.footer .footer-content .footer-nav .copy-right a:hover {
    color: #9f9f9f;
}

.no-border {
    border: none !important;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}


.purchase {
    height: 230px;
}


.purchase-conatiner {
    width: 100%;
    display: flex;
    justify-content: center;
}

.purchase-content {
    width: 360px;
    height: 111px;
    position: relative;
}

.purchase-check {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.purchase-check2 {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.purchase-desc {
    display: flex;
    align-items: center;
    width: 360px;
    height: 111px;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.purchase-desc-content>div:first-child {
    font-size: 24px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(53, 53, 53, 1);
}

.purchase-desc-content>div:last-child {
    font-size: 18px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(137, 137, 137, 1);
}

.purchase-desc img {
    width: 53px;
    height: 42px;
    margin-right: 10px;
}

.purchase-content:hover .desc-top {
    width: 358px;
}

.purchase-content:hover .desc-bottom {
    width: 358px;
}

.purchase-content:hover .desc-left {
    height: 100%;
}

.purchase-content:hover .desc-right {
    height: 100%;
}

.desc-top {
    width: 0%;
    height: 2px;
    background-color: #10c88e;
    position: absolute;
    top: 0;
    transition: width .5s;
}

.desc-bottom {
    width: 0%;
    height: 2px;
    background-color: #10c88e;
    position: absolute;
    bottom: 0;
    transition: width .5s;
    right: 2px;
}

.desc-left {
    width: 2px;
    height: 0%;
    background-color: #10c88e;
    position: absolute;
    left: 0;
    transition: height .5s;
}

.desc-right {
    width: 2px;
    height: 0%;
    background-color: #10c88e;
    position: absolute;
    right: 0;
    transition: height .5s;
    transform: rotateY(360deg);
    bottom: 0;
}

.purchase-btn {
    width: 224px;
    height: 48px;
    background: linear-gradient(-90deg, rgba(6, 205, 142, 1), rgba(34, 234, 171, 1));
    box-shadow: 0px 5px 10px 0px rgba(12, 220, 154, 0.48);
    border-radius: 24px;
    font-size: 22px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    line-height: 48px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 40px;
    cursor: pointer;
}

.purchase-cost span {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(53, 53, 53, 1);
}

.border-top {
    height: 2px;
    width: 0;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #10c88e;
    transition: all 0.5s ease 0.1s;
    -webkit-transition: all 0.5s ease 0.1s;
    -moz-transition: all 0.5s ease 0.1s;
    -o-transition: all 0.5s ease 0.1s;
}

.border-right {
    height: 0px;
    width: 2px;
    bottom: 0;
    right: 0;
    position: absolute;
    background-color: #10c88e;
    transition: all 0.5s ease 0.1s;
    -webkit-transition: all 0.5s ease 0.1s;
    -moz-transition: all 0.5s ease 0.1s;
    -o-transition: all 0.5s ease 0.1s;
}

.border-bottom {
    height: 2px;
    width: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background-color: #10c88e;
    transition: all 0.5s ease 0.1s;
    -webkit-transition: all 0.5s ease 0.1s;
    -moz-transition: all 0.5s ease 0.1s;
    -o-transition: all 0.5s ease 0.1s;
}

.border-left {
    height: 0px;
    width: 2px;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #10c88e;
    transition: all 0.5s ease 0.1s;
    -webkit-transition: all 0.5s ease 0.1s;
    -moz-transition: all 0.5s ease 0.1s;
    -o-transition: all 0.5s ease 0.1s;
}

/*about-us*/
.inner-banner {
    background: url(../images/aboutus-banner-bg.jpg) no-repeat 0 0 transparent;
    background-size: auto;
    background-position: center;
    height: 349px;
}

.inner-banner .banner-content {
    width: 1220px;
    margin: 0 auto;
    text-align: center;
}

.inner-banner .banner-content .banner-name {
    font-size: 50px;
    padding-top: 105px;
    color: #ffffff;
    font-weight: 600;
}

.inner-banner .banner-content .banner-title {
    margin-top: 36px;
}

.inner-banner .banner-content .banner-title .text {
    margin-left: 15px;
    font-size: 36px;
    color: #ffffff;
    display: inline-block;
}

.inner-banner .banner-content .banner-title .text .title-color {
    color: #10c88e;
}

.inner-banner .banner-content .banner-title .sub {
    color: #cacaca;
    font-size: 14px;
    margin-top: 10px;
}

.introduce-area.select-reason {
    margin: 32px auto 0 auto;
    width: 1220px;
}

.introduce-area .reason-list {
    margin-top: 60px;
}

.introduce-area .reason-list .reason-item {
    float: left;
    height: 430px;
    padding: 0 29px 0 39px;
    text-align: center;
    border: 1px solid #d7d7d7;
    width: 25.41%;
    margin-right: 26px;
    transition: all .4s ease .1s;
    -webkit-transition: all .4s ease .1s;
    -moz-transition: all .4s ease .1s;
    -o-transition: all .4s ease .1s;
}

.introduce-area .reason-list .reason-item .title {
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    line-height: 25px;
    padding-top: 60px;
}

.introduce-area .reason-list .reason-item .line {
    width: 78px;
    height: 1px;
    background-color: #d7d7d7;
    margin: 32px auto 39px auto;
}

.introduce-area .reason-list .reason-item .reason-btn {
    line-height: 50px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    color: #000000;
    border: 1px solid #d7d7d7;
    border-radius: 25px;
    width: 86%;
    transition: all .4s ease .1s;
    -webkit-transition: all .4s ease .1s;
    -moz-transition: all .4s ease .1s;
    -o-transition: all .4s ease .1s;
}

.introduce-area .reason-list .reason-item .dist {
    color: #757575;
    margin-top: 45px;
    font-size: 16px;
    line-height: 24px;
}

.introduce-area .reason-list .reason-item .button-detail {
    margin-top: 95px;
    font-size: 15px;
    color: #969595;
}

.introduce-area .reason-list .reason-item:hover {
    border: 1px solid #10c88e;
}

.introduce-area .reason-list .reason-item:hover .reason-btn {
    color: #ffffff;
    background-color: #10c88e;
    border: 1px solid #10c88e;
}

.introduce-area.about-us {
    margin: 89px auto 200px auto;
    width: 1220px;
}

.introduce-area.about-us .content {
    color: #3e3d3d;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    margin-top: 42px;
}

/*product*/
.product-list {
    width: 100%;
}

.product-list .product-item {
    width: 100%;
    height: 648px;
    background-color: #ffffff;
}

.product-list .product-item.android {
    background: url(../images/product_background_two.png) no-repeat 0 0 transparent;
    background-size: auto;
    background-position: center;
}

.product-list .product-item.ios {
    background: url(../images/product_background_two.png) no-repeat 0 0 transparent;
    background-size: auto;
    background-position: center;
}

.product-list .product-item.pc {
    background: url(../images/product_background_two.png) no-repeat 0 0 transparent;
    background-size: auto;
    background-position: center;
}

/*.product-list .product-item:nth-child(even) {background-color: #F7F9FC;}*/
.product-list .product-item .content-center {
    width: 1280px;
    margin: 0 auto;
}

.product-list .product-item .content-center .product-left {
    width: 50%;
    float: left;
}

.product-list .product-item .content-center .product-right {
    width: 50%;
    float: right;
}

.product-list .product-item .content-center .product-left .title {
    font-size: 38px;
    color: #3c3c3c;
    width: 80%;
    text-align: right;
    margin-top: 30%;
    margin-left: 19%;
}

.product-list .product-item .content-center .product-left .title span {
    padding-right: 48px;
    float: left;
    vertical-align: top;
    margin-top: 5px;
}

.product-list .product-item .content-center .product-left .title .line {
    width: 1px;
    height: 67px;
    margin-right: 49px;
    background-color: #e7e8ea;
    float: left;
}

.product-list .product-item .content-center .product-left .title .download-icon {
    width: 58px;
    height: 58px;
    float: left;
    vertical-align: top;
    margin-top: 5px;
}

.product-list .product-item .content-center .product-left .title .download-area {
    position: relative;
}

.product-list .product-item .content-center .product-left .title .download-area .download-qrcode {
    display: none;
    position: absolute;
    top: 58px;
    left: 79.5%;
}

.product-list .product-item .content-center .product-left .title .download-area:hover .download-qrcode {
    display: block;
}

.product-list .product-item .content-center .product-left .dist {
    width: 80%;
    margin-top: 32px;
    font-size: 16px;
    line-height: 28px;
    color: #3c3c3c;
    float: left;
    margin-left: 19%;
}

.product-list .product-item .product-right {
    width: 50%;
    text-align: center;
    float: left;
}

.product-list .product-item .product-right img {
    min-width: 540px;
    padding-top: 58px;
    padding-left: 27.5%;
}

.product-list .product-item .product-right .detail {
    margin-top: 24.5%;
    text-align: left;
    padding-left: 20%;
}

.product-list .product-item .product-right .detail p {
    font-size: 92px;
    color: #cfd4da;
    margin-bottom: 50px;
    font-weight: 300;
}

/*case*/
.case-list {
    width: 100%;
    background-color: #ffffff;
}

.case-list .case-item {
    width: 1200px;
    margin: 40px auto;
    border-bottom: 1px solid #F7F7F7;
    padding-bottom: 40px;
}

.case-list .case-item .images {
    float: left;
    position: relative;
    overflow: hidden;
    height: 373px;
    height: 208px;
}

.case-list .case-item .images img {
    height: 373px;
    height: 208px;
    position: relative;
    top: 0;
    left: 0;
    transition: transform .5s ease 0s;
    -webkit-transition: -webkit-transform .5s ease 0s;
    -moz-transition: -moz-transform .5s ease 0s;
    -o-transition: -o-transform .5s ease 0s;
}

.case-list .case-item .content {
    float: left;
    padding-top: 29px;
    padding-left: 47px;
    width: 65%;
    position: relative;
}

.case-list .case-item .content .customer {
    font-size: 24px;
    color: #666666;
    display: inline-block;
    height: 179px;
    vertical-align: top;
}

.case-list .case-item .content .case-info {
    margin-left: 23px;
    display: inline-block;
    width: 87.3%;
}

.case-list .case-item .content .case-info .title {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    display: block;
    line-height: 32px;
}

.case-list .case-item .content .case-info .description {
    margin-top: 28px;
    font-size: 14px;
    color: #7c7c7c;
    line-height: 22px;
}

.case-list .case-item .content .case-info .more {
    position: absolute;
    bottom: 0;
    left: 146px;
    font-size: 14px;
    color: #7c7c7c;
    border: 1px solid #e7d7d7;
    padding: 16px 49px;
    display: block;
    transition: all .8s ease .1s;
    -webkit-transition: all .8s ease .1s;
    -moz-transition: all .8s ease .1s;
    -o-transition: all .8s ease .1s;
}

.case-list .case-item:hover .images img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.case-list .case-item:hover .content .case-info .more {
    color: #fefefe;
    border: 1px solid #ffffff;
    background-color: #383838;
}

.case-detail {
    width: 1200px;
    margin: 80px auto;
    text-align: center;
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 80px;
}

.case-detail .title {
    color: #191919;
    font-size: 36px;
}

.case-detail .date {
    margin-top: 20px;
    color: #9f9f9f;
    font-size: 14px;
    padding-bottom: 30px;
}

.case-detail .description {
    font-size: 14px;
    line-height: 24px;
    color: #3e3e3e;
    text-align: left;
    padding-top: 30px;
    border-top: 1px solid #f7f7f7;
}

.case-detail .images {
    padding-top: 33px;
    padding-left: 5%;
}

.case-detail .images img {
    margin-right: 57px;
    padding-top: 20px;
    float: left;
}

.pagination {
    margin: 80px 40%;
    ext-align: center;
}

.pagination .jump {
    float: left;
    margin-right: 2%;
}

.pagination .jump .icon {
    display: inline-block;
    margin-right: 12px;
    width: 32px;
    height: 32px;
}

.pagination .jump .text {
    display: inline-block;
    font-size: 14px;
    color: #929292;
    vertical-align: top;
    margin-top: 6px;
}

.pagination .jump .jump-href.disabled {
    cursor: not-allowed;
}