@charset "utf-8";

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

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

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

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

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


a:hover {
	color: #0167af;
}

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

@media screen and (min-width: 1701px) {
	.media-container {
		padding: 0 50px;
		width: auto;
		transition: 0.5s;
	}


	.top-box-3 .media-container .top-nav-class-0>li {
		margin-left: 20px;
		transition: 0.5s;
	}
}

@media screen and (max-width: 1700px) {
	.media-container {
		padding: 0 40px;
		width: auto;
		transition: 0.5s;
	}

	.top-box-3 .media-container .top-nav-box {
		margin-left: 70px;
		transition: 0.5s;
	}

	.top-box-3 .media-container .top-nav-class-0>li {
		margin-left: 20px;
		transition: 0.5s;
	}
}

@media screen and (max-width: 1600px) {
	.media-container {
		padding: 0 30px;
		width: auto;
		transition: 0.5s;
	}

	.top-box-3 .media-container .top-nav-box {
		margin-left: 30px;
		transition: 0.5s;
	}

	.top-box-3 .media-container .top-nav-class-0>li {
		margin-left: 20px;
		transition: 0.5s;
	}

}

@media screen and (max-width: 1500px) {
	.media-container {
		padding: 0 20px;
		width: auto;
		transition: 0.5s;
	}

	.top-box-3 .media-container .top-nav-box {
		margin-left: 20px;
		transition: 0.5s;
	}

	.top-box-3 .media-container .tell>img,
	.top-box-3 .media-container .shoushuo>img {
		display: block;
		width: 20px;
		padding: 40px 25px;
		transition: 0.5s;
	}

	.top-box-3 .media-container .top-nav-class-0>li {
		margin-left: 5px;
		transition: 0.5s;
	}

	.top-box-3 .media-container .top-nav-class-0>li>a {
		font-size: 14px;
		transition: 0.5s;
	}
}

@media screen and (max-width: 1400px) {
	.media-container {
		padding: 0 20px;
		width: auto;
		transition: 0.5s;
	}
}


@media screen and (max-width: 1200px) {
	.media-container {
		padding: 0 20px;
		width: auto;
		transition: 0.5s;
	}
}



/***超出隐藏***/
.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;
}


/**图片动效**/
.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 {
	transform: scale(1.1);
	transition: 1s;
}

.box:hover .pic-box2 img,
li:hover .pic-box2 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%;
}




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

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


/***瀑布流***/
#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%
}


/***分页***/
.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: #0167af !important;
}

.prenext {
	font-size: 14px;
	line-height: 1.7em;
	text-align: left;
	padding: 10px 15px;
	color: #666;
	border: dashed 1px #ccc;
}

.prenext a {
	color: #2cb0e9;
}

.prenext a:hover {
	color: #0167af;
	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;
}



/***更多按钮***/
.index-more1 {
	color: #0167af;
	line-height: 50px;
	background: #fff url(../img/icon/icon51.png) no-repeat 10% center;
	text-align: center;
	transition: 0.5s;
	border: solid 2px #0167af;
	width: 280px;
	display: block;
	margin: 0 auto;
}

.index-more1:hover {
	background: #0167af url(../img/icon/icon52.png) no-repeat 10% center;
	color: #fff;
	transition: 0.5s;
}

.index-more2 {
	color: #2cb0e9;
	border: solid 1px #2cb0e9;
	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: #2cb0e9;
	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/icon/icon38.png) no-repeat 82% center;
	padding: 10px 40px 10px 20px;
}

.index-more3:hover {
	color: #fff;
	background: #2cb0e9 url(../img/icon/icon37.png) no-repeat 86% center;
	transition: 0.5s;
	border-color: #2cb0e9;
}

.index-more4 {
	display: block;
	width: 140px;
	font-size: 14px;
	line-height: 40px;
	border: solid 1px #fff;
	text-align: center;
	color: #fff;
	background: rgba(255, 255, 255, 0);
	transition: 0.3s;
	border-radius: 40px;
	margin: 0 auto;
}

.index-more4:hover {
	color: #2cb0e9;
	background: rgba(255, 255, 255, 1);
	transition: 0.3s;
}

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

.index-more4-1:hover {
	color: #fff;
	background: #2cb0e9;
	transition: 0.3s;
}


/* 首页栏目标题 */
.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: #0167af;
}

.index-title-box1 .info {
	font-size: 20px;
	color: #999;
	text-transform: uppercase;
	font-weight: lighter;
}

.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: 40px;
}

.index-title-box3 .title {
	font-size: 30px;
	color: #333;
	text-align: center;
	position: relative;
	margin-bottom: 10px;
}

.index-title-box3 .title::before {
	content: '';
	display: block;
	width: 461px;
	height: 7px;
	background: url(../img/title-img1.png) no-repeat;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
}

.index-title-box3 .title::after {
	content: '';
	display: block;
	width: 461px;
	height: 7px;
	background: url(../img/title-img2.png) no-repeat;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -3px;
}

.index-title-box3 .title span {
	color: #0167af;
}

.index-title-box3 p {
	margin: 5px 0;
}

.index-title-box3 p img {
	display: block;
	margin: 0 auto;
	width: 65px;
}

.index-title-box3 .info {
	color: #999;
	font-size: 16px;
	letter-spacing: 5px;
	font-family: arial;
	text-transform: uppercase;
}


.index-title-box4 {
	float: left;
	background: url(../img/index-title--box-bg1.png) no-repeat 0 0;
	padding: 60px 0 55px 25px;
}

.index-title-box4 .title {
	font-size: 23px;
	color: #0167af;
	font-weight: bold;
	float: left;
}

.index-title-box4 .info {
	color: #333;
	font-size: 40px;
	text-transform: uppercase;
	font-family: '宋体';
	letter-spacing: 3px;
	position: relative;
}

.index-title-box4 .info span {
	position: absolute;
	left: 0;
	top: -10px;
	width: 1em;
	height: 3px;
	background: #333;
}


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

.fudong-box ul li:first-child {}

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

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

.fudong-box ul li.gotop a {
	background-color: #0167af;
}

.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: 0px;
	right: 80px;
	width: 0;
	overflow: hidden;
	transition: 0.3s;
	background: #2cb0e9;
	z-index: 99999999;
	opacity: 0.0;
	/* border: solid 1px #ccc; */
	right: -500px;
}

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

.fudong-box ul li.fudong-qq a {
	background-image: url(../img/icon/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/icon/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;
	/* width: 260px; */
	/* width: 390px; */
}

.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/icon/fudong-iocn-tell-2.png);
	background-position: center 15px;
	background-repeat: no-repeat;
	background-size: auto 25px;
}


.fudong-box ul li.fudong-tell div {
	font-size: 24px;
	transition: 0.3s;
	padding: 10px 0 10px 15px;
	width: 200px;
	height: auto;
}


.fudong-box ul li.fudong-tell div p {
	line-height: 59px;
	color: #fff;
	text-align: left;
}

.fudong-box ul li.fudong-liuyan a {
	background-image: url(../img/icon/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;
}
