﻿@charset "utf-8";
.web01 {
	width: 100%;
	height: 40vw;
	line-height:20vw;
	text-align:center;
	background-color:#F0F0F0;
	margin-top:-5vw;
	border-radius: 3vw;
	font-family:"黑体";
	font-size:6vw;
}
.web1 {
	width: 91vw;
	height: 96vw;
	background-color:#FFF;
	margin:2vw;
	margin-top:-20vw;
	border:0.3vw solid #F80;
	border-radius: 3vw;
	font-family:"黑体";
	box-shadow: 0 0 1.5vw #AAA;
}
.web1_1 {
	width: 100%;
	height: 20vw;
	line-height:16vw;
	text-align:center;
	font-size:4vw;
	font-weight:bold;
	color:#000;
	word-break:break-all;
	margin-top:3vw;
}
.web1_2 {
	width: 98%;
	height: 10vw;
	text-align:center;
	font-size:4vw;
	color:#F80;
	border:1px solid #FF3300;
}
.b{
	width: 20vw;
	height: 8vw;
	line-height:8vw;
	font-size: 4vw;
	padding:2vw 10vw;
	margin-left:12vw;
	border:0px;
	border-radius: 2vw;
	cursor:hand;
	color:#FFF;
	text-align:center;
	margin-left:-0.2vw;
	background-image:linear-gradient(#ff6600, #ffaa00);
	text-decoration:none;
	}
.b:hover{background-image:linear-gradient(#ff6600, #ff6600);}