@charset "utf-8";

/**
 * .c-z-1 {
	color: #3fb0ff;
}

.c-z-2 {
	color: #35369b;
}

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

 ***/
* {
	margin: 0;
	padding: 0;
	border: none;
}

a {
	color: #3fb0ff;
	text-decoration: none;
	blr: expression(this.onFocus=this.blur());
	outline: none;
}


a:hover {
	color: #35369b;
}

li {
	list-style: none;
	padding: 0px;
}

input {
	border: solid 1px #ccc;
}

input:focus {
	border: solid 1px #0E8D0E;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

body {
	padding: 0;
	margin: 0 auto;
	border: 0;
	font-family: "微软雅黑,arial, helvetica, sans-serif";
	max-width: 1920px;
	min-width: 1200px;
}


/**宽度**/
.container {
	width: 1200px;
	margin: 0 auto;
}


/***超出隐藏***/
.over-h {
	overflow: hidden;
}

.over-v {
	overflow: visible;
}


/**浮动**/
.clear:after {
	content: '';
	display: block;
	clear: both;
	width: 100%;
}


.fl-l {
	float: left;
}

.fl-r {
	float: right;
}


/***定位***/
.pos-r {
	position: relative;
}

.pos-a {
	position: absolute;
}


/* 文字超出隐藏 */
.ellip {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

/***分页***/
.page {
	display: block;
	text-align: center;
	margin: 0em auto 0;
	line-height: 2em;
	/* border-top: dashed 1px #ccc; */
	padding-top: 2em;
}

.page>* {
	display: inline-block;
	color: #666 !important;
	font-size: 16px !important;
	margin-bottom: 0px !important;
}

.page a {
	display: block;
	line-height: 2.5em;
	padding: 0 1em;
	color: #666;
	text-decoration: none;
	background: #ededed;
}

.page li>span {
	line-height: 2.5em;
	display: inline-block;
	background: #f8f8f8;
	padding: 0 1em;
}

.page li strong {
	display: inline-block;
	margin: 0 5px 0px;
}


.page a {
	color: #666;
	background: #e5e5e5;
}

.page .thisclass a,
.shousuo-page .thisclass a,
.shousuo-page ul li a:hover,
.page li a:hover {
	color: #fff !important;
	background: #3fb0ff !important;
}

.prenext {
	padding-top: 30px;
	font-size: 16px;
	line-height: 2em;
	text-align: left;
}

.prenext a {
	color: #3fb0ff;
}

.prenext a:hover {
	color: #35369b;
	text-decoration: underline;
}

/* 搜索分页 */
.shousuo-page {
	margin: 2em auto 0;
}

.shousuo-page ul {
	text-align: center;
	font-size: 0;
}

.shousuo-page ul li {
	display: inline-block;
	color: #666 !important;
	font-size: 14px !important;
	margin: 0 2px;
}

.shousuo-page ul li a {
	display: block;
	line-height: 2.5em;
	padding: 0 1em;
	color: #666;
	text-decoration: none;
	background: #ededed;
}

/**图片动效**/
.pic-box2 {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
}

.pic-box1 {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 0;
	position: relative;
}

.pic-box1 img {
	transition: 1s;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.box:hover .pic-box1 img,
li:hover .pic-box1 img,
.pic-box1:hover img {
	transform: scale(1.1);
	transition: 1s;
}

li:hover .pic-box2 img,
.pic-box2:hover img {
	transform: rotate(360deg);
	transition: 0.5s;
}

.pic-box2 img {
	transform: rotate(0deg);
	display: block;
	width: 100%;
	border-radius: 100%;
	transition: 0.3s;
}



/* 线动画 */
.xian-box1 {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
}

.xian-box1 .xian1 {
	position: absolute;
	left: 10%;
	top: 10%;
	height: 1px;
	width: 0%;
	background: #fff;
	transition: 0.3s;
}

.xian-box1 .xian2 {
	position: absolute;
	right: 10%;
	top: 10%;
	height: 0%;
	width: 1px;
	background: #fff;
	transition: 0.3s;
}

.xian-box1 .xian3 {
	position: absolute;
	right: 10%;
	bottom: 10%;
	height: 1px;
	width: 0%;
	background: #fff;
	transition: 0.3s;
}

.xian-box1 .xian4 {
	position: absolute;
	left: 10%;
	bottom: 10%;
	height: 0%;
	width: 1px;
	background: #fff;
	transition: 0.3s;
}

.xian-box1:hover .xian1 {
	transition: 0.5s;
	width: 80%;
}

.xian-box1:hover .xian2 {
	transition: 0.5s;
	height: 80%;
}

.xian-box1:hover .xian3 {
	transition: 0.5s;
	width: 80%;
}

.xian-box1:hover .xian4 {
	transition: 0.5s;
	height: 80%;
}

/***更多按钮***/
.index-more1 {
	color: #3fb0ff;
	padding: 0 15px;
	line-height: 2.5em;
	display: inline-block;
	background-color: #fff;
	width: auto;
	text-align: center;
	border-radius: 4px;
	transition: 0.3s;

}

.index-more1:hover {
	background: #3fb0ff;
	color: #fff;
	transition: 0.5s;

}

.index-more2 {
	color: #3fb0ff;
	border: solid 1px #3fb0ff;
	border-radius: 4px;
	line-height: 2.2em;
	display: inline-block;
	background: #fff;
	width: auto;
	padding: 0 15px;
	margin: 0 auto;
	text-align: center;
	transition: 0.3s;

}

.index-more2:hover {
	background: #3fb0ff;
	color: #fff;
	transition: 0.5s;
}

.index-more3 {
	font-size: 14px;
	width: 4em;
	text-align: center;
	border: solid 1px #ccc;
	transition: 0.5s;
	display: block;
	color: #333;
	background: #fff url(../img/more-bg3.png) no-repeat 82% center;
	padding: 10px 40px 10px 20px;
}

.index-more3:hover {
	color: #fff;
	background: #3fb0ff url(../img/more-bg1.png) no-repeat 86% center;
	transition: 0.5s;
	border-color: #3fb0ff;
}

.index-more4 {
	display: block;
	width: 140px;
	font-size: 14px;
	line-height: 40px;
	border: solid 1px #35369b;
	text-align: center;
	color: #35369b;
	background: #fff;
	transition: 0.3s;
}

.index-more4:hover {
	border: solid 1px #35369b;
	color: #fff;
	background: #35369b;
	transition: 0.3s;
}

/**分栏图片**/
.fenlan-pic {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.fenlan-pic img {
	display: block;
	width: 1920px;
	position: relative;
	left: 50%;
	margin-left: -960px;
}


/**标题**/
.index-bt1 {
	text-align: center;
	margin: 60px 0 30px;
}

.index-bt1 .title {
	font-size: 30px;
	color: #333;
}

.index-bt1 span {
	width: 1em;
	font-size: 30px;
	background: #3fb0ff;
	height: 3px;
	margin-bottom: 5px;
	display: inline-block;
}

.index-bt1 .info {
	font-size: 20px;
	color: #999;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 1px;
}

.index-bt2 {
	text-align: center;
	padding: 80px 0 50px;
}

.index-bt2 .title {
	font-size: 30px;
	font-weight: normal;
	display: block;
	line-height: 30px;
	letter-spacing: 1px;
	color: #3fb0ff;
	padding: 30px 0;
	border-top: solid 1px #3fb0ff;
	border-bottom: solid 1px #3fb0ff;
}

.index-bt2 .title span {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin: 0 20px;
	border-radius: 100%;
	background: #3fb0ff;
}

.index-bt2 .title .left {
	margin-right: 20px;
}

.index-bt2 .title .right {
	margin-left: 20px;
}

.index-bt2 .info {
	color: #444;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
	padding-top: 20px;
}

.index-bt2 .info a {
	color: #444;
}

.index-bt2 .info a:hover {
	text-decoration: underline;
	color: #35369b;
}

.index-bt2 .info span {
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	background: #452c2c;
	margin: 0 15px;
	border-radius: 100%;
}



/**进入动画**/
.in-top-no {
	top: 20px;
	position: absolute;
	transition: 0.3s;
	z-index: 20;
	opacity: 0.0;
}

.in-top-ok {
	top: 0px;
	position: absolute;
	transition: 0.5s;
	z-index: 21;
	opacity: 1.0;
}



/***瀑布流***/
#PBL_box {
	padding-left: 0;
	margin-top: 0;
}

#PBL_box .PBL_list {
	margin-bottom: 20px;
	float: left;
}

#PBL_box .PBL_list img {
	max-width: 100%
}


/* 浮动窗 */
.fudong-box {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 99999999999;
}

.fudong-box ul li:first-child {
	border-top: solid 1px #ccc;
}

.fudong-box ul li {
	width: 78px;
	height: 78px;
	margin: 0px;
	border: solid 1px #ccc;
	border-top: none;
	background-color: #f8f8f8;
	transition: 0.3s;
	position: relative;
	z-index: 99999999998;
}

.fudong-box ul li:hover a {
	background-color: #3fb0ff;
	transition: 0.5s;
}

.fudong-box ul li.gotop a {
	background-color: #35369b;
}

.fudong-box ul li.gotop img {
	opacity: 1 !important;
}

.fudong-box ul li a {
	display: block;
	padding-top: 15px;
	position: relative;
	z-index: 99999999997;
	background-color: #fff;
}

.fudong-box ul li a>img {
	height: 25px;
	display: block;
	margin: 0px auto;
	opacity: 1.0;
	transition: 0.3s;
}

.fudong-box ul li:hover a>img {
	opacity: 0.0;
	transition: 0.3s;
}

.fudong-box ul li a>p {
	font-size: 14px;
	color: #666;
	text-align: center;
	line-height: 38px;
	transition: 0.3s;
}

.fudong-box ul li>div {
	position: absolute;
	top: -1px;
	right: 80px;
	width: 0;
	overflow: hidden;
	transition: 0.3s;
	background: #3fb0ff;
	z-index: 99999999;
	opacity: 0.0;
	border: solid 1px #ccc;
}

.fudong-box ul li:hover a>p {
	transition: 0.5s;
	color: #fff;
}

.fudong-box ul li.fudong-qq a {
	background-image: url(../img/fudong-iocn-QQ-2.png);
	background-position: center 15px;
	background-repeat: no-repeat;
	background-size: auto 25px;
}

.fudong-box ul li.fudong-wx a {
	background-image: url(../img/fudong-iocn-erweima-2.png);
	background-position: center 15px;
	background-repeat: no-repeat;
	background-size: auto 25px;
}

.fudong-box ul li.fudong-wx div {
	background: #fff;
	font-size: 0;
	width: 130px;
	right: -182px;
	/* width: 260px; */
}

.fudong-box ul li.fudong-wx div img {
	display: inline-block;
	width: 120px;
	padding: 5px;
	vertical-align: middle;
}


.fudong-box ul li.fudong-tell a {
	background-image: url(../img/fudong-iocn-tell-2.png);
	background-position: center 15px;
	background-repeat: no-repeat;
	background-size: auto 25px;
}


.fudong-box ul li.fudong-tell div {
	height: 58px;
	font-size: 26px;
	transition: 0.3s;
	padding: 10px 0 10px 15px;
	width: 220px;
	right: -185px;
}


.fudong-box ul li.fudong-tell div p {
	line-height: 40px;
	color: #fff;
	text-align: left;
	/* font-size: 18px; */
}

.fudong-box ul li.fudong-liuyan a {
	background-image: url(../img/fudong-iocn-ly-2.png);
	background-position: center 15px;
	background-repeat: no-repeat;
	background-size: auto 25px;
}


.fudong-box ul li:hover>div {
	opacity: 1.0;
	right: 79px;
	transition: 0.5s;
	border-right: none;
}



/**头部**/

.top-box {
	position: relative;
	z-index: 2;
}

.top-box-1 {
	line-height: 40px;
	font-size: 12px;
	color: #666;
	position: relative;
	background: #f8f8f8;
}

.top-box-1 .left {
	float: left;
	width: 40%;
}

.top-box-1 .right {
	float: right;
	width: 58%;
	text-align: right;
	font-size: 0;
}

.top-box-1 .right>* {
	display: inline-block;
	vertical-align: middle;
	line-height: 39px;
	font-size: 12px;
	padding-left: 20px;
	margin-left: 10px;
}

.top-box-1 .right a {
	display: inline-block;
	vertical-align: middle;
	color: #666;
	padding-left: 10px;
	margin-left: 10px;
	border-left: solid 1px #ccc;
	line-height: 1em;
	margin-top: 14px;
}

.top-box-1 .right a:first-child {
	padding-left: 0px;
	margin-left: 0px;
	border-left: none;
}

.top-box-1 .right a:hover {
	text-decoration: underline;
}

.top-box-2 {
	position: relative;
}

.top-box-2 .logo {
	display: block;
	float: left;
	padding: 20px 0;
}

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

.top-logo-text {
	float: left;
	margin-left: 45px;
	font-size: 16px;
	color: #666;
	margin-top: 28px;
}

.top-logo-text span {
	color: #35369b;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 1px;
	display: block;
}

.top-logo-text .b {
	color: #f2e01d;
}

.top-box-2 .tell {
	text-align: left;
	float: right;
	padding-left: 65px;
	margin-top: 29px;
	background: url(../img/icon11.png) no-repeat left center / auto 100%;
}

.top-box-2 .tell p {
	font-size: 16px;
	color: #333;
	line-height: 1.5em;
}

.top-box-2 .tell p span {
	font-family: 'arial';
	font-weight: bold;
	display: block;
	color: red;
	font-size: 20px;
	padding: 5px 0;
}






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

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

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


/* 首页栏目标题 */
.index-title-box1 {
	margin-bottom: 40px;
	text-align: center;
}

.index-title-box1 .title {
	color: #333333;
	font-size: 28px;
	font-weight: bold;
}

.index-title-box1 .title span {
	color: #35369b;
}

.index-title-box1 .info {
	font-size: 14px;
	color: #999;
	line-height: 2.5em;
}

.index-title-box2 {
	margin-bottom: 30px;
	border-bottom: dashed 1px #ccc;
	font-size: 16px;
	color: #333;
	line-height: 60px;
}

.index-title-box2 .left {
	float: left;
}

.index-title-box2 .right {
	float: right;
	font-size: 18px;
}

.index-title-box2 .right a {
	color: #fe3c3c;
}

.index-title-box3 {
	text-align: center;
	padding-bottom: 30px;
}

.index-title-box3 .title {
	font-size: 26px;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
}

.index-title-box3 .info {
	color: #ccc;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "arial narrow";
}

.index-title-box4 {
	text-align: center;
	padding-bottom: 30px;
}

.index-title-box4 .title {
	font-size: 24px;
	color: #333;
	font-weight: bold;
}

.index-title-box4 .title span {
	display: inline-block;
	width: 1em;
	height: 2px;
	background: #3fb0ff;
	margin: 0 5px;
	vertical-align: middle;
}

.index-title-box4 .info {
	color: #ccc;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "arial narrow";
}


/* 头部导航 */

/* 导航类样式0 */
.top-nav-box {
	display: block;
	background: #3fb0ff;
}

.top-nav0 {
	text-align: center;
}

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

.top-nav0>li {
	/* margin-left: 1px; */
	position: relative;
}

.top-nav-box .top-nav0>li>a {
	line-height: 60px;
	font-size: 16px;
	color: #fff;
	position: relative;
	text-align: center;
	display: block;
	z-index: 2;
	width: 150px;
	font-weight: 500;
}

.top-nav-box .top-nav0>li>a p {
	z-index: 2;
	position: relative;
}

.top-nav-box .top-nav0>li:first-child>a::before {
	display: none;
}

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

.top-nav-box .top-nav0 .nav-a-bg {
	position: absolute;
	display: block;
	height: 0%;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 1;
	background: #3fb0ff url(../img/top-focus-bg.png) no-repeat bottom center;
	transition: 0.3s;
}

.top-nav-box .top-nav0>li:hover>a,
.top-nav-box .top-nav0>li.index>a,
.top-nav-box .top-nav0>li.focus>a {
	color: #fff;
	background: #35369b;
}

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

.top-nav-box .nav-find {
	z-index: 100;
	/* 	min-width: 120%;
	max-width: 240%; */
	width: 100%;
	left: 0;
	background: #fff;
	text-align: center;
}

.top-nav-box .nav-find .nav-find-box {}

.top-nav-box .top-nav0 .nav-find ul {
	/* 	padding-left: 20px;
	padding-top: 20px; */
}

.top-nav-box .top-nav0 .nav-find ul li:first-child {
	border-color: #f8f8f8;
}

.top-nav-box .top-nav0 .nav-find ul li {
	border-top: solid 1px #ccc;
}


.top-nav-box .top-nav0 .nav-find ul li a {
	font-size: 14px;
	line-height: 3.5em;
	color: #333;
	display: block;
	padding: 0 15px;
	background: #f8f8f8;
}

.top-nav-box .top-nav0 .nav-find ul li:hover a {
	color: #3fb0ff;
}

.nav-find-box-right {
	float: right;
	padding: 20px 20px 20px 0;
	font-size: 14px;
	color: #666;
}

.nav-find-box-right .pic {
	float: left;
	width: 170px;
}

.nav-find-box-right .pic img {
	display: block;
	width: 100%;
}

.nav-find-box-right .text {
	float: right;
	width: 240px;
	text-align: justify;
	margin-left: 20px;
}

.nav-find-box-right .text .info {
	line-height: 1.75em;
	margin-bottom: 15px;
}

.nav-find-box-right-btn {
	display: inline-block;
}

.nav-find-box-right-btn:hover {
	text-decoration: underline;
}

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

.index-banner .swiper-slide {}

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

.swiper-pagination-bullet-active {
	background: #35369b;
	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: #3fb0ff;
	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: #3fb0ff;
}

.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: #3fb0ff 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: #35369b;
	transition: 0.5s;
}



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

.index-link .container {}

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

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

.index-link .index-link-list {
	width: 1080px;
	font-size: 0;
}

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

.index-link .index-link-list a:hover {
	color: #3fb0ff;
	text-decoration: underline;
}

.index-link2 {
	background: #444;
}

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

.index-link2 .index-link-left .title {
	color: #fff;
	line-height: 50px;
	font-size: 14px;
	padding-right: 1em;
	border-right: solid 1px #666;
}

.index-link2 .index-link-list {
	float: left;
	width: 1110px;
	font-size: 12px;
	padding: 10px 0;
}

.index-link2 .index-link-list a {
	color: #fff;
	opacity: 0.6;
	line-height: 15px;
	margin-right: 5px;
}

.index-link2 .index-link-list a:hover {
	text-decoration: underline;
}


/*底部*/
.footer {
	background: #333;
}

.footer a {
	color: #fff;
}

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

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

.footer .footer-bt span {
	font-weight: normal;
	opacity: 0.5;
	text-transform: uppercase;
}

.footer-cent1 {
	border-bottom: solid 1px #70e5c9;
}

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

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

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

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


.footer-cent2 {
	padding: 60px 0;
}

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

.footer-cent2 .xian1 {
	display: block;
	position: absolute;
	width: 1px;
	background: #70e5c9;
	left: 360px;
	top: 0px;
	height: 170px;
}

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

.footer-cent2 .footer-jieshao {
	float: left;
	width: 270px;
}

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

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

.footer-cent2 .footer-lxfs {
	float: left;
	width: 400px;
	margin-left: 240px;
}

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

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

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

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

.footer-cent3 {
	background: rgba(0, 0, 0, 0.4);
	font-size: 16px;
	color: #fff;
	padding: 20px 0;
	text-align: center;
}

.fudong-box ul li.fudong-tell div p {
	line-height: 10px;
	color: #fff;
	width: 8.5em;
	text-align: left;
	font-size: 24px;
	padding: 9px;
}

.footer-class-4 {
	padding: 80px 0 0px;

}

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

.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: 80px;
	background: url(../img/icon8.png) no-repeat left center;
	opacity: 0.7;
}

.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;
}

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





/**内页通用**/

/**内页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-top: 40px;
	padding-bottom: 100px;
}

/* 左侧内容 */
/* 内页栏目分类标题 */
.ny-typename-box {
	text-align: center;
}

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

.ny-typename-box .ny-top-box .ny-top-title {
	text-align: center;
	margin-bottom: 30px;
	color: #35369b;
	font-weight: bold;
}

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

.ny-typename-box .ny-toptype-box {
	display: block;
	position: relative;
	color: #fff;
	line-height: 70px;
	padding-left: 20px;
	font-size: 20px;
	background: #35369b;
	font-weight: bold;
	text-align: left;
}

.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;
}

.ny-typename-box .ny-toptype-title {
	color: #fff;
	font-size: 24px;
}

.ny-typename-box .ny-toptype-title-en {
	color: #52cd86;
	font-family: arial;
	font-size: 16px;
	text-transform: uppercase;
}


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

.ny-nav-ul {}

.ny-nav-ul li {
	display: inline-block;
	margin: 0 10px;
}

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

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

.ny-nav-ul li a::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 40px;
	height: 100%;
	right: 20px;
	background: url(../img/jiantou-you2.png) no-repeat center center / 14px auto;
	opacity: 0.0;
	transition: 0.3;
}

.ny-nav-ul li:hover,
.ny-nav-ul li.focus {
	background: #fff;
}

.ny-nav-ul li.focus a,
.ny-nav-ul li:hover a {
	background: #3fb0ff;
	color: #fff;
	transition: 0.5s;
}

.ny-nav-ul li.focus a::after,
.ny-nav-ul li:hover a::after {
	right: 0;
	opacity: 1.0;
	transition: 0.5s;
}

.ny-nav-ul-2j {}

.ny-nav-ul-2j>li {
	position: relative;
	overflow: hidden;
	border-top: solid 1px #ededed;
}

.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: #3fb0ff;
	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: #fafafa;
}

.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: #35369b;
}

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

.ny-lxfs {}


.ny-lxfs-box .ny-lxfs {
	border: solid 1px #ccc;
	border-top: solid 4px #35369b;
	padding-bottom: 10px;
}

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

.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.5em;
	margin-bottom: 10px;
}

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

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

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

.ny-left-tuijian-title {
	display: block;
	position: relative;
	color: #fff;
	line-height: 70px;
	padding-left: 20px;
	font-size: 20px;
	background: #35369b;
	font-weight: bold;
	text-align: left;
	color: #fff;
	font-size: 24px;
}

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

.ny-left-tuijian-box {
	border: solid 1px #ccc;
	padding: 20px;
	height: 165px;
}

.ny-left-tuijian-box1 {
	width: 100%;
	height: 100%;
}

.ny-left-tuijian-box1-ul {}

.ny-left-tuijian-box1-ul .box {
	display: block;
	position: relative;
	text-align: center;
	border: solid 1px #ccc;
}

.ny-left-tuijian-box1-ul .pic {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 75%;
}

.ny-left-tuijian-box1-ul .text {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 40px;
	line-height: 40px;
	background: rgba(0, 0, 0, 0.5);
	z-index: 99;
}

.ny-left-tuijian-box1-ul .text .title {
	color: #fff;
	font-size: 14px;
	padding: 0 15px;
}


/* 右侧推荐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: #35369b;
	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: #3fb0ff;
	transition: 0.3s;
}

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

.ny-right-tuijian1-ul li:hover .title {
	color: #3fb0ff;
}

.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: right;
	width: 900px; */
}

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

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

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

/**面包屑**/
.ny-location {
	line-height: 50px;
	height: 50px;
	font-size: 14px;
	margin-top: 10px;
}

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

.ny-location .location::before {
	content: '';
	display: block;
	width: 7em;
	height: 2px;
	background: #3fb0ff;
	left: 0;
	bottom: 0;
	position: absolute;
}

.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 {
	/* padding: 15px; */
}

.ny-content-box .detail {
	font-size: 16px;
	padding: 0 15px;
}


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


.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 {
	line-height: 1.5em;
	color: #3fb0ff;
	font-size: 1.2em;
}

.ny-content-box .detail strong {
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	border-radius: 2em;
	padding: 0 1em;
	background: #3fb0ff;
	margin-right: 5px;
	font-size: 14px;
}

.ny-content-box .detail h4 {
	line-height: 1.4em;
	color: #3fb0ff;
	font-size: 1.1em;
	font-weight: bold;
}

.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;
}



/* 内页服务 */
.ny-xiangguan-box {
	margin-top: 30px;
}

.ny-xiangguan-top {
	margin-top: 30px;
	background: #f8f8f8;
	line-height: 60px;
	height: 60px;
	padding: 0 15px;
	margin-bottom: 15px;
}

.ny-xiangguan-top .type-name {
	float: left;
	font-size: 20px;
	line-height: 1em;
	padding-left: 30px;
	margin: 20px 0;
	position: relative;
}

.ny-xiangguan-top .type-name::before {
	content: '';
	display: block;
	width: 20px;
	height: 3px;
	background: #35369b;
	margin-right: 10px;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: 0;
}

.ny-fuwu-neirong {
	position: relative;
	width: 100%;
	height: 455px;
}

.ny-fuwu-neirong>div {
	position: absolute;
}

.ny-fuwu-neirong>div a {
	display: block;
	position: relative;
}

.ny-fuwu-neirong>div img {
	display: block;
	width: 100%;
}

.ny-fuwu-neirong>div p {
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
	color: #3fb0ff;
	text-shadow: 0 0 5px #fff;
	left: 0;
	bottom: 0;
}

.ny-fuwu-neirong .item47 {
	top: 0;
	left: 0;
	width: 380px;
}

.ny-fuwu-neirong .item48 {
	top: 0;
	right: 0;
	width: 455px;
}

.ny-fuwu-neirong .item49 {
	bottom: 0;
	width: 200px;
}

.ny-fuwu-neirong .item50 {
	bottom: 0;
	width: 293px;
	right: 375px;
}

.ny-fuwu-neirong .item51 {
	bottom: 0;
	right: 180px;
	width: 177px;
}

.ny-fuwu-neirong .item52 {
	bottom: 0;
	right: 0;
	width: 160px;
}
