@charset "utf-8";
/* CSS Document */


h3.block-title {
    position: relative;
    padding-bottom: 24px;
    text-align: center;
    font-size: 32px;
    line-height: 1;
    font-weight: 400;
    color: #444;
}
.block-info {
    font-size: 18px;
    color: #444;
    text-align: center;
    line-height: 20px;
}
.more-btn {
    position: relative;
    display: block;
    width: 140px;
    height: 40px;
    margin: auto;
    border-radius: 3px;
    background: #1580e4;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    transition: all .3s ease-out 0s;
    overflow: hidden;
}
.more-btn span {
    position: relative;
    z-index: 1;
    color: #fff;
}
.more-btn:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #095aba;
    content: '';
    transition: all ease .3s;
}
.more-btn:hover:after {
    width: 100%;
}
.section-block {
    padding: 50px 0 60px;
}


.banner {
    position: relative;
    width: 100%;
    padding-bottom: 31.25%;
}
.banner .pic-list {
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
}
.banner .pic-list li {
    position: relative;
    height: 100% !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.banner .pic-list li a {
    display: block;
    height: 100%;
}
.banner .pic-list li .btn {
    position: absolute;
    left: 50%;
    top: 80%;
    height: 40px;
    margin-left: -84px;
    padding: 0 20px;
    border: 1px solid #fff;
    border-radius: 20px;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    transition: all ease .3s;
}
.banner .pic-list li .btn span {
    position: relative;
    z-index: 2;
}
.banner .pic-list li .btn:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 0;
    height: 100%;
    background: #095aba;
    content: '';
    transition: all ease .3s;
}
.banner .pic-list li .btn:hover:before {
    width: 100%;
}
.banner .pic-list li .btn:hover {
    border-color: #095aba;
}
.banner .arrow-btn {
    position: absolute;
    z-index: 2;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    opacity: 0;
    transition: 600ms;
    -webkit-transition: 600ms;
    cursor: pointer;
}
.banner .banner-arrow-left {
    left: 30px;
    background: url(../img/icon.png) no-repeat 0 0;
    transform: translate3d(-30px, 0, 0);
    -webkit-transform: translate3d(-30px, 0, 0);
}
.banner .banner-arrow-right {
    right: 30px;
    background: url(../img/icon.png) no-repeat -40px 0;
    transform: translate3d(30px, 0, 0);
    -webkit-transform: translate3d(30px, 0, 0);
}
.banner:hover .arrow-btn {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}
.banner .banner-pagination {
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 100%;
    text-align: center;
    line-height: 10px;
}
.banner .banner-pagination span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%;
    background: #fff;
    opacity: .6;
    cursor: pointer;
}
.banner .banner-pagination .swiper-active-switch {
    opacity: 1;
}


.product .list {
    margin-right: -20px;
    padding-top: 10px;
}
.product .list li {
    float: left;
    width: 25%;
    padding: 40px 20px 0 0;
}
.product .list .box {
    position: relative;
    top: 0;
    padding: 30px 20px 26px;
    border: 1px solid #ececec;
    text-align: center;
    transition: all .3s ease-out;
}
.product .list .box:hover {
    top: -10px;
    border-color: #1580e4;
}
.product .list .img {
    position: relative;
    width: 200px;
    max-width: 100%;
    margin: 0 auto 25px;
    overflow: hidden;
}
.product .list .img:before {
    display: block;
    padding-bottom: 18.5%;
    content: '';
}
.product .list .img .whole-pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.product .list .title {
    font-size: 16px;
    color: #444;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product .list .info {
    height: 72px;
    margin: 14px 0 12px;
    font-size: 14px;
    line-height: 24px;
    color: #888;
    text-align: left;
    overflow: hidden;
}
.product .list .sub-title {
    font-size: 20px;
    color: #444;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product .list .number {
    padding-bottom: 10px;
    color: #1580e4;
    font-size: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product .list .number span {
    font-size: 40px;
}
.product .list .more-btn {
    margin-bottom: 13px;
}
.product .list .link {
    color: #1580e4;
}
.product .list .link:hover {
    color: #095aba;
}


.domain {
    background: #f9f9f9;
}
.industry {
    background: #fff;
}
.domain .list,
.industry .list {
    position: relative;
    right: -1px;
    bottom: -1px;
    padding-top: 50px;
}
.domain .list li,
.industry .list li {
    position: relative;
    float: left;
    width: 25%;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}
.domain .list .box,
.industry .list .box {
    display: block;
    padding: 30px 10px;
    text-align: center;
    font-size: 16px;
    color: #444;
    transition: all .3s ease-out;
}
.domain .list .box:hover {
    background: #fff;
    color: #095aba;
}
.industry .list .box:hover {
    background: #f9f9f9;
    color: #095aba;
}
.domain .list .img,
.industry .list .img {
    position: relative;
    width: 200px;
    max-width: 100%;
    margin: 0 auto 20px;
}
.domain .list .img:before,
.industry .list .img:before {
    display: block;
    padding-bottom: 42.5%;
    content: '';
}
.domain .list .img .whole-pic,
.industry .list .img .whole-pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.domain .list .name,
.industry .list .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.about-block {
    background: #f9f9f9;
}
.about-block > .container {
    display: flex;
    align-items: center;
}
.about-block .china {
    font-size: 18px;
	line-height: 1;
    font-weight: 400;
    color: #333;
}
.about-block .eng {
    font-family: 'Arial';
    color: #999;
    text-transform: uppercase;
	font-size: 14px;
	line-height: 2.4;
}
.about-block .content {
    padding-top: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
}
.about-block .left-box {
    float: left;
    width: 66%;
    padding-right: 35px;
}
.about-block .pic {
    float: left;
    width: 34%;
    border: 5px solid #fff;
}
.about-block .about-btn-style1 {
    margin-top: 20px;
}
.about-block .more-btn {
    display: none;
}
.about-btn-style1 {
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    display: block;
    width: 140px;
    height: 40px;
    border: 1px solid #e1e1e1;
    text-align: center;
    font-size: 14px;
    color: #999;
    font-family: 'Arial';
    line-height: 38px;
    transition: all .36s ease;
}
.about-btn-style1:after {
    position: absolute;
    left: 50%;
    line-height: 38px;
    transition: all .36s ease;
    font-family: 'iconfont';
    color: rgba(255, 255, 255, 0);
    content: "\e63b";
}
.about-btn-style1:hover {
    padding-right: 20px;
    border: 1px solid #df2128;
    background: #df2128;
    color: #fff;
}
.about-btn-style1:hover:after {
    left: 75%;
    color: #fff;
}

.news {
    background: #f8f8f8;
}
.news .list {
    margin-right: -30px;
    padding-top: 20px;
    padding-bottom: 50px;
}
.news .list li {
    float: left;
    width: 50%;
    padding: 30px 30px 0 0;
}
.news .list a {
    display: block;
    padding: 20px;
    background: #fff;
    transition: all .3s ease-out;
}
.news .list .pic-box {
    position: relative;
    float: left;
    width: 180px;
    margin-right: 20px;
    overflow: hidden;
}
.news .list .pic-box:after {
    display: block;
    padding-bottom: 66.6667%;
    content: '';
}
.news .list .pic-box .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.news .list .cont {
    padding-top: 4px;
}
.news .list .title {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #333;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s ease-out;
}
.news .list .time {
    font-size: 12px;
    color: #aeaeae;
    font-family: 'Arial';
}
.news .list .info {
    height: 48px;
    margin-top: 13px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news .list a:hover {
    box-shadow: 0px 20px 16px 0px rgba(4, 0, 0, 0.2);
    transform: translateY(-20px);
}
.news .list a:hover .img {
    transform: scale(1.08);
}
.news .list a:hover .title {
    color: #095aba;
}


.case {
    background: #fff;
}
.case .swiper-wrapper,
.case .swiper-slide {
    height: auto !important;
}
.case .case-swiper {
    padding-bottom: 65px;
}
.case .list-body {
    position: relative;
    max-width: 1920px;
    margin-top: 50px;
}
.case .case-swiper a {
    display: block;
    margin: 0 15px;
}
.case .case-swiper .ratio-pic {
    position: relative;
    border: 1px solid #ececec;
    transition: border 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.case .case-swiper .ratio-pic:before {
    display: block;
    padding-bottom: 66.666%;
    content: '';
}
.case .case-swiper img {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.case .case-swiper .pic-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    background: #fff;
    overflow: hidden;
}
.case .case-swiper .title {
    padding-top: 24px;
    font-size: 16px;
    line-height: 1;
    color: #444;
    text-align: center;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.case .case-swiper a:hover img {
    transform: scale(1.2, 1.2);
}
.case .case-swiper a:hover .ratio-pic {
    border: 1px solid #1580e4;
}
.case .case-swiper a:hover .title {
    color: #095aba;
}
.case .btn {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 40px;
    height: 40px;
    margin-top: -38px;
    background: rgba(0, 0, 0, .25);
    opacity: 0;
    color: #929292;
    transition: all ease-out .3s;
}
.case .btn:before {
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
}
.case .btn:hover {
    background: rgba(9, 90, 186, 1);
}
.case .case-arrow-left {
    left: 15px;
    transform: translate3d(-50%, 0, 0);
}
.case .case-arrow-right {
    right: 15px;
    transform: translate3d(50%, 0, 0);
}
.case .list-body:hover .btn {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
.case .case-pagination {
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    text-align: center;
}
.case .case-pagination .swiper-pagination-switch {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    border-radius: 50%;
    background: #e0e0e0;
    cursor: pointer;
}
.case .case-pagination .swiper-active-switch {
    background: #1580e4;
}


.service {
    background: #f9f9f9;
}
.service .list {
    margin-right: -20px;
    padding: 50px 0 10px;
}
.service .list li {
    box-sizing: border-box;
    float: left;
    width: 33.33%;
    padding-right: 20px;
    padding-bottom: 40px;
}
.service .list a {
    display: block;
}
.service .list .ratio-pic {
    position: relative;
    border: 1px solid #ececec;
    border-bottom: none;
}
.service .list .ratio-pic:before {
    display: block;
    padding-bottom: 66%;
    content: '';
}
.service .list .ratio-pic .pic-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    overflow: hidden;
	background-color: #fff;
}
.service .list .ratio-pic img {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s
}
.service .list .cont {
    box-sizing: border-box;
    position: relative;
    height: 75px;
    padding: 5px 40px 0 20px;
    transition: padding 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.service .list .cont:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #f9f9f9;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    content: '';
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.service .list .cont:after {
    position: absolute;
    top: 25px;
    right: 2px;
    width: 37px;
    height: 20px;
    border-left: 1px solid rgba(0, 0, 0, 0);
    font-family: 'iconfont';
    content: "\e610";
    transition: all 0.3s ease-out 0s;
    color: #d0d0d0;
    font-size: 17px;
}
.service .list .title {
    position: relative;
    z-index: 1;
    padding-top: 10px;
    font-size: 16px;
    color: #555;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .3s;
}
.service .list .info {
    position: relative;
    z-index: 1;
    padding-bottom: 15px;
    font-size: 13px;
    line-height: 20px;
    color: #888;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.service .list a:hover .cont {
    padding-top: 0;
    padding-bottom: 5px;
}
.service .list a:hover .cont:before {
    top: -10px;
    bottom: -5px;
    border-bottom: 1px solid rgba(0, 0, 0, .4);
}
.service .list a:hover .cont:after {
    text-indent: 15px;
    border-color: rgba(0, 0, 0, .1);
}
.service .list a:hover img {
    transform: scale(1.08, 1.08);
}
.service .list a:hover .cont:after {
    top: 20px;
}
.service .list a:hover .title {
    color: #095aba;
}


.video .list {
    margin-right: -20px;
    padding: 10px 0 50px;
}
.video .list li {
    float: left;
    width: 25%;
    padding: 40px 20px 0 0;
}
.video .list a {
    position: relative;
    display: block;
}
.video .list .pic-box {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}
.video .list .pic-box:before {
    display: block;
    padding-bottom: 71.5%;
    background: rgba(0, 0, 0, 0);
    transition: all .36s ease;
    content: '';
}
.video .list .pic-box:after {
    position: absolute;
    top: -30%;
    left: 50%;
    width: 56px;
    height: 56px;
    margin-top: -22px;
    margin-left: -28px;
    color: #fff;
    line-height: 56px;
    font-size: 56px;
    text-align: center;
    font-family: 'iconfont';
    transition: all .6s ease;
    content: "\e60f";
}
.video .list .title {
    position: relative;
    margin-top: 20px;
    padding-right: 45px;
    font-weight: 400;
    font-size: 16px;
    color: #444;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    transition: all 0.6s ease 0s;
}
.video .list .title:before {
    position: absolute;
    right: 0;
    opacity: 0;
    color: #444;
    font-size: 26px;
    font-family: 'iconfont';
    content: '\e610';
    transition: all 0.6s ease 0s;
}
.video .list a:hover .title {
    text-indent: 10px;
    color: #095aba;
}
.video .list a:hover .title:before {
    right: 10px;
    opacity: 1;
}
.video .list a:hover .pic-box:before {
    background: rgba(0, 0, 0, .5);
}
.video .list a:hover .pic-box:after {
    top: 50%;
}


@media screen and (max-width: 800px) {
    .banner .arrow-btn {
        display: none;
    }
    .banner .pic-list li .btn {
        display: none;
    }
	
    .about-block > .container {
        display: block;
    }
    .about-block .left-box,
    .about-block .pic {
        float: none;
        width: 100%;
        padding: 0;
    }
    .about-block .about-btn-style1 {
        margin: 0px auto 20px;
    }
	.about-block .content {
	    padding: 25px 0;
	}
	.about-block .china {
		position: relative;
		padding-bottom: 24px;
		text-align: center;
		font-size: 32px;
		line-height: 1;
		font-weight: 400;
		color: #444;
	}
	.about-block .eng {
		font-size: 18px;
		color: #444;
		text-align: center;
		line-height: 20px;
	}

    .product .list li {
        width: 50%;
    }
    .product .list li:nth-child(7),
    .product .list li:nth-child(8) {
        display: none;
    }

    .domain .list li,
    .industry .list li {
        width: 50%;
    }
    .domain .list li:nth-child(7),
    .domain .list li:nth-child(8),
    .domain .list li:nth-child(9),
    .domain .list li:nth-child(10),
    .domain .list li:nth-child(11),
    .domain .list li:nth-child(12),
    .industry .list li:nth-child(7),
    .industry .list li:nth-child(8),
    .industry .list li:nth-child(9),
    .industry .list li:nth-child(10),
    .industry .list li:nth-child(11),
    .industry .list li:nth-child(12) {
        display: none;
    }

    .news .list {
        margin-right: 0;
    }
    .news .list li {
        width: 100%;
        padding-right: 0;
    }

    .video .list li {
        width: 50%;
    }
}


@media screen and (max-width: 540px) {
    h3.block-title {
        padding-bottom: 10px;
        font-size: 20px;
    }
    .block-info {
        font-size: 14px;
    }
    .section-block {
        padding-top: 30px;
        padding-bottom: 40px;
    }
	
    .about-block {
        display: block;
    }
    .about-block .content {
        padding: 20px 0;
    }
    .about-block .content p + p {
        margin-top: 6px;
    }
    .about-block .pic {
        display: block;
        width: 100%;
        margin-top: 25px;
        border: none;
    }
    .about-block .about-btn-style1 {
        display: none;
		margin: 0 auto;
    }
    .about-block .more-btn {
        display: block;
    }
	.about-block .china {
		padding-bottom: 10px;
		font-size: 20px;
		position: relative;
		text-align: center;
		line-height: 1;
		font-weight: 400;
		color: #444;
	}
	.about-block .eng {
		font-size: 14px;
		color: #444;
		text-align: center;
		line-height: 20px;
	}

    .product .list {
        margin-right: -10px;
        padding-top: 0;
    }
    .product .list li {
        padding: 20px 10px 0 0;
    }
    .product .list .box {
        top: 0 !important;
        padding: 15px 10px 13px;
    }
    .product .list .img {
        margin-bottom: 10px;
    }
    .product .list .info {
        height: 60px;
        margin: 5px 0;
        line-height: 20px;
    }
    .product .list .number {
        line-height: 1;
    }

    .domain .list,
    .industry .list {
        padding-top: 20px;
    }
    .domain .list .box,
    .industry .list .box {
        padding: 15px 10px;
    }
    .domain .list .img,
    .industry .list .img {
        margin-bottom: 10px;
    }

    .news .list {
        padding-top: 10px;
        padding-bottom: 25px;
    }
    .news .list li {
        padding: 10px 0;
        border-bottom: 1px solid #e1e1e1;
    }
    .news .list li:last-child {
        margin-bottom: 0;
    }
    .news .list a {
        padding: 0;
        background: none;
        box-shadow: none !important;
        transform: translateY(0px) !important;
    }
    .news .list .pic-box {
        width: 40%;
        margin-right: 0;
    }
    .news .list .cont {
        float: right;
        width: 60%;
        padding-top: 0;
        padding-left: 10px;
    }
    .news .list .info {
        margin-top: 0;
    }

    .case .list-body {
        margin-top: 20px;
    }
    .case .case-swiper {
        padding: 0;
    }
    .case .case-pagination {
        display: none;
    }
    .case .case-swiper a {
        margin: 0 60px;
    }
    .case .case-swiper .title {
        padding-top: 16px;
    }
    .case .list-body .btn {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        background: none;
    }
    .case .list-body .btn:before {
        color: #999;
        font-size: 30px;
    }

    .service .list {
        margin-right: -10px;
        padding: 20px 0 5px;
    }
    .service .list li {
        width: 50%;
        padding-right: 10px;
        padding-bottom: 20px;
    }
    .service .list .cont {
        height: 55px;
        padding: 0 0px 0 5px;
        overflow: hidden;
    }
    .service .list .cont:before {
        top: 0 !important;
        border-bottom: none !important;
    }
    .service .list .cont:after {
        top: 20px;
        right: 0;
        width: 25px;
		display: none;
    }
    .service .list a:hover .cont:after {
        text-indent: 5px;
    }

    .video .list {
        margin-right: -10px;
        padding: 5px 0 25px;
    }
    .video .list li {
        padding: 20px 10px 0 0;
    }
    .video .list .title {
        margin-top: 12px;
        padding-right: 40px;
    }
}


.index_zxlc_list {
    width: 90%; 
	margin:auto;
	padding: 20px 0;
}
.index_zxlc_list i {
    background: url(../img/tubiao-001.png) no-repeat;
    zoom: 1;
}
.index_zxlc_list li {
    float: left;
    width: 11.11%;
    height: 113px;
    text-align: center;
    margin:10px 0px;
    font-size: 14px;
}
@media (max-width:780px){
    .index_zxlc_list li {
        float: left;
        width: 33.33%;
        height: 113px;
        text-align: center;
        font-size: 14px;
    }
}
.index_zxlc_list li a {
    display: block;

    height: 117px;
    border: 1px solid #eee;
}
.index_zxlc_list li a:hover {
    color: #fff;
    border: 1px solid #f25618;
    background-color: #e61331;
    text-decoration: underline;
}
.index_zxlc_list li i {
    display: block;
    height: 37px;
    margin: 26px auto 15px;
}
.index_zxlc_list .index_zxlc_ico1 {
    width: 44px;
    background-position: -41px -124px;
}
.index_zxlc_list .index_zxlc_ico2 {
    width: 36px;
    background-position: -87px -124px;
}
.index_zxlc_list .index_zxlc_ico3 {
    width: 34px;
    background-position: -125px -124px;
}
.index_zxlc_list .index_zxlc_ico4 {
    width: 36px;
    background-position: -161px -124px;
}
.index_zxlc_list .index_zxlc_ico5 {
    width: 36px;
    background-position: -199px -124px;
}
.index_zxlc_list .index_zxlc_ico6 {
    width: 38px;
    background-position: -237px -124px;
}
.index_zxlc_list .index_zxlc_ico7 {
    width: 36px;
    background-position: -277px -124px;
}
.index_zxlc_list .index_zxlc_ico8 {
    width: 36px;
    background-position: -315px -124px;
}
.index_zxlc_list .index_zxlc_ico9 {
    width: 34px;
    background-position: -353px -124px;
}
.index_zxlc_list li a:hover .index_zxlc_ico1 {
    background-position: -41px -163px;
}
.index_zxlc_list li a:hover .index_zxlc_ico2 {
    background-position: -87px -163px;
}
.index_zxlc_list li a:hover .index_zxlc_ico3 {
    background-position: -125px -163px;
}
.index_zxlc_list li a:hover .index_zxlc_ico4 {
    background-position: -161px -163px;
}
.index_zxlc_list li a:hover .index_zxlc_ico5 {
    background-position: -199px -163px;
}
.index_zxlc_list li a:hover .index_zxlc_ico6 {
    background-position: -237px -163px;
}
.index_zxlc_list li a:hover .index_zxlc_ico7 {
    background-position: -277px -163px;
}
.index_zxlc_list li a:hover .index_zxlc_ico8 {
    background-position: -315px -163px;
}
.index_zxlc_list li a:hover .index_zxlc_ico9 {
    background-position: -353px -163px;
}

.new-case-list {
    background: #fff;
}
.new-case-list .case-nav {
    padding-bottom: 20px;
    text-align: center;
}
.new-case-list .case-nav span {
    display: inline-block;
    margin: 0 20px;
    border-radius: 36px;
    cursor: pointer;
    padding: 8px 16px;
}
.new-case-list .case-nav span:hover{
    background: #EEE;
}
.new-case-list .case-nav span.active {
    background: #000;
    color: #FFF;
}
.new-case-list .case-box .col-lg-4 {
    width: 25%;
    float: left;
    position: relative;
    min-height: 1px;
    margin-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
}
.new-case-list .case-box .list-inline {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.new-case-list .case-box .list-inline>li {
    display: inline-block;
    line-height: 1.8em;
    /*word-wrap: break-word;*/
    white-space: pre-wrap;
}
.new-case-list .case-box h3 {
    color: #000;
    font-weight: 500;
    line-height: 150%;
}
@media screen and (max-width: 480px) {
    .new-case-list .case-nav span {
        margin: 0;
    }
}

.new-case-list .case-box{
	display: none; 
	text-align:center;
	padding-bottom: 50px;
	max-width: 1700px;
	margin: 0 auto;
}
.new-case-list .case-box figure{
	margin-bottom:0px;
	overflow:hidden;
}
.new-case-list .case-box figure>a{
	position:relative;
	display:block;
	overflow:hidden;
	border:1px solid #ececec;
	background-color: #fff;
}
.new-case-list .case-box figure>a:before {
    display: block;
    padding-bottom: 66%;
    content: '';
}
.new-case-list .case-box figure>a>div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    overflow: hidden;
}
.new-case-list .case-box figure>a>div>span{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.new-case-list .case-box figure>a>div>img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.new-case-list .case-box figure .new-pic{
	width:78px;
	height:80px;
	display:block;
	position:absolute;
	left:0;
	top:0;
	background-image:url(../images/new.png);
	background-repeat:no-repeat;
	background-position:0 0;
	z-index:2;
}
.new-case-list .case-box figure .pic-hover ul li{
	margin:0;
	padding:0;
	color:#ccc;
}
@media (max-width:1199px){
	.new-case-list .case-box figure{
		margin-bottom:0;
	}
	.new-case-list .case-box figure .pic-hover h3{
		font-size:16px;
		white-space:nowrap;
		text-overflow:ellipsis;
		overflow:hidden;
		position:relative;
		padding:6px 0 0 0;
		margin:0;
	}
	.new-case-list .case-box figure .pic-hover h3 a{
		color:#333;
	}
	.new-case-list .case-box figure .pic-hover ul{
		margin-bottom:15px;
		font-size:14px;
	}
	.new-case-list .case-box figure .pic-hover ul li{
		color:#777;
	}
	.new-case-list .case-box figure .pic-hover ul a{
		color:#777;
	}
	.new-case-list .case-box .list-inline>li {
		position: relative;
		font-size:14px;
		line-height: 1.8em;
		word-break: keep-all;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		width:100%;
    }
}
@media (min-width:1200px){
	.new-case-list .case-box figure{
		position:relative;
	}
	.new-case-list .case-box figure>a img{
		transform:scale(1,1);-
		ms-transform:scale(1,1);
		-webkit-transform:scale(1,1);
		-moz-transform:scale(1,1);
		-o-transform:scale(1,1);
		-webkit-transition:all .2s linear;
		-moz-transition:all .2s linear;
		-o-transition:all .2s linear;
		transition:all .2s linear;
	}
	.new-case-list .case-box figure:hover>a img{
		transform:scale(1.1,1.1);
		-ms-transform:scale(1.1,1.1);
		-webkit-transform:scale(1.1,1.1);
		-moz-transform:scale(1.1,1.1);
		-o-transform:scale(1.1,1.1);
	}
	.new-case-list .case-box figure .pic-hover{
		background-color:transparent;
		position:absolute;
		z-index:1;
		top:0;
		left:0;
		width:100%;
		height:100%;
		display:block;
		padding:20% 30px;
		-webkit-transition:.25s;
		transition:.25s;
	}
	.new-case-list .case-box figure:hover .pic-hover{
		background-color:rgba(0,0,0,.75);
	}
	.new-case-list .case-box figure .pic-hover h3{
		font-size:16px;
		white-space:nowrap;
		text-overflow:ellipsis;
		overflow:hidden;
		position:relative;
		padding:0 0 5px 0;
		margin:0;
		color:#fff;
	}
	.new-case-list .case-box figure .pic-hover h3 a{
		color:#fff;
	}
	.new-case-list .case-box figure .pic-hover h3{
		-webkit-transition:.3s;
		transition:transform .3s;
	}
	.new-case-list .case-box figure .pic-hover ul{
		margin:0;
		-webkit-transition:opacity .25s,-webkit-transform .25s;
		transition:opacity .25s,transform .25s;
	}
	.new-case-list .case-box figure .pic-hover ul a{
		color:#ccc;
	}
	.new-case-list .case-box figure:hover .pic-hover ul{
		-webkit-transition-delay:.1s;
		transition-delay:.1s;
		-webkit-transition-duration:.25s;
		transition-duration:.25s;
	}
	.new-case-list .case-box figure .pic-hover span{
		background-color:#df3741;
		display:block;
		height:3px;
		width:60px;
		margin:15px auto 0 auto;
	}
	.new-case-list .case-box figure:hover .pic-hover span{
		-webkit-transition-delay:.15s;
		transition-delay:.15s;
		-webkit-transition-duration:.25s;
		transition-duration:.25s;
	}
	.new-case-list .case-box figure .pic-hover h3,.new-case-list .case-box figure .pic-hover span,.new-case-list .case-box figure .pic-hover ul{
		filter:alpha(opacity=0);
		opacity:0;
	}
	.new-case-list .case-box figure .pic-hover h3,.new-case-list .case-box figure .pic-hover span,.new-case-list .case-box figure .pic-hover ul{
		-webkit-transform:translate3d(0,20px,0);
		transform:translate3d(0,20px,0);
	}
	.new-case-list .case-box figure:hover .pic-hover h3,.new-case-list .case-box figure:hover .pic-hover span,.new-case-list .case-box figure:hover .pic-hover ul{
		filter:alpha(opacity=100);
		opacity:1;
	}
	.new-case-list .case-box figure:hover .pic-hover h3,.new-case-list .case-box figure:hover .pic-hover span,.new-case-list .case-box figure:hover .pic-hover ul{
		-webkit-transform:translate3d(0,0,0);
		transform:translate3d(0,0,0);
	}
	/* .new-case-list .case-box figure .pic-hover{padding:52px 30px}*/
} 
@media screen and (max-width: 980px) {
    .new-case-list .case-box .col-lg-4 {
        width: 33.33%;
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media screen and (max-width: 800px) {
    .new-case-list .case-box{
        padding-bottom: 20px;
    }
    .new-case-list .case-box .col-lg-4 {
        width: 50%;
    }
    .new-case-list .case-box .pic-hover {
        position: relative;
        padding-right: 0px;
        text-align: left;
    }
    .new-case-list .case-box .pic-hover:after {
        position: absolute;
        top: 20px;
        right: 0;
        width: 25px;
        height: 20px;
        border-left: 1px solid rgba(0, 0, 0, 0);
        font-family: 'iconfont';
        /*content: "\e610";*/
        transition: all 0.3s ease-out 0s;
        color: #d0d0d0;
        font-size: 17px;
    }
    .new-case-list .col-lg-4:hover .pic-hover:after {
        text-indent: 5px;
        border-color: rgba(0, 0, 0, .1);
    }
}