.banner {
    width: 100%
}

.banner .swiper-pagination {
    bottom: 15px;
    position: absolute;
    z-index: 9999
}

.banner .swiper-pagination-bullet:after {
    border-width: 2px
}

.banner .swiper-pagination-bullet {
    opacity: 1;
    margin: 0 8px!important
}

.tab-item {
    background: #fff;
    z-index: 2;
    box-shadow: 0 0 26px -8px #acacac
}

.tab-list {
    width: 33.33%;
    padding: 22px 0;
    text-align: center;
    border-right: 1px solid #d0d0d0;
    position: relative;
    overflow: hidden
}

.tab-list .mobile {
    display: none
}

.tab-list:last-child {
    border-right: 0
}

.tab-list:nth-child(1) {
    transition-delay: .3s
}

.tab-list:nth-child(1):after {
    background: #000
}

.tab-list:nth-child(2) {
    transition-delay: .5s
}

.tab-list:nth-child(2):after {
    background: #e80000
}

.tab-list:nth-child(2) .t-mask {
    left: -114px
}

.tab-list:nth-child(3) {
    transition-delay: .6s
}

.tab-list:nth-child(3):after {
    background: #ffcc01
}

.tab-list:nth-child(3) .t-mask {
    left: -156px
}

.tab-list:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px
}

.product_cat li{ width:16.66%; float:left; text-align:center; font-size:16px; padding:12px 0 16px; line-height:180%; position:relative;}
.product_cat li a{ color:#154a9a; font-weight:bold; }
.product_cat li a:hover{ color:#F00;}
.product_cat li:after{ content: ''; border-left: 1px solid #ccc; height:60%; position:absolute; right:-2px; top:35px;}

@media (min-width: 1200px) {
    .tab-list:hover .t-mask {
        width:450px;
        height: 450px;
        border-radius: 0;
        left: 0
    }

    .tab-list:hover .desc {
        transform: translateX(-190px)
    }

    .tab-list:hover .desc p {
        color: #fff
    }

    .tab-list:hover .desc span {
        color: #fff
    }

    .tab-list:hover i {
        opacity: 0;
        transition: .2s
    }
}

.tab-list i {
    width: 78px;
    height: 78px;
    transition: opacity .8s .6s
}

.tab-list .t-mask {
    width: 76px;
    height: 76px;
    top: 0;
    left: -120px;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    border-radius: 50%;
    transition: .8s;
    z-index: -1
}

.tab-list .desc {
    text-align: left;
    margin-left: 25px;
    transition: .8s
}

.tab-list .desc p {
    font-size: 20px;
    color: #444;
    transition: .8s
}

.tab-list .desc span {
    font-size: 14px;
    color: #d0d0d0;
    font-family: Arial;
    transition: .8s
}

.product {
	background:#f7f7f7;
	padding:50px 2% 0;
    overflow: hidden;
}

.product .tit{
	font-size:24px;
	font-weight:bold;
	text-align:center;
	border-bottom:1px solid #ccc;
	margin-bottom:40px;
	
}
.product .tit p{
	width:120px;
	margin:0 auto -1px;
	padding-bottom:20px;
	border-bottom:1px solid #ff0000;
}
.product .tit span{
	color:#666666;
	font-size:18px;
}

.product .swiper-container {
}

.product .swiper-pagination {
    padding: 10px 0
}

.product .swiper-pagination-bullet:before {
    background: #d8d8d8
}

.product .swiper-pagination-bullet-active:before {
    background: #ff0000
}
.product .swiper-pagination-bullet:after {
	border: 1px solid #ff0000;
	}
.product .more {
    margin: 50px 0 67px
}

.product-list {
    padding: 0 16px 40px 16px;
    background: #fff;
    transition: transform cubic-bezier(.215,.61,.355,1) .8s,box-shadow .8s;
    -ms-transition: transform cubic-bezier(.215,.61,.355,1) .8s,box-shadow .8s;
    -o-transition: transform cubic-bezier(.215,.61,.355,1) .8s,box-shadow .8s;
    -webkit-transition: transform cubic-bezier(.215,.61,.355,1) .8s,box-shadow .8s;
    -moz-transition: transform cubic-bezier(.215,.61,.355,1) .8s,box-shadow .8s
}

@media (min-width: 640px) {
    .product-list:hover {
        transform:scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        box-shadow: 0 3px 21px -7px #000
    }

    .product-list:hover .more {
        opacity: 1;
        filter: blur(0);
        transform: translateY(0)
    }

    .product-list:hover .pro:after {
        width: 100%
    }

    .product-list:hover .desc p {
        color: #000;
		font-weight:bold;
    }

    .product-list:hover img {
        transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1)
    }
}

.product-list .pro {
    height: 360px;
    text-align: center;
    border-bottom: 1px solid #e3e3e3;
    line-height: 360px;
    overflow: hidden;
    position: relative
}

.product-list .pro img {
    width: auto
}

.product-list .pro:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0%;
    background: #ff0000;
    transition: ease .6s
}

.product-list .pro img {
	max-width: 100%;
    max-height: 360px;
    transition: transform cubic-bezier(.215,.61,.355,1) .8s;
    -ms-transition: transform cubic-bezier(.215,.61,.355,1) .8s;
    -o-transition: transform cubic-bezier(.215,.61,.355,1) .8s;
    -webkit-transition: transform cubic-bezier(.215,.61,.355,1) .8s;
    -moz-transition: transform cubic-bezier(.215,.61,.355,1) .8s
}

.product-list .desc {
    margin-top: 20px
}

.product-list .desc p {
    font-size: 16px;
    color: #444;
    margin-bottom: 10px;
    position: relative;
	display:block;overflow:hidden; white-space:nowrap; text-overflow:ellipsis;
}

.product-list .desc p:after {
    content: '';
    float: right;
    width: 22px;
    height: 9px;
    background: url(../images/icon4.png) no-repeat center
}

.product-list .desc span {
    color: #999;
    font-size: 14px
}

.product-list .more {
    width: 66px;
    height: 66px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -33px;
    margin-top: -33px;
    background: url(../images/more.png) no-repeat center;
    opacity: 0;
    filter: blur(4px);
    transform: translateY(20px);
    transition: ease .6s
}

.techo {
    text-align: center;
    overflow: hidden;
    border-top: 1px solid #c6c6c6
}

.techo .mobile {
    display: none
}

.techo p {
    width: 1020px;
    max-width: 100%;
    margin: 50px auto 75px;
    font-size: 14px;
    color: #666;
    line-height: 30px
}

.techo .more {
    margin: 70px 0 100px
}

.process-item {
    position: relative
}

.process-list {
    position: relative;
    z-index: 2
}

.process-list:nth-child(1) {
    left: 155px;
    z-index: 4
}

.process-list:nth-child(2) {
    left: 80px;
    transition-delay: 150ms;
    z-index: 3
}

.process-list:nth-child(2) .pro2 {
    left: 36px;
    top: 74px
}

.process-list:nth-child(3) {
    transition-delay: .3s
}

.process-list:nth-child(3) .pro2 {
    left: 36px;
    top: 93px
}

.process-list:nth-child(4) {
    transition-delay: 450ms;
    left: -80px;
    z-index: 1
}

.process-list:nth-child(5) {
    transition-delay: .6s;
    left: -160px;
    z-index: 0
}

.process-list:nth-child(6) {
    transition-delay: .8s;
    left: -194px
}

.process-list:nth-child(6) .desc {
    width: 100px;
    bottom: -347px
}

.process-list:nth-child(6) .desc:before {
    height: 100px;
    top: -109px
}

.process-list .pro {
    position: relative
}

.process-list .pro2 {
    position: absolute;
    left: 7px;
    top: 55px;
    z-index: 11
}

.process-list .desc {
    position: absolute;
    left: 0;
    bottom: -108px
}

.process-list .desc:before {
    content: '';
    width: 1px;
    height: 30px;
    background: #d5d5d5;
    position: absolute;
    left: 50%;
    top: -41px
}

.process-list .desc .num {
    display: inline-block;
    width: 37px;
    height: 37px;
    line-height: 35px;
    font-size: 20px;
    color: #ef8200;
    border: 1px solid #ef8200;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 15px
}

.process-list .desc span {
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 20px
}

.cross {
    width: 1153px;
    position: absolute;
    top: 56%;
    transform: translate(-50%,-50%);
    z-index: 10;
    left: 45%;
    transition: cubic-bezier(.4,0,.2,1) 1s;
    -ms-transition: cubic-bezier(.4,0,.2,1) 1s;
    -o-transition: cubic-bezier(.4,0,.2,1) 1s;
    -webkit-transition: cubic-bezier(.4,0,.2,1) 1s;
    -moz-transition: cubic-bezier(.4,0,.2,1) 1s
}

.cross>div {
    overflow: hidden;
    width: 0;
    transition: cubic-bezier(.4,0,.2,1) 1.3s;
    -ms-transition: cubic-bezier(.4,0,.2,1) 1.3s;
    -o-transition: cubic-bezier(.4,0,.2,1) 1.3s;
    -webkit-transition: cubic-bezier(.4,0,.2,1) 1.3s;
    -moz-transition: cubic-bezier(.4,0,.2,1) 1.3s;
    transition-delay: .8s
}

.cross.scroll-watch-in-view>div {
    width: 100%
}

.point {
    width: 100%;
    height: 1px;
    position: absolute!important;
    top: 0;
    z-index: 11
}

.point .point-box {
    position: relative;
    height: 1px;
    width: 816px;
    margin: 0 auto
}

.point .point1 {
    position: absolute;
    top: 60px;
    left: 4px
}

.point .point2 {
    position: absolute;
    top: 79px;
    left: 183px;
    transition-delay: .2s
}

.point .point3 {
    position: absolute;
    top: 94px;
    left: 330px;
    transition-delay: .3s
}

.process-gif img {
    max-width: 100%
}

.create {
    font-size: 0;
    position: relative;
}
.create .swiper-pagination-bullet:before {
    background: #ff0000;
}
.create .swiper-pagination-bullet-active:before {
    background: #ff0000
}
.create .swiper-pagination-bullet:after {
	border: 1px solid #ff0000;
	}

.create .title {
    margin-top: 0;
    margin-bottom: 50px;
    font-weight: lighter
}

.create .more {
    text-align: right;
    margin-top: 50px
}

.create .more a {
    text-align: center
}

.create .left {
    width: 50%;
	padding:0 2%;
}

.create .left .swiper-container {
}

.create .left .desc {
    font-size: 14px;
    color: #666;
    line-height: 24px
}

.create .right {
    float: right;
    width: 50%
}

.create .right .swiper-pagination-bullet {
    opacity: 1;
    margin: 0 2px
}

.create .right .swiper-pagination-bullet:after {
    border-width: 2px
}

.create .right .swiper-pagination {
    position: absolute;
    text-align: left;
    bottom: 70px;
    left: 40px
}

.right-list {
    height: calc(.4 * 100vw)
}

.right-list .pic {
    opacity: 0;
    background-size: cover;
    transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    background-position: center
}

.left-page {
    position: absolute;
    bottom: 88px;
	width:50%;
	padding:0 0 0 2%;
}

.left-page .swiper-pagination-bullet {
    opacity: 1;
    width: auto;
    height: auto;
    background: #fff;
    border-radius: 0;
    margin: 0;
    padding: 0 8px;
	width:33.333%;
}

.left-page .swiper-pagination-bullet:before {
    display: none
}

.left-page .swiper-pagination-bullet a {
    transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s
}

.left-page .swiper-pagination-bullet a .img{
	width:40px;
	height:37px;
	float:left;
	margin-right:15px;
	
}
.left-page .swiper-pagination-bullet a .img1{
	background:url(../images/icon/pro-img-4-1.png) center center no-repeat;
	
}
.left-page .swiper-pagination-bullet a .img2{
	background:url(../images/icon/pro-img-7-1.png) center center no-repeat;
	
}
.left-page .swiper-pagination-bullet a .img3{
	background:url(../images/icon/pro-img-7-4.png) center center no-repeat;
	
}
.left-page .swiper-pagination-bullet a span{ color:#999999; font-size:12px;}

.left-page .swiper-pagination-bullet:last-child {
    border-right: 0
}

.left-page .swiper-pagination-bullet:after {
    display: none
}

.left-page .swiper-pagination-bullet.swiper-pagination-bullet-active a {
    color: #ff0000;
    font-size: 16px
}

.left-page .swiper-pagination-bullet.swiper-pagination-bullet-active a span{color: #ff0000;}

.left-page .swiper-pagination-bullet.swiper-pagination-bullet-active .img1{
	background:url(../images/icon/pro-img-4-1-h.png) center center no-repeat;
}
.left-page .swiper-pagination-bullet.swiper-pagination-bullet-active .img2{
	background:url(../images/icon/pro-img-7-1-h.png) center center no-repeat;
}
.left-page .swiper-pagination-bullet.swiper-pagination-bullet-active .img3{
	background:url(../images/icon/pro-img-7-4-h.png) center center no-repeat;
}

.left-page a {
    font-size: 16px;
    color: #666
}

.advantages{ background:#f7f7f7; padding:70px 0 135px;}
.advantages .tit{ font-size:12px; color:#999; margin-bottom:70px; padding:0 2%;}
.advantages .tit p{ font-size:24px; color:#333;}
.advantages .tit span{ font-size:48px; float:left; color:#ff0000; line-height:48px; margin-right:10px;}
.advantages ul li{ width:20%; float:left; text-align:center; cursor:pointer;}
.advantages ul li .img{ border:1px solid #909090; height:110px; width:110px; border-radius:50%; margin:0 auto;}
.advantages ul li .img1{ background:url(../images/icon/pro-img-7-1.png) center center no-repeat;}
.advantages ul li .img2{ background:url(../images/icon/pro-img-5-4.png) center center no-repeat;}
.advantages ul li .img3{ background:url(../images/icon/pro-img-7-2.png) center center no-repeat;}
.advantages ul li .img4{ background:url(../images/icon/pro-img-7-6.png) center center no-repeat;}
.advantages ul li .img5{ background:url(../images/icon/pro-img-3-1.png) center center no-repeat;}
.advantages ul li p{ font-size:18px; color:#333; margin-top:30px; margin-bottom:10px;}
.advantages ul li span{ font-size:14px; color:#999;}
.advantages ul li:hover .img{ background:#ff0000;  border:1px solid #ff0000; position:relative;}
.advantages ul li:hover .img:before{animation: serv_one_border .9s 0s ease 1;
    -webkit-animation: serv_one_border .9s 0s ease 1;
    -moz-animation: serv_one_border .9s 0s ease 1;
    -o-animation: serv_one_border .9s 0s ease 1;content: " "; display: block; border:1px solid #ff0000; height:100px; width:100px; border-radius:50%; position:absolute; left:5px; top:5px;}
.advantages ul li:hover .img:after{animation: serv_one_border .9s 0s ease 1;
    -webkit-animation: serv_one_border .9s 0s ease 1;
    -moz-animation: serv_one_border .9s 0s ease 1;
    -o-animation: serv_one_border .9s 0s ease 1;content: " "; display: block; border:1px solid #ff0000; height:110px; width:110px; border-radius:50%; position:absolute; left:-1px; top:-1px;}
.advantages ul li:hover .img1{ background:#ff0000 url(../images/icon/pro-img-7-1-w.png) center center no-repeat;}
.advantages ul li:hover .img2{ background:#ff0000 url(../images/icon/pro-img-5-4-w.png) center center no-repeat;}
.advantages ul li:hover .img3{ background:#ff0000 url(../images/icon/pro-img-7-2-w.png) center center no-repeat;}
.advantages ul li:hover .img4{ background:#ff0000 url(../images/icon/pro-img-7-6-w.png) center center no-repeat;}
.advantages ul li:hover .img5{ background:#ff0000 url(../images/icon/pro-img-3-1-w.png) center center no-repeat;}

.application .tit{ font-size:12px; color:#999; margin-bottom:20px; padding:80px 2% 0;}
.application .tit p{ font-size:24px; color:#333;}
.application .tit span{ font-size:48px; float:left; color:#ff0000; line-height:48px; margin-right:10px;}
.application .tit a{ float:right; border:1px solid #ccc; padding:5px 10px; color:#ccc; margin-top: -20px;}
.application .dec{ font-size:14px; color:#999; padding:0 2%; margin-bottom:130px;}
.application .img{ background:#f7f7f7; padding-bottom:60px; border-bottom:1px solid #cccccc;}
.application .img ul{}
.application .img ul li{ float:left; width:29.333%; padding:35px; margin:0 2%; background:#FFF;box-shadow: 0 3px 16px -7px #000; margin-top:-95px; border-radius:10px;}
.application .img ul li img{ width:100%;}
.application .img ul li p{ font-size:18px; text-align:center; padding:20px 0 15px; color:#333;}
.application .img ul li span{ font-size:14px; color:#999; display:block; height:57px; overflow:hidden;}
.application .img ul li div{ margin-top:25px; line-height:26px; font-size:14px; color:#999;}
.application .img ul li div a{ float:right; width:28px; height:28px; color:#666666; border:1px solid #d8d8d8; border-radius:50%; text-align:center; font-size:14px;}

.video {
    position: relative;
    overflow: hidden
}

.video .fengmian {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer
}

.video .fengmian .pro {
    position: absolute;
    z-index: 1;
    transition: 6s;
    -ms-transition: 6s;
    -o-transition: 6s;
    -webkit-transition: 6s;
    -moz-transition: 6s
}

.video:hover .play-icon i {
    transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px)
}

.video:hover .play-icon p {
    opacity: 1;
    transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px)
}

.video:hover .pro {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05)
}

.video .play-icon {
    position: absolute;
    width: 400px;
    height: 70px;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -200px;
    z-index: 11
}

.video .play-icon i {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/play-icon.png) no-repeat center;
    transition: ease .6s;
    -ms-transition: ease .6s;
    -o-transition: ease .6s;
    -webkit-transition: ease .6s;
    -moz-transition: ease .6s
}

.video .play-icon p {
    margin-top: 40px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    transition: ease .6s;
    -ms-transition: ease .6s;
    -o-transition: ease .6s;
    -webkit-transition: ease .6s;
    -moz-transition: ease .6s;
    opacity: 0
}

.video-lp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto
}

.v-mask:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5)
}

.news {
    font-size: 0;
	background:#f7f7f7;
    padding: 80px 2% 60px;
}

.news .tit{
	font-size:24px;
	color:#666;
	margin-bottom:30px;
}
.news .tit a{color:#666;}
.news .tit .a{
	margin-top:2px;
	float: right;
    width: 28px;
    height: 28px;
	line-height:26px;
    color: #666666;
    border: 1px solid #d8d8d8;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
}

.news:hover .logen i:after {
    height: 100%
}

.news .title {
    color: #022f5d;
    text-align: left
}

.news .title .line {
    margin-bottom: 10px
}

.news .logen {
    width: 5%;
    text-align: center
}

.news .logen span {
    display: block;
    font-size: 48px;
    width: 100%;
    word-break: break-all;
    font-family: Arial;
    writing-mode: tb-lr;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    color: #e9e9e9;
    float: left
}

.news .logen i {
    margin-top: 20px;
    display: inline-block;
    width: 1px;
    height: 156px;
    background: #e9e9e9;
    position: relative
}

.news .logen i:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    background: #ef8200;
    top: 0;
    left: 0;
    transition: ease .6s;
    -ms-transition: ease .6s;
    -o-transition: ease .6s;
    -webkit-transition: ease .6s;
    -moz-transition: ease .6s
}

.news .more {
    margin: 83px 0 105px
}

.news-left {
    padding: 35px 40px;
    width: 41%;
    background: #fff;
}

.news-left .time {
    font-size: 30px;
    color: #b1b1b1;
    font-family: HNT;
    margin-bottom: 30px
}

.news-left h3 {
    font-size: 16px;
    color: #333;
	font-weight:bold;
}
.news-left span{ font-size:14px; float:right; font-weight:normal;}

.news-left p {
    font-size: 14px;
    color: #666;
    margin: 20px 0 0;
    line-height: 25px;
    position: relative;
    max-height: 75px;
    overflow: hidden
}

/*.news-left p:before {
    content: '';
    width: 1px;
    height: 100%;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 0;
    background: #d3d3d3
}*/

.news-left .pro {
	margin-bottom:20px;
    overflow: hidden
}

.news-left .pic {
    width: 100%;
    height: 280px;
    transition: transform cubic-bezier(.215,.61,.355,1) .8s;
    -ms-transition: transform cubic-bezier(.215,.61,.355,1) .8s;
    -o-transition: transform cubic-bezier(.215,.61,.355,1) .8s;
    -webkit-transition: transform cubic-bezier(.215,.61,.355,1) .8s;
    -moz-transition: transform cubic-bezier(.215,.61,.355,1) .8s
}

.news-left .more2 {
    text-align: left;
    margin-top: 35px
}

.news-left .more2 a {
    text-align: center;
    background: 0 0;
    color: #9d9d9d;
    font-family: Arial;
    border: 1px solid #dadada;
    line-height: 40px
}

.news-left:hover {
    /*box-shadow: 6px 14px 20px -10px #c8c8c8*/
}

.news-left:hover .pic {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1)
}

.news-right {
	padding: 35px 40px 19px;
    width: 56%;
    float: right;
	background:#FFF;
}

.news-list {
    padding: 15px 0;
    border-top: 1px solid #e0dde8;
    transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
    -webkit-transition: .6s;
    -moz-transition: .6s
}

.news-list:first-child {
    border-top: 1px solid #e0dde8
}

.news-list>div {
    transition: ease .6s;
    -ms-transition: ease .6s;
    -o-transition: ease .6s;
    -webkit-transition: ease .6s;
    -moz-transition: ease .6s
}

.news-list:hover {
   /* box-shadow: 0 2px 16px -2px #d9d9d9*/
}

.news-list:hover>div {

    transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px)
}

.news-list:hover h3 {
    /*color: #f6a702*/
}

.news-list:hover h3:before {
    background: #dc3028
}

.news-list h3 {
    color: #494949;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
	font-weight: bold;
    position: relative;
    padding-right: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
    -webkit-transition: .6s;
    -moz-transition: .6s
}

.news-list h3 .date {
    color: #666666;
	font-weight:normal;
    position: absolute;
    top: 1px;
    right: 0;
    line-height: 1
}

.news-list h3:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #cccccc;
    display: inline-block;
    margin: 0 12px 2px 0;
    transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
    -webkit-transition: .6s;
    -moz-transition: .6s
}

.news-list p {
    color: #7f7f7f;
    font-size: 14px;
    line-height: 24px;
    padding-left: 20px;
    transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.news-list .desc {
    position: relative
}

.news-list .icon {
    width: 36px;
    height: 16px;
    position: absolute;
    right: 7px;
    top: 17px;
    background: url(../images/icon.jpg) no-repeat center
}

@media (max-width: 1200px) {
    .tab-list .t-mask {
        display:none
    }

    .process-item {
        display: none
    }

    .techo .mobile {
        display: block;
        width: 10rem
    }

    .techo .more {
        margin: .8rem 0 1.2rem
    }

    .m-process-item {
        margin-top: 1rem;
        margin-left: 1.4rem
    }

    .m-process-list {
        font-size: 20px;
        color: #666;
        width: 50%;
        margin-bottom: .3rem
    }

    .m-process-list:nth-child(2n) span {
        padding-left: .4rem
    }

    .m-process-list span {
        display: block;
        text-align: left
    }

    .create .left {
        width: 100%;
        position: static;
        transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0)
    }

    .create .left .swiper-container {
        width: 80%;
        padding: 1rem 0 0
    }

    .create .right {
        width: 100%;
        float: none
    }

    .create .right .swiper-pagination {
        bottom: 30px;
        left: 0;
        text-align: center
    }

    .left-page {
        position: static;
        width: 80%;
        margin: .4rem auto 1rem
    }

    .video .play-icon i {
        transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px)
    }

    .video .play-icon p {
        opacity: 1;
        transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px)
    }

    .news-left .pic {
        width: 100%;
        height: 1.5rem
    }
}
@media (max-width: 1000px) {
	.application .img ul li { padding:15px;}
}
@media (max-width: 780px) {
	.product_cat li{ width:33.333%; font-size:14px;}
    .m-process-list {
        font-size:18px
    }
	
    .news .logen {
        display: none
    }

    .news-left {
        width: 100%
    }

    .news-right {
        width: 100%;
    }

    .news-left .pic {
        width: 100%;
        height: 3rem
    }

    .product-list .desc span {
        display: block;
        line-height: 18px;
        height: 36px;
        overflow: hidden
    }

    .create .right .swiper-pagination {
        bottom: 15px
    }
}

@media (max-width: 640px) {
    .banner .swiper-pagination {
        bottom:5px
    }
	.application .dec { margin-bottom:30px;}
	.application .img ul{ padding-top:20px;}
	.application .img ul li {
	width: 90%;
    margin: 0 auto 20px;
    float: none;
	}
	.news-left span { display:none;}
	.advantages { padding:30px 0;}
	.advantages ul li { width:96%; float:none; margin:0 auto; margin-bottom:15px; text-align:left;}
	.advantages ul li .img { float:left; margin-right:20px;}
	.advantages ul li p {padding-top: 20px; margin-top:0;}
    .tab-item {
        top: 0;
        box-shadow: none
    }

    .tab-list {
        padding: .3rem 0 .45rem
    }

    .tab-list .mobile {
        display: block
    }

    .tab-list .pc {
        display: none
    }

    .tab-list i {
        background-size: contain!important;
        width: 50px;
        height: 50px;
        text-align: center
    }

    .tab-list .desc {
        text-align: center;
        margin-left: 0;
        display: block;
        line-height: 1
    }

    .tab-list .desc p {
        font-size: 14px;
        margin: 10px 0 3px
    }

    .tab-list .desc span {
        font-family: 'Microsoft YaHei';
        font-weight: lighter;
        font-size: 12px
    }

    .product {
        padding: 1rem .1rem .8rem
    }

    .product .swiper-container {
        padding: 0
    }

    .product .swiper-pagination {
        padding: .3rem 0 0
    }

    .product .more {
        margin: .5rem 0 0
    }

    .product-list .desc span {
        line-height: 20px;
        font-size: 13px;
        height: 40px;
    }

    .product-list {
        padding: 0 .2rem 20px .2rem;
        border-left: .1rem solid #fff;
        border-right: .1rem solid #fff
    }

    .product-list .pro {
        height: 5rem;
        line-height: 5rem
    }

    .product-list .pro img {
        max-height: 4rem
    }

    .product-list .desc p {
        font-size: 14px
    }

    .product-list .desc p:after {
        display: none
    }

    .techo {
        padding: 0 .5rem
    }

    .techo p {
        font-size: 13px;
        margin: .6rem 0 .4rem;
        text-align: justify;
        line-height: 24px
    }

    .techo .mobile {
        margin-left: -.4rem
    }

    .techo .more {
        margin: .5rem 0 1.4rem
    }

    .m-process-item {
        margin-top: 1rem;
        margin-left: 1rem
    }

    .m-process-list {
        font-size: 13px
    }

    .create .left .swiper-container {
        width: 90%;
        padding: 1.5rem 0 1rem
    }

    .create .left .desc {
        font-size: 13px;
        line-height: 24px
    }

    .create .title {
        margin-bottom: .6rem
    }

    .create .more {
        margin-top: .5rem;
        text-align: center
    }

    .right-list {
        height: calc(.6 * 100vw)
    }

    .left-page {
        position: absolute;
        top: calc(60vw);
        bottom: auto;
        width: 100%;
        margin: .5rem auto .5rem
    }

    .video .play-icon i {
        background-size: 40px
    }

    .video .play-icon p {
        margin-top: 10px;
        font-size: 16px;
        color: #dcd9d9
    }

    .video .responsive {
        height: 5.6rem
    }

    .news {
        padding: 1rem 0
    }

    .news .more {
        margin: .5rem 0 0
    }

    .news-left,.news-right {
        padding: .8rem .5rem .8rem
    }

    .news-list {
        padding: .5rem .4rem
    }

    .news-list h3 {
        margin-bottom: 15px;
    }

    .news-list h3 .date {
        top: 5px
    }

    .news-list p {
        height: 50px
    }

    .news-left .pic {
        width: 100%;
        height: 3.6rem
    }

    .news-left p {
        margin: 25px 0;
        font-size: 13px;
        line-height: 24px
    }
}

@media (max-width: 480px) {
    .title {
        font-size:18px
    }

    .title i {
        margin-right: 10px;
        width: 30px;
        height: 21px
    }

    .news-left p {
        margin-top: 10px;
        margin-bottom: 15px
    }

    .news-list h3 {
        margin-bottom: 8px
    }

    .news-list p {
        line-height: 22px;
        height: 44px;
        font-size: 13px
    }

    .create .left .swiper-container {
        padding: 2.3rem 0 1rem
    }
}

@media (max-width: 360px) {
    .m-process-item {
        margin-left:.2rem
    }

    .m-process-list {
        font-size: 12px
    }

    .left-page a {
        font-size: 12px
    }

    .left-page .swiper-pagination-bullet.swiper-pagination-bullet-active a {
        font-size: 12px
    }
}