.hidden {
	display: none !important;
}

body {
	font-family: "微软雅黑","times new roman",arial !important;
}

span {
	font-family: "微软雅黑","times new roman",arial !important;
}


/*××××××××××××××××××××××××××××*/

.phref {
	padding-left: 2%;
	width: 78% !important;
	display: block;
}

.img-responsive {
	display: block;
	width: 100% \9;
	max-width: 100%;
	height: auto
}

/*×××××××××××××××××媒体查询×××××××××××××××××*/


/*×××××××××××××××××      sm     >=568px  ×××××××××××××××××*/

@media screen and (max-width:768px) {
	.mobile-inner {
		display: block !important;
	}
	.mobile-inner-header {}
	.top {
		display: none !important;
	}
	.footer {
		width: 100%;
		margin-top: 2px !important;
		background: #FFFFFF;
		position: relative;
	}
	.footcontent {
		width: 88%;
		height: 100%;
		margin: 0 auto;
		position: relative;
	}
	.fc_top {
		width: 100%;
		border-bottom: 1px solid lightgray;
	}
	.fct_main {
		width: 100%;
		margin-top: 28px;
		float: left;
		margin-bottom: 18px;
		position: relative;
	}
	.fctm_detail {
		margin-left: 5px;
		width: 100%;
		/*float: left;*/
		height: 100%;
		text-align: left !important;
		margin: 0 auto;
	}
	.foot_title {
		display: block;
		font-weight: bold;
		font-size: 16px;
		margin-bottom: 10px;
		color: #333333;
	}
	.foot_ldetail {
		font-size: 14px;
		color: #666666;
		width: auto;
		display: block;
	}
	.fc_bottom {
		width: 100%;
		height: auto;
		display: block;
		padding-top: 30px;
		border-top: 1px solid lightgray;
	}
	.footright {
		display: inline-block;
		line-height: 30px;
		font-size: 13px;
		text-align: left;
		color: #666666;
	}
	
	.fc_bottom a{
		font-size: 12px !important;
	}
	
	
	.spn{
		padding: 0 5px;
		color: #bbb;
	}
	/*.spn {
		display: none;
	}*/
	.fc_bottom .foot_ldetail span:hover {
		border-bottom: 1px solid gray;
		color: #333 !important;
	}
	.footright span:hover {
		border-bottom: 1px solid #333333;
	}
	.fctm_detail a {
		margin-bottom: 10px;
	}
	/************************/
	.hide {
		display: none;
	}
	/**********************************/
	.plab>input {
		display: none;
	}
	.plab>i {
		display: inline-block;
		width: 20px;
		border-radius: 2px;
		height: 20px;
		border: 1px solid #EE8B20;
		vertical-align: middle;
		transition: all 0.2s linear;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		position: relative;
	}
	.plab>input:checked+i {
		border: 1px solid transparent;
		border-radius: 2px;
		box-shadow: 0px 0px 1px #EE8B20;
	}
	.plab>input:checked+i:after {
		content: '';
		border-radius: 2px;
		display: inline-block;
		width: 20px;
		height: 20px;
		background: url(../img/勾选.png)no-repeat center;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		margin: auto;
	}
	.plab>input:checked+i:after {
		border-radius: 2px;
		border: 1px solid #EE8B20 !important;
	}
	/********************************/
	.pli+.pli {
		margin-top: 20px;
	}
	.myplist:last-child {
		margin-bottom: 20px;
	}
}


/*×××××××××××××××××××      md     >=768px  ×××××××××××××××××××××*/

@media screen and (min-width: 768px) and (max-width:1024px) {
	.mobile-inner {
		display: block !important;
	}
	.top {
		display: none !important;
	}
	.footer {
		width: 100%;
		margin-top: 3px !important;
		background: #FFFFFF;
		position: relative;
	}
	.footcontent {
		width: 88%;
		height: 100%;
		margin: 0 auto;
		position: relative;
	}
	.fc_top {
		width: 100%;
		border-bottom: 1px solid lightgray;
	}
	.fct_main {
		width: 100%;
		margin-top: 80px;
		float: left;
		margin-bottom: 80px;
		position: relative;
	}
	.fctm_detail {
		width: 20%;
		float: left;
		height: 100%;
		text-align: left;
	}
	.foot_title {
		display: block;
		font-weight: bold;
		font-size: 16px;
		margin-bottom: 10px;
		color: #333333;
	}
	.foot_ldetail {
		font-size: 14px;
		color: #666666;
		width: auto;
		display: block;
	}
	.fc_bottom {
		width: 100%;
		height: 89px;
		display: block;
		padding-top: 40px;
		border-top: 1px solid lightgray;
	}
	.footright {
		padding-left: 15px;
		padding-right: 15px;
		font-size: 14px;
		color: #333;
	}
	.spn {
		color: #bbb;
	}
	.foot_ldetail span:hover {
		border-bottom: 1px solid gray;
		color: #333 !important;
	}
	.footright span:hover {
		border-bottom: 1px solid #333333;
	}
	.fctm_detail a {
		margin-bottom: 10px;
	}
	/************************/
	.hide {
		display: none;
	}
	/**********************************/
	.plab>input {
		display: none;
	}
	.plab>i {
		display: inline-block;
		width: 20px;
		border-radius: 2px;
		height: 20px;
		border: 1px solid #EE8B20;
		vertical-align: middle;
		transition: all 0.2s linear;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		position: relative;
	}
	.plab>input:checked+i {
		border: 1px solid transparent;
		border-radius: 2px;
		box-shadow: 0px 0px 1px #EE8B20;
	}
	.plab>input:checked+i:after {
		content: '';
		border-radius: 2px;
		display: inline-block;
		width: 20px;
		height: 20px;
		background: url(../img/勾选.png)no-repeat center;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		margin: auto;
	}
	.plab>input:checked+i:after {
		border-radius: 2px;
		border: 1px solid #EE8B20 !important;
	}
	/********************************/
	.pli+.pli {
		margin-top: 20px;
	}
	.myplist:last-child {
		margin-bottom: 20px;
	}
}

@media screen and (min-width:1025px) and (max-width:1280px) {
	.fct_main div:nth-child(1) {
		width: 22% !important;
	}
	.fct_main div:nth-child(2) {
		width: 22% !important;
	}
	.fct_main div:nth-child(3) {
		width: 22% !important;
	}
	.fct_main div:nth-child(4) {
		width: 22% !important;
	}
	.fct_main div:nth-child(5) {
		width: 12% !important;
	}
	.nav_kong {
		width: 10%;
	}
	.nav_buttom_box {
		float: right !important;
		width: 70% !important;
	}
	.mobile-inner {
		display: block !important;
	}
	.top {
		display: none !important;
		width: 100%;
		height: 80px;
		background: black;
	}
	.topone {
		width: 100%;
		height: 34px;
	}
	.to_body {
		margin: 0 auto !important;
		width: 810px !important;
		height: 34px !important;
		line-height: 34px !important;
	}
	.pc_main span {
		margin-bottom: 10px !important;
	}
	.contact {
		position: relative;
		width: 24px !important;
		height: 34px !important;
		margin-left: 30px !important;
		float: right !important;
	}
	.contact img {
		position: absolute;
		margin: auto;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
	}
	.tt_body {
		margin: 0 auto;
		width: 62.5%;
		height: 46px;
		line-height: 46px;
	}
	.topnav {
		height: 46px;
		line-height: 46px;
		float: right;
	}
	.navchoice {
		float: right;
		margin-left: 58px;
		color: #fff;
		font-size: 16px;
	}
	.nav_buttom_box ul li {
		cursor: pointer;
	}
	.navchoice a {
		color: #fff;
		cursor: pointer !important;
	}
	.navchoice a:hover {
		color: #ee8b20 !important;
	}
	.logo {
		height: 46px;
		position: relative;
		float: left;
	}
	.logo img {}
	.navchoiceAct {
		color: #ee8b20 !important;
		font-weight: bold;
	}
	.navchoice:hover {
		color: #ff9500;
	}
	#plist {
		width: 100%;
		padding-bottom: 80px;
		background: #f9f9f9;
		z-index: 2000;
		position: relative;
		display: none;
		box-shadow: 0 0 5px #888;
	}
	.plistcontent {
		width: 66.3%;
		margin: 0 auto;
		overflow: hidden;
	}
	.pc_main {
		width: 570px;
		padding-left: 30px;
		padding-right: 30px;
		float: left;
		margin-top: 60px;
	}
	.pcm_box {
		width: 100%;
	}
	.pcmb_detail {
		width: 190px;
		float: left;
		height: 30px;
		line-height: 30px;
		text-align: left;
	}
	.pcmb_detail a span {
		color: #666666 !important;
	}
	.pcmb_detail a span:hover {
		color: #EE8B20 !important;
	}
	/**************footer***************/
	.footer {
		width: 100%;
		margin-top: 5px !important;
		background: #FFFFFF;
		position: relative;
	}
	.footcontent {
		width: 88%;
		height: 100%;
		margin: 0 auto;
		position: relative;
	}
	.fc_top {
		width: 100%;
		border-bottom: 1px solid lightgray;
	}
	.fct_main {
		width: 100%;
		margin-top: 80px;
		float: left;
		margin-bottom: 80px;
		position: relative;
	}
	.fctm_detail {
		width: 20%;
		float: left;
		height: 100%;
		text-align: left;
	}
	.foot_title {
		display: block;
		font-weight: bold;
		font-size: 16px;
		margin-bottom: 10px;
		color: #333333;
	}
	.foot_ldetail {
		font-size: 14px;
		color: #666666;
		width: auto;
		display: block;
	}
	.fc_bottom {
		width: 100%;
		height: 89px;
		display: block;
		padding-top: 40px;
		border-top: 1px solid lightgray;
	}
	.footright {
		padding-left: 15px;
		padding-right: 15px;
		font-size: 14px;
		color: #333;
	}
	.spn {
		color: #bbb;
	}
	.foot_ldetail span:hover {
		border-bottom: 1px solid gray;
		color: #333 !important;
	}
	.footright span:hover {
		border-bottom: 1px solid #333333;
	}
	.fctm_detail a {
		margin-bottom: 10px;
	}
	/************************/
	.hide {
		display: none;
	}
	/**********************************/
	.plab>input {
		display: none;
	}
	.plab>i {
		display: inline-block;
		width: 20px;
		border-radius: 2px;
		height: 20px;
		border: 1px solid #EE8B20;
		vertical-align: middle;
		transition: all 0.2s linear;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		position: relative;
	}
	.plab>input:checked+i {
		border: 1px solid transparent;
		border-radius: 2px;
		box-shadow: 0px 0px 1px #EE8B20;
	}
	.plab>input:checked+i:after {
		content: '';
		border-radius: 2px;
		display: inline-block;
		width: 20px;
		height: 20px;
		background: url(../img/勾选.png)no-repeat center;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		margin: auto;
	}
	.plab>input:checked+i:after {
		border-radius: 2px;
		border: 1px solid #EE8B20 !important;
	}
	/********************************/
	.pli+.pli {
		margin-top: 20px;
	}
	.myplist:last-child {
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 1280px) {
	.fct_main div:nth-child(1) {
		width: 23% !important;
	}
	.fct_main div:nth-child(2) {
		width: 23% !important;
	}
	.fct_main div:nth-child(3) {
	/*	width: 23% !important;*/
		width: 17% !important;
	}
	.fct_main div:nth-child(4) {
		width: 22% !important;
	}
	.fct_main div:nth-child(5) {
	/*	width: 9% !important;*/
		width: 15% !important;
	}
	.mobile-inner {
		display: none !important;
	}
	.top {
		display: block !important;
		width: 100%;
		height: 80px;
		background: black;
	}
	.topone {
		width: 100%;
		height: 34px;
	}
	.to_body {
		margin: 0 auto !important;
		width: 810px !important;
		height: 34px !important;
		line-height: 34px !important;
	}
	.pc_main span {
		margin-bottom: 10px !important;
	}
	.contact {
		position: relative;
		width: 24px !important;
		height: 34px !important;
		margin-left: 30px !important;
		float: right !important;
	}
	.contact img {
		position: absolute;
		margin: auto;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
	}
	.tt_body {
		margin: 0 auto;
		width: 62.5%;
		height: 46px;
		line-height: 46px;
	}
	.topnav {
		height: 46px;
		line-height: 46px;
		float: right;
	}
	.navchoice {
		float: right;
		margin-left: 58px;
		color: #fff;
		font-size: 16px;
	}
	.nav_buttom_box ul li {
		cursor: pointer;
		width: 80px;
	}
	.navchoice a {
		color: #fff;
		cursor: pointer !important;
	}
	.navchoice a:hover {
		color: #ee8b20 !important;
	}
	.logo {
		height: 46px;
		position: relative;
		float: left;
	}
	.logo img {}
	.navchoiceAct {
		color: #ee8b20 !important;
		font-weight: bold;
	}
	.navchoice:hover {
		color: #ff9500;
	}
	#plist {
		width: 100%;
		padding-bottom: 80px;
		background: #f9f9f9;
		z-index: 2000;
		position: relative;
		display: none;
		box-shadow: 0 0 5px #888;
	}
	.plistcontent {
		width: 66.3%;
		margin: 0 auto;
		overflow: hidden;
	}
	.pc_main {
		width: 570px;
		padding-left: 30px;
		padding-right: 30px;
		float: left;
		margin-top: 60px;
	}
	.pcm_box {
		width: 100%;
	}
	.pcmb_detail {
		width: 190px;
		float: left;
		height: 30px;
		line-height: 30px;
		text-align: left;
	}
	.pcmb_detail a span {
		color: #666666 !important;
	}
	.pcmb_detail a span:hover {
		color: #EE8B20 !important;
	}
	/**************footer***************/
	.footer {
		width: 100%;
		background: #FFFFFF;
		position: relative;
	}
	.footcontent {
		width: 62.5%;
		height: 100%;
		margin: 0 auto;
		position: relative;
	}
	.fc_top {
		width: 100%;
		border-bottom: 1px solid lightgray;
	}
	.fct_main {
		width: 100%;
		margin-top: 40px;
		float: left;
		margin-bottom: 80px;
		position: relative;
	}
	.fctm_detail {
		width: 20%;
		float: left;
		height: 100%;
		text-align: left;
	}
	.foot_title {
		display: block;
		font-weight: bold;
		font-size: 16px;
		margin-bottom: 10px;
		color: #333333;
	}
	.foot_ldetail {
		font-size: 14px;
		color: #666666;
		width: auto;
		display: block;
	}
	.fc_bottom {
		width: 100%;
		height: 89px;
		display: block;
		padding-top: 40px;
		border-top: 1px solid lightgray;
	}
	.footright {
		padding-left: 15px;
		padding-right: 15px;
		font-size: 14px;
		color: #333;
	}
	.spn {
		color: #bbb;
	}
	.foot_ldetail span:hover {
		border-bottom: 1px solid gray;
		color: #333 !important;
	}
	.footright span:hover {
		border-bottom: 1px solid #333333;
	}
	.fctm_detail a {
		margin-bottom: 10px;
	}
	/************************/
	.hide {
		display: none;
	}
	/**********************************/
	.plab>input {
		display: none;
	}
	.plab>i {
		display: inline-block;
		width: 20px;
		border-radius: 2px;
		height: 20px;
		border: 1px solid #EE8B20;
		vertical-align: middle;
		transition: all 0.2s linear;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		position: relative;
	}
	.plab>input:checked+i {
		border: 1px solid transparent;
		border-radius: 2px;
		box-shadow: 0px 0px 1px #EE8B20;
	}
	.plab>input:checked+i:after {
		content: '';
		border-radius: 2px;
		display: inline-block;
		width: 20px;
		height: 20px;
		background: url(../img/勾选.png)no-repeat center;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		margin: auto;
	}
	.plab>input:checked+i:after {
		border-radius: 2px;
		border: 1px solid #EE8B20 !important;
	}
	/********************************/
	.pli+.pli {
		margin-top: 20px;
	}
	.myplist:last-child {
		margin-bottom: 20px;
	}
}


/****************弹框样式，不能修改****************/

.artModal-open {
	overflow: hidden;
}

.artModal {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	_position: absolute;
	_top: expression(documentElement.scrollTop);
	_width: expression(documentElement.clientWidth);
	_height: expression(documentElement.clientHeight);
}

.artModal .artModal-dialog {
	position: relative;
	margin: 30px auto;
}

.artModal .artModal-dialog .artModal-content {
	position: relative;
	margin: 0 auto;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

.fade.in {
	opacity: 1;
}

.artModal.fade .artModal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}

.artModal.in .artModal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.artModal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	_position: absolute;
	_top: expression(documentElement.scrollTop);
	_width: expression(documentElement.clientWidth);
	_height: expression(documentElement.clientHeight);
}

.artModal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}

.artModal-backdrop.in {
	opacity: 0.5 !important;
	filter: alpha(opacity=50);
}


/***********************************nav****************************************/

.mobile-inner-nav .ta {
	position: relative;
	display: block;
	border: none !important;
}

.mobile-inner-nav a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	z-index: 1;
	background-color: rgba(255, 255, 255, 0.3);
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: slideInBorder;
	animation-name: slideInBorder;
}

@-webkit-keyframes slideInBorder {
	0% {
		-webkit-transform: translate(52%, -24px) scaleY(0.07) rotate(90deg);
		transform: translate(52%, -24px) scaleY(0.07) rotate(90deg);
	}
	100% {
		-webkit-transform: translate(0, 0) scaleY(1) rotate(0deg);
		transform: translate(0, 0) scaleY(1) rotate(0deg);
	}
}

@keyframes slideInBorder {
	0% {
		-webkit-transform: translate(52%, -24px) scaleY(0.07) rotate(90deg);
		transform: translate(52%, -24px) scaleY(0.07) rotate(90deg);
	}
	100% {
		-webkit-transform: translate(0, 0) scaleY(1) rotate(0deg);
		transform: translate(0, 0) scaleY(1) rotate(0deg);
	}
}

.mobile-inner {
	width: 100%;
	z-index: 9000;
	margin-right: auto;
	margin-left: auto;
	background-color: #fafafa;
	position: relative;
}

.mobile-inner img {
	width: 100%;
	margin-bottom: 30px;
}

.mobile-inner p {
	color: #676767;
	line-height: 25px;
	font-size: 16px;
	padding-bottom: 30px;
	padding-right: 30px;
	padding-left: 30px;
	margin: 0px;
}

.mobile-inner-header {
	background-color: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 50px;
	top: 0px;
	left: 0px;
}

.mobile-inner-header-icon {
	color: #ffffff;
	height: 100%;
	font-size: 25px;
	text-align: center;
	float: right;
	width: 80px;
	position: relative;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}

.mobile-inner-header-icon:hover {
	background-color: rgba(255, 255, 255, 0.2);
	cursor: pointer;
}

.mobile-inner-header-icon span {
	position: absolute;
	left: calc((100% - 25px) / 2);
	top: calc((100% - 1px) / 2);
	width: 25px;
	height: 1px;
	background-color: rgba(255, 255, 255, 1);
}

.mobile-inner-header-icon span:nth-child(1) {
	transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
	transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
}

@keyframes clickfirst {
	0% {
		transform: translateY(4px) rotate(0deg);
	}
	100% {
		transform: translateY(0) rotate(45deg);
	}
}

@keyframes clicksecond {
	0% {
		transform: translateY(-4px) rotate(0deg);
	}
	100% {
		transform: translateY(0) rotate(-45deg);
	}
}

.mobile-inner-header-icon-out span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
}

@keyframes outfirst {
	0% {
		transform: translateY(0) rotate(-45deg);
	}
	100% {
		transform: translateY(-4px) rotate(0deg);
	}
}

@keyframes outsecond {
	0% {
		transform: translateY(0) rotate(45deg);
	}
	100% {
		transform: translateY(4px) rotate(0deg);
	}
}

.mobile-inner-nav {
	background-color: rgba(0, 0, 0, 0.9);
	width: 100%;
	position: absolute;
	top: 50px;
	left: 0px;
	padding-top: 30px;
	padding-bottom: 80px;
	display: none;
}

.mobile-inner-nav a {
	/*display: inline-block;*/
	line-height: 50px;
	text-decoration: none;
	width: 80%;
	margin-left: 10%;
	color: #FFFFFF;
	border-bottom: solid 1px rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	font-weight: 300;
}

.mobile-inner-nav a:hover {
	color: rgba(255, 255, 255, 0.4);
	border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

/*-------------QQ ,微信客服---------------*/

.wxEWM {
	display: none;
	position: absolute;
	width: 200px;
	height: 200px;
	z-index: 1000;
	top: 35px;
	right: -8em;
}

.QQKF {
	display: none;
	position: absolute;
	width: 200px;
	z-index: 1000;
	top: 35px;
	right: -8em;
	background: #FFFFFF;
	text-align: center;
	color: #000000;
}

.wxEWM img {
	width: 200px;
	height: 200px;
}

.wx_contact:hover .wxEWM {
	display: block;
}

.qq_contact:hover .QQKF {
	display: block;
}
.qq_contact img:hover,#wxImg:hover,.loginImg:hover{
	cursor: pointer;
}

