/*头部样式*/
.head {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999999;
	padding: 25px 0px;
}

.wrap1 {
	max-width: 1700px;
	width: 88.5%;
	margin: 0 auto;
}

.logo {
	float: left;
	position: relative;
	height: 60px;
	/* overflow: hidden; */
}

.logo img {
	display: block;
	position: relative;
	top: -12px;
	left: 0;
}

.logo .c_logo,
.head.in_headon .logo .w_logo {
	display: block;
}

.logo .w_logo,
.head.in_headon .logo .c_logo {
	display: none;
}

.icons{
    display: inline-block;
    vertical-align: middle;
    float: left;
    line-height: 50px;
    padding-left: 44px;
    cursor: pointer;
    transition: all .3s;
}
.icons>dl>dt>i>img {
    filter: brightness(1000%) invert(1);
}
.search:hover>dt>i>img {
    filter: brightness(0) invert(1);
}

.add_s:hover>dt>i>img{filter: brightness(1000%) invert(1);}

.search_box {
    display: none;
    width: 100%;
    background: #f3f3f3;
    height: 86px;
    position: fixed;
    top: 100px;
    z-index: 22;
    left: 0;
    border-top: 1px solid #ddd;
}

.search_box .box {
    width: 320px;
    background: #fff;
    float: right;
    height: 40px;
    line-height: 40px;
    margin: 23px 130px 0 0;
}
.search_box .input{
    box-shadow: 0 0 0;
    font-size: 14px;

}
.search_box input[type=text] {
    padding-left: 16px;
    float: left;
    width: 275px;
    height: 40px;
    border: 0;
    outline: 0;
}
.search_box button {
    height: 40px;
    width: 40px;
    background: url(../images/ico-search.png) no-repeat;
    background-position: center;
    cursor: pointer;
    border: 0;
    outline: 0;
}

.head_tel {
	float: right;
	padding-left: 44px;
	background: url(../images/tel1.png) no-repeat left center;
	font-size: 20px;
	color: #000;
	font-weight: bold;
	line-height: 50px;
}

.nav {
	float: left;
	margin-left: 27%;
}

.nav li {
	float: left;
	position: relative;
	margin: 0 30px;

}

.nav li:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	display: none;
}

.header .nav li:before{
    background:#d75e2d;
}

.nav li a {
	display: block;
	font-size: 16px;
	color: #000;
	text-align: center;
	line-height: 50px;
}

.nav li:hover:before {
	display: block;
}

.nav li a:hover {
	color: #fff;
}

.header .nav li a:hover{
    color: #d75e2d;
}

.nav li .b_nav {
	display: none;
	position: absolute;
	top: 40px;
	left: 0px;
	z-index: 999;
	background-color: #d75e2d;
	width: 100%;
}

.nav li .b_nav a {
	font-size: 14px;
	color: #fff;
	line-height: 2em;
}


.menu-button {
	display: none;
	position: absolute;
	top: 30px;
	right: 10px;
	/*    padding: 7px;*/
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
	/*    background-color: #c52b31;*/
	z-index: 99999;
}

.menu-button .bar {
	display: block;
	height: 2px;
	background: #ccc;
	margin: 9px 0;
	opacity: 1;
	transition: all .5s ease;
	width: 35px;
	transform-origin: left center;
}

.mnav .bar:nth-child(1) {
	transform: rotate(45deg);
	/*width: 40px;*/
}

.mnav .bar:nth-child(2) {
	opacity: 0;
}

.mnav .bar:nth-child(3) {
	transform: rotate(-45deg);
	position: relative;
	top: 2px;
	/*width: 40px;*/
}

.mobileNav {
	display: none;
	background-color: #d75e2d;
	text-align: center;
	position: absolute;
	left: 0;
	top: 80px;
	z-index: 99999;
	width: 100%;
	height: calc(100vh - 80px);
	/*    display: flex;
    flex-direction: column;
    justify-content: center;*/
}

.mobileNav li {
	line-height: 2em;
	padding: 10px 0;
}

.mobileNav li a {
	font-size: 16px;
	color: #fff;
}

/* .head.in_headon .logo img {
	top: -50px;
} */

.head.in_headon .nav li a {
	color: #fff;
}

.head.in_headon .nav li:hover:before {
	display: block;
	background: #fff;
}

.head.in_headon .nav li a:hover {
	color: #fff;
}

.head.in_headon .head_tel {
	background: url(../images/tel2.png) no-repeat left center;
	color: #fff;
}

@media(max-width: 1800px) {
	.nav {
		margin-left: 22%;
	}
}

@media(max-width: 1600px) {
	.head {
		top: 15px;
	}

	.nav li {
		margin: 0 20px;
	}
	.nav {
		margin-left: 14%;
	}
}

@media(max-width: 1440px) {
	.nav li {
		margin: 0 15px;
	}
}

@media(max-width: 1360px) {
	.nav {
		/* margin-left: 3%; */
	}

	.nav li {
		margin: 0 10px;
	}
}

@media(max-width: 1199px) {
	.head {
		position: relative;
		top: 0;
		background: #fff;
		padding: 10px 0;
	}

	.head_tel {
		margin-right: 20px;
	}

	.menu-button {
		display: block;
		top: 15px;
	}

	.nav {
		display: none;
	}

	html,
	body {
		overflow: auto !important;
	}
}

@media(max-width: 1199px) {
	.wrap1 {
		width: 92%;
	}
}

@media(max-width: 768px) {
	.mobileNav {
		top: 70px;
		height: calc(100vh - 70px);
	}
}

@media(max-width: 767px) {
	.head_tel {
		display: none;
	}

	.logo {
		width: 50%;
		/*float: none;*/
	}

	.menu-button {
		top: 10px;
	}
	.icons{
	    padding-left: 80px;
	}
	.search_box{
	    top: 80px;
	    height: auto;
	}
	.search_box .box{
	    float: none;
	    width:80%;
	    margin: 10px auto;
	}
}



.active2.section {
	z-index: 99;
}

.banner_text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 999;
}

@keyframes roll_9 {
	0% {
		left: -50%;
	}

	100% {
		left: 0%;
	}
}

.banner_text .text {
	padding-left: 88px;
	width: 50%;
	/*    animation: roll_9 1.8s ease-in-out;
    animation-fill-mode: both;
    animation-delay: 0.3s;*/
	color: #333333;
}

.service-wrap1.active .banner_text .text {
	animation: fadeInUpSmall 1s ease-in-out;
	animation-fill-mode: both;
	animation-delay: 0.6s;
}

.banner_text .text font {
	color: #d75e2d;
}

.banner_text .text h3 {
	font-size: 70px;
	font-weight: normal;
	line-height: 1.6em;
}

.banner_text .text p {
	font-size: 38px;
}

.banner_text .text a {
	display: inline-block;
	text-decoration: underline;
	font-size: 14px;
	color: #d75e2d padding-left: 80px;
	background: url(../images/player.png) no-repeat left center;
	line-height: 60px;
	margin-top: 100px;
	display: none;
}

.section_scroll {
	position: absolute;
	left: 50%;
	bottom: 25px;
	margin-left: -35px;
	width: 70px;
	text-align: center;
	margin: 0 auto;
	font-size: 14px;
	color: #666;
	z-index: 99;
}

.scroll {
	position: relative;
}

.scroll p {
	margin-bottom: 10px;
}

.main-scroll {
	font-size: 14px;
	color: #cacaca;
	width: 18px;
	height: 20px;
	line-height: 27px;
	z-index: 1;
	position: relative;
}

.main-scroll:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 7px;
	left: 33px;
	top: 16px;
	/*#cacaca*/
	background-color: #666;
	z-index: 5;
	-webkit-animation: Tmouse 1s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
	-moz-animation: Tmouse 1s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
	-o-animation: Tmouse 1s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
	animation: Tmouse 1s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}

.main-scroll:after {
	content: '';
	position: absolute;
	width: 18px;
	height: 27px;
	border-radius: 25px;
	left: 24px;
	background: none;
	top: -8px;
	opacity: 0.8;
	/*#cacaca*/
	border: 1px solid #666;
}

.section_scroll2 {
	color: #fff;
}

.main-scroll2:before {
	background-color: #fff;
}

.main-scroll2:after {
	border: 1px solid #fff;
}

@-webkit-keyframes Tmouse {
	0% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	100% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@-moz-keyframes Tmouse {
	0% {
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	100% {
		-webkit-transform: translateY(-15px);
		-moz-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@-o-keyframes Tmouse {
	0% {
		-webkit-transform: translateY(-10px);
		-o-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	100% {
		-webkit-transform: translateY(-15px);
		-o-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

@keyframes Tmouse {
	0% {
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		-o-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	100% {
		-webkit-transform: translateY(-15px);
		-moz-transform: translateY(-15px);
		-o-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

.pc_img {}

.m_img {
	display: none;
}

#swiper-container1 {
	height: 100%;
}

#swiper-container1 .swiper-slide {
	height: 100%;
}

#swiper-container1 .swiper-slide img {
	/* transform: scale(1);
	transition: all 3s ease-out; */
	height: 100%;
}

#swiper-container1 .swiper-slide-active img {
	/* transform: scale(1.1); */
}

@media(max-width: 1600px) {
	.banner_text .text {
		padding-left: 0;
	}

	.banner_text .text h3 {
		font-size: 42px;
	}

	.banner_text .text p {
		font-size: 30px;
	}
}

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

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

@media(max-width: 1199px) {
	#swiper-container1 {
		height: auto;
	}

	#swiper-container1 .swiper-slide {
		height: auto;
	}

	.banner_text .text h3 {
		font-size: 32px;
	}

	.banner_text .text p {
		font-size: 24px;
	}

	.banner_text .text a {
		margin-top: 50px;
	}

	.section_scroll {
		display: none;
	}
}

@media(max-width: 768px) {

	.banner_text .text h3 {
		font-size: 26px;
	}

	.banner_text .text p {
		font-size: 20px;
	}

	.banner_text .text a {
		background-size: 50px;
		padding-left: 60px;
		margin-top: 30px;
	}
}

@media(max-width: 767px) {
	.service-wrap1 {
		height: auto;
		overflow: hidden;
	}

	.service-wrap1 #swiper-container1 {
		height: auto;
		/*height:calc(100vh - 70px);*/
	}

	.service-wrap1 .swiper-container .swiper-slide {
		display: table-cell;
		vertical-align: middle;
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		opacity: 0 !important;
	}

	.service-wrap1 .swiper-container .swiper-slide-active {
		opacity: 1 !important;
	}

	#swiper-container1 .swiper-slide img {
		height: auto;
	}

	.banner_text {
		display: none;
	}

	.pc_img {
		display: none;
	}

	.m_img {
		display: block;
		text-align: center;
	}

	#swiper-container1 .swiper-slide-active img {
		transform: scale(1.05);
	}

	.banner_text {
		position: relative;
	}

	.banner_text .text {
		width: 100%;
		text-align: center;
		/*display:block;*/
	}

	.banner_text .text h3 {
		font-size: 18px;
	}

	.banner_text .text p {
		font-size: 15px;
	}

	.banner_text .text a {
		background-size: 30px;
		padding-left: 40px;
		margin-top: 10px;
		line-height: 40px;
	}
}

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



.service-wrap2 {
	background: url(../images/bg1.jpg) no-repeat center;
	background-size: cover;
}

.index_about {}

.index_about .text {
	/*padding-left: 10%;*/
	width: 50%;
	float: right;
}

.index_about .text span {
	font-size: 22px;
	color: #fff;
	opacity: .6;
	text-transform: uppercase;
}

.index_about .text h3 {
	font-size: 44px;
	color: #fff;
	line-height: 1.4em;
}

.index_about .text h3 font {
	color: #d75e2d;
}

.index_about .text p {
	font-size: 15px;
	color: #dbdbdb;
	padding: 20px 0 95px;
}

.more1 {}

.more1 a {
	display: inline-block;
	text-decoration: underline;
	font-size: 16px;
	color: #fff;
	line-height: 135px;
	padding-left: 135px;
	background: url(../images/more1.png) no-repeat left center;
}

.index_about .text .more1 a {
	margin-left: -30px;
}

.service-wrap2.active .index_about .text {
	animation: fadeInUpSmall 1s ease-in-out;
	animation-fill-mode: both;
	animation-delay: 0.6s;
}

@media(max-width: 1600px) {
	.index_about .text {
		/*padding-left: 5%;*/
	}

	.index_about .text h3 {
		font-size: 36px;
	}

	.index_about .text p {
		padding: 20px 0 45px;
	}

}

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

@media(max-width: 1259px) {
	.index_about .text {
		padding-left: 0%;
	}
}

@media(max-width: 1199px) {
	.index_about {
		padding: 50px 0;
	}

	.index_about .text {
		width: 70%;
	}

	.index_about .text span {
		font-size: 18px;
	}

	.index_about .text h3 {
		font-size: 30px;
	}

	.index_about .text p {
		padding: 20px 0;
	}
}

@media(max-width: 768px) {
	.index_about {
	    margin-top: 30px;
		padding: 30px 0;
	}

	.index_about .text {
		width: 100%;
		float: none;
	}

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

	.index_about .text h3 {
		font-size: 24px;
	}

	.index_about .text p {
		padding: 15px 0;
	}

	.more1 a {
		line-height: 80px;
		padding-left: 85px;
		background: url(../images/more1.png) no-repeat left center;
		background-size: 80px;
	}

	.index_about .text .more1 a {
		margin-left: -0px;
	}
}

@media(max-width: 767px) {
	.index_about .text h3 {
		font-size: 18px;
	}

	.index_about .text p {
		padding: 10px 0;
	}

	.more1 a {
		line-height: 60px;
		background-size: 60px;
		padding-left: 65px;
	}
}

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


.service-wrap3 {
	background: url(../images/bg2.jpg) no-repeat center;
	background-size: cover;
}

#certify {
	position: relative;
}

#certify .swiper-slide {
	width: 800px;
	/*    height: 408px;*/
	background: #fff;
	text-align: center;
	border-radius: 10px;
	/*padding:10px;*/
	cursor: pointer;
}

#certify .swiper-slide .cont {
	display: flex;
	flex-wrap: wrap;
	box-shadow: 0 0px 10px #ddd inset;
}

#certify .swiper-slide .text {
	display: none;
	text-align: left;
	padding: 5%;
}

#certify .swiper-slide .text h3 {
	font-size: 36px;
	color: #333;
	font-weight: normal;
}

#certify .swiper-slide .text font {
	display: inline-block;
	width: 110px;
	line-height: 32px;
	background: #d75e2d;
	border-radius: 25px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
}

#certify .swiper-slide .text h4 {
	font-size: 14px;
	color: #333;
}

#certify .swiper-slide .text p {
	font-size: 14px;
	color: #808080;
}

#certify .swiper-slide .img {
	text-align: center;
	width: 100%;
	padding: 10px 0;
}

#certify .swiper-slide-active .text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 55%;
}

#certify .swiper-slide-active .img {
	width: 45%;
}

#certify .swiper-slide .img img {
	max-width: 300px;
}

#certify .swiper-button-prev {
	margin-top: -34px;
	left: 2%;
}

.s_left {
	width: 55px !important;
	height: 55px !important;
	border-radius: 50% !important;
	background: url(../images/left1.png) no-repeat center #fff !important;
	outline: none;
	box-shadow: 0px 0px 20px #ccc;
}

.s_left:hover {
	background: url(../images/right1.png) no-repeat center #d75e2d !important;
	transform: rotate(-180deg);
}

#certify .swiper-button-next {
	margin-top: -34px;
	right: 2%;
}

.s_right {
	width: 55px !important;
	height: 55px !important;
	border-radius: 50% !important;
	background: url(../images/left1.png) no-repeat center #fff !important;
	outline: none;
	transform: rotate(-180deg);
	box-shadow: 0px 0px 20px #ccc;
}

.s_right:hover {
	background: url(../images/right1.png) no-repeat center #d75e2d !important;
	transform: rotate(0deg);
}

.service-wrap3.active #certify {
	animation: fadeInUpSmall 1s ease-in-out;
	animation-fill-mode: both;
	animation-delay: 0.6s;
}

@media(max-width: 1600px) {
	#certify .swiper-slide .text {
		padding-left: 5%;
	}

	#certify .swiper-slide .text h3 {
		font-size: 30px;
	}

	#certify .swiper-slide .text font {
		margin-bottom: 40px;
	}
}

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

@media(max-width: 1259px) {

	.dialog_content {
		max-width: 800px
	}
}

@media(max-width: 1199px) {
	#certify {
		padding: 50px 0;
	}

	#certify .swiper-slide {
		width: 100%;
		/*        visibility: hidden;*/
		display: none;
	}

	#certify .swiper-slide-active {
		/*        visibility:visible;*/
		display: block;
	}

	.s_left {
		width: 45px !important;
		height: 45px !important;
	}

	.s_right {
		width: 45px !important;
		height: 45px !important;
	}
}

@media(max-width: 768px) {
	#certify .swiper-slide {
		/*width: 100%!important;*/
		visibility: hidden;
		display: flex;
		max-height: 600px;
		flex-direction: column;
	}

	#certify .swiper-slide-active {
		visibility: visible;
	}

	#certify .swiper-slide .text {
		padding-left: 3%;
	}

	#certify .swiper-slide .text h3 {
		font-size: 24px;
	}

	#certify .swiper-slide .text font {
		margin-bottom: 20px;
	}

	#certify .swiper-button-prev {
		left: 0;
	}

	#certify .swiper-button-next {
		right: 0;
	}

}

@media(max-width: 767px) {
	#certify {
		padding: 30px 0 70px;
	}

	#certify .swiper-button-prev {
		top: calc(100% - 60px);
		margin-top: 0;
		left: calc(50% - 60px);
	}

	#certify .swiper-button-next {
		top: calc(100% - 60px);
		margin-top: 0;
		right: calc(50% - 60px);
	}

	#certify .swiper-slide {
		/*padding:5px;*/
	}

	#certify .swiper-slide .cont {
		padding: 10px 0;
		flex-direction: column;
	}

	#certify .swiper-slide .text h3 {
		font-size: 18px;
	}

	#certify .swiper-slide .text font {
		margin-bottom: 10px;
	}

	#certify .swiper-slide .text p {
		line-height: 1.6em;
	}
	#certify .swiper-slide-active .text{
		width: 100%;
	}
	#certify .swiper-slide .img img {
	    max-width: 320px;
    }
    .news_list li .text p{
        height: 2.6em !important;
        -webkit-line-clamp: 2 !important;
    }
    .news_list li .text h3 a{
        font-weight: 400 !important;
    }
    .pic06 ul li{
        width:49% !important    ;
    }
}

@media(max-width: 320px) {
	#certify .swiper-slide {
		max-height: 320px;
	}

}


.service-wrap4 {
	position: relative;
}

.index_case {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 99;
}

.index_case_l {
	width: 50%;
	padding: 0 5%;
}

.index_case_l h2 {
	font-size: 38px;
	color: #333333;
	font-weight: normal;
}

.index_case_l h2 font {
	color: #d75e2d;
}

.index_case_l p {
	font-size: 14px;
	color: #656565;
}

.tab1li {
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
	max-width: 470px;
}

.tab1li li {
	width: 28%;
	margin-right: 8%;
	margin-bottom: 35px;
	text-align: center;
	background: #ebebeb;
	border-radius: 10px;
	padding: 35px 0 22px;
	color: #333;
	cursor: pointer;
}

.tab1li li:nth-child(3n) {
	margin-right: 0;
}

.tab1li li .img {
	width: 42px;
	height: 42px;
	overflow: hidden;
	margin: 0 auto 5px;
}

.tab1li li .img img {
	display: block;
	transition: all 0.6s ease-out;
}

.tab1li li h3 {
	font-size: 14px;
	font-weight: normal;
}

.tab1li li.cur {
	background: #d75e2d;
	color: #fff;
}

.tab1li li.cur .img img {
	margin-top: -41px;
}

.index_tab1 {}

.tab1 {
	display: none;
	height: 100vh;
}

.tab1 img {
	opacity: 0;
}

.service-wrap4.active .index_case_l {
	animation: fadeInUpSmall 1s ease-in-out;
	animation-fill-mode: both;
	animation-delay: 0.6s;
}

@media(max-width: 1600px) {
	.index_case_l h2 {
		font-size: 32px;
	}

	.tab1li li {
		margin-bottom: 25px;
		padding: 20px 0;
	}
}

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

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

@media(max-width: 1199px) {
	.index_case {
		position: relative;
		padding: 50px 0;
	}

	.index_case_l {
		width: 50%;
		padding: 0 0%;
	}

	.index_tab1 {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
	}

	.tab1 {
		height: 100%;
	}
}

@media(max-width: 768px) {
	.index_case_l h2 {
		font-size: 26px;
	}
}

@media(max-width: 767px) {
	.index_case {
		padding: 30px 0 10px;
	}

	.index_case_l {
		width: 100%;
	}

	.index_case_l h2 {
		font-size: 20px;
	}

	.tab1li {
		margin-top: 20px;
	}

	.tab1li li {
		width: 30%;
		margin-right: 5%;
		margin-bottom: 15px;
		padding: 10px 0;
	}

	.index_tab1 {
		position: relative;
		height: auto;
	}

}

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


.index_news {
	position: relative;
	padding-left: 23%;
}

.index_news .s_left {
	left: 10%;
	top: calc(100% - 135px);
	margin-top: 0;
}

.index_news .s_right {
	left: calc(10% + 125px);
	top: calc(100% - 135px);
	margin-top: 0;
}

.index_news .swiper-slide {
	width: auto;
	padding: 17px 0 0 17px;
}

.index_news .swiper-slide:before {
	content: '';
	width: 172px;
	height: 172px;
	background: #d75e2d;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0;
}

.index_news .swiper-slide .img {
	overflow: hidden;
}

.index_news .swiper-slide .img img {
	transition: all 0.6s ease-out;
}

.index_news .swiper-slide .text {
	padding-top: 10px;
}

.index_news .swiper-slide .text .date1 {}

.index_news .swiper-slide .text .date1 span {
	display: block;
	font-size: 14px;
	color: #999;
}

.index_news .swiper-slide .text .date1 span:nth-child(1) {
	font-size: 50px;
	color: #999999;
	line-height: 1.2em;
}

.index_news .swiper-slide .text h3 {
	font-size: 24px;
	color: #333333;
	font-weight: normal;
}

.index_news .swiper-slide .text p {
	font-size: 14px;
	color: #b2b2b2;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index_news .swiper-slide:hover:before {
	opacity: 1;
}

.index_news .swiper-slide:hover .text .date1 span {
	color: #d75e2d;
}

.index_news .swiper-slide:hover .text .date1 span:nth-child(1) {
	color: #d75e2d;
}

.index_news .swiper-slide:hover .text h3 {
	color: #d75e2d;
}

.service-wrap5.active .index_news {
	animation: fadeInUpSmall 1s ease-in-out;
	animation-fill-mode: both;
	animation-delay: 0.6s;
}

@media(max-width: 1600px) {
	.index_news .swiper-slide .text .date1 span:nth-child(1) {
		font-size: 36px;
	}

	.index_news .swiper-slide .text h3 {
		font-size: 20px;
	}

	.index_news .s_left {
		left: 6%;
	}

	.index_news .s_right {
		left: calc(6% + 100px);
	}
}

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

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

@media(max-width: 1199px) {
	.index_news {
		padding: 50px 0 70px;
		width: 92%;
		margin: 0 auto;
	}

	.index_news .swiper-slide {
		padding: 0;
	}

	/*    .index_news .s_left{
        display: none;
    }
    .index_news .s_right {
        display: none;
    }*/
	.index_news .swiper-button-prev {
		top: calc(100% - 60px);
		margin-top: 0;
		left: calc(50% - 60px);
	}

	.index_news .swiper-button-next {
		top: calc(100% - 60px);
		margin-top: 0;
		left: calc(50% + 10px);
	}
}

@media(max-width: 768px) {
	.index_news .swiper-slide .text .date1 span:nth-child(1) {
		font-size: 26px;
	}

	.index_news .swiper-slide .text h3 {
		font-size: 18px;
	}
}

@media(max-width: 767px) {
	.index_news {
		padding: 30px 0 70px;
	}

	.index_news .swiper-slide {
		/*display: none;*/
		/*width: 100%!important;*/
	}

	.index_news .swiper-slide-active {
		display: block;
	}

	.index_news .swiper-slide .text .date1 span:nth-child(1) {
		font-size: 20px;
	}

	.index_news .swiper-slide .text h3 {
		font-size: 16px;
	}
}

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



.index_foot {
	width: 100%;
	height: 100vh;
	background: url(../images/bg3.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}

.index_foot:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: rgba(0, 0, 0, .04);
}

.index_foot .wrap1 {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
}

.index_partner {
	width: 50%;
	/*    display: flex;
    flex-direction: column;
    justify-content: center;*/
	padding-right: 10%;
	padding-top: 15%;

}

.index_partner .index_titles p {
	max-width: 575px;
}

.index_titles {
	margin-bottom: 25px;
}

.index_titles h3 {
	font-size: 38px;
	color: #333;
	line-height: 1.6em;
	font-weight: normal;
	margin-bottom: 0px;
}

.index_titles h3 font {
	color: #d75e2d;
}

.index_titles p {
	font-size: 14px;
	color: #666666;
}

.partner_list {
	display: flex;
	flex-wrap: wrap;
}

.partner_list li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 16px;
	border: 1px solid #e0e0e0;
}

.partner_list li:nth-child(3n) {
	margin-right: 0;
}

.index_contact {
	position: relative;
	width: 50%;
	padding-left: 10%;
	padding-top: 15%;

	/*    display: flex;
    flex-direction: column;
    justify-content: center;*/
}

.index_contact .cont {
	font-size: 14px;
	color: #333;
	font-weight: bold;
}

.index_contact .cont p {
	padding: 5px 0;
}

.index_contact .cont p img {
	max-width: 15%;
	margin-top: 10px;
}

.index_contact a.zx {
	display: block;
	width: 200px;
	line-height: 62px;
	background: #d86638;
	border-radius: 10px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	margin-top: 30px;
}

.index_contact a.zx:hover {
	opacity: .8;
}

.copyright1 {
	position: absolute;
	bottom: 35px;
	left: 20%;
}

.service-wrap6.active .index_partner {
	animation: fadeInUpSmall 1s ease-in-out;
	animation-fill-mode: both;
	animation-delay: 0.6s;
}

.service-wrap6.active .index_contact {
	animation: fadeInUpSmall 1s ease-in-out;
	animation-fill-mode: both;
	animation-delay: 0.6s;
}

@media(max-width: 1600px) {
	.index_contact {
		padding-left: 5%;
	}

	.copyright1 {
		left: 10%;
	}

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

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

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

@media(max-width: 1199px) {
	.index_foot {
		height: auto;
		padding: 50px 0;
	}

	.index_partner,
	.index_contact {
		padding-top: 0;
	}

	.index_contact a.zx {
		width: 150px;
		line-height: 55px;
		margin-top: 30px;
	}

	.copyright1 {
		position: relative;
		left: 0%;
		bottom: 0;
		margin-top: 15px;
	}
}

@media(max-width: 768px) {
	.index_partner {
		padding-right: 3%;
	}

	.index_contact {
		padding-left: 3%;
	}

	.index_titles h3 {
		font-size: 24px;
	}

	.index_contact a.zx {
		width: 120px;
		line-height: 50px;
		margin-top: 10px;
	}
}

@media(max-width: 767px) {
	.index_foot {
		height: auto;
		padding: 30px 0;
	}

	.index_foot:before {
		content: '';
		position: absolute;
		right: 0;
		top: 0%;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .04);
		display: none;
	}

	.index_partner {
		padding-right: 0%;
		width: 100%;
	}

	.partner_list li {
		margin-bottom: 10px;
	}

	.index_contact {
		padding-left: 0%;
		width: 100%;
		position: relative;
		margin-top: 20px;
	}

	.index_titles {
		margin-bottom: 10px;
	}

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

	.index_contact a.zx {
		width: 100px;
		line-height: 42px;
	}

	.index_contact .cont p {
		padding: 0px 0;
	}

}

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

@keyframes fadeInUpSmall {
	from {
		opacity: 0;
		transform: translate3d(0%, 10px, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInUpSmall {
	animation-name: fadeInUpSmall;
}

/*----- Common css ------*/

.fl {
	float: left;
}

.fr {
	float: right;
}

.di {
	_display: inline;
}

.fwn {
	font-weight: normal;
}

.dib {
	*display: inline;
	_zoom: 1;
	_display: inline;
	_font-size: 0px;
}

.f_none {
	display: none;
}



/*------------内页-------------------*/
.header {
	background: #fff;
	top: 0;
}

.n_banner {
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.n_banner img {
	width: 100%;
	margin: 0 auto
}

.banner_text2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 8;
	padding-left: 10%;
	color: #fff;
}

.pro_banner{
    
}

.banner_text2 h3 {
	font-size: 60px;
	font-weight: normal;
	line-height: 1.5em;
}

.banner_text2 p {
	font-size: 30px;
}

.site {
	margin-top: -100px;
	height: 100px;
	background: #fff;
	position: relative;
	z-index: 9;
	border-bottom: 1px solid #e0e0e0;
	padding: 0 60px;
}

.sort {
	float: left;
	display: flex;
	flex-wrap: wrap;
}

.sort li {
	margin-right: 95px;
}

.sort li:last-child {
	margin-right: 0;
}

.sort li a {
	display: block;
	line-height: 100px;
	font-size: 16px;
	color: #333;
	position: relative;
}

.sort li a.active {
	color: #d75e2d;
}

.sort li a:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: #d75e2d;
	opacity: 0;
}

.sort li a.active:before {
	background: #d75e2d;
	opacity: 1;
}

.sort li a:hover {
	color: #d75e2d;
}

.sort li a:hover:before {
	opacity: 1;
}

.sort li.on a {
	color: #d75e2d;
}

.sort li.on a:before {
	opacity: 1;
}

a.back {
	font-size: 16px;
	color: #333;
	padding-left: 38px;
	background: url(../images/back.png) no-repeat left center;
	float: right;
	line-height: 50px;
	margin-top: 25px;
	transition: all .3s;
}

a:hover.back {
	color: #d75e2d;
	background: url(../images/back_on.png) no-repeat left center;
}

@media(max-width: 1600px) {
	.banner_text2 h3 {
		font-size: 42px;
	}

	.banner_text2 p {
		font-size: 26px;
	}

	.site {
		margin-top: -80px;
		height: 80px;
	}

	.sort li {
		margin-right: 50px;
	}

	.sort li a {
		line-height: 80px;
	}

	a.back {
		margin-top: 15px;
	}
}

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

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

@media(max-width: 1199px) {
	.banner_text2 h3 {
		font-size: 30px;
	}

	.banner_text2 p {
		font-size: 20px;
	}

	.site {
		margin-top: -60px;
		height: 60px;
		padding: 0 2%;
	}

	.sort li {
		margin-right: 20px;
	}

	.sort li a {
		line-height: 60px;
	}

	a.back {
		margin-top: 5px;
	}
}

@media(max-width: 768px) {
	.banner_text2 {
		padding-left: 5%;
	}

	.banner_text2 h3 {
		font-size: 24px;
	}

	.banner_text2 p {
		font-size: 15px;
	}

	.site {
		margin-top: 0px;
		height: auto;
		width: 100%;
		padding: 0 20px;
	}

	.sort li {
		margin-right: 15px;
	}

	.sort li a {
		line-height: 50px;
	}

	a.back {
		margin-top: 0px;
	}
}

@media(max-width: 767px) {
	.banner_text2 h3 {
		font-size: 20px;
	}

	.sort li a {
		font-size: 15px;
	}

	a.back {
		display: none;
	}

}

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


/*foot*/
#footer {
	background: #e6e6e6;
}

.foot {
	padding: 95px 0 60px;
}

.f_nav {
	float: left;
	display: flex;
	flex-wrap: wrap;
	width: 58.5%;
}

.f_nav li {
	width: 18.4%;
	margin-right: 2%;
}

.f_nav li:last-child {
	margin-right: 0;
}

.f_nav li h3 a {
	display: block;
	font-size: 20px;
	color: #4c4c4c;
	font-weight: normal;
}

.f_nav li .f_nav_a {
	margin-top: 10px;
}

.f_nav li .f_nav_a a {
	display: block;
	font-size: 14px;
	color: #808080;
}

.f_nav li .f_nav_a a:hover {
	color: #d75e2d;
}

.f_coode {
	width: 20%;
	float: left;
	text-align: center;
	position: relative;
}

.f_coode:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 220px;
	background: #cccccc;
	margin-top: -110px;
}

.f_coode p:nth-child(1) {
	margin-bottom: 25px;
}

.f_coode p:nth-child(1) img {
	width: 120px;
	height: 120px;
}

.f_contact {
	width: 20%;
	float: right;
	font-size: 16px;
	color: #808080;
}

.f_contact p:nth-child(2) {
	font-size: 22px;
	color: #333333;
}

.f_a {
	display: flex;
	margin-top: 30px;
}

.f_a a {
	display: block;
	width: 46px;
	height: 46px;
	line-height: 46px;
	background: #999999;
	border-radius: 50%;
	text-align: center;
	margin-right: 30px;
}

.f_a a:last-child {
	margin-right: 0;
}

.f_a a:hover {
	background: #d75e2d;
}

.foot2 {
	padding: 20px 0;
	border-top: 1px solid #cccccc;
}

.f_link {
	margin-bottom: 25px;
}

@media(max-width: 1600px) {
	.foot {
		padding: 60px 0;
	}

	.f_nav li h3 a {
		font-size: 16px;
	}

	.f_coode {
		padding: 0 15px;
	}

	.f_contact p:nth-child(2) {
		font-size: 18px;
	}

	.f_contact {
		padding-left: 15px;
	}
}

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

@media(max-width: 1350px) {
	.logo img {
		top: -5px;
		height: 60px;
	}
}


@media(max-width: 1259px) {
	.foot {
		padding: 30px 0;
	}

	.f_nav {
		width: calc(100% - 300px);
	}

	.f_coode {
		display: none;
	}
}

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

@media(max-width: 768px) {
	.foot {
		padding: 25px 0 15px;
	}

	.f_nav {
		width: 100%;
	}

	.f_contact {
		width: 100%;
		padding-left: 0;
		margin-top: 10px;
		display: none;
	}
}

@media(max-width: 767px) {
	.foot {
		display: none;
	}

	.foot2 {
		border: none;
		padding: 5px 0;
	}

	.f_link {
		margin-bottom: 10px;
	}
}

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


/*about*/
#about1 {
	padding: 60px 95px 60px 0
}

.about1 {
	display: flex;
	flex-wrap: wrap;
}

.about1 .img {
	width: 46%;
}

.about1 .text {
	width: 54%;
	padding-left: 75px;
}

.about1 .text h3 {
	font-size: 38px;
	color: #4c4c4c;
	font-weight: normal;
}

.about1 .text p {
	font-size: 15px;
	color: #808080;
}

.about1 .text dl {
	display: flex;
	margin-top: 70px;
}

.about1 .text dl li {
	width: 33.333%;
}

.about1 .text dl li dt {
	font-size: 20px;
	color: #d75e2d;
	line-height: 1.4em;
}

.about1 .text dl li dt span {
	font-size: 60px;
	font-weight: 700;
}

.about1 .text dl li dd {
	font-size: 14px;
	color: #666666;
}

.about1_2 {
	padding: 160px 90px 90px;
	text-align: center;
}

.about_logo {

	margin-bottom: 35px;
}

.about1_2 .text {
	font-size: 16px;
	color: #292826;
	padding: 40px 70px 70px;
	background: url(../images/about_bg1.png) center;
}

#about2 {
	background: url(../images/about_bg2.jpg) no-repeat center #f0f0f0;
	padding: 60px 0 100px;
}

.about2 {
	padding: 0 90px;
}

.about2 h2 {
	font-size: 38px;
	color: #4c4c4c;
	font-weight: normal;
	line-height: 1em;
	margin-bottom: 110px;
}

#about2 .up {
	width: 76.25%;
	margin: 0 auto;
	margin-bottom: 120px;
	position: relative;
}

#about2 .five_img {
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}

#about2 .five_img .five {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	cursor: pointer;
}

#about2 .five_img .five .year {
	color: #a6a6a6;
	font-size: 20px;
	margin-bottom: 15px;
}

#about2 .five_img .five:hover .year {
	color: #d75e2d;
}

#about2 .five_img .five.act .year {
	color: #d75e2d;
}

#about2 .five_img .five .s_img {
	width: 30px;
	height: 30px;
	position: relative;
}

#about2 .five_img .five .s_img img {
	position: absolute;
	top: 0;
	left: 0;
}

#about2 .five_img .five .s_img img:last-child {
	opacity: 0;
}

#about2 .five_img .five:hover .s_img img:last-child {
	opacity: 1;
}

#about2 .five_img .five:hover .s_img img:first-child {
	opacity: 0;
}

#about2 .five_img .five.act .s_img img:last-child {
	opacity: 1;
}

#about2 .five_img .five.act .s_img img:first-child {
	opacity: 0;
}

#about2 .up .line {
	width: 98%;
	height: 2px;
	background-color: #e5e5e5;
	position: absolute;
	bottom: 14px;
	left: 50%;
	transform: translateX(-50%);
}

#about2 .swp {
	width: 100%;
	padding-left: 8.3333%;
}

#about2 .swp .swiper1 {}

#about2 .swp .swiper1 .swiper-slide {
	width: 22.72%;
	margin: 0 60px 0 0;
	/*opacity: 0!important;*/
}

#about2 .swp .swiper1 .swiper-slide-active {
	width: 54.55% !important;
	opacity: 1 !important;
}

#about2 .swp .swiper1 .swiper-slide .s1_box {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

#about2 .swp .swiper1 .swiper-slide .s1_box .left {
	width: 0;
}

#about2 .swp .swiper1 .swiper-slide-active .s1_box .left {
	width: 52%;
	height: 280px;
	border-radius: 18px;
	overflow: hidden;
}

#about2 .swp .swiper1 .swiper-slide .s1_box .left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#about2 .swp .swiper1 .swiper-slide .s1_box .right {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#about2 .swp .swiper1 .swiper-slide-active .s1_box .right {
	width: 41.875%;
}

#about2 .swp .swiper1 .swiper-slide .s1_box .right .year {
	color: #ccc;
	font-family: "numa";
	font-weight: bold;
	font-size: 44px;
	line-height: 1em;
	padding-top: 30px;
}

#about2 .swp .swiper1 .swiper-slide-active .s1_box .right .year {
	color: #d75e2d;
	padding-top: 0;
}

#about2 .swp .swiper1 .swiper-slide .s1_box .right .line {
	width: 100%;
	height: 1px;
	background-color: #e5e5e5;
	margin: 32px 0 36px 0;
}

#about2 .swp .swiper1 .swiper-slide .s1_box .right .text {}

#about2 .swp .swiper1 .swiper-slide .s1_box .right .text .c_text {
	color: #999;
	font-size: 16px;
	margin-bottom: 30px;
	font-weight: bold;
}

#about2 .swp .swiper1 .swiper-slide .s1_box .right .text .c_text:last-child {
	margin-bottom: 0px;
	line-height: 2em;
}

#about2 .swp .swiper1 .swiper-slide-active .s1_box .right .text .c_text {
	color: #333;
}

#about3 {
	background: url(../images/about_bg3.jpg) no-repeat center;
	background-size: cover;
	padding: 80px 0 150px;
}

.about3 h2 {
	font-size: 38px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	margin-bottom: 75px;
}

.whln {
	display: flex;
	flex-wrap: wrap;
}

.whln li {
	width: 32%;
	margin-right: 2%;
	color: #fff;
	text-align: center;
}

.whln li:last-child {
	margin-right: 0;
}

.whln li .img {
	text-align: center;
	height: 52px;
}

.whln li h3 {
	font-size: 20px;
	margin: 45px 0 15px;
}

.whln li p {
	font-size: 16px;
}

#about4 {
	padding: 60px 0 30px;
}

.about_title1 {}

.about_title1 h2 {
	font-size: 38px;
	color: #333;
	line-height: 1.4em;
}

.about_title1 p {
	font-size: 16px;
	color: #666;
}

.scroll_img1 {
	margin-top: 35px;
}

#about5 {
	padding: 110px 0 0;
}

#about6 {
	padding: 60px 0 90px;
}

.about4,
.about5,
.about6 {
	padding: 0 100px;
}

.scroll_img2 {
	margin-top: 55px;
	position: relative;
}

.about6 .s_left {
	left: -112px;
	margin-top: -34px;
}

.about6 .s_right {
	right: -112px;
	margin-top: -34px;
}

.scroll_img2 p {
	text-align: center;
	font-size: 16px;
	color: #333;
	padding-top: 20px;
}

#about4 .c-banner3,
#about5 .c-banner4 {
	padding-bottom: 90px;
}

.c-bottom-wrap {
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 90px;
}

#about4 .c-bottom-wrap .swiper-button-next,
#about4 .c-bottom-wrap .swiper-button-prev,
#about5 .c-bottom-wrap .swiper-button-next,
#about5 .c-bottom-wrap .swiper-button-prev {
	top: 0;
	margin-top: 0;
	width: 42px !important;
	height: 42px !important;
	position: relative;
}

#about4 .c-bottom-wrap .swiper-button-prev,
#about5 .c-bottom-wrap .swiper-button-prev {
	left: 0;
	margin-right: 25px;
}

#about4 .c-bottom-wrap .swiper-button-next,
#about5 .c-bottom-wrap .swiper-button-next {
	left: 0;
}

#about4 .c-bottom-wrap .swiper-pagination,
#about5 .c-bottom-wrap .swiper-pagination {
	text-align: left;
	font-size: 20px;
	color: #999;
	width: 100px;
	position: relative;
	bottom: 0;
}

.c-bottom-wrap .swiper-pagination-current {
	font-style: Italic;
	font-size: 36px;
	color: #333;
}

.c-bottom-wrap .c-line-box {
	position: relative;
	margin-bottom: 5px;
	width: -webkit-calc(-130%);
	width: calc(100% - 240px);
	height: 1px;
	background: #dadada;
	overflow: hidden;
	margin-right: 20px;
}

.c-bottom-wrap .c-line-box .c-line {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: #d75e2d;
	-webkit-animation: w1 infinite 2.99s;
	animation: w1 infinite 2.99s;
}

@-webkit-keyframes w1 {
	0% {
		width: 0;
	}

	100% {
		width: 100%;
	}
}

@-moz-keyframes w1 {
	0% {
		width: 0;
	}

	100% {
		width: 100%;
	}
}

@-o-keyframes w1 {
	0% {
		width: 0;
	}

	100% {
		width: 100%;
	}
}

@keyframes w1 {
	0% {
		width: 0;
	}

	100% {
		width: 100%;
	}
}

@media(max-width: 1600px) {
	#about1 {
		padding: 80px 0px 0;
	}

	.about1 .text {
		padding-left: 30px;
	}

	.about1 .text h3 {
		font-size: 24px;
	}

	.about1 .text p {
		font-size: 14px;
	}

	.about1 .text dl {
		margin-top: 10px;
	}

	.about1 .text dl li dt {
		font-size: 18px;
	}

	.about1 .text dl li dt span {
		font-size: 40px;
	}

	.about1_2 {
		padding: 80px 0px;
	}

	.about_logo img {
		max-width: 30%;
	}

	#about2 {
		padding: 80px 0 100px;
	}

	.about2 {
		padding: 0;
	}

	.about2 h2 {
		font-size: 26px;
		margin-bottom: 50px;
	}

	#about2 .up {
		width: 100%;
		margin-bottom: 50px;
	}

	#about2 .swp .swiper1 .swiper-slide .s1_box .right .year {
		padding-top: 50px;
	}

	#about2 .swp .swiper1 .swiper-slide-active .s1_box .right .year {
		padding-top: 0;
	}

	#about2 .swp .swiper1 .swiper-slide .s1_box .right .year {
		font-size: 32px;
	}

	#about2 .swp .swiper1 .swiper-slide .s1_box .right .line {
		margin: 20px 0;
	}

	#about3 {
		padding: 80px 0;
	}

	.about3 h2 {
		font-size: 30px;
		margin-bottom: 50px;
	}

	.whln li h3 {
		margin: 30px 0 15px;
	}

	#about4 {
		padding: 80px 0 0;
	}

	.about_title1 h2 {
		font-size: 26px;
	}

	.about_title1 p {
		font-size: 15px;
	}

	#about5 {
		padding: 80px 0 0;
	}

	.scroll_img2 {
		margin-top: 35px;
	}

	.about4,
	.about5,
	.about6 {
		padding: 0;
	}
}

@media(max-width: 1440px) {
    .about6 .s_left{
        left: -64px;
    }
    .about6 .s_right{
        right:-64px;
    }
}

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

@media(max-width: 1199px) {
	#about1 {
		padding: 60px 0px 0;
	}

	.about1 .text h3 {
		font-size: 20px;
	}

	.about1 .text dl li dt {
		font-size: 16px;
	}

	.about1 .text dl li dt span {
		font-size: 30px;
	}

	.about1_2,
	#about2,
	#about3,
	#about5,
	#about6 {
		padding: 60px 0px;
	}

	.about2 h2 {
		font-size: 22px;
		margin-bottom: 30px;
	}

	#about2 .up {
		margin-bottom: 30px;
	}

	.about3 h2 {
		font-size: 24px;
		margin-bottom: 30px;
	}

	.whln li h3 {
		margin: 15px 0;
		font-size: 18px;
	}

	.whln li p {
		font-size: 15px;
	}

	.about_title1 h2 {
		font-size: 24px;
	}

	.about_title1 p {
		font-size: 14px;
	}

	#about4 {
		padding-top: 60px;
	}
}

@media(max-width: 960px) {
	#about2 .swp {
		padding: 0 2%;
	}

	#about2 .swp .swiper1 .swiper-slide {
		margin-right: 0;
	}

	.about6 .s_left,
	.about6 .s_right {
		display: none;
	}
}

@media(max-width: 768px) {
	#about1 {
		padding: 40px 0px 0;
	}

	.about1 .img {
		width: 100%;
	}

	.about1 .text {
		width: 100%;
		padding-left: 0;
		margin-top: 15px;
	}

	.about1 .text dl li dt {
		font-size: 14px;
	}

	.about1 .text dl li dt span {
		font-size: 24px;
	}

	.about_logo {
		margin-bottom: 20px;
	}

	.about1_2 .text {
		padding: 20px 0px;
		font-size: 15px;
	}

	.about1_2,
	#about2,
	#about3,
	#about5,
	#about6 {
		padding: 40px 0px;
	}

	.about2 h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}

	#about2 .swp .swiper1 .swiper-slide-active .s1_box .left {
		width: 40%;
	}

	#about2 .swp .swiper1 .swiper-slide-active .s1_box .right {
		width: 60%;
		padding-left: 20px;
	}

	#about4 {
		padding-top: 40px;
	}

}

@media(max-width: 767px) {
	#about1 {
		padding: 30px 0px 0;
	}

	.about1_2,
	#about2,
	#about3,
	#about5 {
		padding: 30px 0px;
	}

	#about6 {
		padding:  30px 0;
	}

	#about2 .up {
		display: none;
	}

	#about2 .swp .swiper1 .swiper-slide .s1_box {
		flex-wrap: wrap;
	}

	#about2 .swp .swiper1 .swiper-slide-active .s1_box .left {
		width: 100%;
		height: auto;
	}

	#about2 .swp .swiper1 .swiper-slide-active .s1_box .right {
		width: 100%;
		padding-left: 0px;
		margin-top: 15px;
	}

	#about2 .swp .swiper1 .swiper-slide .s1_box .right .year {
		font-size: 20px;
	}

	#about2 .swp .swiper1 .swiper-slide .s1_box .right .line {
		margin: 10px 0;
	}

	#about2 .swp .swiper1 .swiper-slide .s1_box .right .text .c_text {
		font-size: 14px;
	}

	.scroll_img1,
	.scroll_img2 {
		margin-top: 20px;
	}

	#about4 {
		padding-top: 30px;
	}

	.whln li {
		width: 100%;
		margin-bottom: 10px;
	}

	.whln li h3 {
		margin: 5px 0;
		font-size: 16px;
	}

	.about_title1 h2 {
		font-size: 20px;
	}

	#about4 .c-banner3,
	#about5 .c-banner4 {
		padding-bottom: 70px;
	}

	.c-bottom-wrap {
		height: 70px;
	}

	#about4 .c-bottom-wrap .swiper-pagination,
	#about5 .c-bottom-wrap .swiper-pagination {
		width: 60px;
	}

	#about4 .c-bottom-wrap .swiper-pagination,
	#about5 .c-bottom-wrap .swiper-pagination {
		font-size: 16px;
	}

	.c-bottom-wrap .swiper-pagination-current {
		font-size: 24px;
	}

	.c-bottom-wrap .c-line-box {
		width: calc(100% - 200px);
	}

}

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

.alltime,
.alltime * {
	-webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
	-moz-transition: all .4s cubic-bezier(.4, 0, .2, 1);
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
}


.dialog {
	position: fixed;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	-webkit-justify-content: center;
	justify-content: center;
	pointer-events: none;
	/*    visibility: hidden;*/
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10000000;
	background: rgba(0, 0, 0, .2);
	display: none;
}

/*.dialog.dialog_open{
    visibility:visible;
}*/
.dialog_content {
	position: relative;
	padding: 3em 0 0 0;
	max-width: 1200px;

	opacity: 1;
	pointer-events: auto;

	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;

	min-width: 290px;
	background: #fff;
	/*    text-align: center;*/
	z-index: 1000005;
	margin: 0 auto;
	height: 78vh;
	margin-top: 15vh;
}

.dialog_content .box {
	position: relative;
	max-height: calc(78vh - 3em);
	min-height: 40vh;
	padding: 0 4em 0 4em;
	overflow: auto;
}

.dialog_content .box::-webkit-scrollbar {
	width: 5px;
	background-color: #f4f4f4;
}

.dialog_content .box::-webkit-scrollbar-thumb {
	border: solid 1px #f4f4f4;
	width: 2px;
	border-radius: 4px;
	background-color: #d75e2d;
}

.dialog_content .box::-webkit-scrollbar-corner {
	background-color: #f4f4f4;
}

.dialog_content .box::-webkit-scrollbar:horizontal {
	height: 9px;
}

.dialog_content .box::-webkit-selection {
	background: #d75e2d;
	color: #fff;
}

.dialog_content .box::-moz-selection {
	background: #d75e2d;
	color: #fff;
}

.dialog_content .box::selection {
	background: #d75e2d;
	color: #fff;
}

.dialog_content .close {
	position: absolute;
	left: 100%;
	top: 0;
	background-color: #d75e2d;
	padding: 25px 20px 20px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	width: 78px;
	height: 110px;
}

.dialog_content .close>i {
	font-size: 32px;
	display: inline-block;
	color: #fff;
	margin-bottom: 8px;
	line-height: 1em;
}

.dialog_content .close>span {
	color: #fff;
	display: inline-block;
}

.dialog_content .box h3 {
	font-size: 26px;
	color: #333;
	padding-bottom: 15px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 20px;
}

.dialog_content .box .text1 {
	font-size: 14px;
	color: #666;
	margin-bottom: 30px;
}

.dialog_content .box .text1 .p_cs {
	display: flex;
	flex-wrap: wrap;
	background: #f4f4f4;
	border: 1px solid #f0f0f0;
	padding: 20px 50px;
	margin: 20px 0;
}

.dialog_content .box .text1 .p_cs p {
	width: 32%;
	margin-right: 2%;
	padding: 5px 0;
}

.dialog_content .box .text1 .p_cs p:nth-child(3n) {
	margin-right: 0;
}

.dialog_content .box .text1 .p_cs p strong {
	color: #333;
}

.dialog_content .box .texts {
	display: flex;
	flex-wrap: wrap;
}

.dialog_content .box .texts span {
	width: 45px;
	color: #333;
	font-weight: bold;
	display: block;
}

.dialog_content .box .texts div {
	width: calc(100% - 45px);
}

.dialog_content .box .text3 {
	margin: 20px 0 35px;
	width: 100%;
}

.dialog_content .box .img2 {
	text-align: center;
}

@media(max-width: 1600px) {
	.dialog_content .box h3 {
		font-size: 24px;
	}
}

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

@media(max-width: 1259px) {
	.dialog_content {
		max-width: 800px;
	}

	.dialog_content .box {
		padding: 0 3% 2em;
	}
}

@media(max-width: 1199px) {
	.dialog_content {
		padding: 2em 0 0;
		max-height: calc(78vh - 0em);
	}

}

@media(max-width: 900px) {
	.dialog_content .close {
		left: calc(100% - 70px);
		top: -80px;
		width: 70px;
		height: 80px;
		padding: 10px 20px;
	}

	.dialog_content .close>i {
		margin-bottom: 5px;
	}
}

@media(max-width: 768px) {
	.dialog_content .box h3 {
		font-size: 20px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.dialog_content .box .text1 .p_cs {
		padding: 5px 10px;
		margin: 20px 0;
	}

	.dialog_content .box .text1 .p_cs p {
		width: 49%;
		padding: 0px 0;
	}

	.dialog_content .box .text1 .p_cs p:nth-child(3n) {
		margin-right: 2%;
	}

	.dialog_content .box .text1 .p_cs p:nth-child(2n) {
		margin-right: 0;
	}
}

@media(max-width: 767px) {
	.dialog_content .box h3 {
		font-size: 16px;
	}

	.dialog_content .box .text1 .p_cs {
		margin: 15px 0;
	}

	.dialog_content .box .text1 .p_cs p {
		width: 100%;
		margin-right: 0 !important;
	}

	.dialog_content .box .text3 {
		margin: 15px 0;
	}
}

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




/*product*/

.product {
	padding: 65px 0 85px;
}

.products {
	display: flex;
	flex-wrap: wrap;
	background: #eeeeee;
	margin-bottom: 40px;
}

.products:nth-child(2n) {
	flex-direction: row-reverse;
}

.pro_l {
	width: 35%;
	background: #d75e2d;
	border-radius: 10px;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	padding: 0 55px;
}

.pro_l .img {
	max-width: 210px;
	width: 40%;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.pro_l .text {
	width: 60%;
	padding-left: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.pro_l .text h3 {
	font-size: 36px;
	margin-bottom: 10px;
}

.pro_l .text p {
	font-size: 15px;
}

.pro_r {
	width: 65%;
	padding: 40px 40px;
}

.pro_r .swiper-slide {
	text-align: center;
	color: #333;
	padding: 20px;
	cursor: pointer;
}

.pro_r p {
	font-size: 15px;
	padding: 10px 0 0px;
}

.pro_r .swiper-slide:hover {
	background: #fff;
	color: #d75e2d;
}

#product1 {}

@media(max-width: 1600px) {
	.product {
		padding: 50px 0;
	}

	.pro_l {
		padding: 0 15px;
	}

	.pro_l .img {
		width: 40%;
	}

	.pro_l .text {
		width: 60%;
		padding-left: 15px;
	}

	.pro_l .text h3 {
		font-size: 24px;
		margin-bottom: 0;
	}

	.pro_r {
		padding: 25px 15px;
	}

	.pro_r .swiper-slide {
		padding: 10px;
	}
}

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

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

@media(max-width: 1199px) {
	.product {
		padding: 30px 0;
	}

	.products {
		margin-bottom: 20px;
	}

	.pro_l .text h3 {
		font-size: 20px;
	}

	.pro_r {
		padding: 15px 10px;
	}
}

@media(max-width: 768px) {
	.products:nth-child(2n) {
		flex-direction: row;
	}

	.pro_l {
		width: 100%;
		padding: 10px;
	}

	.pro_r {
		width: 100%;
	}
}

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

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

/* add_pro */
.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	margin-top: 60px;
	margin-bottom: 30px;
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.pro-wrapper .pro-box {
	background: #fff;
	margin-bottom: 20px;
}

.pro-wrapper .pro-box .img {
	border: 1px solid #ddd;
}

.img-width {
	width: 100%;
	height: auto;
}

.card-thumb {
	display: block;
	flex-grow: 0;
	overflow: hidden;
	position: relative;
}

.card-thumb img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	transition: all .2s ease;
}

.card-thumb img {
	transition: all 0.5s ease;
}

.card-thumb:hover img {
	transform: scale(1.05);
}

.pro-wrapper .pro-box .text {
	border: 1px solid #ddd;
	border-top: 0;
	padding: 20px 25px;
	position: relative;
}

.pro-wrapper .pro-box .text:before {
	content: "";
	width: 3px;
	height: 16px;
	background: #d75e2d;
	display: block;
	position: absolute;
	top: 23px;
	left: 0;
}

.pro-wrapper .pro-box .text h4 {
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	height: 30px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.pro-wrapper .pro-box .text h4 a {
	color: #666666;
}

.pro-wrapper .pro-box .text h4 a span{
    color: #d75e2d !important;
}

.pro-wrapper .pro-box .text .feed-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}

.pro-wrapper .pro-box .text .feed-box .feed {
	cursor: pointer;
	width: 115px;
	height: 54px;
	border: 1px solid #999;
	border-radius: 50px;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 54px;
	color: #999999;
}


.row-cols-2>* {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}


@media (min-width: 768px) {
	.row-cols-md-4>* {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}

/* 产品详情 */
.product_bac {
	background-color: #fff;
	padding-bottom: 0;
}

.n-a {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: 60px;
	background-color: #f5f5f5;
}

.n-main {
	position: relative;
}

.n-right {
	float: right;
}

.product_right {
	width: 100%;
}

.p-main {
	width: 100%;
}

.p-top {
	width: 100%;
	font-size: 0;
	/* margin-bottom: 0.6rem; */
}

.p-left {
	display: inline-block;
	vertical-align: middle;
	width: 30%;
	background-color: #f6f6f6;
	border-radius: 10px;
	border: solid 1px #eeeeee;
}

.p-img {
	width: 100%;
	height: auto;
	line-height: 480px;
	text-align: center;
}

.p-img img {
	max-width: 100%;
	/* max-height: 80%; */
}

.p-right {
	display: inline-block;
	vertical-align: top;
	width: 69%;
	padding-left: 80px;
}

.p-titles {
	color: #333333;
	font-size: 26px;
	font-weight: bold;
	position: relative;
	padding-bottom: 32px;
	margin-bottom: 32px;
}

.p-titles:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #dddddd;
}

.p-titles:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	width: 35px;
	height: 3px;
	background-image: linear-gradient(270deg, #d75e2d 0%, #d75e2d 100%), linear-gradient(#d75e2d, #d75e2d);
	border-radius: 2px;
}

.p-intro {
	color: #888888;
	line-height: 1.87;
}

.fs16 {
	font-size: 16px;
}

.p-intro * {
	line-height: inherit;
}

.p-bottom {
	width: 100%;
}

.p-tip {
	font-size: 26px;
	width: 100%;
	margin: 25px 0;
	color: #000;
	font-weight: bold;
	padding: 15px 0;
	border-radius: 6px;
	line-height: 1.36;
	margin-top:0;
	padding-top:0;
	/* background-color: #fff; */
	/* background-image: linear-gradient(270deg, #d75e2d 0%, #d75e2d 100%), linear-gradient(#d75e2d, #d75e2d); */
}

.back_add .back{
    float:none;
    display: block;
    margin-top:0 ;
}


.p-list {
	width: 100%;
}

.p-list h3 {
	font-size: 24px;
	color: #d75e2d;
	font-weight: 700;
	margin-bottom: 10px;
}

.p-list img {
	max-width: 100%;
}


.p-bottom .xinghao,
.p-bottom .p-list {
	/* padding-left: 20px; */
}

/* 表格 */
.ar_article td,
.ar_article th {
	padding: 15px 12px;
	border: 1px solid #000 !important;
	vertical-align: middle;
	font-size: 15px;
	color: #303030;
	/* white-space: nowrap; */
	text-align: center;
}

.ar_article td p,
.ar_article th p {
	padding-bottom: 0;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
	text-align: center !important;
}

.ar_article table {
	border-collapse: collapse;
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	width: 100%;
}

.ar_article table tr:not(:first-child) td {}

.ar_article table td {
	border-left: 1px solid #dadbdd;
	border-top: 1px solid #000 !important;
}

.ar_article {
	font-size: 16px;
	color: #7d7c7c;
	line-height: 30px;
	margin-bottom: 30px;
}

.ar_article p,
.ar_article span {
	font-size: 16px !important;
	color: #727272;
	line-height: 28px !important;
	font-family: 'Montserrat-Light' !important;
	background-color: transparent !important;
}

.ar_article strong {
	font-weight: bold;
}

.ar_article img {
	max-width: 100%;
}

.ar_article a {
	color: #717173;
}

.ar_article h1,
.ar_article h2,
.ar_article h3,
.ar_article h4,
.ar_article h5 {
	font-weight: bold;
}

.ar_article h1 {
	font-size: 36px;
	margin-bottom: 20px
}

.ar_article h2 {
	font-size: 30px;
	margin-bottom: 15px;
}

.ar_article h4 {
	font-size: 18px;
	margin-bottom: 15px
}

.ar_article h5 {
	font-size: 14px;
	margin-bottom: 10px
}

.ar_article h6 {
	font-size: 12px;
	margin-bottom: 10px
}

.ar_article ul li,
.ar_article ol li {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	margin-left: 320px;
	list-style: inherit !important;
}

.ar_article ul li p,
.ar_article ol li p {
	padding-bottom: 0;
	margin-bottom: 3px !important;
}

.ar_article ul,
.ar_article ol {
	margin-bottom: 15px;
}

.ar_article sub {
	vertical-align: sub;
	font-size: smaller;
}

.ar_article sup {
	vertical-align: super;
	font-size: smaller;
}

.ar_article img {
	display: inline-block;
	margin: 20px 0;
}

.ar_article .scroll {
	margin-bottom: 0.4rem;
}

@media (max-width: 1000px) {
	.scroll {
		overflow: hidden;
		overflow-x: scroll;
	}

	.scroll table {
		min-width: 990px;
	}
}

@media (max-width: 768px) {

	.ar_article td,
	.ar_article th {
		padding: 6px 5px !important;
		line-height: 20px
	}

	.ar_article p,
	.ar_article span {
		font-size: 13px !important;
		line-height: 24px !important;
	}

	.ar_article img {
		display: inline-block;
		margin: 12px 0;
	}
}

.p-one {
	display: block;
	margin-bottom: 35px;
}

.p-icon {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: 40px;
}

.p-icon img {
	width: 100%;
}

.p-c {
	width: 100%;
	position: relative;
	padding-left: 60px;
	margin-bottom: 15px;
}

.p-name {
	color: #0f6226;
	line-height: 40px;
}

.p-textbox {
	padding-left: 60px;
	color: #555555;
	line-height: 1.87;
}

.p-textbox * {
	line-height: inherit;
}

.p-pagination {
	display: none;
}

@media(max-width:750px) {
	.p-left {
		width: 100%;
		margin-bottom: 0px;
	}

	.p-right {
		width: 100%;
		padding-left: 0;
	}
}

.q-a {
	width: 100%;
	padding-top: 80px;
	padding-bottom: 30px;
	background-color: #fbfbfb;
}

.q-tip {
	position: relative;
	color: #333333;
	font-weight: bold;
	padding-left: 18px;
	margin-bottom: 40px;
}

.q-tip:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 100%;
	background-color: #d75e2d;
	background-image: linear-gradient(270deg, #d75e2d 0%, #d75e2d 100%), linear-gradient(#d75e2d, #d75e2d);
	border-radius: 2px;
}

.q-b {
	width: 100%;
}

.q-item {
	width: 330px;
	margin-right: 40px;
}

.q-item:last-child {
	margin-right: 0;
}

.q-link {
	display: block;
	width: 100%;
	cursor: pointer;
	padding: 30px 0;
	background-color: #ffffff;
	border-radius: 10px;
	border: solid 1px #eeeeee;
}

.q-a .q-b .q-img {
	width: 100%;
	height: 430px;
	text-align: center;
	line-height: 330px;
}


.q-text {
	width: 100%;
	padding-top: 40px;
}

.q-a .q-b .q-name {
	color: #000;
	line-height: 1.45;
	margin-bottom: 10px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}

.q-intro {
	color: #888888;
	line-height: 1.6em;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.q-link:hover {
	border: solid 1px #d75e2d;
}


.q-pagination {
	display: none;
	position: relative;
	bottom: 0;
	margin-top: 50px;
	width: 100%;
	font-size: 0;
	text-align: center;
}

.q-pagination .swiper-pagination-bullet {
	display: inline-block;
	vertical-align: middle;
	opacity: .5;
	margin: 0 10px;
	width: 8px;
	height: 8px;
	background-color: #d75e2d;
	background-image: linear-gradient(270deg, #d75e2d 0%, #d75e2d 100%), linear-gradient(#d75e2d, #d75e2d);
}

.q-pagination .swiper-pagination-bullet-active {
	opacity: 1;
}

.q-a .q-b .swiper-pagination-bullet:only-child {
	display: inline-block !important;
}


.q-cont.show .q-pagination {
	display: block;
}

@media(max-width:750px) {
	.q-main {
		width: 100%;
		max-width: 500px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.q-item {
		width: calc(50% - 5px);
		margin-right: 10px;
	}
}

.fs36 {
	font-size: 36px;
}

.show {
	display: block;
}


.q-cont {
	width: 100%;
	font-size: 0;
	/* padding-bottom: 0.1rem; */
}

.q-img {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: calc(270/480*100%);
}

.q-a .q-b .q-img img {
	max-width: 100%;
	max-height: 100%;
	transform: scale(1.00);
	transition: all ease .5s;
}

.q-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.00);
	transition: all ease .5s;
}

.q-item:hover .q-img img {
	transform: scale(1.05);
}

.q-item {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	width: 23% !important;
	margin-right: 2.63%;
	margin-bottom: 60px;
	overflow: hidden;
	background-color: #ffffff;
	border-radius: 10px;
}

.q-item .q-img {
	height: 315px !important;
}

.fs22 {
	font-size: 22px;
}

/*news*/
.news_list {
	padding: 20px 50px;
	/*    box-shadow: 0px 0px 15px #ccc;  */
}

.news_list li {
	display: flex;
	flex-wrap: wrap;
	padding: 45px 0 25px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	border-bottom: 1px solid #f0f0f0;
}

.news_list li .img {
	width: 25%;
	overflow: hidden;
	display: block;
}

.news_list li .img img {
	transition: all 0.6s ease-out;
}

.news_list li .text {
	width: 75%;
	padding: 0 0 0 64px;
}

.news_list li .text h3 a {
	display: block;
	font-weight: normal;
	font-size: 22px;
	color: #333;
	line-height: 1.2em;
	margin-bottom: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.news_list li .text p {
	font-size: 15px;
	color: #666;
	line-height: 1.3em;
	height: 6.5em;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.news_list li .text a.mores {
	margin-top: 40px;
}

.news_list li .text .text_l {
	width: 75%;
	float: left;
}

.news_list li .text .text_r {
	width: 25%;
	float: right;
	color: #ccc;
	text-align: right;
}

.news_list li:hover .img img {
	transition: all 0.6s;
	transform: scale(1.05);
}

.date1 {
	font-size: 44px;
	line-height: 1em;
}

.line2 {
	width: 30px;
	height: 1px;
	background: #ccc;
	display: inline-block;
	margin: 34px 0 16px;
}

.date2 {
	font-size: 20px;
	line-height: 1em;
}

.news_list li:hover .text h3 a {
	color: #d75e2d;
}

.news_list li:hover {
	border-bottom: 1px solid #999;
}

a.mores {
	margin-top: 30px;
	position: relative;
	display: block;
}

a.mores p {
	width: 28px;
	height: 28px !important;
	border-radius: 100%;
	background-color: #d75e2d;
	display: inline-block !important;
	vertical-align: middle;
	position: relative;
}

a.mores i {
	display: block;
	position: absolute;
	left: 7px;
	width: 14px;
	height: 7px;
	background: url(../images/jt2.png) no-repeat;
	top: 10.5px;
}

a.mores span {
	font-size: 14px;
	color: #d75e2d;
	display: inline-block;
	vertical-align: middle;
	padding-left: 12px;
	height: 28px;
	line-height: 28px;
}

@keyframes newsDh {
	0% {
		left: 7px;
		opacity: 1;
	}

	25% {
		left: 14px;
		opacity: 0;
	}

	75% {
		left: -14px;
		opacity: 0;
	}

	100% {
		left: 7px;
		opacity: 1;
	}
}

a.mores:hover i {
	animation: newsDh .4s linear both;
}

.news_detail {
	padding: 10px 5% 100px;
}

h1.title {
	font-size: 28px;
	color: #333;
	text-align: center;
	font-weight: normal;
}

.info_title {
	text-align: center;
	font-size: 14px;
	color: #666;
	padding-bottom: 1em;
	border-bottom: 1px dashed #dcdcdc;
	margin-bottom: 30px;
	font-weight: normal;
}

.news_detail .content {
	font-size: 16px;
}

@media(max-width: 1600px) {
	.news_list {
		padding: 15px 30px;
	}

	.news_list li .text h3 a {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.news_list li .text {
		padding: 0 0 0 30px;
	}

	.news_list li .text a.mores {
		margin-top: 20px;
	}

	.date1 {
		font-size: 32px;
	}

	.line2 {
		margin: 25px 0 20px;
	}

	h1.title {
		font-size: 24px;
	}

	.info_title {
		margin-bottom: 20px;
	}

	.news_detail .content {
		font-size: 15px;
	}
}

@media(max-width: 1440px) {
	.news_list li .text p {
		font-size: 14px;
	}
}

@media(max-width: 1259px) {
	.news_list {
		margin-top: 25px;
	}

	.news_list li {
		padding: 25px 0;
	}

	.news_list li .text {
		padding: 0 0 0 20px;
	}

	.news_list li .text h3 a {
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 10px;
	}

	.news_list li .text p {
		font-size: 12px;
	}

	.news_list li .text a.mores {
		margin-top: 10px;
	}

	.date1 {
		font-size: 26px;
	}

	.line2 {
		margin: 15px 0;
	}

	.date2 {
		font-size: 16px;
	}

	h1.title {
		font-size: 20px;
	}

	.info_title {
		padding-bottom: 10px;
		margin-bottom: 15px;
	}

	.news_detail {
		padding: 10px 0% 50px;
	}
}

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

@media(max-width: 768px) {
	.news_list {
		padding: 10px 20px;
	}

	.news_list li {
		padding: 15px 0;
	}

	.news_list li .text .text_l {
		width: 80%;
	}

	.news_list li .text .text_r {
		width: 20%;
	}

	a.mores {
		margin-top: 10px;
	}

	h1.title {
		font-size: 18px;
	}

	.news_detail {
		padding: 0px 0% 30px;
	}
}

@media(max-width: 640px) {
	.news_list {
		margin-top: 0px;
		padding: 10px;
	}

	.news_list li {
		padding: 10px 0;
	}

	.news_list li .img {
		width: 100%;
	}

	.news_list li .text {
		padding: 10px 0 0 0px;
		width: 100%;
	}

	.news_list li .text .text_l {
		width: 100%;
	}

	.news_list li .text .text_r {
		display: none;
	}

	.date1 {
		font-size: 22px;
	}

	.line2 {
		margin: 10px 0;
	}

	.date2 {
		font-size: 14px;
	}

	h1.title {
		font-size: 16px;
	}

	.info_title {
		padding-bottom: 5px;
		margin-bottom: 10px;
	}
}

/*case1*/
.case1 {
	margin: 70px 0 85px;
}

.case1 .wrap1 {
	display: flex;
	flex-wrap: wrap;
}

.case1_text {
	width: 38%;
	padding: 0 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.case1_text h3 {
	font-weight: normal;
	font-size: 36px;
	line-height: 1.4em;
	margin-bottom: 30px;
	color: #333;
}

.case1_text h3 font {
	color: #d75e2d;
}

.case1_text p {
	font-size: 16px;
	color: #999;
}

.case1_img {
	width: 62%;
}

.n_gy_list {
	padding-top: 60px;
	padding-bottom: 60px;
	overflow: hidden;
}

.n_gy_list .hd {
	overflow: hidden;
	margin-bottom: 33px;
	display: none;
}

.n_gy_list .hd ul {
	text-align: center;
}

.n_gy_list .hd ul li {
	position: relative;
	display: inline-block;
	margin: 0 16px;
	margin-bottom: 16px;
}

.n_gy_list .hd ul li a {
	display: block;
	min-width: 224px;
	height: 45px;
	line-height: 43px;
	padding: 0 48px;
	border-radius: 32px;
	transition: 0.5s;
	text-align: center;
	border: 1px solid #d9d9d9;
	font-size: 16px;
	color: #5a5a5a;
	font-weight: bold;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.n_gy_list .hd ul li a:before {
	content: '';
	width: 0;
	height: 100%;
	display: block;
	background: #e60013;
	transition: 0.5s;
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
}

.n_gy_list .hd ul li:hover a,
.n_gy_list .hd ul li.on a {
	border: 1px solid #e60013;
	color: #fff;
}

.n_gy_list .hd ul li:hover a:before,
.n_gy_list .hd ul li.on a:before {
	width: 100%;
	right: auto;
	left: 0;
}

.pic06 ul {
	margin: 0 -15px;
}

.pic06 ul li {
	width: 33.333%;
	float: left;
	margin-bottom: 30px;
	padding: 0 15px;
}

.pic06 ul li a {
	display: block;
	position: relative;
}

.pic06 ul li .img {
	width: 100%;
	position: relative;
}

.pic06 ul li .img img {
	width: 100%;
	height: 100%;
	display: block;
}

.pic06 ul li .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(215, 94, 45, 0.83);
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.pic06 ul li .mask h5 {
	font-size: 20px;
	color: #fff;
	text-align: center;
	padding: 0 16px;
	white-space: normal;
	line-height: 1.5;
}

.pic06 ul li .mask span {
	font-size: 32px;
	color: #fff;
	font-weight: lighter;
}

.pic06 ul li .txt {
	text-align: center;
	padding-top: 5px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.pic06 ul li .txt h5 {
	font-size: 18px;
	color: #252525;
	font-weight: bold;
}

.pic06 ul li .txt h5.white {
	color: white;
}

.pic06 ul li .box {
	transform: translateY(30px);
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
}

.pic06 ul li:hover .mask {
	opacity: 1;
	visibility: visible;
}

.pic06 ul li:hover .box {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}

.pic06 ul li:hover .txt {
	opacity: 0;
	visibility: hidden;
	transform: translateY(-30px);
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	-o-transform: translateY(-30px);
}

.n_gy_list .pic06 ul li .txt {
	padding-top: 22px;
}

.n_gy_list .pic06 ul li .txt h5 {
	font-size: 20px;
	color: #252525;
}

.case2 {
	background: #f7f7f7;
	padding: 90px 0 30px;
}

.case2 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	/* padding: 0 110px; */
}

.case2 ul li {
	width: 13%;
	margin-right: 4.4%;
	margin-bottom: 50px;
	overflow: hidden;
}

.case2 ul li:nth-child(6n) {
	margin-right: 0;
}

.case2 ul li img {
	transition: all 0.6s ease-out;
}

.case2 ul li:hover img {
	transform: scale(1.1);
}

@media(max-width: 1600px) {
	.case1 {
		margin: 50px 0;
	}

	.case1_text,
	.case2 ul {
		padding: 0 50px;
	}

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

	.case2 {
		padding: 70px 0;
	}
}

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

@media(max-width: 1259px) {
	.case1_text {
		padding: 0 15px 0 0;
	}

	.case2 ul {
		padding: 0 0px;
	}

	.case1_text h3 {
		font-size: 26px;
	}

	.case2 {
		padding: 50px 0;
	}

	.case2 ul li {
		margin-bottom: 30px;
	}
}

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

@media(max-width: 768px) {
	.case1 {
		margin: 30px 0;
	}

	.case1_text h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.case2 {
		padding: 50px 0;
	}

	.case2 ul li {
		margin-bottom: 15px;
	}
}

@media(max-width: 767px) {
	.case1_text {
		padding: 0px 0px 10px 0;
		width: 100%;
	}

	.case1_text h3 {
		font-size: 16px;
	}

	.case1_text p {
		font-size: 15px;
		line-height: 1.6em;
	}

	.case1_img {
		width: 100%;
	}

	.case2 {
		padding: 30px 0;
	}

	.case2 ul li {
		width: 30%;
	}

	.case2 ul li:nth-child(5n) {
		margin-right: 2%;
	}

	.case2 ul li:nth-child(3n) {
		margin-right: 0;
	}
	.pro-wrapper .pro-box .text{
	    padding: 5px 15px;
	}
	.pro-wrapper .pro-box .text h4{
	    font-size: 14px;
	        height: 60px;
	        line-height: 30px;
	    -webkit-line-clamp: 2;
	}
	.p-img{
	    line-height: 0;
	}
	.q-item{
	       width:100% !important;
	       margin-right: 0;
	}
	
	.n_gy_list .pic06 ul li .txt h5{
	    font-size: 14px;
	}
	
}

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



.service {
	padding: 65px 0 100px;
}

.service_list {
	padding: 0 125px;
}

.service_list li {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	margin-bottom: 75px;
}

.service_list li .img {
	width: 58%;
}

.service_list li .text {
	width: 42%;
	padding-right: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #4c4c4c;
}

.service_list li .text h3 {
	font-size: 38px;
	font-weight: normal;
}

.service_list li .text p {
	font-size: 15px;
}

.service_list li:nth-child(2) {
	flex-direction: row;
}

.service_list li:nth-child(2) .text {
	padding-right: 0px;
	padding-left: 100px;
}

.service_list li:nth-child(2) .text p {
	padding-left: 95px;
}

.service_list li:nth-child(2) .text p:nth-child(1) {
	background: url(../images/s1.png) no-repeat left 0;
	margin-bottom: 100px;
}

.service_list li:nth-child(2) .text p:nth-child(2) {
	background: url(../images/s2.png) no-repeat left 0;
}

@media(max-width: 1600px) {
	.service {
		padding: 65px 0;
	}

	.service_list {
		padding: 0 50px;
	}

	.service_list li {
		margin-bottom: 30px;
	}

	.service_list li .text {
		padding-right: 50px;
	}

	.service_list li:nth-child(2) .text {
		padding-right: 0px;
		padding-left: 50px;
	}

	.service_list li .text h3 {
		font-size: 26px;
	}
}

@media(max-width: 1440px) {
	.service_list li:nth-child(2) .text p:nth-child(1) {
		margin-bottom: 50px;
	}
}

@media(max-width: 1259px) {
	.service {
		padding: 50px 0;
	}

	.service_list {
		padding: 0 0px;
	}
}

@media(max-width: 1199px) {
	.service_list li .text {
		padding-right: 20px;
	}

	.service_list li:nth-child(2) .text {
		padding-right: 0px;
		padding-left: 20px;
	}

	.service_list li .text h3 {
		font-size: 22px;
	}

	.service_list li:nth-child(2) .text p:nth-child(1) {
		margin-bottom: 20px;
	}

	.service_list li:nth-child(2) .text p {
		background-size: 40px !important;
		padding-left: 55px;
	}
}

@media(max-width: 768px) {
	.service {
		padding: 30px 0;
	}

	.service_list li {
		margin-bottom: 20px;
	}

	.service_list li .text h3 {
		font-size: 18px;
	}
}

@media(max-width: 767px) {
	.service_list li {
		flex-direction: row;
	}

	.service_list li .img {
		width: 100%;
	}

	.service_list li .text {
		width: 100%;
		margin-top: 10px;
		padding: 0 !important;
	}
}

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


.contact {
	padding: 75px 65px 0;
	display: flex;
	flex-wrap: wrap;
}

.contact_left {
	padding: 50px 60px 55px;
	width: 32.5%;
	background-color: #d75e2d;
	color: #fff;
}

.contact_left h3 {
	font-size: 32px;
	font-weight: normal;
}

.contact_left .c-cont p {
	padding: 5px 0 5px 35px;
}

.contact_left .c-cont p:nth-child(1) {
	background: url(../images/ff1.png) no-repeat left center;
}

.contact_left .c-cont p:nth-child(2) {
	background: url(../images/ff1.png) no-repeat left center;
}

.contact_left .c-cont p:nth-child(3) {
	background: url(../images/ff5.png) no-repeat left center;
}

.contact_left .c-cont p:nth-child(4) {
	background: url(../images/ff4.png) no-repeat left center;
}

.contact_left .c-cont p:nth-child(5) {
	/* background: url(../images/ff4.png) no-repeat left center; */
}

.contact_left .c-cont p:nth-child(5) img {
	width: 120px;
	height: 120px;
	padding-left: 0;
	margin-top: 35px;
}

.contact_left .c-cont p:nth-child(6) {}

.n_map {
	width: calc(67.5% - 65px);
	float: right;
	margin-left: 65px;
	border: 3px solid #dbdbdb;
}

@media(max-width: 1600px) {
	.contact {
		padding: 50px 0px 0;
	}

	.contact_left {
		padding: 20px 15px;
		width: 35%;
	}

	.contact_left h3 {
		font-size: 24px;
	}

	.n_map {
		width: calc(65% - 30px);
		margin-left: 30px;
		border: 2px solid #dbdbdb;
	}
}

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

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

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

@media(max-width: 768px) {
	.contact {
		padding: 30px 0px 0;
	}

	.contact_left {
		padding: 15px 10px;
	}

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

	.contact_left .c-cont p {
		padding: 2px 0 2px 30px;
	}
}

@media(max-width: 767px) {
	.contact {
		padding: 20px 0px 0;
	}

	.contact_left {
		width: 100%;
	}

	.contact_left h3 {
		font-size: 18px;
	}

	.contact_left .c-cont p:nth-child(5) {
		padding-left: 0;
		margin-top: 15px;
	}

	.n_map {
		width: 100%;
		margin-left: 0px;
		border: 1px solid #dbdbdb;
	}

	.n_map {
		height: 260px;
		overflow: hidden;
	}

}

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

.f_message {
	padding: 135px 0 105px;
	/*    background: url(../images/f_message.jpg) no-repeat center;
    background-size: cover;*/
}

.f_message .wrap1 {
	padding: 0 130px;
}

.f_message h2 {
	text-align: center;
	font-size: 46px;
	color: #444;
	font-weight: normal;
	line-height: 1em;
}

.f_message h3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-weight: normal;
	padding-top: 15px;
	padding-bottom: 45px;
}

.f_message h3 span {
	display: block;
	margin: 0 30px;
	font-size: 20px;
	color: #3d3d3d;
}

.message1 {}

.message1 ul li {
	width: 23%;
	margin-right: 4%;
	float: left;
}

.message1 ul li input {
	background: none;
	border: 1px solid #999;
	border-radius: 5px;
	width: 100%;
	box-sizing: border-box;
	line-height: 50px;
	height: 50px;
	text-indent: 15px;
	outline: none;
	color: #b2b2b2;
	font-size: 16px;
}

.message1 ul li select {
	background: none;
	border: 1px solid #999;
	border-radius: 5px;
	width: 100%;
	box-sizing: border-box;
	line-height: 50px;
	height: 50px;
	text-indent: 15px;
	color: #fff;
	outline: none;
}

.m_btn {
	width: 18%;
	float: right;
}

.m_btn input {
	background: #d75e2d;
	font-size: 18px;
	color: #fff;
	border: none;
	border-radius: 5px;
	width: 100%;
	box-sizing: border-box;
	line-height: 50px;
	height: 50px;
	text-align: center;
	outline: none;
	cursor: pointer;
}

/*.m_btn input:hover{
    background: #f4ac10;
    border: 1px solid #f4ac10;
}*/

@media(max-width: 1600px) {
	.f_message {
		padding: 70px 0;
	}

	.f_message .wrap1 {
		padding: 0 50px;
	}
}

@media(max-width: 1440px) {
	.f_message {
		padding: 60px 0;
	}

	.f_message h2 {
		font-size: 32px;
	}

	.f_message h3 span {
		font-size: 16px;
	}

	.m_btn input {
		font-size: 16px;
	}
}

@media(max-width: 1199px) {
	.f_message .wrap1 {
		padding: 0 0px;
	}
}

@media(max-width: 768px) {
	.f_message {
		padding: 30px 0;
	}

	.message1 ul li {
		width: 48%;
		margin-right: 2%;
		margin-bottom: 10px;
	}

	.m_btn {
		margin-right: 2%;
		width: 48%;
	}

	.f_message h2 {
		font-size: 32px;
	}

	.f_message h3 {
		padding: 10px 0 20px 0;
	}
}

@media(max-width: 640px) {
	.f_message h2 {
		font-size: 24px;
	}

	.f_message h3 span {
		font-size: 16px;
	}

	.message1 ul li {
		width: 100%;
		margin-right: 0;
		float: none;
	}

	.m_btn {
		margin-right: 0%;
		width: 60%;
		margin: 0 auto;
		float: none;
	}
}


.job1 {
	padding: 110px 0;
}

.job1 .wrap1,
.job2 .wrap1 {
	padding: 0 130px;
}

h2.title1 {
	font-size: 50px;
	color: #333333;
	font-weight: normal;
	line-height: 1em;
}

.job1 .title1,
.job2 .title1 {
	text-align: center;
}

.job1 .text1 {
	margin-top: 40px;
	font-size: 16px;
	color: #333;
	padding: 0 45px;
}

.job2 {
	padding: 65px 0 110px;
	background: #f8f8f8;
}

.job2 .text1 {
	margin: 30px 0;
	text-align: center;
	font-size: 16px;
	color: #333333;
	line-height: 2.2em;
}

.job2 .text1 strong {
	color: #d75e2d;
}

.job2 .h3_tit {
	font-weight: normal;
	font-size: 36px;
	color: #d75e2d;
	text-align: center;
	padding: 20px 0;
}

.job2 h3 {
	font-weight: normal;
	font-size: 18px;
	color: #d75e2d;
	/* text-align: center; */
	padding: 20px 0;
}

.school-wrap {}

.list-title.title2 {
	color: #333333;
	background: #f5f5f5;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;

	font-weight: bold;
}

.list-title {
	color: #666666;
	display: flex;
	font-size: 16px;
	line-height: 30px;
	padding: 8px 0;
	align-items: center;
}

.list-title div {
	width: 20%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.list-title div:nth-child(1) {
	width: 40%;
}

.list2 {
	border-bottom: 1px solid #e1e1e1;
}

.icon1 span {
	font-size: 0;
}

.icon1 i {
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url(../images/add.png) no-repeat center;
	/*    line-height: ;*/
	margin-top: 2px;
	cursor: pointer;
}

.sub-wrap {
	display: none;
	padding: 30px 105px;
	position: relative;
	background: #fcfcfc;
}

.list2 li.cur .icon1 i {
	transform: rotate(130deg);
}

.list2 li .sub-wrap h2 {
	color: #333;
	font-size: 16px;
	margin-bottom: 40px;
	font-weight: bold;
	text-align: left;
	line-height: 1em;
	padding: 35px 0;
	border-bottom: 1px solid #e5e5e5;
}

.school-wrap .list li .sub-wrap .sub-con h5 {
	margin-bottom: 20px;
	color: #333;
	font-size: 24px;
	font-weight: bold;
}

.school-wrap .list li .sub-wrap .sub-con p {
	color: #808080;
	margin-bottom: 8px;
}

.school-wrap .list li .sub-wrap .apply {
	width: 120px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background: #d75e2d;
	display: block;
	margin-top: 42px;
}

@media(max-width: 1600px) {

	.job1,
	.job2 {
		padding: 70px 0;
	}

	h2.title1 {
		font-size: 36px;
	}

	.job2 .text1 {
		margin: 30px 0;
		line-height: 2em;
	}

	.job1 .wrap1,
	.job2 .wrap1 {
		padding: 0 50px;
	}
}

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

@media(max-width: 1259px) {
	.job1 {
		padding: 50px 0;
	}

	h2.title1 {
		font-size: 30px;
	}

	.sub-wrap {
		padding: 20px 50px;
	}

	.list2 li .sub-wrap h2 {
		padding: 35px 0;
		margin-bottom: 20px;
	}

	.job1 .wrap1,
	.job2 .wrap1 {
		padding: 0 0px;
	}
}

@media(max-width: 1199px) {
	.job1 .text1 {
		padding: 0;
		margin-top: 30px;
	}
}

@media(max-width: 768px) {

	.job1,
	.job2 {
		padding: 50px 0;
	}

	h2.title1 {
		font-size: 26px;
	}

	.sub-wrap {
		padding: 15px 20px;
	}
}

@media(max-width: 767px) {

	.job1,
	.job2 {
		padding: 30px 0;
	}

	h2.title1 {
		font-size: 22px;
	}

	.job1 .text1 {
		margin-top: 20px;
		font-size: 15px;
	}

	.job2 h3 {
		font-size: 20px !important;
	}

	.list-title {
		font-size: 16px;
		/*line-height: 52px;*/
		/*height: 52px;*/
	}

	.sub-wrap {
		padding: 15px 0px;
	}

	.list2 li .sub-wrap h2 {
		padding: 15px 0;
		margin-bottom: 10px;
	}

	.school-wrap .list li .sub-wrap .sub-con h5 {
		margin-bottom: 15px;
		font-size: 20px;
	}

	.job2 .text1 {
		margin: 20px 0;
		font-size: 14px;
	}

	.list-title div:nth-child(1) {
		width: 40%;
		text-align: left;
		font-size: 15px;
	}

	.list-title div:nth-child(2) {
		width: 40%;
		text-align: left;
		font-size: 15px;
	}

	.list-title div:nth-child(3) {
		display: none;
	}

}





h1.title {
	font-size: 22px;
	color: #333;
	text-align: center;
	padding: 2em 0 0.5em 0;
	font-weight: normal;
}

/*.info_title{
    text-align: center;
    font-size: 14px;
    color: #666;
    padding-bottom: 1em;
    border-bottom:1px dashed #dcdcdc;
    margin-bottom: 2em;
}*/
h3.tag {
	font-size: 14px;
	color: #666;
	font-weight: normal;
}

.page {
	margin-top: 30px;
	font-size: 14px;
	color: #666;
}

.page a {
	font-size: 14px;
	color: #666;
}

@media(max-width: 768px) {
	h1.title {
		font-size: 18px;
		padding: 1em 0 0em 0;
	}
}

.pageController,
.pages {
	text-align: center;
	color: #505050;
	margin: 0 auto;
	margin: 2em 0;
	line-height: 24px;
}

.pageController a,
.pages .page-num {
	background-color: #FFF;
	vertical-align: middle;
	border: #efefef 1px solid;
	color: #505050;
	padding: 5px 8px;
	margin-right: 3px;
	margin-left: 3px;
}

.pageController a:hover,
.pages .page-num:hover {
	background-color: #d75e2d;
	color: #fff;
	text-decoration: none;
	border: #efefef 1px solid;
}

.pageController .currPage,
.pages .page-num-current {
	background-color: #d75e2d;
	color: #fff;
	border: #efefef 1px solid;
}

.pageController .t1 {
	float: left;
	margin-right: 5px;
	height: 24px;
	line-height: 22px;
	white-space: nowrap;
	display: none;
}

.pageController .t2 {
	vertical-align: middle;
	line-height: 39px;
}

.pageController .t2 #current {
	line-height: 39px;
	background-color: #ef8200;
	vertical-align: middle;
	border: 1px solid #ef8200;
	color: #fff;
	padding: 5px 8px;
	margin-right: 3px;
	margin-left: 3px;
	width: 39px;
}

.pageController .t1 span {
	/*padding-left:4px;
    padding-right:4px;*/
	width: 39px;
}

.pageController select {
	height: 24px;
	vertical-align: middle;
	text-align: center;
	line-height: 24px;
	display: none;
}

.pageController select option {
	vertical-align: middle;
}


.m_f_fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	background: #d75e2d;
	color: #fff;
	z-index: 9999;
	justify-content: center;
	width: 100%;
	display: none;

}

.m_f_fixed a {
	flex: 1;
	font-size: 16px;
	color: #fff;
	display: block;
	text-align: center;
	padding: 10px 0;
}

.m_f_fixed a img {
	width: 25px;
	display: block;
	margin: 0 auto 0px;
}

#gotop {
	position: fixed;
	right: 0;
	bottom: 30px;
	cursor: pointer;
}

@media(max-width: 1199px) {
	#gotop {
		display: none;
	}
}

@media(max-width:640px) {
	.m_f_fixed {
		display: flex;
	}

	footer {
		margin-bottom: 70px;
	}
}


.client-2 {
	position: fixed;
	right: -170px;
	top: 50%;
	z-index: 900;
}

.client-2 li a {
	text-decoration: none;
}

.client-2 li {
	margin-top: 1px;
	clear: both;
	height: 71px;
	position: relative;
	background: #222;
}

.client-2 li i {
	background: url(../images/fx.png) no-repeat;
	display: block;
	width: 30px;
	height: 27px;
	margin: 0px auto;
	text-align: center;
}

.client-2 li p {
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	color: #fff;
}

.client-2 .my-kefu-qq i {
	background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
	background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
	background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
	background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
	background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
	display: none;
}

.client-2 .my-kefu-ftop i {
	width: 33px;
	height: 35px;
	background-position: -27px -51px;
}

.client-2 .my-kefu-left {
	float: left;
	width: 77px;
	height: 47px;
	position: relative;
}

.client-2 .my-kefu-tel-right {
	font-size: 16px;
	color: #fff;
	float: left;
	height: 24px;
	line-height: 22px;
	padding: 0 15px;
	border-left: 1px solid #fff;
	margin-top: 14px;
}

.client-2 .my-kefu-right {
	width: 20px;
}

.client-2 .my-kefu-tel-main {
	background: #222;
	color: #fff;
	height: 56px;
	width: 247px;
	padding: 9px 0 6px;
	float: left;
}

.client-2 .my-kefu-main {
	background: #222;
	width: 97px;
	height: 56px;
	position: relative;
	padding: 9px 0 6px;
	float: left;
}

.client-2 .my-kefu-weixin-pic {
	position: absolute;
	left: -140px;
	top: -24px;
	display: none;
	z-index: 333;
}

.my-kefu-weixin-pic img {
	width: 140px;
	height: 140px;
}

@media(max-width: 1199px) {
	.client-2 {
		display: none;
	}
}


/* 右侧浮窗 */

#c-right-fixed {
	/* display: none; */
	position: fixed;
	top: 50%;
	right: 5px;
	z-index: 905;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#c-right-fixed a {
	position: relative;
	right: 0;
	margin-bottom: 5px;
	display: flex;
	align-items: center;
	width: 70px;
	height: 70px;
	text-align: center;
	color: #777;
	background: #fff;
}

#c-right-fixed a:last-child {
	margin-bottom: 0;
}

#c-right-fixed a:nth-child(3) {
	z-index: 2;
}

#c-right-fixed .c-wrap {
	border: 1px solid #fff;
	padding: 11px 0;
	width: 70px;
	height: 70px;
	flex: 0 0 70px;
	transition: all .5s;
}

#c-right-fixed .c-wrap img {
	height: 28px;
}

#c-right-fixed .c-wrap img:nth-child(2),
#c-right-fixed a:hover .c-wrap img:nth-child(1) {
	display: none;
}

#c-right-fixed a:hover .c-wrap img:nth-child(2) {
	display: inline-block;
}

#c-right-fixed .c-title {
	padding-top: 5px;
	font-size: 12px;
	line-height: 1;
}

#c-right-fixed a:last-child .c-title {
	font-family: "Arial";
	font-weight: bold;
}

#c-right-fixed .c-text {
	flex: 0 0 auto;
	width: 170px;
	font-weight: bold;
	font-size: 20px;
	line-height: 40px;
	border-left: 1px solid #fff;
	color: #fff;
	transition: all .5s;
}

#c-right-fixed .c-img {
	position: absolute;
	right: -300px;
	top: -1px;
	z-index: -1;
	padding: 5px;
	width: 148px;
	border: 1px solid #eff1f5;
	background: #fff;
	transition: .5s;
	box-shadow: 0 0 50px rgba(0, 0, 0, .1);
}

#c-right-fixed .c-img::before {
	content: "";
	position: absolute;
	top: 34px;
	right: -8px;
	border-left: 8px solid #fff;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

#c-right-fixed .c-img img {
	width: 100%;
}

#c-right-fixed .c-img .c-text2 {
	padding: 5px;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	color: #777;
}

#c-right-fixed a .c-box {
	position: absolute;
	top: 0;
	left: 0;
	padding: 11px 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	background: #fff;
	transition: all .5s;
	overflow: hidden;
}

#c-right-fixed a:hover .c-wrap {
	color: #fff;
	border-color: #d75e2d;
	background: #d75e2d;
}

#c-right-fixed a:last-child .c-wrap {
	color: #fff;
	border-color: #d75e2d;
	background: #d75e2d;
}

#c-right-fixed a:first-child:hover .c-box {
	width: 250px;
	height: 70px;
	-webkit-transform: translateX(-180px);
	transform: translateX(-180px);
	overflow: none;
	background: #d75e2d;
}

#c-right-fixed a:hover .c-img {
	right: 84px;
}


@media(max-width: 1259px) {
	#c-right-fixed {
		display: none;
	}
}


/* add 浮窗 */
/*左侧工具条*/
#toolbar {
	position: fixed;
	z-index: 9;
	right: 17px;
	bottom: 10%;
}

#toolbar li {
	margin-bottom: 3px;
	font-size: 0;
	width: 57px;
	height: 57px;
	right: 0;
	position: relative;
}

#toolbar li a {
	display: block;
	position: absolute;
	z-index: 9;
	right: 0;
	top: 0;
	width: 57px;
	height: 57px;
	overflow: hidden;
	background: #d75e2d;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	white-space: nowrap;
	font-size: 0;
}

#toolbar li .icon-font {
	display: inline-block;
	vertical-align: middle;
	width: 57px;
	height: 57px;
	background-color: #d9d9d9;
}

#toolbar li .icon-qq:after {
	background-position: 0 -150px;
}

#toolbar li .icon-phone:after {
	background-position: 0 -90px;
}

#toolbar li .icon-ewm:after {
	background-position: 0 -30px;
}

#toolbar li .icon-message:after {
	background-position: 0 -120px;
}

#toolbar li .icon-top:after {
	background-position: 0 -60px;
}

#toolbar li .icon-wangwang:after {
	background-position: 0 0;
}

#toolbar li .wz {
	display: inline-block;
	line-height: 57px;
	font-size: 14px;
	color: #fff;
	vertical-align: middle;
	padding-left: 10px;
}

#toolbar li.ewm .ewm-box {
	position: absolute;
	z-index: 1;
	padding: 5px;
	background: #d75e2d;
	width: 110px;
	right: 120%;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all .7s;
	transition: all .7s;
}

#toolbar li.ewm .ewm-box p {
	margin-bottom: 0;
}

#toolbar li.ewm .ewm-box img {
	max-width: 100%;
}

#toolbar li.ewm .ewm-box:after {
	content: '';
	position: absolute;
	right: -5px;
	bottom: 20px;
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	border-width: 5px;
	cursor: pointer;
	border-style: dashed dashed dashed solid;
	border-color: transparent transparent transparent #d75e2d;
	border-right: none;
}

.icon-font {
	position: relative;
}

.icon-font:after {
	content: "";
	width: 30px;
	height: 30px;
	background-image: url(../images/icon_spirit.png);
	background-repeat: no-repeat;
	position: absolute;
	left: calc(50% - 15px);
	top: calc(50% - 15px);
}

#toolbar li.ewm:hover .icon {
	background-position: -57px -180px;
}

#toolbar li.ewm:hover .ewm-box {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

#toolbar li.backtop {
	cursor: pointer;
}

#toolbar li.backtop .iconfont {
	color: #fff;
	background-color: #d75e2d;
}

#toolbar li:hover a {
	width: 200px;
}

#toolbar li:hover .icon-font {
	background-color: #d75e2d;
}

#toolbar li:hover .icon-qq:after {
	background-position: -30px -150px;
}

#toolbar li:hover .icon-phone:after {
	background-position: -30px -90px;
}

#toolbar li:hover .icon-ewm:after {
	background-position: -30px -30px;
}

#toolbar li:hover .icon-message:after {
	background-position: -30px -120px;
}

#toolbar li:hover .icon-wangwang:after {
	background-position: -30px 0;
}

#toolbar li:hover .icon-top:after {
	background-position: -30px -60px;
}

@media (max-width: 990px) {

	#toolbar,
	.guanggao-dbbox {
		display: none;
	}
}

#superContainer {
	height: 100%;
	position: relative;

	/* Touch detection for Windows 8 */
	-ms-touch-action: none;

	/* IE 11 on Windows Phone 8.1*/
	touch-action: none;
}

.fp-section {
	position: relative;
	-webkit-box-sizing: border-box;
	/* Safari<=5 Android<=3 */
	-moz-box-sizing: border-box;
	/* <=28 */
	box-sizing: border-box;
}

.fp-slide {
	float: left;
}

.fp-slide,
.fp-slidesContainer {
	height: 100%;
	display: block;
}

.fp-slides {
	z-index: 1;
	height: 100%;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s ease-out;
	/* Safari<=6 Android<=4.3 */
	transition: all 0.3s ease-out;
}

.fp-section.fp-table,
.fp-slide.fp-table {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.fp-tableCell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.fp-slidesContainer {
	float: left;
	position: relative;
}

.fp-controlArrow {
	position: absolute;
	z-index: 4;
	top: 50%;
	cursor: pointer;
	width: 0;
	height: 0;
	border-style: solid;
	margin-top: -38px;
}

.fp-controlArrow.fp-prev {
	left: 15px;
	width: 0;
	border-width: 38.5px 34px 38.5px 0;
	border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
	right: 15px;
	border-width: 38.5px 0 38.5px 34px;
	border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
	overflow: scroll;

}

.fp-notransition {
	-webkit-transition: none !important;
	transition: none !important;
}

/*#fp-nav{position: fixed;left: 1%;bottom: 1%;z-index: 150;}
#fp-nav li{font-size: 0;position: relative;text-align: right;width: 40px;font-family: DINCOND;overflow: hidden;}
#fp-nav li a{color: #fff;display:block;height:28px; position:relative;}
#fp-nav li a:after{
    content: '';
    width: 20px;height: 1px;background: #fff;
    position: absolute;bottom: 0;left: 0;
}*/
.index_nav_y#fp-nav li a {
	color: #9a8867;
}

.index_nav_y#fp-nav li:after {
	background: #dadada;
}

/*#fp-nav li a.active{font-size: 24px;margin:10px 0 0 0;}
#fp-nav li a.active a{heigth:29px;line-height:28px;}
#fp-nav li a.active:after{width: 40px;margin-top: 4px;}*/
.index_nav_y#fp-nav li.active:after {
	background: #9a8867;
}

.list_links {
	padding-bottom: 2%;
}

.list_links ul li {
	float: left;
	width: 20%;
	padding: 1%;
	margin-bottom: 2%;
}

.list_links ul li a {
	display: block;
	background-color: #d75e2d;
	padding: 6px;
}

.list_links ul li .pic {
	padding-bottom: 35%;
	background: no-repeat center center;
	background-size: contain;
	border: 1px solid #f5f5f5;
}

.list_links ul li h4 {
	text-align: center;
	margin-top: 10px;
}

/*#fp-nav li a:before{
    content:'';
    position: absolute;
    top:0;
    left: 0;
    text-align: left;
    color: #d75e2d;
    height: 25px;
    line-height: 1em;
    width: 100%;
}
#fp-nav li:nth-child(1) a:before{
    content:'01';
}
#fp-nav li:nth-child(2) a:before{
    content:'02';
}
#fp-nav li:nth-child(3) a:before{
    content:'03';
}
#fp-nav li:nth-child(4) a:before{
    content:'04';
}
#fp-nav li:nth-child(5) a:before{
    content:'05';
}
#fp-nav li:nth-child(6) a:before{
    content:'06';
}*/
@media(max-width:768px) {
	.list_links ul li {
		width: 33.33%;
	}
}

@media(max-width:640px) {
	.list_links ul li {
		width: 50%;
	}
}

/* 工厂环境 s */
.environment .con {
	/* padding-bottom: 60px; */
}

.environment .swiper {
	padding-bottom: 60px;
}

.environment ul {}

.environment ul li {}

.environment ul li a {}

.environment ul li p {
	background-color: #000;
	font-size: 16px;
	color: white;
	padding: 10px 2%;
	text-align: center;
	text-transform: capitalize;
}

.environment ul li:hover p {
	background-color: #d75e2d;
}

.environment .swiper-pagination {
	bottom: 0 !important;
}

.trs3 {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.linelimit {
	display: -webkit-box;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

li *[class*="pic"] {
	overflow: hidden;
}

*[class*="rect-"] {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	overflow: hidden;
}

*[class*="rect-"] ._full {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	*height: auto;
	object-fit: cover;
}

li *[class*="pic"]>img {
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-ms-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

.rect-70 {
	padding-bottom: 70%;
}

/* swiper-page01 */
.swiper-page01.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 0;
}

.swiper-page01.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.swiper-page01.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #d75e2d;
	width: 30px;
	height: 8px;
	border-radius: 4px;
}

/* 工厂环境 e */