@font-face { font-family:'851cai'; src: url('../fonts/851-CAI978.ttf'); }
html{
	margin:0;
	padding:0;
	overflow-x: hidden;
	font-family: "Microsoft YaHei";
}
body{
	padding-right: 0px !important;
}
p{
	margin: 0;
}
a{
	text-decoration:none !important;
}
a:focus {
	outline: 0;
}
*{

	margin: 0;
	padding: 0;
}

img {
	border: 0;
}
a {
	text-decoration: none;
	outline: none;
}
ol,
ul,
li {
	list-style: none;
}
video {
	display: block !important;
	object-fit: cover;
}
.learn_more{
	width: 220px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin: 0 auto;
	background-color: #df001f;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	margin-top: 50px;
}

.learn_more a{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
@media screen and (max-width: 767px){
	.learn_more{
		width: 120px;
		height: 30px;
		line-height: 30px;
	}
	.learn_more a{
		font-size: 13px;
	}
}
.more_hr{
	width: 34px;
	height: 3px;
	background-color: #d8262c;
	margin-top: 20px;
}
.more2_hr{
	width: 42px;
	height: 4px;
	background-color: #fff;
	margin-top: 30px;
}
.more3_hr{
	width: 30px;
	height: 3px;
	background-color: #fff;
	margin-top: 5px;
}
.more4_hr{
	width: 42px;
	height: 4px;
	background-color: #fff;
	margin-top: 30px;
	margin-bottom: 10px;
}
.more5_hr{
	width: 25px;
	height: 2px;
	background-color: #d8262c;
}
.backtotop{
	opacity: 0;
	position: fixed;
	right: 30px;
	bottom: 260px;
	position: fixed;
	z-index: 99;

	width: 44px;
	height: 44px;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 50%;
	background-image: linear-gradient(
			0deg, #ffffff 0%, #f3f5f8 100%);
	border: 2px solid #fff;
	box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, 0.1);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
}
.navigation{
	background-color: #000000;
	width: 100%;
	height: 30px;
}
.navigation .main{
	max-width: 1400px;
	height: 30px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: nowrap;
	color: #fff;
}
.navigation .main .left{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
}
.navigation .main .left .icon{

}
.navigation .main .left .tel{
	padding-left: 15px;
	font-size: 12px;
}
.navigation .main .right{

}
.navigation .main .right .ul{
	display: flex;
	flex-direction: row;
	height: 100%;
	align-items: center;
	flex-wrap: nowrap;
}
.navigation .main .right .ul .li{
	padding-left: 15px;
}
.navigation .main .right .ul .li.input{
	width: 144px;
	height: 27px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	align-items: center;
	justify-content: flex-end;
}
.navigation .main .right .ul .li.input input{
	color: #f1f6fc;
	outline:none;
	width: 120px;
	height: 27px;
	background-color: rgba(0,0,0,0);
	border: 0px;
}
.navigation .main .right .ul .li.input .icon{
	width: 24px;
	padding-right: 5px;
}
.navigation .main .right .ul .li.language .con{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
.navigation .main .right .ul .li.language .con .title{
	padding-right: 5px;
	font-size: 12px;
}
.navigation .main .right .ul .li.language .con .icon{
	padding-right: 15px;
	margin-top: -4px;
}
.header{
	width: 100%;
	box-shadow: 2px 0px 5px 2px rgba(0 ,0 ,0 ,0.1);
	background-color: #fff;
	z-index: 99;
	max-height: 850px;
}
.header .main{
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: flex-end;
}
.header .main .head-nav {
	height: 80px;
	background: #fff;
	display: flex;
}
.header .main .head-nav-con {
	height: 80px;
	margin: auto;
}
.header .main .head-nav-con .ul{
	display: flex;
}
.header .main .head-nav-con ul li {
	width: 90px;
	float: left;
	font-size: 20px;
	text-align: center;
}
@media screen and (max-width: 1080px){
	.header .main .head-nav-con ul li {
		width: 70px;
	}
}
@media screen and (max-width: 900px){
	.header .main .head-nav-con ul li {
		width: 50px;
	}
}
.header .main .head-nav-con .drop_ul .drop_li{
	width: 200px;
	text-align: left;
	border-bottom: 1px solid #f7f8f8;
}

.header .main .head-nav-con .ul .li{
	position: relative;
}
.header .main .head-nav-con .ul .li:before{
	position: absolute;
	content: '';
	width: 0px;
	height: 3px;
	background-color: #d8262c;
	margin: 0 auto;
	left:50%;
	bottom: 16px;
	transform:translate(-50%,-50%);
	transition: all 0.5s;
}
.header .main .head-nav-con .ul .li:hover:before{
	width: 36px;
}
.header .main .head-nav-con ul.ul li.li:nth-last-child(1){
	width: 40px;
}
.header .main .head-nav-con ul.ul li.li:nth-last-child(2){
	width: 80px;
}
.header .main .head-nav-con ul.ul li.li:nth-last-child(2) a{
	display: flex;
	align-items: center;
	/*justify-content: center;*/
}
.header .main .head-nav-con ul.ul li.li:nth-last-child(2) a span{
	margin-left: 10px;
}
.header .main .head-nav-con .ul .li a{
	font-weight: bold;
}
.header .main .head-nav-con .ul .li:hover .ac{
	color: #d8262c;
}

.header .main .head-nav-con .drop_ul .drop_li a{
	text-align: left;
	padding-left: 30px;
	font-weight: 400;

}
.header .main .head-nav-con ul li:hover {

}
.header .main .head-nav-con .drop_ul .drop_li:hover a{
	color: #fff;
	background-color: #d8262c;
	font-weight: bold;
}
.header .main .head-nav-con ul a {
	display: block;
	text-decoration: none;
	text-align: center;
	line-height: 80px;
	color: #3e3a39;
	font-size: 18px;
}
.header .main .head-nav-con .drop-down-content .drop_li a{
	line-height: 65px;
}
@media screen and (max-width: 900px){
	.header .main .head-nav-con ul a {
		font-size: 16px;
	}
}
.header .main .head-nav-con .drop-down {
	position: relative;
}
.header .main .head-nav-con .drop-down-content {
	padding: 0;
	display: none;
	position: absolute;
	z-index: 9;
	box-shadow: 2px 0px 5px 2px rgba(0 ,0, 0, 0.1);
	right: -60px;
}

.header .main .head-nav-con .drop-down:hover .drop-down-content {
	display: block;
	background-color: #fff;
}
.header .main .head-nav-con .drop-down-2 {
	position: relative;
}
.header .main .head-nav-con .drop-down-content-2 {
	padding: 0;
	display: none;
	position: absolute;
	z-index: 1;
	background-color: #007130;
	right: -170px;
	top: 0;
}
.header .main .head-nav-con .drop-down-content-2 > li {
	float: none;
	background-color: #007130;
}
.header .main .head-nav-con .drop-down-content-2 li:hover a {
	background-color: #ff9c01;
}
.header .main .head-nav-con .drop-down-2:hover .drop-down-content-2 {
	display: block;
}
/*header_form*/
.header_form{
	width: 100%;
	height: 50px;
	margin-top: 10px;
	position: fixed;
	/*top: 110px;*/
	z-index: 97;
	display: none;
}
.header_form .main {
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
	height: 50px;
	margin: 0 auto;
	box-shadow: 0px 5px 9px 2px rgba(0,0,0,0.3);
}
.header_form .main form{
	height: 50px;
	display: flex;
}
.header_form .main .name{
	flex: 1;
	padding-left: 10px;
	padding-right: 10px;
}
.header_form .main .submit{
	width: 50px;
	height: 100%;
	background-color: red;
	color: #fff;
}
.header_form .main input{
	width: 100%;
	height: 100%;
	border: 0px solid rgba(0,0,0,0);
	outline: none;
}

.header_nav{
	position: fixed;
	top: 0px;
	width: 100%;
	height: 50px;
	padding-left: 20px;
	padding-right: 20px;
	z-index: 200;
}
.header_nav.sc{
	background-color: #fff;
	box-shadow: 2px 0 5px 2px rgba(0,0,0,0.1);
}
.header_nav .main {
	height: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}
.header_nav .main .left{

}
.header_nav .main .left img{
	height: 30px;
}
.header_nav .main .right{
	cursor: pointer;
}
.header_nav .main .right img:nth-child(2){
	display: none;
}
.header_nav .main .right.ac img:nth-child(2){
	display: block;
}
.header_nav .main .right.ac img:nth-child(1){
	display: none;
}
.header_m{
	width: 250px;
	height: 100%;
	position: fixed;
	top: 0px;
	background-color: #eee;
	right: -250px;
	transition: all .5s;
	z-index: 202;
	overflow-y: auto;
}
.header_m .main{
	padding: 20px 20px;
}
.header_m .main .ul .li{
	min-height: 60px;
	border-bottom: 1px solid #707070;
	color: #000;
	line-height: 60px;
}
.header_m .main .ul .li a{
	font-weight: bold;
}
.header_m .main .ul .li.drop{
}
.header_m .main .ul .li .drop_ul{
	display: none;
	height: 0px;
	transition: all 0.5s;
	height: auto;
}
.header_m .main .ul .li .drop_ul.active{
	height: auto;
	display: block;
}
.header_m .main .ul .li .drop_ul .drop_li{
	height: 60px;
	border-bottom: 1px solid #707070;
	color: #000;
	line-height: 60px;
	padding-left: 30px;
}
.header_m .main .ul .li .drop_ul .drop_li a{
	font-weight: 400;
}
.header_m .main .ul .li a{
	display: block;
	color: #9fa0a0;
	font-size: 16px;
}
.header_m .main .ul .li a:hover{
	color: #d8262c !important;
}
.mask{
	background-color: rgba(0,0,0,0.3);
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 201;

}

.banner{
	margin-top: 3px;
}
.banner.banner2{
	display: none;
}
@media screen and (max-width: 767px){
	.banner.banner2{
		display: block;
		margin-top: 0px;
	}
}
.banner a{
	display: block;
	width: 100%;
	height: 100%;
}
.banner a img {
	width: 100%;
	height: 100%;
	justify-content: center;
	object-fit: cover;
}
.banner .swiper-pagination-bullet{
	width: 42px;
	height: 3px;
	border-radius: 0px;
}
@media screen and (max-width: 767px){
	.banner .swiper-pagination-bullet{
		width: 20px;
		height: 2px;
	}
}
.banner .swiper-pagination-bullet-active{
	background-color: #d8262c;
}
.banner .swiper-pagination-fraction, .banner .swiper-pagination-custom, .banner .swiper-container-horizontal > .swiper-pagination-bullets{
	bottom: 15%;
}
.banner .swiper-pagination{
	padding-left: 40%;
}
@media screen and (max-width: 767px){
	.banner .swiper-pagination{
		/*padding-left: 0%;*/
	}
}


/*公司简介*/
/*introduce*/
.introduce{
	width: 100%;
	/*min-height: 600px;*/
	background-position: center !important;
	background-repeat: no-repeat !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	font-family: 微软雅黑;
	padding-bottom: 60px;
}
.introduce .main{
	max-width: 1400px;
	margin: 0 auto;
	overflow: hidden;
}
.introduce .main .tit{
	font-size: 36px;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 90px;
}
@media screen and (max-width: 650px){
	.introduce .main .tit{
		font-size: 18px;
	}
}
.introduce .main img{
	width: 100%;

}
.introduce .main .con{
	width: 100%;
	margin-top: 70px;
	position: relative;

}
@media screen and (max-width: 767px){
	.introduce .main .con{
		margin-top: 30px;

	}
}
.introduce .main .con .ul{
	width: 100%;
	height: 100%;
	display: flex;
	position: absolute;
	top: 0px;
}
.introduce .main .con .ul .li{
	width: 33.3%;
	height: 100%;
	color: #fff;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: stretch;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 767px){
	.introduce .main .con .ul .li{
		font-size: 12px;
	}
}
.introduce .main .con .ul .li .number{
	font-size: 90px;
	font-family: '851cai';
}

.introduce .main .con .ul .li .number .icon{
	margin-left: -34px;
}

.introduce .main .con .ul .li .tits{
	font-size: 18px;
	margin-top: -24px;
}
@media screen and (max-width: 1000px){
	.introduce .main .con .ul .li .number{
		font-size: 40px;
	}
	.introduce .main .con .ul .li .number .icon{
		margin-left: -14px;
	}
	.introduce .main .con .ul .li .tits{
		font-size: 14px;
		margin-top: -5px;
	}
}
@media screen and (max-width: 767px){
	.introduce .main .con .ul .li .number{
		font-size: 20px;
	}
	.introduce .main .con .ul .li .number .icon{
		margin-left: -5px;
	}
	.introduce .main .con .ul .li .tits{
		font-size: 12px;
		margin-top: -5px;
		text-align: center;
	}
}

/*设备简介*/
/*introduction*/
.introduction{
	width: 100%;
	height: 100%;
	margin-top: 70px;
}

.introduction .main{
	max-width: 1500px;
	margin: 0 auto;
	position: relative;
}
.introduction .main .t{
	font-size: 36px;
	color: #3e3a39;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}
@media screen and (max-width: 767px){
	.introduction .main .t{
		font-size: 18px;
	}
}
.introduction .main .t span{
	color: #d8262c;
}
.introduction .main .box{
	position: relative;
}
.introduction .introduction_box2{
	display: none;
}
@media screen and (max-width: 767px){
	.introduction .introduction_box2{
		display: block;
	}
}
.introduction .main .con{
	width: 94%;
	margin: 0 auto;
}
@media screen and (max-width: 1200px){
	.introduction .main .con{
		width: 90%;

	}
}
@media screen and (max-width: 767px){
	.introduction .main .con{
		/*width: 85%;*/

	}
}
@media screen and (min-width: 1500px){
	.introduction .main .con{
		width: 1400px;
	}
}
.introduction .main .con .swiper-slide{
	/*margin-top: 50px;*/
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.introduction .main .con .swiper-slide a{
	width: 100%;
	height: 100%;
}
.introduction .main .con .swiper-slide a img{
	width: 100%;
}
.introduction .swiper-button-prev, .introduction .swiper-container-rtl .swiper-button-next{
	background: url(../image/course_j_le.png) no-repeat;
	width: 37px;
	height: 37px;
}
.introduction .swiper-button-next, .introduction .swiper-container-rtl .swiper-button-prev{
	background: url(../image/course_j_ri.png) no-repeat;
	width: 37px;
	height: 37px;
}
@media screen and (max-width: 767px){
	.introduction .swiper-button-prev, .introduction .swiper-container-rtl .swiper-button-next{
		width: 15px;
		height: 15px;
		background-size: 15px;
		/*top: 70%;*/
	}
	.introduction .swiper-button-next, .introduction .swiper-container-rtl .swiper-button-prev{
		width: 15px;
		height: 15px;
		background-size: 15px;
		/*top: 70%;*/
	}
}
.introduction .main .number_introduce{
	max-width: 1400px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #b5b5b5;
}
.introduction .main .number_introduce .ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.introduction .main .number_introduce .ul .li{
	padding-left: 10%;
	text-align: center;
}
@media screen and (max-width: 767px){
	.introduction .main .number_introduce .ul .li{
		padding-left: 5%;
	}
}
.introduction .main .number_introduce .ul .li:nth-child(1){
	padding-left: 0;
}
.introduction .main .number_introduce .ul .li .quantity{

}
.introduction .main .number_introduce .ul .li .quantity .num{
	font-size: 60px;
	color: #df001f;
	font-weight: bold;
	position: relative;
}

.introduction .main .number_introduce .ul .li .quantity .num:after{
	position: absolute;
	content: '';
	width: 18px;
	height: 1px;
	background-color: #b5b5b5;
	bottom: -5px;
	left: 26px;
}
@media screen and (max-width: 767px){
	.introduction .main .number_introduce .ul .li .quantity .num{
		font-size: 20px;
	}
	.introduction .main .number_introduce .ul .li .quantity .num:after{
		left: 2px;
	}
}
.introduction .main .number_introduce .ul .li .quantity .ts{
	font-size: 16px;
	color: #9fa0a0;
	margin-left: -8px;
}
@media screen and (max-width: 767px){
	.introduction .main .number_introduce .ul .li .quantity .ts{
		font-size: 13px;
		margin-left: 0px;
	}
}
.introduction .main .number_introduce .ul .li .desc{
	font-size: 22px;
	color: #4c4948;
	margin-top: 10px;
}
@media screen and (max-width: 767px){
	.introduction .main .number_introduce .ul .li .desc{
		font-size: 14px;
	}
}






/*战略合作伙伴*/
/*partner*/
.partner{
	width: 100%;
	height: 100%;
	margin-top: 60px;
}
.partner.partner2{
	display: none;
}
@media screen and (max-width: 767px){
	.partner.partner2{
		display: block;
	}
}
.partner .main{
	/*max-width: 1400px;*/
	margin: 0 auto;
	position: relative;
}
.partner .main .t{
	font-size: 36px;
	color: #3e3a39;
	text-align: center;
	font-weight: bold;
}
@media screen and (max-width: 767px){
	.partner .main .t{
		font-size: 18px;
	}
}
.partner .main .t span{
	color: #d8262c;
}
.partner .main .con{
	width: 100%;
	margin: 0 auto;
	margin-top: 60px;
}

.partner .main .con .swiper-slide{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	/*min-height: 400px;*/
}
.partner .main .con .swiper-slide a{
	width: 100%;
}
.partner .swiper-pagination-bullet{
	width: 42px;
	height: 3px;
	border-radius: 0px;
}
@media screen and (max-width: 767px){
	.partner .swiper-pagination-bullet{
		width: 20px;
		height: 2px;
	}
}
.partner .swiper-pagination-bullet-active{
	background-color: #d8262c;
}
.partner .swiper-pagination-fraction, .partner .swiper-pagination-custom, .partner .swiper-container-horizontal > .swiper-pagination-bullets{
	bottom: 15%;
}
.partner .swiper-pagination{
	/*left: -40% !important;*/
}
@media screen and (max-width: 767px){
	.partner .swiper-pagination{
		/*padding-left: 0%;*/
	}
}
/*管理体系*/
/*management*/
.management{
	width: 100%;
	height: 100%;
	margin-top: 60px;
}
.management .main{
	max-width: 1400px;
	margin: 0 auto;
}
.management .main .t{
	font-size: 36px;
	color: #3e3a39;
	text-align: center;
	font-weight: bold;
}
@media screen and (max-width: 767px){
	.management .main .t{
		font-size: 18px;
	}
}
.management .main .t span{
	color: #d8262c;
}
.management .main .con{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-top: 60px;
}
.management .main .con img{
	width: auto;
}
@media screen and (max-width: 1000px){
	.management .main .con{
	}
	.management .main .con img{
		width: 90%;
	}
}
/*解决方案*/
/*solution*/
.solution{
	width: 100%;
	height: 100%;
	margin-top: 60px;
	background: url(../image/solution.jpg) no-repeat;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-top: 70px;
	padding-bottom: 70px;
}
.solution .main{
	max-width: 1400px;
	margin: 0 auto;
}
.solution .main .t{
	font-size: 36px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
@media screen and (max-width: 767px){
	.solution .main .t{
		font-size: 18px;
	}
}
.solution .main .t span{
	color: #d8262c;
}
.solution .main .con{

}
.solution .main .con .ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.solution .main .con .ul .li{
	width: 19%;
	margin-left: 1.25%;
	margin-top: 70px;
	cursor: pointer;

}
.solution .main .con .ul .li:nth-child(1){
	margin-left: 0;
}
.solution .main .con .ul .li .con_img{
	max-height: 250px;
	overflow: hidden;
}
.solution .main .con .ul .li .con_img img{
	object-fit: cover;
	transition: all 0.5s;

}
.solution .main .con .ul .li:hover .con_img img{
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.solution .main .con .ul .li .con_tit{
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	background-color: #fff;
	font-size: 18px;
	color: #3e3a39;
	font-weight: bold;
}
@media screen and (max-width: 767px){
	.solution .main .con .ul .li .con_tit{
		font-size: 14px;
	}
}
.solution .main .con .ul .li:hover .con_tit{
	background-color: #df001f;
	color: #fff;
}


/*企业VR全景*/
/*vr*/
.vr{
	width: 100%;
	height: 100%;
	margin-top: 70px;
}
.vr .main{
	max-width: 1410px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.vr .main .title{
	font-size: 36px;
	color: #3e3a39;
	text-align: center;
	font-weight: bold;
}
@media screen and (max-width: 767px){
	.vr .main .title{
		font-size: 18px;
	}
}
.vr .main .title span{
	color: #d8262c;
}
.vr .main .con{
	margin-top: 50px;
	overflow: hidden;
}
.vr .main .con img{
	width: 100%;
	height: 100%;
	justify-content: center;
	object-fit: cover;
	transition: all 0.5s;
}
.vr .main .con:hover img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
@media screen and (max-width: 767px){
	.vr .main .con{
		padding-left: 10px;
		padding-right: 10px;
	}
}
/*渠道*/
/*channel*/
.channel{
	width: 100%;
	height: 100%;
	margin-top: 60px;
}
.channel .main{
	max-width: 1400px;
	margin: 0 auto;
}
.channel .main .title{
	font-size: 36px;
	color: #3e3a39;
	text-align: center;
	font-weight: bold;
}
@media screen and (max-width: 767px){
	.channel .main .title{
		font-size: 18px;
	}
}
.channel .main .title span{
	color: #d8262c;
}
.channel .main .con{
	margin-top: 50px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}
.channel .main .con .list:nth-child(1){
	width: 36%;
}
.channel .main .con .list:nth-child(2){
	width: 19%;
}
.channel .main .con .list:nth-child(3){
	width: 42%;
}
.channel .main .con .list img{
	width: 100%;
}
.channel .main .con .list .list2_1_img{
	height: 100%;
}
.channel .main .con .list .list2_1_img .top{
	height: 100%;
}
.channel .main .con .list .list2_1_img .box{
	height: 100%;
}
.channel .main .con .list .list1_1_img a ,.channel .main .con .list .list1_2_img a , .channel .main .con .list .list2_1_img a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.channel .main .con .list .list1_1_img a .box ,.channel .main .con .list .list1_2_img a .box , .channel .main .con .list .list2_1_img a .box{
	width: 100%;
	position: absolute;
	top: 100%;
	transition: all 0.5s;
}
.channel .main .con .list .list1_1_img a:hover .box ,.channel .main .con .list .list1_2_img a:hover .box , .channel .main .con .list .list2_1_img a:hover .box{
	top: 0%;
}
.channel .main .con .list .list2_1_img img{
	height: 100%;
	width: 100%;
	object-fit: fill;
}
.channel .main .con .list .list3_1{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.channel .main .con .list .list3_1 .li{
	position: relative;
	width: 49%;
	overflow: hidden;
}

.channel .main .con .list .list3_1 .li .top{

}
.channel .main .con .list .list3_1 .li .box{
	width: 100%;
	position: absolute;
	top: 100%;
	transition: all 0.5s;
}
.channel .main .con .list .list3_1 .li:hover .box{
	top: 0%;
}




.channel .main .con .list .list3_1 .li img{
	width: 100%;
}
.channel .main .con .list .list3_2{
	margin-top: 10px;
	position: relative;
	overflow: hidden;

}
.channel .main .con .list .list3_2 .box{
	width: 100%;
	position: absolute;
	top: 100%;
	transition: all 0.5s;
}
.channel .main .con .list .list3_2:hover .box{
	top: 0%;
}

/*新闻*/
/*conversation*/
.conversation{
	width: 100%;
	height: 100%;
	font-family: 微软雅黑;
}
.conversation a{
	font-family: 微软雅黑;
}
.conversation .main{
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.conversation .main .title{
	font-size: 36px;
	color: #3e3a39;
	text-align: center;
	font-weight: bold;
	margin-top: 60px;
}
@media screen and (max-width: 767px){
	.conversation .main .title{
		font-size: 18px;
	}
}
.conversation .main .title span{
	color: #d8262c;
}
.conversation .main .con{

}
.conversation .main .con .ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.conversation .main .con .ul .li{
	width: 23%;
	margin-top: 50px;
	background-color: #f1f1f1;
	padding-bottom: 20px;
}
@media screen and (max-width: 767px){
	.conversation .main .con .ul .li{
		width: 48%;
	}
}
.conversation .main .con .ul .li .li_img{
	overflow: hidden;
}
.conversation .main .con .ul .li .li_img img{
	width: 100%;
	height: 100%;
	justify-content: center;
	object-fit: cover;
	transition: all 0.5s;
}
.conversation .main .con .ul .li:hover .li_img img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.conversation .main .con .ul .li .li_title{
	font-size: 18px;
	color: #595757;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 30px;
	font-weight: bold;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all 0.2s;

}
@media screen and (max-width: 767px){
	.conversation .main .con .ul .li .li_title{
		font-size: 14px;
	}
}
.conversation .main .con .ul .li:hover .li_title{
	color: #e60012;
}
.conversation .main .con .ul .li .li_desc{
	font-size: 14px;
	color: #727171;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 20px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.conversation .main .con .ul .li .time{
	padding-left: 10px;
	padding-right: 10px;
	display: flex;
	margin-top: 30px;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	font-size: 14px;
	color: #9fa0a0;
}
.conversation .main .con .ul .li .time .time_img{

}
.conversation .main .con .ul .li .time date{

}
.conversation .main .learn_more{
	background-color: #f1f1f1;
	transition: all 0.3s;
	position: relative;
}
.conversation .main .learn_more a{
	color: #777777;
}
.conversation .main .learn_more a .t{
	z-index: 2;
	position: relative;
}
.conversation .main .learn_more:after{
	position: absolute;
	content: '';
	width: 0;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #df001f;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	transition: all 0.2s;
}
.conversation .main .learn_more:hover:after{
	width: 100%;
}
.conversation .main .learn_more:hover a{
	color: #fff;
}

.box_more{
	margin-top: 50px;
	width: 100%;
	height: 100%;
	background-color: #f1f1f1;
}
.box_more .main{
	max-width: 1400px;
	height: 100%;
	margin: 0 auto;
}
.box_more .main .ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box_more .main .ul .li{
	width: 23%;
	background-color: #f1f1f1;
	margin-top: 40px;
	padding: 5%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 767px){
	.box_more .main .ul .li{
		width: 48%;
	}
}
.box_more .main .li a{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.box_more .main .li .box_more_img{

}
.box_more .main .li .box_more_img img{

}
.box_more .main .li .box_more_tit{
	font-size: 18px;
	color: #595757;
	font-weight: bold;
	margin-top: 20px;
	transition: all 0.2s;
}
@media screen and (max-width: 767px){
	.box_more .main .li .box_more_tit{
		font-size: 14px;
	}
}
.box_more .main .li a:hover .box_more_tit{
	color: #e60012;
}

/*footer*/
.footer{
	width: 100%;
	height: 100%;
	margin-top: 70px;
	background-position: center !important;
	background-repeat: no-repeat !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	color: #fff;
	font-family: 微软雅黑;
}
@media screen and (max-width: 767px){
	.footer{
		margin-bottom: 50px;
	}
}
.footer .main{
	max-width: 1400px;
	margin: 0 auto;
	overflow: hidden;
}
.footer .main .top{
	/*height: 75px;*/
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid rgb(83,81,81);
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer .main .top .left{

}
.footer .main .top .left a{

}
.footer .main .top .left a img{
	width: 100%;
	height: 70%;
	justify-content: center;
	object-fit: cover;
}
.footer .main .top .right{

}
.footer .main .top .right .ul{
	display: flex;
}
.footer .main .top .right .ul .li{
	padding-left: 20px;
	padding-right: 20px;
}
.footer .main .top .right .ul .li a{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.footer .main .top .right .ul .li a:hover{
	color: #e60012;
}
.footer .main .con{
	margin-top: 50px;
	border-bottom: 1px solid rgb(83,81,81);
	padding-bottom: 50px;
}
.footer .main .con .ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.footer .main .con .ul .li{
	overflow: hidden;
	width: 33.3%;
}
.footer .main .con .ul .li:nth-child(2){
	width: 40.3%
}
.footer .main .con .ul .li:nth-child(3){
	width: 26.3%
}
@media screen and (max-width: 767px){
	.footer .main .con .ul{

	}
	.footer .main .con .ul .li{
		width: 100% !important;
		margin-top: 30px;
		padding-left: 10px;
		padding-right: 10px;
	}
}
.footer .main .con .ul .li .p_t{
	font-size: 16px;
	color: #fff;
	margin-bottom: 20px;
}
.footer .main .con .ul .li .p{
	font-size: 14px;
	color: rgba(255,255,255,0.7);
	margin-top: 5px;
}


.footer .main .f_nav{
	padding-bottom: 15px;
}
.footer .main .f_nav .ul{
	display: flex;
	color: rgba(255,255,255,0.2);
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer .main .f_nav .ul .li{
	padding-top: 15px;

}
@media screen and (max-width: 767px){
	.footer .main .f_nav .ul .li{
		width: 100%;
		padding-left: 10px;
	}
}
.footer .main .f_nav .ul .li:nth-child(2){
	color: rgba(255,255,255,0.4);
}
.footer .main .con .ul .li.f_img img{
	width: 76%;
}

.menus{
	width: 70px;
	opacity: 0;
	position: fixed;
	right: 30px;
	bottom: 260px;
	position: fixed;
	z-index: 99;
	overflow: hidden;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #fff;
}
@media screen and (max-width: 767px){
	.menus{
		bottom: 100px;
		right: 10px;
		display: none;
	}
}
.menus .ul .li{
	width: 70px;
	height: 70px;
	margin-top: 12px;
	background-color: #aaaaaa;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
.menus .ul .li:hover{
	background-color: #e60012;
}
.menus .ul .li.back{
	background-color: #e60012;
}
.menus .ul .li a{
	width: 70px;
	height: 70px;
	/*background-color: #aaaaaa;*/
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
.menus .ul .li a{
	font-size: 14px;
	color: #fff;
}
.menus .ul .li a .menus_tit{
	margin-top: 5px;
}


/*公共部分*/
.secondary_banner{
	width: 100%;
	height: 245px;
	/*background-position: center !important;*/
	/*background-repeat: no-repeat !important;*/
	/*-webkit-background-size: cover !important;*/
	/*-moz-background-size: cover !important;*/
	/*-o-background-size: cover !important;*/
	/*background-size: cover !important;*/
}
.secondary_banner img{
	width: 100%;
	height: 100%;
	justify-content: center;
	object-fit: cover;
}

.secondary_nav{
	width: 100%;
	height: 100%;
	margin-top: 40px;
}
.secondary_nav .main{
	max-width: 1400px;
	height: 100%;
	margin: 0 auto;
}
.secondary_nav .main .title{
	font-size: 30px;
	font-weight: bold;
	color: #000;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d2d2d2;
}
@media screen and (max-width: 1400px){
	.secondary_nav .main .title{
		padding-left: 10px;
	}
}
.secondary_nav .main .crumbs{
	margin-top: 20px;
	font-size: 16px;
	margin-bottom: 40px;
}
@media screen and (max-width: 1400px){
	.secondary_nav .main .crumbs{
		padding-left: 10px;
	}
}
.secondary_nav .main .crumbs a{
	color: #595757;

}

.about{
	width: 100%;
	height: 100%;
}
.about .main{
	max-width: 1400px;
	height: 100%;
	margin: 0 auto;
}
@media screen and (max-width: 1400px){
	.about .main{
		padding-right: 10px;
		padding-left: 10px;
	}
}
.about .main .about_img{
	width: 100%;
	height: 100%;
}
.about .main .about_img img{
	width: 100%;
	height: 100%;
	justify-content: center;
	object-fit: cover;
}
.about .main .p{
	font-size: 16px;
	color: #595757;
	margin-top: 40px;
}

/*course*/
/*发展历程*/
.secondary_course{
	width: 100%;
	height: 100%;
	/*background-color: #f7f8f8;*/
}
.secondary_course .main img{
	width: 100%;
}
.secondary_course .main{
	max-width: 1400px;
	height: 100%;
	margin: 0 auto;
}
.secondary_course .main .swiper-pagination-bullet{
	width: 20%;
	height: 50px;
	border-radius: 0px;
}
.secondary_course .main .swiper-pagination-bullets-dynamic{
	font-size: 24px;
	color: #727171;
}
@media screen and (max-width: 767px){
	.secondary_course .main .swiper-pagination-bullets-dynamic{
		font-size: 18px;
	}
}
.secondary_course .main .swiper-pagination-bullet-active{
	color: #e60012;
	font-size: 72px;
}
@media screen and (max-width: 767px){
	.secondary_course .main .swiper-pagination-bullet-active{
		font-size: 24px;
	}
}
.secondary_course .main .swiper-pagination-bullet{
	background-color: rgba(0,0,0,0);
}
.secondary_course .main .con{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: flex-end;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.secondary_course .main .title{
	font-size: 36px;
	color: #3e3a39;
}
.secondary_course .main .desc{
	font-size: 16px;
	color: #595757;
	margin-top: 40px;
	line-height: 24px;
}
@media screen and (max-width: 1400px){
	.secondary_course .main .desc{
		padding-left: 10px;
		padding-right: 10px;
	}
}
.secondary_course .swiper-pagination-fraction, .swiper-pagination-custom, .secondary_course .swiper-container-horizontal > .swiper-pagination-bullets{
	bottom: auto;
	top: 100px;
}
@media screen and (max-width: 767px){
	.secondary_course .swiper-pagination-fraction, .swiper-pagination-custom, .secondary_course .swiper-container-horizontal > .swiper-pagination-bullets{
		top: 50px;
	}
}
.secondary_course .swiper-button-prev, .secondary_course .swiper-container-rtl .swiper-button-next{
	background: url("../image/course_j_le.png") no-repeat;
	margin-top: -16px;
}
.secondary_course .swiper-button-next, .secondary_course .swiper-container-rtl .swiper-button-prev{
	background: url("../image/course_j_ri.png") no-repeat;
	margin-top: -16px;
}
.secondary_course .swiper-button-prev, .secondary_course .swiper-button-next{
	top: 28%;
}
@media screen and (max-width: 767px){
	.secondary_course .swiper-button-prev, .secondary_course .swiper-button-next{
		top: 12%;
	}
}

/*video*/
/*企业视频*/
.video{
	width: 100%;
	height: 100%;
	margin-top: 80px;
}
.video .main{
	max-width: 1400px;
	height: 440px;
	margin: 0 auto;
}
.video .main video{
	object-fit: cover;
}

/*honor*/
/*资质荣誉*/
.honor{
	width: 100%;
	height: 100%;
}
.honor .main{
	max-width: 1400px;
	height: 100%;
	margin: 0 auto;
}
.honor .main .top{
	background-color: rgb(234,238,241);
	padding: 30px 90px;
}
@media screen and (max-width: 767px){
	.honor .main .top{
		padding: 30px 20px;
	}
}
.honor .main .top .tit{
	font-size: 24px;
	color: #3e3a39;
}
.honor .main .top .desc{
	font-size: 16px;
	color: #727171;
	margin-top: 16px;
}
.honor .main .box{

}
.honor .main .box .ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
}
@media screen and (max-width: 767px){
	.honor .main .box .ul{
		margin-top: 30px;
	}
}
.honor .main .box .ul .li{
	width: 23%;
	height: 100%;
	margin-top: 50px;
	cursor: pointer;
	margin-left: 2.6%;
}
.honor .main .box .ul .li:nth-child(1){
	margin-left: 0;
}
.honor .main .box .ul .li:nth-child(4n+1){
	margin-left: 0;
}
@media screen and (max-width: 767px){
	.honor .main .box .ul .li{
		width: 48%;
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 30px;
		margin-left: 2%;
	}
	.honor .main .box .ul .li:nth-child(2n+1){
		margin-left: 1%;
	}
}
.honor .main .box .ul .li .box_img{
	overflow: hidden;
}
.honor .main .box .ul .li .box_img img{
	width: 100%;
	height: 100%;
	justify-content: center;
	object-fit: cover;
	box-shadow: 0px 0px 6px rgba(0, 0 ,0, 0.3);
	transition: all 0.5s;
}
.honor .main .box .ul .li:hover .box_img img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.honor .main .box .ul .li .box_tit{
	height: 43px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	margin-top: 20px;
}
.honor .main .box .ul .li:hover .box_tit{
	border: 1px solid #e60012;
}
/*procedure*/
/*企业视频*/
.procedure{
	width: 100%;
	height: 100%;
}
.procedure .main{
	max-width: 1400px;
	height: 100%;
	margin: 0 auto;
}
.procedure .main img {
	width: 100%;
	height: 100%;
	justify-content: center;
	object-fit: cover;
	box-shadow: 0px 0px 6px rgba(0, 0 ,0, 0.3);
}
/*application*/
/*应用领域*/
.secondary_nav.application_nav .crumbs{
	margin-bottom: 0px;
}
.application{
	width: 100%;
	height: 100%;
}
.application .main{
	max-width: 1400px;
	height: 100%;
	margin: 0 auto;
}
.application .main .ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	align-items: flex-start;
	align-content: space-around;
}
.application .main .ul .li{
	width: 31%;
	margin-top: 70px;
	margin-left: 3.5%;
}
.application .main .ul .li:nth-child(3n+1){
	margin-left: 0%;
}
@media screen and (max-width: 767px){
	.application .main .ul .li{
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
		margin-left: 0;
	}
}
.application .main .ul .li .application_img{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.application .main .ul .li .application_img img{
	width: 100%;
	height: 100%;
	justify-content: center;
	object-fit: cover;
	transition: all 0.5s;
}
.application .main .ul .li:hover .application_img img{
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.application .main .ul .li .title{
	height: 50px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.application .main .ul .li .title .tit{
	font-size: 16px;
	color: #595757;
	font-weight: bold;

}
.application .main .ul .li .title .icon{

}
.application .main .ul .li .title .icon img{

}
.application .main .ul .li .desc{
	font-size: 15px;
	color: #898989;
}


/*goods*/
/*产品中心*/
.goods{
	width: 100%;
	height: 100%;
}
.goods .main{
	max-width: 1400px;
	height: 100%;
	margin: 0 auto;
}
.goods .main .shop{

}
.goods .main .shop .ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
}
@media screen and (max-width: 767px){
	.goods .main .shop .ul{
		padding-left: 10px;
		padding-right: 10px;
	}
}
.goods .main .shop .ul .li{
	background-color: #f7f8f8;
	width: 32%;
	position: relative;
	display: flex;
	flex-direction: column;
	align-content: space-around;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
	margin-left: 2%;
}
.goods .main .shop .ul .li:nth-child(3n+1){
	margin-left: 0;
}
@media screen and (max-width: 767px){
	.goods .main .shop .ul .li{
		width: 100%;
		margin-left: 0px;
	}
}
.goods .main .shop .ul .li a{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding-top: 10%;
	padding-bottom: 10%;
	width: 100%;
	height: 100%;
	flex-wrap: nowrap;
	overflow: hidden;
}
.goods .main .shop .ul .li .shop_img{

}
.goods .main .shop .ul .li .shop_img img{
	width: 100%;
	height: 100%;
	justify-content: center;
	object-fit: cover;
	transition: all 0.5s;
}
.goods .main .shop .ul .li:hover .shop_img img{
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.goods .main .shop .ul .li .shop_tit{
	font-size: 18px;
	color: #3e3a39;
	font-weight: bold;
	bottom: -48px;
	margin-bottom: 34px;
	position: relative;
}
.goods .main .shop .ul .li:hover .shop_tit{
	color: #e60012;
}
.secondary_nav.goods_nav .crumbs{
	margin-bottom: 0px;
}
.goods .main .see{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	align-items: center;
}
@media screen and (max-width: 1400px){
	.goods .main .see{
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media screen and (max-width: 767px){
	.goods .main .see{
		padding-left: 10px;
		padding-right: 10px;
	}
}
.goods .main .see .tit{
	font-size: 24px;
	color: #d8262c;
	font-weight: bold;
	margin-top: 100px;
}
@media screen and (max-width: 767px){
	.goods .main .see .tit{
		margin-top: 50px;
	}
}
.goods .main .see  .btn_a{
	background-color: #e60012;
	width: 200px;
	height: 50px;
	text-align: center;
	margin-top: 100px;
}
@media screen and (max-width: 767px){
	.goods .main .see .btn_a{
		/*margin: 0 auto;*/
		margin-top: 50px;
	}
}
.goods .main .see  .btn_a a{
	color: #fff;
	font-size: 18px;
	display: block;
	line-height: 50px;
}
.goods .main .see  .btn_a span{

}
.goods .main .resources .resources_tit{
	font-size: 30px;
	font-weight: bold;
	color: #000;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d2d2d2;
	text-align: center;
	margin-top: 60px;
}

.goods .main .resources .ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}
.goods .resources .ul .li{
	width: 23%;
	background-color: #f7f8f8;
	margin-top: 40px;
	padding: 5%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 767px){
	.goods .resources .ul .li{
		width: 48%;
	}
}
.goods .resources .ul .li a{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.goods .resources .ul .li .box_more_img{

}
.goods .resources .ul .li .box_more_img img{

}
.goods .resources .ul .li .box_more_tit{
	font-size: 18px;
	color: #595757;
	font-weight: bold;
	margin-top: 20px;
	transition: all 0.2s;
}
.goods .resources .ul .li a:hover .box_more_tit{
	color: #e60012;
}

.goods .main .resources_honor .resources_tit{
	font-size: 30px;
	font-weight: bold;
	color: #000;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d2d2d2;
	text-align: center;
	margin-top: 60px;
}
.goods .main .resources_honor .ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 60px;
}
.goods .main .resources_honor .ul .li{
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 20px;
}
.goods .main .resources_honor .ul .li img{

}
















.goods.list .main .shop{

}
.goods.list .main .shop .ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
}
@media screen and (max-width: 767px){
	.goods.list .main .shop .ul{
		padding-left: 10px;
		padding-right: 10px;
	}
}
.goods.list .main .shop .ul .li{
	background-color: #f7f8f8;
	width: 23%;
	position: relative;
	display: flex;
	flex-direction: column;
	align-content: space-around;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
	margin-left: 2.6%;
}
.goods.list .main .shop .ul .li:nth-child(4n+1){
	margin-left: 0;
}
@media screen and (max-width: 767px){
	.goods.list .main .shop .ul{
		padding-left: 0px;
		padding-right: 0px;
	}
	.goods.list .main .shop .ul .li{
		width: 48%;
	}
	.goods.list .main .shop .ul .li:nth-child(2n){
		margin-left: 2%;
	}
	.goods.list .main .shop .ul .li:nth-child(2n+1){
		margin-left: 1%;
	}
}
.goods.list .main .shop .ul .li a{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding-top: 10%;
	padding-bottom: 10%;
	width: 100%;
	height: 100%;
	flex-wrap: nowrap;
	overflow: hidden;
}
.goods.list .main .shop .ul .li .shop_img{

}
.goods.list .main .shop .ul .li .shop_img img{
	width: 100%;
	height: 100%;
	justify-content: center;
	object-fit: cover;
	transition: all 0.5s;
}
.goods.list .main .shop .ul .li:hover .shop_img img{
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.goods.list .main .shop .ul .li .shop_tit{
	font-size: 18px;
	color: #3e3a39;
	width: 100%;
	font-weight: bold;
	bottom: -48px;
	margin-bottom: 34px;
	position: relative;
	white-space:nowrap;
	text-align: center;
	overflow:hidden;
	padding-left: 10px;
	padding-right: 10px;

	text-overflow:ellipsis;
}
.goods.list .main .shop .ul .li:hover .shop_tit{
	color: #e60012;
}


/*download*/
/*宣传手册*/
.download{
	width: 100%;
	height: 100%;
}
.download .main{
	max-width: 1400px;
	margin: 0 auto;
}

.download .main .tit{
	font-size: 18px;
	color: #595757;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	/* justify-content: space-between; */
	align-items: center;
}
.download .main .tit .tits{

}
.download .main .tit .down_btns{
	background-color: #e60012;
	width: 200px;
	height: 50px;
	text-align: center;
}
@media screen and (max-width: 767px){
	.download .main .tit .down_btns{
		margin-top: 30px;
	}
}
.download .main .tit .down_btns a{
	color: #fff;
	font-size: 18px;
	display: block;
	line-height: 50px;
}
@media screen and (max-width: 1400px){
	.download .main .tit{
		padding-right: 10px;
		padding-left: 10px;
	}
}
.download .main .ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
}
@media screen and (max-width: 1400px){
	.download .main .ul{
		padding-right: 10px;
		padding-left: 10px;
	}
}
.download .main .ul .li{
	margin-top: 60px;
	width: 18%;
	margin-left: 2.5%;
}
.download .main .ul .li:nth-child(5n+1){
	margin-left: 0%;
}
@media screen and (max-width: 767px){
	.download .main .ul{
		padding-right: 0px;
		padding-left: 0px;
	}
	.download .main .ul .li{
		margin-top: 60px;
		width: 48%;
		margin-left: 2%;
	}
	.download .main .ul .li:nth-child(2n){
		margin-left: 2%;
	}
	.download .main .ul .li:nth-child(2n+1){
		margin-left: 1%;
	}
}
.download .main .ul .li .download_img{
	overflow: hidden;
}

.download .main .ul .li .download_img img{
	width: 100%;
	height: 100%;
	justify-content: center;
	object-fit: cover;
	transition: all 0.5s;
}
.download .main .ul .li:hover .download_img img{
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.download .main .ul .li .t{
	height: 50px;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	font-size: 16px;
	color: #595757;
}
.download .main .ul .li .down_btn{
	height: 34px;
	background-color: #e5e5e5;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
}
.download .main .ul .li .down_btn.active{
	background-color: #e60012;
}
.download .main .ul .li .down_btn .on{
	display: block;
	width: 15px;
}
.download .main .ul .li .down_btn .ac{
	display: none;
	width: 15px;
}
.download .main .ul .li .down_btn.active .on{
	display: none;
}
.download .main .ul .li .down_btn.active .ac{
	display: block;
}
.download .main .ul .li .down_btn.active span{
	color: #fff;
}
.download .main .ul .li .down_btn span{
	font-size: 16px;
	color: #727171;
	margin-left: 5px;
}

/*news*/
/*新闻资讯*/
.news{
	width: 100%;
	height: 100%;
}
.news .main{
	max-width: 1400px;
	margin: 0 auto;
}
@media screen and (max-width: 1400px){
	.news .main{
		padding-left: 10px;
		padding-right: 10px;
	}
}
.news .main .ul{
}
@media screen and (max-width: 1400px){
	.news .main .ul{
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media screen and (max-width: 767px){
	.news .main .ul{
		padding-left: 0px;
		padding-right: 0px;
	}
}
.news .main .ul .li{
	margin-top: 20px;
	background-color: rgb(234,238,241);
}
.news .main .ul .li a{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.news .main .ul .li:hover{
	background-color: #e60012;
}
.news .main .ul .li .left{
	width: 23%;
}
@media screen and (max-width: 767px){
	.news .main .ul .li .left{
		width: 100%;
	}
}
.news .main .ul .li .left .news_img{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.news .main .ul .li .left .news_img img{
	width: 100%;
	height: 100%;
	justify-content: center;
	object-fit: cover;
	transition: all 0.5s;
}
.news .main .ul .li:hover .left .news_img img{
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.news .main .ul .li .right{
	width: 77%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	padding:50px;
	padding-top: 0px;
}
@media screen and (max-width: 767px){
	.news .main .ul .li .right{
		width: 100%;
		padding:20px;
	}
}
.news .main .ul .li .right .title{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.news .main .ul .li .right .title .tit{
	font-size: 20px;
	color: #595757;
	font-weight: bold;
	padding-top: 50px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
@media screen and (max-width: 767px){
	.news .main .ul .li .right .title .tit{
		padding-top: 20px;
	}
}
.news .main .ul .li:hover .right .title .tit{
	color: #fff;
}
.news .main .ul .li .right .title .date{
	font-size: 18px;
	color: #595757;
	padding-top: 50px;

}
@media screen and (max-width: 767px){
	.news .main .ul .li .right .title .date{
		padding-top: 20px;
	}
}
.news .main .ul .li:hover .right .title .date{
	color: #fff;
}
.news .main .ul .li .right .desc{
	font-size: 18px;
	color: #595757;
	margin-top: 20px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news .main .ul .li:hover .desc{
	color: #fff;
}
.news .main .ul .li .right .adds{
	margin-top: 30px;
}
.news .pagesa{
	display: flex;
	justify-content: space-between;
}
.news .pagesa a{
	color: #595757;
	font-size: 15px;
}
.news .pagesa .page{

}
.news .pagesa .next{

}
/*investment*/
/*招商加盟*/
.investment{
	width: 100%;
	height: 100%;
}
.investment .main{
	max-width: 1400px;
	margin: 0 auto;
}

.investment .main .p{
	color: #595757;
	font-size: 14px;
	margin-top: 30px;
	line-height: 23px;
}
@media screen and (max-width: 1400px){
	.investment .main .p{
		padding-left: 10px;
		padding-right: 10px;
	}
}


/*recruitment*/
/*人才招聘*/
.recruitment{
	width: 100%;
	height: 100%;
}
.recruitment .main{
	max-width: 1400px;
	margin: 0 auto;
}

.recruitment .main .box{
	display: flex;
	background-color: rgb(234,238,241);
	margin-top: 30px;
}
.recruitment .main .box .left{
	width: 150px;
	background-color: rgb(62,58,57);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 26px;
}
@media screen and (max-width: 767px){
	.recruitment .main .box .left span{
		padding-left: 35px;
		padding-right: 35px;
	}
}
.recruitment .main .box .right{
	width: 100%;
	height: 100%;
	padding-top: 50px;
	padding-bottom: 72px;
}
.recruitment .main .box .right .time{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	font-size: 16px;
	color: #595757;
	padding-right: 80px;
}
@media screen and (max-width: 767px){
	.recruitment .main .box .right .time{
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		font-size: 16px;
		color: #595757;
		padding-right: 40px;
		padding-left: 20px;
	}
}
.recruitment .main .box .right .time .date_img{

}
.recruitment .main .box .right .time .date_img img{

}

.recruitment .main .box .right .time span{
	font-size: 16px;
	color: #9fa0a0;
	padding-left: 10px;
}
.recruitment .main .box .right .ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}

.recruitment .main .box .right .ul .li{
}
@media screen and (max-width: 767px){
	.recruitment .main .box .right .ul .li{
		width: 100%;
		margin-top: 0px;
		padding-left: 20px;
	}
}
.recruitment .main .box .right .ul .li .p{
	font-size: 20px;
	color: #9fa0a0;
	line-height: 32px;
}
@media screen and (max-width: 767px){
	.recruitment .main .box .right .ul .li .p{
		margin-top: 10px;
	}
}
.recruitment .main .box .right .ul .li .p span{
	color: #595757;
}

/*contact*/
/*联系方式*/
.contact{
	width: 100%;
	height: 100%;
}
.contact .main{
	max-width: 1400px;
	margin: 0 auto;
}
@media screen and (max-width: 1400px){
	.contact .main{
		padding-left: 10px;
		padding-right: 10px;
	}
}
.contact .main .contact_introduce{
	color: #3e3a39;
	font-size: 16px;
	font-weight: bold;
}
.contact .main .tit{
	font-size: 24px;
	color: #d8262c;
	font-weight: bold;
	margin-top: 40px;
}
.contact .main .more5_hr{
	margin-top: 20px;
	margin-bottom: 20px;
}
.contact .main .con{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.contact .main .con .left{
	width: 50%;
}
@media screen and (max-width: 900px){
	.contact .main .con .left{
		width: 100%;
	}
}
.contact .main .con .left .p{
	font-size: 16px;
	color: #3e3a39;
	margin-bottom: 20px;
}
.contact .main .con .left .p span{
	font-weight: bold;
}
.contact .main .con .left .or{
	display: flex;
}
.contact .main .con .left .or .li{
	display: flex;
	margin-right: 40px;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
	font-size: 14px;
	color: #3e3a39;
}
.contact .main .con .left .or .li .or_img{

}
.contact .main .con .left .or .li .or_img img{

}
.contact .main .con .left .or .li .or_tit{
	margin-top: 5px;
}
.contact .main .con .right{
	width: 50%;
}
@media screen and (max-width: 900px){
	.contact .main .con .right{
		width: 100%;
	}
}
.contact .main .con .right form{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contact .main .con .right input{
	background-color: #FFF;
	font-size: 16px;
	color: #727171;
	outline: none;
	width: 48%;
	height: 48px;
	margin-top: 15px;
	padding-left: 30px;
	padding-right: 30px;
	border: 1px solid rgb(159,160,160);
}
@media screen and (max-width: 767px){
	.contact .main .con .right input{
		width: 100%;
	}
}
.contact .main .con .right textarea{
	background-color: #fff;
	font-size: 16px;
	color: #727171;
	outline: none;
	margin-top: 15px;
	padding-left: 30px;
	padding-right: 30px;
	width: 100%;
	resize: none;
	padding-top: 20px;
	border: 1px solid rgb(159,160,160);
}
.contact .main .con .right .submit {
	width: 100%;
	color: #fff;
	background-color: #e60012;
	font-size: 24px;
}
.contact .main .map{
	width: 100%;
	height: 450px;
	margin-top: 70px;
}

/*shop_detail*/
/*商品详情页*/
.goods.list .shop_detail{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.goods.list .shop_detail .left{
	margin-top: 30px;
	width: 600px;
}
@media screen and (max-width: 1100px){
	.goods.list .shop_detail .left{
		width: 100%;
	}
}
@media screen and (max-width: 1100px){
	.goods.list .shop_detail .left .boxs{
		display: none;
	}
}
.goods.list .shop_detail .left .boxs_m{
	margin-top: 20px;
	margin-bottom: 50px;
}
@media screen and (min-width: 1100px){
	.goods.list .shop_detail .left .boxs_m{
		display: none;
	}
}
.goods.list .shop_detail .left .boxs_m .swiper-slide{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
}
.goods.list .shop_detail .left .boxs_m .swiper-slide img{
	object-fit: cover;
	width: 100%;
}
.goods.list .shop_detail .right{
	padding-left:60px;
	flex: 1;
}
@media screen and (max-width: 1100px){
	.goods.list .shop_detail .right{
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
}
.goods.list .shop_detail .right .title{
	font-size: 30px;
	color: #d8262c;
	font-weight: bold;
}
.goods.list .shop_detail .right .desc{
	font-size: 16px;
	color: #898989;
	margin-top: 20px;
}
.goods.list .shop_detail .right .parameter_tit{
	font-size: 18px;
	color: #595757;
	margin-top: 60px;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 5px;
}
.goods.list .shop_detail .right .parameter_desc{
	font-size: 16px;
	color: #898989;
	line-height: 35px;
	margin-top: 20px;
}
.goods.list .shop_detail .right .parameter_btns{
	width: 200px;
	height: 50px;
	background-color: #d8262c;
	margin-top: 100px;
}
.goods.list .shop_detail .right .parameter_btns a{
	font-size: 16px;
	color: #fff;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: space-around;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.goods.list .shop_detail .swiper-button-prev, .goods.list .shop_detail .swiper-container-rtl .swiper-button-next{
	background: url("../image/course_j_le.png") no-repeat;
	margin-top: -16px;
}
.goods.list .shop_detail .swiper-button-next, .goods.list .shop_detail .swiper-container-rtl .swiper-button-prev{
	background: url("../image/course_j_ri.png") no-repeat;
	margin-top: -16px;
}

.goods.list .details{

}
.goods.list .details .details_btnsa{
	width: 200px;
	height: 50px;
	background-color: #d8262c;
	margin-top: 100px;
	font-size: 16px;
	color: #fff;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: space-around;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 1400px){
	.goods.list .details .details_btnsa{
		margin-left: 10px;
	}
}
.goods.list .cons{
	margin-top: 20px;
}
.goods.list .cons .main_cons{
	border: 2px solid #e5e5e5;
}
@media screen and (max-width: 1400px){
	.goods.list .cons{
		padding-left: 10px;
		padding-right: 10px;
	}
}
.goods.list .cons img{
	width: 100%;
	height: 100%;
	justify-content: center;
	object-fit: cover;
}

.consa {
	position: fixed;
	background-color: rgba(0,0,0,0.8);

	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	/*display: none;*/
	z-index: -99999;
	opacity: 0;
}
.consa .mask2{
	position: fixed;
	top: 40px;
	right: 40px;
	z-index: 1003;
	cursor: pointer;
}
.consa .mask3{
	position: fixed;
	top: 40px;
	left: 40px;
	z-index: 1003;
	color: #fff;
	font-size: 18px;
}
.consa  .swiper-container5{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1000;
}
.consa  .swiper-slide{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: flex-end;
	justify-content: space-around;
	align-items: center;
}
.consa  .swiper-slide img{
	/*width: 100%;*/
	justify-content: center;
	object-fit: cover;
}

.consa .swiper-button-prev, .consa .swiper-container-rtl .swiper-button-next {
	background: url("../image/course_j_le.png") no-repeat;
}
.consa .swiper-button-next, .consa .swiper-container-rtl .swiper-button-prev {
	background: url("../image/course_j_ri.png") no-repeat;
}


.pages{
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 50px;
}
.pages .pagination>li>a, .pages .pagination>li>span{
	width: 45px;
	height: 45px;
	border-radius: unset;
	border: 1px solid #ebeef8;
	text-align: center;
	line-height: 45px;
	background-color: #fff;
	opacity: 1;
	color: #595857;
	font-size: 18px;
	padding: 0;
}
.pages .pagination>li:first-child>a, .pages .pagination>li:first-child>span{
	width: 45px;
	height: 45px;
	border-radius: unset;
	border: 1px solid #ebeef8;
	text-align: center;
	line-height: 45px;
	background-color: #fff;
	opacity: 1;
	color: rgba(0,0,0,0);
	font-size: 18px;
	background-image: url(../image/honor_certificates_l.png);
	background-repeat: no-repeat;
	background-size: 7px 14px;
	background-position-x: center;
	background-position-y: center;
}
.pages .pagination>li:last-child>a, .pages .pagination>li:last-child>span{
	width: 45px;
	height: 45px;
	border-radius: unset;
	border: 1px solid #ebeef8;
	text-align: center;
	line-height: 45px;
	background-color: #fff;
	opacity: 1;
	color: rgba(0,0,0,0);
	font-size: 18px;
	background-image: url(../image/honor_certificates_r.png);
	background-repeat: no-repeat;
	background-size: 7px 14px;
	background-position-x: center;
	background-position-y: center;
}
.pages .pagination>.active>a,
.pages .pagination>.active>a:focus,
.pages .pagination>.active>a:hover,
.pages .pagination>.active>span,
.pages .pagination>.active>span:focus,
.pages .pagination>.active>span:hover{
	color: #fff;
	background-color: #0068b7;
	border: 1px solid #0068b7;
}

/*markup*/
/*法兰国际标准*/
.markup{
	width: 100%;
	height: 100%;
	margin-top: 30px;
}
.markup .main{
	max-width: 1400px;
	margin: 0 auto;
}
.markup .main .navs{
	border: 0px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
@media screen and (max-width: 767px){
	.markup .main .navs{
		border: 0px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
}
.markup .main .navs li{
	width: 130px;
	height: 40px;
	line-height: 40px;
	opacity: 1;
	border-radius: 0px;
	background-color: rgba(0,0,0,0);
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.markup .main .navs li a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 18px;
	color: #595757;
	font-weight: bold;
}
.markup .main .content{
	border: 1px solid #d2d2d2;
	padding: 50px 20px;
	margin-top: 35px;
}
.markup .main .content img{
	max-width: 100% !important;
}
.markup .main .content.list{
	padding: 0;
}
.markup .main .content .title{
	font-size: 24px;
	color: #595757;
	text-align: center;
	font-weight: bold;
}
.markup .main .navs li.active a{
	color: #d8262c;
}
.markup .main .navs li.active{
	border: 1px solid #d8262c;
	color: #d8262c;
}
.markup .main .ul{
}
@media screen and (max-width: 767px){
	.markup .main .ul{
		margin-top: 10px;
	}
}
.markup .main .ul .li{
	width: 100%;
	height: 66px;
	line-height: 66px;
	border-bottom: 1px solid #c9c9c9;
}
.markup .main .ul .li a{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	font-size: 18px;
	color: #595757;
}
.markup .main .ul .li a .tit{
	font-weight: bold;
	padding-left: 40px;
	position: relative;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.markup .main .ul .li a .tit:after{
	position: absolute;
	content: '';
	height: 2px;
	width: 20px;
	background-color: #595757;
	top: 32px;
	left: 20px;
}
.markup .main .ul .li:hover a .tit:after{
	background-color: #fff;
}
.markup .main .ul .li a .comprehend{
	font-size: 14px;
	padding-right: 50px;
}
@media screen and (max-width: 767px){
	.markup .main .ul .li a .comprehend{
		display: none;
	}
}
.markup .main .ul .li:hover{
	background-color: #d8262c;
}
.markup .main .ul .li:hover a{
	color: #fff;
}

.footer_nav{
	position: fixed;
	bottom: 0px;
	left: 0px;
	height: 50px;
	width: 100%;
	background-color: #e60012;
	z-index: 198;
	display: none;
}
@media screen and (max-width: 767px){
	.footer_nav{
		display: block;
	}
}
.footer_nav .ul{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-content: space-around;
	align-items: center;
	width: 100%;
	height: 100%;
}
.footer_nav .ul .li{
	width: 33.3%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
}
.footer_nav .ul a{
	color: #fff;
}

.partner .swiper-button-next:focus-visible, .partner .swiper-button-prev:focus-visible{
	outline: none;
}


.modal #vodeo_modal{
	width: 100%;
}






