

.tit h3{
	font-size: 36px;
}
img{
	vertical-align: bottom;
}

#banner{
	vertical-align: bottom;
}
#banner .banner1{
	position: relative;
	height: 562px;
	background-size: cover;
}
#banner .banner1 img{
	width: 100%;
	height: auto;
}
#banner .banner1 .content{
	position: absolute;
	width:900px;
	left: 50%;
	top: 50%;
	color: #19181d;
	-o-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
#banner .banner1 h3{
	font-size: 48px;
	font-family: "方正综艺简体","Microsoft YaHei","arial";
	font-weight: 700;
	color: #fff;
	margin-top: 10px;
}
#banner .banner1 p{
	margin-top: 26px;
	font-size: 36.7px;
	color: #fc773d;
	letter-spacing: 3px;
	display: inline-block;
	padding: 30px 45px;
	background-color: rgba(255,255,255,.8);
}
#banner .banner1 .btn{
	font-size: 20px;
	width: 240px;
	height: 50px;
	line-height: 50px;
	margin-top: 30px;
	margin-bottom: 0;
	border-radius: 10px;
}
#banner .banner1 .btn .icon{
	width: 26px;
	height: 26px;
}



/*home*/
#home ul{
	-webkit-display: flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
#home li{
	position: relative;
	width: 240px;
	height: 240px;
	border: 16px solid #e0f3f7;
	border-radius: 50%;
	background-color: #7ec8e5;
	margin-bottom: 35px;
	cursor: pointer;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#home li:hover{
	border-color: #ffe0d7;
	background-color: #f85729;
}
#home li .num{
	position: absolute;
	left: 0;
	top: -10px;
	font-size: 28px;
	color: #f85729;
	width: 73px;
	height: 73px;
	line-height: 73px;
	border-radius: 50%;
	background:url(bg-border.png) no-repeat center;
	background-size: cover;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#home li:hover .num{
	background-image:url(bg-border-hover.png);
}
#home li .content{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-display: flex;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	line-height: 46px;
	font-size: 30px;
}
#home div.icon{
	width: 97px;
	height: 71px;
}
#home div.icon img{
	width: 100%;
	height: 100%;
}
#home .btn{
	font-size: 22px;
    width: 300px;
    height: 60px;
    line-height: 60px;
    border-radius: 10px;
}

/*entr*/
#entr{
	background-color: #0192df;
	color: #fff;
	padding-bottom: 40px;
}
#entr .tit h3,#entr .tit p{
	color: #fff;
}
#entr .tit hr{
	border-color: #fff;
}
#entr .left{
	float: left;
	width: 640px;
}
#entr .title{
	font-size: 30px;
}
#entr .left table {
	width: 100%;
	border:1px solid #fff;
	border-bottom: none;
	border-top: none;
}
#entr .left .thead{
	border:1px solid #fff;
	border-bottom: none;
	margin-top: 32px;
}
#entr .left .thead:after{
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
}
#entr .left .thead div{
	float: left;
	width: 23%;
	height: 59px;
	line-height: 59px;
	font-size: 22px;
	text-align: center;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#entr .left .thead div:last-child{
	width: 31%;
	border-right: none;
}
#entr .left table tr{
	border-bottom: 1px dashed #fff;
}
#entr .left table td{
	width: 23%;
	font-size: 18px;
	line-height: 52px;
	opacity: .8;
	filter: alpha(opacity=80);
}
#entr .left table tr td:nth-child(4){
	width: 31%;
}
#entr .left #table-wrap{
	height: 371px;
	overflow: hidden;
	border-bottom: 1px solid #fff;
}
#entr .right{
	float: right;
	width: 400px;

}
#entr .right form {
	margin-top: 80px;
}
#entr .right form>p{
	position: relative;
	margin-bottom: 40px;
	font-size: 20px;
	line-height: 50px;
}
#entr .right form>p .require{
	position: absolute;
	color: red;
	right: -10px;
	font-size: 30px;

}
#entr .right .input{
	width: 300px;
	height: 50px;
	border-radius: 5px;
	padding-left: 15px;
	font-size: 20px;
	color: #fff;
	background-color: transparent;
	outline: 0;
	border:1px solid #fff;
}
#entr .right input.beizhu{
	height: 81px;
}
#entr .right  select.input option{
	font-size: 16px;
	color: #333;
}
#entr .right input[type=submit]{
	width: 245px;
	height: 50px;
	border-radius: 10px;
	background-color: #fc773d;
	font-size: 24px;
	outline: 0;
	border: none;
	color: #fff;
	transform: translateX(33px);
}
#entr .right input[type=submit]:hover{
	background-color: #e34500;
}


/*together*/
#together{
	padding-bottom: 50px;
}
#together li{
	float: left;
	width: 12.5%;
	text-align: center;
	height: 110px;
	border:1px solid #ededef;
	line-height: 110px;
}
#together li img{
	cursor: pointer;
	vertical-align: middle;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#together li img:hover{
	-o-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-webkit-transform:scale(1.1);	
	transform:scale(1.1);
}


/*contact*/
#contact{
	background-color: #eee;
}