﻿

/* CSS Document */
body,
html {
	height: 100%;
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	font-family: Arial, sans-serif;
	background: #fff;
}

input {
	outline: none
}

.fl {
	float: left;
}

.fr {
	float: right;
}

a:hover {
	color: #00b1eb;
}

.domPC {
	display: block;
}

.domMobile {
	display: none;
}

.hide {
	display: none;
}

.con_box {
	width: 1000px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

.line_box {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.abc {
	text-align: right;
	direction: rtl;
}

/*Explore*/
.main {
	width: 1100px;
	margin: 0 auto;
}

.main-left {
	width: 650px;
	float: left;
}

.wzzy {
	font-size: 14px;
	color: #636767;
	line-height: 34px;
	padding: 15px 0;
}

.wzzy i {
	padding: 0 5px;
	font-style: normal;
}

.Btitle {
	font-size: 36px;
	line-height: 42px;
	font-weight: normal;
	text-align: center;
	direction: rtl;
	margin-top: 40px;
}

.cont {
	border-top: 1px solid #ccc;
	padding: 20px 0 10px 0;
	margin-top: 20px;
	font-family: Arial, sans-serif;
}

.cont p {
	font-family: Arial, sans-serif;
	line-height: 26px;
	color: #404040;
	margin: 15px auto 0 auto;
	font-weight: normal;
	width: 1000px;
	text-align: right;
	direction: rtl;
	font-size: 20px;
}

.cont p a {
	font-family: Arial, sans-serif;
}

.cont img {
	max-width: 1000px;
	height: auto;
	display: block;
	margin: 8px auto;
}

.main-right {
	width: 320px;
	float: right;
}

.lmt {
	font-size: 24px;
	color: #05b3fc;
	padding: 10px 0;
	font-family: Arial, sans-serif;
}

.lmt a {
	color: #05b3fc;
	font-family: Arial, sans-serif;
}

.imgbox {
	margin-top: 30px;
}

.imgbox .lmt {
	background: #4abcf7;
	color: #fff;
	padding-left: 15px;
}

.imgbox .lmt a {
	color: #fff;
}

.imgbox ul {
	margin-top: 16px;
	overflow: hidden;
}

.imgbox li {
	width: 240px;
	float: left;
}

.imgbox li+li {
	margin-left: 13px;
}

.imgbox li p {
	font-size: 16px;
	padding-top: 10px;
	line-height: 18px;
	font-weight: normal;
	color: #484848;
}

.imgbox li p a {
	color: #484848;
}

.imgbox li img {
	width: 240px;
	height: 137px;
	display: block;
}

.dask {
	position: relative;
}

.dask .picleft {
	position: absolute;
	left: -85px;
	top: 40%;
	width: 85px;
	height: 85px;
	background: url(../image/picArrow.png) -85px 0 no-repeat;
	display: none;
}

.dask .picright {
	position: absolute;
	right: -85px;
	top: 40%;
	width: 85px;
	height: 85px;
	background: url(../image/picArrow.png) 0 0 no-repeat;
	display: none;
}

.textbox li {
	padding: 5px 0 10px;
	overflow: hidden;
	color: #484848;
	font-family: Arial, sans-serif;
}

.textbox li a {
	color: #484848;
	font-family: Arial, sans-serif;
}

.textbox li i {
	font-style: normal;
	color: #05b3fc;
	font-family: Arial, sans-serif;
	padding-right: 5px;
}

.topVideo {
	position: relative;
}

.topVideo-fixed {
	position: fixed;
	bottom: 50%;
	right: 50%;
	width: 320px !important;
	height: 200px !important;
	/* height: 201px; */
	margin-right: -510px !important;
	z-index: 99;
	background: #333333;
	padding: 5px;
	margin-bottom: -406px;
}

.topVideo-fixed iframe {
	width: 320px !important;
	height: 200px !important;
	margin: 0px !important;
	z-index: 9;
	position: absolute;
}

.topVideo-tit {
	display: none;
}

.topVideo-fixed .topVideo-tit {
	width: 312px;
	height: 32px;
	padding-left: 18px;
	background: #333;
	cursor: pointer;
	display: block;
	line-height: 34px;
	color: #fff;
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 0px;
	z-index: 8;
}

.topVideo-tit-cont {
	display: inline-block;
	float: left;
	width: 220px;
	height: 32px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.topVideo-closeBtn {
	display: inline-block;
	float: right;
	padding-right: 11px;
	cursor: pointer;
	color: #b2b2b2;
}

.backtotop {
	display: none;
	position: fixed;
	right: 50%;
	bottom: 50%;
	z-index: 10;
	width: 50px;
	height: 40px;
	border: 1px solid #c5c5c5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f6f6f6;
	overflow: hidden;
	cursor: pointer;
	margin-right: -564px !important;
	margin-bottom: -407px;
}

.backtotop:after {
	content: "";
	display: block;
	width: 0;
	margin: 8px auto 0;
	border-left: 6px solid #f6f6f6;
	border-right: 6px solid #f6f6f6;
	border-top: 8px solid #f6f6f6;
	border-bottom: 8px solid #007bff;
}

#div_currpage {
	margin-top: 20px;
	direction: rtl;
}

#div_currpage span {
	display: inline-block;
	width: 26px;
	height: 26px;
	font-size: 12px;
	font-weight: 600;
	color: #FFF;
	text-align: center;
	line-height: 26px;
	background-color: #348CEC;
}

#div_currpage a {
	display: inline-block;
	padding: 0 10px;
	height: 26px;
	font-size: 12px;
	color: #818181;
	text-align: center;
	line-height: 26px;
	background-color: #F1F3F5;
	transition: all .4s;
	-moz-transition: all .4s;
	/* Firefox 4 */
	-webkit-transition: all .4s;
	/* Safari Ã¥â€™Å’ Chrome */
	-o-transition: all .4s;
	/* Opera */
}

#div_currpage a:hover {
	color: #FFF;
	background-color: #348CEC;
}

.bdshare-button-style1-24 {
	width: 160px;
	float: right;
}

.xhapp {
	width: 145px;
	float: right;
}

.jiuwrong {
	float: left;
	width: 103px;
	height: 26px;
	position: relative;
	margin: 15px 0 15px 30px;
}

.jwron-text {
	width: 300px;
	height: 101px;
	position: absolute;
	top: 27px;
	left: 0;
	display: none;
	background: url(../image/fc-text.png) no-repeat;
	background-size: 100% 100%;
}

.jc-img {
	cursor: pointer;
}

.jc-close {
	float: right;
	width: 10px;
	height: 10px;
	cursor: pointer;
	margin: 10px;
}

.jc-txt p {
	font-size: 14px;
	color: #333;
	padding: 0 10px 0 10px;
	line-height: 32px;
	margin: 0;
	white-space: nowrap;
}

.jc-txt p a {
	color: #333;
	text-decoration: none;
}

.otherbox {
	width: 1100px;
	margin: 0 auto;
}

.xggj {
	width: 100%;
}

.xggj h3 {
	text-align: right;
	direction: rtl;
	line-height: 30px;
	font-size: 30px;
	color: #8434a2;
}

.xggj ul li {
	line-height: 40px;
	font-size: 24px;
	text-align: right;
	direction: rtl;
}

.imglist h3 {
	text-align: right;
	direction: rtl;
	line-height: 30px;
	font-size: 30px;
	color: #8434a2;
	background: url(../image/xlline.png) right repeat-x;
}

.imglist h3 span {
	display: inline-block;
	width: 90px;
	background: #fff;
}

.imglist ul {
	width: 100%;
}

.imglist ul li {
	width: 265px;
	height: auto;
	float: right;
	margin: 8px 5px;
}

.imglist ul li img {
	width: 265px;
	height: 149px;
}

.imglist ul li h4 {
	width: 265px;
	height: 80px;
	background: #683067;
	text-align: right;
	direction: rtl;
	color: #fff;
}

.imglist ul li h4 a {
	color: #fff;
	display: block;
	width: 90%;
	margin: 0 auto;
	line-height: 38px;
	font-size: 20px;
	font-weight: normal;
}

.pageVideo {
	display: block;
	margin: 0 auto;
}

.mor-mk {
	width: 100%;
}

.mor-kw .bdsharebuttonbox {
	float: right;
}

.bshare-custom {
	float: right;
}

.bshare-custom.icon-medium .bshare-facebook {
	width: 24px;
	height: 24px;
	background: url(../image/facebook.png) no-repeat;
	*display: inline;
	display: inline-block;
	background-size: cover;
}

.bshare-custom.icon-medium .bshare-twitter {
	width: 24px;
	height: 24px;
	background: url(../image/twitter.png) no-repeat;
	*display: inline;
	display: inline-block;
	background-size: cover;
}

.bshare-custom.icon-medium .bshare-sinaminiblog {
	width: 24px;
	height: 24px;
	background: url(../image/weibo.png) no-repeat;
	*display: inline;
	display: inline-block;
	background-size: cover;
}

.bshare-custom.icon-medium .bshare-weixin {
	width: 24px;
	height: 24px;
	background: url(../image/wx1.png) no-repeat;
	*display: inline;
	display: inline-block;
	background-size: cover;
}

.bshare-weixin {
	position: relative;
}

.bshare-weixin:hover .fxd-wx-ewm {
	display: block;
}

.fxd-wx-ewm {
	display: none;
	position: absolute;
	left: -70px;
	top: 37px;
	z-index: 10;
}

.fxd-wx-ewm img {
	width: 150px;
	height: 150px;
}

/*END*/
@media screen and (max-width: 1024px) {
	.domPC {
		display: none;
	}

	.domMobile {
		display: block;
	}

	.cont {
		width: 100%;
		height: auto;
		position: relative;
	}

	.cont p {
		width: 100%;
		font-size: 18px;
	}

	.menubox {
		width: 100%;
		height: auto;
		position: absolute;
		left: 0;
		top: 8%;
		z-index: 50;
		background: #fff;
	}

	.list01 {
		width: 45%;
		height: auto;
		margin: 0.75rem 0 0.75rem 0;
	}

	.list01 li {
		font-size: 1.2rem;
		color: #00b7ee;
		margin-bottom: 0.25rem;
	}

	.list01 li a {
		color: #00b7ee;
	}

	.m-left {
		margin-left: 2%;
	}

	.m-right {
		margin-right: 2%;
	}

	.list01 .black {
		color: #000;
	}

	.list01 .red {
		color: #ee0016;
	}

	.list01 .red a {
		color: #ee0016;
	}

	.Btitle {
		font-size: 26px;
		line-height: 32px;
		margin-top: 20px;
	}

	/* END */
	.main {
		width: 96%;
		margin: 0 auto;
	}

	.main-left {
		width: 96%;
		margin: 0 auto;
		float: none;
	}

	.cont img {
		width: 100% !important;
		height: auto !important;
	}

	.backtotop {
		right: 10px;
		bottom: 60px;
		margin-right: 0 !important;
		margin-bottom: 0;
	}

	#div_currpage {
		margin-top: 20px;
		direction: rtl;
	}

	.otherbox {
		width: 96%;
		margin: 0 auto;
	}

	.xggj {
		width: 100%;
	}

	.xggj h3 {
		text-align: right;
		direction: rtl;
		line-height: 30px;
		font-size: 30px;
		color: #8434a2;
	}

	.xggj ul li {
		line-height: 40px;
		font-size: 24px;
		text-align: right;
		direction: rtl;
	}

	.imglist {
		display: none;
	}

	.imglist h3 {
		text-align: right;
		direction: rtl;
		line-height: 30px;
		font-size: 30px;
		color: #8434a2;
	}

	.imglist h3 span {
		display: inline-block;
		width: 90px;
		background: #fff;
	}

	.imglist ul {
		width: 100%;
	}

	.imglist ul li {
		width: 100%;
		height: auto;
		float: right;
		margin: 8px auto;
	}

	.imglist ul li img {
		width: 100%;
		height: auto;
	}

	.imglist ul li h4 {
		width: 100%;
		height: 80px;
		background: #683067;
		text-align: right;
		direction: rtl;
		color: #fff;
		overflow: hidden;
	}

	.imglist ul li h4 a {
		color: #fff;
		display: block;
		width: 90%;
		margin: 0 auto;
		line-height: 38px;
		font-size: 20px;
		font-weight: normal;
	}

	.footer p {
		padding: 0;
	}

	.video-frame {
		width: 100%;
		height: 260px;
	}

	.pageVideo {
		width: 100%;
		height: 260px;
		display:none;
	}
	.bshare-weixin{ display:none!important;}
}