html {
	font-family: '苹方';
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

p {
	margin: 0;
}

.header {
	position: fixed;
	width: 100%;
	min-width: 1200px;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: #fff;
}

body {
	padding-top: 70px;
}

.head {
	width: 1200px;
	margin: 0 auto;
	height: 70px;
}

a {
	text-decoration: none;
	color: #000;
}

ul {
	margin: 0;
	padding: 0;
}

.head a.logo {
	width: 70px;
	height: 70px;
	display: inline-block;
	vertical-align: top;
}

.head a.logo img {
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	position: relative;
}

.head ul {
	display: inline-block;
}

.head ul.menu {
	margin-left: 50px;
	vertical-align: middle;
}

.head ul.menu a {
	padding: 0 20px;
	line-height: 70px;
	font-size: 14px;
	box-sizing: border-box;
}

.head ul.menu a:hover {
	color: #117242;
}

.head ul.menu li a.active {
	color: #117242;
}

.head ul li {
	float: left;
	margin-left: 10px;
	list-style: none;
}

.head ul.icons {
	float: right;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.head ul.icons a {
	width: 32px;
	height: 32px;
	display: inline-block;
	background-image: url(../img/icons.png);
	background-repeat: no-repeat;
	background-position: 0 -31px;
}

.head ul.icons li {
	box-sizing: border-box;
}

.head ul.icons li:nth-child(2) a {
	background-position: -43px -31px;
}

.head ul.icons li:nth-child(3) a {
	background-position: -91px -31px;
}

.head ul.icons li:nth-child(4) a {
	background-position: -140px -30px;
}

.head ul.icons li:nth-child(5) a {
	background-position: -189px -30px;
}


/*轮播图*/

.swiper-container.index {
	height: 700px;
	overflow: hidden;
}

.swiper-container.index {
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
}

.swiper-container.index img {
	width: 100%;
}


/*关于我们*/

.about {
	width: 100%;
	background-color: #0b422f;
	min-width: 1200px;
	margin: 0 auto;
}

.content {
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}

.about .content .top h1 {
	font-size: 36px;
	text-align: center;
	padding: 50px 0 25px 0;
	color: #fff;
	margin: 0;
}

.about .content .top h4 {
	font-size: 14px;
	text-align: center;
	color: #fff;
	margin: 0;
}

.about .content .mid {
	margin-top: 70px;
}

.about .content .mid h2 {
	margin: 0;
	font-size: 30px;
	color: #fff;
	margin: 30px 0 50px 0;
}

.about .content .mid h4 {
	margin: 0;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
}

.about .content .mid .left {
	width: 540px;
	display: inline-block;
	position: relative;
	top: 500px;
	opacity: 0;
}

.about .content .mid .left.active {
	top: 0;
	opacity: 1;
	transition: all 0.5s;
}

.about .content .mid .left .more {
	padding: 8px 30px;
	font-size: 14px;
	margin-top: 56px;
	display: inline-block;
	border: 1px solid #fff;
	color: #fff;
}

.about .content .mid .right.active {
	top: 0;
	opacity: 1;
	transition: all 1s;
}

.about .content .mid .right {
	width: 590px;
	height: 392px;
	float: right;
	position: relative;
	top: 500px;
	opacity: 0;
	text-align: center;
}

.about .content .mid .right video {
	max-width: 100%;
	height: 100%;
}

.about.us {
	padding-bottom: 90px;
}

.about .content .mid .right .shadow {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	display: none;
}

.about .content .mid .right .shadow .play {
	width: 80px;
	cursor: pointer;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}


/*合作伙伴*/

.partner {
	background-color: #061e20;
	padding-bottom: 60px;
	overflow: hidden;
}

li {
	list-style: none;
}

.partner .partnericon li {
	display: inline-block;
	width: 270px;
	margin-right: 188px;
}

.partner .partnericon li:last-child {
	margin: 0;
}

.partner .partnericon li .limit {
	width: 270px;
	height: 188px;
	overflow: hidden;
	background-color: #fff;
	text-align: center;
}

.partner .partnericon li .limit img {
	max-height: 100%;
	max-width: 100%;
}

.partner .partnericon li img {
	height: 100%;
}

.partner .partnericon {
	margin-top: 60px;
	position: relative;
	top: 500px;
	opacity: 0;
}

.partner .partnericon.active {
	top: 0;
	opacity: 1;
	transition: all 1s;
}

.partner .partnericon li a p {
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin: 25px 0;
}


/*产品展示*/

.proshow {
	width: 100%;
	background-image: url(../img/probg.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	position: relative;
}

.proshow .shadow {
	width: 100%;
	background: rgba(6, 30, 32, 0.7);
}

.proshow .products li {
	width: 340px;
	cursor: pointer;
	display: inline-block;
	margin-left: 84px;
}

.proshow .limit {
	width: 340px;
	height: 278px;
	overflow: hidden;
	text-align: center;
	position: relative;
}

.proshow .limit img {
	max-width: 100%;
	height: 100%;
}

.proshow .limit .title {
	padding: 45px 0 50px 0;
	font-size: 18px;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0;
}

.proshow .limit .explain {
	padding: 0 47px;
	text-align: left;
	color: #fff;
	font-size: 14px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.proshow .limit .seemore {
	font-size: 14px;
	padding: 9px 20px;
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	margin: 33px 0 28px 0;
}

.proshow .limit .shadow {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	top: 100%;
	height: 100%;
	cursor: pointer;
	transition: top 0.5s;
	-webkit-transition: top 0.5s;
}

.proshow li .proname {
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 18px;
	color: #fff;
	padding: 22px 0;
}

.proshow li:hover .shadow {
	top: 0;
	z-index: 1;
	transition: top 0.5s;
}

.proshow .products {
	margin-left: -85px;
	margin-top: 69px;
}

.proshow p.see {
	text-align: center;
	padding: 30px 0;
}

.proshow .more {
	display: inline-block;
	padding: 8px 30px;
	font-size: 14px;
	border: 1px solid #fff;
	color: #fff;
}


/*新闻中心*/

.news .newslist li {
	height: 230px;
	float: left;
	width: 50%;
}

.news .newslist li .left,
.news .newslist li .right {
	width: 50%;
	float: left;
	height: 100%;
	overflow: hidden;
	color: #fff;
}

.news .newslist li .right img {
	height: 100%;
	max-width: 100%;
	transform: scale(1, 1);
	transition: all 1s
}

.news .newslist {
	height: 460px;
	margin-top: 80px;
}

.news .newslist li .left {
	padding: 30px 50px 0 20px;
	box-sizing: border-box;
}

.news .newslist li:nth-child(3) .left {
	color: #fff;
	float: right;
	box-sizing: border-box;
}

.news .newslist li:nth-child(4) .left {
	float: right;
}

.news .newslist li .left .time {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
}

.news .newslist li .left .title {
	overflow: hidden;
	font-size: 18px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 16px 0;
}

.news .newslist li .left .text {
	font-size: 14px;
	opacity: 0.7;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.news .newslist li:hover .right img {
	transform: scale(1.1, 1.1);
	transition: all 1s;
}

.news .pages {
	text-align: center;
	padding: 50px 0 37px 0;
}

.news .pages span {
	width: 52px;
	height: 52px;
	display: inline-block;
}

.news .pages span {
	background-image: url(../img/page.png);
	background-repeat: no-repeat;
	background-position: -4px -5px;
	margin-right: 28px;
	cursor: pointer;
}

.news .pages span.next {
	background-position: -92px -5px;
}


/*联系我们*/

.about.link {
	background-color: #061e20;
	padding-bottom: 60px;
}

.about.link .methods {
	margin-top: 68px;
	top: 500px;
	position: relative;
	opacity: 0;
}

.about.link .methods.active {
	top: 0;
	opacity: 1;
	transition: all 1s;
}

.about.link .methods li {
	width: 395px;
	text-align: center;
	display: inline-block;
	color: #fff;
}

.about.link .methods li .icon {
	height: 100px;
	width: 100px;
	display: inline-block;
	background: url(../img/link.png)no-repeat;
	background-position: -7px 0px;
}

.about.link .methods li:nth-child(2) .icon {
	background-position: -140px 0;
}

.about.link .methods li:nth-child(3) .icon {
	background-position: -290px 0;
}

.about.link .methods li h5 {
	font-size: 18px;
	margin-bottom: 20px;
}

.about.link .methods li h6 {
	font-size: 14px;
	opacity: 0.7;
	color: #fff;
}

.gotop {
	cursor: pointer;
	display: none;
	position: fixed;
	right: 100px;
	bottom: 100px;
	width: 50px;
	height: 50px;
	background-color: #082f27;
	box-sizing: border-box;
}

.gotop img {
	width: 100%;
}


/*底部*/

.footer {
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
	background-color: #0b422f;
	font-size: 14px;
	color: #fff;
	border-top: 1px solid #345d4f;
}

.footer span {
	margin-right: 30px;
	opacity: 0.8;
}

.swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	background: #fff;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #0b422f;
}


/*产品详情*/

.contactUS {
	width: 100%;
	min-width: 1200px;
	height: 600px;
	overflow: hidden;
	margin: 0 auto;
}

.contactUS img {
	width: 100%;
	height: 100%;
	display: inherit;
}

.navigation {
	width: 100%;
	min-width: 1200px;
	line-height: 50px;
	font-size: 14px;
	background-color: #082e21;
}

.navigation .menu {
	width: 1200px;
	margin: 0 auto;
	color: #fff;
}

.navigation .menu img {
	display: inline-block;
	vertical-align: middle;
}

.navigation .menu a {
	font-size: 14px;
	color: #fff;
	display: inline-block;
}


/*详情*/

.about.detailText {
	background-color: #0b422f;
	text-align: center;
	color: #fff;
	padding: 50px 0 85px 0;
}

.about.detailText p.title span {
	display: inline-block;
	margin: 0 auto;
	font-size: 36px;
	padding-bottom: 23px;
	position: relative;
}

.about.detailText p.title span:after {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	content: '';
	width: 2em;
	height: 1px;
	background-color: #fff;
	margin-bottom:7px;
	margin-top:3px;
}
.about.detailText p.title span.hide:after{
	display: none;
}
.about.detailText div.deraction {
	font-size: 14px;
	padding: 30px 0;
	text-align: center;
}

.about.detailText img {
	display: block;
	margin: 0 auto;
	width: 600px;
	height: auto;
	margin-bottom: 45px;
}

.about.detailText .content {
	background-color: #082e21;
	padding: 70px 250px;
	box-sizing: border-box;
}

.about.detailText .goback {
	display: block;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	font-size: 14px;
	padding: 10px 20px;
	background-color: #072320;
	width: 112px;
	box-sizing: border-box;
	border-radius: 4px;
	cursor: pointer;
}

.about.detailText .goback img {
	width: 20px;
	display: inline-block;
	margin: 0;
	vertical-align: middle;
	margin-right: 5px;
}

.about.link .content .top h1 {
	padding: 70px 0 30px 0;
}

.about.link.contact {
	background-color: #0b422f;
}

.about.link.contact .methods li .icon {
	height: 100px;
	width: 100px;
	display: inline-block;
	background: url(../img/link1.png)no-repeat;
	background-position: -7px 0px;
}

.about.link.contact .methods li:nth-child(2) .icon {
	background-position: -140px 0;
}

.about.link.contact .methods li:nth-child(3) .icon {
	background-position: -290px 0;
}


/*请您留言*/

.about.detailText.word .content {
	background: transparent;
}

.about.detailText.word .deraction {
	text-align: center;
	line-height: 24px;
}

.about.detailText.word {
	padding: 0;
}

.about.detailText.word form li {
	display: inline-block;
}

.about.detailText.word form li i {
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	background: url(../img/formicon.png)no-repeat;
	background-position: 0 0;
}

.about.detailText.word form ul {
	margin-left: -50px;
	text-align: left;
	margin-top: 20px;
}

.about.detailText.word form li {
	margin-left: 50px;
	margin-bottom: 50px;
}

.about.detailText.word form li input {
	width: 500px;
	width: 500px;
	border: 0;
	height: 40px;
	background: transparent;
	border-bottom: 1px solid #fff;
	outline: none;
	-webkit-text-fill-color: #fff;
	color: #fff;
	opacity: 0.7;
}

.about.detailText.word form li:last-child input {
	width: 1100px;
}

.about.detailText.word .content {
	padding: 70px 0;
}

.about.detailText.word form li:nth-child(2) i {
	background-position: 0 -62px;
}

.about.detailText.word form li:nth-child(3) i {
	background-position: 0 -119px;
}

.about.detailText.word form li:nth-child(4) i {
	background-position: 0 -176px;
}

.about.detailText.word form li:nth-child(5) i {
	background-position: 0 -240px;
}

.about.detailText.word .subtn {
	width: 540px;
	color: #fff;
	box-sizing: border-box;
	color: #fff;
	font-size: 18px;
	padding: 18px 0;
	background-color: #052117;
	border: none;
	cursor: pointer;
}

.about.detailText.word .subtn:hover {
	background-color: #fff;
	color: #052117;
}


/*公司介绍*/

.company {}

.about.companyimg .mid {
	margin-top: 0;
	overflow: hidden;
}

.about.companyimg .mid .left {
	width: 590px;
}

.about.companyimg .limit {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.about.companyimg .limit img {
	width: 100%;
}

.about.companyimg .text {
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 25px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.about.companyScene {
	background: #0b422f;
}

.about.companyScene .products {
	margin-top: 0;
}

.about.companyScene .shadow {
	background: transparent;
}

.about.companyScene li .proname {
	font-size: 14px;
}

.about.companyScene .seeMore {
	box-sizing: border-box;
	padding: 10px;
}

.about.companyScene .seeMore {
	position: absolute;
	right: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	background-image: url(../img/companyphotos.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 40px;
	height: 40px;
	z-index: 1;
}

.about.companyScene .limit img {
	transform: scale(1, 1);
	transition: all 1s;
}

.about.companyScene .limit img:hover {
	transform: scale(1.1, 1.1);
	transition: all 1s;
}

.about.companyScene .content {
	position: relative;
}

.watchShadow {
	width: 0%;
	position: fixed;
	left: 0;
	opacity: 0;
	z-index: -1;
	right: 0;
	overflow: hidden;
	top: 100%;
	bottom: 0;
	background: rgba(0, 0, 0, 0);
	transition: all 1s;
}

.watchShadow .swiper-container {
	width: 1200px;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 auto;
}

.watchShadow .swiper-button-next,
.watchShadow .swiper-button-prev {
	height: 100%;
	margin-top: 0;
	width: 40px;
	box-sizing: border-box;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	background-image: url(../img/where.png);
	background-repeat: no-repeat;
}

.watchShadow .swiper-button-next {
	right: 0px;
	background-position: -60px center;
}

.watchShadow .swiper-button-prev {
	left: 10px;
	background-position: 0 center;
}

.watchShadow .swiper-container img {
	width: 100%;
}

.watchShadow .swiper-slide {
	box-sizing: border-box;
	padding: 0 10px;
}

.watchShadow .swiper-slide img {
	max-width: 400px;
	height: 360px;
}

.watchShadow .close {
	position: absolute;
	bottom: 200px;
	left: 50%;
	transform: translateX(-50%);
	z-index:9;
}

.watchShadow.show {
	width: 100%;
	position: fixed;
	left: 0;
	opacity: 1;
	z-index: 2;
	right: 0;
	overflow: hidden;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: all 0.5s;
}


/*产品展示*/

.about.productsShow {
	padding: 50px 0;
}

.about.productsShow .content {
	background: transparent;
	padding: 0;
}

.about.productsShow .content .deraction {
	text-align: center;
}

.about.productsList {
	background: #0b422f;
}

.about.productsList .products {
	margin-top: 0;
}


/*分页*/

.ui-pagination-container {
	height: 34px;
	line-height: 34px;
}

.ui-pagination-container .ui-pagination-page-item {
	font-size: 16px;
	padding: 4px 10px;
	background: transparent;
	border: 1px solid #c5b7b7;
	color: #fff;
	margin: 0 7px;
	text-decoration: none;
}

.ui-pagination-container .ui-pagination-page-item:hover {
	border-color: #568dbd;
	color: #568dbd;
	text-decoration: none;
}

.ui-pagination-container .ui-pagination-page-item.active {
	background: #061e20;
	color: #fff;
	cursor: default;
	border: none;
}

#pagination {
	text-align: center;
	padding: 60px 0;
}


/*新闻中心*/

.newsCenter {
	background-color: #0b422f;
	padding: 50px 0;
	width: 100%;
	min-width: 1200px;
	/* overflow: hidden; */
	box-sizing: border-box;
	margin: 0 auto;
}

.newsCenter .content ul li {
	height: 230px;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	display: block;
	margin-bottom: 30px;
}

.newsCenter .content ul li .left {
	width: 300px;
	float: left;
	height: 230px;
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.newsCenter .content ul li .right {
	background-color: #082e21;
	width: 900px;
	height: 100%;
	padding: 37px 30px 37px 45px;
	box-sizing: border-box;
	float: right;
}

.newsCenter .content ul li .left img {
	height: 100%;
	cursor: pointer;
	transform: scale(1, 1);
	transition: all 1s
}

.newsCenter .content ul li .left img:hover {
	transform: scale(1.1, 1.1);
	transition: all 1s
}

.newsCenter .content ul li .right .text {
	width: 610px;
	overflow: hidden;
	font-size: 14px;
	color: #fff;
	display: inline-block;
}

.newsCenter .content ul li .right .text .introduce {
	line-height: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.newsCenter .content ul li .right .text .title {
	font-size: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 40px;
}

.newsCenter .content ul li .right .text a {
	color: #fff;
	font-size: 14px;
	padding: 10px 12px;
	margin-top: 20px;
	border: 1px solid #fff;
	display: inline-block;
}

.newsCenter .content ul li .right .date {
	float: right;
	color: #fff;
}

.newsCenter .content ul li .right .date .day {
	font-size: 48px;
	position: relative;
	padding: 10px;
	margin-bottom: 25px;
}

.newsCenter .content ul li .right .date .day:after {
	position: absolute;
	content: '';
	left: 0;
	height: 1px;
	width: 100%;
	bottom: 0;
	background-color: #666666;
}

.newsCenter .content ul li .right .date .year {
	font-size: 18px;
}


/*新闻详情*/

.about.newsDetail .content {
	padding: 50px 100px;
}

.about.newsDetail .changePage ul li {
	float: left;
	color: #fff;
	width: 50%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.about.newsDetail .changePage ul li a {
	font-size: 14px;
	color: #fff;
}

.about.newsDetail .changePage ul li span {
	padding: 6px 15px;
	border-radius: 2px;
	border: 1px solid #fff;
	display: inline-block;
	vertical-align: middle;
}

.about.newsDetail .changePage {
	width: 1200px;
	margin: 0 auto;
	background-color: #082e21;
	border-top: 1px solid #244137;
	padding: 25px 100px;
	overflow: hidden;
	box-sizing: border-box;
}

.about.newsDetail .changePage ul {
	width: 100%;
}

.watchShadow .checkAlert {
	position: relative;
	color: #fff;
	text-align: center;
	width: 1200px;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 auto;
}

.watchShadow .checkAlert .checkWord {
	padding: 10px;
	font-size: 20px;
}
/*新加样式*/
.detail{
	margin:10px auto;
	line-height: 20px;
}
.pagination {
	height: 34px;
	line-height: 34px;
	text-align: center;
	padding: 60px 0;
}

.pagination li {
	cursor: pointer;
	display: initial;
	font-size: 16px;
	padding: 4px 10px;
	background: transparent;
	border: 1px solid #c5b7b7;
	color: #fff;
	margin: 0 7px;
	text-decoration: none;
}
.pagination li a{
	color: #fff;
}
.pagination li:hover {
	background: #061e20;
	color: #fff;
	cursor: default;
	border: 1px solid transparent;
	cursor: pointer;
}

.pagination li.active {
	background: #061e20;
	color: #fff;
	cursor: default;
	border: 1px solid transparent;
}

.news .newslist {
	height: 460px;
	margin-top: 80px;
	overflow: hidden;
}

.news_swiper {
	height: 460px;
	overflow: hidden;
	white-space: nowrap;
}

.news_swiper ul {
	float: left;
	width: 1200px;
}
.newslbt{
	position: relative;
	padding-bottom: 180px;
}

.newslbt .swiper-button-prev ,.newslbt .swiper-button-next{
    width: 52px;
    height: 52px;
    display: inline-block;
    background-image: url(../img/page.png);
    background-repeat: no-repeat;
    background-position: 4px -1px;
    cursor: pointer;
    background-size: cover;
    margin-left: 0;
    margin-right: 0;
    bottom: 50px!important;
    position: absolute;
    top: inherit;
    left: 47%;
    transform: translateX(-47%);
}
.newslbt .swiper-button-next{
	background-position: -68px 0;
	left: 53%;
	transform: translateX(-53%);
}
.newslbt{
	width: 1200px;
	min-width: 1200px;
}
.newslbt ul{
	width: 100%;
}


/*//////////新修改//20190328////////////*/

#us.active .mid .left,#us.active .mid .right{
	top: 0;
	opacity: 1;
	transition: all 0.5s;
}
#partner.active .partnericon{
	top: 0;
	opacity: 1;
	transition: all 1s;
}
#link.active .methods{
	top: 0;
	opacity: 1;
	transition: all 1s;
}