@charset "utf-8";
html {
	width: 100%;
	min-height: 100%;
	outline: 0;
	font-size: 20px;
	font-family: 'microsoft yahei';
	-webkit-text-size-adjust: none;
}
body,
dd,
div,
dl,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
textarea,
ul {
	margin: 0;
	padding: 0;
}
body {
	background-color: #fff;
	color: #333;
	font-family: 'microsoft yahei';
}
ol,
ul {
	list-style: none;
}
img {
	border: none;
	vertical-align: middle;
}
a {
	outline: 0;
	border: 0 none;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	color: #333333;
}
.clearfix:after {
	clear: both;
	display: block;
	visibility: hidden;
	overflow: hidden;
	height: 0;
	content: '\200B';
}
.clearfix {
	zoom: 1;
}
html {
	min-width: 320px;
	margin: 0 auto;
	position: relative;
}
body {
	min-width: 320px;
	padding-bottom: 50px;
	font-size: 14px;
	background: #e95404 url(../images/bg.jpg) center bottom no-repeat;
	background-size: 100% auto;
}
em,
i {
	font-style: normal;
}
.l {
	float: left;
}
.r {
	float: right;
}
.oe {
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
input[type='button'],
input[type='submit'],
input[type='reset'] {
	-webkit-appearance: none;
}
input {
	border: none;
}
input:focus {
	outline: -webkit-focus-ring-color auto 0;
}
textarea {
	-webkit-appearance: none;
}

/*page*/
.swiper-slide {
	overflow: hidden;
}

.swiper-slide-active {
	overflow: hidden;
}
.swiper-wrapper {
	position: relative;
}
.page {
	width: 100%;
	line-height: 50px;
	text-align: center;
	border-top: none;
	margin: 0 0 10px 10px;
	overflow: hidden;
}
.page li {
	display: inline;
}
.page a {
	padding: 4px 8px;
	color: #295d9e;
	margin: 0 6px;
	border: 1px solid #888;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0px 0px 2px #ccc;
}
.page a:hover {
	color: #295d9e;
	border-radius: 3px;
	box-shadow: 0px 0px 7px #e3530d;
}
.page span {
	padding: 4px 8px;
	color: #e3530d;
	margin: 0 6px;
	border: 1px solid #e3530d;
	background: #e3530d;
	color: #fff;
	border-radius: 3px;
	box-shadow: 0px 0px 2px #ccc;
}
.page font {
	color: #000;
}
.wave-box {
	position: relative;
	height: 60px;
}

.videos {
	width: 100%;
	height: 500px;
	margin: 0 auto;
	background: #000;
}
.videos video {
	width: 100%;
	height: 500px;
}

/*媒体查询响应手机*/

@media (max-width: 1200px) {
	.mediapc {
		display: none;
	}
	.mediawap {
		display: block;
	}
	.pcnavbox {
		display: none;
	}
}
@media (min-width: 1200px) {
	.mediapc {
		display: block;
	}
	.mediawap {
		display: none;
	}
}

/*动画之缩放效果*/

.anisca2 {
	cursor: pointer;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}
.anisca:hover .anisca2 {
	-webkit-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}
.anisca {
	cursor: pointer;
	overflow: hidden;
}

/****************页面公共样式*************************/

/*bodywidth*/

.bodywidth {
	width: 1220px;
	padding: 0 10px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*pc端header*/

.tsheader {
	-webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
}
.tsheader .tstop {
	background: #b9470d;
	height: 50px;
	position: relative;
	z-index: 3;
}
.tsheader .tstop .bodywidth {
	height: 50px;
	padding: 0;
	width: 100%;
	min-width: 1200px;
	max-width: 1300px;
}
.tsheader .tstop .webname {
	font-size: 18px;
	color: #fff;
	line-height: 50px;
	font-weight: normal;
	float: left;
	margin-right: 30px;
}
.tsheader .tstop .xinmeiti {
	float: left;
}
.tsheader .tstop .xinmeiti .li {
	margin-left: 10px;
	position: relative;
	width: 55px;
	height: 50px;
	float: left;
	display: block;
}
.tsheader .tstop .xinmeiti .li i {
	display: block;
	height: 50px;
	width: 55px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	cursor: pointer;
}
.tsheader .tstop .xinmeiti .li .img:after {
	content: '';
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #ea5504;
	top: -10px;
	left: 50%;
	margin-left: -10px;
	position: absolute;
}
.tsheader .tstop .xinmeiti .li .img {
	width: 125px;
	height: 125px;
	position: absolute;
	margin-left: 50%;
	left: -62.5px;
	top: 50px;
	background: red;
	display: none;
}
.tsheader .tstop .xinmeiti .li .img img {
	width: 100%;
	height: 100%;
}
.tsheader .tstop .xinmeiti a:hover .img {
	display: block;
}
.tsheader .tstop .top_right {
	float: right;
	height: 100%;
}
.tsheader .tstop .top_right a {
	display: block;
	padding-left: 38px;
	font-size: 16px;
	color: #fff;
	float: left;
	height: 100%;
	line-height: 50px;
	margin-left: 30px;
}
.tsheader .tstop .top_right a.li1 {
	background: url(../images/r1.png) no-repeat left center;
	background-size: 30px auto;
}
.tsheader .tstop .top_right a.li2 {
	background: url(../images/r2.png) no-repeat left center;
	background-size: 30px auto;
}
.tsheader .tstop .top_right a.li3 {
	background: url(../images/r3.png) no-repeat left center;
	background-size: 30px auto;
}
.tsheader .tstop .top_right a {
	position: relative;
}
.tsheader .tstop .top_right .search {
	position: absolute;
	overflow: hidden;
	height: 40px;
	width: 250px;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	border-radius: 20px;
	margin: 0px 0px 0px -146px;
	display: none;
}
.tsheader .tstop .top_right .search .search_txt {
	width: 180px;
	float: left;
	text-indent: 12px;
	padding: 11px 0;
	background: none;
	font-size: 15px;
	color: #eee;
}
.tsheader .tstop .top_right .search .search_btn {
	width: 60px;
	float: left;
	height: 40px;
	line-height: 40px;
	background: url(../images/search.png) 50% 50% no-repeat;
	background-size: 24px auto;
}
.tsheader .tstop .top_right a:hover .search {
	display: block;
}
.tsheader .navbox {
	height: 83px;
	position: relative;
	z-index: 2;
}
.tsheader .navbox .bodywidth {
	width: 100%;
	padding: 0;
	min-width: 1200px;
	max-width: 1300px;
}
.tsheader .navbox .logo {
	float: left;
	position: relative;
	z-index: 9;
	height: 80px;
	display: table-cell;
	vertical-align: middle;
	line-height: 80px;
	margin-right: 40px;
}
.tsheader .navbox .logo img {
	max-height: 98%;
	width: 200px;
}
.tsheader .navbox {
	position: relative;
}
.tsheader .navbox .nav {
	margin-left: 230px;
	height: 83px;
}
.tsheader .navbox .nav li {
	width: 18.8%;
	line-height: 83px;
	float: left;
	text-align: center;
	position: relative;
}
.tsheader .navbox .nav li .a {
	display: inline-block;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	font-size: 24px;
	color: #fff;
	width: 100%;
	text-align: center;
	line-height: 40px;
}
.tsheader .navbox .nav li .a:last-child {
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.tsheader .navbox .nav li .a:hover {
	background: -pink;
}
.tsheader .navbox .sonnav {
	display: block;
	z-index: 99;
	width: 100%;
	background: #ed6c03;
	position: absolute;
	left: 0px;
	top: 83px;
	display: none;
	background: -purple;
	white-space: nowrap;
}
.tsheader .navbox .ul {
	display: block;
	width: auto;
	line-height: 50px;
	height: 54px;
	background: -cyan;
}
.tsheader .navbox .ulbox {
	float: left;
	position: relative;
	width: auto;
	background: -red;
}
.tsheader .navbox .ulbox .xrows {
	content: '';
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #ed6c03;
	top: -20px;
	left: 53px;
	position: absolute;
}
.tsheader .navbox .ulbox a {
	font-size: 24px;
	color: #fff;
	padding: 0 50px;
	display: inline-block;
	height: 100%;
}
.tsheader .navbox .ulbox a:hover {
	background: ;
	color: #ea5504;
}
.tsheader .navbox .li2 .ulbox {
	margin-left: ;
	padding-left: 29px;
}
.tsheader .navbox .li3 .ulbox {
	margin-left: ;
	padding-left: 33px;
}
.tsheader .navbox .nav li:hover .sonnav {
	display: ;
}

.bignavbg {
	position: absolute;
	width: 100%;
	height: 54px;
	left: 0;
	background: #ed6c03;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 5px 5px;
	box-shadow: rgba(0, 0, 0, 0.1) 0 5px 5px;
	display: none;
}

/**内页栏目列表**/
.minnav {
	height: 83px;
	margin-left: 230px;
	overflow: hidden;
}
.minnav {
	overflow: hidden;
}
.minnav li {
	float: left;
}
.minnav li a {
	position: relative;
	display: block;
	padding: 29.5px 0 29.5px 45px;
	color: #f5aa82;
	line-height: 1;
	font-size: 24px;
	font-family: 'Source Han Sans CN';
}
.minnav li a.on {
	font-size: 28px;
	color: #fff;
	padding: 25px 0 25px 45px;
}
.tsheader.mediapc2 {
	box-shadow: none;
}

/*子栏目样式1*/

.childnav {
	text-align: center;
	background: #;
	margin-top: 34px;
}
.childnav .tabs {
	text-align: center;
	overflow: hidden;
}
.childnav .tabs li {
	padding: 5px 0;
	width: 25%;
	border: 1px solid #fff;
	border-radius: 10px;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	background: #e95404;
	margin: 0 20px;
	max-width: 300px;
}
.childnav .tabs li:hover {
	border: 1px solid #fad4c1;
	background: #fad4c1;
}
.childnav .tabs li:hover a {
	color: #f46700;
}
.childnav .tabs li a {
	color: #fff;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	display: block;
	text-align: center;
	text-decoration: none;
}
.childnav .tabs li.on a {
	color: #f46700;
}
.childnav .tabs li.on {
	border: 1px solid #fad4c1;
	background: #fad4c1;
}
@media (max-width: 1080px) {
	.childnav {
		margin-top: 90px;
	}
	.childnav .tabs li {
		width: 80%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0 auto;
		margin-bottom: 10px;
	}
}

/*手机端菜单样式*/

.wapheader {
	background: #ea5504;
	width: 100%;
	line-height: 45px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
}
.wapheader .login {
	font-size: 14px;
	color: #fff;
	height: 60px;
	position: absolute;
	right: 10px;
	line-height: 60px;
	top: 0;
}
.wapheader .h-logo {
}
.wapheader .h-logo img {
	height: 40px;
	display: block;
	margin: 0 auto;
}
.wapheader #navToggle {
	position: absolute;
	left: 10px;
	top: 15px;
	z-index: 10;
}
.wapheader #navToggle span {
	position: relative;
	width: 25px;
	height: 1px;
	margin-top: 19px;
}
.wapheader #navToggle span:before,
.header #navToggle span:after {
	content: '';
	position: relative;
	width: 100%;
	height: 1px;
	left: 0;
}
.wapheader #navToggle span,
.header #navToggle span:before,
.header #navToggle span:after {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	display: block;
	background: #fff;
}
.wapheader #navToggle span:before {
	top: 8px;
}
.wapheader #navToggle span:after {
	bottom: 10px;
}
.wapheader #navToggle.open span:before {
	top: 10px;
	-webkit-transform: translateY(-11px) rotate(-45deg);
	-ms-transform: translateY(-11px) rotate(-45deg);
	transform: translateY(-11px) rotate(-45deg);
}
.wapheader #navToggle.open span:after {
	bottom: 12px;
	-webkit-transform: translateY(10px) rotate(45deg);
	-ms-transform: translateY(10px) rotate(45deg);
	transform: translateY(10px) rotate(45deg);
}
.wapheader #navToggle.open span {
	background: none;
}
.wapheader #navToggle.open span:before,
.header #navToggle.open span:after {
	background: #4f4f4f;
}
.wapheader .meunbtn {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	left: 10px;
	top: 15px;
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	text-align: left;
}
.m_nav .search {
	overflow: hidden;
	height: 40px;
	width: 95%;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	margin: 10px auto;
	position: relative;
}
.m_nav .search .search_txt {
	width: 100%;
	float: left;
	text-indent: 12px;
	padding: 11px 0;
	background: none;
	font-size: 15px;
	color: #f5aa82;
}
.m_nav .search .search_btn {
	width: 60px;
	height: 40px;
	line-height: 40px;
	background: #ea5504 url(../images/search.png) 50% 50% no-repeat;
	position: absolute;
	right: 0;
	top: 0;
}
.m_nav {
	height: 100%;
	position: fixed;
	top: 0px;
	-webkit-box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
	box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
	width: 100%;
	height: 100%;
	background: #e95404;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	z-index: 999000;
	opacity: 1;
	visibility: visible;
	margin-top: 0;
	overflow-y: auto;
	-webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
	-o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
	transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
	top: 0;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}
.m_nav .h-logo {
	background: #ea5504;
	padding: 10px 0;
}
.m_nav .h-logo img {
	height: 40px;
	display: block;
	margin: 0 auto;
}
.m_nav.open {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.m_nav .closed {
	display: block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	float: right;
	cursor: pointer;
	right: 10px;
	top: 15.5px;
	position: absolute;
	z-index: 10;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	color: #fff;
}
.m_nav .ul {
	overflow-y: auto;
	border-top: 1px solid #f5f5f5;
}
.m_nav .ul li {
	padding: 0 0 0 20px;
	border-bottom: 1px solid #f5aa82;
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
	-o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
	transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
	opacity: 0;
}
.m_nav.open .ul li {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.m_nav .ul li:nth-child(1) {
	-webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
	-o-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
	transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}
.m_nav .ul li:nth-child(2) {
	-webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
	-o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
	transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}
.m_nav .ul li:nth-child(3) {
	-webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
	-o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
	transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}
.m_nav .ul li:nth-child(4) {
	-webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
	-o-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
	transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}
.m_nav .ul li:nth-child(5) {
	-webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
	-o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
	transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}
.m_nav .ul li:nth-child(6) {
	-webkit-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
	-o-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
	transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}
.m_nav .ul li a.father {
	display: block;
	text-decoration: none;
	color: #f5aa82;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	width: 100%;
}
.m_nav .ul li.on a.father,
.m_nav .ul li a.father:hover {
	color: #db241e;
}
.m_nav .ul li .sonnavbtn {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 50px;
	text-align: center;
	font-size: 22px;
	color: #ccc;
}
.m_nav .ul li .sonnav a {
	height: 40px;
	line-height: 40px;
	display: block;
	border-top: 1px solid #f5aa82;
	color: #f5aa82;
	padding-left: 2em;
}
.m_nav .ul li .sonnav {
	display: none;
}
.m_nav .ul li.open .sonnav {
	display: block;
}
.m_nav .ul li.open .sonnavbtn {
	color: #e85e26;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.m_nav .ul li.open a.father {
	font-weight: 700;
	color: #ffea10;
}
.codeimg .li {
	width: 40%;
	float: left;
	background: #ea5504;
	padding: 10px;
	margin: 10px 5%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 4px;
}
.codeimg .li img {
	width: 100%;
	margin: 0 auto;
	display: block;
}
.codeimg .li .text {
	text-align: center;
	font-size: 14px;
	color: #f5aa82;
	margin-top: 10px;
}

/**搜索**/
.dangjian_body.sea_xinwen {
	padding: 30px;
}
.sea_title {
	margin-bottom: 20px;
}
.sea_title span {
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 130px;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	border-bottom: 4px #000 solid;
	color: #000;
}

/*pc端footer*/

.footer {
	width: 1200px;
	margin: auto;
	margin-top: 30px;
}
.footer_list {
	width: 100%;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	padding: 20px 0;
}
.footer_list_each_wrap {
	float: left;
}
.footer_list_each {
	float: left;
	width: 128px;
	text-align: left;
	height: 140px;
}
.footer_list_each_t {
	display: block;
	font-size: 14px;
	color: #ffffff;
	line-height: 14px;
	font-weight: bold;
	margin-bottom: 14px;
}
.footer_list_each_p {
	font-size: 14px;
	color: #fef4ee;
	line-height: 14px;
	margin-bottom: 14px;
	display: block;
}
.footer_list_each_p:last-child {
	margin-bottom: 0;
}
.footer_list_code_wrap {
	float: left;
}
.footer_list_code {
	float: left;
	width: 116px;
	text-align: center;
	margin-right: 48px;
	height: 140px;
}
.footer_list_code img {
	max-width: 121px;
}
.footer_list_code p {
	font-size: 14px;
	color: #ffffff;
	line-height: 14px;
	margin-top: 10px;
}

.footer_list_login_up_new {
	position: relative;
}
.footer_list_login_up_new .bizmail_LoginBox h3 {
	font-size: 14px;
	color: #ffffff;
	line-height: 14px;
}
.footer_list_login_up_new .bizmail_LoginBox label {
	font-size: 14px;
	color: #fef4ee;
	line-height: 22px;
	float: ;
	padding-right: 3px;
}
.footer_list_login_up_new .bizmail_LoginBox input {
	width: 100px;
	height: 22px;
	vertical-align: top;
	border: 1px solid #f29462;
	background: none;
}
.footer_list_login_up_new .bizmail_LoginBox .bizmail_inputArea {
	display: inline-block;
	color: #fff;
}
.footer_list_login_up_new .bizmail_LoginBox .bizmail_inputArea span {
	font-size: 14px;
	color: #fff;
	padding-left: 3px;
}
.footer_list_login_up_new .bizmail_column {
	padding-top: 10px;
}
.footer_list_login_up_new .bizmail_LoginBox form {
	border-top: 1px solid #f18a52;
	margin-top: 10px;
}
.footer_list_login_up_new .bizmail_SubmitArea {
	border-top: 1px solid #f18a52;
	margin-top: 10px;
}
.footer_list_login_up_new .bizmail_SubmitArea input[type='submit'] {
	display: block;
	width: 46px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	background: #f18f5a;
	font-size: 14px;
	color: #fff;
	margin: 14px 0 0 38px;
}
.footer_list_login_up_new .bizmail_SubmitArea a {
	position: absolute;
	font-size: 14px;
	color: #fff;
	top: -3px;
	right: 0;
}

.footer_list_login {
	float: left;
}
.footer_list_login_up_tip {
	font-size: 14px;
	color: #ffffff;
	line-height: 14px;
	float: left;
}
.footer_list_login_up_tip span {
	margin-left: 5px;
}
.footer_list_login_up_forget {
	font-size: 14px;
	color: #ffffff;
	line-height: 14px;
	float: right;
}
.footer_list_login_accont label,
.footer_list_login_pwd label {
	font-size: 14px;
	color: #fef4ee;
	line-height: 22px;
}
.footer_list_login_accont input,
.footer_list_login_pwd input {
	width: 100px;
	height: 22px;
	vertical-align: top;
	border: 1px solid #f29462;
}
.footer_list_login_accont input,
.footer_list_login_pwd input {
	width: 100px;
	height: 22px;
	vertical-align: top;
	border: 1px solid #f29462;
	outline: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
	background: none;
	color: #fff;
}
.footer_list_login_accont span,
.footer_list_login_pwd span {
	font-size: 12px;
	color: #fff;
	line-height: 22px;
	text-transform: uppercase;
}
.footer_list_login_accont span {
	margin-left: 10px;
}
.footer_list_login_accont {
	margin-top: 12px;
	border-top: 1px solid #f18a52;
	padding-top: 10px;
}
.footer_list_login_pwd {
	border-bottom: 1px solid #f18a52;
	margin-top: 6px;
	padding-bottom: 14px;
}
.footer_list_login_btn {
	display: block;
	width: 46px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	background: #f18f5a;
	font-size: 14px;
	color: #fff;
	margin: 14px 0 0 38px;
}
.footer_mark {
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 20px;
	margin-top: 18px;
}
@media (max-width: 1200px) {
	.footer {
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 20px;
	}
	.footer_list_code {
		height: 140px;
	}
	.footer_list_each {
		margin-right: 118px;
	}
	.footer_list_login {
		margin-top: 20px;
	}
}
@media (max-width: 1080px) {
	.footer_list_each_t {
		font-size: 16px;
		font-weight: 700;
	}
	.footer {
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 20px;
	}
	.footer_list_code {
		margin-top: 20px;
		margin-right: 0;
		width: 33.3333%;
	}
	.footer_list_code img {
		max-width: 80%;
		display: block;
		margin: 0 auto;
	}
	.footer_list_each {
		margin-bottom: 20px;
		width: 100%;
		height: auto;
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
		padding-bottom: 15px;
	}
	.footer_list_each:last-child {
		margin-bottom: 0;
	}
	.footer_list_login {
		margin-top: 20px;
		width: 100%;
	}
	.footer_list_each_p {
		width: 33.333333%;
		float: left;
		font-size: 16px;
	}
	.footer_list_login_btn {
		width: 180px;
		height: 35px;
		line-height: 35px;
		border-radius: 3px;
	}
}
@media (max-width: 680px) {
	.footer_list_each_p {
		width: 50%;
		float: left;
		font-size: 16px;
	}
}

/*****************首页************************************/

/*main*/

.main {
	margin: 66px 0 20px;
	overflow: hidden;
}
.main .bodywidth {
	margin: 0 auto;
	overflow: hidden;
	width: 1200px;
	padding: 0;
}
.mainleft {
	width: 340px;
	height: 600px;
	background: #000;
	float: left;
	position: relative;
}
.mainleft .mainleftbox {
	height: 100%;
}
.mainleft .news-swiper {
	padding: 0 0;
	margin: 0 0;
	height: 100%;
}
.mainleft .news-li {
	width: 390px;
	height: auto;
	background: #fff;
}
.mainleft .news-li a img,
.mainleft .news-li a {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
}
.mainleft .news-ctrl {
	height: 0;
}
.mainleft .news-ctrl .icon {
	width: 48px;
	height: 100px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	z-index: 100;
	margin-top: -50px;
}
.mainleft .news-ctrl .prev {
	float: left;
	background: url(../images/l.png) no-repeat left center;
	left: 0;
}
.mainleft .news-ctrl .next {
	float: right;
	background: url(../images/r.png) no-repeat right center;
	right: 0;
}
@media (max-width: 1200px) {
	.main .bodywidth {
		width: 100%;
	}
	.mainleft {
		width: 100%;
	}
	.news-swiper {
		width: 100%;
	}
	.news-swiper img {
		width: 100%;
	}
	.mainleft {
		height: auto;
	}
	.maincenter {
		width: 100% !important;
		margin-top: 10px;
	}
	.fb_more_wrap {
		width: 100% !important;
	}
	.fb_more {
		margin-top: 10px;
	}
}
.maincenter {
	width: 430px;
	height: 600px;
	float: left;
}
.maincenter .fb_more_wrap {
	width: 430px;
	float: left;
	position: relative;
	height: 100%;
	overflow: hidden;
}
.maincenter .fb_more {
	width: 100%;
	height: 300px;
}
.maincenter .fb_more_head {
	width: 100%;
	height: 32px;
	line-height: 32px;
	text-align: right;
	background: #ec651c;
}
.maincenter .fb_more_head a {
	font-size: 14px;
	color: #fff;
	margin-right: 12px;
}
.maincenter .fb_more_body {
	width: 100%;
	height: 100%;
	background: url('../images/fb_bg.jpg') repeat center;
	overflow: hidden;
}
.maincenter .fb_more_body_up {
	height: 59px;
	text-align: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: ;
	text-align: center;
	font-size: 16px;
	color: #231815;
	margin-left: 15px;
	font-weight: bold;
	position: relative;
	padding-top: 18px;
}
.maincenter .fb_more_body_up p {
	font-size: 20px;
	color: #231815;
}
.maincenter .fb_more_body_up img {
	position: absolute;
	bottom: 0;
	left: 12px;
}
.maincenter .fb_more_body_center {
	width: 100%;
	height: 115px;
	display: table;
	text-align: center;
}
.maincenter .fb_more_body_center_l,
.fb_more_body_center_c,
.fb_more_body_center_r {
	display: inline-block;
	vertical-align: middle;
	width: 30%;
}
.maincenter .fb_more_body_center_l img,
.fb_more_body_center_r img {
	max-width: 100%;
}
.maincenter .fb_more_body_center_c {
	font-size: 35px;
	color: #fff;
}
.pas1 {
	font-size: 48px;
}
.maincenter .fb_more_body_footer {
	font-size: 16px;
	color: #231815;
	line-height: 22px;
	text-align: center;
	padding-top: 20px;
}
@media (max-width: 1200px) {
	.main .maincenter {
		width: 100%;
		height: ;
		margin-top: 10px;
	}
}
.mainright {
	width: 430px;
	height: 600px;
	float: left;
}
.mainright .li {
	height: 300px;
	position: relative;
}
.mainright .li a {
	display: block;
	width: 100%;
	height: 100%;
}
.mainright .li .img {
	height: 100%;
}
.mainright .li img {
	width: 100%;
	height: 100%;
}
.mainright .li .text,
.maincenter .fb_more_mv .text {
	height: 50px;
	line-height: 60px;
	color: #fff;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
.mainright .li2 {
	width: 50%;
	float: left;
	height: 150px;
}
.mainright .li3 {
	width: 50%;
	float: left;
	height: 150px;
}
.mainright .li4 {
	width: 50%;
	float: left;
	height: 150px;
}
.mainright .li5 {
	width: 50%;
	float: left;
	height: 150px;
}
.mainright .tag,
.maincenter .fb_more_mv .tag {
	position: absolute;
	right: 0;
	z-index: 1;
	top: 0;
	background: rgba(234, 85, 4, 0.5);
	color: #fff;
	padding: 5px;
	border-radius: 0 0 0 5px;
}
@media (max-width: 1200px) {
	.main .mainright {
		width: 100%;
		height: auto;
		margin-top: 10px;
	}
	.mainright .li {
		width: 100%;
		height: auto;
		margin-top: 10px;
	}
}

/*首页中间部分用图片列表覆盖文字展示*/

.maincenter .fb_more_mv {
	height: 300px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: absolute;
	top: 300px;
}
.maincenter .fb_more_mv.fb_more_mv1 {
	top: 0px;
}
.maincenter .fb_more_mv.fb_more_mv2 {
	top: 300px;
}
.maincenter .fb_more_mv a {
	display: block;
	width: 50%;
	position: relative;
	float: left;
	height: 150px;
}
.maincenter .fb_more_mv a .img {
	height: 100%;
}
.maincenter .fb_more_mv a img {
	width: 100%;
	height: 100%;
}

/*zanzhushang*/

.zanzhushang .bodywidth {
	overflow: hidden;
}
.zanzhushang ul {
	width: 1200px;
	height: auto;
	overflow: hidden;
}
.zanzhushang li {
	width: 13%;
	float: left;
	margin-top: 20px;
	margin-right: 18px;
	height: 66px;
}
.zanzhushang li:hover {
	-webkit-box-shadow: 0px 0px 10px #fff;
	box-shadow: 0px 0px 10px #fff;
}
.zanzhushang li:nth-child(7n) {
	margin-right: 0;
}
.zanzhushang li img {
	width: 100%;
	height: 100%;
}

@media (max-width: 1300px) {
	.tsheader .navbox .nav li {
		width: 19%;
	}
}

@media (max-width: 1200px) {
	.zanzhushang .bodywidth {
		width: 100%;
	}
	.zanzhushang ul {
		width: 100%;
	}
	.zanzhushang li {
		width: 20%;
		float: left;
		margin-top: 20px;
	}
	.zanzhushang li:nth-child(7n) {
		margin-right: 18px;
	}
	.zanzhushang li img {
		text-align: center;
		margin: 0 auto;
		display: block;
	}
}
@media (max-width: 900px) {
	.zanzhushang .bodywidth {
		width: 100%;
	}
	.zanzhushang ul {
		width: 100%;
	}
	.zanzhushang li {
		width: 25%;
		float: left;
		margin-top: 20px;
	}
	.zanzhushang li img {
		text-align: center;
		margin: 0 auto;
		display: block;
	}
}
@media (max-width: 768px) {
	.zanzhushang .bodywidth {
		width: 100%;
	}
	.zanzhushang ul {
		width: 100%;
	}
	.zanzhushang li {
		width: 33.33333%;
		float: left;
		margin-top: 20px;
	}
	.zanzhushang li img {
		text-align: center;
		margin: 0 auto;
		display: block;
	}
}
@media (max-width: 480px) {
	.zanzhushang .bodywidth {
		width: 100%;
	}
	.zanzhushang ul {
		width: 100%;
	}
	.zanzhushang li {
		width: 50%;
		float: left;
		margin-top: 20px;
	}
	.zanzhushang li img {
		text-align: center;
		margin: 0 auto;
		display: block;
	}
}

/****************球员信息页面**************/

.playerdetails {
	width: 100%;
	margin: 30px auto;
}
.playerdetail {
	width: 1120px;
	margin: 0 auto;
	padding: 50px 40px 70px 40px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.5);
}
.playerdetail .playerdetail_left {
	width: 32%;
	float: left;
}
.playerdetail .player_left_num,
.playerdetail .player_left_pos {
	width: 100%;
	text-align: center;
}
.playerdetail .player_left_num,
.playerdetail .player_left_pos {
	padding-top: 75px;
}
.playerdetail .player_left_num img {
	width: 90%;
}
.playerdetail .player_left_pos img {
	width: 90%;
}
.playerdetail .playerdetail_right {
	width: 64%;
	float: right;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	overflow: hidden;
}
.playerdetail .playerdetail_right .player_img {
	width: 208px;
	float: left;
	margin-left: 10px;
}
.playerdetail .playerdetail_right .player_img img {
	width: auto;
	height: 799px;
}
.playerdetail .playerdetail_right .player_det {
	width: 400px;
	float: left;
	margin-left: 50px;
	padding-top: 135px;
}
.playerdetail .playerdetail_right .player_det p {
	font-size: 38px;
	color: #000;
	border-bottom: 2px solid #000;
	padding-bottom: 25px;
}
.playerdetail .playerdetail_right .player_det p i {
	font-family: 'NSM';
	font-size: 35px;
	padding-left: 10px;
}
.playerdetail .playerdetail_right .player_det ul {
	border-bottom: 2px solid #000;
}
.playerdetail .playerdetail_right .player_det ul li {
	/*height: 60px;*/
	line-height: 60px;
	border-bottom: 1px solid #bfbfbf;
	font-size: 24px;
	color: #000;
}
.wapplayerdetails {
	width: 100%;
	margin: 30px auto;
}
.wapplayerdetail {
	margin: 0 auto;
	padding: 50px 0;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.5);
}
.wapplayerdetail .player_left_num,
.playerdetail .player_left_pos {
	width: 100%;
	text-align: center;
}
.wapplayerdetail .player_left_num,
.playerdetail .player_left_pos {
	padding-top: 60px;
}
.wapplayerdetail .player_left_num img {
	width: 60%;
	display: block;
	margin: 0 auto;
}
.wapplayerdetail .player_left_pos img {
	width: 60%;
	display: block;
	margin: 0 auto;
}
.wapplayerdetail .playerdetail_right {
	overflow: hidden;
}
.wapplayerdetail .playerdetail_right .player_img img {
	width: 30%;
	margin: 0 auto;
	display: block;
}
.wapplayerdetail .playerdetail_right .player_det {
	padding-top: 0.5rem;
	margin: 0 10px;
}
.wapplayerdetail .playerdetail_right .player_det p {
	font-size: 20px;
	color: #000;
	border-bottom: 2px solid #000;
	padding-bottom: 25px;
}
.wapplayerdetail .playerdetail_right .player_det p i {
	font-size: 20px;
	padding-left: 10px;
}
.wapplayerdetail .playerdetail_right .player_det ul {
	border-bottom: 2px solid #000;
}
.wapplayerdetail .playerdetail_right .player_det ul li {
	line-height: 1.5;
	border-bottom: 1px solid #bfbfbf;
	font-size: 16px;
	color: #000;
	padding: 10px;
}
.wapplayerdetails.waps {
	width: 100%;
}
.qiuyuanbox {
	width: 1100px;
	margin: 0 auto;
	position: relative;
	background: -cyan;
}
.qiuyuanbox .qiuyuanbox-li {
	background: #fff;
}
.qiuyuanbox.qiuyuanbox2 img {
	width: 241px;
	height: 325px;
}
.qiuyuanbox.qiuyuanbox2 .qiuyuan-li {
	height: 250px;
	text-align: center;
	overflow: hidden;
}

.qiuyuanbox .qiuyuan-ctrl {
	height: 0;
}
.qiuyuanbox .qiuyuan-ctrl .icon {
	width: 48px;
	height: 100px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	z-index: 100;
	margin-top: -50px;
}
.qiuyuanbox .qiuyuan-ctrl .prev {
	float: left;
	background: url(../images/la.png) no-repeat left center;
	left: -50px;
}
.qiuyuanbox .qiuyuan-ctrl .next {
	float: right;
	background: url(../images/ra.png) no-repeat right center;
	right: -50px;
}
@media (max-width: 1250px) {
	.news-box {
		padding: 40px 0;
	}
	.qiuyuanbox {
		width: 100%;
	}
	.qiuyuanbox .qiuyuan-ctrl .prev {
		float: left;
		background: url(../images/la.png) no-repeat left center;
		left: 10px;
	}
	.qiuyuanbox .qiuyuan-ctrl .next {
		float: right;
		background: url(../images/ra.png) no-repeat right center;
		right: 10px;
	}
}

/****************球员信息1页面**************/

.qiuyuanbox_1 {
	width: 1200px;
	margin: 30px auto;
	background: #f7c0a2;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 30px 0 30px;
}
.qiuyuanbox_1_each {
	font-size: 0;
}
.qiuyuanbox_1_each:not(:first-child) {
	margin-top: 9px;
}
.qiuyuanbox_1_each_t {
	font-size: 18px;
	color: #ea5402;
	line-height: 18px;
	margin-bottom: 23px;
	font-weight: bold;
}
.qiuyuanbox_1_each_li {
	width: 276px;
	margin-right: 12px;
	margin-bottom: 12px;
}
.qiuyuanbox_1_each_li:nth-child(4n) {
	margin-right: 0;
}
.qiuyuanbox_1_each_li img {
	max-width: 100%;
}
@media (max-width: 1080px) {
	.qiuyuanbox_1 {
		width: 100%;
	}
	.qiuyuanbox_1_each_li {
		float: none;
		margin: 0 auto 12px auto;
	}
	.qiuyuanbox_1_each_li:nth-child(4n) {
		margin: 0 auto 12px auto;
	}
}

/****************比赛**************/

.bishai {
	width: 1200px;
	margin: auto;
}
.bishai .qiuyuan-li {
	width: 376px;
	background: url('../images/fb_bg.jpg') repeat;
	height: 200px;
}
.bishai_t {
	height: 70px;
	display: table;
	text-align: left;
	width: 100%;
}
.bishai_t_cell {
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
}
.bishai_t_cell img {
	width: auto;
}
.bishai_t_cell span {
	font-size: 21px;
	font-weight: bold;
	color: #231815;
	margin-left: 15px;
	font-weight: bold;
}
.bishai_info {
	text-align: center;
}
.bishai_info_img {
	display: table;
	text-align: center;
	width: 100%;
}
.bishai_info_img_cell {
	display: table-cell;
	vertical-align: middle;
}
.bishai_info_img_cell img {
	width: auto;
}
.bishai_info_img_cell span {
	font-size: 36px;
	color: #ffffff;
	font-weight: ;
	margin: 0 20px;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	vertical-align: middle;
}
.bishai_info_p1,
.bishai_info_p2 {
	font-size: 18px;
	color: #231815;
	line-height: 28px;
}
.bishai_info_p1 {
	margin-top: 8px;
}
.bishai_list {
	width: 1200px;
	margin: auto;
}
.bishai_list_in {
	width: 1200px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 28px 28px 5px 28px;
	background: #f7c0a2;
	margin-top: 40px;
}
.bishai_list_t {
	padding-bottom: 15px;
	border-bottom: 1px solid #ea5402;
}
.bishai_list_t_each {
	position: relative;
	margin-right: 80px;
}
.bishai_list_t_each .sai_tit {
	display: block;
	padding-right: 25px;
	font-size: 18px;
	color: #ea5402;
	line-height: 18px;
	background: url('../images/arrow_icon2.png') no-repeat center right;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	font-weight: bold;
}
.bishai_list_t_each_ul {
	position: absolute;
	top: 32px;
	left: 0;
	width: 158px;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3px;
	display: none;
}
.bishai_list_t_each_ul:after {
	content: '';
	display: block;
	position: absolute;
	border: 5px solid transparent;
	border-bottom-color: #fff;
	top: -10px;
	left: 50%;
	margin-left: -5px;
}
.bishai_list_t_each_li:not(:first-child) {
	margin-top: 3px;
}
.bishai_list_t_each_li:first-child a {
	color: #ea5402;
}
.bishai_list_t_each_li a {
	display: block;
	height: 30px;
	width: 100%;
	background: #fbdfd0;
	padding-left: 10px;
	line-height: 30px;
	font-size: 16px;
	color: #585858;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.bishai_list_t_each_li a:hover {
	background: #eb590c;
	color: #fff;
}
.bishai_list_t_each.on .sai_tit {
	background: url('../images/arrow_icon1.png') no-repeat center right;
}
.bishai_list_table {
	width: 100%;
}
.bishai_list_table thead tr {
	height: 40px;
	border-bottom: 1px solid #fff;
	font-size: 16px;
	color: #666;
	font-weight: 700;
}
.bishai_list_table .td1 {
	width: 145px;
	text-align: left;
	color: #666;
}
.bishai_list_table .td2 {
	width: 455px;
	text-align: center;
}
.bishai_list_table .td3 {
	width: 130px;
	text-align: center;
}
.bishai_list_table .td4 {
	width: auto;
	text-align: center;
}
.bishai_list_table .td5 {
	width: 130px;
	text-align: center;
}
.bishai_list_table .td6 {
	text-align: right;
}
.bishai_list_table tbody tr {
	height: 74px;
	border-bottom: 1px solid #fff;
}
.bishai_list_table tbody td {
	border-bottom: 1px solid #fff;
}
.bishai_list_table tbody tr img {
	max-width: 38px;
}
.bishai_list_table tbody .td1 {
	font-size: 15px;
	color: #666;
}
.bishai_list_table tbody .td2 {
	font-size: 15px;
	color: #666;
}
.bishai_list_table tbody .td4 {
	font-size: 17px;
	color: #666;
	letter-spacing: 2px;
}
.bishai_list_table tbody .td6 a.on,
.bishai_list_table tbody .td6 a:hover {
	display: inline-block;
	text-align: center;
	width: 74px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	font-size: 15px;
	color: #ea5402;
	border: 1px solid #ea5402;
}
.bishai_list_table tbody .td6 a {
	display: inline-block;
	text-align: center;
	width: 74px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	font-size: 15px;
	border: 1px solid #666;
	color: #666;
}
@media (max-width: 1250px) {
	.bishai {
		width: 100%;
		margin: auto;
		padding-top: 65px;
	}
	.bishai_list {
		width: 100%;
		margin: auto;
		overflow: auto;
	}
}

/****************比赛技术分析**************/

.bisaifenxi {
	width: 1200px;
	margin: 60px auto auto auto;
}
.bisaifenxi_in {
	width: 100%;
	padding: 40px 0px 35px 0px;
	background: rgba(255, 255, 255, 0.63);
}
.bisaifenxi_head {
}
.bisaifenxi_head_t {
	text-align: center;
	font-size: 16px;
	line-height: 18px;
	color: #977461;
}
.bisaifenxi_head_t span {
	padding-right: 20px;
	position: relative;
}
.bisaifenxi_head_t span:after {
	content: '';
	display: block;
	width: 1px;
	height: 12px;
	background: #ddaa8e;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 10px;
}
.bisaifenxi_head_t span:last-child:after {
	content: none;
}
.bisaifenxi_head_t span:first-child {
	font-size: 18px;
	color: #000;
}
.bisaifenxi_head_show {
	text-align: center;
	padding-bottom: 35px;
	border-bottom: 10px solid #eeb699;
}
.bisaifenxi_head_show .bisaifenxi_head_show_type1,
.bisaifenxi_head_show .bisaifenxi_head_show_type2 {
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
.bisaifenxi_head_show .bisaifenxi_head_show_type1 img {
	height: 89px;
}
.bisaifenxi_head_show .bisaifenxi_head_show_type2 {
	margin: 0 245px;
}
.bisaifenxi_head_show .p1 {
	font-size: 18px;
	color: #000;
	line-height: 18px;
	margin-top: 8px;
}
.bisaifenxi_head_show .p2 {
	font-size: 48px;
	color: #000;
	line-height: 30px;
	margin-top: 28px;
}
.bisaifenxi_head_show .p3 {
	font-size: 16px;
	color: #000;
	line-height: 16px;
	margin-top: 32px;
}
.bisaifenxi_body_t {
	text-align: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 24px;
	font-size: 24px;
	color: #000;
	line-height: 24px;
	font-weight: bold;
	margin-top: 22px;
}
.bisaifenxi_table {
	width: 100%;
}
.bisaifenxi_table .td1 {
	width: 248px;
	text-align: right;
	font-size: 18px;
	color: #000;
}
.bisaifenxi_table .td2,
.bisaifenxi_table .td4 {
	width: 204px;
	text-align: center;
}
.bisaifenxi_table .td2 img,
.bisaifenxi_table .td4 img {
	height: 45px;
}
.bisaifenxi_table .td3 {
	text-align: center;
	font-size: 14px;
	color: #977562;
}
.bisaifenxi_table tbody tr {
	height: 45px;
}
.bisaifenxi_table .td5 {
	width: 248px;
	text-align: left;
	font-size: 18px;
	color: #000;
}
.bisaifenxi_table_l,
.bisaifenxi_table_r {
	display: block;
	position: relative;
	width: 100%;
	height: 9px;
	border-radius: 4.5px;
	background: #f2bb9e;
}
.bisaifenxi_table_l i {
	display: block;
	position: absolute;
	width: 40%;
	height: 9px;
	border-radius: 4.5px;
	top: 0;
	right: 0;
	border-radius: 4.5px;
}
.bisaifenxi_table_r i {
	display: block;
	position: absolute;
	width: 40%;
	height: 9px;
	border-radius: 4.5px;
	top: 0;
	left: 0;
	border-radius: 4.5px;
}
.bisaifenxi_table .bred {
	background: #d23628;
}
.bisaifenxi_table .bblue {
	background: #354f8e;
}
.bisaifenxi_table .fred {
	color: #d23628;
}
.bisaifenxi_table .fblue {
	color: #354f8e;
}
.bisaifenxi_table tbody tr td:nth-child(2),
.bisaifenxi_table tbody tr td:nth-child(4) {
	text-align: center;
	font-size: 14px;
}
.bisaifenxi_table tbody tr td:nth-child(3) {
	font-size: 18px;
	color: #000;
	text-align: center;
}
.bisai_lishi {
	display: none;
}
.bisai_lishi_table {
	width: 100%;
	font-size: 16px;
	color: #000;
	text-align: center;
}
.bisai_lishi_table thead .td1,
.bisai_lishi_table thead .td5 {
	width: 148px;
}
.bisai_lishi_table thead .td3 {
	width: 115px;
}
.bisai_lishi_table tbody tr {
	height: 78px;
}
.bisai_lishi_table tbody td img {
	max-height: 47px;
	margin-left: 25px;
}
.bisai_lishi_table tbody .span {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	border-radius: 5px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	padding: 10px;
}
.bisai_lishi_table tbody .span.bg_primary {
	background: #fd4f46;
}
.bisai_lishi_table tbody .span.bg_success {
	background: #02d06c;
}
.bisai_lishi_table tbody .span.bg_danger {
	background: #1c91ff;
}
.bisai_lishi_table tbody .bg1 {
	background: #fd4f46;
}
.bisai_lishi_table tbody .bg2 {
	background: #02d06c;
}
.bisai_lishi_table tbody .bg3 {
	background: #1c91ff;
}

/**新版历史交锋**/
.fenxis {
	width: 100%;
}
.fenxis .fenxi_tit {
	height: 62px;
	font-size: 30px;
	font-weight: 400;
	color: #000;
	line-height: 62px;
	padding-left: 22px;
	position: relative;
}
.fenxis .fenxi_top {
	text-align: center;
}
.fenxis .fenxi_top .fenxi_top_img,
.fenxis .fenxi_top .fenxi_top_cen {
	display: inline-block;
}
.fenxis .fenxi_top .fenxi_top_cen {
	width: 14%;
	line-height: 40px;
	font-size: 20px;
	font-weight: 400;
	color: #303030;
	vertical-align: middle;
	padding: ;
}
.fenxis .fenxi_top .fenxi_top_img {
	width: 40%;
	white-space: nowrap;
}
.fenxis .fenxi_top .fenxi_top_img span {
	line-height: 40px;
	font-size: 20px;
	font-weight: 400;
	color: #303030;
	vertical-align: middle;
	padding: 0 13px;
}
.fenxis .fenxi_top .fenxi_top_img img {
	width: 40px;
}
.fenxi_bot {
	padding-top: 20px;
}
.fenxi_bot .fenbx {
	text-align: center;
	height: 40px;
	margin-bottom: 20px;
}
.fenxi_bot .fenbx .fenb {
	display: inline-block;
}
.fenxi_bot .fenbx .fenb i {
	display: inline-block;
	height: 10px;
	border-radius: 20px;
}
.fenxi_bot .fenbx .fenb.fenb1 {
	width: 25%;
	height: 10px;
	display: inline-block;
	background-color: #edb89c;
	vertical-align: middle;
	line-height: 48px;
	border-radius: 26px;
}
.fenxi_bot .fenbx .fenb.fenb2 {
	width: 8%;
	font-size: 20px;
	font-weight: bold;
	color: #666666;
	line-height: 48px;
	box-sizing: border-box;
	text-align: ;
	vertical-align: middle;
}
.fenxi_bot .fenbx .fenb.fenb3 {
	width: 10%;
	height: 48px;
	font-size: 20px;
	font-weight: 400;
	color: #353535;
	line-height: 48px;
	text-align: center;
	min-width: 118px;
}
.fenxi_bot .fenbx .fenb.fenb1.win i {
	background: #ce3527;
}
.fenxi_bot .fenbx .fenb.fenb1.los i {
	background: #344c8a;
}
.fenxi_bot .fenbx .fenb.fenb2.win {
	color: #ce3527;
}
.fenxi_bot .fenbx .fenb.fenb2.los {
	color: #344c8a;
}

@media (max-width: 1250px) {
	.bisaifenxi {
		overflow: auto;
		width: 100%;
	}
}

/* 党建 */
.empty {
	width: 100%;
	text-align: center;
	padding: 20px 0;
	font-size: 16px;
}
.dangjian_banner {
	width: 100%;
}
.dangjian_banner img {
	max-width: 100%;
}
.dangjian_body {
	width: 1200px;
	min-height: 200px;
	margin: auto;
	background: #f7c0a2;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 100px 0;
}
.dangjian_body_li {
	width: 324px;
	background: #fff;
	margin: 0 13px 25px 0;
}
.dangjian_body_li:nth-child(3n) {
	margin-right: 0;
}
.dangjian_body_li:hover .p2 {
	color: #ea5504;
}
.dangjian_body_li_img {
	width: 100%;
	height: 233px;
}
.dangjian_body_li_img img {
	width: 100%;
}
.dangjian_body_li_dec {
	padding: 12px 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.dangjian_body_li_dec .p1 {
	font-size: 12px;
	color: #ea5505;
	line-height: 12px;
}
.dangjian_body_li_dec .p2 {
	font-size: 18px;
	color: #000;
	line-height: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 18px;
}
.dangjian_body_li_dec .p3 {
	height: 52px;
	font-size: 12px;
	line-height: 26px;
	color: rgba(0, 0, 0, 0.7);
	margin-top: 15px;
	text-indent: 28px;
}

/* 乒乓球大事记 */

.pingpangqiushiji {
	width: 1200px;
	margin: 38px auto auto auto;
	position: relative;
}
.pingpangqiushiji-li {
	text-align: center;
}
.pingpangqiushiji-li .p1 {
	font-size: 16px;
	color: #ffffff;
	line-height: 16px;
	text-align: center;
	margin-bottom: 3px;
	position: relative;
	display: inline-block;
}
.pingpangqiushiji-li .p2 {
	font-size: 14px;
	color: #ffffff;
	line-height: 14px;
	margin-top: 12px;
	text-align: center;
}
.pingpangqiushiji-li .p1:after,
.pingpangqiushiji-li .p1:before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background: #fff;
	position: absolute;
	top: 50%;
	margin-top: -2.5px;
}
.pingpangqiushiji-li .p1:after {
	right: 60px;
}
.pingpangqiushiji-li .p1:before {
	left: 60px;
}
.pingpangqiushiji-ctrl {
	overflow: hidden;
	position: absolute;
	left: 0;
	top: -10px;
	width: 100%;
	z-index: 3;
}
.pingpangqiushiji-ctrl .prev,
.pingpangqiushiji-ctrl .next {
	display: block;
	width: 34px;
	height: 34px;
	cursor: pointer;
}
.pingpangqiushiji-ctrl .prev {
	float: left;
	background: url('../images/l2.png') no-repeat center;
}
.pingpangqiushiji-ctrl .next {
	float: right;
	background: url('../images/r2_2.png') no-repeat center;
}
.pingpangqiushiji_img {
	width: 100%;
	margin-top: 32px;
	position: relative;
	overflow: hidden;
}
.pingpangqiushiji_img .swiper-container {
	height: 629px;
}
.pingpangqiushiji_img_swipe {
	width: 1100px;
	margin: auto;
	position: relative;
	z-index: 3 !important;
}
.pingpangqiushiji_img img {
	width: 100%;
	height: 629px;
}
.swiper-slide {
	text-align: center;
}
.pingpangqiushiji_img_swipe_prev {
	position: absolute !important;
	left: 0;
	top: 0;
	width: 1100px;
}
.pingpangqiushiji_img_swipe_prev:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.84);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.pingpangqiushiji_img_swipe_next {
	position: absolute !important;
	right: 0;
	top: 0;
	width: 1100px;
}
.pingpangqiushiji_img_swipe_next:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.84);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.pingpangqiushiji_img_ctr {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 5;
	margin-top: -34px;
}
.pingpangqiushiji_img_ctr .prev {
	float: left;
	width: 69px;
	height: 68px;
	background: url('../images/l1.png') no-repeat center;
	margin-left: 20px;
}
.pingpangqiushiji_img_ctr .next {
	float: right;
	width: 69px;
	height: 68px;
	background: url('../images/r1_1.png') no-repeat center;
	margin-right: 20px;
}
@media (max-width: 1250px) {
	.pingpangqiushiji {
		width: 100%;
	}
	.pingpangqiushiji_img_swipe {
		width: 100%;
	}
	.pingpangqiushiji_img_ctr .prev {
		float: left;
		width: 34px;
		height: 34px;
		background: url('../images/l1.png') no-repeat center/100% 100%;
		margin-left: 20px;
	}
	.pingpangqiushiji_img_ctr .next {
		float: right;
		width: 34px;
		height: 34px;
		background: url('../images/r1_1.png') no-repeat center/100% 100%;
		margin-right: 20px;
	}
}

/* 乒乓球俱乐部 */

.pingpangqiujulebu {
	width: 1100px;
	margin: auto;
	background: #f7c0a2;
	padding: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 46px;
	font-size: 21px;
	color: #000000;
}
.pingpangqiujulebu p {
	text-align: justify;
	color: #666;
	text-indent: 2em;
}
@media (max-width: 1250px) {
	.pingpangqiujulebu {
		width: 100%;
		padding: 20px;
	}
}

/* 乒乓球球员信息 */

.pingpangqiuxinxi .playerdetail {
	height: 600px;
	padding-bottom: 0;
}
.pingpangqiuxinxi .playerdetail_left {
	position: relative;
	height: 600px;
}
.pingpangqiuxinxi .playerdetail_left img {
	position: absolute; /* bottom: 0; */
	top: 130px;
	right: 0;
	width: 80%;
}
.pingpangqiuxinxi .playerdetail .playerdetail_right .player_det {
	padding: 130px 0 0 0;
	width: auto;
}
.pingpangqiuxinxi .playerdetail .playerdetail_right .player_det ul li {
	font-size: 14px;
	line-height: 46px;
	height: 46px;
	border-bottom: none;
}
.pingpangqiuxinxi .playerdetail .playerdetail_right .player_det ul li span {
	font-weight: bold;
}
.pingpangqiuxinxi .playerdetail .playerdetail_right .player_det ul {
	border: none;
}
.pingpangqiuxinxi .playerdetail .playerdetail_right {
	border: none;
}

/* 视频 */

.shipin {
	width: 1200px;
	background: rgba(255, 255, 255, 0.63);
	margin: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 75px;
}
.shipin_li {
	width: 346px;
	margin-right: 5px;
	margin-bottom: 30px;
}
.shipin_li:nth-child(3n) {
	margin-right: 0;
}
.shipin_li .shipin_img {
	position: relative;
	height: 34em;
	background: #eee;
}
.shipin_li .shipin_img > img {
	width: 100%;
	height: 100%;
}
.shipin .playsBtn {
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	z-index: 9;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.shipin .playsBtn img {
	width: 100%;
	height: 100%;
}
.shipin_li .p1 {
	font-size: 16px;
	color: #666;
	line-height: 16px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 12px;
	margin-top: 16px;
}
.shipin_li .p2 {
	font-size: 14px;
	color: #ea5402;
	line-height: 14px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 12px;
	margin-top: 10px;
}
.shipin_li:hover .p1 {
	color: #ea5402;
	cursor: pointer;
}

@media (max-width: 768px) {
	.shipin {
		padding: 10px;
	}
	.shipin_li {
		width: 100% !important;
	}
	.shipin_li .shipin_img {
		position: relative;
		height: auto;
		background: #eee;
	}
	.shipin_li .shipin_img > img {
		width: 100%;
		height: auto;
	}
}

/* 数据积分榜 */

.jifenbang {
	padding: 28px 0 5px 0;
}
.jifenbang .bishai_list_t {
	margin: 0 28px;
}
.jifenbang .bishai_list_table {
	margin: 0 28px;
	width: 1146px;
	border-spacing: 0;
}
.jifenbang .bishai_list_table thead {
}
.jifenbang .bishai_list_table thead td {
	border-bottom: 1px solid #ea5504;
}
.jifenbang td {
	text-align: center;
}
.jifenbang .bishai_list_table tbody td {
	border-bottom: 1px solid #cfa188;
	height: 66px;
}
.jifenbang .bishai_list_table tbody td img {
	margin-right: 25px;
}
.jifenbang .bishai_list_table tbody tr {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	background: transparent;
}
.jifenbang .bishai_list_table tbody tr:hover {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	background: #ef8f65;
}

/* 数据射手榜 */

.sheshou1,
.sheshou2,
.sheshou3 {
	display: inline-block;
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	border-radius: 100%;
}
.sheshou1 {
	background: #ea5504;
	color: #fff;
}
.sheshou2 {
	background: #ea7c04;
	color: #fff;
}
.sheshou3 {
	background: #ea9b04;
	color: #fff;
}

.chao_bisai_tab .tab_body ul::-webkit-scrollbar {
	width: 0px;
}
.chao_bisai_tab .tab_body ul::-webkit-scrollbar-track {
	background-color: #eeeeee;
}
.chao_bisai_tab .tab_body ul::-webkit-scrollbar-thumb {
	background-color: #d6d6d6;
}
.chao_bisai_tab .tab_body ul::-webkit-scrollbar-thumb:hover {
	background-color: #ccc;
}
.chao_bisai_tab .tab_body ul::-webkit-scrollbar-thumb:active {
	background-color: #ccc;
}

/********************足球大事记页面新版*******************/
.fball_events {
	width: 100%;
}
.fball_event {
	width: 1200px;
	margin: 37px auto;
	overflow: hidden;
	position: relative;
}
.fball_event .swiper-container {
	width: 100%;
	height: 541px;
	margin: 0 auto;
	float: left;
}
.fball_event .gallery-thumbs {
	float: none;
}
.fball_event .gallery-thumbs .swiper-wrapper {
}
.fball_event .swiper-slide {
	display: table;
}
.fball_event .swiper-slide .swimg {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 100%;
}
.fball_event .swiper-slide img {
	max-height: 100%;
	max-width: 100%;
}
.fball_event .gallery-top {
	width: 880px;
	background: #fad4c1;
	margin-top: 50px;
}
.fball_event .gallery-top .swiper-wrapper {
	width: 100%;
	height: 100%;
}
.fball_event .gallery-top .swiper-wrapper .swiper-slide_top {
	width: 100%;
	height: 100%;
}
.fball_event .gallery-thumbs {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}
.fball_event .gallery-thumbs .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 1;
}
.fball_event .gallery-thumbs .swiper-slide-thumb-active {
	opacity: 0.8;
}
.fball_event .gallery-thumbs .swiper-slide {
}

.fball_event .gallery-thumbs .swiper-slide {
	text-align: center;
}
.fball_event .gallery-thumbs .swiper-slide .p1 {
	font-size: 20px;
	color: #ffffff;
	line-height: 16px;
	text-align: center;
	margin-bottom: 3px;
	position: relative;
	display: inline-block;
}
.fball_event .gallery-thumbs .swiper-slide .p2 {
	font-size: 16px;
	color: #ffffff;
	line-height: 14px;
	margin-top: 12px;
	text-align: center;
	opacity: 0.8;
}
.fball_event .gallery-thumbs .swiper-slide .p1 .circle2,
.fball_event .gallery-thumbs .swiper-slide .p1 .circle1 {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background: #fff;
	position: absolute;
	top: 50%;
	margin-top: -2.5px;
}
.fball_event .gallery-thumbs .swiper-slide .p1 .circle2 {
	right: 60px;
}
.fball_event .gallery-thumbs .swiper-slide .p1 .circle1 {
	left: 60px;
}
.fball_event .gallery-thumbs .swiper-slide:not(:last-child):after {
	content: '';
	display: block;
	width: 120px;
	height: 1px;
	border-bottom: 1px dotted #fff;
	position: absolute;
	top: 7.4px;
	right: -66px;
	opacity: 0.6;
}

.fball_event .gallery-top .swiper-button-next,
.fball_event .gallery-top .swiper-button-prev {
	width: 48px;
	height: 48px;
	display: none;
}
.fball_event .gallery-top .swiper-button-next {
	background: url('../images/r1_1.png') no-repeat center/48px 48px;
}
.fball_event .gallery-top .swiper-button-prev {
	background: url('../images/l1.png') no-repeat center/48px 48px;
}
.fball_event .gallery-top:hover .swiper-button-next,
.fball_event .gallery-top:hover .swiper-button-prev {
	display: block;
}

.fball_event .gallery-thumbs .swiper-button-next,
.fball_event .gallery-thumbs .swiper-button-prev {
	width: 30px;
	height: 30px;
	display: none;
	margin-top: -40px;
}
.fball_event .gallery-thumbs .swiper-button-next {
	background: url('../images/ju_next.png') no-repeat center/30px 30px;
	margin-right: -10px;
}
.fball_event .gallery-thumbs .swiper-button-prev {
	background: url('../images/ju_prev.png') no-repeat center/30px 30px;
	margin-left: -10px;
}
.fball_event .gallery-thumbs:hover .swiper-button-next,
.fball_event .gallery-thumbs:hover .swiper-button-prev {
	display: block;
}

.gallery_scroll {
	width: 260px;
	position: absolute;
	right: 0;
	top: 140px;
	height: 541px;
	display: block;
}
.gallery_scroll ul li {
	overflow: hidden;
	padding: 10px 0;
	border-bottom: 1px solid #ffffff;
}
.gallery_scroll ul li .gasc_left {
	float: left;
	width: 49px;
	height: 49px;
}
.gallery_scroll ul li .gasc_left img {
	width: 49px;
	height: 49px;
}
.gallery_scroll ul li .gasc_right {
	padding-left: 60px;
}
.gallery_scroll ul li .gasc_right p {
	font-size: 16px;
	color: #fff;
}

@media (max-width: 1200px) {
	.fball_event,
	.fball_event .gallery-top {
		width: 100%;
	}
	.fball_event .gallery-top {
		height: auto;
	}
	.fball_event .swiper-container {
		float: none;
	}
	.gallery_scroll {
		position: relative;
		top: 25px;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
	}
	.fball_event {
		overflow: auto;
	}
}
@media (max-width: 960px) {
	.fball_event .gallery-top {
		margin-top: 30px;
	}
}
@media (max-width: 768px) {
	.fball_event .gallery-top {
		margin-top: 20px;
	}
	.fball_event .gallery-thumbs .swiper-button-next,
	.fball_event .gallery-thumbs .swiper-button-prev {
		display: block;
	}
	.fball_event .gallery-top .swiper-button-next,
	.fball_event .gallery-top .swiper-button-prev {
		display: block;
	}
}
@media (max-width: 640px) {
	.fball_event .gallery-top {
		margin-top: 15px;
	}
	.fball_event .gallery-thumbs .swiper-button-next,
	.fball_event .gallery-thumbs .swiper-button-prev {
		display: block;
	}
	.fball_event .gallery-top .swiper-button-next,
	.fball_event .gallery-top .swiper-button-prev {
		display: block;
	}
}

/* 新闻 */

.xinwen {
	margin-bottom: 35px;
}
.xinwen a {
	font-size: 24px;
	color: #ffffff;
	line-height: 18px;
	margin-right: 35px;
	position: relative;
	display: inline-block;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.xinwen a.on,
.xinwen a:hover {
	color: #dd5410;
}
.xinwen a:not(:last-child):after {
	content: '';
	display: block;
	width: 1px;
	height: 14px;
	background: #dd5410;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: -18px;
}
.xinwen_ul .dangjian_body_li_dec .p3 {
	min-height: 78px;
}
.xinwen_ul .dangjian_body_li_dec .p1 {
	font-size: 12px;
}
.xinwen_ul .dangjian_body_li_dec .p1 span {
	display: inline-block;
	font-size: 14px;
	color: #dd5511;
	line-height: 14px;
	padding: 2px;
	border: 1px solid #dd5511;
	margin-right: 5px;
}

/* 新闻2 */

.xinwen2_t {
	font-size: 36px;
	color: #000;
	text-align: center;
	line-height: 36px;
	padding: 60px 0;
}
.xinwen2_date {
	padding: 0 30px 30px 30px;
	border-bottom: 1px solid #fff;
	color: #000;
	font-size: 21px;
	line-height: 21px;
}
.xinwen2_date span {
	font-size: 21px;
	color: #f75602;
	line-height: 21px;
	margin-right: 20px;
	position: relative;
	display: inline-block;
}
.xinwen2_date span:after {
	content: '';
	display: block;
	width: 2px;
	height: 28px;
	background: #f75602;
	position: absolute;
	top: 50%;
	right: -9px;
	margin-top: -14px;
}
.xinwen2_dec {
	padding: 30px 15px 30px 30px;
	font-size: 24px;
	color: #666;
	line-height: 46px;
}
.xinwen2_dec *,
.xinwen2_dec img {
	max-width: 100%;
}
.xinwen2_dec p {
	text-align: justify;
	text-indent: ;
}
.xinwen2_dec .img {
	margin: 12px 0;
	text-align: center;
}
.xinwen2_dec .img img {
	max-width: 100%;
}
.xinwen2_return {
	background: -cyan;
	overflow: hidden;
	padding: 30px 0px;
	border-top: 1px solid #fff;
}
.xinwen2_return a {
	font-size: 20px;
	display: block;
	width: 46%;
	margin: 0% 2%;
}
.xinwen2_return a:nth-child(1) {
	float: left;
}
.xinwen2_return a:nth-child(2) {
	float: right;
}
.xinwen2_return a:hover {
	color: #ea5504;
}
@media (max-width: 1250px) {
	.xinwen2_t {
		padding: 60px 20px;
		line-height: 36px;
		font-size: 24px;
	}
	.xinwen a {
		margin: 0;
		padding: 0 5px;
	}
	.xinwen a:not(:last-child) {
		border-right: 1px solid #dd5410;
	}
	.xinwen a:first-child {
		padding-left: 0;
	}
	.xinwen a:last-child {
		padding-right: 0;
	}
	.xinwen a:not(:last-child):after {
		content: none;
	}
}

/* 足球大事记 */

.zuqiudashiji_ul {
	margin-bottom: 45px;
}
.zuqiudashiji_li {
	float: left;
	width: 150px;
	position: relative;
}
/* .zuqiudashiji_li:not(:last-child){margin-right: 24px;} */
.zuqiudashiji_li {
	text-align: center;
}
.zuqiudashiji_li .p1 {
	font-size: 20px;
	color: #ffffff;
	line-height: 16px;
	text-align: center;
	margin-bottom: 3px;
	position: relative;
	display: inline-block;
}
.zuqiudashiji_li .p2 {
	font-size: 18px;
	color: #ffffff;
	line-height: 20px;
	margin-top: 8px;
	text-align: center;
	opacity: 0.8;
}
.zuqiudashiji_li .p1 .circle2,
.zuqiudashiji_li .p1 .circle1 {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background: #fff;
	position: absolute;
	top: 50%;
	margin-top: -2.5px;
}
.zuqiudashiji_li .p1 .circle2 {
	right: 60px;
}
.zuqiudashiji_li .p1 .circle1 {
	left: 60px;
}
.zuqiudashiji_li:first-child .circle2 {
	display: none;
}
.zuqiudashiji_li:last-child .circle1 {
	display: none;
}
.zuqiudashiji_li:not(:last-child):after {
	content: '';
	display: block;
	width: 89px;
	height: 1px;
	border-bottom: 1px dotted #fff;
	position: absolute;
	top: 6.5px;
	right: -57px;
	opacity: 0.6;
}
.zuqiudashiji_list {
	width: 1200px;
	margin: auto;
	position: relative;
}
.zuqiudashiji_list_swipe {
	width: 875px;
	overflow: hidden;
	position: relative;
}
.zuqiudashiji_list_swipe img {
	max-width: 100%;
}
.zuqiudashiji_list_r {
	margin-left: 48px;
	padding-left: 15px;
	width: 240px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.zuqiudashiji_list_r_each {
	position: relative;
	height: 72px;
}
.zuqiudashiji_list_r img {
	max-width: 25px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.zuqiudashiji_list_r .zuqiu_info {
	display: inline-block;
	vertical-align: top;
	margin-left: 55px;
}
.zuqiudashiji_list_r span {
	display: inline-block;
	margin-left: 25px;
}
.zuqiudashiji_list_r .zuqiu_info .p1 {
	margin-top: 15px;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
}
.zuqiudashiji_list_r .zuqiu_info .p2 {
	margin-top: 8px;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
}
.zuqiudashiji_list_r_each:not(:last-child) {
	border-bottom: 1px solid #fff;
}
.zuqiudashiji_list-ctrl {
	position: absolute;
	z-index: 3;
	top: 267px;
	left: 0;
	width: 100%;
	cursor: pointer;
}
.zuqiudashiji_list-ctrl .prev {
	float: left;
	width: 48px;
	height: 48px;
	background: url('../images/l1.png') no-repeat center/48px 48px;
	margin-left: 8px;
	margin-top: -107px;
}
.zuqiudashiji_list-ctrl .next {
	float: right;
	width: 48px;
	height: 48px;
	background: url('../images/r1_1.png') no-repeat center/48px 48px;
	margin-right: 8px;
	margin-top: -107px;
}
@media (max-width: 1250px) {
	.zuqiudashiji_li {
		float: none;
		margin: 0 auto 20px auto !important;
	}
	.zuqiudashiji_li:not(:last-child):after {
		content: none;
	}
	.zuqiudashiji_li:first-child .circle2 {
		display: block;
	}
	.zuqiudashiji_li:last-child .circle1 {
		display: block;
	}
	.zuqiudashiji_list {
		width: 100%;
	}
	.zuqiudashiji_list_swipe {
		width: 100%;
	}
	.zuqiudashiji_list-ctrl {
		top: 113px;
	}
	.zuqiudashiji_list-ctrl .prev {
		float: left;
		width: 24px;
		height: 24px;
		background: url('../images/l1.png') no-repeat center/24px 24px;
		margin-left: 5px;
	}
	.zuqiudashiji_list-ctrl .next {
		float: right;
		width: 24px;
		height: 24px;
		background: url('../images/r1_1.png') no-repeat center/24px 24px;
		margin-right: 5px;
	}
	.chao_bisai_tab {
		padding: 0;
	}
}

/*开始我的补充吧*/

@media (max-width: 1200px) {
	/*党建页面*/
	.dangjian_body_ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.dangjian_body_ul:after {
		display: none;
	}
	.dangjian_body_ul .dangjian_body_li {
		margin: 0;
		margin-bottom: 15px;
	}
	.dangjian_body {
		width: 96%;
		margin: 0 auto;
		background: -cyan;
	}
	.dangjian_banner {
		margin-top: 0.6rem;
	}
	/*视频页面*/
	.shipin {
		width: 96%;
		margin: 0 auto;
		margin-top: 0.6rem;
		background: -cyan;
	}
	.shipin ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.shipin ul:after {
		display: none;
	}
	.shipin ul li {
		float: none;
	}
}
@media (max-width: 768px) {
	/*党建页面*/
	.dangjian_banner {
		margin-top: 1.1rem;
	}
	.dangjain_chao {
		padding-top: 0.3rem;
	}
	/*视频页面*/
	.shipin {
		margin-top: 1.1rem;
	}
	/*首页品牌*/
	.zanzhushang ul {
	}
	.zanzhushang li {
		margin: 0;
		width: 46%;
		margin: 0 2% 15px 2%;
	}
	.zanzhushang li:nth-child(7n) {
		margin-right: 2%;
	}
	.maincenter .fb_more {
		height: 300px;
	}
	.maincenter .fb_more_body_footer {
		padding-top: 10px;
	}
	/*视频中心*/
	.dangjian_body_ul .dangjian_body_li {
		margin-bottom: 25px;
	}
	/*新闻页面*/
	.chao_xinwen {
		padding: 0;
	}
	/*新闻二级页面*/
	.chao_xinwen_detal {
		padding: 0;
	}
	.dangjian_body .xinwen {
		padding-top: 1.6rem;
		text-align: center;
	}
	.xinwen2_t {
		padding: 0.2rem 0rem;
		width: 90%;
		margin: 0 auto;
		font-size: 20px;
	}
	.xinwen2_date {
		padding: 0.2rem 0rem 0.4rem 0rem;
		text-align: center;
		font-size: 18px;
	}
	.xinwen2_dec {
		font-size: 16px;
	}
	.xinwen2_dec p {
		line-height: 1.8;
	}
	.xinwen2_return a {
		width: 100%;
		margin: 0;
		width: 94%;
		margin: 0 auto;
		float: none !important;
		font-size: 16px;
	}
	.xinwen2_return a:nth-child(1) {
		margin-bottom: 0.3rem;
	}
	/*球员信息*/
	.qiuyuanbox_1 {
		width: 100%;
		padding: 0;
		padding-top: 0.3rem;
	}
	.qiuyuanbox_1_each_t {
		text-align: center;
		margin-bottom: 0.4rem;
	}
	.qiuyuanbox_1_each ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.qiuyuanbox_1_each_li {
		width: 44%;
	}
	.qiuyuanbox_1_each_li a,
	.qiuyuanbox_1_each_li a img {
		display: block;
		width: 100%;
		height: 100%;
	}
	/*球队大事记*/
	.pingpangqiushiji {
		margin-top: 0.2rem;
	}
	.zuqiudashiji_ul {
		margin-bottom: 0;
	}
	.zuqiudashiji_li {
		width: 49%;
		display: inline-block;
		margin-bottom: 0.2rem;
	}
	.zuqiudashiji_list_r {
		text-align: center;
		margin: 0 auto;
		width: 100%;
	}
	/*俱乐部*/
	.pingpangqiujulebu p {
		font-size: 18px;
		line-height: 1.8;
	}
	.videos {
		height: 300px;
	}
	.videos video {
		width: 100%;
		height: 300px;
	}
	.bisaifenxi_head_show .bisaifenxi_head_show_type2 {
		width: 100%;
		margin: 0;
	}
}

/*比赛数据表格_替换掉原来的table改为现在的div*/

.qiuyuanbox1 .qiuyuan-swiper {
	height: 200px;
}
.chao_bisai_tab {
	width: 1200px;
	height: auto;
	background: #f5aa81;
	margin: 0 auto;
	position: relative;
	padding: 0px 40px;
	margin-top: 40px;
}
.chao_bisai_tab .drop_menu {
	border-bottom: 1px solid #ea5503;
}
.chao_bisai_tab .drop_menu .drop_menu_div > a {
	display: inline-block;
	width: auto;
	padding: 25px;
	font-size: 20px;
	color: #ea5503;
	background: -cyan;
}
.chao_bisai_tab .drop_menu .drop_menu_div > a:after {
	content: '';
	display: inline-block;
	background: url(../images/arrow_icon1.png) 100% 100% no-repeat;
	width: 16px;
	height: 11px;
	background-position: 0px 0px;
	margin-left: 10px;
}
.drop_menu_div {
	display: inline-block;
	position: ;
}
.chao_bisai_tab .drop_menu .drop_menu_div > a.on:after {
	content: '';
	background: url(../images/arrow_icon2.png) 100% 100% no-repeat;
}
.chao_bisai_tab .drop_menu ul {
	width: auto;
	background: red;
	display: none;
	position: absolute;
	top: 65px;
	min-width: 100px;
	max-width: 360px;
}
.chao_bisai_tab .drop_menu ul li:nth-child(1) a {
	position: relative;
}
.chao_bisai_tab .drop_menu ul li:nth-child(1) a:first-child:before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 50%;
	top: -22px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border-top: 10px solid transparent;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
}
.chao_bisai_tab .drop_menu ul li a {
	display: block;
	width: ;
	height: 100%;
	background: #f7c7ac;
	color: #fff;
	padding: 12px;
	font-size: 16px;
	border: 3px solid #fff;
}
.chao_bisai_tab .drop_menu ul li {
}
.chao_bisai_tab .drop_menu ul li a {
	border-bottom: 0px solid #fff;
	text-align: center;
	white-space: nowrap;
}
.chao_bisai_tab .drop_menu ul li:last-child a {
	border-bottom: 3px solid #fff;
}
.chao_bisai_tab .drop_menu ul li a:hover,
.chao_bisai_tab .drop_menu ul li a.on {
	background: -#ff0000;
	color: #e95404;
}
.chao_bisai_tab .drop_menu .drop_menu_div:hover ul,
.chao_bisai_tab .drop_menu .drop_menu_div ul.on {
	display: block;
}
.chao_bisai_tab .drop_menu ul.isShow1 {
	margin-left: -38px;
}
.chao_bisai_tab .drop_menu ul.isShow2 {
	margin-left: 17px;
}
.chao_bisai_tab .drop_menu ul.isShow3 {
	left: 0px;
}
.chao_bisai_tab .drop_menu ul.isShow4 {
	left: 0px;
}
.chao_bisai_tab .tab_head {
	height: 78px;
	border-bottom: 1px solid #ea5503;
}
.chao_bisai_tab .tab_head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.chao_bisai_tab .tab_head a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	font-size: 18px;
	font-weight: 700;
	color: #555;
}
.chao_bisai_tab .tab_body {
	overflow-x: auto;
}
.chao_bisai_tab .tab_body ul {
	background: #f5aa81;
	height: 505px;
	overflow-y: auto;
	overflow-x: auto;
	min-width: 850px;
	min-width: 1200px !important;
}
.chao_bisai_tab .tab_body ul li > div {
	display: inline-block;
	width: auto;
	background: -red;
}
.chao_bisai_tab .tab_body ul li > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
}
.chao_bisai_tab .tab_body ul li div.d2 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.5;
}
.chao_bisai_tab .tab_body ul li > div.wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.chao_bisai_tab .tab_body ul li > div.wrap span {
	display: block;
	width: 100%;
	margin-bottom: 5px;
}
.chao_bisai_tab .tab_body ul li {
	height: 70px;
	border-bottom: 1px solid #fff;
}
.chao_bisai_tab.chao_bisai_tab2 .tab_body ul li {
	height: 90px;
}
.chao_bisai_tab .tab_body ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	border-bottom: 2px solid #cfa188;
}
.chao_bisai_tab .tab_body ul li.ismea {
	background: #f08f65 !important;
}
.chao_bisai_tab .tab_body ul li:hover {
	background: #ffb993;
}
.chao_bisai_tab .tab_body ul li * {
	font-size: 18px;
	color: rgba(0, 0, 0, 0.6);
}
.chao_bisai_tab .tab_body ul li .img {
	display: inline-block;
	width: 60px;
	height: 60px;
}
.chao_bisai_tab .tab_body ul li .img:nth-child(1) {
	margin-right: 10px;
}
.chao_bisai_tab .tab_body ul li .img:nth-child(2) {
	margin-left: 10px;
}
.chao_bisai_tab .tab_body ul li img {
	max-width: 100%;
	max-height: 100%;
}
.chao_bisai_tab .tab_body ul li .s2 * {
	font-size: 20px;
	letter-spacing: 4px;
}
.chao_bisai_tab .tab_body ul li .more a {
	font-size: 14px;
	color: #ea5503;
	width: 90px;
	height: 30px;
	border: 1px solid #ea5503;
	line-height: 30px;
	text-align: center;
	transition: all 0.6s;
}
.chao_bisai_tab .tab_body ul li .more a.on {
}
.chao_bisai_tab .tab_body ul li .more a:hover {
	background: #e85206;
	color: #fff;
}
.chao_bisai_tab .tab_body ul li .more a.isbuy {
}
.chao_bisai_tab .tab_body ul li .more a.nobuy {
	background: none;
	color: rgba(0, 0, 0, 0.6);
	border: 1px solid rgba(0, 0, 0, 0.6);
}
.chao_bisai_tab .tab_body ul li > div.d1,
.chao_bisai_tab .tab_head a.a1 {
	width: 19%;
}
.chao_bisai_tab .tab_body ul li > div.d2,
.chao_bisai_tab .tab_head a.a2 {
	width: 21%;
	white-space: break-word;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	line-height: 70px;
}
.chao_bisai_tab .tab_body ul li > div.d3,
.chao_bisai_tab .tab_head a.a3 {
	width: 18%;
}
.chao_bisai_tab .tab_body ul li > div.d4,
.chao_bisai_tab .tab_head a.a4 {
	width: 5%;
}
.chao_bisai_tab .tab_body ul li > div.d5,
.chao_bisai_tab .tab_head a.a5 {
	width: 18%;
}
.chao_bisai_tab .tab_body ul li > div.d6,
.chao_bisai_tab .tab_head a.a6 {
	width: 15%;
}
.chao_bisai_tab .tab_head a.a1,
.chao_bisai_tab .tab_head a.a5 {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.chao_bisai_tab .tab_body ul li > div.d5 {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.chao_bisai_tab .tab_head a.a3 {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.chao_bisai_tab .tab_body ul li > div.d3 {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.chao_bisai_tab .tab_head a.a6:after {
}
.chao_bisai_tab .tab_head a.a1,
.chao_bisai_tab .tab_body ul li > div.d1 {
	padding-left: 20px;
}
.bishai2 {
	width: 100%;
	margin: 34px 0 40px;
}
.bishai2 .bishai_info_img_cell img {
	height: 60px;
}
.bishai2 .bishai_t_cell {
	padding-left: 0;
	text-align: center;
	position: relative;
}
.bishai2 .bishai_t_cell .logs {
	position: absolute;
	top: 10px;
	left: 10px;
	display: inline-block;
	width: 50px;
	height: 50px;
}
.bishai2 .bishai_t_cell .logs img {
	width: 100%;
	height: 100%;
}

/*助攻榜和射手榜相同*/

.chao_zhugong .wid1 {
	width: 10% !important;
}
.chao_zhugong .wid2 {
	width: 20% !important;
}
.chao_zhugong .tab_head a.a1,
.chao_zhugong .tab_body ul li > div.d1 {
	padding-left: 0;
}
.chao_zhugong .tab_head a.a3,
.chao_zhugong .tab_body ul li > div.d3 {
	justify-content: center;
}
.chao_zhugong .tab_head a.a1,
.chao_zhugong .tab_head a.a5,
.chao_zhugong .tab_body ul li > div.d5 {
	justify-content: center;
}
.chao_zhugong .tab_body li .bgs span {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	overflow: hidden;
	border-radius: 100%;
	color: #333;
	display: inline-block;
}
.chao_zhugong .tab_body li:nth-child(1) .bgs span {
	background: #ea5504;
	color: #fff;
}
.chao_zhugong .tab_body li:nth-child(2) .bgs span {
	background: #ea7c04;
	color: #fff;
}
.chao_zhugong .tab_body li:nth-child(3) .bgs span {
	background: #ea9b04;
	color: #fff;
}

/*积分榜*/

.chao_zhugong .wid10 {
	width: 60px !important;
	float: left;
	display: block;
}
.chao_zhugong .wids {
	width: 250px !important;
}
.chao_zhugong .wids span {
	display: block;
	float: left;
	text-align: left;
	text-indent: 4px;
	line-height: 70px;
	height: 70px;
}
.chao_zhugong .wids span:nth-child(1) {
	width: 45px;
}
.chao_zhugong .wids span img {
	width: 45px;
	height: 45px;
	display: inline;
}
.chao_zhugong .wids span:nth-child(2) {
	width: 120px;
}

/*比赛数据表格_替换掉原来的table改为现在的div_媒体查询*/
@media (max-width: 1440px) {
	.chao_bisai_tab {
		padding: 0;
	}
}
@media (max-width: 1200px) {
	.chao_bisai_tab {
		width: 100%;
	}
	.maincenter .fb_more_body_center_l,
	.fb_more_body_center_c,
	.fb_more_body_center_r {
		width: 14%;
	}
}
@media (max-width: 940px) {
	.wap_bisai {
		padding: 0;
	}
	.wap_bisai .tab_head {
		display: none;
	}
	.wap_bisai .tab_body ul li {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		height: auto;
		padding: 10px 0;
	}
	.wap_bisai .tab_body ul li > div {
		width: 30% !important;
		margin: 10px 0;
	}
	.wap_bisai .tab_body ul li > div.wrap span {
		display: inline-block;
		width: auto;
	}
	.wap_bisai .tab_body ul li > div.wrap span:nth-child(1) {
		margin-right: 20%;
	}
	.wap_bisai .tab_body ul li > div.wrap {
		width: 66% !important;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.wap_bisai .tab_body ul li > div.more {
		width: 100% !important;
	}
	.maincenter .fb_more_body_center_l,
	.fb_more_body_center_c,
	.fb_more_body_center_r {
		width: 16%;
	}
	.chao_bisai_tab.chao_bisai_tab2 .tab_body ul li {
		height: auto;
		width: 100%;
		display: ;
	}
}
@media (max-width: 768px) {
	.wap_bisai .tab_body ul {
		height: 490px;
	}
	.wap_bisai .drop_menu > a {
		font-size: 18px;
	}
	.wap_bisai .tab_body ul li > div.wrap span:nth-child(1) {
		margin-right: 5%;
	}
	.wap_bisai .tab_body ul li > div.wrap {
		width: 100% !important;
	}
	.wap_bisai .tab_body ul li > div.d2 {
		width: 100% !important;
	}
	.wap_bisai .tab_body ul li > div.d3 {
		width: 33.33% !important;
		text-align: right;
	}
	.wap_bisai .tab_body ul li > div.d4 {
		width: 20% !important;
	}
	.wap_bisai .tab_body ul li > div.d5 {
		width: 33.33% !important;
		text-align: left;
	}
	.bishai2 .bishai_info_img_cell img {
		width: 15%;
	}
	.maincenter .fb_more_body_center_l,
	.fb_more_body_center_c,
	.fb_more_body_center_r {
		width: 18%;
	}
	.chao_bisai_tab .drop_menu ul.isShow1 {
		margin-left: 0;
	}
	.chao_zhugong .tab_body li .bgs span {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 16px;
	}
	.chao_bisai_tab .tab_body ul li * {
		font-size: 16px;
	}
}

@media (max-width: 640px) {
	.maincenter .fb_more_body_center_l,
	.fb_more_body_center_c,
	.fb_more_body_center_r {
		width: 20%;
	}
	.chao_zhugong .tab_body li .bgs span {
		width: 25px;
		height: 25px;
		line-height: 25px;
		font-size: 14px;
	}
	.chao_bisai_tab .tab_body ul li * {
		font-size: 14px;
	}
}
/*2023年7月25日*/
.julebuqiumi {
	width: 1100px;
	margin: auto;
	background: #f7c0a2;
	padding: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 46px;
	font-size: 21px;
	color: #000000;
}
.qiumi {
	color: #e95404;
	font-size: 22px;
	font-weight: bold;
}
.duihui {
	margin: 20px auto;
	text-align: center;
}
.duihui img {
	width: 5rem;
	height: auto;
}
.fengexian {
	border-top: solid 1px #fc9660;
	border-bottom: solid 1px #fad9c7;
	margin: 20px auto;
}
.qiumijieshao {
	font-size: 18px;
	line-height: 32px;
	margin: 20px auto;
}
.qiumijieshao span {
	font-weight: bold;
}
.qiumijieshao p {
	text-align: justify;
	color: #000;
}
