.yw_list {
	width: 100%;
	display: inline-block;
}

.yw_list a {
	width: 33%;
	float: left
}

.yw_list span {
	font-size: 50px;
	color: #fff;
	background-color: #bfbfbf;
	/* Rotate div */
	transform: rotate(45deg);
	-ms-transform: rotate(9deg);
	/* Internet Explorer */
	-moz-transform: rotate(45deg);
	/* Firefox */
	-webkit-transform: rotate(45deg);
	/* Safari éœï¿½ Chrome */
	-o-transform: rotate(45deg);
	/* Opera */
	padding: 60px;
	margin-bottom: 20px
}

.yw_list_item p {
	font-size: 16px;
	margin-top: 20px
}


.business ul li {
	padding: 0 20px;
	width: 33.33%;
	float: left;
	overflow: hidden;
	vertical-align: bottom;
	display: inline;
}

.business ul li a {
	display: block;
	background: url("../images/img-12.png") no-repeat top center;
	height: 310px;
	text-align: center;
	color: #8c8c8c;
	line-height: 18px;
}

.business ul li a:hover {
	background: url("../images/img-13.png") no-repeat top center;
}

.business ul li a .icon {
	height: 135px;
	padding-top: 67px;
	display: inherit;
	margin-bottom: 80px
}

.business ul li a .icon img {
	display: block;
	margin: 0 auto;
}

.business ul li a .title {
	color: #535353;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
}




.banner {
	width: 100%
}

.banner .swiper-pagination {
	bottom: 90px;
	position: absolute;
	z-index: 9999
}

.banner .swiper-pagination-bullet:after {
	border-width: 2px
}

.banner .swiper-pagination-bullet {
	opacity: 1;
	margin: 0 8px !important
}

.aboutimg img {
	width: 100%;
}

.tab-item {
	background: #fff;
	position: relative;
	top: -64px;
	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
}

@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 {
	overflow: hidden;
	background: url(../images/pro_bg.jpg)
}

.product .swiper-container {
	padding: 20px
}

.product .swiper-pagination {
	padding: 10px 0
}

.product .swiper-pagination-bullet:before {
	background: #d8d8d8
}

.product .swiper-pagination-bullet-active:before {
	background: #c9000a
}

.product .more,.anli .more {
	margin: 50px 0 67px
}

.product-list {
	padding: 16px 16px 40px 16px;
	background: #f6f5f5;
	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: #c9000a
	}

	.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)
	}
}

.hez-list .hez-one {
	height: 100px;
	text-align: center;
	line-height: 100px;
	overflow: hidden;
	position: relative
}

.hez-list .hez-one img {
	width: 100%
}


.product-list .pro {
	height: 260px;
	text-align: center;
	border-bottom: 1px solid #e3e3e3;
	line-height: 260px;
	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: #c9000a;
	transition: ease .6s
}

.product-list .pro img {
	max-height: 360px;
	width: 100%;
	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
}

.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;

}

.techo-t {
	text-align: center;
	clear: both;
}

.techo-t img {
	width: 100%;
}

.techo-tz {
	float: left;
	width: 50%;
	position: relative;
}

.techo-tztext {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1;
	width: 100%;
	height: 80%;
	z-index: 99;
	padding: 10%;
	text-align: left;
	color: #fff;
}

.techo-tztext h1 {
	font-size: 24px;
	font-weight: bold;
}

.techo-tztext h4 {
	font-size: 14px;
	margin-top: 20px;
	line-height: 26px;
	margin-bottom: 20px;
}

.techo-tztext a {
	color: #fff;
	margin-top: 20px;
	font-size: 14px;
	display: block;
}

.techo-tr {
	float: left;
	width: 50%;
}



.techo-tz1 {
	float: left;
	width: 50%;
}

.techo-tr1 {
	float: left;
	width: 50%;
	position: relative;
}

.techo-tr1text {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1;
	width: 100%;
	height: 80%;
	z-index: 99;
	padding: 10%;
	text-align: left;
	color: #fff;
}

.techo-tr1text h1 {
	font-size: 24px;
	font-weight: bold;
}

.techo-tr1text h4 {
	font-size: 14px;
	margin-top: 20px;
	line-height: 26px;
	margin-bottom: 20px;
}

.techo-tr1text a {
	color: #fff;
	margin-top: 20px;
	font-size: 14px;display: block;
}



.font12h {
	font-size: 16px;
	color: #b8b8b8;
	position: relative;
}

.font12h::after {
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -22px;
	height: 20px;
	width: 45px;
	content: "";
	background: url(../images/icon1d.png) no-repeat center;
}

.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: #c9000a;
	border: 1px solid #c9000a;
	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; */
	padding: 0 20px;
	position: relative;
	border-top: 1px solid #c6c6c6
}
.create .title {
	text-align: center;
	/* margin-top: 0;
	margin-bottom: 50px;
	font-weight: lighter */
}
.create .title0{margin-bottom: 20px;margin-top: 20px;font-size: 24px;}
.create .title1 {
	color: #000;
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 30px;
	font-weight: lighter
}

.aboutsj {
	color: #000;
	font-size: 20px;
}

.create .more {
	text-align: left;
	margin-top: 50px
}

.create .more a {
	text-align: center
}

.create .left {
	width: 50%
}

.create .left .swiper-container {
	width: 70%
}

.create .desc {
	font-size: 14px;
	line-height: 24px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
    color: #7c7c7c;
}
.create .desc p{margin-bottom: 0;}
.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(.4647 * 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;
	left: 7.2%
}

.left-page .swiper-pagination-bullet {
	opacity: 1;
	width: auto;
	height: auto;
	background: #fff;
	border-radius: 0;
	margin: 0;
	padding: 0 8px;
	border-right: 1px solid #dfdfdf
}

.left-page .swiper-pagination-bullet:before {
	display: none
}

.left-page .swiper-pagination-bullet a {
	display: inline-block;
	transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s
}

.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: #c9000a;
	font-size: 16px
}

.left-page a {
	font-size: 14px;
	color: #666
}

.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 {
	width: auto;
	height: 100%;
}

.v-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	text-align: center;
	display: flex;
	flex: 1;
	justify-content: center;
}

.v-mask:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	/*background: rgba(0, 0, 0, .5)*/
}

.anli {
	font-size: 0;
	padding: 55px 0 0;
	margin-bottom: 50px;
}

.anli .title1 {
	color: #000;
	text-align: center;
	font-size: 36px;
}

.hez {
	font-size: 0;
	padding: 55px 0 0;
	margin-bottom: 50px;
}

.hez .title1 {
	color: #000;
	text-align: center;
	font-size: 36px;
}



.news {
	font-size: 0;
	padding: 55px 0 0;
	background: url(../images/news_bg.jpg);
}

.news:hover .logen i:after {
	height: 100%
}

.news .title {
	color: #022f5d;
	text-align: left
}

.news .title1 {
	color: #000;
	text-align: center;
	font-size: 36px;
}



.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: #c9000a;
	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: 60px 45px 90px;
	width: 41%;
	background: #f3f3f3
}

.news-left .time {
	font-size: 30px;
	color: #b1b1b1;
	font-family: HNT;
	margin-bottom: 30px
}

.news-left h3 {
	font-size: 18px;
word-break: break-all;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
	    overflow: hidden;
	color: #333
}

.news-left p {
	font-size: 14px;
	color: #666;
	margin: 40px 0;
	line-height: 25px;
	padding-left: 15px;
	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 {
	display: inline-block;
	overflow: hidden
}

.news-left .pic {
	width: 401px;
	height: 178px;
	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 {
	width: 51.3%;
	padding-left: 5.7%
}

.news-list {
	padding: 25px 20px;
	border-bottom: 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: #c9000a
}

.news-list:hover h3:before {
	background: #c9000a
}

.news-list h3 {
	color: #494949;
	font-size: 18px;
	margin-bottom: 20px;
	display: block;
	position: relative;
	padding-right: 60px;
	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 {
	font-family: HNT;
	font-size: 22px;
	color: #919191;
	position: absolute;
	top: 1px;
	right: 0;
	line-height: 1
}

.news-list h3:before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #494949;
	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;
	width: 80%;
	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
}


.data-item {
	font-size: 0;
	text-align: center;
	margin: 50px 0 50px
}

.data-list {
	border-right: 1px solid #e1e1e1;
	text-align: left;
	padding: 0 43px;
}

.data-list:last-child {
	border-right: 0;
	padding-right: 0
}

.data-list:first-child {
	padding-left: 0
}

.data-list span {
	font-size: 48px;
	display: inline-block;
	color: transparent;
	line-height: 1;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: -webkit-linear-gradient(#004287, #0089d2);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

}

.data-list span.spanred {
	background-image: -webkit-linear-gradient(#c9050a, #e86802);

}

.data-list span.spanlv {
	background-image: -webkit-linear-gradient(#0d934a, #40a73a);

}



.data-list i {
	font-size: 16px;
	margin-left: 8px;
	color: #333
}

.data-list p {
	margin-top: 10px;
	font-size: 16px;
	color: #999;
	margin-bottom: 0;
}

@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: 3.2rem;
		height: 1.5rem
	}
}

@media (max-width:780px) {
	.anli .title1 {
		font-size: 18px
	}

	.news .title1 {
		font-size: 18px
	}

	.hez .title1 {
		font-size: 18px
	}

	.m-process-list {
		font-size: 18px
	}

	.news .logen {
		display: none
	}

	.news-left {
		width: 100%
	}

	.news-right {
		width: 100%;
		padding-left: 0
	}

	.news-left .pic {
		width: 8rem;
		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) {
	.business ul li {
		padding: 0 20px;
		width: 330px;
		float: left;
		overflow: hidden;
		vertical-align: bottom;
		display: inline;
	}

	.anli .title1 {
		font-size: 18px
	}

	.news .title1 {
		font-size: 18px
	}

	.hez .title1 {
		font-size: 18px
	}

	.data-item {
		margin: .88rem 0
	}

	.data-list {
		padding: 0 .2rem
	}

	.data-list span {
		font-size: .6rem;
		background-size: contain !important
	}

	.data-list p {
		font-size: 10px;
		margin-top: 5px;
		line-height: 1
	}

	.techo-tz {
		float: left;
		width: 100%;
		position: relative;
	}

	.techo-tztext {
		position: absolute;
		left: 0;
		top: 0;
		opacity: 1;
		width: 100%;
		height: 80%;
		z-index: 99;
		padding: 5%;
		text-align: left;
		color: #fff;
	}
  .techo-tztext h4{display:none;}

	.techo-tztext h1 {
		font-size: 18px;
		font-weight: bold;margin-bottom: 10px;
	}

	.techo-tztext h4,.techo-tr1text h4{
		   text-overflow: -o-ellipsis-lastline;
		   overflow: hidden;
		   text-overflow: ellipsis;
		   display: -webkit-box;
		   -webkit-line-clamp: 3;
		   line-clamp: 3;
		   -webkit-box-orient: vertical;font-size: 13px;margin-bottom: 10px;
      display:none;
	}

	.techo-tztext a {
		color: #fff;
		margin-top: 10px;
		font-size: 14px;
	}

	.techo-tr {
		float: left;
		width: 100%;
	}



	.techo-tz1 {
		float: right;
		width: 100%;
	}

	.techo-tr1 {
		float: left;
		width: 100%;
		position: relative;
	}

	.techo-tr1text {
		position: absolute;
		left: 0;
		top: 0;
		opacity: 1;
		width: 100%;
		height: 80%;
		z-index: 99;
		padding: 5%;
		text-align: left;
		color: #fff;
	}

	.techo-tr1text h1 {
		font-size: 18px;
		font-weight: bold;margin-bottom: 10px;
	}

	
	.techo-tr1text a {
		color: #fff;
		margin-top: 20px;
		font-size: 14px;
		display: block;
	}






	.banner .swiper-pagination {
		bottom: 20px
	}

	.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;
		display: none;
	}

	.product .more,.anli .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,.create {
		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 .title0 {
		font-size: 18px;
		text-align: left;margin-top: 10px;
	}
.create .title1{font-size: 16px;margin-bottom: 10px;}
	.create .more {
		margin-top: .5rem;
		text-align: center
	}

	.right-list {
		height: calc(.6 * 100vw)
	}

	.left-page {
		position: absolute;
		top: calc(60vw);
		bottom: auto;
		width: 90%;
		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 {
		padding: .8rem .5rem .8rem
	}

	.news-list {
		padding: .5rem .4rem
	}

	.news-list h3 {
		margin-bottom: 15px;
		font-size: 16px
	}

	.news-list h3 .date {
		font-size: 16px;
		top: 5px
	}

	.news-list p {
		height: 50px
	}

	.news-left .pic {
		width: 9rem;
		height: 3.6rem
	}

	.news-left p {
		margin: 25px 0;
		font-size: 13px;
		line-height: 24px
	}
}

@media (max-width:480px) {
	.title {
		font-size: 18px
	}

	.anli .title1 {
		font-size: 18px
	}

	.news .title1 {
		font-size: 18px
	}

	.hez .title1 {
		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: 1.8rem 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: 14px
	}
}

.firend-list li {
	display: inline-block;
	width: 50%;
}

.firend-list li a {
	display: block;
	padding: 10px;
}

.firend-list li img {
	width: 100%;
	height: auto;
}
.techo-tr,.techo-tz1{display: none;}
@media (min-width:641px) {
	.techo-tr,.techo-tz1{display: block;}
	.techo-tztext h1,.techo-tr1text h1{margin-bottom: 0;font-size: 20px;}
	.techo-tztext h4,.techo-tr1text h4{display: none;}
}
@media (min-width:750px) {
	.firend-list li {
		width: 33.33%;
	}
	.techo-tztext h4,.techo-tr1text h4{
		   text-overflow: -o-ellipsis-lastline;
		   overflow: hidden;
		   text-overflow: ellipsis;
		   display: -webkit-box;
		   -webkit-line-clamp:2;
		   line-clamp: 2;
		   -webkit-box-orient: vertical;
	}
	.techo-tztext h1,.techo-tr1text h1{margin-bottom: 10px;font-size: 18px;}
}

@media (min-width:992px) {
	.firend-list li {
		width: 25%;
	}
	.data-item{margin: 30px 0;}
	.data-list span{font-size: 30px;}
	.data-list{padding: 0 30px;}
	.create .container_1390{padding-top: 50px;}
	.techo-tztext h4,.techo-tr1text h4{
		   text-overflow: -o-ellipsis-lastline;
		   overflow: hidden;
		   text-overflow: ellipsis;
		   display: -webkit-box;
		   -webkit-line-clamp: 3;
		   line-clamp: 3;
		   -webkit-box-orient: vertical;
	}
	.techo-tztext h1,.techo-tr1text h1{margin-bottom: 20px;font-size: 20px;}
}

@media (min-width:1200px) {
	/*.firend-list li {
		width: 20%;
	}*/
	.data-list{padding: 0 43px;}
	.data-list span{font-size: 36px;}
	.data-item{margin: 50px 0;}
	.techo-tztext h1,.techo-tr1text h1{margin-bottom: 20px;    font-size: 24px;}
	.techo-tztext h4,.techo-tr1text h4{
		   text-overflow: -o-ellipsis-lastline;
		   overflow: hidden;
		   text-overflow: ellipsis;
		   display: -webkit-box;
		   -webkit-line-clamp: 5;
		   line-clamp: 5;
		   -webkit-box-orient: vertical;
	}
	
}


@media (min-width:1500px) {
	.data-list span{font-size: 48px;}
	.techo-tztext h1,.techo-tr1text h1{margin-bottom: 30px;}
	
}




