@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
.cen{
	margin:200px auto 200px auto;
	width:600px;
	height:300px;
}
.img{
	display:inline-block;
	width:190px;
	height:230px;
}
.tex{
	display:inline-block;
	position:relative;
	top:-10px;
	margin-left:20px;
	width:330px;
}
.tex .li1{
	font-size:30px;
	font-family: \5FAE\8F6F\96C5\9ED1;
	color:#006db7;
	height:30px;
	line-height:30px;
	margin-bottom:15px;
}
.tex .li2{
	font-size:14px;
	color:#898989;
	height:20px;
	line-height:20px;
	font-weight:bold;
}
.tex .li3{
	border:1px solid #006db7;
	border-radius:5px;
	width:120px;
	height:36px;
	text-align:center;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	margin-top:30px;
	margin-bottom:15px;
}
.tex .li3 a{
	border-top: 1px solid #1bbaeb;
	border-radius: 4px;
	display: block;
	width: 120px;
	height: 36px;
	line-height:35px;
	background-image: -webkit-linear-gradient(270deg,rgba(19,140,221,1.00) 0%,rgba(0,109,183,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(19,140,221,1.00) 0%,rgba(0,109,183,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(19,140,221,1.00) 0%,rgba(0,109,183,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(19,140,221,1.00) 0%,rgba(0,109,183,1.00) 100%);
}
.tex .li4{
	font-size:12px;
	color:#898989;
}