/**
 * .c-z-1 {
	color: #2cb0e9;
}

.c-z-2 {
	color: #0167af;
}

.c-z-3 {
	color: #f2e01d;
}


/**头部**/

.top-box-1 {
	/* position: sticky;
	top: 0;
	z-index: 999999999999;
	width: 100%;
	box-shadow: 0 0 10px -5px #333; */
	min-width: 1200px;
}

.top-box-1 .top-box-hyy {
	color: #555;
	font-size: 14px;
	border-top: solid 4px #0167af;
}

.top-box-1 .top-box-hyy-left {
	line-height: 30px;
}

.top-box-1 .top-box-hyy-right {
	position: absolute;
	top: 0;
	right: 0;
	width: 320px;
	text-align: center;
	height: 35px;
	background: url(../img/top-tel-bg.png) no-repeat 0 0;
}

.top-box-1 .top-box-hyy-right a:first-child {
	margin: 0;
}

.top-box-1 .top-box-hyy-right a {
	color: #fff;
	display: inline-block;
	vertical-align: top;
	margin-left: 12px;
	line-height: 31px;
	font-size: 12px;
}

.top-box-logo-nav {}

.top-box-1 .logo {
	display: block;
	float: left;
	margin: 15px 0 30px;
}

.top-box-1 .logo img {
	display: block;
	width: 100%;
}

.top-box-1 .logo-text {
	margin-left: 30px;
	padding-left: 20px;
	border-left: solid 1px #ccc;
	margin-top: 40px;
	float: left;
}

.top-box-1 .logo-text div {
	font-size: 24px;
	color: #333;
}

.top-box-1 .logo-text div p {
	font-size: 28px;
	font-weight: bold;
	color:#0167af;
	line-height: 1em;
	margin-bottom: 5px;
}

.top-box-1 .tell {
	float: right;
	margin-right:0px;
	margin-top: 33px;
}

.top-box-1 .tell p {
	color: #333;
	font-size: 16px;
	padding-left: 60px;
	background: url(../img/icon10.png) no-repeat left center / auto 45px;
}

.top-box-1 .tell span {
	font-size: 24px;
	color: #0167af;
	font-family: arial;
	display: block;
	letter-spacing: 1px;
	line-height: 1.1em;
	font-weight: bold;
}


/* 头部搜索
.top-search {
	float: right;
	margin-top: 53px;
}

.top-search .search-text {
	line-height: 34px;
	font-size: 12px;
	color: #999;
	border: solid 1px #2cb0e9;
	padding: 0 10px;
	background: none;
	width: 190px;
}

.top-search .search-btn {
	font-size: 12px;
	line-height: 36px;
	padding: 0 20px;
	color: #fff;
	background: #2cb0e9;
	border: none;
	cursor: pointer;
}

/* 头部样式2 */
body {
	position: relative;
}

.top-box-2 {
	position: absolute;
	width: 100%;
	height: 65px;
	top: 0;
	left: 0;
	z-index: 9999999;
	color: #fff;
}

.top-box-2 .logo {
	float: left;
	margin-top: 5px;
}

.top-box-2 .logo img {
	display: block;
}

.top-box-2 .tell {
	float: left;
	margin-left: 20px;
	line-height: 65px;
}

.top-box-2 .tell span {
	font-size: 24px;
	font-family: 黑体;
	font-weight: lighter;
}

/* 头部导航 */
.top-nav-box {
	display: block;
	background: #0167af;
}

/* 导航类样式0 */
.top-nav-class-0 {
	text-align: center;
	position: relative;
}

.top-nav-class-0>li:first-child {
	margin-left: 0;
}

.top-nav-class-0>li {
	float: left;
	position: relative;
}

.top-nav-class-0>li>a {
	line-height: 55px;
	font-size: 16px;
	color: #fff;
	position: relative;
	text-align: center;
	display: block;
	z-index: 2;
	transition: 0.5s;
	width: 130px;
}

.top-nav-class-0>li>a p {
	z-index: 3;
	position: relative;
}

.top-nav-class-0>li:first-child::before {
	display: none;
}

.top-nav-class-0>li::before {
	content: '';
	display: block;
	width: 1px;
	height: 30%;
	background: #fff;
	position: absolute;
	left: 0px;
	top: 35%;
	z-index: 3;
}

.top-nav-class-0>li>a .nav-a-bg {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0%;
	height: 0%;
	background: #26afe6;
	transition: 0.5s;
	z-index: 1;
}

.top-nav-class-0>li:hover>a p,
.top-nav-class-0>li.index>a p,
.top-nav-class-0>li.focus>a p {
	color: #fff;
	transition: 0.5s;
}

.top-nav-class-0>li.focus>a .nav-a-bg,
.top-nav-class-0>li.index>a .nav-a-bg,
.top-nav-class-0>li:hover>a .nav-a-bg {
	height: 100%;
	transition: 0.5s;
}

.top-nav-class-0 .nav-find {
	z-index: 100;
	/* min-width: 150px; */
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	left: 0;
}

.top-nav-class-0 .nav-find ul {}
}

.top-nav-class-0 .nav-find ul li {
	border-top: solid 1px #ededed;
}


.top-nav-class-0 .nav-find ul li a {
	font-size: 14px;
	color: #666;
	display: block;
	line-height: 3.5em;
	transition: 0.5s;
}

.top-nav-class-0 .nav-find ul li:hover a {
	color: #fff;
	background: #2cb0e9;
	transition: 0.5s;
}

/* 导航2 */
.top-box-2 #top-nav-class-0 {
	float: right;

}

.top-box-2 .top-nav-class-0 {}

.top-box-2 .top-nav-class-0>li {
	margin-left: 20px;
}

.top-box-2 .top-nav-class-0>li::before {
	display: none;
}


.top-box-2 .top-nav-class-0>li>a {
	width: auto;
	line-height: 65px;
}

.top-box-2 .top-nav-class-0>li>a p {
	font-size: 16px;
}

.top-box-2 .top-nav-class-0>li>a .nav-a-bg {
	width: 0;
	height: 3px;
	left: 50%;
	bottom: 5px;
}

.top-box-2 .top-nav-class-0>li:hover>a p,
.top-box-2 .top-nav-class-0>li.index>a p,
.top-box-2 .top-nav-class-0>li.focus>a p {
	color: #fff;
	background: inherit;
}

.top-box-2 .top-nav-class-0>li.focus>a .nav-a-bg,
.top-box-2 .top-nav-class-0>li.index>a .nav-a-bg,
.top-box-2 .top-nav-class-0>li:hover>a .nav-a-bg {
	width: 100%;
	left: 0;
}

.top-box-2 .top-nav-class-0>li>.nav-find {
	width: 120px;
	left: 50%;
	margin-left: -60px;
}

.top-box-2 .top-nav-class-0>li>.nav-find .nav-find-box {}

.top-box-2 .top-nav-class-0>li>.nav-find .nav-find-box ul {}

.top-box-2 .top-nav-class-0>li>.nav-find .nav-find-box ul li {}

.top-box-2 .top-nav-class-0>li>.nav-find .nav-find-box ul li a {
	color: #fff;
	background: rgba(255, 255, 255, 0.5);
}

.top-box-2 .top-nav-class-0>li>.nav-find .nav-find-box ul li a:hover {
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
}



/* 轮播图 */
.index-banner {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.index-banner .swiper-slide {}

.swiper-button-next,
.swiper-button-prev {
	background-color: #fff;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
	left: 0px;
	right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
	right: 0px;
	left: auto;
}

.swiper-pagination-bullet {
	background: #fff;
}

.swiper-pagination-bullet-active {
	background: #0167af;
	padding: 0 12px;
	transition: 0.5s;
	box-shadow: 0 0 0px 2px #fff;
}


.index-banner .swiper-button-next,
.index-banner .swiper-button-prev {
	opacity: 0.3;
	border-radius: 3px;
}


.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 1%;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 1%;
}

/* 首页搜索 */
.index-hot-key {
	line-height: 60px;
	margin-bottom: 10px;
}

.index-hot-key .hot-shousuo {
	float: left;
	font-size: 0;
}

.index-hot-key .hot-shousuo>* {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}

.index-hot-key .hot-shousuo .bt {
	font-size: 18px;
}

.index-hot-key .hot-shousuo .bt span {
	font-weight: bold;
	color: #2cb0e9;
	font-family: arial;
	text-transform: uppercase;
	display: inline-block;
	margin-right: 5px;
}

.index-hot-key .hot-shousuo .hot-shousuo-list {}

.index-hot-key .hot-shousuo .hot-shousuo-list a {
	display: inline-block;
	color: #666;
	font-size: 14px;
	margin-right: 20px;
}

.index-hot-key .hot-shousuo .hot-shousuo-list a:hover {
	color: #2cb0e9;
}

.index-hot-key .search-box {
	float: right;
	margin-top: 10px;
	border-radius: 40px;
	overflow: hidden;
	padding-left: 10px;
	background: #fff;
}

.search-type {
	line-height: 40px;
	height: 40px;
	float: left;
	padding: 0 10px;
}

.index-hot-key .search-box .search-text {
	line-height: 40px;
	height: 40px;
	width: 240px;
	border: none;
	font-size: 14px;
	padding: 0 10px;
	color: #999;
}

.index-hot-key .search-box .search-btn {
	background: #2cb0e9 url(../img/search-btn.bg.png) no-repeat 10px center / auto 18px;
	font-size: 14px;
	padding-left: 35px;
	padding-right: 15px;
	color: #fff;
	line-height: 40px;
	height: 40px;
	border: none;
	cursor: pointer;
}

.index-hot-key .search-box .search-btn:hover {
	background-color: #0167af;
	transition: 0.5s;
}



/* 友情链接 */
.index-link1 {
	padding: 25px 0;
	border-top: solid 1px #ccc;
}

.index-link1 .container {}

.index-link1-left {
	padding-right: 15px;
	text-align: right;
	float: left;
}

.index-link1 .index-link1-left .title {
	color: #333;
	background: url(../img/icon/icon21.png) no-repeat left center / 1em auto;
	padding-left: 25px;
	line-height: 1.5em;
	font-size: 20px;
	font-weight: bold;
}

.index-link1 .index-link1-list {
	width: 90%;
	font-size: 0;
	float: left;
}

.index-link1 .index-link1-list a {
	color: #999;
	font-size: 14px;
	display: inline-block;
	line-height: 2em;
	margin-right: 10px;
}

.index-link1 .index-link1-list a:hover {
	color: #2cb0e9;
	text-decoration: underline;
}

.index-link2 {
	padding: 30px;
}

.index-link2 .index-link2-list {
	height: 49px;
}

.index-link2 .index-link2-list a {
	display: block;
	float: left;
	width: 140px;
	border: solid 2px #ccc;
	margin-right: 10px;
}

.index-link2 .index-link2-list a img {
	display: block;
	width: 100%;
	height: 45px;
	transition: 0.5s;
}

.index-link2 .index-link2-list a:hover {
	border-color: #0167af;
	transition: 0.5s;
}



/*底部*/
.footer-class-1 {
	background: #0167af url(../img/footer-bg.jpg) no-repeat bottom center / 1920px;
	padding: 80px 0 40px;
}

.footer-class-1 a {
	color: #fff;
}

.footer-class-1 a:hover {
	color: #fff;
	text-decoration: underline;
}


.footer-class-1 .footer-cent1 {
	position: relative;
	padding: 0;
}

.footer-class-1 .footer-cent1 .footer-nav-box {
	margin-bottom: 30px;
}

.footer-class-1 .footer-cent1 .footer-nav-box ul li {
	float: left;
	margin-left: 28px;
}

.footer-class-1 .footer-cent1 .footer-nav-box ul li a {
	font-size: 16px;
}

.footer-class-1 .footer-cent1 .footer-nav-box ul li:first-child {
	margin-left: 0;
}

.footer-class-1 .footer-cent2 .banquan {
	font-size: 15px;
	color: #fafafa;
	line-height: 1.7em;
	position: relative;
}

.footer-class-1 .footer-cent2 .footer-lxfs {
	float: none;
	width: auto;
	line-height: 1.8em;
	margin: 15px 0;
}

.footer-class-1 .footer-cent2 .footer-lxfs span {
	display: inline-block;
	width: 5em;
}

.footer-class-1 .footer-cent2 .footer-lxfs-right {
	position: absolute;
	right: 0;
	top: 8px;
	width: 150px;
}

.footer-class-1 .footer-cent2 .footer-lxfs-right img {
	width: 100%;
	display: block;
}

.footer-class-1 .footer-cent2 .footer-logo {
	position: absolute;
	z-index: 1;
	width: 260px;
	left: 60%;
	margin-left: -100px;
	top: 0px;
}

.footer-class-1 .footer-cent2 .footer-logo img {
	display: block;
	width: 100%;
}




/* 底部样式2 */
.footer-class-2 {
	background: #282828;
	padding: 60px 0;
}

.footer-class-2-bt {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}

.footer-class-2-1 {
	padding: 25px 0;
	border-bottom: solid 1px #555;
}

.footer-class-2-1 .footer-class-2-bt {
	float: left;
}

.footer-class-2-1 .footer-class-2-bt p {
	font-weight: normal;
	font-size: 14px;
	opacity: 0.8;
	margin-bottom: 5px;
}

.footer-class-2-1-nav {
	float: right;
	width: 1000px;
}

.footer-class-2-1-nav a:first-child {
	margin-left: 0;
}

.footer-class-2-1-nav a {
	font-size: 14px;
	color: #999;
	float: left;
	display: block;
	margin-left: 72px;
	line-height: 45px;
}

.footer-class-2-2 {
	margin: 40px 0;
}

.footer-class-2-2 .footer-class-2-bt {
	margin-bottom: 15px;
	line-height: 30px;
	height: 30px;
}

.footer-class-2-2 .text {
	color: #999;
	font-size: 14px;
	line-height: 2em;
}

.footer-class-2-2-1 {
	float: left;
	width: 150px;
}

.footer-class-2-2-2 {
	float: left;
	width: 300px;
	margin: 0 100px;
}

.footer-class-2-2-3 {
	float: left;
	width: 300px;
	margin-right: 100px;
}

.footer-class-2-2-4 {
	float: left;
	width: 150px;
	text-align: right;
}

.footer-class-2-2-4 img {
	display: inline-block;
	width: 100px;
}

.footer-class-2-3 {
	font-size: 14px;
	color: #999;
	text-align: center;
	line-height: 2em;
}

/* 底部样式3 */
.footer-class-3 {
	padding: 50px 0;
}

.footer-class-3-left {
	float: left;
	width: 800px;
}

.footer-class-3-nav {
	border-bottom: solid 1px #0674b0;
	font-size: 0;
	padding-bottom: 30px;
	float: left;
	margin-bottom: 30px;
}

.footer-class-3-nav a:first-child {
	margin-left: 0;
}

.footer-class-3-nav a {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	/* color: #ccc; */
	margin-left: 40px;
}

.footer-class-3-lxfs {}

.footer-class-3-text {
	float: left;
	font-size: 14px;
	color: #fff;
	line-height: 1.7em;
	width: 300px;
}

.footer-class-3-text a {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	margin-bottom: 5px;
}

.footer-class-3-text p {
	padding-bottom: 10px;
	font-size: 16px;
}

.footer-class-3-logo {
	float: right;
}


.footer-class-3-right {
	float: right;
	width: 140px;
}

.footer-class-3-right img {
	display: block;
	width: 100%;
}

.footer-class-3-right p {
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 3em;
	text-align: center;
	background: #0167af;
}

.footer-class-3-banquan {
	text-align: center;
	font-size: 14px;
	color: #ccc;
	line-height: 1.8em;
	margin-top: 60px;
}

.footer-class-3-banquan a {
	font-size: 14px;
	color: #ccc;
	line-height: 1.8em;
}

/* 底部样式4 */
.footer-class-4 {
	padding: 80px 0 0px;
	background: #282828;
}

.footer-class-4 a {
	color: #fff;
}

.footer-class-4 .footer-bt {
	margin-bottom: 25px;
	color: #fff;
}

.footer-class-4-1 {}

.footer-class-4-1-1 {
	float: left;
	width: 30%;
}

.footer-class-4-1-1 .tell {
	color: #fff;
	font-weight: bold;
	font-family: 黑体;
	font-size: 30px;
	letter-spacing: 1px;
	padding-left: 50px;
	background: url(../img/icon/icon8.png) no-repeat left center / auto 100%;
}

.footer-class-4-1-1 .text {
	margin-top: 20px;
	font-size: 14px;
	color: #ededed;
	line-height: 2em;
}

.footer-class-4-1-2 {
	float: left;
	width: 30%;
	margin: 0 5%;
	text-align: center;
}

.footer-class-4-1-2 .text {}

.footer-class-4-1-2 .text img {
	display: block;
	margin: 0 auto;
	width: 120px;
}

.footer-class-4-1-3 {
	float: left;
	width: 30%;
}

.footer-class-4-1-3 .text {}

.footer-class-4-1-3 .text .item {
	margin-bottom: 10px;
}

.footer-class-4-1-3 .text .bt {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 70px;
}

.footer-class-4-1-3 .text .bt a {}

.footer-class-4-1-3 .text .list-a {
	float: left;
	width: 290px;
	font-size: 12px;
}

.footer-class-4-1-3 .text .list-a a {
	opacity: 0.6;
	display: inline-block;
	line-height: 2em;
	margin-right: 3px;
}

.footer-class-4-2 {
	padding: 20px 0;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-top: solid 1px #555;
	margin-top: 50px;
}

/* 底部样式5 */
.footer-class-5 {
	padding-top: 60px;
	background: #282828;
	color: #999;
}

.footer-class-5 a {
	color: #999;
}

.footer-class-5 a:hover {
	color: #2cb0e9;
	text-decoration: none;
}

.footer-class-5-bt {
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
	font-weight: bold;
}

.footer-class-5-1 {
	float: left;
	width: 71%;
}

.footer-class-5-nav-itme:first-child {
	margin-left: 0;
}

.footer-class-5-nav-itme {
	float: left;
	text-align: left;
	margin-left: 6%;
}

.footer-class-5-nav-itme li {
	line-height: 2em;
	font-size: 14px;
}

.footer-class-5-nav-itme li a {}

.footer-class-5-2 {
	float: right;
	width: 25%;
}

.footer-class-5-2 .text {
	font-size: 14px;
	line-height: 2em;
}

.footer-class-5-3 {
	text-align: center;
	font-size: 14px;
	line-height: 2em;
	padding: 80px 0 30px;
}

/* 底部样式6 */

.footer-class-6 {
	text-align: center;
}

.footer-class-6 .footer-nav-box {
	padding: 50px 0;
	background: #0167af;
	color: #fff;
}

.footer-class-6 .footer-nav-box .footer-nav .item:first-child {
	margin-left: 0px;
}

.footer-class-6 .footer-nav-box .footer-nav .item {
	width: 154px;
	margin-left: 20px;
	float: left;
}

.footer-class-6 .footer-nav-box .footer-nav .footer-class-6-bt {
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	color: #fff;
}

.footer-class-6 .footer-nav-box .footer-nav .item-a a {
	font-size: 13px;
	line-height: 2.2em;
	opacity: 0.95;
	color: #fff;
}

.footer-class-6 .banquan {
	text-align: center;
	font-size: 14px;
	color: #333;
	line-height: 2em;
	padding: 30px 0;
}

/* 底部样式7 */
.footer-class-7 {
	padding: 80px 0 30px;
	background: #282828;
}

.footer-class-7 a {
	color: #999;
}

.footer-class-7 a:hover {
	color: #fff;
}

.footer-class-7-1 {
	float: left;
	width: 300px;
	font-size: 12px;
	color: #999;
}

.footer-class-7 .footer-class-7-1 a {
	display: block;
	width: 60px;
	padding: 0 20px 0 40px;
	line-height: 35px;
	border-radius: 35px;
	background: #2cb0e9 url(../img/icon/icon25.png) no-repeat 14px center / 18px 18px;
	color: #fff;
	font-size: 14px;
	margin-bottom: 30px;
}

.footer-class-7-1 .tell {
	font-size: 16px;
	color: #fff;
}

.footer-class-7-1 .tell p {
	color: #2cb0e9;
	font-size: 30px;
	font-weight: bold;
	font-family: '黑体';
	line-height: 1.05em;
	margin-top: 10px;
	letter-spacing: 2px;
}

.footer-class-7-2 {
	float: left;
	width: 130px;
	padding: 0 50px 20px;
	border-left: solid 1px #444;
	border-right: solid 1px #444;
}

.footer-class-7-2 img {
	display: block;
	width: 100%;
	margin-bottom: 15px;
}

.footer-class-7-2 p {
	font-size: 14px;
	color: #fff;
	text-align: center;
}

.footer-class-7-3 {
	float: right;
	width: 580px;
}

.footer-class-7-3 .item {
	width: 33.3%;
	float: left;
	color: #999;
}

.footer-class-7-3 .footer-class-7-bt {
	color: #fff;
	font-size: 16px;
	padding-bottom: 15px;
}

.footer-class-7-3 .item a {
	display: block;
	font-size: 14px;
	line-height: 2em;
}

.footer-class-7-banquan {
	text-align: center;
	font-size: 14px;
	color: #999;
	margin-top: 60px;
	padding-top: 30px;
	border-top: solid 1px #444;
}

/* 底部样式8 */
.footer-class-8 {
	padding-top: 30px;
	background: url(../img/footer-bg.png) no-repeat top center / 1920px auto;
}

.footer-class-8 a {
	color: #fff;
}

.footer-class-8 a:hover {
	text-decoration: underline;
}

.footer-class-8 .footer-bt {
	color: #fff;
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: bold;
}

.footer-class-8 .footer-cent1 {
	border-bottom: solid 1px #fff;
	position: relative;
	z-index: 99;
}

.footer-class-8 .footer-cent1 .footer-nav-box {
	line-height: 80px;
	text-align: center;
}

.footer-class-8 .footer-cent1 .footer-nav-box ul {
	font-size: 0;
}

.footer-class-8 .footer-cent1 .footer-nav-box ul li {
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	margin: 0 30px;
}

.footer-class-8 .footer-cent1 .footer-nav-box ul li:first-child {
	margin-left: 0;
}

.footer-class-8 .footer-cent2 {
	padding: 60px 0;
	position: relative;
	z-index: 99;
}

.footer-class-8 .footer-cent2 .container {
	position: relative;
}

.footer-class-8 .footer-cent2 .xian1 {
	display: block;
	position: absolute;
	width: 1px;
	background: #fff;
	left: 405px;
	top: 0px;
	height: 170px;
}

.footer-class-8 .footer-cent2 .xian2 {
	display: block;
	position: absolute;
	width: 1px;
	background: #fff;
	left: 940px;
	top: 0px;
	height: 170px;
}

.footer-class-8 .footer-cent2 .footer-jieshao {
	float: left;
	width: 300px;
}

.footer-class-8 .footer-cent2 .footer-jieshao .info {
	font-size: 14px;
	color: #fff;
	line-height: 1.75em;
	text-align: justify;
}

.footer-class-8 .footer-jieshao-cp-type {
	font-size: 14px;
	color: #fff;
	line-height: 1.75em;
	margin-top: 10px;
}

.footer-class-8 .footer-cent2 .footer-lxfs {
	float: left;
	width: 400px;
	margin-left: 220px;
}

.footer-class-8 .footer-cent2 .footer-lxfs p {
	font-size: 14px;
	vertical-align: top;
	color: #fff;
	line-height: 1.75em;
}

.footer-class-8 .footer-cent2 .wx-pic {
	width: 120px;
	float: right;
	font-size: 18px;
	text-align: center;
	color: #fff;
}

.footer-class-8 .footer-cent2 .wx-pic img {
	display: block;
	width: 100%;
}

.footer-class-8 .footer-cent2 .wx-pic p {
	color: #fff;
	background: #1954c0;
	font-size: 16px;
	line-height: 3em;
}

.footer-class-8 .footer-cent3 {
	background: rgba(0, 0, 0, 0.4);
	font-size: 16px;
	color: #fff;
	padding: 20px 0;
	text-align: center;
	position: relative;
	z-index: 99;
}

/* 底部样式9 */
.footer-class-9 {
	background:  url(../img/footer-class-9-bg.png) no-repeat top center;
	font-size: 14px;
	line-height: 1.7em;
	color: #fff;
	margin-top: -90px;
	height: 300px;
}

.footer-class-9 .footer-bt {
	font-size: 20px;
	margin-bottom: 10px;
}

.footer-class-9 .text {
	opacity: 0.8;
}

.footer-class-9 a {
	color: #fff;
	opacity: 0.8;
}

.footer-class-9 .footer-cent1 {
	text-align: center;
	margin-bottom: 85px;
	padding-top: 10px;
}

.footer-class-9 .footer-cent1 .footer-nav {
	font-size: 0;
}

.footer-class-9 .footer-cent1 .footer-nav li {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	margin: 0 10px;
}

.footer-class-9 .footer-cent1 .footer-nav li a {
	color: #fff;
	display: block;
	line-height: 40px;
	border-radius: 40px;
	padding: 0 20px;
	background: #0167af;
}

.footer-class-9 .footer-cent1 .footer-nav li a:hover {
	background: #000000;
}

.footer-class-9 .footer-cent2 {
	margin-bottom: 50px;
}

.footer-class-9 .footer-cent2-1 {
	float: left;
	width: 420px;

}

.footer-class-9 .footer-cent2-2 {
	float: left;
	width: 150px;
	margin: 0 100px;
}

.footer-class-9 .footer-cent2-2 .wx-img {
	text-align: center;
	font-size: 16px;
	color: #fff;
}

.footer-class-9 .footer-cent2-2 .wx-img img {
	width: 110px;
	display: block;
	margin: 0 auto 10px;
}

.footer-class-9 .footer-cent2-3 {
	float: left;
	width: 420px;

}

.footer-class-9 .footer-cent3 {
	text-align: center;
	font-size: 16px;
}

.footer-link {
	padding: 20px;
	background: #282828;
	color: #ccc;
	text-align:center;
	font-size: 14px;
}

.footer-link a {
	color: #999;
}

.footer-link a:hover {
	color: #fff;
}

/* 地图 */
.index-map {
	border-top: solid 1px #ccc;
	position: relative;
	height: 500px;
	overflow: hidden;
}

.index-map .left-map #map {
	position: absolute;
	width: 100%;
	height: 500px;
	left: 0;
	top: 0;
	z-index: 2;
}

.index-map .left-map #map>div:first-child {
	margin-left: -390px !important;
}

.index-map .right-info {
	width: 370px;
	background: #fff url(../img/index-map-bg.jpg) no-repeat left center;
	position: relative;
	height: 400px;
	padding: 50px 500px 50px 39px;
	z-index: 999999;
	margin-left: 800px;
	padding-right: 500px;
	border-left: solid 1px #ccc;
}

.index-map .right-info .title {
	font-size: 24px;
	color: #2cb0e9;
	font-weight: bold;
	margin-bottom: 10px;
}

.index-map .right-info .info {
	font-size: 14px;
	line-height: 2em;
	color: #333;
}

.index-map .right-info .info a {
	color: #333;
}

.index-map .right-info .info span {
	display: inline-block;
	vertical-align: top;
	width: 3em;
}

.index-map .right-info img {
	display: block;
	width: 140px;
	border: solid 1px #ccc;
	margin-top: 15px;
}

.index-map .right-info img+p {
	font-size: 14px;
	color: #999;
	width: 142px;
	text-align: center;
	line-height: 3em;
}


/**内页通用**/
.ny-main-box .container {}

/**内页banner**/
.banner-ny {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.banner-ny img {
	position: relative;
	width: 100%;
	display: block;
	max-width: 1920px;
}

/* 主体框架 */
.ny-main-box {
	padding-bottom: 180px;
	/* padding-top: 40px; */
	/* background: #f8f8f8; */
}

/* 左侧内容 */
/* 内页栏目分类标题 */
.ny-typename-box {
	float: left;
	width: 260px;
	margin-right: 40px;
	/* 	position: sticky;
	top: 10px; */
	float: none;
	width: 100%;
	margin: -60px 0 30px;
	background: rgba(255, 255, 255, 0.95);
	position: relative;
	z-index: 999;
}

.ny-typename-box .ny-top-box {}

.ny-typename-box .ny-top-box .ny-top-title {
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	line-height: 80px;
	background: #0167af;
	padding-left: 30px;
	position: relative;
}

.ny-typename-box .ny-top-box .ny-top-title::before {
	content: '';
	display: block;

}

.ny-typename-box .ny-top-box .ny-top-title span {
	display: inline-block;
	width: 50px;
	height: 2px;
	vertical-align: middle;
	background: #ccc;
	display: none;
}

.ny-typename-box .ny-toptype-box {
	display: block;
	position: relative;
	color: #fff;
	/* line-height: 70px; */
	/* padding-left: 20px; */
	font-size: 20px;
	/* background: #0167af; */
	font-weight: bold;
	text-align: left;
	float: left;
	padding: 0 20px;
}

.ny-typename-box .ny-toptype-box::after {
	content: '';
	display: block;
	width: 14px;
	height: 3px;
	background: #fff;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -1px;
	display: none;
}

.ny-typename-box .ny-toptype-title {
	font-size: 24px;
	color: #0167af;
	line-height: 60px;
}


/**内页菜单**/
.ny-nav-box {
	/* margin-bottom: 40px; */

	float: right;
}

.ny-nav-ul {}

.ny-nav-ul li {
	/* margin-top: 1px; */
	float: left;
}

.ny-nav-ul li:first-child {
	/* 	margin-top: 0px;
	border-top: none; */
}

.ny-nav-ul li a {
	/* text-align: left;
	display: block;
	font-size: 16px;
	line-height: 55px;
	padding: 0 20px;
	color: #333;
	transition: 0.3;
	position: relative;
	background: #f8f8f8;
	background: #fff; */
	display: block;
	color: #333;
	padding: 0 20px;
	line-height: 60px;
	margin-left: 10px;
	position: relative;
}

.ny-nav-ul li a::after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0%;
	height: 2px;
	/* background: url(../img/icon/icon37.png) no-repeat center center / 14px auto; */
	background: #0167af;
	transition: 0.3;
}

.ny-nav-ul li.focus a,
.ny-nav-ul li:hover a {
	/* background: #2cb0e9; */
	/* color: #fff; */
	transition: 0.5s;
	color: #0167af;
}

.ny-nav-ul li.focus a::after,
.ny-nav-ul li:hover a::after {
	transition: 0.5s;
	width: 100%;
	left: 0%;
}

.ny-nav-ul-2j {}

.ny-nav-ul-2j>li {
	position: relative;
	overflow: hidden;
	margin-top: 2px;
}

.ny-nav-ul-2j>li>a {
	text-align: left;
	display: block;
	font-size: 14px;
	line-height: 50px;
	padding: 0 20px;
	color: #333;
	background: #ededed;
	transition: 0.3;
	position: relative;
	z-index: 2;
}

.ny-nav-ul-2j>li>.btn {
	display: block;
	color: #333;
	position: absolute;
	right: 0px;
	top: 0;
	margin-top: -1px;
	font-size: 22px;
	line-height: 50px;
	width: 50px;
	z-index: 9;
	cursor: pointer;
	text-align: center;
}

.ny-nav-ul-2j>li.focus>a,
.ny-nav-ul-2j>li.hover>a,
.ny-nav-ul-2j>li:hover>a {
	background: #2cb0e9;
	color: #fff;
}

.ny-nav-ul-2j>li.focus>.btn,
.ny-nav-ul-2j>li.hover>.btn,
.ny-nav-ul-2j>li:hover>.btn {
	color: #fff;
}

.ny-nav-ul-2j>li>.ny-nav-find {
	text-align: left;
	background: #fff;
}

.ny-nav-ul-2j>li>.ny-nav-find .nav-find-box-ul {}

.ny-nav-ul-2j>li>.ny-nav-find .nav-find-box-ul li {
	font-size: 12px;
	line-height: 3em;
	padding-right: 20px;
	padding-left: 30px;
	border-top: solid 1px #d9d9d9;
}

.ny-nav-ul-2j>li>.ny-nav-find .nav-find-box-ul li a {
	color: #666;
}

.ny-nav-ul-2j>li>.ny-nav-find .nav-find-box-ul li a:hover {
	color: #0167af;
}


/* 内页联系方式 */
.ny-lxfs-box {}

.ny-lxfs {}


.ny-lxfs-box .ny-lxfs {
	border: solid 1px #0167af;
	border-top: solid 5px #0167af;
	padding-bottom: 10px;
	background: #fff;
}

.ny-lxfs-box .ny-lxfs p {
	font-size: 0;
	padding: 0 10px;
	text-align: left;
	margin-bottom: 5px;
}

.ny-lxfs-box .ny-lxfs img {
	display: block;
	width: 100%;
	margin-bottom: 15px;
}

.ny-lxfs-box .ny-lxfs p span {
	display: inline-block;
	vertical-align: top;
	color: #666;
	font-size: 14px;
	line-height: 1.7em;
}

.ny-lxfs-box .ny-lxfs p .lxfs-bt {
	width: 70px;
	text-align: right;
}

.ny-lxfs-box .ny-lxfs p .lxfs-info {
	width: 165px;
	text-align: justify;
}

/* 左侧推荐1 */
.ny-left-tuijian {
	margin-bottom: 40px;
}

.ny-left-tuijian-box {
	border: solid 1px #0167af;
	border-top: none;
	padding: 9px;
}

.ny-left-tuijian-cp-ul {
	height: 287px;
}

.ny-left-tuijian-cp-ul .item {
	margin-bottom: 10px;
}

.ny-left-tuijian-cp-ul .box {
	background: #f8f8f8;
	padding: 2px;
	display: block;
	transition: 0.5s;
}

.ny-left-tuijian-cp-ul .box:hover {
	background: #2cb0e9;
	transition: 0.5s;
}

.ny-left-tuijian-cp-ul .box .pic {
	padding-bottom: 75%;
}

.ny-left-tuijian-cp-ul .box .text {
	padding: 15px 0 13px;
	text-align: center;
}

.ny-left-tuijian-cp-ul .box .text .title {
	font-size: 14px;
	color: #333;
}

.ny-left-tuijian-cp-ul .box:hover .title {
	transition: 0.5s;
	color: #fff;
}

.ny-hot-kc {
	padding: 20px;
	background: #f8f8f8;
	margin-bottom: 40px;
}

.ny-hot-kc-box {
	height: 476px;
	overflow: hidden;
}

.ny-hot-kc-box .item {
	border: solid 1px #ccc;
	margin-bottom: 20px;
}

.ny-hot-kc-box .item .box {
	position: relative;
}

.ny-hot-kc-box .item .box .pic {
	padding-bottom: 100%;
}

.ny-hot-kc-box .text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 15px 0;
	background: rgba(0, 0, 0, 0.6);
}

.ny-hot-kc-box .text .title {
	padding: 0 15px;
	font-size: 14px;
	color: #fff;
}

/* 右侧推荐1-资讯 */
.ny-right-tuijian {
	margin-top: 60px;
}

.ny-main-bankuai-box {
	margin-top: 60px;
	margin-bottom: 15px;
}

.ny-right-tuijian-title {
	font-size: 22px;
	font-weight: bold;
	position: relative;
	background: #f8f8f8;
	line-height: 60px;
	height: 60px;
	padding: 0 15px 0 45px;
	margin-bottom: 15px;
}

.ny-right-tuijian-title::before {
	content: '';
	display: block;
	width: 20px;
	height: 3px;
	background: #0167af;
	margin-right: 10px;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: 15px;
}

.ny-right-tuijian-box {}

.ny-right-tuijian1-ul {}

.ny-right-tuijian1-ul li {
	width: 49%;
	margin-bottom: 10px;
}

.ny-right-tuijian1-ul li:nth-child(2n) {
	margin-left: 2%;
}

.ny-right-tuijian1-ul li .box {
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 3em;
	padding: 0 15px;
	border: solid 1px #ccc;
}

.ny-right-tuijian1-ul li .title {
	position: relative;
	padding-left: 25px;
}

.ny-right-tuijian1-ul li .title::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
	height: 2px;
	width: 1em;
	background: #2cb0e9;
	transition: 0.3s;
}

.ny-right-tuijian1-ul li .box:hover .title::before {
	background: #2cb0e9;
}

.ny-right-tuijian1-ul li:hover .title {
	color: #2cb0e9;
}

.ny-right-tuijian1-ul li .time {
	float: right;
	color: #999;
	margin-left: 10px;
	font-size: 12px;
}

.ny-right-tuijian1-ul li .box:hover .time {
	color: #ccc;
}

/* 右侧内容 */
/* 栏目名称 */
.ny-main {
	/* float: left; */
	/* width: 900px; */
}

.ny-main .ny-top-box {
	/* background: #f8f8f8; */
	line-height: 60px;
	height: 60px;
	/* padding-right: 20px; */
	/* background: #fff; */
	/* border-bottom: solid 2px #f8f8f8; */
	position: relative;
	margin-bottom: 30px;
}

.ny-main .ny-top-title {
	font-size: 24px;
	font-weight: bold;
	position: relative;
	text-align: center;
}

.ny-main .ny-top-title::before {
	content: '';
	display: block;
	width: 40px;
	height: 3px;
	background: #0167af;
	margin-right: 10px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	margin-left: -20px;
}


/* 内页正文 栏目头部 */
.ny-main-top {
	margin-bottom: 20px;
}



/**面包屑**/
.ny-location {
	font-size: 14px;
	/* float: right; */
	position: absolute;
	left: 0;
	top: -30px;
	/* line-height: 40px; */
}

.ny-location .location {
	color: #666;
	font-size: 14px;
	/* 	padding-left: 20px;
	background: url(../img/icon/icon12.png) no-repeat left center / 16px; */
	/* border-bottom: solid 1px #ccc; */
	position: relative;
}

.ny-type-box .location a {
	margin: 0 5px;
}

.ny-type-box .location a:first-child {
	margin-left: 0;
}

.ny-type-box .location a:hover {
	text-decoration: underline;
}

/* 内页正文内容 */
.ny-content-box {
	background: #fff;
	padding-bottom: 40px;
}

.ny-content-box .detail {
	font-size: 16px;
	line-height: 2em;
	color: #666;
	text-align: justify;
	margin-bottom: 30px;
	padding: 20px;
}

.ny-content-box .detail p {
	/* text-indent: 2em; */
}

.ny-content-box .detail img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	height: auto !important;
}

.ny-content-box .detail>*+* {
	margin-top: 10px;
}

.ny-content-box .detail h3 {
	color: #2cb0e9;
	font-size: 1.1em;
	font-weight: bold;
}

.ny-content-box .detail strong {
	color: #000000;
	font-size: 1.05em;
}

.ny-content-box .detail h4 {
	color: #2cb0e9;
	font-size: 1.05em;
	font-weight: bold;
}

.ny-content-box .detail h5 {
	color: #2cb0e9;
	font-size: 1.05em;
	font-weight: bold;
	opacity: 0.9;
}

.ny-content-box .detail *+ul,
.ny-content-box .detail *+ol {
	padding-left: 1em;
	margin-top: 0.75em;
}

.ny-content-box .detail *>li {
	color: #999;
	font-size: 14px;
	margin-bottom: 0.5em;
}


.ny-content-box .detail table {
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	width: 100% !important;
	height: auto !important;
}

.ny-content-box .detail table tr {}

.ny-content-box .detail table tr>* {
	padding: 10px;
	border-top: none;
	margin: 0;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

.ny-content-box .detail video {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.ny-content-box .detail .wap-table-pic {
	display: none;
}

.ny-content-box .chanshu-detail {
	display: block;
	overflow-x: scroll;
	font-size: 12px;
}

.ny-content-box .chanshu-detail table {
	margin-bottom: 20px;
}
