@charset "utf-8";

html {
	font-size: calc(100vw/6.4);
}
@media screen and (min-width: 640px){
	html {
		font-size: 100px;
	}
}

a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #154640;
	text-decoration: none;
}
a:active {
	color: #333;
	text-decoration: none;
}

i.ico-01 {
	display: inline-block;
	height: 0;
	width: 0;
	overflow: hidden;
	border-top: 0.05rem solid #fff;
	border-right: 0.05rem solid transparent;
	border-left: 0.05rem solid transparent;
	border-bottom: 0;
	margin-left: 0.10rem;
	position: relative;
	top: -2px;
}

.pad20 {
	padding: 0.20rem;
}

.jl-container {
	width: 100%;
	padding-right: 0.30rem;
	padding-left: 0.30rem;
	position: relative;
}
.jl-container:before, .jl-container:after {
	display: table;
	content: '';
}

/* Header */
.header {
	display: none;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}
.header h1 {
	display: block;
	background: url(../image/Logo.png) 0 0 no-repeat;
	font-size: 0.12rem;
	height: 0.56rem;
	width: 1.65rem;
	overflow: hidden;
	text-indent: -2.0rem;
	margin-left: -0.82rem;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 9;
}
.header .jl-container {
	padding-top: 0.30rem;
	padding-bottom: 0.30rem;
}
.a-h, .a-h .nav-pc-list li dl dd {
	background: rgba(23, 74, 61, .9);
}
.a-h .nav-pc-list li dl dd dl:before {
	border-top: 6px solid none;
	border-left: 6px solid none;
	border-right: 6px solid rgba(23, 74, 61, .8);
}

/* Nav 导航 */
.nav-mobile, .page-pc-nav {
	background: rgba(255, 255, 255, 1);
	width: 100%;
	padding: 0.25rem 0.30rem;
	position: relative;
}
.nav-mobile .logo, .page-pc-nav .logo {
	width: 1.32rem;
}
.nav-mobile .logo img {
	display: block;
	width: 100%;
}

.mobile-nav {
	border: 1px solid #ccc;
	cursor: pointer;
	height: 32px;
	width: 34px;
	overflow: hidden;
	padding: 5px;
	margin-top: -15px;
	top: 50%;
	right: 0.30rem;
	border-radius: 4px;
}
.mobile-nav:before, .mobile-nav:after {
	display: block;
	content: '';
	background-color: #f60;
	height: 3px;
	width: 22px;
	position: absolute;
	left: 5px;
	transition: all 0.2s;
}
.mobile-nav:before {
	top: 5px;
}
.mobile-nav:after {
	bottom: 5px;
}
.mobile-nav span {
	display: block;
	background-color: #f60;
	height: 3px;
	width: 100%;
	margin-top: 9px;
}
.closeBtn:before {
	top: 14px;
	transform: rotate(45deg);
}
.closeBtn:after {
	top: 14px;
	transform: rotate(-45deg);
}
.closeBtn span {
	display: none;
}

.mobile-nav-list {
	display: none;
	width: 100%;
	top: 100%;
	left: 0;
	z-index: 10;
}
.mobile-nav-list .content {
	background-color: #fff\9;
	background-color: rgba(0, 0, 0, .5);
	padding: 0.10rem;
}
.mobile-nav-list ul li {
	padding: 0.10rem;
}
.mobile-nav-list a {
	display: block;
	background-color: rgba(255, 255, 255, .9);
	font-size: 14px;
	line-height: 2.5;
	text-align: center;
}
.mobile-nav-list a:hover {
	background-color: #154640;
	color: #fff;
	text-decoration: none;
}


/* PC 导航 */
.nav-pc-list > li {
	float: left;
	width: 10%;
	padding-right: 0.05rem;
	padding-left: 0.05rem;
	position: relative;
}
.nav-pc-list li a {
	display: block;
	color: #fff;
	position: relative;
}
.nav-pc-list li.null {
	width: 20%;
	min-height: 0.60rem;
}
.nav-pc-list > li > a {
	line-height: 2.5;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-top: 0.20rem;
}

.nav-pc-list li dl {
	display: none;
	min-width: 1.20rem;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 9;
}
.nav-pc-list li dl dd {
	background-color: rgba(255, 255, 255, .3);
	padding-right: 0.10rem;
	padding-left: 0.10rem;
	position: relative;
}
.nav-pc-list li dl dd a {
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	line-height: 2.5;
	text-align: center;
	white-space: nowrap;
}
.nav-pc-list li dl dd dl {
	min-width: 1.20rem;
	top: 0;
	left: 100%;
	padding-left:0.10rem;
}
.nav-pc-list li dl dd dl:before {
	display: table;
	content: '';
	height: 0;
	width: 0;
	border-top: 6px solid transparent;
	border-left: 6px solid transparent;
	border-right: 6px solid rgba(255, 255, 255, .3);
	border-bottom: 6px solid transparent;;
	position: absolute;
	top: 10px;
	left: -2px;
	z-index: 2;
}

.nav-pc-list li:hover > dl, .nav-pc-list li dl dd:hover > dl {
	display: block;
	animation: showMenu .4s;
}

.page-pc-nav {
	display: none;
}
.page-pc-nav ul.nav-pc-list {
	position: absolute;
	top: 0.25rem;
	right: 0.30rem;
	z-index: 10;
}
.page-pc-nav ul.nav-pc-list li {
	float: left;
	width: 0.90rem;
	padding-left: 0.05rem;
	padding-right: 0.05rem;
	position: relative;
}
.page-pc-nav ul.nav-pc-list li > a {
	color: #333;
	height: 0.45rem;
	line-height: 0.45rem;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-top: 0;
}
.page-pc-nav ul.nav-pc-list li i.ico-01 {
	border-top: 0.05rem solid #333;
}
.page-pc-nav ul.nav-pc-list li dl dd {
	background: rgba(23, 74, 61, .9);
}
.page-pc-nav ul.nav-pc-list li dl:before {
	border-top: 6px solid none;
	border-left: 6px solid none;
	border-right: 6px solid rgba(23, 74, 61, .8);
}


/* Banner */
.banner {
	width: 100%;
	overflow: hidden;
}

/* About */
.about {
	background-color: #f7f7f7;
	padding-top: 0.50rem;
	padding-bottom: 1.40rem;
}
.about-txt h3 {
	color: #154640;
	font-size: 0.32rem;
}
.about-txt p.txt-01 {
	font-size: 16px;
	padding-bottom: 0.30rem;
	margin-bottom: 0.30rem;
	position: relative;
}
.about-txt p.txt-01 i {
	display: inline-block;
	border-bottom: 1px solid #dadada;
	height: 0;
	width: 60px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.about-txt p.txt-02 {
	color: #868686;
	margin-bottom: 0.20rem;
}
.about-txt a.enter {
	display: inline-block;
	background-color: #154640;
	color: #fff;
	text-align: center;
	padding: 0.05rem 0.30rem;
}
.about-info {
	display: none;
	background: #3a474f url(../image/img-05.jpg) 0 0 no-repeat;
	background-size: 6.7rem auto;
	height: 100%;
	width: 36%;
	padding: 0.50rem;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
.about-info p {
	color: #afb3b9;
	margin-bottom: 0.30rem;
}
.about-info p em {
	font-style: normal;
	font-weight: bold;
	font-size: 0.24rem;
}
.about-img {
	margin-top: -0.80rem;
	position: relative;
	z-index: 10;
}

/* Title */
.title {
	width: 100%;
	line-height: 0.40rem;
	padding-left: 46px;
	margin-top: 0.50rem;
	margin-bottom: 0.30rem;
	position: relative;
}
.title h3 {
	color: #252525;
	font-weight: normal;
	line-height: 1;
	position: relative;
}
.title h3 small {
	display: block;
	color: #666;
	font-size: 14px;
	margin-top: 8px;
}
.title span {
	display: inline-block;
}
.title span.first {
	color: #154640;
	font-size: 48px;
	line-height: 1;
	overflow: hidden;
	position: absolute;
	top: -4px;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.title span.prev-btn, .title span.next-btn {
	background-color: #fff;
	color: #154640;
	border: 1px solid #154640;
	cursor: pointer;
	height: 0.40rem;
	width: 0.40rem;
	font-size: 0.24rem;
	line-height: 0.36rem;
	margin-top: -0.20rem;
	overflow: hidden;
	text-align: center;
	position: absolute;
	top: 50%;
	z-index: 2;
}
.title span.prev-btn {
	right: 0.60rem;
}
.title span.next-btn {
	right: 0;
}
.title span.prev-btn:hover, .title span.next-btn:hover {
	background-color: #154640;
	color: #fff;
}

.title ul {
	display: none;
	position: absolute;
	top: 0;
	right: 1.4rem;
	z-index: 5;
}
.title ul li {
	float: left;
	margin-left: 0.30rem;
}
.title ul li a {
	color: #999;
}
.title ul li.current a, .title ul li a:hover {
	color: #154640;
}

/* Product */
.pro-list {
	margin-right: -0.20rem;
	margin-left: -0.20rem;
	overflow: hidden;
}
.pro-list ul li {
	float: left;
	width: 50%;
}
.pro-list ul li .content {
	padding: 0.20rem;
	margin-right: auto;
	margin-left: auto;
	max-width: 4.05rem;
}
.pro-list ul li .content img {
	display: block;
	width: 100%;
}
.pro-list ul li .content p {
	text-align: center;
	line-height: 3;
}
.pro-list ul li:hover .content p {
	background-color: #154640;
	color: #fff;
}

/* Cooperation */
.cooperation {
	padding-top: 0.30rem;
}
.cooperation h3 {
	line-height: 1;
	padding-bottom: 0.40rem;
	position: relative;
}
.cooperation h3 i {
	display: inline-block;
	background-color: #8f9799;
	width: 72px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
}
.cooperation h3 small {
	display: block;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 8px;
}

.cooper-show {
	background-color: #3a474f;
	color: #fff;
	padding: 0.50rem 0.30rem;
}
.cooper-show h3, .honor-vision .vision h3 {
	color: #fff;
	margin-bottom: 0.30rem;
}

.cooper-show .show, .honor-vision .vision {
	margin-top: 0.50rem;
}
.cooper-show .show h3 {
	line-height: 2.5;
	border-bottom: 2px solid #8f9799;
	padding-bottom: 0;
	margin-bottom: 0.20rem;
}
.cooper-show .show h3 a {
	display: inline-block;
	color: #8f9799;
	font-size: 12px;
	font-weight: normal;
	margin-top: -15px;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 9;
}

.cooper-show ul {
	margin-right: -0.10rem;
	margin-left: -0.10rem;
}
.cooper-show ul li {
	float: left;
	width: 25%;
}
.cooper-show ul li .content {
	padding: 0.10rem;
}
.cooper-show ul li .content img {
	display: block;
	margin: 0 auto;
	height: auto;
	max-width: 100%;
}
.cooper-show ul li .content p {
	font-size: 12px;
	text-align: center;
	margin-top: 0.10rem;
}

.honor-vision {
	padding: 0.50rem 0.30rem;
}
.honor-vision h3 {
	margin-bottom: 0.30rem;
}
.honor-vision h3 small {
	color: #154640;
}
.honor-vision .honor {
	background: url(../image/img-06.jpg) right bottom no-repeat;
	background-size: auto 2.50rem;
}
.honor-vision .vision {
	color: #fff;
	background: #154640 url(../image/img-04.png) right bottom no-repeat;
	background-size: auto 2.50rem;
	margin-right: -0.30rem;
	margin-left: -0.30rem;
	padding-top: 0.20rem;
}
.honor-vision .vision h3, .honor-vision .vision p {
	padding-right: 0.30rem;
	padding-left: 0.30rem;
}
.honor-vision .vision h3 {}
.honor-vision .vision h3 small {
	color: #fff;
}
.honor-vision .vision h3 i {
	left: 0.30rem;
}

/* News */
.news-list {
	margin-right: -0.20rem;
	margin-left: -0.20rem;
	overflow: hidden;
}
.news-list li {
	float: left;
	width: 50%;
}
.news-list li .content {
	max-width: 4.05rem;
	padding: 0.20rem;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.news-list li .content img {
	display: block;
	width: 100%;
}
.news-list li .content h4 {
	margin-top: 0.12rem;
	margin-bottom: 0.05rem;
}
.news-list li .content p {
	color: #999;
	height: 84px;
	overflow: hidden;
}
.news-list li .content .date {
	display: block;
	background-color: #fff;
	font-size: 0.32rem;
	line-height: 1.5;
	text-align: center;
	width: 0.70rem;
	padding: 10px 0;
	position: absolute;
	top: 0.25rem;
	left: 0.25rem;
	z-index: 9;
}
.news-list li .content .date small {
	display: block;
	font-size: 12px;
}

.style {
	background-color: #f5f5f5;
	width: 100%;
	padding-top: 0.40rem;
	padding-bottom: 0.40rem;
}
.style ul {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.style ul li {
	float: left;
	border-left: 1px solid #dfdfdf;
	text-align: center;
	width: 20%;
	padding-top: 0.20rem;
	padding-bottom: 0.20rem;
}
.style ul li:first-child {
	border: 0;
}
.style ul li p.fimg {
	display: block;
	height: 0.40rem;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0.20rem;
}
.style .tianyuan {
	background: url(../image/img-08.png) 50% 0 no-repeat;
	background-size: auto 0.40rem;
}
.style .tianyuan:hover {
	background: url(../image/img-08-1.png) 50% 0 no-repeat;
	background-size: auto 0.40rem;
}
.style .oushi {
	background: url(../image/img-09.png) 50% 0 no-repeat;
	background-size: auto 0.40rem;
}
.style .oushi:hover {
	background: url(../image/img-09-1.png) 50% 0 no-repeat;
	background-size: auto 0.40rem;
}
.style .xiandai {
	background: url(../image/img-10.png) 50% 0 no-repeat;
	background-size: auto 0.40rem;
}
.style .xiandai:hover {
	background: url(../image/img-10-1.png) 50% 0 no-repeat;
	background-size: auto 0.40rem;
}
.style .zhongshi {
	background: url(../image/img-11.png) 50% 0 no-repeat;
	background-size: auto 0.40rem;
}
.style .zhongshi:hover {
	background: url(../image/img-11-1.png) 50% 0 no-repeat;
	background-size: auto 0.40rem;
}
.style .ertong {
	background: url(../image/img-12.png) 50% 0 no-repeat;
	background-size: auto 0.40rem;
}
.style .ertong:hover {
	background: url(../image/img-12-1.png) 50% 0 no-repeat;
	background-size: auto 0.40rem;
}
.style a {
	display: block;
	color: #999;
}

/* Footer */
.footer {
	background-color: #282828;
	color: #adadad;
	padding-top: 0.50rem;
}
.footer .footer-nav {
	width: 100%;
	position: relative;
}
.footer .footer-nav dl {
	display: none;
	float: left;
	margin-right: 50px;
}
.footer .footer-nav dl.contact {
	display: block;
	margin-right: 1.40rem;
}
.footer .footer-nav dl dt {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0.10rem;
}
.footer a {
	color: #adadad;
}
.footer a:hover {
	color: #fff;
}
.footer .ewm {
	display: bolck;
	height: 1.40rem;
	width: 1.40rem;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
}

.footer .copy {
	border-top: 1px solid #363636;
	color: #fff;
	padding-top: 0.15rem;
	padding-bottom: 0.15rem;
	margin-top: 0.40rem;
}

#goTop {
	position: absolute;
	top: 0.15rem;
	right: 0;
	z-index: 9;
}

/* Page */
.page-banner {
	width: 100%;
	position: relative;
}
.page-banner img {
	display: block;
	width: 100%;
}
.page-banner .column {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}
.page-banner .txt, .page-banner .category {
	color: #fff;
	padding-left: 0.30rem;
	padding-right: 0.30rem;
}
.page-banner .txt em {
	font-size: 0.36rem;
	font-style: normal;
	font-weight: normal;
	padding-right: 10px;
}
.page-banner .category {
	background-color: rgba(7, 32, 28, .8);
}
.page-banner .category a {
	display: inline-block;
	color: #fff;
	line-height: 3;
	padding-right: 0.15rem;
	padding-left: 0.15rem;
	margin-right: 1px;
}
.page-banner .category a.act, .page-banner .category a:hover {
	background-color: rgba(23, 74, 61, 1);
	transition: all 0.4s;
	transform-origin: center;
}

.page-main {
	padding: 0.30rem;
}
.page-main h1 {
	color: #333;
	font-size: 24px;
	text-align: center;
	margin-bottom: 0.20rem;
}
.page-main img {
	display: block;
	height: auto;
	max-width: 100%;
}

/* Intro */
.intro {
	border-bottom: 3px solid #ececec;
	padding-top: 0.50rem;
	padding-bottom: 0.50rem;
}

.intro .intro-txt h3 {
	color: #154640;
	font-size: 0.34rem; 
	line-height: 1;
}
.intro .intro-txt h3 small {
	display: block;
	color: #333;
	font-size: 14px;
	margin-top: 8px;
}
.intro .intro-txt p.txt-01 {
	border-left: 6px solid #154640;
	color: #154640;
	font-size: 0.24rem;
	line-height: 1.5;
	padding-left: 15px;
	margin-top: 0.30rem;
	margin-bottom: 0.30rem;
}
.intro .intro-img {
	width: 100%;
	margin-left:  0.30rem;
}

/* Case */
.case {
	background-color: #01372f;
	padding-bottom: 0.30rem;
	margin-top: 0.30rem;
}
.case h3, .case span.first, .case h3 small, .case a {
	color: #fff;
}

/* Brand */
.brand-honor {
	padding-bottom: 0.50rem;
}
.brand-list {
	margin-right: -0.15rem;
	margin-left: -0.15rem;
	overflow: hidden;
}
.brand-list ul li {
	float: left;
	width: 50%;
}
.brand-list .b-content {
	padding: 0.15rem;
}
.brand-list .b-content p {
	background-color: #f2f2f2;
	font-size: 16px;
	padding: 0.15rem;
}
.brand-list .b-content img {
	display: block;
	float: left;
	width: 0.55rem;
	margin-right: 0.15rem;
}

.honor-list {
	margin-right: -0.15rem;
	margin-left: -0.15rem;
	overflow: hidden;
}
.honor-list ul li {
	float: left;
	width: 50%;
}
.honor-list .item {
	padding: 0.15rem;
}
.honor-list .item .content {
	background-color: #f2f2f2;
	padding: 0.15rem;
}
.honor-list .item img {
	display: block;
	width: 100%;
}
.honor-list .item p {
	text-align: center;
	margin-top: 0.10rem;
}

.imgtr {
	display: block;
	overflow: hidden;
	width: 100%;
}
.imgtr img {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
.imgtr img:hover{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);}

/* 媒体查询 */
@media (min-width: 640px) {
	.pro-list ul li {
		float: left;
		width: 33.33333%;
	}
	.page-banner .txt {
		margin-bottom: 0.20rem;
	}
	.news-list ul li {
		width: 33.33333%;
	}
}
@media (min-width: 860px) {
	.about-txt {
		width: 60%;
	}
	.about-info, .title ul {
		display: block;
	}
	.pro-list ul li {
		float: left;
		width: 25%;
	}
	.news-list ul li {
		width: 25%;
	}
	.cooper-show, .honor-vision {
		float: left;
		width: 50%;
		height: 610px;
		overflow: hidden;
	}
	.honor-vision .honor, .honor-vision .vision {
		height: 255px;
	}
	.intro .intro-img {
		width: 45%;
		margin-top: -100px;
	}
	.brand-honor .brand, .brand-honor .honor {
		float: left;
		width: 50%;
	}
	.brand-honor .brand {
		padding-right: 0.30rem;
	}
	.brand-honor .honor {
		padding-left: 0.30rem;
	}
}
@media (min-width: 1000px) {
	.nav-mobile {
		display: none;
	}
	.header, .page-pc-nav {
		display: block;
	}
}
@media (min-width: 1200px) {
	.footer .footer-nav dl {
		display: block;
	}
	.footer .footer-nav dl.contact {
		width: 320px;
		margin-right: 0;
	}
	.page-pc-nav ul.nav-pc-list li {
		width: 1.10rem;
	}
}
@media (min-width: 1400px) {
	.footer .footer-nav dl {
		margin-right: 80px;
	}
	.page-pc-nav ul.nav-pc-list li {
		width: 1.30rem;
	}
}
@media (min-width: 1600px) {
	.footer .footer-nav dl {
		margin-right: 100px;
	}
}

@-webkit-keyframes showMenu {
	0% {
		opacity: 0;
		margin-top: 20px;
	}
	100% {
		opacity: 1;
		margin-top: 0;
	}
}
@-moz-keyframes showMenu {
	0% {
		opacity: 0;
		margin-top: 20px;
	}
	100% {
		opacity: 1;
		margin-top: 0;
	}
}
@-o-keyframes showMenu {
	0% {
		opacity: 0;
		margin-top: 20px;
	}
	100% {
		opacity: 1;
		margin-top: 0;
	}
}
@keyframes showMenu {
	0% {
		opacity: 0;
		margin-top: 20px;
	}
	100% {
		opacity: 1;
		margin-top: 0;
	}
}