@charset "utf-8";
/* CSS Document */


.section-block:after {
    display: table;
    content: '';
    clear: both;
}
.section-block .section-head {
    padding: 52px 0 44px;
    text-align: center;
}
.section-block .section-head .title {
    font-size: 24px;
    color: #333;
    font-weight: 400;
}
.section-block .section-head .eng {
    font-family: 'Arial';
    color: #999;
    text-transform: uppercase;
}
.more-btn {
    position: relative;
    z-index: 3;
    display: block;
    font-family: 'Arial';
    text-align: center;
    color: #666;
    font-size: 13px;
    transition: color .5s;
    text-transform: uppercase;
}
.more-btn:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #00a0e9;
    content: '';
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
}
.more-btn:hover {
    color: #fff;
}
.more-btn:hover:before {
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.more-btn:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    content: '';
}
.more-btn.block-btn {
    width: 200px;
    height: 44px;
    margin: 50px auto 100px;
    line-height: 44px;
}
.more-btn.block-btn:after {
    border: 1px solid #d1d1d1;
}

.ms-bullets {
    right: 0 !important;
    width: 100% !important;
    text-align: center;
}
.ms-bullets.ms-dir-h .ms-bullets-count {
    right: 0;
}
.slider-box {
    text-align: center;
}
.ms-bullet,
.slider-box span {
    float: none !important;
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 5px !important;
    border-radius: 7px;
    background: rgba(0, 0, 0, .1);
    cursor: pointer;
    transition: all .3s;
}
.ms-bullet.ms-bullet-selected,
.slider-box span.active {
    width: 34px;
    background: #00a0e9 !important;
}


.slider-container .arrow-btn {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    transition: background .3s;
    overflow: hidden;
}
.slider-container .arrow-btn:before,
.slider-container .arrow-btn:after {
    display: block;
}
.slider-container .arrow-btn:before {
    color: #999;
    transition: margin .3s;
}
.slider-container .arrow-btn:after {
    color: #fff;
}
.slider-container .prev-btn {
    left: -60px;
}
.slider-container .prev-btn:after {
    content: '\e609';
}
.slider-container .next-btn {
    right: -60px;
}
.slider-container .next-btn:after {
    content: '\e608';
}
.slider-container .arrow-btn:hover {
    background: #00a0e9;
}
.slider-container .arrow-btn:hover:before {
    margin-top: -40px;
}


/***** banner *****/
.banner {
    position: relative;
}
.banner .ms-slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner .pic-list {
    height: 100%;
}
.banner .pic-list li {
    background-size: cover;
}
.banner .btn-box {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    text-align: center;
}
.banner .switch-box {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
	margin-top: 15px;
}
.banner .switch-box .arrow-btn {
    position: absolute;
    top: 0;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    line-height: 50px;
    text-align: center;
    transition: all .3s;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
}
.banner .switch-box .arrow-btn:after,
.banner .switch-box .arrow-btn:before {
    display: block;
}
.banner .switch-box .arrow-btn:before {
    color: rgba(255, 255, 255, .5);
    transition: margin .3s;
}
.banner .switch-box .arrow-btn:hover {
    background: #3f3a39;
}
.banner .switch-box .arrow-btn:hover:before {
    margin-top: -50px;
}
.banner .switch-box .prev-btn {
    left: 100px;
    transform: translate3d(-50px, 0, 0);
}
.banner .switch-box .prev-btn:after {
    content: '\e609';
}
.banner .switch-box .next-btn {
    right: 100px;
    transform: translate3d(50px, 0, 0);
}
.banner .switch-box .next-btn:after {
    content: '\e608';
}
.banner:hover .switch-box .arrow-btn {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
.banner .border {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    background: rgba(0, 160, 233, .5);
}
.banner .mouseIco {
    position: absolute;
    left: 50%;
    bottom: 80px;
    width: 30px;
    margin-left: -15px;
    text-align: center;
    color: #fff;
    font-size: 26px;
    line-height: 1;
    -webkit-animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
    animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}
.banner .mouseIco:after,
.banner .mouseIco:before {
    display: block;
    font-family: 'iconfont';
    content: '\ebf9';
    text-shadow: 0 0 3px #000;
}
.banner .mouseIco:before {
    position: relative;
    top: 16px;
}

.banner .link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.banner .con {
    position: absolute;
    left: 0;
    top: 35%;
    width: 100%;
    color: #333;
    text-align: center;
}
.banner .con .title {
    opacity: 0;
    font-size: 60px;
	color: #00a0e9;
	text-shadow: #fff 2px 0 0, #fff 0 2px 0, #fff -2px 0 0, #fff 0 -2px 0;
}
.banner .con .info {
    opacity: 0;
    font-size: 36px;
	color: #fff;
	text-shadow: 2px 2px 5px #000;
}
.banner .con .sub-title {
    margin-top: 110px;
    margin-bottom: 25px;
    font-size: 15px;
    color: #999;
}
.banner .con .list {
    width: 675px;
    margin: auto;
}
.banner .con .list li {
    float: left;
    width: 135px;
    height: 60px;
    padding: 0 5px 5px 0;
}
.banner .con .list .img {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.ms-slide-container .ms-mask-frame:nth-child(2) .con .title,
.ms-slide-container .ms-mask-frame:nth-child(2) .con .info,
.banner .pic-list li.active .con .title,
.banner .pic-list li.active .con .info {
    animation: fadeInDown 1s ease 0s 1 forwards;
}


.service-block {
    position: relative;
    height: 150px;
    background: #f3f3f3;
    text-align: center;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.service-block:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
    content: '';
}
.service-block .section-head,
.service-block dl,
.service-block dd {
    height: 100%;
}
.service-block .section-head,
.service-block dd {
    display: flex;
    padding: 0 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.service-block .section-head {
    background: #f3f3f3;
}
.service-block dd {
    position: relative;
    float: left;
    width: 185px;
}
.service-block dl {
    position: relative;
    z-index: 1;
    background: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
}
.service-block dl dd:not(:last-child):after {
    position: absolute;
    top: 50%;
    right: 0;
    height: 100px;
    margin-top: -50px;
    border-left: 1px solid #e6e6e6;
    content: '';
}
.service-block dd:hover .icon,
.service-block dd:hover .info {
    border-color: #00a0e9;
    color: #00a0e9;
}
.service-block dd:hover .icon {
    transform: rotate(360deg);
}
.service-block dd a {
    display: block;
}
.service-block .info {
    margin-top: 8px;
    color: #666;
    transition: color .3s;
}
.service-block .icon {
    display: block;
    width: 54px;
    height: 54px;
    margin: auto;
    border: 3px solid #999;
    border-radius: 50%;
    line-height: 48px;
    color: #999;
    font-size: 30px;
    transition: all .6s;
}


.a-d-block {
    padding-top: 10px;
}
.a-d-block .list {
    margin-right: -40px;
}
.a-d-block .list li {
    float: left;
    width: 50%;
    padding-right: 40px;
    padding-top: 40px;
}
.a-d-block .list a {
    display: block;
    padding-bottom: 52.6%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f8f8f8;
}
.a-d-block .list a:hover{
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


.product-block {
    /*background: #f8f8f8;*/
}
.product-block .section-head {
    background: #fff;
}
.product-block .product-tab {
    position: relative;
}
.product-block .product-tab:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: #fff;
    content: '';
}
.product-block .product-tab .list {
    position: relative;
    z-index: 1;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.product-block .product-tab li {
    position: relative;
    float: left;
    width: 20%;
    height: 150px;
    overflow: hidden;
    cursor: pointer;
}
.product-block .product-tab li:not(:last-child) {
    border-right: 1px solid #f5f5f5;
}
.product-block .product-tab li .txt {
    max-width: 100%;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-block .product-tab li .box {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #333;
    font-size: 16px;
    line-height: 24px;
}
.product-block .product-tab li .box.copy {
    left: -100%;
    z-index: 1;
    background: #00a0e9;
    transition: left .36s;
    color: #fff;
}
.product-block .product-tab li .box.copy .pic {
    position: relative;
    color: #fff;
}
.product-block .product-tab li .pic {
    display: block;
    margin-bottom: 15px;
    text-align: center;
    color: #666;
    line-height: 50px;
    font-size: 50px;
}
.product-block .product-tab li.active .copy,
.product-block .product-tab li:hover .copy {
    left: 0;
}
.product-block .product-tab-cont .list {
    display: none;
    margin-right: -20px;
}
.product-block .product-tab-cont li {
    float: left;
    width: 25%;
    padding: 20px 20px 0 0;
}
.product-block .product-tab-cont .list.active {
    display: block;
}
.product-block .product-tab-cont a {
    position: relative;
    display: block;
    background: #fff;
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
}
.product-block .product-tab-cont .list.active a {
    animation: zoomIn .5s ease 0s 1 forwards;
}
.product-block .product-tab-cont a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #00a0e9;
    transform: scaleX(0);
    content: '';
    transform-origin: 100% 50%;
    transition: transform .3s;
}
.product-block .product-tab-cont .whole-pic {
    padding-bottom: 100%;
    border-bottom: 1px solid #f5f5f5;
}
.product-block .product-tab-cont .label-list {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.product-block .product-tab-cont .icon-list {
    position: absolute;
    top: 12px;
    right: 20px;
    z-index: 2;
}
.product-block .product-tab-cont .icon-list .icon {
    float: right;
    width: 24px;
    height: 24px;
    margin-left: 10px;
    background: url(../img/icon.png) 0 -50px no-repeat;
}
.product-block .product-tab-cont .icon-list .icon.icon3 {
    background-position-x: -25px;
}
.product-block .product-tab-cont .icon-list .icon.icon4 {
    background-position-x: -50px;
}
.product-block .product-tab-cont .label-list label {
    float: left;
    padding: 0 10px;
    height: 24px;
    margin-left: 20px;
    background: #00a0e9;
    color: #fff;
    text-align: center;
    line-height: 24px;
}
.product-block .product-tab-cont .cont {
    padding: 18px 20px 30px;
}
.product-block .product-tab-cont .title {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .3s;
}
.product-block .product-tab-cont .info {
    height: 72px;
    margin: 10px 0 15px;
    line-height: 24px;
    color: #666;
    display: -webkit-box;
    /*-webkit-box-orient: vertical;*/
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.product-block .product-tab-cont .more-btn {
    width: 100px;
    height: 36px;
    line-height: 36px;
}
.product-block .product-tab-cont .more-btn:after {
    background: #f8f8f8;
}
.product-block .product-tab-cont a:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.product-block .product-tab-cont a:hover .img {
    transform: scale(1.05);
}
.product-block .product-tab-cont a:hover .title {
    color: #00a0e9;
}
.product-block .product-tab-cont a:hover .more-btn {
    color: #fff;
}
.product-block .product-tab-cont a:hover .more-btn:before {
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.product-block .product-tab-cont a:hover:after {
    transform: scaleX(1);
    transform-origin: 0 50%;
}

.case-block .list {
    padding: 0 20px;
}
.case-block .list li {
    float: left;
    width: 25%;
    padding: 0 10px 25px;
    text-align: center;
    font-size: 16px;
}
.case-block .list a {
    display: block;
    color: #333;
}
.case-block .list .title {
    padding-top: 20px;
    transition: color .3s;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.case-block .list .whole-pic {
    padding-bottom: 66.66%;
    background: #f8f8f8;
}
.case-block .list .cont {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    left: 0;
	align-items: center;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding-bottom: 45px;
    opacity: 0;
    background: rgba(0, 0, 0, .5);
    transition: opacity .3s;
    color: #fff;
}
.case-block .list .cont:after {
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    border: 1px solid rgba(255, 255, 255, .5);
    content: '';
    pointer-events: none;
}
.case-block .list .cont p {
    transform: translate3d(0, 100%, 0);
    transition: transform .5s;
}
.case-block .list .icon {
    position: absolute;
    top: 33px;
    left: 1px;
    z-index: 2;
    width: 39px;
    height: 39px;
    opacity: 0;
    background: rgba(0, 0, 0, .5);
    transform: translate3d(0, -40px, 0);
    transition: all .5s;
}
.case-block .list .icon:before {
    position: absolute;
    top: 11px;
    left: 19px;
    height: 17px;
    border-left: 1px solid #fff;
    content: '';
}
.case-block .list .icon:after {
    position: absolute;
    top: 19px;
    left: 11px;
    width: 17px;
    border-top: 1px solid #fff;
    content: '';
}
.case-block .list .info {
    font-size: 14px;
    line-height: 24px;
    width: 80%;
}
.case-block .list a:hover .cont {
    opacity: 1;
}
.case-block .list a:hover .cont p {
    transform: translate3d(0, 0, 0);
}
.case-block .list a:hover .img {
    transform: scale(1.05);
}
.case-block .list a:hover .icon {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
.case-block .list a:hover .title {
    color: #00a0e9;
}
.case-block .more-btn {
    margin-top: 20px;
}


.about-block {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f8f8f8;
}
.about-block > * {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.about-block img {
    display: block;
    width: 100%;
}
.about-block .cont-box {
    color: #666;
}
.about-block .cont-box .cont {
	max-width: 100%;
    line-height: 30px;
}


.team-block {
    background: #fff;
}
.team-block .list a {
    display: block;
    background: #f5f5f5;
}
.team-block .whole-pic {
    padding-bottom: 114.28%;
    background: #fff;
	border: 1px solid #f5f5f5;
}
.team-block .whole-pic:after {
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    border: 1px solid rgba(255, 255, 255, .5);
    content: '';
    pointer-events: none;
    opacity: 0;
    transition: opacity .3s;
}
.team-block .team-slider {
    margin-right: -20px;
}
.team-block .list li {
    padding-right: 20px;
}
.team-block .list li:nth-child(1) {
    position: relative !important;
    height: auto !important;
}
.team-block .list .cont {
    padding: 10px 20px 15px;
    transition: background .3s;
}
.team-block .list .cont .title {
    font-weight: 400;
    font-size: 16px;
    color: #333;
	text-align: center;
}
.team-block .list .cont .info {
    color: #666;
}
.team-block .list .cont > * {
    transition: color .3s;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.team-block .list .icon {
    position: absolute;
    top: 33px;
    left: 1px;
    z-index: 2;
    width: 39px;
    height: 39px;
    opacity: 0;
    background: rgba(0, 0, 0, .5);
    transform: translate3d(0, -40px, 0);
    transition: all .5s;
}
.team-block .list .icon:before {
    position: absolute;
    top: 11px;
    left: 19px;
    height: 17px;
    border-left: 1px solid #fff;
    content: '';
}
.team-block .list .icon:after {
    position: absolute;
    top: 19px;
    left: 11px;
    width: 17px;
    border-top: 1px solid #fff;
    content: '';
}
.team-block .list a:hover .icon {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
.team-block .list a:hover .cont {
    background: #00a0e9;
}
.team-block .list a:hover .whole-pic:after {
    opacity: 1;
}
.team-block .list a:hover .img {
    transform: scale(1.05);
}
.team-block .list a:hover .cont * {
    color: #fff;
}
.team-block .team-btn-box {
    padding: 50px 0 100px;
}
.team-block .slider-box span {
    background: #e6e7e9;
}

/***** 新闻中心 *****/
.news-block {
    background: #f8f8f8;
}
.news-block .news-slider {
    margin-right: -35px;
}
.news-block .list li {
    padding: 0 35px 0 0;
}
.news-block .list li:nth-child(1) {
    position: relative !important;
    height: auto !important;
}
.news-block .list li a {
    display: block;
}
.news-block .list .whole-pic {
    background: #f2f2f2;
}
.news-block .list .whole-pic:before {
    display: block;
    padding-bottom: 66.6667%;
    content: '';
}
.news-block .list .whole-pic .img {
    background-size: cover;
    -webkit-transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.news-block .whole-pic:after {
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    border: 1px solid rgba(255, 255, 255, .5);
    content: '';
    pointer-events: none;
    opacity: 0;
    transition: opacity .3s;
}
.news-block .list .icon {
    position: absolute;
    top: 33px;
    left: 1px;
    z-index: 2;
    width: 39px;
    height: 39px;
    opacity: 0;
    background: rgba(0, 0, 0, .5);
    transform: translate3d(0, -40px, 0);
    transition: all .5s;
}
.news-block .list .icon:before {
    position: absolute;
    top: 11px;
    left: 19px;
    height: 17px;
    border-left: 1px solid #fff;
    content: '';
}
.news-block .list .icon:after {
    position: absolute;
    top: 19px;
    left: 11px;
    width: 17px;
    border-top: 1px solid #fff;
    content: '';
}
.news-block .list a:hover .icon {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
.news-block .list .title {
    padding-top: 15px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #333;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-block .list .mobile-time {
    margin-top: 5px;
    font-size: 12px;
    color: #aeaeae;
    font-family: 'Arial';
}
.news-block .list .mobile-time:before {
    margin-right: 5px;
    font-family: 'iconfont';
    content: '\e610';
}
.news-block .list .info {
    height: 72px;
    margin: 15px 0 30px;
    font-size: 14px;
    line-height: 24px;
    color: #888;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.news-block .list .bottom-box {
    display: flex;
    font-size: 14px;
    font-family: 'Arial';
    color: #999;
    transition: color .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.news-block .list .bottom-box .time-box {
    padding-right: 10px;
}
.news-block .list .bottom-box .time-box:before {
    margin-right: 5px;
    font-family: 'iconfont';
    content: '\e610';
}
.news-block .list .bottom-box .border {
    position: relative;
    flex: 1;
}
.news-block .list .bottom-box .border:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    border-top: 1px solid #999;
    content: '';
    transition: width .6s cubic-bezier(0.215, 0.61, 0.355, 1), border .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.news-block .list a:hover .img {
    transform: scale(1.08);
}
.news-block .list a:hover .title {
    color: #00a0e9;
}
.news-block .list a:hover .whole-pic:after {
    opacity: 1;
}
.news-block .list a:hover .bottom-box {
    color: #00a0e9;
}
.news-block .list a:hover .bottom-box .border:before {
    width: 100%;
    border-color: #00a0e9;
}
.news-block .btn-box {
    padding: 60px 0 80px;
    text-align: center;
}
.news-block .moreBtn {
    position: relative;
    display: block;
    width: 200px;
    margin: auto;
}
.news-block .moreBtn .btn {
    position: absolute;
    top: 50%;
    height: 30px;
    margin-top: -15px;
    line-height: 30px;
    color: #e1e1e1;
    font-size: 28px;
    overflow: hidden;
}
.news-block .moreBtn .prev-btn {
    left: -50px;
}
.news-block .moreBtn .prev-btn:after,
.news-block .moreBtn .prev-btn:before {
    display: block;
    font-family: 'iconfont';
    content: '\e60e';
}
.news-block .moreBtn .next-btn {
    right: -50px;
}
.news-block .moreBtn .next-btn:after,
.news-block .moreBtn .next-btn:before {
    display: block;
    font-family: 'iconfont';
    content: '\e60c';
}
.news-block .moreBtn .btn:before {
    transition: margin .3s;
}
.news-block .moreBtn .btn:after {
    color: #555;
}
.news-block .moreBtn .btn:hover:before {
    margin-top: -30px;
}

/***** 品牌 *****/
.brand-block {
    background: #fff;
}
.brand-block .brand-slider {
    margin-right: -20px;
}
.brand-block .brand-slider li {
    padding-right: 20px;
}
.brand-block .brand-slider li:nth-child(1) {
    position: relative !important;
    height: auto !important;
}
.brand-block .brand-slider a {
    position: relative;
    display: block;
    height: 100%;
}
.brand-block .brand-slider .img {
    display: block;
    padding-bottom: 61%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
	border: 1px solid #eee;
}
.brand-block .brand-slider .title {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00a0e9;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    visibility: hidden;
}
.brand-block .brand-btn-box {
    padding: 50px 0 100px;
}
.brand-block .brand-slider a:hover .img {
    visibility: hidden;
}
.brand-block .brand-slider a:hover .title {
    visibility: visible;
    animation-name: flipInY;
    animation-duration: 1s;
    animation-fill-mode: both
}
.brand-block .slider-container .arrow-btn {
    margin-top: -20px;
}
@media screen and (min-width: 541px) {
    .about-block .section-head {
        padding-top: 0;
    }
    .about-block .more-btn.block-btn {
        margin-bottom: 0;
    }
    .about-block .cont-box {
        padding: 20px 80px;
    }
}
@media screen and (max-width: 540px) {
    .section-block {
        padding-bottom: 35px;
    }
    .section-block .section-head {
        padding-top: 35px;
        padding-bottom: 20px;
    }
    .section-block .section-head .title {
        font-size: 20px;
        line-height: 1;
    }
    .more-btn.block-btn {
        margin: 34px auto 30px;
    }

    .banner .btn-box {
        bottom: 5px;
    }
    .banner .btn-box span {
        width: 10px;
        height: 10px;
        border-radius: 5px;
    }
    .banner .btn-box span.active {
        width: 28px;
    }
    .banner .con .title {
        font-size: 30px;
    }
    .banner .con .info {
        font-size: 24px;
    }

    .service-block {
        display: block;
        height: auto;
    }
    .service-block dl {
        width: 88%;
        margin: auto;
    }
    .service-block dd:after,
    .service-block:after {
        display: none;
    }
    .service-block dd {
        width: 33.33%;
        padding: 6px 0;
    }
    .service-block .info {
        margin-top: 3px;
    }
    .service-block .icon {
        width: 60px;
        height: 60px;
        border-width: 2px;
        line-height: 56px;
    }

    .a-d-block {
        padding-top: 35px;
        padding-bottom: 40px;
    }
    .a-d-block .list {
        margin-right: -15px;
    }
    .a-d-block .list li {
        padding-right: 15px;
        padding-top: 15px;
		width: 100%;
    }
    .a-d-block .list li:nth-child(1),
    .a-d-block .list li:nth-child(2) {
        padding-top: 0;
    }

    .product-block .section-head {
        background: #f8f8f8;
    }
    .product-block .product-tab:after {
        display: none;
    }
    .product-block .product-tab .container {
        padding: 0;
    }
    .product-block .product-tab li {
        height: 70px;
    }
    .product-block .product-tab li .pic {
        line-height: 40px;
        font-size: 36px;
        margin-bottom: 5px;
    }
    .product-block .product-tab li .box {
        font-size: 14px;
    }
    .product-block .product-tab-cont li {
        width: 50%;
        padding: 15px 15px 0 0;
    }
    .product-block .product-tab-cont .list {
        margin-right: -15px;
    }
    .product-block .product-tab-cont .cont {
        padding: 11px 15px 20px;
    }
    .product-block .product-tab-cont .info {
        height: 66px;
        margin: 6px 0 10px;
        line-height: 22px;
    }
    .product-block .product-tab-cont .icon-list {
        right: 10px;
    }
    .product-block .product-tab-cont .icon-list .icon {
        margin-left: 6px;
    }

    .case-block {
        padding-left: 5%;
        padding-right: 5%;
    }
    .case-block .list {
        margin-left: -7px;
        margin-right: -7px;
        padding: 0;
    }
    .case-block .list li {
        width: 50%;
        padding: 0 7px 0;
    }
    .case-block .list .title {
        padding: 12px 0 15px;
    }
    .case-block .more-btn {
        margin-top: 15px;
    }

    .about-block {
        display: block;
    }
    .about-block > * {
        width: 100%;
    }
    .about-block .cont-box .cont {
        line-height: 24px;
    }

    .team-block .team-slider {
        margin-top: -15px;
        margin-right: -15px;
    }
    .team-block .team-slider .list {
        width: 100% !important;
        transform: translate3d(0, 0, 0) !important;
    }
    .team-block .list li {
        float: left;
        position: static !important;
        width: 50% !important;
        height: auto !important;
        padding: 15px 15px 0 0;
    }
    .team-block .list li.js-copy-node {
        display: none;
    }
    .team-block .list .cont {
        padding: 6px 14px 10px;
    }


    .news-block .news-slider {
        margin: 0;
    }
    .news-block .list {
        width: 100% !important;
        padding: 0;
        transform: none !important;
    }
    .news-block .list:before {
        display: none;
    }
    .news-block .list li {
        position: relative !important;
        left: 0 !important;
        float: none;
        width: 100%;
        border-bottom: 1px solid #e6e6e6;
    }
    .news-block .list li .title {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 1.5;
        white-space: normal;
        word-break: normal;
    }
    .news-block .list li.js-copy-node {
        display: none;
    }
    .news-block .list li.first-node {
        padding: 0 0 10px !important;
    }
    .news-block .list li.first-node .title {
        padding-top: 5px;
    }
    .news-block .list li.first-node .mobile-time {
        margin-top: 2px;
    }
    .news-block .list li:not(.first-node) {
        padding: 12px 0 !important;
    }
    .news-block .list li:not(.first-node) .title {
        padding-top: 0;
    }
    .news-block .list li:not(.first-node) .whole-pic {
        float: right;
        width: 130px;
    }
    .news-block .list li:not(.first-node) .cont {
        margin-right: 140px;
    }
    .news-block .list .icon,
    .news-block .whole-pic:after {
        display: none;
    }

    .brand-block .brand-slider {
        margin-top: -15px;
        margin-right: -15px;
    }
    .brand-block .brand-slider .list {
        width: 100% !important;
        transform: translate3d(0, 0, 0) !important;
    }
    .brand-block .list li {
        float: left;
        position: static !important;
        width: 50% !important;
        height: auto !important;
        padding: 15px 15px 0 0;
    }
    .brand-block .list li.js-copy-node {
        display: none;
    }
}

@keyframes mouse-dot {
    from { opacity: 0; }
    33% { opacity: 1; }
    to { transform: translateY(15px); -webkit-transform: translateY(15px); opacity: 0; }
}
@-webkit-keyframes mouse-dot {
    from { opacity: 0; }
    33% { opacity: 1; }
    to { transform: translateY(15px); -webkit-transform: translateY(15px); opacity: 0; }
}


.ie .case-block .list .cont {
	display: none;
	visibility: hidden;
}
.ie .case-block .list a:hover .cont {
	display: block;
	visibility: visible;
	background: #000;
}
.ie .about-block > * {
	float: left;
}
.ie .team-block .team-slider .list {
	height: 400px;
}
.ie .news-block .news-slider .list {
	height: 500px;
}
.ie .brand-block .brand-slider .list {
	height: 120px;
}
.ie .service-block .section-head {
	float: left;
	width: 14.2%;
}
.ie .service-block dl {
	float: left;
	width: 85.8%;
}
.ie .service-block dd {
	width: 16.6%;
}
.ie .service-block {
	padding-top: 35px;
}
.ie .product-block .product-tab li .box {
	padding-top: 30px;
}