@charset "utf-8";

html {
	font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", Arial, sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	background-color: #f5f5f5;
	margin: 0;
	color: #2a333c;
	font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", Arial, sans-serif;
	font-size: 16px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block
}
dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 1rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}
a:link,a:visited{
	color: #333;
	text-decoration: none;
}
a:hover,a:active{
	color: #1baadb;
	text-decoration: none;
}
.container {
	width: 1280px;
	margin: 0 auto;
}
.head {
	height: 60px;
	background-color: #fff;
}
.head .container {
	display: flex;
	justify-content: space-between;
}
.head .logo {
	margin-top: 14px;
}
.head .logo img {
	height: 30px;
}
.navlist {
	display: flex;
}
.navlist li {
	margin-left: 50px;
	position: relative;
}
.navlist li > a {
	display: block;
	line-height: 58px;
	border-top: 2px solid #fff;
}
.navlist li > a:hover,.navlist li > a.active{
	color: #1baadb;
	border-top: 2px solid #1baadb;
}
.dropdown {
	display: none;
	position: absolute;
	width: 160px;
	background-color: #fff;
	border: 1px solid #eee;
	z-index: 999;
	margin-top: -10px;
	margin-left: -20px;
}
.dropdown a.dropdown-item,.dropdown-submenu div a {
	display: block;
	line-height: 40px;
	padding-left: 20px;
	font-size: 14px;
}
.dropdown a.dropdown-item:hover,.dropdown-submenu div a:hover {
	background-color: #f5f5f5;
}
.navlist li:hover .dropdown{
	display: block;
}

.dropdown-submenu div {
	display: none;
	position: absolute;
	width: 160px;
	background-color: #fff;
	border: 1px solid #eee;
	z-index: 999;
	margin-top: -40px;
	margin-left: 160px;
}
.dropdown-submenu:hover div {
	display: block;
}
.index-main {
	background-color: #fff;
}
.content {
	padding: 20px 0;
	min-height: 400px;
}
.content p {
	font-size: 16px;
	line-height: 30px;
	/* margin-bottom: 20px; */
	text-align: justify
}

.main .container {
	background-color: #fff;
	margin: 20px auto;
}
.main .container .content {
	padding:20px 40px;
}
.about4ul {
	display: flex;
}
.about4ul li {
	width: 33%;
	text-align: center;
}
.about4ul li p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	margin-top: 0;
}

.pagebanner img{
	display: block;
	width: 100%;
}
.contact {
	display: flex;
	justify-content: flex-end;
}
.contact p {
	width: 45%;
	line-height: 36px;
}
.team-main ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.team-main ul li {
	width: 310px;
	margin-bottom: 15px;
}
.team-main ul li .img {
	width: 310px;
	height: 194px;
	overflow: hidden;
}
.team-main ul li img {
	width: 100%;
	transition: all ease 0.5s;
}
.team-main ul li:hover img {
	-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1)
}
.team-main ul li h4 {
	text-align: center;
	background-color: #2a333c;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	margin: 0;
	font-weight: normal;
}
.team-main ul li:hover h4 {
	background-color: #1baadb;
}

.cp8pic {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cp8pic li {
	width: 275px;
	margin-bottom: 20px;
	text-align: center;
}
.cp8pic li a {
	display: block;
}
.cp8pic li a p {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #026f94;
	margin: 0;
	margin-bottom: 10px;
}
.cp8pic li a .cp8imgs {
	width: 275px;
	height: 200px;
	overflow: hidden;
	background-color: #000;
	position: relative;
}
.cp8pic li a .cp8imgs em {
	position: absolute;
	top:80px;
	left: 77px;
	display: none;
	width: 120px;
	line-height: 40px;
	height: 40px;
	text-align: center;
	background-color: #fff;
	font-style: normal;
	font-size: 14px;
	border-radius:6px;
	color: #2a333c;
}
.cp8pic li a:hover .cp8imgs em {
	display: block;
}
.cp8pic li a .cp8imgs em:hover {
	background-color: #1baadb;
	color: #fff;
}
.cp8pic li a img {
	display: block;
	width: 100%;
	transition: all ease 0.5s;
}

.cp8pic li a:hover img {
	-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
		opacity: 0.5;
}

.mapyj {
	position: relative;
	max-width: 1083px !important;
	margin: 0 auto
}

.mapyj .wmap {}

.mapyj .quan {
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	padding: 2px;
	width: 20px;
	height: 20px
}

.mapyj .quan img {
	width: 20px;
	height: 20px
}

.mapyj .quan1 {
	left: 128px;
	top: 221px
}

.mapyj .quan2 {
	left: 265px;
	top: 339px
}

.mapyj .quan3 {
	left: 647px;
	top: 174px
}

.mapyj .quan4 {
	left: 693px;
	top: 213px
}

.mapyj .quan5 {
	left: 790px;
	top: 229px
}

.mapyj .quan6 {
	left: 776px;
	top: 266px
}

.mapyj .quan7 {
	left: 825px;
	top: 282px
}

.mapyj .quan8 {
	left: 865px;
	top: 156px
}

.mapyj .quan9 {
	left: 749px;
	top: 176px
}

.mapyj .quan10 {
	left: 767px;
	top: 164px
}

.mapyj .quan11 {
	left: 770px;
	top: 189px
}

.mapyj .quan12 {
	left: 778px;
	top: 180px
}

.mapyj .quan13 {
	left: 788px;
	top: 176px
}

.mapyj .quan14 {
	left: 798px;
	top: 170px
}

.mapyj .quan15 {
	left: 798px;
	top: 194px
}

.mapyj .quan16 {
	left: 808px;
	top: 203px
}

.mapyj .quan17 {
	left: 826px;
	top: 178px
}

.mapyj .quan18 {
	left: 812px;
	top: 165px
}

.mapyj .quan19 {
	left: 795px;
	top: 141px
}

.mapyj .quan20 {
	left: 789px;
	top: 131px
}

.mapyj .quan21 {
	left: 813px;
	top: 124px
}

.mapyj .qlink {
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	padding: 2px;
	width: 55px;
	height: 22px;
}

.mapyj .qlink1 {
	left: 128px;
	top: 197px;
}

.mapyj .qlink2 {
	left: 263px;
	top: 313px;
}

.mapyj .qlink3 {
	left: 616px;
	top: 151px;
}

.mapyj .qlink4 {
	left: 668px;
	top: 190px;
}

.mapyj .qlink5 {
	left: 735px;
	top: 229px;
}

.mapyj .qlink6 {
	left: 743px;
	top: 287px;
}

.mapyj .qlink7 {
	left: 822px;
	top: 257px;
}

.mapyj .qlink8 {
	left: 861px;
	top: 132px;
}

.mapyj .qlink9 {
	left: 690px;
	top: 127px;
}

.mapyj .qlink10 {
	left: 690px;
	top: 73px;
}

.mapyj .qlink11 {
	left: 690px;
	top: 100px;
}

.mapyj .qlink12 {
	left: 690px;
	top: 46px;
}

.mapyj .qlink13 {
	left: 690px;
	top: 19px;
}

.mapyj .qlink14 {
	left: 920px;
	top: 179px;
}

.mapyj .qlink15 {
	left: 920px;
	top: 233px;
}

.mapyj .qlink16 {
	left: 920px;
	top: 261px;
}

.mapyj .qlink17 {
	left: 920px;
	top: 206px;
}

.mapyj .qlink18 {
	left: 920px;
	top: 151px;
}

.mapyj .qlink19 {
	left: 833px;
	top: 57px;
}

.mapyj .qlink20 {
	left: 777px;
	top: 57px;
}

.mapyj .qlink21 {
	left: 891px;
	top: 57px;
}
.mapyj .text {
	position: absolute;
	display: none;
	width: 260px;
	height: 160px;
	padding: 10px 30px;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid #ccc;
	left: 30%;
	top: 20%;
	box-shadow: 0px 0px 4px #ccc;
}

.mapyj .text h4 {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	color: #4a68af;
	margin: 0;
	line-height: 40px;
}

.mapyj .text p {
	text-align: left;
	font-size: 14px !important;
}

.zyyj {
	display: flex;
}
.zyyj .left {
	width: 20%;
}
.zyyj .right {
	width: 80%;
}

.zyyj table td {
	padding: 0.3rem 0.57rem;
	white-space: nowrap;
	cursor: pointer;
	font-size: 14px;
	line-height: 28px;
}
.zyyj .right table {
    display: none;
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
	border-collapse: collapse;
}

.table td,
.table th {
	padding: .572rem;
	vertical-align: top;
	border-top: 1px solid #e4eaec
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #e4eaec
}

.table tbody+tbody {
	border-top: 2px solid #e4eaec
}

.table .table {
	background-color: #fff
}
.table-bordered {
	border: 1px solid #e4eaec
}

.table-bordered td,
.table-bordered th {
	border: 1px solid #e4eaec
}

.table-bordered thead td,
.table-bordered thead th {
	border-bottom-width: 2px
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(243, 247, 249, .3)
}

.table-hover tbody tr:hover {
	background-color: #f3f7f9
}


@media (max-width:1200px) {

	.mapyj .text {
		width: 250px;
		height: 150px;
		padding: 8px 15px;
		background: rgba(255, 255, 255, 0.9);
		border: 1px solid #ccc;
		left: 28%;
		top: 30%;
		box-shadow: 0px 0px 3px #ccc;
	}

	.mapyj .text p {
		font-size: 12px !important;
	}

	.mapyj .quan {
		width: 15px;
		height: 15px
	}

	.mapyj .quan img {
		width: 15px;
		height: 15px
	}

	.mapyj .quan1 {
		left: 105px;
		top: 181px
	}

	.mapyj .quan2 {
		left: 216px;
		top: 276px;
	}

	.mapyj .quan3 {
		left: 528px;
		top: 142px;
	}

	.mapyj .quan4 {
		left: 564px;
		top: 175px;
	}

	.mapyj .quan5 {
		left: 643px;
		top: 186px;
	}

	.mapyj .quan6 {
		left: 633px;
		top: 220px;
	}

	.mapyj .quan7 {
		left: 673px;
		top: 230px;
	}

	.mapyj .quan8 {
		left: 705px;
		top: 126px;
	}

	.mapyj .quan9 {
		left: 612px;
		top: 143px;
	}

	.mapyj .quan10 {
		left: 626px;
		top: 135px;
	}

	.mapyj .quan11 {
		left: 629px;
		top: 154px;
	}

	.mapyj .quan12 {
		left: 636px;
		top: 147px;
	}

	.mapyj .quan13 {
		left: 643px;
		top: 143px;
	}

	.mapyj .quan14 {
		left: 653px;
		top: 140px;
	}

	.mapyj .quan15 {
		left: 652px;
		top: 158px;
	}

	.mapyj .quan16 {
		left: 657px;
		top: 164px;
	}

	.mapyj .quan17 {
		left: 673px;
		top: 146px;
	}

	.mapyj .quan18 {
		left: 666px;
		top: 136px;
	}

	.mapyj .quan19 {
		left: 651px;
		top: 112px;
	}

	.mapyj .quan20 {
		left: 644px;
		top: 105px;
	}

	.mapyj .quan21 {
		left: 665px;
		top: 101px;
	}

	.mapyj .qlink {
		width: 47px;
		height: 18px;
	}

	.mapyj .qlink1 {
		left: 104px;
		top: 160px;
	}

	.mapyj .qlink2 {
		left: 213px;
		top: 256px;
	}

	.mapyj .qlink3 {
		left: 500px;
		top: 123px;
	}

	.mapyj .qlink4 {
		left: 544px;
		top: 154px;
	}

	.mapyj .qlink5 {
		left: 598px;
		top: 187px;
	}

	.mapyj .qlink6 {
		left: 603px;
		top: 235px;
	}

	.mapyj .qlink7 {
		left: 669px;
		top: 210px;
	}

	.mapyj .qlink8 {
		left: 702px;
		top: 108px;
	}

	.mapyj .qlink9 {
		left: 562px;
		top: 104px;
	}

	.mapyj .qlink10 {
		left: 562px;
		top: 61px;
	}

	.mapyj .qlink11 {
		left: 562px;
		top: 83px;
	}

	.mapyj .qlink12 {
		left: 562px;
		top: 37px;
	}

	.mapyj .qlink13 {
		left: 562px;
		top: 15px;
	}

	.mapyj .qlink14 {
		left: 749px;
		top: 145px;
	}

	.mapyj .qlink15 {
		left: 749px;
		top: 189px;
	}

	.mapyj .qlink16 {
		left: 749px;
		top: 211px;
	}

	.mapyj .qlink17 {
		left: 749px;
		top: 167px;
	}

	.mapyj .qlink18 {
		left: 749px;
		top: 124px;
	}

	.mapyj .qlink19 {
		left: 680px;
		top: 45px;
	}

	.mapyj .qlink20 {
		left: 633px;
		top: 45px;
	}

	.mapyj .qlink21 {
		left: 727px;
		top: 45px;
	}



}


@media (max-width:990px) {
	.mapyj .quan {
		display: none;
	}
}

.zyyj {
	border: 1px solid #e4eaec;
}

.zyyj div {
	padding: 0;
	overflow-y: scroll;
	height: 440px;
}

.zyyj .col-lg-10 table {
	display: none;
}

.zyyj .on {
	background: #1baadb;
	color: #fff
}

footer {
	background-color: #333;
	margin: 0;
}
footer .text {
	line-height: 50px;
	color: #ccc;
	font-size: 14px;
	text-align: center;
}
footer .text p {
	margin: 0;
}