﻿

/* 正式页面样式  开始 */

/*    公告样式   */
.btn {
	cursor: pointer;
	width: 150px;
	height:40px;
	border-radius: 27px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	border: none;
	opacity: .95;
}

.btn-blue {
	transition: .3s all;
	background: linear-gradient(to left, #1eb4c0, #398bbd);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1eb4c0', endColorstr='#398bbd', GradientType=0);
	box-shadow:0px 3px 15px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow:0px 3px 15px 0px rgba(0,0,0,0.2);
	-moz-box-shadow:0px 3px 15px 0px rgba(0,0,0,0.2);
}

.btn-blue:hover {
	transition: .3s all;
	background: linear-gradient(to left, #0cdcec, #1285cc)
}




/*  顶部 导航样式    */


/* 
.nav-colorful li::before {
	transition: none !important;
	bottom: 10px !important;
}

.nav-colorful li:hover::before {
	opacity: 1;
	background-color: #0274fa;
}
 */









/*   */
.introduce-wrapper {
	width:1200px;
	border-radius: 30px;
	box-shadow: 0 0px 40px 0 rgba(0, 0, 0, 0.16);
	background-color: #fff;
	text-align: center;
	z-index: 15;
    margin:-141px auto 0 auto;
	padding:30px 0;
	position:relative;
	z-index:100;
}

.introduce-wrapper li {
	vertical-align: top;
	width: 25%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	float:left;
	transition: all 0.25s;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.introduce-wrapper li a {
	display: block;
	height: 100%;
}

.introduce-wrapper li:hover h4, .introduce-wrapper li:hover .iconfont {
	color: #24b1b4;
}

.introduce-wrapper li+li {
	border-left: 1px solid #eee;
}

.introduce-wrapper img {
	height: 75px;
	width: 75px;
	margin:10px auto;
	background-color: #fff;
	display:block;
}

.introduce-wrapper li:hover img {
	-webkit-animation-name:pulse;
	animation-name:pulse;
	-webkit-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-iteration-count:infinite;
	animation-iteration-count:infinite;
}


.introduce-wrapper li:hover .link_a:after {width:60px;}


.introduce-wrapper h4 {
	transition:.5s;
	color: #333;
	font-size: 18px;
	height:28px;
	overflow: hidden;
	margin-bottom:6px;
}

.introduce-wrapper p {
	color: #8c8c8c;
	padding: 0 5px;
	text-align:center;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height:42px;
	margin-bottom:15px;
}

.introduce-wrapper i.iconfont {font-size:24px; transition:.5s;}

/* 消息列表 */
.news-wrapper {
	position: relative;
	text-align: center;
	max-height: 650px;
	margin-top: 20vh;
	background-color: #f7f7f7;
	padding-bottom: 100px;
}

.news-wrapper .main-title {
	margin: 60px 0;
}

.news-wrapper .news-container {
	overflow-x: hidden;
	width: 70vw;
	margin: 0 auto;
}

.news-wrapper .news-container li {
	transition: all 0.2s;
	width: 29%;
	background-color: #fff;
}

.news-wrapper .news-container .box {
	padding: 20px;
}

.news-wrapper .news-container li img {
	width: 100%;
	height: 250px;
}

.news-wrapper .news-container li .title {
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	margin-bottom: 10px;
	white-space: nowrap;
	text-align: left;
	color: #000;
	transition: all 0.2s;
}

.news-wrapper .news-container li .content {
	position: relative;
	height: 2.85em;
	font-size: 14px;
	color: #8c8c8c;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;

}

.news-wrapper .news-container li .date {
	margin-top: 25px;
	padding-top: 20px;
	width: 100%;
	display: block;
	text-align: left;
	color: #8c8c8c;
	font-size: 14px;
	border-top: 1px solid #e8e8e8;
}

.news-wrapper .news-container li .iconfont {
	float: right;
	transition: all 0.2s;
	margin-right: 0px;
	margin-top: -20px;
	color: #8c8c8c;
}

.news-wrapper .news-container li+li {
	margin-left: 30px;
}

.news-wrapper .news-container li:hover .iconfont {
	color: #41a0c3;
}

.news-wrapper .news-container li:hover .title {
	color: #24b1b4;
}

.news-wrapper .news-container li:hover {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}

.news-wrapper .left-mask {
	position: absolute;
	left: 0;
	top: 0;
	background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.news-wrapper .right-mask {
	position: absolute;
	right: 0;
	top: 0;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.news-wrapper .left-mask,
.news-wrapper .right-mask {
	z-index: 1000;
	height: 100%;
	width: 22vw;
}

.news-wrapper .swiper-pagination {
	bottom: 50px;
}

/* 产品列表 */
.goods-wrapper {
	text-align: center;
	width:1220px;
	margin: 0 auto;
}

.goods-wrapper .main-title {
	margin: 60px 0;
}

.goods-wrapper li:hover {
	transform: translateY(-20px);
	box-shadow:0px 0px 30px 6px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 0px 30px 6px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 0px 30px 6px rgba(0,0,0,0.1);
}

.goods-wrapper li:hover .title {
	color: #24b1b4;
}

.goods-wrapper li:hover .btn {
	color: #fff;
	border: none;
	transition:0.3s;
	background: linear-gradient(to left, #3c87bd, #1bb8c0);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c87bd', endColorstr='#1bb8c0', GradientType=0);
	box-shadow:0px 3px 15px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow:0px 3px 15px 0px rgba(0,0,0,0.2);
	-moz-box-shadow:0px 3px 15px 0px rgba(0,0,0,0.2);
}


.goods-wrapper li:hover .btn:hover {
	background: linear-gradient(to left, #1bb8c0, #3c87bd);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1bb8c0', endColorstr='#3c87bd', GradientType=0);
}

.goods-wrapper li {
	position: relative;
	transition: 0.3s all;
	cursor: pointer;
	width:223px;
	float:left;
	background:#fff;
	padding:0 30px;
	border: 1px solid #e8e8e8;
	border-radius:3px;
	height: 440px;
	margin:0 10px;

}

.goods-wrapper .goods-container .img {
	overflow: hidden;
	position: relative;
	height: 150px;
	width: 150px;
	margin:50px auto 30px auto;
	border-radius: 50%;
	background-color: #e6e6e6;
	transition-duration: .5s;

}

.goods-wrapper .goods-container .title {
	transition: .3s all;
	font-size: 18px;
	height:24px;
	line-height:24px;
	overflow: hidden;
	color: #000;
	margin-bottom: 15px;
}

.goods-wrapper .goods-container .content {
	margin-bottom: 40px;
	padding: 0 5px;
	color: #8c8c8c;
	text-align:center;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height:42px;
}

.goods-wrapper .goods-container .btn {
	color: #24b1b4;
	background-color: #fff;
	border: 1px solid #24b1b4;
	transition: 0.8s all;
}


.goods-wrapper li:hover .link_a:after {width:60px;}


/*--------------------- 新闻页样式  ----------------------------*/
.n-banner {
	width:100%; height:450px;
}

.n-banner h1 {
	position: absolute;
	left: 45%;
	top: 30%;
	font-size: 40px;
	color: #fff;
	padding-bottom: 10px;
}

.n-banner h1::before {
	position: absolute;
	content: '';
	left: 22%;
	bottom: 0px;
	height: 3px;
	width: 50%;
	border-radius: 4px;
	background: #24b1b4;
}

.n-banner p {
	position: absolute;
	left: 31vw;
	top: 50%;
	color: #fff;
	opacity: 0.8;
}

.art_list li div {
	display: inline-block;
	vertical-align: top;
}

.art_list li a {display:block; width:100%; height:160px;}

.art_left {
	width:800px;
	float:left;
}

.art_list li {
	overflow:hidden;
	padding:20px 0;
	border-bottom: 1px solid #dfdfdf;
}

 .art_list .left {
	width:240px;
	float:left;
}

 .art_list .left img {
	width: 240px;
	height:160px;
}

 .art_list .right {
	width: 540px;
	float:right;
	overflow: hidden;

}

 .art_list li:hover h3 {
	color: #27adae;
}

 .art_list .right h3 {
	transition: .2s all;
	font-size: 18px;
	 line-height:24px;
	 height:48px;
	color: #333;
	overflow: hidden;
	margin-bottom: 12px;
}

 .art_list .right .text {
	overflow: hidden;
	height:60px;
	line-height: 20px;
	color: #8c8c8c;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 14px;
}

 .art_list .right .date {
	font-size: 14px;
	color: #8c8c8c;
	margin-top: 20px;
	text-align: left;
}



/* 热点排行  */
 .news-right-list {
	width:340px;
	float:right;
}

 .news-right-list .title {
	color: #333;
	font-size: 18px;
	margin:20px 0;
}

 .top-list li {
	transition: .25s all;
	position: relative;
	 height:75px;
	margin-bottom: 20px;
}

.top-list .left {float:left; width:110px; height:75px;}
.top-list .left img {width:110px; height:75px; border-radius:6px;}

 .top-list .right {float:right; width:218px;}

.top-list .right .text {
	color: #333;
	font-size: 14px;
	height:40px;
	overflow:hidden;
	display: -webkit-box;
	display: -moz-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.top-list .right .date {
	color: #8c8c8c;
	font-size: 14px;
	margin-top:10px;
}


.top-list li:hover .text {
	color: #24b1b4;
}



.top-list li:nth-child(1), .top-list li:nth-child(2) {height:227px; width:340px; border-radius:8px; overflow:hidden;}
.top-list li:nth-child(1) .left, .top-list li:nth-child(2) .left {float:none; height:227px; width:340px;}
.top-list li:nth-child(1),  .top-list li:nth-child(2) .left {height:227px; width:340px;}
.top-list li:nth-child(1) a , .top-list li:nth-child(2) .left a{width:100%; height:227px;}
.top-list li:nth-child(1) .left img, .top-list li:nth-child(2) .left img {height:227px; width:340px;}
.top-list li:nth-child(1) .right, .top-list li:nth-child(2) .right
{
	position: absolute;
	left: 0;
	right:0;
	bottom:0px;
	height:40px; line-height:40px;
	overflow: hidden;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	background-color: rgba(0, 0, 0, 0.6);
	padding:0 10px;
	text-align:center;
	width:320px;
}

.top-list li:nth-child(1) .right .text, .top-list li:nth-child(2) .right .text {color:#fff; height:40px; line-height:40px;}




.top-list li:nth-child(1) .right .date,
.top-list li:nth-child(2) .right .date{
	display: none;
}


/*   ---------------    关于页面     ------------------------    */

.art_left .tab_box ul, .art_left .tab_box li {left:0; right:0;}

.tab_box {
	text-align: center;
	width: 100%;
	margin: 0 auto;
	height:66px;
	border-bottom: 1px solid #dfdfdf;
}

.tab_box ul {float:left; position:relative; left:50%;}

.tab_box li {
	cursor: pointer;
	position: relative;
	transition: all 0.25s;
	color: #8c8c8c;
	font-size: 16px;
	height:66px;
	line-height:66px;
	float:left;
	right:50%;
	padding:0 23px;
}

.tab_box li:after {content:""; height:18px; width:1px; background:#e8e8e8; position:absolute; top:26px; right:0;}
.tab_box li:last-child:after {display:none;}

.tab_box li a {display:block; height:66px; padding:0 3px;}

.tab_box li:hover a {color:#24b1b4;}

.tab_box li.on a {
	color: #24b1b4;
}

.tab_box li.on::before {
	content: '';
	position: absolute;
	left: 20px;
	right:20px;
	bottom: -2px;
	height:3px;
	border-radius:3px;
	background-color: #24b1b4;
}

.video-wrapper video {
	min-height: 320px;
	min-width: 960px;
}

.video-wrapper {
	width: 62vw;
	margin: 40px auto;
}

.a-container .about-wrapper .title {
	display: block;
	width: 150px;
	margin: 40px auto;
}

.a-container .about-wrapper p {
	color: #333;
	line-height: 2;
	text-indent: 1.5em;
}

.video-js {
	margin: 0 auto;
}

.video-js .vjs-big-play-button {
	font-size: 3em;
	line-height: 2.4em;
	height: 2.3em;
	width: 2.3em;
	position: absolute;
	top: 40%;
	left: 45%;
	padding: 0;
	cursor: pointer;
	opacity: 1;
	border: none;
	background-color: #2b333f;
	background-color: #24aaac;
	border-radius: 50%;
	transition: all .4s;
}

.video-js:hover .vjs-big-play-button {
	background-color: #22c8cc;
}

/*  --------------------------------商品页--------------------------  */
.g-container {
	width: 80vw;
	background-color: #fff;
	margin: 0 auto;
	padding: 40px 0;
}

.g-container .g-wrapper {
	height: 80vh;
	background: url('../img/g-bg.png') no-repeat;
	background-size: 100% 100%;
}

.g-container .g-wrapper>div {
	vertical-align: top;
	display: inline-block;
	width: 49%;
	text-align: center;
}

.g-container .g-wrapper .left h1 {
	text-align: center;
	color: #fff000;
	font-size: 44px;
	margin: 3vw auto 1.3vw;
}

.g-container .g-wrapper .left p {
	color: #fff000;
	font-size: 16px;
}

.g-container .g-wrapper .left img {
	width: 210px;
	height: 320px;
	margin: 0 auto;
	display: block;
	margin-top: 30px;
}

.g-container .g-wrapper .right {
	padding-top: 45px;
}

.g-container .g-wrapper .right li {
	width: 35%;
	margin-left: 2%;
	background-color: #fff;
	min-width: 190px;
	margin-bottom: 2%;
	text-align: center;
}

.g-container .g-wrapper .right li:hover p {
	color: #12979a;
}

.g-container .g-wrapper .right li:hover img {
	-webkit-transform: translate(0, -10px);
	-moz-transform: translate(0, -10px);
	transform: translate(0, -10px);
}

.g-container .g-wrapper .right li img {
	transition: all .25s;
	padding-top: 6%;
	width: 70%;
	height: 70%;
	line-height: 80%;
	margin-bottom: 10px;
}

.g-container .g-wrapper .right li p {
	padding-bottom: 10px;
	color: #333;
	font-size: 16px;
	transition: .3s all;
}

.g-footer {
	font-size: 12px;
	color: #666;
	margin-top: 30px;
}

.g-footer .left {
	text-align: left;
}

.g-footer .right {
	float: right;
}

/*  联系我们  */
.c-wrapper .content{
	width: 70vw;
	margin: 0 auto;
	color: #333;
	line-height: 2;
}
.c-wrapper .content p{
	text-indent: 2em;
}
.c-wrapper .content .title{
	margin: 30px auto;
	display: block;
}
.c-wrapper .input-wrapper{

	width: 60vw;
	margin: 30px auto;
}
 .c-wrapper .input-wrapper input{
	 font-size: 14px;
	 padding: 8px 10px;
	border: 1px solid #eaeaea;
	background-color: #fff;
	width: 40%; 
	color: #666;
	border-radius: 5px;
} 
.c-wrapper .input-wrapper input:last-child{
	margin-left: 10%;
}
.c-wrapper .input-wrapper  textarea{
	border-radius: 5px;
	font-size: 14px;
	padding: 10px;
	border: 1px solid #eaeaea;
	margin-top: 20px;
	width: 95%;
}
.c-wrapper .input-wrapper  button{
	display: block;
	margin: 30px auto;
}