@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

.sec0 {
	background-repeat: no-repeat;
	background-image: url(../images/banner1.jpg);
	background-size: 100% auto;
	background-position: right top;
	background-attachment: fixed;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	-webkit-flex-direction: column;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.sec0 h3 {
	font-size: 60px;
	color: #019034;
	font-weight: bold;
	line-height: 1.666;
	opacity: 0;
	-webkit-transform: translateY(5vh);
	transform: translateY(5vh);
	-webkit-transition: all 1s;
	transition: all 1s;
}

.sec0.actived h3 {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.sec0 h3 .dot {
	margin-left: 0.1em;
	color: #ac1a2f;
}

.sec0 .swiper-container {
	font-size: 38px;
	line-height: 1.2;
	height: 1.2em;
	margin: 1em 0;
	color: #fff;
	opacity: 0;
	-webkit-transform: translateY(5vh);
	transform: translateY(5vh);
	-webkit-transition: opacity 1s 0.5s, transform 1s 0.5s;
	transition: opacity 1s 0.5s, transform 1s 0.5s;
	font-weight: 600;
}

.sec0.actived .swiper-container {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.sec0 .more {
	display: inline-block;
	vertical-align: top;
	opacity: 0;
	-webkit-transform: translateY(5vh);
	transform: translateY(5vh);
	font-size: 14px;
	padding: 0.714em 1.786em;
	color: #fff;
	letter-spacing: 1px;
	background-color: #fe8000;
	font-weight: bold;
	-webkit-transition: opacity 1s 1s, transform 1s 1s, background-color 0.5s, color 0.5s;
	transition: opacity 1s 1s, transform 1s 1s, background-color 0.5s, color 0.5s;
}

.sec0 .more:hover {
	background-color: #fff;
	color: #333;
}

.sec0.actived .more {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.sec0 .mouse {
	position: absolute;
	left: auto;
	bottom: 4.4%;
	right: auto;
	margin: 0 auto;
}

.sec0 .mouse .point {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #fff;
	-webkit-animation: mouseslide 1s infinite;
	animation: mouseslide 1s infinite;
	position: absolute;
	top: 20%;
	left: 50%;
	margin-left: -2px;
}

@-webkit-keyframes mouseslide {
	100% {
		opacity: 0;
		-webkit-transform: translateY(25px);
	}
}

@keyframes mouseslide {
	100% {
		opacity: 0;
		transform: translateY(25px);
	}
}




.sec1 {
	-webkit-display: flex;
	-webkit-align-items: stretch;
	-webkit-justify-content: flex-start;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
}

.sec1 a {
	position: relative;
	display: block;
	width: 33.33%;
}

.sec1 a::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.sec1 a:hover::after {
	background-color: rgb(0, 0, 0, 0.1);
}

.sec1 h5 {
	text-align: center;
	font-size: 15px;
	color: #333;
	padding: 2em 0;
	background-color: #f8f8f8;
	-webkit-transition: color 0.3s, background-color 0.3s;
	transition: color 0.3s, background-color 0.3s;
}

.sec1 a:hover h5 {
	color: #fff;
	background-color: #fe8000;
}


.con_banner {
	background-image: url(../images/about_banner_bg.jpg);
	background-size: cover;
}

.about_banner {
	background-image: url(../images/about_banner_bg.jpg);
	background-size: cover;
}

.main_con {
	background-color: #fff;
	padding: 50px 0;
	min-height: 500px;
}

.main_con_text p {
	font-size: 16px;
	line-height: 26px;
}

.wrap {
	background-color: #fff;
	padding: 0% 0 5%;
}

.wrap .inner {
	position: relative;
}

.wrap .list {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.section {
	margin-bottom: 6%;
}

.section:last-child {
	margin-bottom: 0;
}

.section .title {
	margin-bottom: 5.54%;
}

.section .title h3 {
	font-size: 28px;
	color: #333;
	font-weight: bold;
}

.section .title .line {
	width: 50px;
	height: 2px;
	background-color: #ac1a2f;
	margin: 2.289% 0 2.771%;
}

.section .title p {
	font-size: 14px;
	color: #555;
	line-height: 1.86;
	margin-bottom: 0.714em;
}

.section .title p:last-child {
	margin-bottom: 0;
}

.section ul {
	-webkit-display: flex;
	-webkit-align-items: stretch;
	-webkit-justify-content: flex-start;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
}

.section li {
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 2%;
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 0 0 13px rgba(0, 0, 0, 0.16);
}

.section li:nth-child(4n) {
	margin-right: 0;
}

.section li .img-box {
	position: relative;
}

.section li .img-box .cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fe8000;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.section li:hover .img-box .cover {
	opacity: 0.9;
}

.section li .img-box .cover::before {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);


	width: 28px;
	height: 28px;
	background: url(../images/p_more.png) center center no-repeat;
	content: " ";
	z-index: 999;
	color: #fff;
	font-size: 18px;
	display: block;
	background-size: 100%;

}

.section li .text-box {
	text-align: center;
	padding: 8% 9.2%;
}

.section li .text-box h5 {
	font-size: 16px;
	color: #333;
	font-weight: normal;
	line-height: 1.625;
	text-transform: uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.section li .text-box p {
	font-size: 12px;
	color: #555;
	line-height: 1.8;
	height: 3.6em;
}

.section .table-box {
	overflow-x: auto;
	width: 100%;
	-webkit-overflow-scrolling: touch;
}

.section table {
	width: 100%;
}

.section table tr {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
}

.section table tr:nth-child(odd) {
	background-image: linear-gradient(to right, #fff, #f3f3f3, #fff);
}

.section table td {
	font-size: 12px;
	color: #333;
	line-height: 3.9;
	height: 3.9em;
	text-transform: uppercase;
	padding-left: 3em;
}

.wrap .anchor-box {
	width: 19.4%;
	border: 1px solid #eee;
	border-bottom: 1px solid #eee;
	float: right;
	position: sticky;
	top: 150px;
}

.wrap .anchor-box h5 {
	background-color: #333;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	height: 3.214em;
	line-height: 3.214em;
	padding-left: 17.65%;
	position: relative;
}

.wrap .anchor-box h5::after {
	content: "\f105";
	font-family: "FontAwesome";
	position: absolute;
	right: 10%;
	top: 50%;
	font-size: 1.2em;
	color: inherit;
	margin-top: -0.5em;
	line-height: 1;
}

.wrap .anchor-box a {
	display: block;
	font-size: 14px;
	color: #555;
	border-bottom: 1px solid #eee;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	padding: 1em 0 1em 17.65%;
}

.wrap .anchor-box a:last-child {
	border-bottom: 0 none;
}

.wrap .anchor-box a:hover,
.wrap .anchor-box a.active {
	background-color: #ac1a2f;
	color: #fff;
}

.page {
	text-align: center;
}

.page .pager-holder {
	font-size: 14px;
	color: #999;
	display: inline-block;
	vertical-align: middle;
}

.page .pager-holder a {
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	margin: 0 0.2857em;
	width: 3.7143em;
	height: 3.7143em;
	border: 1px solid #ddd;
	cursor: pointer;
	-webkit-display: inline-flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.page .pager-holder a.jp-current,
.page .pager-holder a:hover {
	color: #fff;
	background-color: #fe8000;
}

.page a.jp-previous,
.page a.jp-next {
	width: 5.7857em;
}

.page a.jp-previous {
	border-top-left-radius: 0.2143em;
	border-bottom-left-radius: 0.2143em;
}

.page a.jp-next {
	border-top-right-radius: 0.2143em;
	border-bottom-right-radius: 0.2143em;
}

.page a.jp-previous.jp-disabled:hover,
.page a.jp-next.jp-disabled:hover {
	color: #999;
	background-color: transparent;
	cursor: default;
}



.sec2 {
	background: url(../images/about_bg.jpg) center center no-repeat;
	padding: 10% 0;background-size: cover;
}

.sec2 .inner.w1170 {
	display: flex;
}

.sec2 .left {
	margin-bottom: 30px;
	width: 40%;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;    border-radius: 20px;
}

.sec2 .left img {
	width: 100%;-moz-transition: all .8s ease 0s;-ms-transition: all .8s ease 0s;-o-transition: all .8s ease 0s;transition: all .8s ease 0s;
}
.sec2 .left:hover img{transform: scale(1.1);transform: scale(1.1);-moz-transform: scale(1.1);-webkit-transform: scale(1.1); }
.sec2 .right {
	width: 55%;
	line-height: 40px;
	padding-left: 4%;
}

.right-tit {
	margin-bottom: 10px;
}

.right-tit h2 {
	font-size: 36px;
	color: #000;
	line-height: 60px;
}

.right-tit i {
	font-size: 18px;
	color: #c1c6ca;
	font-weight: bold;
	display: block;
	line-height: 40px;
}

.sec2 h5 {
	font-size: 28px;
	line-height: 1.2;
	color: #222;
}

.sec2 .line {
	height: 4px;
	background-color: #fe8000;
	width: 50px;
	margin-top: 20px;
}

.sec2 p {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 30px;
	color: #000;
	-webkit-transform: translateX(48px);
	transform: translateX(48px);
	-webkit-transition: transform 1s, opacity 1s;
	transition: transform 1s, opacity 1s;
}

.about_more {
	text-align: right;
}

.about_more a {
	color: #000;
	line-height: 44px;
	display: inline-block;
	font-size: 16px;
	background: url(../images/more.jpg) right center no-repeat;
	padding-right: 40px;
}

.sec2.actived p {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.sec-pro {
	background: url(../images/idx-pro-bg.jpg) center center no-repeat;
	padding: 2% 0 5% 0;
	background-size: cover;
	;
}

.pro-t {
	width: 100%;
}

.pro-left {
	width: 38%;
	float: left;
	color: #333;
	margin-top: 120px;
}

.pro-left h1 a {
	color: #333;
	display: block;
}

.pro-left h1 {
	font-size: 36px;
	font-weight: bold;
	line-height: 80px;
}

.pro-left-text {
	font-size: 16px;
	line-height: 28px;
	padding: 12px 0;
	min-height: 200px;
}

.pro-left h2 {
	font-size: 36px;
	font-weight: bold;
}

.pro-left h2 a {
	color: #333;
	display: block;
}

.pro-left i {
	font-size: 18px;
	font-weight: bold;
	line-height: 80px;
	color: #c1c6ca;
}

.pro-right {
	width: 60%;
	float: right;
}

.pro-img {
	border-radius: 30px;
	overflow: hidden;
	width: 79%;
	margin-left: 100px;
	margin-top: 100px;
}

.sec-news {
	background: url(../images/news-bg.jpg) center center no-repeat;
	padding: 5% 0;
	background-size: cover;
}

.news-t {
	display: flex;
}

.news-t h2 {
	font-size: 36px;
	color: #333;
}

.news-t-left,
.news-t-right {
	width: 50%;
}

.news-t i {
	font-size: 18px;
	color: #c1c6ca;
	font-weight: bold;
	display: block;
	line-height: 40px;
}

.news-list {
	background: #fff;
	border-radius: 30px;
	box-shadow: 0 0 10px #eff1f2;
	display: flex;
	position: relative;
}

.news-more {
	position: absolute;
	left: 40px;
	bottom: -56px;
	background: url(../images/nore-bg.png) center center no-repeat;
	width: 200px;
	height: 105px;
	line-height: 100px;
	text-align: center;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}

.news-img {
	border-radius: 30px 0 0 30px;
	overflow: hidden;
}
.news-img img{ -moz-transition: all .8s ease 0s;-ms-transition: all .8s ease 0s;-o-transition: all .8s ease 0s;transition: all .8s ease 0s;}
.news-img:hover img{transform: scale(1.1);transform: scale(1.1);-moz-transform: scale(1.1);-webkit-transform: scale(1.1); }

.news-list-r {
	padding: 4% 3%;
	width: 50%;
}

.news-list-r li {
	border-bottom: 1px solid #eee;
	line-height: 70px;
}

.news-list-r li a {
	font-size: 18px;
	color: #222;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}
.news-list-r li a:hover{color: #019034;}
.news-list-r li span {
	font-weight: bold;
}

.news-list-r li span.date {
	font-size: 20px;
	padding-right: 8px;
}

.news-list-r li span.month {
	font-size: 16px;
	color: #d7dee4;
	padding-right: 20px;
}


.sec3 {
	padding: 20px 0;
	background-repeat: repeat;
	background-image: url(../images/about_bg.jpg);
	background-position: center;
	background-size: auto;
	background-color: #ac1a2f;
	text-align: center;
}

.sec3 li {
	display: inline-block;
	vertical-align: top;
	width: 33.3%;
	padding: 30px 0;
	opacity: 0;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 1s;
	transition-property: opacity;
	transition-duration: 1s;
}

.sec3 li:nth-child(2) {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.sec3 li:nth-child(3) {
	-webkit-transition-delay: 0.75s;
	transition-delay: 0.75s;
}

.sec3 li:nth-child(4) {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.sec3.actived li {
	opacity: 1;
}

.sec3 h5 {
	font-size: 32px;
	color: #fff;
	font-weight: 600;
	font-family: "Montserrat";
	margin-bottom: 0.3125em;
	line-height: 1.1;
}

.sec3 p {
	font-size: 14px;
	color: #fff;
}


.idx_case_t {
	text-align: center;
}

.sec4 {
	background: url(../images/idx-bg.jpg) center center no-repeat;
/* 	background-attachment: fixed; */
	background-size: 100% auto;
	padding: 3% 0;
}

.sec4 .text-box {
	/* width: 50%;
	padding: 3.125% 3.90625%;
	background-color: rgba(0,0,0,0.6); */
}

.sec4 h3 {
	font-size: 28px;
	color: #fff;
	font-weight: bold;
}

.sec4 h3 span {
	color: #ccc;
	font-size: 22px;
	font-weight: normal;
}

.sec4 .line {
	margin: 30px auto;
	width: 50px;
	height: 4px;
	background-color: #fff;
}

.sec4 ul {
	position: relative;
	margin-top: 20px;
	padding: 10px;
	margin-bottom: 30px;
}

.sec4 li {
	width: 31%;
	float: left;
	margin-right: 2%;
	margin-top: 10px;
	-webkit-transform: translateY(48px);
	transform: translateY(48px);
	opacity: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
	position: relative;
	margin-bottom: 1.5%;
	overflow: hidden;
}

.sec4 li img {
	width: 100%;
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
}

.sec4 li:hover img {
	transform: scale(1.1);
}

.sec4 li:hover P {
	background: linear-gradient(to top, rgba(254, 128, 0, 0.8), rgba(0, 0, 0, 0));
}

.sec4 li p {
	font-size: 18px;
	color: #fff;
	height: 62px;
	line-height: 62px;
	text-align: center;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
}

.sec4 li:nth-child(3n) {
	margin-right: 0;
}

.sec4 li.actived {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.sec4 h4 {
	border: 2px solid #ddd;
	padding: 0.588em 1.1768em;
	font-size: 17px;
	color: #fff;
	font-weight: 500;
	font-family: "Montserrat";
	float: left;
	margin-top: -0.88em;
}

.sec4 .point {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #ac1a2f;
	margin-left: 110px;
}

.sec4 .detail {
	float: left;
	margin-bottom: 40px;
	margin-left: 160px;
	margin-top: -30px;
}

.sec4 h5 {
	font-size: 17px;
	color: #fff;
	font-family: 'Montserrat';
	font-weight: bold;
	margin-bottom: 0.588em;
}

.sec4 p {}

.sec4 .more {
	font-size: 14px;
	color: #fff;
	letter-spacing: 1px;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
	border: solid 1px #fff;
	padding: 0.714em 2.14em 0.714em 2.14em;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin-bottom: 2.14em;
	display: block;
	float: right;
}

.sec4 .more:hover {
	padding-left: 1.14em;
	padding-right: 3.14em;
	color: #000;
}

.sec4 .more::before {
	content: "";
	background: rgba(0, 0, 0, 0);
	width: 0;
	height: 100%;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.sec4 .more::after {
	font-family: FontAwesome;
	content: "\f178";
	margin-left: 1em;
	position: absolute;
	right: -1.5em;
	margin-top: 2px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.sec4 .more:hover::after {
	right: 1.14em;
}

.sec4 .more:hover::before {
	width: 100%;
	background: rgba(255, 255, 255, 1);
}


.sec5 {
	background: #f6f9fb;
	padding: 4.2% 0;
}

.sec5 h3 {
	font-size: 40px;
	color: #323334;
	font-weight: bold;
	text-align: center;
}

.sec5 .line {
	margin: 20px auto;
color: #e0e5ea;
font-size: 24px;
text-align: center;
    text-transform: uppercase;font-weight: bold;
}

.sec5 ul {
	-webkit-display: flex;
	-webkit-align-items: stretch;
	-webkit-justify-content: flex-start;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
/* 	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap; */
}

.sec5 li {
	/* width: 24%; */
	margin-right: 1%;
	position: relative;
	margin-bottom: 30px;
	position: relative;
	background: #f6f9fb;
	box-shadow: 0 0 10px #dcdfe0;
}
.sec5 li h2{line-height: 70px;height: 90px;; text-align: center;font-size: 18px;color: #000;}
.pro-more{background: url(../images/mm.png) center center no-repeat;height: 54px;width: 197px;line-height: 54px;margin: 0 auto;color: #fff;text-align: center;position: absolute;bottom: -27px;    left: calc(50% - 94px)}

.sec5 li .idx-pro-img{overflow: hidden;max-height: 243px;}
.sec5 li :hover img{transform: scale(1.1); }
.sec5 li .idx-pro-img img{-moz-transition: all .8s ease 0s;-ms-transition: all .8s ease 0s;-o-transition: all .8s ease 0s;transition: all .8s ease 0s;}
.sec5 li img {
	width: 100%;
}

.sec5 .icon {
	width: 68px;
	height: 68px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
}

.sec5 .icon::before {
	content: "";
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 58.8235%;
	height: 58.8235%;
	display: inline-block;
	vertical-align: top;
}

.sec5 .text-box {
	padding-left: 70px;
}

.sec5 h5 {
	font-size: 17px;
	color: #fff;
	margin-bottom: 0.3em;
	font-weight: bold;
}

#o_demo {
	overflow: hidden;
	margin: 0 auto;
}

#o_indemo {
	float: left;
	width: 800%
}

#o_demo1 {
	float: left;
}

#o_demo2 {
	float: left;
}

.x-product-list {
    margin-top: 5vh;
    position: relative;
}

.x-product-list li {
    list-style-type: none;
    float: left;
    margin-left: 13px;
    margin-right: 13px;
    position: relative;
}

.x-product-list li .img {
    border: 1px solid #e8e8e8;
    overflow: hidden;
}

.x-product-list li .img img {
    width: 326px;
    height: 206px;
    transition: all 0.8s;
}

.x-product-list li h3 {
    color: #555555;
    font: 400 17px/60px "Microsoft yahei";
    text-align: center;
}



.x-product-list li:hover .img img {
    transition: all 0.8s;
    transform: scale(1.05);
}

.x-product-list li:hover h3 {
    color: #0158cb;
}

.lpre,
.lnex {
    position: absolute;
    top: 44%;
    width: 40px;
    height: 65px;
}

.lpre {
    background: url('../images/pre.png') no-repeat center #e2e2e2;
    left: -100px;
}

.lnex {
    background: url('../images/nex.png') no-repeat center #e2e2e2;
    right: -100px;
}

.lpre:hover {
    opacity: 0.8;
}

.lnex:hover {
    opacity: 0.8;
}
.unhidden-sm{display: none;}
@media (max-width: 1024px) {
	.section li{width: 48%;}
    .x-product-list li {
        margin-bottom: 20px;
    }
    .x-product-list li h3 {
        font-size: 14px;
        padding: 1em 0;
    }
}
@media (max-width: 768px) {
    .hidden-sm {
        display: none;
    }
	.unhidden-sm{
		display: block;
	}
}



.sec5 p {
	font-size: 14px;
	color: #ddd;
	line-height: 1.7;
}


.sec6 {
	background-color: #f7f7f7;
	padding: 4.2% 0;

}

.sec6 .w1170 {
	position: relative;
}

.sec6 h3 {
	font-size: 28px;
	color: #222;
	font-weight: bold;
}

.sec6 h3 span {
	font-size: 22px;
	font-weight: normal;
	color: #6f6f6f;
}

.sec6 .line {
	margin-bottom: 50px;
	margin-top: 20px;
	width: 50px;
	height: 4px;
	background-color: #fe8000;
}

.sec6 .date {
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	text-align: center;
}

.sec6 .days {
	font-size: 30px;
	color: #fff;
	padding: 0.666em 0;
	background-color: #fe8000;
	font-family: "Montserrat";
	font-weight: 600;
	line-height: 1;
}

.sec6 .months {
	border-bottom: 4px solid #ddd;
	font-weight: 600;
	padding: 0.5em 0;
	letter-spacing: 1.14em;
	font-size: 14px;
	color: #222;
	line-height: 1.7;
}

.sec6 .text {
	padding-left: 80px;
}

.sec6 h5 {
	margin-bottom: 1.1765em;
	font-size: 17px;
	color: #222;
	font-weight: normal;
	max-height: 1.1em;
}

.sec6 h5 a {
	font-size: inherit;
	color: inherit;
}

.sec6 h5 a:hover {
	text-decoration: underline;
}

.sec6 .more {
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	color: #222;
	margin-top: 0.77em;
	font-size: 13px;
	line-height: 1.5;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.sec6 .more:hover {
	color: #707070;
}

.sec6 .more span {
	display: inline-block;
	vertical-align: middle;
}

.sec6 .more .icon {
	margin-left: 8px;
	color: #ac1a2f;
	font-family: 'FontAwesome';
	font-weight: normal;
}

.sec6 .more .icon::before {
	content: "\f054";
	display: inline-block;
	vertical-align: middle;
}

.sec6 .swiper-pagination {
	margin-top: 35px;
	position: static;
}

.sec6 .swiper-pagination .swiper-pagination-bullet {
	opacity: 1;
	background-color: transparent;
	width: auto;
	height: auto;
	margin: 0;
}

.sec6 .swiper-pagination .swiper-pagination-bullet::before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	margin: 5px 7px;
	border-radius: 50%;
	background-color: #ddd;
}

.sec6 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
	background-color: #ac1a2f;
}

@media only screen and (max-width:1024px) {
	.sec2.actived p{display: -webkit-box;
   -webkit-line-clamp: 5; 
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
}

	.newsview_txt p,
	.pro_txt p {
		font-size: 14px;
	}

	.wrap {
		padding: 1rem 0;
	}

	.wrap .title {
		margin-bottom: 1.5rem;
	}

	.wrap .title h3 {
		font-size: 1.25rem;
		/* margin-bottom: 1rem; */
	}

	.wrap .title p {
		font-size: 0.625rem;
	}

	.wrap .content {
		font-size: 0.625rem;
		padding: 1.5rem 0;
		margin-bottom: 1.5rem;
	}

	.wrap .relative-box a {
		font-size: 0.625rem;
	}

	.page .pager-holder {
		font-size: 0.625rem;
	}

	.sec0 {
		background-image: url(../images/ban1_m.jpg);
		background-position: center center;
		background-attachment: scroll;
		height: 400px !important;
	}

	.sec0 h3 {
		font-size: 1.6rem;
	}

	.swiper-slide {
		font-size: 0.8rem;
	}

	.sec0 .swiper-container {
		font-size: 1.25rem;
	}

	.sec0 .more {
		font-size: 0.625rem;
	}




	.sec1 a {
		width: 50%;
	}

	.sec1 h5 {
		font-size: 0.6875rem;
	}



.sec2 .inner.w1170, .news-list{display: block;}
.sec2 .right{width: 100%;}
.right-tit h2{font-size: 24px;}
.news-img{border-radius: 30px;}
.news-img img{width: 100%;}
.pro-left-text{min-height: 100px;}
.news-list-r{width: 100%;}
.news-more{display: none;}
	.sec2 {
		padding: 2.5rem 0;
	}

	.sec2 .left {
		margin-bottom: 1rem;
		width: 100%;
	}

	.sec2 h5 {
		font-size: 1.25rem;
	}

	.sec2 .line {
		width: 1.5625rem;
		margin-top: 1rem;
	}

	.sec2 p {
		width: 100%;
		font-size: 1rem;
	}

.pro-t{display: none;}
.pro-left, .pro-right{width: 100%;}
.pro-img{padding: 0;margin: 0;width: 100%;}
.pro-left{margin-top: 0;}


	.sec3 {
		padding: 1rem 0;
	}

	.sec3 li {
		width: 50%;
		padding: 1rem 0;
	}

	.sec3 h5 {
		font-size: 1.5rem;
	}

	.sec3 p {
		font-size: 0.625rem;
	}



	.sec4 {
		background-size: auto 100%;
		background-position: left center;
		background-attachment: scroll;
	}

	.sec4 .text-box {
		width: 100%;
		padding: 2.5rem 4%;
	}

	.sec4 h3 {
		font-size: 1.25rem;
	}

	.sec4 .line {
		margin-bottom: 1rem;
		margin-top: 1rem;
		width: 1.5625rem;
	}

	.sec4 ul {
		margin-top: 1rem;
		padding: 0.5rem;
		margin-bottom: 1.5rem;
	}

	.sec4 li {
		margin-top: 0.5rem;
	}

	.sec4 h4 {
		font-size: 0.75rem;
	}

	.sec4 .point {
		width: 0.625rem;
		height: 0.625rem;
		margin-left: 25%;
	}

	.sec4 .detail {
		margin-bottom: 2rem;
		margin-left: 35%;
		margin-top: -1.5rem;
	}

	.sec4 h5 {
		font-size: 0.75rem;
	}

	.sec4 p {
		font-size: 0.625rem;
	}

	.sec4 .more {
		font-size: 0.625rem;
		float: none;
		margin-left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		display: inline-block;
	}


	.sec5 {
		background-size: auto 100%;
		padding: 2.5rem 0 2rem;
		background-position: right;
		background-attachment: scroll;
	}

	.sec5 h3 {
		font-size: 1.25rem;
	}

	.sec5 .line {
		margin:1.2rem 0;
		font-size: 1rem;
	}
	.pro-more{display: none;}
	.sec5 li h2{line-height: 60px;height: 60px;}
	.form-1 .item{width:50% !important;}
	.form-1 .submit{margin-left: 0;width: 100%;}

	.sec5 li {
		width: 48%;
		margin-right: 1%;
		margin-left: 1%;
		margin-bottom: 3%;
		float: left;
	}


	.sec5 .icon {
		width: 2.5rem;
		height: 2.5rem;
	}

	.sec5 .text-box {
		padding-left: 3rem;
	}

	.sec5 h5 {
		font-size: 0.75rem;
	}

	.sec5 p {
		font-size: 0.625rem;
	}


	.sec6 {
		padding: 2.5rem 0;
	}

	.sec6 h3 {
		font-size: 1.25rem;
	}

	.sec6 .line {
		margin-bottom: 1.5rem;
		margin-top: 1rem;
		width: 1.5625rem;
	}

	.sec6 .date {
		width: 2.5rem;
	}

	.sec6 .days {
		font-size: 1.375rem;
		padding: 0.5em 0;
	}

	.sec6 .months {
		border-bottom: 2px solid #ddd;
		font-size: 0.625rem;
		letter-spacing: 1em;
	}

	.sec6 .text {
		padding-left: 3.5rem;
	}

	.sec6 h5 {
		font-size: 0.8rem;
		margin-bottom: 0.5em;
	}

	.sec6 p {
		font-size: 0.58rem;
	}

	.sec6 .more {
		font-size: 0.58rem;
	}

	.sec6 .more .icon {
		margin-left: 1em;
	}

	.sec6 .swiper-pagination {
		margin-top: 1.5rem;
	}
}

@media only screen and (max-width:375px) {

	.page .pager-holder a {
		width: 4.7143em;
	}

	.section li {
		width: 48%;
	}

	.section li .text-box p {
		display: none;
	}

	.form-1 .item {
		width: 100% !important;
	}

	.sec1 a {
		width: 100%;
	}

	.sec2 .left,
	.sec2 .right {
		width: 100%;
	}
	.right-tit h2{font-size: 24px;}

	.sec2 .inner.w1170 {
		display: block;
	}

	.sec4 h3 span {
		font-size: 16px;
	}

	.sec4 .text-box {
		padding: 0.5rem 0%
	}

	.idx_case_t {
		padding-top: 20px;
	}

	.sec4 li {
		width: 49%;
		margin-right: 2%;
	}

	.sec4 li:nth-child(2n) {
		margin-right: 0;
	}

	.sec4 li p {
		font-size: 16px;
	}

	.sec5 li:nth-child(2n+2) {
		margin-right: 0;
	}

	.sec5 li:nth-child(5) {
		margin-right: 6%;
	}

	.sec6 h3 span {
		font-size: 16px;
	}

	.newtel {
		position: inherit;
	}

	.new_telst {
		width: 100%;
	}

	.new_telst li {
		width: 31%;
		float: left;
		font-size: 16px;
		line-height: 36px;
		margin: 0 1.5% 0;
	}

	.new_telst li:nth-child(3) {
		margin: 0;
	}

	.new_con {
		margin-top: 26px;
	}

	li.new_cnlf {
		width: 100%;
	}

	#footer,
	.part2 p a {
		display: none;
	}
}

.yqlj {
	padding: 0.75rem 0;
}

.yqlj ul {
	text-align: left;
}

.yqlj li {
	display: inline-block;
	color: #ccc;
}

.yqlj li a {
	color: #ccc;
}
