html,
body {
	padding: 0px;
	margin: 0px;
	min-width: 1200px;
}
a{
	text-decoration: none;
	
}
.weburl  a{
	color:rgba(255, 2555, 255, 0.47) !important;
}
.footer-f{
	width: 100%;
	margin-top: 120px;
	background: #3A9D56;
}
.news-item-box a {
	text-decoration: none;
	color: black;
	/* font-weight: bolder; */
}

.head-notice {
	position: absolute;
	left: 71%;
	top: 0;
	background: #fff;
	box-sizing: border-box;
	padding: 0px 2px;
	list-style-type: none;
}

.head-notice>li {
	float: left;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}

.head-notice>li>span {
	font-size: 16px;
	color: #ff7255;
	margin: 2px;
	box-sizing: border-box;
}

.page {
	font-family: "微软雅黑";
}

.container {
	min-width: 1200px;
}


/* 赞助 */
.zanzhu {
	width: 84%;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px;
	height: auto !important ;
}
.zan-lun{
	/* height: 170px !important ; */
  padding: 0px 13%;
  overflow: hidden;
}
.img_zanzu img{
	max-width: 100%;
  height: 100%;
  margin-left: 50%;
  transform: translateX(-50%);
	/*position: absolute;
	top: 50%;
	transform: translateY(-50%);*/
}
.img_zanzu {
  width: 21%;
  height: 110px;
  margin: 2%;
  float: left;
	/*width: 20%;
	float: left;
	height: 81px;
	position: relative;
	margin-left: 10%;*/
}
.zanzhu img:nth-child(2) {
	margin-left: -30%;
	margin-right: -30%;
}

/*友情链接*/

.friend-link {
	width: 100%;	
	background: rgb(25, 25, 25);
}

.friend-link-box {
    width: 1200px; 
    color: #808080;
    box-sizing: border-box;
    padding: 20px 0px;
    margin: 0 auto;
}

.friend-link-box>a {
	text-decoration: blink;
	color: rgba(255, 255, 255, 0.47);
	padding: 5px 10px;
	font-size: 14px;
	line-height: 20px;
	height: auto;
	white-space:nowrap; 
}

/*footer*/

.footer {
	height: 222px;
	width: 1200px;
	margin: 0 auto;	
	box-sizing: border-box;
	padding: 26px 0;
	padding-bottom: 16px;
	overflow: hidden;
}
.footerLeft{
	float: left;
}
.footerRight{
	float: right;
	text-align: center;
	width: 90px;
}
.footerRight img {
	width: 100%;
}
.footerRight div {
	opacity: 0.6;
	font-size: 14px;
	font-family: PingFangSC-Medium,
	PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 20px;
	margin-top: 14px;
}
.footerLeft>div {
	font-size: 14px;
	font-family: PingFangSC-Medium,
	PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	margin-bottom: 10px;
	opacity: 0.6;
}

.footer-menu {
    align-items: center;
    width: 600px;
    font-size: 12px;
    color: rgba(255, 2555, 255, 0.47);
    margin: 10px auto;
}

.footer-menu>a {
	text-decoration: blink;
	color: rgba(255, 2555, 255, 0.47);
	padding: 10px;
}


.a1 {
	background: #fb6e52;
}

.a1:hover {
	background: #9c4433;
}

.a2 {
	background: #f6bb43;
}

.a2:hover {
	background: #b38730;
}

.a3 {
	background: #24cda4;
}

.a3:hover {
	background: #15745c;
}

.c {
	display: block;
	left: 20%;
	width: 180px;
	height: 320px;
	/* line-height: 50px; */
	background: rgba(red, green, blue, 0);
	padding: 0;
	z-index: 999;
}

.c :hover {
	/* rgba(255,255,255,0.3) */
	background: rgba(255, 255, 255, 0.3);
}

.c p {
	padding-top: 40%;
	margin: 0;
	width: 75%;
	height: 250px;
	font-size: 22px;
	color: white;
	background: #274b7d;
	writing-mode: vertical-rl;
	display: inline-block;
	transform: skewX(44deg);
	border-left: white solid 3px;
}

.c1 {
	position: absolute;
	top: 0;
	left: 25%;
}

.c2 {
	position: absolute;
	top: 0;
	left: 35%;
}

.c3 {
	position: absolute;
	top: 0;
	left: 45%;
}


