@charset "utf-8";

.icolor,
.hvcolor:hover {
	color: #0057A6;
}

.bgcolor,
.hvbgcolor:hover {
	background: #0057A6;
	color: #fff;
}

.md {
	padding: 80px 0;
}

.head,
.head_height {
	height: 80px;
}

.head {
	width: 100%;
	background: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
}

.logo {
	display: inline-block;
	height: 100%;
}

.nav li {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	margin-left: 4%;
}

.nava {
	display: block;
	line-height: 55px;
	border-bottom: 2px solid rgba(0, 0, 0, 0);
	padding: 0 10px;
}

.nav li:hover .nava {
	color: #0057A6;
}

.nav li.active .nava {
	color: #0057A6;
	border-bottom-color: #0057A6;
}

.navhide {
	width: 100px;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	top: 100%;
	z-index: 10;
	transition: .25s;
	margin-top: -10px;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.nav li:hover .navhide {
	margin-top: 0;
	opacity: 1;
	visibility: inherit;
}

.navhide a {
	line-height: 23px;
	display: block;
	text-align: center;
	color: #666;
	font-size: 15px;
	padding: 10px;
}

.navhide a:last-child {
	border-bottom: 0;
}

.navhide a:hover {
	color: #0057A6;
}

.bnimg {
	height: 460px;
}

.foot {
	padding: 20px 0;
	background: #171D2B;
	color: #aaa;
}

.foot a {
	color: #aaa;
}

.foot a:hover {
	color: #fff;
	text-decoration: underline;
}

.md {
	padding: 80px 0;
}

.itxt p {
	padding: 8px 0;
}

.morea {
	background: #0057A6;
	border: 1px solid #0057A6;
	padding: 6px 25px;
	color: #fff;
}

.morea_wt {
	background: none;
	border: 1px solid #fff;
	color: #fff;
}

.morea_wt:hover {
	opacity: 1;
	background: #0057A6;
	border: 1px solid #0057A6;
	color: #fff;
}

.i2 {
	background: url(../images/i2bg.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
}

.itopline {
	background: #0057A6;
	width: 80px;
	height: 2px;
	margin: 20px auto 0 auto;
}

.itopline_wt {
	background: #8AC6FF;
}

.i2a {
	width: 33.33%;
}

.i2a_a {
	color: #fff;
	display: block
}

.i3r {
	background: #F5F5F5;
	width: 38%;
	margin-left: 15px;
	padding: 35px;
}

.i3ra:first-child {
	margin-top: 0 !important;
}

.i4 {
	background: #f6f6f6;
}

.swiper-pagination-public {
	position: static;
	width: 100%;
}

.swiper-pagination-public .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #ccc;
	border-radius: 10px;
	transition: .25s;
	margin: 0 5px;
	opacity: 1;
}

.swiper-pagination-public .swiper-pagination-bullet-active {
	background: #999;
	width: 25px;
}

.i5 {
	background: url(../images/i5bg.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
}

.itop.textleft .itopline {
	margin-left: 0;
}

.i5w {
	width: 60%;
}

.listmd {
	padding-top: 40px !important;
}

.newa {
	padding: 30px 0;
	border-bottom: 1px solid #E6E6E6;
}

.newal {
	text-align: left;
	width: 13%;
	color: #a6a6a6;
}

.page a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.page a,
.page select {
	margin: 3px;
	color: #666;
	height: 32px;
	padding: 0 10px;
	border: 1px solid #E6E6E6;
}

.page select {
	-webkit-appearance: searchfield;
}

.page a:hover,
.page a.active {
	background: #0057A6;
	border-color: #0057A6;
	color: #fff;
}

.page-num-current {
	background: #0057A6;
	border-color: #0057A6;
	color: #fff !important;
}

.listnav {
	background: #F6F6F6;
	color: #999;
	padding: 15px 0;
}

.listnav a:hover {
	color: #0057A6;
}

.nim * {
	max-width: 100%;
}

.nib a {
	width: 48%;
	color: #999;
}

.nib a:last-child {
	text-align: right;
}

.nib a:hover i {
	color: #0057A6;
}

.tmmd {
	background: #F6F6F6;
}

.swiper-button-next-tm,
.swiper-button-prev-tm {
	width: 40px;
	height: 40px;
	font-size: 16px;
	background: rgba(0, 0, 0, .3);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	margin-top: -20px;
	transition: .25s;
}

.swiper-button-next-tm:hover,
.swiper-button-prev-tm:hover {
	background: #0057A6;
}

.swiper-button-next-tm {
	right: -80px;
}

.swiper-button-prev-tm {
	left: -80px;
}

.cow::after {
	content: "";
	width: 100%;

}

.btmbox {
	background-color: #0057A6;
}

.btmbox a {
	padding: 7px 30px;
	background-color: #FFFFFF;
	border: 1px solid #ffffff;
	color: #0057A6;
}

.btmbox a:hover {
	background-color: #0057A6;
	color: #ffffff;
}

.nitw span {
	padding: 0 5px;
}

.zttgx {
	background: url(../images/servicebg.png) no-repeat center;
	background-size: cover;
}

.servlist {
	margin-top: 40px;
}

.servlist a {
	margin: 11px 1%;
	width: 31.3333%;
	padding-bottom: 6px;
	border-bottom: 1px solid #E5E5E5;
	padding-left: 10px;
	position: relative;
}

.servlist a::after {
	content: '';
	position: absolute;
	left: 0;
	top: 14px;
	width: 5px;
	height: 5px;
	background-color: #CCCCCC;
}

.i4a h4 {
	line-height: normal;
}

@media only screen and (max-width:1399px) {
	.md {
		padding: 70px 0;
	}

	.bnimg {
		height: 400px;
	}
}

@media only screen and (min-width:768px) and (max-width:1199px) {
	.md {
		padding: 60px 0;
	}

	.bnimg {
		height: 350px;
	}
}

@media only screen and (max-width:950px) {

	.btmbox img {
		width: 120px;
	}

	.md {
		padding: 50px 0;
	}

	.bnimg {
		height: 300px;
	}
}

@media only screen and (max-width:768px) {
	.md {
		padding: 25px 0;
	}

	.bnimg {
		height: 130px;
	}

	.morea {
		padding: 5px 20px;
		font-size: 13px;
	}

	.i2a {
		width: 100%;
	}

	.i2a_a {
		border: 1px solid #fff;
		padding: 8px 12px;
	}

	.i3r {
		padding: 20px;
	}

	.itopline {
		width: 50px;
	}

	.foot {
		padding: 15px 0;
	}

	.listmd {
		padding-top: 20px !important;
	}

	.newa {
		padding: 20px 0;
	}

	.newal {
		width: auto;
		margin-right: 20px;
	}

	.page a,
	.page select {
		height: 28px;
	}

	.listnav {
		padding: 10px 0;
	}

	.nib {
		margin-top: 8px !important;
	}

	.nib a {
		width: 100%;
		text-align: left !important;
		margin: 3px 0;
	}

	.swiper-pagination-public .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}

	.swiper-pagination-public .swiper-pagination-bullet-active {
		width: 22px;
	}

	.swiper-button-next-tm,
	.swiper-button-prev-tm {
		display: none;
	}

	.ab2ta img {
		height: 40px;
	}
}