@charset "utf-8";

/**
 * .c-z-1 {
	color: #2ab2e0;
}

.c-z-2 {
	color: #2466aa;
}

.c-z-3 {
	color: #f2e01d;
}

 ***/
* {
	margin: 0;
	padding: 0;
	border: none;
}

a {
	color: #2ab2e0;
	text-decoration: none;
	blr: expression(this.onFocus=this.blur());
	outline: none;
}

a:hover {
	color: #2466aa;
}

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";
	overflow-x: hidden;
	max-width: 1920px;
	min-width: 1400px;
}

/**主色**/
.c-z-1 {
	color: #2ab2e0;
}

.c-z-2 {
	color: #2466aa;
}

.c-z-3 {
	color: #f2e01d;
}


/**宽度**/
.container {
	width: 1200px;
	margin: 0 auto;
}

.w100 {
	width: 100%;
}

.w20 {
	width: 20%;
}

.w25 {
	width: 25%;
}

.w30 {
	width: 30%;
}

.w35 {
	width: 35%;
}

.w40 {
	width: 40%;
}

.w45 {
	width: 45%;
}

.w50 {
	width: 50%;
}

.w55 {
	width: 55%;
}

.w60 {
	width: 60%;
}

.w65 {
	width: 65%;
}

.w70 {
	width: 70%;
}

.w75 {
	width: 75%;
}

.w80 {
	width: 80%;
}

.w1400 {
	width: 1400px;
}

/***超出隐藏***/
.over-h {
	overflow: hidden;
}

.over-v {
	overflow: visible;
}

/*****字体*****/
.number1 {
	font-family: impact;
}

.number2 {
	font-family: arial;
}

/***文章颜色***/

.c-fff {
	color: #fff;
}

.c-000 {
	color: #000;
}

.c-333 {
	color: #333;
}

.c-666 {
	color: #666;
}

.c-999 {
	color: #999;
}

.c-ccc {
	color: #ccc;
}

.c-ededed {
	color: #ededed;
}

.c-f5f5f5 {
	color: #f5f5f5;
}

.c-f9f9f9 {
	color: #f9f9f9;
}

.c-f50 {
	color: #f50;
}

.c-f80 {
	color: #f80;
}

/***文字大小颜色***/

.f-w-b {
	font-weight: bold;
}

.f-w-n {
	font-weight: normal;
}

.f-12 {
	font-size: 12px;
}

.f-14 {
	font-size: 14px;
}

.f-16 {
	font-size: 16px;
}

.f-18 {
	font-size: 18px;
}

.f-20 {
	font-size: 20px;
}

.f-22 {
	font-size: 22px;
}

.f-24 {
	font-size: 24px;
}

.f-26 {
	font-size: 26px;
}

.f-28 {
	font-size: 28px;
}

.f-30 {
	font-size: 30px;
}

.f-32 {
	font-size: 32px;
}

.f-34 {
	font-size: 34px;
}

.f-36 {
	font-size: 36px;
}

.f-38 {
	font-size: 38px;
}

.f-40 {
	font-size: 40px;
}

.line-28 {
	line-height: 28px;
}

.line-30 {
	line-height: 30;
}

.line-32 {
	line-height: 32px;
}

.line-34 {
	line-height: 34px;
}

.line-36 {
	line-height: 36px;
}

.line-38 {
	line-height: 38px;
}

.line-40 {
	line-height: 40px;
}

.line-42 {
	line-height: 42px;
}

.line-44 {
	line-height: 44px;
}

.line-46 {
	line-height: 46px;
}

.line-48 {
	line-height: 48px;
}

.line-50 {
	line-height: 50px;
}

.line-1 {
	line-height: 1em;
}

.line-1-5 {
	line-height: 1.5em;
}

.line-2 {
	line-height: 2em;
}

.line-2-5 {
	line-height: 2.5em;
}

.line-3 {
	line-height: 3em;
}

.line-3-5 {
	line-height: 3.5em;
}

.line-4 {
	line-height: 4em;
}

/**对齐方式**/
.text-l {
	text-align: left;
}

.text-r {
	text-align: right;
}

.text-c {
	text-align: center;
}

.text-j {
	text-align: justify;
}

.text-da {
	text-transform: uppercase;
}

.v-align-t {
	vertical-align: top;
}

.v-align-b {
	vertical-align: bottom;
}

.v-align-m {
	vertical-align: middle;
}

/**浮动**/
.after:after {
	content: '';
	display: block;
	clear: both;
	width: 100%;
}

.clear {
	clear: both;
	display: block;
	width: 100%;
}

.fl-l {
	float: left;
}

.fl-r {
	float: right;
}

.fl-n {
	float: none;
}

/**元素属性**/
.d-in {
	display: inline;
}

.d-bl {
	display: block;
}

.d-ib {
	display: inline-block;
}

.d-flex {
	display: flex;
}

.d-flex-z {
	display: flex;
	flex-direction: column;
}

.d-flex-h {
	display: flex;
	flex-direction: row;
}

.d-no {
	display: none;
}




/**边距**/

.m-auto {
	margin: 0 auto;
}

.m-l-5 {
	margin-left: 5px;
}

.m-r-5 {
	margin-right: 5px;
}

.m-t-5 {
	margin-top: 5px;
}

.m-b-5 {
	margin-bottom: 5px;
}

.m-l-10 {
	margin-left: 10px;
}

.m-r-10 {
	margin-right: 10px;
}

.m-t-10 {
	margin-top: 10px;
}

.m-b-10 {
	margin-bottom: 10px;
}

.m-l-15 {
	margin-left: 15px;
}

.m-r-15 {
	margin-right: 15px;
}

.m-t-15 {
	margin-top: 15px;
}

.m-b-15 {
	margin-bottom: 15px;
}

.m-l-20 {
	margin-left: 20px;
}

.m-r-20 {
	margin-right: 20px;
}

.m-t-20 {
	margin-top: 20px;
}

.m-b-20 {
	margin-bottom: 20px;
}

.p-5 {
	padding: 5px;
}

.p-10 {
	padding: 10px;
}

.p-15 {
	padding: 15px;
}

.p-20 {
	padding: 20px;
}

.p-l-5 {
	padding-left: 5px;
}

.p-r-5 {
	padding-right: 5px;
}

.p-t-5 {
	padding-top: 5px;
}

.p-b-5 {
	padding-bottom: 5px;
}

.p-l-10 {
	padding-left: 10px;
}

.p-r-10 {
	padding-right: 10px;
}

.p-t-10 {
	padding-top: 10px;
}

.p-b-10 {
	padding-bottom: 10px;
}

.p-l-15 {
	padding-left: 15px;
}

.p-r-15 {
	padding-right: 15px;
}

.p-t-15 {
	padding-top: 15px;
}

.p-b-15 {
	padding-bottom: 15px;
}

.p-l-20 {
	padding-left: 20px;
}

.p-r-20 {
	padding-right: 20px;
}

.p-t-20 {
	padding-top: 20px;
}

.p-b-20 {
	padding-bottom: 20px;
}

/***定位***/
.pos-r {
	position: relative;
}

.pos-a {
	position: absolute;
}

.pos-f {
	position: fixed;
}


/***分页***/
.page {
	display: flex;
	justify-content: center;
	text-align: center;
	margin: 2em auto 0;
	line-height: 2em;
	border-top: dashed 1px #ccc;
	padding-top: 2em;
}

.page>* {
	color: #666 !important;
	font-size: 16px !important;
	margin: 0 1px;
}

.page a {
	display: block;
	line-height: 2.5em;
	padding: 0 1em;
	color: #fff;
	background: #2ab2e0;
	text-decoration: none;
}

.page a[href] {
	color: #666;
	background: #e5e5e5;
}

.page strong {
	display: block;
	margin: 0 5px;
}



.prenext {
	padding-top: 15px;
	margin-top: 15px;
	border-top: dashed 1px #ccc;
	font-size: 14px;
	line-height: 2em;
}

.prenext a {
	color: #2ab2e0;
}

.prenext a:hover {
	color: #2466aa;
	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,
.pic-box1 {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
}

.pic-box1 img {
	transition: 1s;
	width: 100%;
	height: 100%;
	display: block;
	margin: 0px !important;
}

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: #2ab2e0;
	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: #2ab2e0;
	color: #fff;
	transition: 0.5s;

}

.index-more2 {
	color: #2ab2e0;
	border: solid 1px #2ab2e0;
	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: #2ab2e0;
	color: #fff;
	transition: 0.5s;
}

.index-more3 {
	width: 6.5em;
	line-height: 1em;
	text-align: center;
	border: solid 1px #ccc;
	transition: 0.5s;
	display: block;
	margin: 0 auto;
	color: #666;
	background: #fff url(../img/more-bg3.png) no-repeat 82% center;
	padding: 1em 2em 1em 1em;
}

.index-more3:hover {
	color: #fff;
	background: #2466aa url(../img/more-bg1.png) no-repeat 86% center;
	transition: 0.5s;
	border-color: #2466aa;
}

.index-more4 {
	display: block;
	width: 140px;
	font-size: 14px;
	line-height: 40px;
	border: solid 1px #27b1df;
	text-align: center;
	color: #27b1df;
	background: #fff;
	transition: 0.3s;
}

.index-more4:hover {
	border: solid 1px #2466aa;
	color: #fff;
	background: #2466aa;
	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;
}

/***地图**/
#dituContent img {
	max-width: none;
}


/**浮动窗**/
.footer-fudong>div {
	border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}

.footer-fudong>div:last-child {
	border: none;
}

.footer-fudong {
	right: -110px;
	width: 160px;
	background: rgba(0, 0, 0, 0.5);
	bottom: 5%;
	transition: 0.3s;
}

.footer-fudong:hover {
	right: 0px;
	transition: 0.5s;
}

.footer-fudong a {
	line-height: 52px;
	padding-right: 10px;
}


/**标题**/
.index-bt1 {
	text-align: center;
	padding: 60px 0 30px;
}

.index-bt1 .title {
	font-size: 30px;
	color: #2ab2e0;
}

.index-bt1 .info {
	font-size: 16px;
	color: #ccc;
	margin: 7px 0 9px;
	text-transform: uppercase;
	font-family: arial;
	font-weight: lighter;
}

.index-bt1 span {
	background: #2466aa;
	width: 40px;
	height: 3px;
	margin: 0 auto;
	display: block;
}

.index-bt2 {
	text-align: center;
	padding: 80px 0 50px;
}

.index-bt2 .title {
	font-size: 28px;
	font-weight: normal;
	display: block;
	line-height: 30px;
	letter-spacing: 2px;
	color: #454545;
	background: url(../img/title-bg.png) no-repeat center center;
}

.index-bt2 .info {
	color: #999;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
	padding-top: 20px;
}

.index-bt4 {
	text-align: center;
	padding-bottom: 30px;
}

.index-bt4 .title {
	font-size: 24px;
	color: #333;
}

.index-bt4 .title span {
	display: inline-block;
	width: 1em;
	height: 2px;
	background: #2466aa;
	margin: 0 5px;
	vertical-align: super;
}

.index-bt4 .info {
	color: #ccc;
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "arial narrow";
}

.index-bt5 {
	padding: 50px 0 20px;
}

.index-bt5 .info {
	letter-spacing: 5px;
	font-family: helvetica;

}

.index-bt5 .title {
	letter-spacing: 5px;
	line-height: 30px;
	font-weight: bold;
}

.index-bt5 .index-bt5-dian {
	text-align: center;
}

.index-bt5 .index-bt5-dian span:nth-child(1) {
	height: 1px;
	width: 560px;
	background: #ccc;
	vertical-align: middle;
}

.index-bt5 .index-bt5-dian span:nth-child(2) {
	width: 60px;
	height: 3px;
	background: #e70012;
	margin: 0 5px;
	vertical-align: middle;
}

.index-bt5 .index-bt5-dian span:nth-child(3) {
	height: 1px;
	width: 560px;
	background: #ccc;
	vertical-align: middle;
}


.index-bt6 {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 30px;
}

.index-bt6-box {
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	padding: 10px 70px;
	border: solid #ccc 2px;
	position: relative;
}

.index-bt6-box .en {
	color: #ededed;
	letter-spacing: 2px;
	font-size: 40px;
	text-transform: uppercase;
	padding-bottom: 8px;
	padding-top: 8px;
}

.index-bt6-box .title {
	font-size: 29px;
	position: absolute;
	background: #fff;
	color: #a1080d;
	left: 50%;
	width: 5em;
	margin-left: -72.5px;
	bottom: -18px;
}

.index-bt7 {
	text-align: left;
}

.index-bt7 .shorttitle {
	font-size: 16px;
	color: #999;
}

.index-bt7 .title {
	font-size: 30px;
	color: #333333;
	line-height: 1.5em;
	margin: 20px 0;
}

.index-bt7 .xian {
	width: 60px;
	height: 2px;
	background: #2466aa;
}

.index-bt7 .info {
	font-size: 14px;
	line-height: 1.75em;
	color: #666;
	margin: 35px 0;
	text-align: justify;
}

.index-bt8 {
	text-align: center;
	padding: 80px 0 30px;
}

.index-bt8 .title {
	color: #333;
	font-size: 30px;
	line-height: 2em;
	text-align: center;
}

.index-bt8 .title span {
	display: inline-block;
	height: 4px;
	width: 30px;
	vertical-align: super;
	background: #2466aa;
	margin: 0 10px;
}

.index-bt8 .info {
	text-transform: uppercase;
	font-size: 30px;
	color: #ccc;
	font-weight: lighter;
	font-family: '微软雅黑';
	letter-spacing: 1px;
	line-height: 1em;
}



/**左右分栏 栏目标题**/
.index-bt3 {
	border-bottom: 2px solid #2ab2e0;

}

.index-bt3>a {
	padding: 0 10px;
	background: #fff;
	display: inline-block;
	line-height: 2.5em;
	font-size: 14px;
	background: #fff;
}

.index-bt3>a:hover,
.index-bt3>a.focus {
	color: #fff;
	background: #2ab2e0;
}

.index-bt3>div a {
	text-transform: uppercase;
	line-height: 2.5em;
	font-size: 14px;
}


/**进入动画**/
.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;
}


/**友情链接**/
.index-link {
	padding: 20px 0 20px;
	background: #fff;
	position: relative;
}

.link-1 h4 {
	line-height: 1em;
	float: left;
	text-align: right;
	width: 105px;
	font-size: 24px;
}

.link-1 h4 span {
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
}

.link-1 .link-box {
	overflow: hidden;
	float: right;
	width: 1080px;
	position: relative;
}

.link-1 a {
	float: left;
	font-size: 16px;
	color: #fff;
	margin: 0 10px 4px;
	;
}

.link-1 a:hover {
	color: #ff2929;
}

/***瀑布流***/
#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: #2ab2e0;
	transition: 0.5s;
}

.fudong-box ul li.gotop a {
	background-color: #2466aa;
}

.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: #2ab2e0;
	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: 78px;
	font-size: 26px;
	transition: 0.3s;
	padding-left: 5px;
	width: 210px;
	right: -185px;
}


.fudong-box ul li.fudong-tell div p {
	line-height: 30px;
	color: #fff;
	text-align: left;
	font-size: 24px;
	padding: 9px;
}

.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: 78px;
	transition: 0.5s;
	border-right: none;
}