/* 通用 */
.container.head {
	width: 95%;
}

body {
	background-color: #f3f3f3;
}

a,
a:hover {
	text-decoration: none;
}

.margin-p-lg {
	margin-top: 80px !important;
}

.margin-b-lg {
	margin-bottom: 80px !important;
}

.margin-p-md {
	margin-top: 30px !important;
}

.margin-b-md {
	margin-bottom: 30px !important;
}

.margin-p-sm {
	margin-top: 20px !important;
}

.margin-b-sm {
	margin-bottom: 20px !important;
}

.margin-p-xs {
	margin-top: 10px !important;
}

.margin-b-xs {
	margin-bottom: 10px !important;
}

.f48 {
	font-size: 48px;
}

.f36 {
	font-size: 36px;
}

.f30 {
	font-size: 30px;
}

.f24 {
	font-size: 24px;
}

.f20 {
	font-size: 20px;
}

.f18 {
	font-size: 18px;
}

.f16 {
	font-size: 16px;
}

.f12 {
	font-size: 12px;
}

.bg-white {
	background-color: #FFFFFF;
}

.bg-gray {
	background-color: #F3F3F3;
}

.white {
	color: #FFFFFF;
}

.gray {
	color: #999;
}

.blue {
	color: #004ea2;
}

.gradient {
	background: -moz-linear-gradient(right, #53aeff 0%, #215cff 100%) !important;
	background: -webkit-gradient(linear, right, color-stop(0%, #53aeff), color-stop(100%, #215cff)) !important;
	background: -webkit-linear-gradient(right, #53aeff 0%, #215cff 100%) !important;
	background: -o-linear-gradient(right, #53aeff 0%, #215cff 100%) !important;
	background: -ms-linear-gradient(right, #53aeff 0%, #215cff 100%) !important;
	background: linear-gradient(to right, #53aeff 0%, #215cff 100%) !important;
}

.r-line {
	border-right: 1px solid #999999;
}

.l-line {
	border-left: 1px solid #666;
}

.img {
	width: 100%;
	overflow: hidden;
}

.img img {
	width: auto;
	max-width: 100%;
	transition: all 0.8s;
}

a:hover .img img {
	transform: scale(1.1);
}

.special-box-wrap {
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-align: center;
	display: -o-box;
	-o-box-orient: horizontal;
	-o-box-align: center;
	display: -ms-box;
	-ms-box-orient: horizontal;
	-ms-box-align: center;
	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
}

.special-box-wrap2 {
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-align: center;
	display: -o-box;
	-o-box-orient: horizontal;
	-o-box-align: center;
	display: -ms-box;
	-ms-box-orient: horizontal;
	-ms-box-align: center;
	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
}

.btn-lg:hover {
	color: #FFFFFF;
}

.btn-lg {
	padding: 10px 40px;
	font-size: 16px;
	border-radius: 4px;
}


@media screen and (max-width: 1023px) {
	.margin-p-lg {
		margin-top: 30px !important;
	}

	.margin-b-lg {
		margin-bottom: 30px !important;
	}

	.margin-p-md {
		margin-top: 20px !important;
	}

	.margin-b-md {
		margin-bottom: 20px !important;
	}

	.margin-p-sm {
		margin-top: 10px !important;
	}

	.margin-b-sm {
		margin-bottom: 10px !important;
	}

	.margin-p-xs {
		margin-top: 5px !important;
	}

	.margin-b-xs {
		margin-bottom: 5px !important;
	}

	.f30 {
		font-size: 24px;
	}

	.f24 {
		font-size: 20px;
	}

	.f20 {
		font-size: 18px;
	}

	.f18 {
		font-size: 16px;
	}

	.f16 {
		font-size: 14px;
	}
}

@media screen and (max-width: 767px) {
	.special-box-wrap2 {
		display: block;
	}

	.margin-m {
		margin: 30px 0;
	}
}

/* 首页 */
/* 轮播 */
.carousel {
	margin-top: 50px;
}

/* 关于我们 */
.about-bg {
	background: url(../image/about-bg.jpg);
	height: auto;
	background-size: cover;
	background-repeat: no-repeat;
}

.about-bg .container:hover .about-img-right {
	transform: scale(1.1);
}

.index-brand-tit {
	color: #004ea2;
}

.index-brand-titen {
	color: #004ea2;
	text-transform: uppercase;
}

.index-brand-tit::before {
	content: "|";
	float: left;
	margin-top: -14px;
	margin-right: 10px;
	font-size: 70px;
}

.about-list {
	display: inline-block;
	width: 100%;
	border: 1px solid #eaeaea;
	color: #004ea2;
	font-size: 36px;
	line-height: 1;
}

.about-list li {
	background: rgba(255, 255, 255, .6);
	transition: all 0.8s;
	padding: 10px 0;
	width: 25%;
	text-align: center;
	border-right: 1px solid #eaeaea;
	float: left;
}

.about-list li img {
	filter: grayscale(100%);
	width: 30px;
}

.about-list li a {
	display: block;
}

.about-list li:hover {
	background: rgba(255, 255, 255, 1);
}

.about-list li:hover img {
	filter: grayscale(0%);
	transition: all 0.8s;
}

.about-list p {
	font-size: 14px;
	color: #747474;
	margin-top: 10px;
}

.about-list li:hover p {
	color: #004ea2;
	transition: all 0.8s;
}

.btn-default {
	float: left;
	padding: 8px 15px;
	text-align: center;
	text-transform: uppercase;
	background: transparent;
	border: 1px solid #004ea2;
	color: #004ea2;
	font-size: 14px;
	border-radius: 0;
	transition: all 0.8s;
}

.about-bg .container:hover .btn-default {
	background: #004ea2;
	border: 1px solid #004ea2;
	color: #fff;
}

@media screen and (max-width: 1023px) {
	.index-brand-tit::before {
		font-size: 63px;
	}

	.about-list ul li {
		padding: 20px 0;
	}
}

@media screen and (max-width: 767px) {
	.about-list ul li {
		padding: 10px 0;
	}

	.about-list li img {
		width: 25px;
	}

	.about-list p {
		font-size: 12px;
	}
}

/* 业务范围 */
.business-bg {
	background: url(../image/business-bg.jpg);
	height: auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

.business-tit {
	margin: 0 auto;
}

.index-tit::after {
	content: "";
	display: block;
	margin: 10px auto;
	width: 40px;
	height: 3px;
	background: -moz-linear-gradient(right, #0080cb 0%, #004ea2 100%) !important;
	background: -webkit-gradient(linear, right, color-stop(0%, #0080cb), color-stop(100%, #004ea2)) !important;
	background: -webkit-linear-gradient(right, #0080cb 0%, #004ea2 100%) !important;
	background: -o-linear-gradient(right, #0080cb 0%, #004ea2 100%) !important;
	background: -ms-linear-gradient(right, #0080cb 0%, #004ea2 100%) !important;
	background: linear-gradient(to right, #0080cb 0%, #004ea2 100%) !important;
}

.index-en {
	text-transform: uppercase;
}

.business-img-1 {
	height: 600px;
	background-size: 120%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.business-img-2 {
	height: 200px;
	background-size: 120%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.business-img-3 {
	height: 370px;
	background-size: 120%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.business-wrapper {
	position: relative;
	background-color: rgba(0, 78, 162, .6);
	color: #fff;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.8s;
}

.business-bg .col-md-5:hover .business-wrapper,
.business-bg .business-middle:hover .business-wrapper {
	opacity: 1;
}

.business-bg .col-md-5:hover .business-img-1,
.business-bg .business-middle:hover .business-img-2,
.business-bg .business-middle:hover .business-img-3 {
	background-size: 130%;
}

.business-img-2 .business-wrapper {
	height: 200px;
}

.business-img-3 .business-wrapper {
	height: 370px;
}

.business-bg .col-md-6 .business-middle:nth-child(2) {
	margin-top: 30px;
}

@media screen and (max-width: 1023px) {
	.business-img-1 {
		height: 300px;
	}

	.business-img-2 {
		height: 100px;
	}

	.business-img-3 {
		height: 170px;
	}

	.business-img-2 .business-wrapper {
		height: 100px;
	}

	.business-img-3 .business-wrapper {
		height: 170px;
	}
}

@media screen and (max-width: 767px) {

	.business-img-1,
	.business-img-2,
	.business-img-3,
	.business-img-2 .business-wrapper,
	.business-img-3 .business-wrapper {
		height: 350px;
	}

	.business-bg .col-md-6 .business-middle:nth-child(2) {
		margin-top: 30px;
	}
}

/* 产品中心 */
.main-bg {
	background: url(../image/main-bg.jpg);
	height: auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

.main-wrapper {
	width: 100%;
}

.item-wrapper {
	padding: 10px;
}

.main-wrapper:after {
	content: '';
	display: block;
	bottom: 0;
	left: 0;
	width: 0;
	height: 3px;
	background: -moz-linear-gradient(right, #0080cb 0%, #004ea2 100%) !important;
	background: -webkit-gradient(linear, right, color-stop(0%, #0080cb), color-stop(100%, #004ea2)) !important;
	background: -webkit-linear-gradient(right, #0080cb 0%, #004ea2 100%) !important;
	background: -o-linear-gradient(right, #0080cb 0%, #004ea2 100%) !important;
	background: -ms-linear-gradient(right, #0080cb 0%, #004ea2 100%) !important;
	background: linear-gradient(to right, #0080cb 0%, #004ea2 100%) !important;
	transition: all 0.8s;
}

.col-md-4:hover .main-wrapper:after {
	width: 100%;
	background: #004ea2;
}

.main-tit {
	margin: 10px 0;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.main-bg .col-md-4:hover .main-tit {
	color: #004ea2;
}

.main-en {
	margin: 10px 0;
	color: #999;
	text-transform: capitalize;
}

/* 工程 */
.case-bg {
	background: url(../image/case-bg.jpg);
	height: auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

.case-wrapper {
	width: 90%;
	margin: 0 auto;
}

.swiper-button-next::after,
.swiper-button-prev::after {
	font-size: 20px;
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1;
	border-radius: 50%;
	padding: 11px 15px;
	background-color: rgba(255, 255, 255.5);
}

.swiper-slide {
	padding: 0 100px;
}

@media (min-width: 1441px) {
	.case-wrapper {
		width: 80%;
		margin: 0 auto;
	}

	.swiper-slide {
		padding: 0 200px;
	}
}

@media screen and (max-width: 767px) {
	.case-wrapper {
		width: 95%;
	}

	.swiper-slide {
		padding: 0 20px;
	}
}

/* 新闻 */
.news-bg {
	background: url(../image/news-bg.jpg);
	height: auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

.news-box {
	width: 90%;
}

.news-tit::after {
	content: '';
	display: block;
	position: relative;
	bottom: 7px;
	left: 0;
	width: 0;
	height: 3px;
	background: -moz-linear-gradient(right, #0080cb 0%, #004ea2 100%) !important;
	background: -webkit-gradient(linear, right, color-stop(0%, #0080cb), color-stop(100%, #004ea2)) !important;
	background: -webkit-linear-gradient(right, #0080cb 0%, #004ea2 100%) !important;
	background: -o-linear-gradient(right, #0080cb 0%, #004ea2 100%) !important;
	background: -ms-linear-gradient(right, #0080cb 0%, #004ea2 100%) !important;
	background: linear-gradient(to right, #0080cb 0%, #004ea2 100%) !important;
	transition: all 0.8s;
}

.news-bg .col-md-4:hover .news-tit:after {
	width: 100%;
	background: #004ea2;
}

.news-tit {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-des {
	color: #666;
	height: 70px;
	overflow: hidden;
}

.arrow-rright {
	float: left;
}

.arrow-rright img {
	margin-top: 30px;
	filter: grayscale(100%);
}

.news-box:hover .arrow-rright img {
	filter: none;
	transition: all 0.9s;
}

@media screen and (max-width: 1023px) {
	.news-des {
		height: 60px;
	}
}

@media screen and (max-width: 767px) {
	.arrow-rright {
		float: none;
	}

	.news-box {
		width: 100%;
	}
}

/* 底部 */
footer {
	background-color: #3e3e3e;
}

footer a,
footer a:hover {
	color: #fff;
}

footer ul {
	width: 10%;
	display: block;
	float: left;
	color: #fff;
	font-size: 16px;
}

footer ul:nth-child(4) {
	width: 15.5%;
}
footer ul li {
	display: block;
	color: #999;
	font-size: 14px;
	padding: 5px 0;
}

footer ul li:first-child {
	padding-top: 30px;
}

footer ul li a {
	color: #999;
}

footer .copyright {
	background-color: #2d2d2d;
	padding: 10px 0;
	color: #999;
}

footer .copyright a {
	color: #999;
}

@media screen and (max-width: 1200px) {
	footer ul {
		width: 13%;
		font-size: 14px;
	}

	footer ul:nth-child(4) {
		width: 20%;
	}
}

@media screen and (max-width: 767px) {
	footer .container {
		display: none;
	}
}

/* 二级通用 */
/* 二级banner */
.list-banner {
	background-position: center center !important;
	background-size: 100% !important;
	background-repeat: no-repeat !important;
	height: 600px;
	margin-top: 50px;
}

@media screen and (max-width: 1440px) {
	.list-banner {
		height: 450px;
	}
}

@media screen and (max-width: 1023px) {
	.list-banner {
		height: 250px;
	}
}

@media screen and (max-width: 767px) {
	.list-banner {
		height: 120px;
	}
}

/* 分页 */
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	background-color: #004ea2;
	border-color: #004ea2;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	color: #333;
}

.pagination>li>a,
.pagination>li>span {
	color: #333;
}

/* 二级菜单 */
.list-nav {
	background-color: #fff;
}

.list-nav ul {
	margin-bottom: 0;
	margin-top: 15px;
}

.list-nav ul li {
	display: inline-block;
	padding: 0 50px;
}

.list-nav ul li a {
	color: #333;
}

.list-nav ul li.active::after {
	content: "";
	display: block;
	margin-top: 15px;
	width: 100%;
	height: 3px;
	background: #004ea2;
}

.breadcrumb li {
	display: none
}

.breadcrumb li:nth-last-child(2) {
	display: inline-block
}

.breadcrumb li:first-child {
	display: inline-block
}

.breadcrumb li:last-child {
	display: inline-block
}

@media screen and (max-width: 1023px) {
	.list-nav ul li {
		display: inline-block;
		padding: 0 23px;
	}
}

@media screen and (max-width: 767px) {
	.list-nav ul {
		white-space: nowrap;
		overflow-x: scroll;
	}

	.list-nav ul li {
		display: inline-block;
		white-space: nowrap;
		padding: 0 15px;
	}
}

/* 二级页签 */
.list-tab ul li {
	width: 150px;
	display: inline-block;
	background-color: transparent;
	border: 1px solid #ddd;
	color: #333;
	margin: 0 20px;
	transition: all 0.8s;
}

.list-tab ul li:hover,
.list-tab ul li.active {
	background-color: #004EA2;
	border: 1px solid #004EA2;
}

.list-tab ul li:hover a,
.list-tab ul li.active a {
	color: #fff;
}

.list-tab ul li a {
	display: block;
	padding: 10px 0;
	color: #004EA2;
}

@media screen and (max-width: 767px) {
	.list-tab ul li {
		width: 120px;
	}
}

/* 新闻列表 */
.list-wrapper a {
	display: block;
	color: #333;
}

.list-wrapper .img img {
	width: auto;
	max-width: 100%;
	transition: all 0.8s;
}

.list-wrapper:hover img {
	transform: scale(1.1);
}

.list-wrapper {
	background-color: #fff;
}

.list-wrapper .col-md-8 a {
	width: 95%;
	float: right;
}

@media screen and (max-width: 767px) {
	.list-wrapper .col-md-8 a {
		width: 100%;
		margin: 10px 0;
	}
}

/* 详情 */

.content img {
	width: auto;
	max-width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.content p {
	text-indent: 32px;
	margin-bottom: 0px;
}
.content p img {
	margin-left: -32px;
}

.breadcrumb {
	padding: 0;
	margin: 20px 0;
	background-color: #fff;
}

.breadcrumb a {
	color: #999;
}

.breadcrumb .active {
	color: #333;
}

.pager-con {
	margin: 0px auto;
	width: 100%;
	position: relative;
	text-align: center;
}

.pager-con .prev {
	display: block;
	padding: 0;
	float: left;
}

.pager-con .next {
	float: right;
}

.pager-con .btn {
	color: #333;
	transition: all .9s cubic-bezier(.215, .61, .355, 1) 0s !important;
}

.pager-con .btn:hover {
	color: #004EA2;
}
