@charset "utf-8";

.index-more {
	margin-top: 60px;
}

.index-more a {
	display: inline-block;
	padding: 0 30px;
	line-height: 45px;
	font-size: 20px;
	border-radius: 60px;
	border: 1px solid var(--default);
	color: var(--default);
}

@media(min-width:768px) {
	.index-more a:hover {
		background-color: var(--default);
		color: #fff;
	}
}

@media (max-width:1400px) {
	.index-more a {
		padding: 0 40px;
		line-height: 53px;
		font-size: 20px;
	}
}

@media (max-width:640px) {
	.index-more a {
		padding: 0 50px;
		line-height: 50px;
		font-size: 18px;
	}
}

/*悬浮icom*/
@font-face {
	font-family: 'iconfont';
	/* project id 1295426 */
	src: url('../fonts/font_1295426_cbl8imvboxs.eot');
	src: url('../fonts/font_1295426_cbl8imvboxs.eot') format('embedded-opentype'),
		url('../fonts/font_1295426_cbl8imvboxs.woff2') format('woff2'),
		url('../fonts/font_1295426_cbl8imvboxs.woff') format('woff'),
		url('../fonts/font_1295426_cbl8imvboxs.ttf') format('truetype'),
		url('../fonts/font_1295426_cbl8imvboxs.svg#iconfont') format('svg');
}

.iconfont {
	display: inline-block;
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.container {
	width: 1600px;
}

.over {
	overflow: hidden;
}

a:hover {
	color: #fff;
}

.layui-layer {
	transition: none;
}

/* title */
.index-title {
	position: relative;
	z-index: 9;
}

.index-title h3 {
	position: relative;
	margin: 30px 0 20px;
	font-size: 42px;
	line-height: 1.4;
	color: var(--default);
}

.index-title h3 span {
	display: block;
}

.index-title h4 {
	max-width: 580px;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 1.4;
	color: #666;
}

.index-title p {
	font-size: 24px;
	line-height: 30px;
	color: #777;
	text-transform: uppercase;
}

.index-saller-online {
	position: absolute;
	top: 50%;
	right: 0;
	font-size: 0;
	transform: translateY(-50%);
	display: inline-block;
	border-radius: 60px;
	background-color: var(--default);
	overflow: hidden;
}

.index-saller-online a {
	position: relative;
	display: inline-block;
	padding: 0 30px;
	line-height: 45px;
	font-size: 20px;
	color: #fff;
}

.index-saller-online a::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 1px;
	height: 100%;
	background-color: #D71718;
	visibility: hidden;
}

.index-saller-online a:hover {
	color: #fff;
}

.index-saller-online a:hover::before {
	width: 100%;
	visibility: visible;
	transition: .5s;
}

.index-saller-online-w {
	background-color: #fff;
}

.index-saller-online-w a {
	color: var(--default);
}

/*  */
.index-title-white h3,
.index-title-white h4,
.index-title-white p {
	color: #fff;
}

@media (max-width:768px) {
	.index-title h3 {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.index-saller-online {
		top: 0;
		transform: translateY(-60px);
	}

	.index-saller-online a {
		padding: 0 10px;
		line-height: 28px;
		font-size: 14px;
	}
}

/*  */
.index-news-wrapper {
	position: absolute;
	bottom: 50px;
	left: 0;
	z-index: 6;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}

.index-news-swiper {
	max-width: 450px;
	background-color: #fff;
}

.index-news-swiper .swiper-pagination {
	padding: 0 15px;
	font-size: 12px;
	text-align: right;
}

.index-news-pic {
	width: 43%;
	overflow: hidden;
}

.index-news-pic img {
	width: 100%;
}

.index-news-content {
	padding: 10px 15px;
	width: 57%;
}

.index-news-content p {
	font-size: 12px;
}

.index-news-content h3 {
	margin-top: 10px;
	font-size: 16px;
	line-height: 1.4;
}

.index-news-content span {
	margin-top: 10px;
	display: block;
	font-size: 12px;
	color: #999;
}




@media (max-width:1200px) {
	.index-news-swiper {
		max-width: 360px;
	}

	.index-news-content {
		padding: 3px 10px;
	}
}

@media (max-width:860px) {
	.index-news-swiper {
		max-width: 320px;
	}

	.index-news-content h3 {
		margin-top: 5px;
		font-size: 14px;
	}
}


@media (max-width:768px) {
	.index-news {
		padding-top: 50px;
	}

	.index-news-wrapper {
		position: static;
		bottom: 0;
		width: 100%;
		align-items: center;
		justify-content: space-between;
	}

	.index-news-swiper {
		max-width: 100%;
	}

	.index-news-content {
		padding: 0 15px;
	}

	.index-news-content h3 {
		margin-top: 0;
		font-size: 18px;
	}
}

@media (max-width: 640px) {
	.index-news {
		padding-top: 30px;
	}
}

/**/
.index-count {}

.index-count ul {
	justify-content: flex-end;
}

.index-count ul li {
	position: relative;
}

.index-count ul li a {
	align-items: center;
	justify-content: center;
	padding: 0 40px;
	border-left: 1px solid #9B9FDC;
	text-align: center;
}

.index-count ul li:first-child a {
	padding-left: 0;
	border-left: none;
}

.index-count ul li h3 {
	position: relative;
	display: inline-block;
	font-size: 72px;
	line-height: 1;
	font-weight: 400;
	letter-spacing: -2px;
	color: #ccc;
}

.index-count ul li h3 b {
	margin-left: 5px;
	font-size: 24px;
	font-weight: normal;
}

.index-count ul li p {
	margin-top: 5px;
	margin-left: 4px;
	font-size: 24px;
	color: #eee;
	font-weight: lighter;
	font-family: 'sourcehansans_light';
}

.index-count ul li:nth-child(2) h3 b,
.index-count ul li:nth-child(3) h3 b {
	font-size: 24px;
}

@media (max-width:1400px) {}

@media (max-width:1200px) {
	.index-count ul li h3 {
		font-size: 28px;
	}

	.index-count ul li h3 b {
		font-size: 14px;
	}

	.index-count ul li p {
		font-size: 16px;
	}

	.index-count ul li:nth-child(2) h3 b,
	.index-count ul li:nth-child(3) h3 b {
		font-size: 18px;
	}

}

@media (max-width:960px) {
	.index-count ul li a {
		padding: 0 20px;
	}
}

@media (max-width:768px) {
	.index-count {
		position: absolute;
		top: -120px;
		z-index: 3;
		padding: 0;
		margin-bottom: 60px;
		width: 100%;
	}

	.index-count ul li {
		width: 33.33%;
		text-align: center;
	}

	.index-count ul li h3 {
		font-size: 48px;
		font-weight: bold;
	}

	.index-count ul li h3 b {
		font-size: 18px;
		font-weight: bold;
	}

	.index-count ul li p {
		font-size: 24px;
		font-weight: bold;
	}
}

@media (max-width:640px) {
	.index-count {
		position: absolute;
		top: -100px;
	}

	.index-count ul li h3 {
		font-size: 32px;
	}

	.index-count ul li h3 b {
		font-size: 18px;
	}

	.index-count ul li p {
		font-size: 18px;
	}
}

@media (max-width:480px) {
	.index-count {
		position: absolute;
		top: -80px;
	}

	.index-count ul li h3 {
		font-size: 24px;
	}

	.index-count ul li h3 b {
		font-size: 14px;
	}

	.index-count ul li p {
		font-size: 14px;
	}
}


/* banner */
.index-banner {
	overflow: hidden;
}

.index-banner .swiper {
	width: 100%;
	height: 100%;
}

.index-banner .swiper-slide {
	overflow: hidden;
}

.index-banner .index-banner-content {
	align-items: center;
	height: 100%;
	color: #fff;
}

.index-banner .index-banner-content p {
	font-size: 24px;
}

.index-banner .index-banner-content h3 {
	margin: 30px 0 50px;
	font-size: 68px;
	position: relative;
}

.index-banner .index-banner-content h3 span {
	margin-top: 15px;
	margin: 48px 0 32px;
	padding-left: 5%;
	color: #94000d;
	font-weight: bold;
}

.index-banner .index-banner-content ul li {
	margin-right: 10px;
	padding: 0 40px;
	line-height: 60px;
	border: 1px solid #fff;
	font-size: 20px;
}

.index-banner .index-banner-content h3::before {
	position: absolute;
	content: '';
	width: 9%;
	height: 5px;
	background: #ad0004;
	top: -15px;
}

.index-banner .index-banner-content p.futiti {
	font-size: 36px;
	color: #ccc;
	font-weight: lighter;
	font-family: 'sourcehansans_light';
}

.index-banner .index-banner-content p.xbt {
	font-size: 15px;
	color: #ccc;
	padding-top: 8%;
	line-height: 30px;
	font-weight: lighter;
	font-family: 'sourcehansans_light';
}

/*新加样式开始*/
/*首页开始*/
.row {
	margin-left: -15px;
	margin-right: -15px;
}

.header-right li.active a {
	color: #94000d;
}

.index_two {
	background: #101010;
	padding: 4% 0;
	text-align: center;
}

.index_two ul {
	justify-content: space-between;
}

.index-banner .top_wz {
	transform: translateY(-50px);
}

.index_two ul li .titi {
	font-size: 28px;
	color: #ccc;
	padding: 10px 0;
}

.index_two ul li .fu_titi {
	font-size: 18px;
	color: #808080;
	font-weight: lighter;
	font-family: 'sourcehansans_light';
}

.index_about .right i {
	max-width: 100px;
}

.postTitle {
	margin-bottom: 4%;
	text-align: center;
}

.postTitle h3 {
	font-size: 45px;

	position: relative;
	text-indent: 2px;
	letter-spacing: 0em;
	display: inline-block;
	margin-bottom: 3px;
	color: #94000d;
}


.postTitle p {
	font-size: 18px;
	color: #808080;
	padding-top: 20px;
	font-weight: lighter;
	font-family: 'sourcehansans_light';
}

.quality_ul_fl {
	padding-bottom: 3.5%;
	text-align: center;
}

.quality_ul li {
	padding-top: 2%;
	font-size: 19px;
	color: #8c8c8c;
	display: inline-block;
	text-align: center;

	font-size: 16px;

	margin: 0 2%;
	position: relative;
	cursor: pointer;
	margin: 0 1.5%;
}

.quality_ul li.active {
	color: #94000d;
}

.quality_box_fl .par_comm {
	width: 33.33%;
	padding: 0 5px;
	float: left;
}

.quality_box_fl .part2 img:nth-child(1) {
	margin-bottom: 10px;
}

.quality_box_fl .part3 img:nth-child(1) {
	margin-bottom: 10px;
}

.quality_box_fl .part2 li,
.quality_box_fl .part3 li {
	margin-bottom: 10px;
}

.quality_box_fl>div,
.quality_box_fr>div {
	display: none;
}

.quality_box_fl .par_comm img {
	max-width: 100%;
}

.quality .more {
	margin-top: 4%;
}

.more {

	border: 1px solid #444;
	border-radius: 30px;
	padding: 0 1.6875rem;
	width: 220px;
	text-align: center;
	margin: 0 auto;
	line-height: 40px;
}

.more a {
	color: #fff;
	font-size: 26px;
	line-height: 46px;
	font-weight: lighter;
	font-family: 'sourcehansans_light';
}

.more a:hover {
	color: #fff;
}

.more:hover {
	box-shadow: inset 0 0 0 2.5rem #ad0004;
	border: 1px solid #ad0004 !important;
	color: #fff;
	transition: 400ms ease-in-out;
	-moz-transition: 400ms ease-in-out;
	-webkit-transition: 400ms ease-in-out;
	-o-transition: 400ms ease-in-out;
	background: #ad0004;
}

.index_about .main {
	padding: 8% 0;
	overflow: hidden;
	align-items: center;
}

.index_about .left {
	width: 62%;
	background: #fff;
	padding: 10.5% 8%;

}

.index_about .left .postTitle {
	text-align: left;
}

.index_about .left .jjnr p {
	line-height: 35px;
	color: #4c4a4a;
	text-align: justify;
	font-size: 18px;
	font-weight: lighter;
	font-family: 'sourcehansans_light';
}

.index_about .right {
	width: 38%;
	padding-left: 5%;
	color: #fff;
}

.index_about .right .text {
	padding-left: 10px;
}

.index_about .right i {
	opacity: .3;
}

.index_about .right .text .en,
.index_about .right .text .js {
	color: #808080;
	font-size: 18px;
	font-weight: lighter;
	font-family: 'sourcehansans_light';
}

.index_about .right .text .js {
	padding-top: 10px;
}

.index_about .right li {
	padding-bottom: 15%;
	display: flex;
}

.index_about .right li:last-child {
	padding-bottom: 0;
}

.index_about .right .text .titi {
	color: #ccc;
	font-size: 28px;

	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.index_news {
	background: #171717;
	;
}

.index_news ul {
	overflow: hidden;
	margin-bottom: 5%;
}

.index_news li {
	width: 33.33%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	opacity: .3;
}

.index_news li:hover {
	opacity: 1;
}

.index_news li img {
	width: 100.3%;
}

.index_news li .text {
	background: #4c4a4a;
	padding: 7%;
}

.index_news li .text p {
	color: #fff;
}

.index_news li .text p:nth-child(1) {
	border-bottom: 1px solid #fff;
	font-size: 22px;
	line-height: 35px;
	padding-bottom: 10px;
}

.index_news li .text p:nth-child(2) {
	font-size: 18px;
	line-height: 28px;
	padding-top: 10px;
	font-weight: lighter;
	font-family: 'sourcehansans_light';
}

.hzhb-lunbo .more {
	margin-top: 5%;
}

.hzhb-lunbo .swiper-button-prev,
.hzhb-lunbo .swiper-button-next {
	color: #fff
}

.hezuohuoban {
	width: 100%;
	height: 500px;
	margin-left: auto;
	margin-right: auto;

}

.hezuohuoban .swiper-slide {
	text-align: center;
	font-size: 18px;

	height: calc((100% - 40px) / 2);

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

/*首页结束*/

/*服务列表页开始*/
.fuwulist {
	background: #111;
}

.fuwulist .left {
	width: 40%;
}

.fuwulist .right {
	color: #fff;
	width: 60%;
	padding-left: 2%;
}

.fuwulist li {
	margin-bottom: 6.5%;
	align-items: center;
}

.fuwulist li:last-child {
	margin-bottom: 0;
}

.fuwulist .right h3 {
	font-size: 26px;
	padding-bottom: 2%;
}

.fuwulist .right .en {
	font-size: 18px;
	padding-bottom: 3%;
}

.fuwulist .right .js {
	font-size: 16px;
	line-height: 30px;
	color: #8a8a8a;
	text-align: justify;
}

.ny-dwbg {
	height: 382px;
}

.ny-banner .swiper-button-next,
.ny-banner .swiper-button-prev {
	width: 71px;
	height: 71px;
	background: #000;
	border-radius: 10px;
}

.ny-banner .swiper-button-next:after,
.ny-banner .swiper-button-prev:after {
	opacity: 0 !important;
}


.pr {
	position: relative;
}

.index-banner .index-banner-content h3 {
	color: #fff;
	font-size: 68px;
}

/*end*/
/*新闻列表页*/
.w100 {
	width: 100%;
}

.newslist {
	background: #fff;
}

.newslist .tuij {
	align-items: center;
	padding-bottom: 10px;
}

.newslist .tuij .left {
	width: 35%;
}

.newslist .tuij .right {
	width: 65%;
	padding-left: 3%;
}

.newslist .tuij .right li {
	padding: 20px 0;
	border-bottom: 1px solid #2d2d2d;
}

.newslist .tuij .right li:last-child {

	border-bottom: none;
}

.newslist .tuij .right .titi {
	color: #666;
	font-size: 16px;
	line-height: 30px;
}

.newslist .tuij .right .titi span {
	float: right
}

.newslist .tuij .right .nr {
	color: #878787;
	font-size: 14px;
	line-height: 26px;
}

.newslist .xw_main {
	padding-top: 5%;
	overflow: hidden;
}

.newslist .xw_main li {
	padding: 10px;
	margin-bottom: 3%;
}

.newslist .xw_main li a {
	display: inline-block;
}

.newslist .xw_main .date {
	text-align: center;
	display: table-cell;
}

.newslist .xw_main .date p {
	color: #666;
}

.newslist .xw_main .date p:nth-child(1) {
	font-size: 24px;
}

.newslist .xw_main .date p:nth-child(2) {
	font-size: 14px;
}

.newslist .time_line_wrap {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	color: #f2f2f2;
}

.newslist .time_line_wrap .ie_time_line {
	position: absolute;
	width: 1px;
	background: #f0f0f0;
	height: 1000px;
	top: 0;
	left: 50%;
	margin-left: -.5px;
	display: inline-block;
}

.newslist .time_line_wrap .time_line {
	margin: 0 22px;
	display: inline-block;
	vertical-align: middle;
}

.newslist .circle_out {
	top: 8px;
	margin-left: -3.5px;
	width: 7px;
	height: 7px;
	line-height: 15px;
	text-align: center;
}

.time_line_wrap .circle_out,
.time_line_wrap .circle_in {
	position: absolute;
	left: 50%;
	border-radius: 50%;
	background: #b3b3b3;
}

.newslist .time_line_wrap .circle_out .circle_in {
	width: 15px;
	height: 15px;
	opacity: .3;
	top: 50%;
	margin: -7.5px 0 0 -7.5px;
}

.newslist .text {
	display: table-cell;
	vertical-align: top;
	width: 100%;
	color: #848484;
	font-size: 16px;
	line-height: 26px;
}

.newslist .text p:nth-child(1) {
	font-size: 16px;
	color: #666;
}

.newslist .text p:nth-child(2) {
	font-size: 14px;
	line-height: 24px;
	padding-top: 10px;
}


/*end*/
/*内页banner效果*/
@keyframes anCaseBanner1 {
	0% {
		transform: translateY(0)
	}

	to {
		transform: translateY(-916px)
	}
}

@keyframes anCaseBanner2 {
	0% {
		transform: translateY(0)
	}

	to {
		transform: translateY(-916px)
	}
}

.case-list-banner {
	height: 650px;
	border-bottom: 1px solid #222223;
	position: relative;
	overflow: hidden;
	perspective: 500px;
	transform-style: preserve-3d;
}

.case-list-banner:before {
	position: absolute;
	right: 0;
	top: -2%;
	bottom: 0;
	left: 0;
	content: "";
	background-size: 105% 105%;
	z-index: 1;
	background-color: rgba(0, 0, 0, .8);
}

.case-list-banner-bg {
	min-width: 2200px;
	height: 1432px;
	z-index: 0;
	position: absolute;
	left: -22%;
	right: -22%;
	top: -22%;
	bottom: -22%;
	transform: rotateX(15deg);
	transform-origin: center;
	vertical-align: middle;
}

.case-list-banner-bg div:nth-child(1) {
	animation: anCaseBanner1 30s linear infinite;
}

.case-list-banner-bg div:nth-child(2) {
	animation: anCaseBanner2 30s linear infinite;
	opacity: .5;
}

.case-list-banner-bg div:nth-child(1),
.case-list-banner-bg div:nth-child(2) {
	height: 916px;
	background: 50% no-repeat;
	background-size: 100% 100%;
}

.case-list-banner-mask {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}

.case-list-banner-mask .container {
	align-items: center;
	height: 100%;
}

.case-list-banner-content {
	color: #fff;
}

.case-list-banner-content p {
	font-size: 28px;
	font-weight: lighter;
}

.case-list-banner-content h3 {
	margin-top: 25px;
	font-size: 48px;
	font-weight: bold;
}

/*新闻详情页*/


.news .xq p.lm {
	color: #94000d;
	font-size: 16px;
	padding-top: 10px;
}

.news .xq .zw {
	padding: 0 10px;
}

.news .xq h1 {
	font-size: 25px;
	color: #333;
	text-align: left;
	font-weight: 400;
	line-height: 40px;
	padding: 2% 0;
}

.news .xq .data {
	font-size: 13px;
	color: #adadad;
	padding-bottom: 20px;
}

.news .cont {
	border-top: 1px solid #adadad;
	padding: 30px 0;
	border-bottom: 1px dashed #adadad;
}

.news .cont p {
	font-size: 14px;
	color: #666;
	line-height: 25px;
}

.newslist .tuij .right li a:hover .titi {
	color: #94000d;
}

.newslist .xw_main li a:hover .text p:nth-child(1) {
	color: #94000d;
}

/*end*/
.hzhb {
	background: #fff;
}

.hzhb ul li {
	width: 25%;
	padding: 5px;
}

.hzhb ul li img {
	border: 1px solid #ccc;
}

/*联系我们*/

.contact h1 {
	font-size: 24px;
	color: #404040;
	position: relative;
	line-height: 40px;
	margin-bottom: 3%;
}

.contact h1 span {
	font-size: 16px;
	color: #cecece;
	padding-left: 10px
}

.contact h1::after {
	position: absolute;
	content: '';
	width: 46px;
	height: 1px;
	background: #202020;
	left: 0;
	bottom: 0;
}

.contact .contact_wid {
	align-items: center;
	color: #666
}

.contact_wid .left {
	width: 34%;
}

.contact_wid .right {
	width: 66%;
}

.contact_tit p:nth-of-type(1) {
	color: #ad0004;
	font-size: 16px;
	padding-bottom: .5rem;
	line-height: 30px;
}

.contact_div>div {
	margin-bottom: 2%;
	display: flex;
	align-items: flex-start;
}

.message {
	margin-top: 20%;
}

.contact_div span {
	width: 10%;
	display: inline-block;
	text-align: center;
	font-size: 28px;
	color: #fff;
	line-height: 35px;
	background: #ab0005;
	padding: 5px 0;
	border-radius: 30px;
	margin-right: 10px;
}

.contact_div input {
	width: 100%;
	color: #969696;
	font-size: 16px;
	border-radius: 8px;
	height: 48px;
	border: 1px solid #838181;

}

.contact_div .contact_div_fin {
	flex-direction: column-reverse;
	flex-wrap: wrap;
	align-content: flex-end;
}

.contact_div .liuy input {
	height: 398px;
}

.contact_div .contact_div_fin .submit {
	width: 185px;
	text-align: center;
	font-size: 28px;
	color: #fff;
	line-height: 35px;
	background: #ab0005;
	padding: 10px 0;
	border: none;
	border-radius: 50px;

}

.contact_div_fin .fr button {
	width: 100%;
	padding: 0 1rem;
	background: #ad0004;
	color: #ffffff;
	line-height: 2.8rem;
	border: 1px solid #ad0004;
}

/*end*/

/*page开始*/
.page {
	text-align: center;
	margin-top: 70px
}

.page span a {
	display: inline-block;
	padding: 2px 10px;
	border: 1px solid #ccc;
	background: #fff;
	margin: 0 3px;
	color: #333;
}

.page span a:hover {
	background: #94000d;
	color: #fff;
}

.page span.page-numbar .page-num-current {
	background: #94000d;
	color: #fff;
}

.page .page-status {
	display: none;
}

h1.nytitle,
h2.nytitle {
	font-size: 48px;
	color: #1a1a1a;
	position: relative;
	padding: 10px 0;
	margin-bottom: 7%;
}

h1.nytitle span,
h2.nytitle span {
	position: relative;
	display: inline-block;
	padding-bottom: 10px;

}

.nytitle span::after {
	position: absolute;
	content: '';
	width: 100%;
	bottom: 0;
	height: 3px;
	background: #ccc;
	left: 0;
}


/*page结束*/
/*案例列表开始*/
.pro_cent {
	margin-top: 80px;
}

.ind_product {
	background-color: #fff;
	padding: 50px 0 0;
	overflow: hidden;
}

.ind_product .pro_menu {
	margin: 15px 0;
	overflow: hidden;
}

.ind_product .pro_menu p {
	margin-right: 3.2%;
	margin-bottom: 2.5%;
	padding: 3px 25px;
	font-size: 18px;
	cursor: pointer;
	float: left;
	color: #191919
}

.ind_product .pro_menu .active {
	background-color: #ab0005;
	color: #fff;
	border-radius: 30px;
}

.ind_product .pro_menu p:hover {
	background-color: #ab0005;
	color: #fff;
	transition: all 0.3s;
}

.ind_product .pro_ul {
	/* display: flex; */
	flex-flow: wrap;
	justify-content: space-between;
	overflow: hidden;
}


.ind_product .pro_ul .txt {
	padding: 15px 0;
	color: #333;
	font-size: 16px;
	position: relative;
}

.ind_product .pro_ul .img {
	overflow: hidden;
}

.ind_product .pro_ul img {
	transition: all 0.5s;
}

.ind_product .pro_ul .col-md-4 {
	min-height: 381px;
}

.ind_product .pro_ul .col-md-4:hover img {
	transform: scale(1.1);
	transition: all 0.5s;
}

.ind_product .pro_ul .txt p {
	margin-top: 5px;
	padding-left: 10px;
}

.ind_product .pro_inlist {
	display: none;
}

.ind_product .pro_inlist.active {
	display: block;
}

.ind_product .pro_ul .txt:hover p {
	color: #ab0005;
}



/*案例列表结束*/

/*案例详情开始*/
.case_position {
	padding: 45px 0;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

.case_position a {
	font-size: 25px;
}

.case_position a:first-child {
	color: #595757;
}

.case_position a:last-child {
	color: #191919;
}

.case_position span {
	padding: 0 60px;
	font-size: 20px;
}

.casexq {
	padding-bottom: 3%;
}

.casexq h1 {
	padding: 5% 0 3% 0;
	color: #595757;
}

.content {
	font-size: 20px;
	line-height: 28px;
	font-family: 'sourcehansans_light';
	color: #787777;
}

.content p {
	font-size: 20px;
	line-height: 28px;
	font-family: 'sourcehansans_light';
	color: #787777;
}

.newsxq {
	padding-bottom: 2%;
}

.newsxq h1 {
	padding: 2.5% 0 8.5% 0;
	color: #595757;
}






/*案例详情结束*/

/*关于我们详情开始*/
.contact .part1 .text p {
	color: #595757;
}

.contact .part1 .text {
	padding-top: 10%;
}

.contact .part1 .text p:nth-child(1) {
	font-size: 20px;
	font-family: 'sourcehansans_light';
}

.contact .part1 .text p:nth-child(2) {
	font-size: 40px;
	font-weight: bold;
}


.contact .part2 {
	padding-top: 10%;
}

.contact .part2 .text p {
	font-size: 20px;
	line-height: 30px;
	font-family: 'sourcehansans_light';
	text-align: justify;
}

.contact .part2 .col-md-6 {
	margin-bottom: 30px;
}

.contact .part2 .col-md-6 img {
	width: 100%
}

.contact .part2 .right .row {
	padding-left: 10px;
}

.contact .part2 .left {
	padding-right: 40px;
}

.contact .part2 .left .text {
	padding-top: 18%;
}

/*关于我们详情结束*/




/*新加样式结束*/


@media (max-width:1800px) {
	.container {
		max-width: 1400px;
	}

	.hezuohuoban {
		height: 440px;
	}
}


@media (max-width:1700px) {
	.index-banner .index-banner-content p {
		font-size: 20px;
	}

	.index-banner .index-banner-content h3 {
		margin: 20px 0;
	}

	.index-banner .index-banner-content ul li {
		padding: 0 30px;
		line-height: 50px;
		font-size: 18px;
	}



}

@media (max-width:1200px) {
	.index-banner .index-banner-content p {
		font-size: 18px;
	}

	.index-banner .index-banner-content h3 {
		font-size: 40px;
	}

	.index-banner .index-banner-content p.futiti {
		font-size: 25px;
	}

	.index-banner .index-banner-content p.xbt {
		font-size: 16px;
		line-height: 25px;
	}

	.index-banner .index-banner-content ul li {
		padding: 0 25px;
		line-height: 45px;
		font-size: 18px;
	}
}


@media (max-width:768px) {
	.index-banner .index-banner-content p {
		font-size: 14px;
	}

	.index-banner .index-banner-content ul li {
		padding: 0 15px;
		line-height: 40px;
		font-size: 12px;
	}
}

@media (max-width:640px) {
	.index-banner .index-banner-content h3 {
		margin: 20px 0 20px;
		font-size: 30px;
	}

	.index-banner .index-banner-content p.futiti {
		font-size: 20px;
	}

	.index-banner .index-banner-content ul li {
		padding: 0 5px;
		line-height: 1;
		font-size: 12px;
		border: none;
	}
}



@media (max-width:520px) {
	.ny-dwbg {
		height: 100px;
	}
}

/*  */
.index-case-wrapper {
	padding-top: 60px;
	height: 660px;
	overflow: hidden;
}

.index-case-poster-swiper {
	width: 65%;
}

.index-case-poster {
	display: block;
	width: 100%;
	height: 100%;
}

.index-case-poster img {
	width: 100%;
	display: none;
}

.index-case-lists-swiper {
	width: 35%;
	height: 100%;
}

.index-case-title {
	position: relative;
	align-items: center;
	padding: 25px;
	height: 100%;
	background-color: #FAFAFA;
	border-top: 1px solid #eee;
}

.index-case-title h3 {
	font-size: 24px;
	font-weight: bold;
}

.index-case-title p {
	margin-top: 15px;
	line-height: 1.4;
}

.index-case-title img {
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
	max-width: 120px;
	display: none;
}

.index-case-lists-swiper .swiper-slide-thumb-active .index-case-title {
	background-color: var(--default);
	border-top-color: var(--default);
}

.index-case-lists-swiper .swiper-slide-thumb-active .index-case-title h3,
.index-case-lists-swiper .swiper-slide-thumb-active .index-case-title p {
	color: #fff;
}

.index-case-lists-swiper .swiper-slide-thumb-active .index-case-title img {
	filter: grayscale(100%) brightness(200%);
	display: block;
}

.index-case-lists-swiper .swiper-slide:hover .index-case-title {
	background-color: var(--default);
	border-top-color: var(--default);
}

.index-case-lists-swiper .swiper-slide:hover .index-case-title h3,
.index-case-lists-swiper .swiper-slide:hover .index-case-title p {
	color: #fff;
}

.index-case-lists-swiper .swiper-slide:hover .index-case-title img {
	filter: grayscale(100%) brightness(200%);
	display: block;
}

@media (max-width:1400px) {
	.index-case-title h3 {
		font-size: 22px;
	}
}

@media (max-width:1200px) {
	.index-case-wrapper {
		height: auto;
		overflow: hidden;
	}

	.index-case-poster-swiper {
		width: 100%;
		height: auto;
	}

	.index-case-poster {
		background: none;
	}

	.index-case-poster img {
		width: 100%;
		display: block;
	}

	.index-case-lists-swiper {
		width: 100%;
		height: 140px;
	}

	.index-case-title h3 {
		font-size: 20px;
	}

	.index-case-title p {
		margin-top: 5px;
	}

	.index-case-title img {
		display: none !important;
	}
}

@media (max-width:768px) {
	.index-case-wrapper {
		display: none;
	}

	.index-case-lists-swiper {
		height: 120px;
	}

	.index-case-title {
		padding: 15px 25px;
	}

	.index-case-title h3 {
		ont-size: 18px;
	}

	.index-case-title p {
		margin-top: 5px;
		font-size: 12px;
	}
}

@media (max-width:480px) {
	.index-case-lists-swiper {
		height: 90px;
	}
}


.index-case-mb {
	padding-top: 60px;
	overflow: hidden;
	display: none;
}

.index-case-mb ul {
	margin-right: -1px;
}

.index-case-mb ul li {
	padding: 0 1px 1px 0;
	width: 25%;
}

.index-case-mb-item {
	position: relative;
	display: block;
	overflow: hidden;
}

.index-case-mb-pic {
	position: relative;
	overflow: hidden;
}

.index-case-mb-pic>img {
	width: 100%;
	transition: .5s;
}

.index-case-mb-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 1);
	border: 1px solid #eee;
	visibility: hidden;
	opacity: 0;
	transition: .5s;
}

.index-case-mb-mask div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.index-case-mb-mask div img {
	max-width: 150px;
}

.index-case-mb-title {
	padding: 20px 0;
}

.index-case-mb-title h3 {
	line-height: 1.6;
	font-size: 16px;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: .3s;
}

@media (max-width:1400px) {
	.index-case-mb ul {
		margin-right: -15px;
	}

	.index-case-mb ul li {
		padding: 0 15px 15px 0;
	}
}

@media(max-width:1000px) {
	.index-case-mb ul li {
		width: 50%;
	}

	.logo img {
		height: 60px;
	}

	.nav ul li a {
		font-size: 16px;
	}
}

@media(min-width:768px) {
	.index-case-mb-item:hover img {
		transform: scale(1.05);
	}

	.index-case-mb-item:hover .index-case-mb-mask {
		visibility: visible;
		opacity: 1;
	}
}

@media(max-width:768px) {
	.index-case-mb {
		padding-top: 30px;
		display: block;
	}
}

@media (max-width:640px) {
	.index-case-mb ul li {
		width: 100%;
	}
}


/* design */
.index-design {
	padding-top: 60px;
	overflow: hidden;
}

.index-design ul {
	margin-right: -1px;
}

.index-design ul li {
	padding: 0 1px 1px 0;
	width: 25%;
}

.index-design-item {
	position: relative;
	display: block;
	overflow: hidden;
}

.index-design-pic {
	position: relative;
	overflow: hidden;
}

.index-design-pic>img {
	width: 100%;
	transition: .5s;
}

.index-design-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 1);
	border: 1px solid #eee;
	visibility: hidden;
	opacity: 0;
	transition: .5s;
}

.index-design-mask div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.index-design-mask div img {
	max-width: 150px;
}

.index-design-title {
	padding: 20px 0;
}

.index-design-title h3 {
	line-height: 1.6;
	font-size: 16px;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: .3s;
}

@media (max-width:1400px) {
	.index-design ul {
		margin-right: -15px;
	}

	.index-design ul li {
		padding: 0 15px 15px 0;
	}
}

@media(max-width:1000px) {
	.index-design ul li {
		width: 50%;
	}
}

@media(min-width:768px) {
	.index-design-item:hover img {
		transform: scale(1.05);
	}

	.index-design-item:hover .index-design-mask {
		visibility: visible;
		opacity: 1;
	}
}

@media (max-width:640px) {
	.index-design {
		padding-top: 30px;
	}

	.index-design ul li {
		width: 100%;
	}
}

/* idea */
.index-idea-bg {
	position: relative;
	overflow: hidden;
}

#index-idea-canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.index-idea {
	position: relative;
	display: inline-block;
	padding-top: 60px;
	overflow: hidden;
}

.index-idea img {
	display: none;
}

.index-idea ul li {
	display: flex;
	align-items: center;
}

.index-idea ul li:nth-child(2) .index-idea-item {
	transform: translateX(-80px);
}

.index-idea-item {
	position: relative;
	text-align: center;
}

.index-idea-item .index-idea-ico {
	width: 320px;
	height: 320px;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.index-idea-item span {
	position: absolute;
	top: 39%;
	left: 20px;
	color: #fff;
	font-size: 64px;
}

@media (max-width:1300px) {
	.index-idea-item .index-idea-ico {
		width: 260px;
		height: 260px;
	}
}

@media (max-width:1200px) {
	.index-idea {
		display: block;
		text-align: center;
		max-width: 400px;
		margin: 0 auto;
	}

	.index-idea img {
		display: inline-block;
		width: 100%;
	}

	.index-idea ul {
		display: none;
	}
}

.index-idea-item .index-idea-ico h3 {
	font-size: 64px;
	line-height: 1;
	color: #fff;
}

.index-idea-item .index-idea-ico h3:nth-child(2) {
	display: none;
}

.index-idea-red {
	background-color: rgba(229, 0, 18, 1);
	border: 1px solid rgba(229, 0, 18, 1);
}

.index-idea-blue {
	border: 1px solid rgba(255, 255, 255, .5);
}

@media (min-width:1300px) {
	.index-idea ul:hover li:nth-child(2) .index-idea-item {
		position: relative;
		z-index: 1;
		transform: translateX(-320px);
	}

	.index-idea ul:hover li:nth-child(2) .index-idea-item .index-idea-ico h3:nth-child(2) {
		display: block;
	}

	.index-idea ul:hover li .index-idea-item .index-idea-ico h3:nth-child(1),
	.index-idea ul:hover li .index-idea-item span {
		display: none;
	}
}

@media (max-width:960px) {}

@media (max-width:768px) {

	.index-idea ul li span {
		margin-bottom: 60px;
		width: 39px;
	}

	.index-idea ul li span::before {
		height: 39px;
		margin-top: -19px;
	}

	.index-idea ul li em {
		margin: 0 0 75px;
		width: 39px;
	}

	.index-idea ul li em::before {
		top: 20px;
		width: 39px;
	}

	.index-idea-item h3 {
		margin-top: 20px;
		font-size: 18px;
		height: 32px;
	}
}

@media (max-width:480px) {
	.index-idea {
		padding: 30px 20px 0;
	}

	.index-idea ul {
		flex-direction: column;
		align-items: center;
	}

	.index-idea ul li {
		width: 120px;
	}

	.index-idea ul li span {
		margin: 30px 0 40px;
		width: 39px;
	}

	.index-idea ul li em {
		margin: 20px 0 50px;
		width: 39px;
	}
}

.index-idea-ct {
	position: absolute;
	bottom: 40px;
	right: 10%;
	z-index: 1;
	max-width: 600px;
}

@media (max-width:1500px) {
	.index-idea-ct {
		right: 6%;
		z-index: 1;
		max-width: 550px;
	}
}

@media (max-width:1300px) {
	.index-idea-ct {
		right: 50px;
	}
}

@media (max-width:1200px) {
	.index-idea-ct {
		display: none;
	}
}

.index-idea-ct img {
	width: 100%;
}


.creating-circle {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 81;
	width: 100%;
	height: 100%;
	background-color: #ccc;
}

.creating-circle-item {
	position: absolute;
	z-index: 80;
	left: 50%;
	bottom: -400px;
	margin-left: -150px;
	width: 300px;
	height: 300px;
	border-radius: 50%;
}

.creating-circle-item:nth-child(1) {
	z-index: 2;
	transform: translateX(-150px);
	background-color: #E50311;
}

.creating-circle-item:nth-child(2) {
	z-index: 3;
	transform: translateX(150px);
	background-color: #003787;
	animation-delay: .5s;
}

.an-creating-circle {
	animation-name: circle-bg;
	animation-duration: 4s;
	animation-fill-mode: forwards;
}

.an-creating-circle1 {
	animation-name: circle1;
	animation-duration: 3.5s;
	animation-fill-mode: forwards;
}

.an-creating-circle2 {
	animation-name: circle2;
	animation-duration: 4.5s;
	animation-fill-mode: forwards;
}

@keyframes circle-bg {
	0% {
		opacity: 1;
	}

	90% {
		opacity: 1;
		height: 100%;
	}

	100% {
		opacity: 0;
		display: none;
		height: 0;
	}
}

@keyframes circle1 {
	0 {
		bottom: 0;
	}

	20% {
		bottom: 100px;
		transform: translateX(-150px) scale(1.2);
	}

	40% {
		bottom: 100px;
		transform: translateX(0) scale(1.2);
	}

	50% {
		bottom: 100px;
		transform: translateX(0) scale(1);
	}


	76% {
		bottom: 100px;
		transform: translateX(0) scale(1);
		opacity: 1;
	}

	100% {
		bottom: 100px;
		transform: translateX(0) scale(1);
		opacity: 0;
		display: none;
	}
}

@keyframes circle2 {
	0 {
		bottom: 0;
	}

	15% {
		bottom: 100px;
		transform: translateX(150px) scale(1.2);
	}

	25% {
		bottom: 100px;
		transform: translateX(0) scale(1.2);
	}

	45% {
		bottom: 100px;
		transform: translateX(0) scale(1);
	}

	56% {
		bottom: 100px;
		transform: translateX(0) scale(100);
		opacity: 1;
		width: 300px;
		height: 300px;
	}

	76% {
		bottom: 100px;
		transform: translateX(0) scale(100);
		opacity: 1;
		width: 300px;
		height: 300px;
	}

	90% {
		bottom: 100px;
		transform: translateX(0) scale(100);
		opacity: 0;
	}

	100% {
		display: none;
		width: 0;
		height: 0;
	}
}




/* creat */
/* .index-creat{overflow: hidden;}
.index-creat ul{margin-right: -30px;}
.index-creat ul li{width: 50%; padding: 30px 30px 0 0;}
.index-creat ul li a{display: block;}
.index-creat-pic{ overflow: hidden;}
.index-creat-pic img{width: 100%;}
.index-creat ul li h3{ padding: 26px; font-size: 18px; color: var(--default); background-color: #F7F7F7;}
@media (min-width:768px) {
.index-creat ul li a:hover .index-creat-pic img{transform:scale(1.1);}
}
@media (max-width:640px) {
	.index-creat ul li{width: 100%;}
} */
/* service */

.index-service {
	overflow: hidden;
}

/* .index-service ul{margin-right: -1px;}
.index-service ul li{width: 20%; padding: 1px 1px 0 0;}
.index-service-item{ padding: 40px 20px; text-align: center; background-color: #fff;}
.index-service-item h3{color: var(--default); font-size: 18px;}
.index-service-ico{max-width: 110px; margin: 0 auto 20px; }
.index-service-ico img{max-width: 100%;}

@media (max-width:1200px) {
	.index-service ul{justify-content: center;}
	.index-service ul li{width: 25%;}
}

@media (max-width:960px) {
	.index-service ul li{width: 33.33%;}
}

@media (max-width:640px) {
	.index-service ul li{width: 50%;}
} */

/* advant */
.index-advant-lists {
	padding-top: 60px;
	overflow: hidden;
}

.index-advant-lists ul {}

.index-advant-lists ul li {
	width: 33.33%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.index-advant-lists-item {
	padding: 50px 40px;
	background-color: #F7F7F7;
	overflow: hidden;
}

.index-advant-lists-lang {
	position: relative;
}

.index-advant-lists-lang span {
	font-size: 124px;
	line-height: .7;
	color: #E6E6E6;
	font-weight: bold;
}

.index-advant-lists-lang p {
	position: absolute;
	bottom: -1px;
	left: 0;
	font-size: 16px;
	font-weight: bold;
	color: var(--default);
}

.index-advant-lists-item>h3 {
	margin: 15px 0 30px;
	font-size: 28px;
	font-weight: bold;
}

.index-advant-lists-item>p {
	line-height: 1.4;
	font-size: 20px;
	height: 56px;
}

.comma-advant-tabs {
	display: none;
}

.comma-advant-tabs ul {
	justify-content: space-between;
}

.comma-advant-tabs ul li {}

.comma-advant-tabs ul li a {
	position: relative;
	z-index: 2;
	padding-left: 8px;
	display: inline-block;
	color: #333;
	font-size: 24px;
	font-weight: bold;
}

.comma-advant-tabs ul li a b {
	display: inline-block;
}

.comma-advant-tabs ul li a span {
	position: absolute;
	top: -6px;
	right: 10px;
	z-index: -1;
	width: 36px;
	height: 36px;
	background-color: #D71718;
	border-radius: 50px;
	display: none;
}

.comma-advant-tabs ul li a span::before {
	position: absolute;
	top: 0;
	right: -25px;
	z-index: 1;
	content: '';
	width: 36px;
	height: 36px;
	background-color: var(--default);
	border-radius: 50px;
	mix-blend-mode: color;
}

.comma-advant-tabs-active a {
	color: #fff !important;
}

.comma-advant-tabs-active span {
	display: block !important;
}


@media (min-width:1200px) {

	.index-advant-lists ul li:nth-child(1),
	.index-advant-lists ul li:nth-child(4) {
		border-left: 1px solid transparent;
	}

	.index-advant-lists ul li:nth-child(1),
	.index-advant-lists ul li:nth-child(2),
	.index-advant-lists ul li:nth-child(3) {
		border-top: 1px solid transparent;
	}
}

@media (max-width:1200px) {
	.index-advant-lists ul li {
		width: 50%;
	}

	.index-advant-lists ul li:nth-child(1),
	.index-advant-lists ul li:nth-child(3),
	.index-advant-lists ul li:nth-child(5) {
		border-left: 1px solid transparent;
	}

	.index-advant-lists ul li:nth-child(1),
	.index-advant-lists ul li:nth-child(2) {
		border-top: 1px solid transparent;
	}
}

@media (max-width:860px) {
	.index-advant-lists-item {
		padding: 30px
	}
}

@media (max-width:768px) {
	.comma-advant-tabs {
		margin-top: 30px;
		display: block;
	}

	.index-advant-lists {
		padding-top: 40px;
	}

	.index-advant-lists ul li {
		display: none;
		width: 100%;
		border: none !important;
	}

	.index-advant-lists-lang span {
		font-size: 100px;
	}

	.hezuohuoban .swiper-slide {
		background: #fff;
	}
}

@media (max-width:640px) {
	.index-advant-lists-lang p {
		font-size: 14px;
	}

	.index-advant-lists-item>h3 {
		margin: 15px 0 30px;
		font-size: 24px;
	}

	.index-advant-lists-item>p {
		font-size: 16px;
	}

	.hezuohuoban {
		height: 350px;
	}
}

@media (max-width:480px) {
	.index-advant-lists ul li {
		width: 100%;
	}

	.index-advant-lists ul li:nth-child(1),
	.index-advant-lists ul li:nth-child(2),
	.index-advant-lists ul li:nth-child(3),
	.index-advant-lists ul li:nth-child(4),
	.index-advant-lists ul li:nth-child(5),
	.index-advant-lists ul li:nth-child(6) {
		border-left: 1px solid transparent;
	}

	.index-advant-lists ul li:nth-child(1) {
		border-top: 1px solid transparent;
	}

	.index-advant-lists ul li:nth-child(2) {
		border-top: 1px solid #ccc;
	}

	.hezuohuoban {
		height: 260px;
	}
}

@media (max-width:380px) {
	.hezuohuoban {
		height: 210px;
	}
}

/*20230115*/
.comma-service {
	background: #171717;
	margin: 8.5% 0 2%;
}

.comma-service-item {
	position: relative;
	width: 16.66%;
	border: 1px solid #292627;
	flex-wrap: nowrap;
	overflow: hidden;
}

.comma-service-title {
	padding: 40px 15px;
	width: 100%;
	align-items: center;
	transition: .1s;
	text-align: center;
}

.comma-service-svg {
	margin: 0 auto;
	overflow: hidden;
	opacity: .3;
}

.comma-service-svg img {
	max-width: 153px;
}

.comma-svg-line {
	fill: #fff;
}

.comma-svg-logo {
	fill: #fff;
}

/* .comma-svg-logo {fill: #D71718; } */

.comma-service-content {
	text-align: center;
	height: 200px;
}

.comma-service-content h3 {
	position: relative;
	padding: 25px 0;
	font-size: 24px;
	color: #ccc;
}

.comma-service-content p {
	line-height: 1.6;
	color: #ccc;
	font-size: 15px;
	overflow: hidden;
	font-weight: lighter;
	font-family: 'sourcehansans_light';
}

.comma-service-link {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	padding: 15px 40px;
	align-items: center;
	justify-content: center;
	background-color: #e5e5e6;
	overflow: hidden;
	transition: .3s;
}

.comma-service-link div {
	width: 100%;
}

.comma-service-link ul li {
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
}

.comma-service-link ul li a {
	display: block;
	font-size: 18px;
}

/* .comma-service-link ul li a:hover{color: #94000d; font-size: 16px; font-weight: bold;} */
.comma-service-link ul li:first-child {
	padding-top: 0;
}

.comma-service-tabs {
	display: none;
}

.comma-service-tabs ul li {
	width: 20%;
	text-align: center;
}

.comma-service-tabs ul li a {
	position: relative;
	display: inline-block;
	color: #fff;
}

.comma-service-tabs ul li a span {
	position: absolute;
	top: 0;
	right: -10px;
	width: 6px;
	height: 6px;
	background-color: #D71718;
	border-radius: 50px;
	display: none;
}

.comma-service-tabs-active span {
	display: inline-block !important;
}

@media (max-width:1600px) {
	.container {
		max-width: 1300px;
	}

	.comma-service-content h3 {
		font-size: 20px;
	}

	.comma-service-content p {
		font-size: 14px;
	}

	.comma-service-link ul li {
		padding: 10px 0;
	}

	.comma-service-link ul li a {
		font-size: 16px;
	}

	.index_two ul li .titi {
		font-size: 25px;
	}

	.postTitle h3 {
		font-size: 35px;
	}

	.index_about .right .text .titi {
		font-size: 25px;
	}

	.index_about .right i {
		width: 25%;
	}

	.hezuohuoban {
		height: 415px;
	}

}

@media (max-width:1440px) {
	.container {
		max-width: 1200px;
	}

	.hezuohuoban {
		height: 380px;
	}
}

@media (max-width:1200px) {
	.comma-service-svg {
		max-width: 80px;
	}

	.comma-service-title {
		padding: 30px 15px;
	}

	.comma-service-content {
		text-align: center;
		height: 160px;
	}

	.comma-service-content h3 {
		margin-bottom: 0;
		padding: 15px 0;
		font-size: 18px;
	}

	.comma-service-link {
		padding: 15px;
	}

	.comma-service-link ul li a {
		font-size: 14px;
	}

	.index_two ul li img {
		max-width: 60px;
	}

	.ind_product .pro_ul .col-md-4 {
		min-height: 259px;
	}

	h1.nytitle {
		font-size: 30px;
	}

	.hezuohuoban {
		height: 360px;
	}

	.index_two ul li {
		padding: 0 15px;
	}

	.index_two ul li .titi {
		font-size: 20px;
	}

	.index_two ul li .fu_titi {
		font-size: 14px;
	}

	.postTitle h3 {
		font-size: 30px;
	}

	.postTitle p {
		font-size: 16px;
	}

	.quality_ul li {
		font-size: 16px;
	}

	.more a {
		font-size: 20px;
	}

	.footer-say h3 {
		font-size: 35px;
	}

	.index_news li .text p:nth-child(1) {
		font-size: 18px;
	}

	.index_news li .text p:nth-child(2) {
		font-size: 16px;
	}

	.index_about .right .text .titi {
		font-size: 20px;
	}

	.index_about .right .text .en,
	.index_about .right .text .js {
		font-size: 16px;
	}

	.ny-dwbg {
		height: 280px;
	}

}

@media (max-width:990px) {

	.index_about .left,
	.index_about .right {
		width: 100%;
	}

	.index_about .right .text .en,
	.index_about .right .text .js {
		color: #ccc;
	}

	h1.nytitle {
		font-size: 25px;
	}

	.index_about .right .text .titi {
		padding-top: 5px;
		padding-bottom: 8px;
	}

	.index_about .right ul {
		padding-top: 5%;
	}

	.hezuohuoban {
		height: 300px;
	}

	.index_about .right li {
		padding-bottom: 10%;
	}

	.comma-service-content h3 {
		font-size: 16px;
	}
}

@media (max-width:860px) {
	.comma-service-svg {
		max-width: 60px;
	}

	.comma-service-content p {
		height: 100px;
		font-size: 12px;
	}

	.comma-service-link ul li a {
		font-size: 12px;
	}
}

@media (max-width:768px) {
	.comma-service-tabs {
		margin-top: 40px;
		display: block;
	}

	.comma-service {
		margin-top: 20px;
		padding-top: 0;
	}

	.comma-service-item {
		display: none;
	}

	.comma-service-active {
		width: 100%;
		background-color: #94000d;
		display: block;
	}

	.comma-service-svg {
		max-width: 90px;
	}

	.comma-service-active .comma-svg-line {
		fill: #223692;
	}

	.comma-service-active .comma-svg-logo {
		fill: #D71718;
	}

	.comma-service-active .comma-service-title {
		width: 50%;
	}

	.hezuohuoban {
		height: 450px;
	}

	.comma-service-active .comma-service-link {
		width: 50%;
		left: 50%;
	}

	.index_two ul li .titi {
		font-size: 16px;
	}

	.ind_product .pro_ul .col-md-4 {
		min-height: auto;
	}

	.comma-service-tabs ul li {
		padding: 0 5px;
	}

	.index_two ul li .fu_titi {
		font-size: 12px;
	}

	.postTitle h3 {
		font-size: 20px;
	}

	.postTitle p {
		line-height: 25px;
	}

	.quality_ul li {
		font-size: 14px;
	}

	/*新加样式开始*/
	h1.nytitle {
		font-size: 20px;
	}

	h1.nytitle::after {
		width: 50px
	}

	.page span a {
		font-size: 12px;
	}

	/*新加样式结束*/
	.more {
		line-height: 35px;
	}

	.more a {
		font-size: 16px;
	}

	.comma-service-tabs ul li a {
		font-size: 14px;
	}

	.footer-say h3 {
		font-size: 25px;
	}

	.footer-say p {
		font-size: 16px;
	}

	.index_news li .text p:nth-child(1) {
		font-size: 16px;
	}

	.index_news li .text p:nth-child(2) {
		font-size: 14px;
		line-height: 22px;
	}

	.index_news li {
		width: 100%;
		margin-bottom: 20px;
	}

	.index_about .right .text .titi {
		font-size: 16px;
	}

	.index_about .right .text .en,
	.index_about .right .text .js {
		font-size: 14px;
	}

	.index_about .left .jjnr p {
		font-size: 14px;
		line-height: 25px;
	}

	.ny-dwbg {
		height: 180px;
	}

	.contact_wid .left {
		width: 100%;
		padding-bottom: 5%;
	}

	.contact_wid .right {
		width: 100%;
	}

	.contact_div span {
		width: auto;
	}

	.newslist .tuij .left {
		width: 100%;
	}

	.newslist .tuij .right {
		width: 100%;
	}

	.newslist .tuij .right .titi span {
		float: none;
		display: block;
	}

	.hzhb ul li {
		width: 50%;
	}

	.hzhb-lunbo .container {
		padding-left: 50px;
		padding-right: 50px;
	}

	.hzhb-lunbo .swiper-button-prev:after,
	.hzhb-lunbo .swiper-button-next:after {
		font-size: 30px !important;
	}


}

.comma-service-active .comma-svg-line {
	fill: #223692;
}

.comma-service-active .comma-svg-logo {
	fill: #D71718;
	animation: flash 3s 1s ease infinite;
}

@media (min-width:768px) {
	.comma-service-active {
		width: 33.33%;
		background-color: #94000d;
	}

	.comma-service-active .comma-service-title {
		width: 50%;
	}

	.comma-service-active .comma-service-title h3,
	.comma-service-active .comma-service-content h3,
	.comma-service-active .comma-service-content p {
		color: #ccc;
	}

	.comma-service-active .comma-service-link {
		width: 50%;
		left: 50%;
	}

	.comma-service-link ul li a {
		font-size: 14px;
	}

}

@keyframes flash {

	0%,
	50%,
	100% {
		opacity: 1;
	}

	25%,
	75% {
		opacity: 0;
	}
}

@-moz-keyframes flash {

	0%,
	50%,
	100% {
		opacity: 1;
	}

	25%,
	75% {
		opacity: 0;
	}
}


@media (max-width:768px) {
	.hezuohuoban {
		height: 475px;
	}

	.hzhb-lunbo .swiper-button-prev {
		left: 0;
	}

	.hzhb-lunbo .swiper-button-next {
		right: 0
	}

	.hzhb-lunbo .container {
		padding-left: 30px;
		padding-right: 30px;
	}

	.index_two ul {
		display: block;
		overflow: hidden;
		margin-left: -15px;
		margin-right: -15px
	}

	.index_two ul li {
		padding: 0 15px;
		width: 33.33%;
		float: left;
	}

	.case-list-banner {
		height: 350px;
	}

	.case-list-banner-content p {
		font-size: 18px;
	}

	.case-list-banner-content h3 {
		margin-top: 25px;
		font-size: 28px;
		font-weight: bold;
	}
}

@media (max-width:580px) {
	.hezuohuoban {
		height: 350px;
	}

	.hzhb-lunbo .swiper-button-prev:after,
	.hzhb-lunbo .swiper-button-next:after {
		font-size: 25px !important;
	}
}

@media (max-width:480px) {
	.hezuohuoban {
		height: 290px;
	}
}

@media (max-width:380px) {
	.hezuohuoban {
		height: 220px;
	}

	.hzhb-lunbo .swiper-button-prev,
	.hzhb-lunbo .swiper-button-next {
		top: 55%
	}
}