.sec1 {
	position: relative;
}

.sec1 .video-box {
	position: relative;
	overflow: hidden;
	height: 51.042vw;
	width: 100%;
}

.sec1 .video-box::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.sec1 video {
	width: 100%;
}

.sec1 .inner {
	position: absolute;
	left: 0;
	right: 0;
}

.sec1 .img-box {
	bottom: 8.875%;
}

.sec1 .img-box .img {
	width: 4.833%;
	position: relative;
}

.sec1 .img-box .img .word {
	position: absolute;
	left: 0;
	top: 0;
	-webkit-animation: sec1imgrotate 5s linear infinite;
	animation: sec1imgrotate 5s linear infinite;
}

@-webkit-keyframes sec1imgrotate {
	0% {
		-webkit-transform: rotate(0deg);
		opacity: .5;
	}

	50% {
		-webkit-transform: rotate(180deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: rotate(360deg);
		opacity: 0.5;
	}
}

@keyframes sec1imgrotate {
	0% {
		transform: rotate(0deg);
		opacity: .5;
	}

	50% {
		transform: rotate(180deg);
		opacity: 1;
	}

	100% {
		transform: rotate(360deg);
		opacity: 0.5;
	}
}

.sec1 .text-box {
	top: 39%;
	opacity: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
	-webkit-transform: translateY(20%);
	transform: translateY(20%);
}

.sec1 .text-box.actived {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.sec1 h3 {
	font-size: 56px;
	color: #f00040;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-left: 1.37%;
	line-height: 1.25;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation: masked 8s linear infinite;
	animation: masked 8s linear infinite;
	display: inline-block;
	vertical-align: top;
	background-image: url(../images/wordcolorchange.png);
}

.sec1 h5 {
	font-size: 24px;
	color: #333;
	line-height: 1.6;
	margin-left: 1.37%;
	font-weight: normal;
}


.sec2 {
	position: relative;
	margin: 5.2% 0;
}

.sec2 .swiper-container {
	width: 100%;
}

.sec2 .swiper-container.img {
	margin-bottom: 3.4%;
}

.sec2 .inner {
	position: relative;
	z-index: 1;
	width: 84%;
	max-width: 84%;
}

.sec2 .text {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 42.0625%;
}

.sec2 .text li {
	padding: 8.9%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(../images/index_sec2_textbg.png);
	background-position: left top;
	background-size: 0% 100%;
	-webkit-transition: background-size 0.5s;
	transition: background-size 0.5s;
	width: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
}

.sec2 .text li.active {
	background-size: 100% 100%;
	z-index: 1;
}

.sec2 .text .logo {
	-webkit-transform: translateX(20%);
	transform: translateX(20%);
	opacity: 0;
	width: 52%;
}

.sec2 .text li.active .logo {
	-webkit-transition: all 1s 0.2s;
	transition: all 1s 0.2s;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

.sec2 .text h5 {
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	line-height: 1.3;
	margin: 5.4% 0;
	-webkit-transform: translateX(20%);
	transform: translateX(20%);
	opacity: 0;
	height: 6.5em;
}

.sec2 .text li.active h5 {
	-webkit-transition: all 1s 0.4s;
	transition: all 1s 0.4s;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

.sec2 .text a {
	font-size: 14px;
	color: #222;
	width: 8em;
	height: 2.5em;
	border-radius: 1.375em;
	background-color: #fff;
	text-align: center;
	-webkit-transform: translateX(20%);
	transform: translateX(20%);
	opacity: 0;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	-webkit-flex-direction: row;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}

.sec2 .text li.active a {
	-webkit-transition: all 1s 0.6s;
	transition: all 1s 0.6s;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

.sec2 .text a img {
	margin-left: 0.625em;
	width: 1.25em;
}

.sec2 .swiper-prev,
.sec2 .swiper-next {
	vertical-align: middle;
	cursor: pointer;
	width: 2%;
}

.sec2 .swiper-pagination {
	position: static;
	display: inline-block;
	vertical-align: middle;
	margin: 0 1.9%;
}

.sec2 .swiper-pagination .swiper-pagination-bullet {
	font-size: 16px;
	color: #333;
	width: auto;
	height: auto;
	border-radius: 0;
	opacity: 1;
	margin-right: 1.1em;
	background-color: transparent;
}

.sec2 .swiper-pagination .swiper-pagination-bullet:last-child {
	margin-right: 0;
}

.sec2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	color: #f00040;
}

.sec3 {
	background-color: #f9fafb;
	background-repeat: no-repeat;
	background-image: url(../images/index_sec3_bg.png);
	background-position: right top;
	background-size: 10.3125% auto;
}

.sec3 a {
	display: block;
	width: 46.43%;
	margin-bottom: 5%;
	-webkit-transform: translateY(10%);
	transform: translateY(10%);
	opacity: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.sec3 a.actived {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.sec3 a:nth-child(1) {
	margin-top: 6.25%;
}

.sec3 a:nth-child(2) {
	margin-top: 14.286%;
}

.sec3 a:nth-child(odd) {
	float: left;
}

.sec3 a:nth-child(even) {
	float: right;
}

.sec3 .tag-box {
	margin: 3.333% 0;
}

.sec3 .img-box {
	overflow: hidden;
}

.sec3 .img-box img {
	width: 100%;
	-webkit-transition: transform 0.5s;
	transition: transform 0.5s;
}

.sec3 .img-box:hover img {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.sec3 .tag-box div {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #fff;
	padding: 0 1em;
	height: 2em;
	line-height: 2em;
	border-radius: 2em;
	background-color: #333;
	margin-right: 0.6em;
}

.sec3 .tag-box div:last-child {
	margin-right: 0;
}

.sec3 .text-box h5 {
	font-size: 32px;
	color: #35373f;
	font-weight: bold;
	margin-bottom: 3.5%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sec3 .text-box p {
	font-size: 16px;
	color: #666;
	line-height: 2;
}


.sec4 {
	padding: 4.375% 0;
}

.sec4 .inner {
	-webkit-transition: all 1s;
	transition: all 1s;
	-webkit-transform: translateY(10%);
	transform: translateY(10%);
	opacity: 0;
}

.sec4 .inner.actived {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.sec4 h5 {
	font-size: 42px;
	color: #35373f;
	font-weight: bold;
	line-height: 1.625;
}

.sec4 h5 b {
	font-size: 0.8em;
}

.sec4 .picMarquee {
	width: 100%;
	overflow: hidden;
}

.sec4 .picMarquee.left {
	margin-bottom: 4.375%;
	margin-top: 4%;
}

.sec4 .picMarquee ul {
	overflow: hidden;
	zoom: 1;
}

.sec4 .picMarquee ul li {
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	width: 9.8vw;
	margin: 0 2.6vw;
}

.sec4 .picMarquee ul li img {
	width: 100%;
	display: block;
}



@media only screen and (max-width:1400px) {
	.sec2 .text h5 {
		font-size: 30px;
	}

	.sec3 .text-box h5 {
		font-size: 28px;
	}

	.sec3 .text-box p {
		font-size: 14px;
	}
}

@media only screen and (max-width:1100px) {
	.sec2 .text h5 {
		font-size: 24px;
	}
}

@media only screen and (max-width:1024px) {
	.news{
		padding: 10px!important;
	}
	.hm7Con3Time1 span{
		font-size: 12px!important;
	}
	.newsTit1{
		font-size: 12px!important;
	}
	.sec1 {
		height: 80vw;
		background-color: #f9fafb;
	}

	.sec1 .img-box {
		bottom: 5%;
	}

	.sec1 .img-box .img {
		width: 15%;
	}

	.sec1 .text-box {
		top: 25%;
	}

	.sec1 h3 {
		font-size: 1.5rem;
	}

	.sec1 h5 {
		font-size: 0.75rem;
	}


	.sec2 {
		margin: 2rem 0;
	}

	.sec2 .swiper-container.img {
		margin-bottom: 1rem;
	}

	.sec2 .inner {
		width: 92%;
		max-width: 92%;
	}

	.sec2 .text {
		width: 60%;
	}

	.sec2 .text li {
		padding: 8.9%;
		width: 70%;
	}

	.sec2 .text h5 {
		font-size: 0.9375rem;
		height: 5.2em;
	}

	.sec2 .text a {
		font-size: 0.6875rem;
	}

	.sec2 .swiper-prev,
	.sec2 .swiper-next {
		width: 1.25rem;
	}

	.sec2 .swiper-pagination {
		margin: 0 1rem;
	}

	.sec2 .swiper-pagination .swiper-pagination-bullet {
		font-size: 0.75rem;
	}


	.sec3 a {
		margin-bottom: 1.5rem;
	}

	.sec3 a:nth-child(1) {
		margin-top: 1.5rem;
	}

	.sec3 a:nth-child(2) {
		margin-top: 1.5rem;
	}

	.sec3 .tag-box {
		margin: 0.75rem 0;
	}

	.sec3 .tag-box div {
		font-size: 0.625rem;
	}

	.sec3 .text-box h5 {
		font-size: 0.75rem;
		margin-bottom: 0;
		white-space: normal;
		line-height: 1.5;
	}

	.sec3 .text-box p {
		display: none;
	}


	.sec4 {
		padding: 1.5rem 0;
	}

	.sec4 h5 {
		font-size: 1.25rem;
	}

	.sec4 .picMarquee.left {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}

	.sec4 .picMarquee ul li {
		width: 25vw;
	}
	.inner .moreGd{
	    display: none;
	}
}

.mainBg {
	position: relative;
	background: #F5F5F5
}

.news {
	padding: 60px ;
	overflow: hidden;
}

.news ul li{
	width: 50%;
	float: left;
}

.newsLef {
	float: left;
	width: 69.17%
}

.newsList {
	padding: 17px 34px;
	background: #FFF
}

.newsList li {
	padding: 17px 0
}

.newsTime {
	float: left;
	width: 60px
}

.newsTime span {
	display: block;
	width: 60px;
	height: 60px;
	color: #FFF;
	text-align: center;
	font-family: Arial;
	line-height: 60px
}

.newsDate {
	margin-bottom: 1px;
	background: #da0502;
	font-size: 28px
}

.newsMonth {
	background: #888;
	font-size: 18px
}

.newsText {
	position: relative;
	margin-left: 85px
}

.newsLine {
	position: absolute;
	top: 28px;
	left: -12px;
	z-index: 1;
	width: 24px;
	height: 2px;
	background: #da0502;
	font-size: 0
}

.newsImg {
	position: relative;
	overflow: hidden
}

.newsImg a {
	position: relative;
	display: block;
	overflow: hidden;
	height: 100%
}

.newsImg img {
	width: 100%;
	transition: all .8s ease 0s
}

.newsTitBg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30%;
	background: linear-gradient(bottom, rgba(0, 0, 0, .75), rgba(0, 0, 0, 0) 100%);
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, .75), rgba(0, 0 0, 0) 100%);
	background: -ms-linear-gradient(bottom, rgba(0, 0, 0, .75), rgba(0, 0, 0, 0) 100%);
	background: -moz-linear-gradient(bottom, rrgba(0, 0, 0, .75), rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .75), rgba(0, 0, 0, 0) 100%)
}

.newsImg a:hover img {
	transform: scale(1.02)
}

.newsTit {
	position: absolute;
	bottom: 10px;
	left: 0;
	padding: 10px 4%;
	width: 100%;
	color: #fff;
	font-size: 22px;
	line-height: 120%
}

.newsBrief {
	padding: 15px 0;
	color: #777;
	font-size: 13px;
	line-height: 24px
}

.newsTabLef {
	float: left;
	margin: 0 -8px
}

.newsTabLef li {
	position: relative;
	padding: 0 8px
}

.newsTabLef li:after {
	position: absolute;
	top: 50%;
	right: -2px;
	display: block;
	margin-top: -2px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #aaa;
	content: ""
}

.newsTabLef li:last-child:after {
	display: none
}

.newsTabLef li a {
	padding-bottom: 2px;
	border-bottom: 1px dotted #AAA;
	color: #aaa;
	font-size: 14px;
	line-height: 26px;
	transition: all .4s ease 0s
}

.newsTabLef li a:hover {
	color: #da0502;
	border-bottom-color: #da0502
}

.newsTab #bdshare {
	float: right;
	cursor: pointer
}

.newsTab #bdshare a {
	display: block;
	width: 15px;
	height: 18px;
	background: url(../images/shareico1.png) center center no-repeat
}

.newsLoad {
	margin: 40px auto 0;
	width: 200px;
	height: 46px;
	background: #e2e2e2;
	color: #888;
	font-size: 14px;
	line-height: 46px;
	line-height: 46px
}

.newsLoad .mbox4MoreIco:after,
.newsLoad .mbox4MoreIco:before {
	background: #888
}

.newsRig {
	float: right;
	padding: 10px 34px;
	width: 28.33%;
	background: #FFF
}

.newsRigTit {
	padding: 20px 0;
	color: #333;
	font-size: 22px
}

.newsRig .newsTit {
	position: static;
	padding: 10px 0 5px;
	color: #666;
	font-size: 15px;
	line-height: 22px
}

.newsRig .newsTit:hover {
	color: #da0502
}

.newsRigBot {
	padding: 0 0 15px;
	color: #bbb;
	font-size: 13px
}

.newsRigTime {
	float: left
}

.newsRigTime i {
	padding-right: 5px
}

.newsRigBot #bdshare {
	float: right;
	cursor: pointer
}

.newsRigBot #bdshare a {
	display: block;
	width: 15px;
	height: 18px;
	background: url(../images/shareico2.png) center center no-repeat
}

.caseList1 {
	font-size: 0;
	margin: 0 -0.16rem;
	margin-bottom: 0.6rem;
}

.caseList1 li {
	float: none;
	vertical-align: top;
	padding: 0 0.16rem;
	margin-top: 0.36rem;
}

.caseList1 .hm3More {
	font-size: 14px;
}

.newsList1 {
	margin: 0 -0.10rem;
}

.newsList1 li {
	padding: 0 1.1rem;
	margin-top: .23rem;
}

.newsLink1 {
	display: block;
	padding: 3.4rem 0;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	background: #FFFFFF;
	margin-bottom: 2rem;
}

.hm7Con3Time1 {
	float: left;
	width: 90px;
	font-size: 14px;
	font-family: Arial;
	color: #666666;
	padding-right: 10px;
}

.hm7Con3Time1 span {
	display: block;
	font-size: 48px;
	color: #333333;
	line-height: 100%;
}

.newsTime1 {
	width: 25%;
	padding: 20px 0 0;
	text-align: center;
}

.newsTime1 i {
	display: block;
	width: .50rem;
	height: 1px;
	background: #e7e7e7;
	margin: .20rem auto;
}

.newsCon1 {
	overflow: hidden;
	border-left: 1px solid #e7e7e7;
	padding: 0 5% 0 8%;
}

.newsCon1 .hm7Con2More {
	position: static;
	float: none;
	transform: translateY(0);
	margin-top: 20px;
}

.newsCon1 .hm7Con2More i {
	margin-left: 0;
}

.newsTit1 {
	font-size: 18px;
	color: #000000;
	line-height: 22px;
	height: 22px;
	margin-bottom: 10px;
	transition: all 0.3s linear;
	overflow: hidden;
}
.newsLink1:hover .newsTit1{
	color: #da0502;
}

.newsDes1 {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	/* height: 60px; */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 10px 0;
}

.hmTitIco {
	display: block;
	width: 20px;
	height: 11px;
	background: url(../images/logoicowhite.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	right: 0;
	bottom: 0.3rem;
}

.hmTitIco2 {
	display: inline-block;
	vertical-align: middle;
	position: static;
	margin-left: 0.08rem;
}

.hmTitIco3 {
	background-image: url(../images/logoicored.png);
}

.hm7Con2More span {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 1px;
	background: #e62129;
	opacity: 0.5;
	margin-left: 10px;
	transition: all 0.3s linear;
}

#pages {
    padding: 30px 0 0;
    text-align: center;
}

.page{
	overflow: hidden;
	width: 100%;
}

#pages a, #pages span {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #333;
    color: #333;
    vertical-align: middle
}

#pages span {
    border: 1px solid #da0502;
    background: #da0502;
    color: #FFF
}