﻿@charset "utf-8";

html {
	font-size: calc(100vw/7.5);
}
@media screen and (min-width: 750px) {
	html {
		font-size: 100px;
	}
}

a:link {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #023c6d;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:active {
	color: #333;
	text-decoration: none;
}
h3 {
	color: #333;
	text-align: center;
	margin-bottom: 0.15rem;
}
h3 small {
	display: block;
	color: #999;
	font-size: 12px;
	font-weight: normal;
	margin-top: 0.05rem;
	padding: 0 0.15rem;
}

/* Header */
.header {
	/*border-bottom: 1px solid #bfc3c6;*/
	width: 100%;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	position: relative;
	z-index: 30;
}
.header .logo {
	display: block;
	height: 0.42rem;
}

.header .pcnav {
	display: none;
	top: 0;
	right: 0;
	z-index: 2;
}
.header .pcnav li {
	float: left;
	padding-right: 0.20rem;
	padding-left: 0.20rem;
	position: relative;
}
.header .pcnav li:last-child:after {
	display: block;
	content: '';
	border-left: 1px solid #c0c0c0;
	height: 14px;
	width: 10px;
	overflow: hidden;
	margin-top: -6px;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
}
.header .pcnav li > a {
	display: block;
	line-height: 0.42rem;
	font-size: 14px;
	text-decoration: none;
}

/* ??????????????? */
.mobile-nav {
	border: 1px solid #ccc;
	cursor: pointer;
	height: 32px;
	width: 34px;
	overflow: hidden;
	padding: 5px;
	margin-top: -15px;
	top: 50%;
	right: 0.15rem;
	border-radius: 4px;
}
.mobile-nav:before, .mobile-nav:after {
	display: block;
	content: '';
	background-color: #ce2029;
	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: #ce2029;
	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%;
	padding-top: 0.25rem;
	top: 100%;
	left: 0;
	z-index: 10;
}
.mobile-nav-list .content {
	background-color: #fff\9;
	background-color: rgba(0, 0, 0, .5);
	padding: 5px;
}
.mobile-nav-list ul li {
	padding: 5px;
}
.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: #ce2029;
	color: #fff;
	text-decoration: none;
}


/* Banner */
.banner {
	position: relative;
	z-index: 20;
}
.banner, .about {
	width: 100%;
	max-width: 1920px;
	margin-right: auto;
	margin-left: auto;
}
.ser-list li img, .about img {
	display: block;
	width: 100%;
}
.banner .title {
	width: 100%;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 9;
}
.banner .title h3, .banner .title h3 small {
	color: #000;
}
.banner .title h3 small {
	display: none;
}

.banner .simg {
	line-height: 0;
	text-align: center;
}
.banner .simg img {
	display: inline-block;
	height: 0.8rem;
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}

.banner .txt {
	width: 100%;
	position: absolute;
	top: 20%;
	left: 0;
	z-index: 2;
}
.banner .txt p {
	display: inline-block;
	background-color: rgba(206, 32, 41, .6);
	color: #fff;
	font-size: 0.28rem;
	padding: 0.20rem 0.30rem;
}

.bannerAnimate {
	animation: bannerAnimate 0.5s;
	animation-timing-function: linear;
}

@-webkit-keyframes bannerAnimate {
	0% {
		opacity: 0;
		left: 100%;
	}
	100% {
		opacity: 1;
		left: 0;
	}
}
@-moz-keyframes bannerAnimate {
	0% {
		opacity: 0;
		left: 100%;
	}
	100% {
		opacity: 1;
		left: 0;
	}
}
@-o-keyframes bannerAnimate {
	0% {
		opacity: 0;
		left: 100%;
	}
	100% {
		opacity: 1;
		left: 0;
	}
}
@keyframes bannerAnimate {
	0% {
		opacity: 0;
		left: 100%;
	}
	100% {
		opacity: 1;
		left: 0;
	}
}


/* ?????? */
.service {
	width: 100%;
	padding-top: 0.40rem;
	padding-bottom: 0.40rem;
}
.ser-list {}
.ser-list li {
	float: left;
	width: 50%;
	padding: 0.15rem;
}
.ser-list li h5 {
	text-align: center;
	padding-top: 0.05rem;
	padding-bottom: 0.05rem;
}
.ser-list li:hover h5 {
	background-color: #02569f;
}
.ser-list li:hover h5 a {
	color: #fff;
}

/* About */
.about .z-block {
	width: 1.96rem;
}
.about .for-about {
	width: 100%;
	left: 0;
	bottom: 30%;
	z-index: 9;
}

/* Footer */
.footer {
	background-color: #484848;
	width: 100%;
	padding-top: 0.40rem;
	padding-bottom: 0.40rem;
}
.footer dl {
	float: left;
	min-height: 150px;
	width: 50%;
	padding: 10px 30px;
}
.footer dl dt {
	color: #f3f3f3;
	font-size: 14px;
	margin-bottom: 0.05rem;
}
.footer dl dt, .footer dl dd {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.footer a {
	color: #ababab;
}

.footer dl:nth-of-type(2), .footer dl:nth-of-type(4), .footer dl:nth-of-type(6) {
	background: url(img/img-03.png) 0 50% no-repeat;
}

/* Main */
.pos {
	border-bottom: 1px solid #e0e0e0;
	line-height: 2.5;
	width: 100%;
	margin-top: 0.10rem;
}
.pos ul li {
	float: left;
	margin-right: 0.30rem;
}
.pos ul li a {
	display: block;
	border-bottom: 2px solid transparent;
	font-size: 14px;
	position: relative;
	bottom: -1px;
}
.pos ul li a:hover, .pos ul li a.hover {
	border-bottom: 2px solid #023c6d;
	color: #023c6d;
	text-decoration: none;
}
.pos p {
	display: none;
	color: #999;
	position: absolute;
	top: 3px;
	right: 0.15rem;
	z-index: 2;
}
.main {
	width: 100%;
	padding-top: 0.30rem;
	padding-bottom: 0.30rem;
}

.body-title {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.20rem;
}
.body-title small {
	display: block;
	color: #999;
	font-size: 14px;
	font-weight: normal;
	margin-top: 0.10rem;
}
.body-content {
	overflow: hidden;
	width: 100%;
}
.fimg img {
	display: block;
	width: 100%;
}

/* ???????????????????????? */
.nj, .contact {
	margin-right: -0.15rem;
	margin-left: -0.15rem;
}
.nj li {
	float: left;
	padding: 0.15rem;
	width: 100%;
}
.nj li .content, .contact li .content {
	background-color: #e6e6e6;
	color: #888;
	width: 100%;
	padding: 0.30rem;
}
.nj li .content h4 {
	color: #023c6d;
	font-size: 16px;
	text-align: center;
}
.nj li .content dl {
	margin-top: 0.20rem;
}
.nj li .content dl dt {
	color: #023c6d;
	font-size: 14px;
}

/* ???????????? */
.contact li {
	float: left;
	padding: 0.15rem;
	width: 100%;
}
.contact li .content {
	min-height: 214px;
}
.contact li h4 {
	color: #023c6d;
	font-size: 16px;
	margin-bottom: 0.10rem;
}
.contact li h4, .contact li p {
	padding-left: 120px;
}
.contact li p.zb {
	background: url(img/img-07.png) 0 0 no-repeat;
}
.contact li p.wx {
	background: url(img/img-08.png) 0 0 no-repeat;
}

/* ???????????? */
.download li {
	border-bottom: 1px solid #e4e4e4;
	color: #999;
	width: 100%;
	position: relative;
	padding-top: 0.20rem;
	padding-bottom: 0.20rem;
	padding-right: 100px;
}
.download li h5 {
	color: #333;
	font-weight: normal;
}
.download li a.dload {
	display: inline-block;
	background-color: #999;
	color: #fff;
	line-height: 2.5;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	margin-top: -15px;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 9;
}
.download li a.dload span {
	background: url(img/img-09.png) 0 50% no-repeat;
	padding-left: 20px;
}

/* ?????? */
.news li {
	border-bottom: 1px solid #e4e4e4;
	width: 100%;
	padding-top: 0.20rem;
	padding-bottom: 0.20rem;
}
.news .img {
	float: left;
	height: 160px;
	width: 40%;
	overflow: hidden;
}
.news .img img {
	height: 160px;
	width: 260px;
}
.news .img:hover img {
	transform: scale(1.2);
}
.news .txt {
	margin-left: 44%;
}
.news .txt h5 {
	font-weight: normal;
}
.news .txt a {
	color: #023c6d;
}
.news .txt p.date {
	color: #999;
}
.news .txt p.dec {
	height: 48px;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 20px;
}

/* ???????????? */
.gy-pro, .gy-img, .shj-txt,.shj-img {
	padding-top: 0.15rem;
	padding-bottom: 0.15rem;
}
.gy-pro h4 {
	color: #023c6d;
	font-size: 16px;
	font-weight: normal;
}
.gy-pro ul {
	margin-right: -0.10rem;
	margin-left: -0.10rem;
}
.gy-pro ul li {
	float: left;
	width: 33.33333%;
	padding: 0.10rem;
}
.gy-pro ul li a {
	display: block;
	border: 1px solid #cecece;
	line-height: 2.5;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}
.gy-pro ul li a:hover {
	background-color: #023c6d;
	border: 1px solid #023c6d;
	color: #fff;
}
.gy-img, .shj-img {
	line-height: 0;
	text-align: center;
}
.gy-img img, .shj-img img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}

.gy-scroll ul li {
	float: left;
	width: 33.33333%;
	padding: 0.15rem;
}
.gy-scroll ul li h5 {
	font-weight: normal;
	text-align: center;
	margin-top: 0.08rem;
}

/* ???????????? */
.shj p {
	text-indent: 2em;
}
.shj-txt dl dt {
	color: #023c6d;
	font-size: 16px;
	margin-bottom: 0.06rem;
}
.shj-txt dl dd {
	background: url(img/img-15.png) 0 50% no-repeat;
	padding-left: 15px;
}
.shj-com {
	background-color: #023c6d;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	padding: 0.15rem 0;
}
.shj-full {
	width: 100%;
	padding-top: 0.30rem;
	padding-bottom: 0.30rem;
}
.shj-full h4 {
	color: #023c6d;
	font-size: 20px;
	text-align: center;
	margin-bottom: 0.20rem;
}
.shj-bg {
	background-color: #efefef;
}

/* ???????????? */
.case {
	margin-left: -0.15rem;
	margin-right: -0.15rem;
}
.case li {
	float: left;
	width: 50%;
	padding: 0.15rem;
}
.case li img {
	display: block;
	width: 100%;
	position: relative;
}
.case li:hover img {
	opacity: 0.8;
}
.case li h5 {
	text-align: center;
	font-weight: normal;
	line-height: 2.5;
}
.case li:hover h5 {
	background-color: #02569f;
	color: #fff;
}

/* CopyRight */
.copyright {
	background-color: #484848;
	border-top: 1px solid #666;
	color: #ababab;
	width: 100%;
	padding-top: 0.10rem;
	padding-bottom: 0.10rem;
}
#goTop {
	display: inline-block;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0.15rem;
	z-index: 9;
}

#banner .swiper-pagination {
	line-height: 0;
	bottom: 0.15rem;
}

#service .swiper-button-next, #service .swiper-button-prev {
	height: 42px;
	width: 24px;
	margin-top: -12px;
}
#service .swiper-button-next {
	background: url(img/rbtn.png) 0 0 no-repeat;
	right: 0.15rem;
}
#service .swiper-button-prev {
	background: url(img/lbtn.png) 0 0 no-repeat;
	left: 0.15rem;
}

#gy-scroll .swiper-button-next, #gy-scroll .swiper-button-prev {
	height: 0.42rem;
	width: 0.24rem;
	margin-top: -0.12rem;
}
#gy-scroll .swiper-button-next {
	background: url(img/rbtn.png) 0 0 no-repeat;
	background-size: 0.24rem 0.42rem;
	right: 0.15rem;
}
#gy-scroll .swiper-button-prev {
	background: url(img/lbtn.png) 0 0 no-repeat;
	background-size: 0.24rem 0.42rem;
	left: 0.15rem;
}

/* ???????????? */
@media (min-width: 576px) {
	.banner .title h3 small {
		display: block;
	}
	.case li {
		width: 33.33333%;
	}
}
@media (min-width: 768px) {
	h3 {
		font-size: 24px;
	}
	.body-title {
		font-size: 24px;
	}
	.ser-list li {
		float: left;
		width: 25%;
		padding: 0.15rem;
	}
	.footer dl {
		width: 33.33333%;
	}
	.footer dl:nth-of-type(3), .footer dl:nth-of-type(5) {
		background: url(img/img-03.png) 0 50% no-repeat;
	}
	.footer dl:nth-of-type(4) {
		background: none;
	}
	.copyright p {
		float:left;
		width: 50%;
	}
	.pos p {
		display: block;
	}
	.nj li {
		width: 50%;
	}
	.news .img {
		width: 260px;
	}
	.news .txt {
		margin-left: 285px;
	}
	.banner .simg img {
		height: 1.0rem;
	}
}
@media (min-width: 992px) {
	.ser-list li {
		float: left;
		width: 25%;
		padding: 0.15rem;
	}
	.copyright p {
		float:left;
		width: auto;
		padding-right: 0.20rem;
	}
	.nj li {
		width: 33.33333%;
	}
	.contact li {
		width: 50%;
	}
	.banner .simg img {
		height: 1.2rem;
		margin-left: 0.40rem;
		margin-right: 0.40rem;
	}
	.case li {
		width: 25%;
	}
}
@media (min-width: 1200px) {
	.mobile-nav {
		display: none;
	}
	.header .pcnav {
		display: block;
	}
	.footer dl {
		width: 16.66667%;
	}
	.footer dl:nth-of-type(4) {
		background: url(img/img-03.png) 0 50% no-repeat;
	}
	.banner .simg img {
		height: 1.73rem;
		margin-left: 0.50rem;
		margin-right: 0.50rem;
	}
}