@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	border: 0 none;
	word-break: break-all;
	outline: 0 none
}

input::-ms-clear {
	display: none
}

input::-ms-reveal {
	display: none
}

img {
	border: 0 none;
	vertical-align: middle;
	max-width: 100%
}

body {
	font-family: "microsoft yahei";
	font-size: 12px;
	line-height: 1;
	color: #333;
	text-align: left;
	letter-spacing: 0;
	width: 100%;
	min-width: 1200px;
}

input {
	font-family: "microsoft yahei";
	font-size: 14px;
	line-height: 1;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

a {
	text-decoration: none;
	color: #333
}

a:link {
	text-decoration: none;
	color: #333
}

a:hover {
	text-decoration: none;
	color: #A020EF
}

li,
ul {
	list-style: none
}

.container {
	width: 80%;
	margin: 0 auto;
	height: auto;
	position: relative;
	zoom: 1;
	font-size: 20px;
	font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
	font-weight: 400;
	/* text-align: justifyLeft; */
	color: #666666;
}

.container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clear {
	clear: both
}

.clearfix {
	zoom: 1
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.left {
	float: left
}

.green {
	color: #77c142
}

a.green:link {
	color: #77c142
}

/* .top {
	height: 100px;
	line-height: 100px
} */
.top{
	height: 100px;
    line-height: 100px;
    position: absolute;
    width: 100%;
    top: 0;
    color: white;
    z-index: 99;
}

.logo {
	display: block;
	float: left;
	width: 300px
}

.nav_bd {
	float: left
}

.nav_bd a {
	display: block;
	float: left;
	width: 109px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	height: 100px;
	overflow: hidden;
	color: white;
}

.nav_bd a:first-child {
	border-left: 0;
}

.nav_bd a.act {
	color: #A020EF;
	position: relative;
	border-bottom: 2px solid #A020EF;
	height: 98px
}

.icon_06 {
	position: absolute;
	right: 0px;
	top: 35px;
	/* background: url(../images/icon_06.png) no-repeat center top; */
	width: 98px;
	line-height: 28px;
	text-align: center;
	color: white;
	border: 1px solid white;
	/* box-shadow: 4px 7px 12px 0px rgba(42,35,46,0.1); */
	border-radius: 5px;
	font-size: 16px;
}

.icon_06 a {
	color: white;
}

.icon_06 a img {
	margin: 2px
}

.bannerBox {
	/* height: 500px; */
	position: relative;
	border: 1px solid #ddd;
}

.bannerTop {
	/* height: 700px; */
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
}

.bannerBox .hd {
	z-index: 1;
	text-align: center;
}

.bannerBox .hd ul {
	overflow: hidden;
	zoom: 1;
	position: absolute;
	right: 0px;
	top: -50px;
	width: 100%
}

.bannerBox .hd ul li {
	display: inline-block;
	margin-right: 12px;
	width: 15px;
	height: 15px;
	cursor: pointer;
	text-indent: -9999px;
	border-radius: 50%;
	text-align: left;
	background: #fff;
	opacity: .6
}

.bannerBox .hd ul li.on {
	opacity: 1
}

.bannerBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.bannerBox .bd li {
	zoom: 1;
	vertical-align: middle;
	height: 500px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%
}

.search {
	height: 30px;
	background: #F1F0EE;
	padding: 30px 0;
	line-height: 30px
}

.search_intxt {
	padding: 4px;
	width: 152px;
	color: #007B76;
	float: left;
	border: 2px solid #007B76;
	line-height: 15px
}

.search_btn {
	float: left;
	height: 27px;
	width: 48px;
	background: #007B76;
	font-size: 12px;
	color: #fff
}

.keys {
	float: left;
	margin-left: 65px;
	font-size: 12px;
	color: #666666
}

.title_box {
	text-align: center;
	padding-top: 50px;
	background: url(../images/icon_04.png) no-repeat center bottom;
	margin-bottom: 45px
}


.title {
	font-size: 22px;
	font-family: YouSheBiaoTiHei Regular, YouSheBiaoTiHei Regular-Regular;
	font-weight: 400;
	text-align: center;
	color: #333333;
	margin-bottom: 7px;
	display: block;
}

.entitle {
	font-family: Arial;
	margin-bottom: 4px;
	font-size: 12px;
	padding-bottom: 10px;
	font-size: 14px;
	font-family: Arial Regular, Arial Regular-Regular;
	font-weight: 400;
	text-align: center;
	color: #999999;
}

.titledes {
	display: none;
	font-size: 12px;
	color: #77c142;
	line-height: 30px
}

.product {
	min-height: 284px;
	margin-top: 50px;
	width: 86%;
}

.product .bg {
	background-color: #F5F5F5;
	font-size: 18px;
	font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
	font-weight: 400;
	text-align: center;
	color: #000000;
	width: 100%;
	height: 200px;
}

.more {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.more span {
	width: 76px;
	height: 24px;
	/* background: #A020EF; */
	border: 1px solid #A020EF;
	border-radius: 4px;
	text-align: center;
	padding: 6px 20px;
	font-size: 16px;
	font-family: Acumin Variable Concept Regular, Acumin Variable Concept Regular-Regular;
	font-weight: 400;
	color: #A020EF;
	cursor: pointer;
	line-height: 24px;
}

.product a {
	display: block;
	border: 1px solid #A020EF;
	width: 20%;
	padding: 15px;
	line-height: 45px;
	height: 334px;
	font-size: 12px;
	text-align: center;
	float: left;
	margin-left: 2%;
	overflow: hidden;
	margin-bottom: 14px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.product a img {
	width: 100%;
	height: 100%;
}

.product a:first-child {
	/* margin-left: 0; */
}

.product a.ml0 {
	/* margin-left: 0 */
}

/* 平行四边形*/
.case .box {
	width: 100%;
	padding-bottom: 30px;
}

.case .box ul {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	/* padding-left: 40px; */
}

.case .box ul li {
	/* width: 29%; */
	/* margin-left: -73px; */
	filter: grayscale(100%);
	position: relative;
	cursor: pointer;
	/* transform: skewX(-25deg); */
}

.case .box ul li .skew {
	transform: skewX(-15deg);
	/* width: 180px; */
	/* height: 400px; */
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.case .box ul li .skew .r_img {
	height: 100%;
	transform: skewX(15deg);
}

.case .box ul li .skew .r_title {
	transform: skewX(15deg);
	position: absolute;
	height: 100%;
	z-index: 9999999999999;
	display: flex;
	align-items: center;
	justify-content: center;
}



.case .box ul li .img {
	width: 100%;
	height: auto;
	transform: scale(1.4);

}

.case .box ul li span {
	display: none;
	/* position: absolute; */
	/* width: 170px; */
	/* top: 50%; */
	/* transform: translateX(50%); */
	/* transform: translate(50%); */
	background: rgba(0, 0, 0, 0.43);
	color: white;
	/* font-size: 26px; */
	padding: 5px 10px;
	/* z-index: 999999; */
}

.case .box ul li:hover {
	transition: all 0.1s;
	filter: grayscale(0%);
}

.case .box ul li .aa {
	font-size: 18px;
}



.case {
	min-height: 219px;
	/* margin-bottom: 100px; */
	width: 84%;

}

.case a {
	display: block;
	width: 296px;
	line-height: 45px;
	height: ;
	font-size: 12px;
	text-align: center;
	float: left;
	margin-left: 10px
}

.case a img {
	width: 288px;
	height: 166px;
	padding: 3px;
	border: 1px solid #D0CDC7;
}

.case a:first-child {
	margin-left: 0;
}

.case a.ml0 {
	margin-left: 0
}

.news {
	padding-bottom: 30px;
}

.news_box {
	width: 100%;
}

.foot {
	width: 100%;
	background-color: black;
}

.news_left {
	background: url(../images/icon_05.png) no-repeat center;
	height: 399px;
	width: 399px;
}

.news_left img {
	margin-top: 30px;
	margin-right: 45px
}

.news_left .title_box {
	background: none;
	text-align: left
}

.news_right {
	width: 760px
}

.news_top {
	height: 154px
}

.news_top img {
	height: 154px;
	width: 242px;
	float: left;
	margin-right: 40px
}

.news_main {
	width: 460px
}

.top_tit {
	font-size: 16px;
	line-height: 20px
}

.top_time {
	color: #999999;
	margin-bottom: 20px
}

.top_con {
	color: #666666;
	line-height: 18px
}

.news_btm a {
	display: block;
}

.news_btm a span {
	float: right;
	color: #999999
}

.news_btm ul {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.news_btm ul li {
	display: flex;
	border-bottom: 1px solid #d6d6d6;
	padding: 15px 0;
}

.news_btm ul li .left {
	flex: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 23px;
}

.news_btm ul li .right {
	flex: 23;
	display: flex;
	flex-direction: column;
	line-height: 25px;
}

.news_btm ul li .right h1 {
	font-size: 18px;
	font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
	font-weight: 400;
	text-align: left;
	color: #333333;
}

.news_btm ul li .right p {
	font-size: 14px;
	font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
	font-weight: 400;
	text-align: justifyLeft;
	color: #666666;
	display: -webkit-box;
	word-wrap: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	/*显示行数*/
}

.news_btm ul li .right h3 a {
	color: red;
	font-size: 14px;
	font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
	font-weight: 400;
}



.footer dl {
	float: left;
	width: 400px
}

.footer dt {
	font-size: 36px;
	font-family: Arial;
	margin-bottom: 10px
}

.footer dd {
	color: #999999;
	line-height: 22px
}



.catname {
	background: url(../images/icon_04.png) no-repeat center;
	text-align: center;
	font-weight: bold;
	color: #067c7c;
	font-size: 18px;
	line-height: 100px;
	margin-top: 50px
}

.ct_body {
	width: 50%;
	margin: 0 auto;
}

.catname h1 {
	color: black;
	font-size: 22px;
	font-family: YouSheBiaoTiHei Regular, YouSheBiaoTiHei Regular-Regular;
	font-weight: 400;
	text-align: center;
	color: #333333;
	line-height: 16px;
}

.catname p {
	font-size: 14px;
	font-family: Arial Regular, Arial Regular-Regular;
	font-weight: 400;
	text-align: center;
	color: #999999;
	line-height: 36px;
}

.tab {
	text-align: center;
	margin-bottom: 50px;
	width: 85%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
}

.tab a {
	display: inline-block;
	width: 49%;
	line-height: 58px;
	font-size: 20px;
	color: #000;
	/* background: #F1F0EE */
	border: 1px solid #333333;
	margin: 0 10px;
}

.tab a.act {
	color: #fff;
	background: #9721E0;
}
.tabs ul{
	text-align: center;
	margin-bottom: 50px;
	width: 84%;
	margin: 0 auto;
	display: flex;
	padding: 20px 0;
	font-size: 18px;
	color: #666;
} 
.tabs ul li{	
    padding: 8px 20px;
	margin-right: 20px;
}
.tabs ul .active{
	border: 1px solid black;
	border-radius: 20px;
	color: #333;
}
.content{
	margin-top: -30px;
}

.pages {
	text-align: center;
	line-height: 145px;
	border-bottom: 1px solid #CECAC5;
	margin-bottom: 40px
}

.online {
	float: right;
	width: 700px
}

.onlinedl {
	/* padding-left: 150px; */
	margin-bottom: 30px
}

.onlinedl dt {
	font-size: 26px;
	margin-bottom: 20px
}

.onlinedl dd {
	color: #999999;
	line-height: 20px
}

.onlineli {
	font-size: 14px;
}

.onlineli li {
	line-height: 30px;
	padding-top: 5px
}

.intxt {
	padding: 10px;
	background: #F1F0EE;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: block;
	width: 100%;
	height: 40px;
	border: 1px dashed #D5D2CD;
	line-height: 18px
}

textarea.intxt {
	height: 156px
}

.contact {
	margin-top: 38px;
	height: 591px;
	width: 432px;
	float: left
}

.submit {
	height: 37px;
	width: 124px;
	background: #007B76;
	font-size: 14px;
	color: #fff;
	margin-top: 21px;
	margin-bottom: 60px
}

.context {
	font-size: 14px;
	line-height: 26px;
	/* width: 700px; */
}

.news {
	/* width: 100%; */
}

.new_body {
	width: 100%;
	display: flex;
	/* border: 1px solid #a020ef; */
	box-shadow: 1px 2px 5px 0px rgba(33, 29, 36, 0.14);
	cursor: pointer;
}

.new_body .left {
	flex: 5;

}

.new_body .left img {
	width: 100%;
	height: 100%;
}

.new_body .right {
	flex: 10;
	padding: 38px;
	padding-bottom: 50px;
}

.new_body .right h1 {
	font-size: 20px;
	font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
	font-weight: 400;
	text-align: left;
	color: #333333;
	display: -webkit-box;
	word-wrap: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	/*显示行数*/
}

.new_body .right .right_txt {
	position: relative;
}

.new_body .right .right_txt p {
	font-size: 16px;
	font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
	font-weight: 400;
	text-align: justifyLeft;
	color: #666666;
	margin-top: 20px;

	display: -webkit-box;
	word-wrap: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	/*显示行数*/
	line-height: 1.5;
}

.new_body .right .right_txt .cha {
	position: absolute;
	right: 0;
	bottom: -23px;
	width: 85%;
	display: flex;
	justify-content: space-between;
	background-color: white;
}

.new_body .right .right_txt .cha .detail {
	color: red;
	cursor: pointer;
}

.new_body .right_right {
	flex: 4;

	font-size: 14px;
	font-family: Akrobat Regular, Akrobat Regular-Regular;
	font-weight: 400;
	text-align: justifyLeft;
	color: #999999;
	display: flex;

	justify-content: center;
	align-items: center;
}

.new_bottom {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.new_bottom .new_bottom_left {
	width: 100%;
	display: flex;
	/* flex-direction: column; */
	flex-wrap: wrap;
	justify-content: space-between;
}

.new_bottom .new_bottom_right {
	width: 49%;
	display: flex;
	flex-direction: column;
}

.new_bottom .left {
	flex: 7;
}

.new_bottom .right {
	flex: 11;
	padding: 12px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.new_bottom .right h1 {
	font-size: 18px;
}

.new_bottom .right_right {
	flex: 3;
}

.new_bottom .new_body .right .right_txt p {
	-webkit-line-clamp: 4;
	margin-top: 10px;
	font-size: 14px;
}

.new_bottom .detail {
	font-size: 16px;
}

.new_bottom .new_body .right .right_txt .cha {
	right: 3px;
}

.new_bottom .new_body {
	margin-top: 25px;
	width: 49%;
}

.new_bottom .right {
	padding-left: 30px;
	padding-bottom: 40px;
	padding-top: 25px;
}

.foot_bottom {
	text-align: center;
	font-size: 16px;
	padding-bottom: 10px;
}

.footer {
	display: flex;

}

.logo_f {
	width: 50%;
	position: relative;

}

.logo_f img {
	width: 250px;
}

.tels {
	display: flex;
	position: absolute;
	right: 0;
	top: 50%;
	align-items: center;
	transform: translateY(-50%);
	font-size: 18px;
	font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
	font-weight: 400;
	text-align: left;
	color: #ededed;
	line-height: 27px;

}

.tels img {
	width: 24px;
	height: 24px;
}

.tels p {
	font-size: 18px;
	font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
	font-weight: 400;
	text-align: left;
	color: #ededed;
}

.dd {
	font-size: 14px;
	font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
	font-weight: 400;
	text-align: left;
	color: #9c9c9c;

	line-height: 22px;
	width: 114%;
	margin-top: 26px;
}

.ewm {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
	margin-top: 40px;
}

.ewm img {
	width: 100px;
	height: 100px;
}

.ewm p {
	margin-top: 5px;
	font-size: 16px;
	font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
	font-weight: 400;
	text-align: left;
	color: #ffffff;
	transform: translate(8px, 8px);
}

.news_tab {
	padding: 30px 0;
}

.news_tab ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.news_tab ul li {
	width: 32%;
	height: 67px;
	font-size: 22px;
	font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
	font-weight: 400;
	text-align: center;
	border: 1px solid #333333;
	color: #333333;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.news_tab ul .active {
	background: #9721E0;
	color: white;
}

.product .more a {
	width: 140px;
	height: auto;
	padding: 0;
	margin: 0;
	border: 0;
}

/* 轮播 */
.swiper {
	width: 100%;
}

.swiper .swiper-container {
	width: 100%;
	height: 100%;
}

.swiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	width: 100%;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper .swiper-slide img {
	width: 100%;
}

.swiper .swiper-container {
	--swiper-pagination-color: white;
	/* 两种都可以 */
}

.top .logo img {
	margin-top: -10px;
}

@media screen and (min-width: 1365px) and (max-width: 1456px) {
	.icon_06 {
		right: -70px;
	}
}
