﻿html,
body,
div,
section,
figure,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
header,
input,
a {
	margin: 0;
	padding: 0;
	text-align: center;
	display: block;
}
a{ text-decoration: none;}
@media only screen and (min-width: 320px) and (max-width:350px) {
	html,
	body {
		font-size: 10px !important;
	}
	#scroll_question ul li {
		font-size: 9px !important;
		font-family: "Microsoft Yahei";
		font-weight: normal;
		line-height: 40px;
		width: 211px !important;
	}
	#scroll_question {
		overflow: hidden;
		height: 40px;
		float: left;
		width: 219px !important;
	}
	.login_panel .panel_center .askfor {
		width: 71px !important;
		margin-left: 0px  !important;	
	}
}

@media only screen and (min-width:1300px) {
	.login_panel .panel_center {
		width: 450px !important;
	}
}

h2 {
	font-size: 1.6rem;
}



a {
	text-decoration: none;
}
ul,
li {
	list-style: none;
}
img {
	border: 0 none;
	display: block;
}
html,
body {
	font-family: helvetica, "microsoft yahei";
	font-size: 12px;
	width: 100%;
	box-sizing: border-box;
	/*background: #0068b7;*/
	/*background: url(../images/body-background.jpg) 0 0 repeat;*/
}
.clear {
	diplay: block!important;
	float: none!important;
	clear: both;
	overflow: hidden;
	width: auto!important;
	height: 0!important;
	margin: 0 auto!important;
	padding: 0!important;
	font-size: 0;
	line-height: 0;
}
.part1 {
/*	background: -webkit-linear-gradient( to bottom, rgba(218,253,239,1.00) 0%, rgba(208,245,234,1.00) 50%, rgba(255,255,255,0) 100%);
	background: linear-gradient( to bottom, rgba(218,253,239,1.00) 0%, rgba(208,245,234,1.00) 50%, rgba(255,255,255,0) 100%);*/
	padding: 0;
	position: relative;
	top: -345px;
	text-align: center;
	max-width: 650px;
	margin: auto;
}
.part1 .p1_logo{
	width: 14rem;
	margin: 10px auto 0;
}
.part1 p.p1_p2{
	font-size: 32px;
    color: #fff;
    text-shadow: 2px 2px 0px #0068b7;
}
.part1 ul{
	overflow: hidden;
    padding: 10px 0;
    background: rgba(255,255,255,.5);
    margin: 10px auto;
}
.part1 ul li{
	float: left;
    width: 25%;
    text-align: center;
}
.part1 ul li a{
	width: 82%;
    margin: auto;
    background: #0068b7;
    border-radius: 8px;
    padding: 10px 0;
}
.part1 ul li a img{
	width: 44%;
	max-width: 50px;
	margin: auto;
}
.part1 ul li a p{
	font-size: 12px;
	color: #fff;
	text-shadow: 2px 1px 0px #444;
}
.part1 ul li a div{
	width: 74%;
    margin: 10px auto 8px;
    height: 1px;
    background: #fff;
}
.part1 a.t_btn{
	width: 80%;
    margin: auto;
    background: #0068b7;
    color: #f4ee74;
    line-height: 40px;
    border-radius: 50px;
    font-size: 17px;
    max-width: 450px;
}
.part1 .p1_p{
	font-size: 12px;
    margin-top: 10px;
    color: #e10000;
    text-align: center;
    background: rgba(255,255,255,.5);
    line-height: 22px;
}

/*{
    background: rgba(20,57,128,1);
    background: -moz-linear-gradient(top, rgba(20,57,128,1) 0%, rgba(96,156,229,1) 50%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(20,57,128,1)), color-stop(50%,rgba(96,156,229,1)),color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top, rgba(20,57,128,1) 0%, rgba(96,156,229,1) 50%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top, rgba(20,57,128,1) 0%, rgba(96,156,229,1) 50%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top, rgba(20,57,128,1) 0%, rgba(96,156,229,1) 50%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(20,57,128,1) 0%, rgba(96,156,229,1) 50%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=0 );
}
:root .gradient{filter:none;}*/
.logo img {
	width: 60px;
	margin: 13px auto;
}
h1 {
	font-size: 3.2rem;
	/*font-weight: normal;*/
	color: #1c2975;
	margin-top: 2px;
	/*margin-bottom: 1rem;*/
	font-weight: bold;
}
.line {
	width: 250px;
	height: 1px;
	background: #A8A8A8;
	box-shadow: 0 1px 0px #a8a8a8;
	margin: 12px auto 0px;
	;
}
h2 {
	font-size: 1.6rem;
	;
	font-weight: normal;
	color: #000000;
	/*margin-top: 16px;*/
}
.evidence {
	margin: 10px auto 0;
}
.evidence li {
	font-size: 12px;
    line-height: 28px;
    color: #333333;
    display: inline-block;
    font-weight: bold;
}
.evidence li span {
	display: inline-block;
	background: url(../images/iconhjs.png) no-repeat;
	width: 20px;
	height: 20px;
	margin-right: 3px;
}
.evidence li span.icon1 {
	background-position: 0px 3px;
	background-size: 46px auto;
}
.evidence li span.icon2 {
	background-position: 0px 3px;
	background-size: 46px auto;
}
.deadline {}
h3 {
	font-size: 1.8rem;
	font-weight: normal;
	color: #333333;
	margin-top: 1rem;
}
.deadline-box {
	width: 160px;
	margin: 0.6rem auto;
}
.month-box {
	background: #ffffff;
	font-size: 2.2rem;
	border: 1px solid #333;
	float: left;
	width: 4.2rem;
	height: 3.2rem;
	line-height: 3.2rem;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
.month-text {
	font-size: 1.2rem;
	color: #333333;
	float: left;
	padding-top: 1.5rem;
	padding-left: 5px;
}
.day-box {
	background: #ffffff;
	font-size: 2.2rem;
	border: 1px solid #333;
	float: left;
	width: 4.2rem;
	height: 3.2rem;
	line-height: 3.2rem;
	float: left;
	margin-left: 1rem;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
.day-text {
	font-size: 1.2rem;
	color: #333333;
	float: left;
	padding-top: 1.5rem;
	padding-left: 5px;
	text-shadow: 0px 0px 0px #a7cdfa;
}
img.img2{
	width: 100%;
    max-width: 400px;
    margin:10px auto 0;
}
img.bannerImg{
	width: 100%;
	max-width: 750px;
	margin: auto;
}
.t_1 h4{
	position: relative;
	width: 100%;
	margin: 10px auto 0;
	font-size: 26px;
    color: #0068b7;
    text-shadow: none;
}
.t_1 h5{
	font-size: 18px;
	color: #0068b7;
	margin-top:10px;
}
.t_1 h5 span{
	color: #0068b7;
}
.t_1 h4 p{
	margin-left: -20px;
}
.t_1 h4 span{
	color: #e10000;
}
.t_1 h4 img{
	position: absolute;
	top: 4px;
	width: 25px;
	display: inline-block;
	margin: 0 8px 0;
}
.t_1{
	/*margin-top:-93px;*/
}
.top_btn {
    background: #fff;
    width: 92.5%;
    margin: auto;
    max-width: 370px;
    border-radius: 10px;
}
.top_btn a.d_btn {
	/*width:200px;
	height:200px;
	background-size:200px 200px;*/
	-webkit-animation-name:scaleDraw;
	/*关键帧名称*/
            -webkit-animation-timing-function:ease-in-out;
	/*动画的速度曲线*/
            -webkit-animation-iteration-count:infinite;
	/*动画播放的次数*/
            -webkit-animation-duration:2s;
	/*动画所花费的时间*/
}
 @keyframes scaleDraw {
	/*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    0% {
		transform:scale(1);
		/*开始为原始大小*/
	}
	25% {
		transform:scale(1.1);
		/*放大1.1倍*/
	}
	50% {
		transform:scale(1);
	}
	75% {
		transform:scale(1.1);
	}
}
a.red_btn{
	background: #0068b7;
	color: #f4ee74;
}
.btn {
    display: block;
    background: #0068b7;
    width: 294px;
    margin: 14px auto 0px;
    height: 46px;
    line-height: 46px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    font-size: 1.3rem;
    text-decoration: none;
    border-radius: 50px;
}
.btn:active {
	background: -webkit-linear-gradient( to bottom, rgba(53, 120, 203, 1) 0%, rgba(83, 148, 228, 1) 100%);
	background: linear-gradient( to bottom, rgba(53, 120, 203, 1) 0%, rgba(83, 148, 228, 1) 100%);
}
.note {
	    color: #ff0000;
    font-size: 1rem;
    margin: 0 auto;
    text-shadow: 1px 1px 0px #ffffff;
    border: 1px solid #E7080B;
    border-radius: 20px;
    width: 88%;
    font-weight: bold;
    padding: 5px;
}
.arrow-down {
	width: 0;
	height: 0;
	margin: 0 auto;
	border-top: 10px solid #cccccc;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
.part2 {
	padding: 2em 0;
	position: relative;
}
.notice-title {
	font-size: 1.2rem;
	background: #faf8ef;
	border: 1px solid #cec8a9;
	box-shadow: -1px -1px 1px #ece8d8;
	color: #908964;
	padding: 5px 0;
	width: 100px;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 10%;
	margin-left: -50px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
.notice-box {
	border: 1px solid #0068b7;
	background: #ffffff;
	width: 270px;
	margin: 28px auto 0;
	list-style: square;
	padding: 15px 10px 10px;
	box-shadow: 1px 1px 0px #ffffff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
.notice-box li {
	list-style: square;
	text-align: left;
}
.notice-box li a {
	text-decoration: none;
	text-align: center;
	line-height: 2rem;
	color: #333333;
	font-size: 0.8rem;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #ffffff;
	font-size: 1.4rem;
}
.notice-box li a span{
	font-weight: bold;
	color: red;
}

h4 {
	font-size: 2.5rem;
	color: #0068b7;
	/*text-shadow: 1px 1px 0px #ffffff;*/
	font-weight: bold;
}
.part3 {
	padding: 1em 0;
    position: relative;
    background: #fff;
    width: 92.5%;
    max-width: 370px;
    margin: 15px auto;
    border-radius: 10px;
}
.top_btn a.red_btn{
	background: #821535;
}
.part3 img {
	display: block;
	width: 100%;
}
.forms {
	width: 310px;
	margin: 0 auto;
	margin-top: 10px;
}
.forms li {
	float: left;
	border: 1px solid #0068b7;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #ffffff;
	width: 88px;
	margin-right: 5px;
	margin-bottom: 8px;
	padding: 10px 5px;
	box-shadow: 1px 1px 0px #ffffff;
}
/*.part3 .forms-btn{ background:none; color: #1c2975; text-shadow:none; font-weight: bold; }*/
.forms-title {
	font-size: 14px;
    color: #0068b7;
    font-weight: 600;
}
.forms div.form_d{
	border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 12px;
    color: #757575;
    margin-top: 5px;
}
.forms-btn {
	display: block;
    font-size: 12px;
    width: 86px;
    margin: 8px auto 0px;
    height: 28px;
    line-height: 28px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    color: #ffffff;
    font-weight: 600;
}
.forms-btn:active {
	background: -webkit-linear-gradient( to bottom, rgba(53, 120, 203, 1) 0%, rgba(83, 148, 228, 1) 100%);
	background: linear-gradient( to bottom, rgba(53, 120, 203, 1) 0%, rgba(83, 148, 228, 1) 100%);
}
.part4 {
	padding: 1em 0 .5rem;
	position: relative;
	background: #fff;
	width: 92.5%;
	max-width: 370px;
	margin: 15px auto;
	border-radius: 10px;
}
.questions-box {
	width: 320px;
	margin: 0 auto;
}
.questions {
	margin-top: 23px;
	float: left;
	margin-left: 15px;
}
.questions li {
	text-align: left;
	line-height: 34px;
	border-bottom: 1px dashed #0068b7;
}
.questions li a {
	text-align: left;
	font-size: 1.1rem;
	color: #333333;
	text-decoration: none;
}
.questions1{
	text-align: :left;
    color: darkred;
	font-weight: bolder;
	text-decoration: none;
}
.questions li a.red_a{
	color: #e10000;
}
.questions-btn {
	margin-top: 25px;
	font-size: 0.8rem;
	float: right;
	margin-right: 10px;
	color: #fff;
	/*text-shadow: 1px 1px 0px #ffffff;*/
}
.questions-btn li {
	margin-bottom: 5px;
}
.questions-btn li a {
	display: block;
	font-size: 13px;
	border: 1px solid #0068b7;
	background: #0068b7;
	color: #fff;
	width: 74px;
	height: 28px;
	line-height: 28px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
.questions-btn li a.red_a{
	color: #e10000;
}
.questions-btn li a:active {
	background: -webkit-linear-gradient( to bottom, rgba(243, 243, 243, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient( to bottom, rgba(243, 243, 243, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.part5 {
	padding: 1em 0 2rem;
    position: relative;
    background: #fff;
    max-width: 370px;
    width: 92.5%;
    margin: 15px auto;
    border-radius: 10px;
}
.info-list {
	margin: 0 auto;
	margin-top: 25px;
	width: 310px;
}
.info-list li {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}
.info-list li a {
	display: block;
	width: 98px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	position: relative;
}

.info-list li a:active {
	background: -webkit-linear-gradient( to bottom, rgba(53, 120, 203, 1) 0%, rgba(83, 148, 228, 1) 100%);
	background: linear-gradient( to bottom, rgba(53, 120, 203, 1) 0%, rgba(83, 148, 228, 1) 100%);
}
.info-list li a img{
	width: 100%;
}
.info-list li a div{
	position: absolute;
    top: 26px;
    text-align: center;
    width: 100%;
    background: rgb(130 150 165 / 80%);
    line-height: 22px;
}
.part6 {
	padding: 2em 0;
	position: relative;
}
.university-name {
	font-size: 1.5rem;
	line-height: .1rem;
	text-shadow: 1px 1px 0px #ffffff;
	text-align: left;
	color: #1c2975;
	margin-top: 15px;
	font-weight: 600;
}
.university-list {
	margin-top: 25px;
}
.university-list li {
	width: 260px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.university-img img {
	width: 260px;
	margin: 0 auto;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	display: block;
	padding: 3px;
	border: 1px solid #0068b7;
	box-shadow: 1px 1px 0px #ffffff;
}
.university-title {
	font-size: 1.3rem;
	line-height: 1.8rem;
	text-shadow: 1px 1px 0px #ffffff;
	text-align: left;
	color: #239b6f;
	margin-top: 15px;
}
.university-title span {
	font-size: 1.1rem;
}
.university-limit {
	font-size: 0.8rem;
	line-height: 1.4rem;
	text-shadow: 1px 1px 0px #ffffff;
	text-align: left;
	color: #239b6f;
}
.university-intro {
	text-align: left;
	font-size: 1.2rem;
	line-height: 1.3;
	text-shadow: 1px 1px 0px #ffffff;
	color: #666666;
	margin-top: 10px;
}
.part7 {
	padding: 2em 0;
	position: relative;
}
.forecast-title {
	font-size: 1.2rem;
	background: #faf8ef;
	border: 1px solid #cec8a9;
	box-shadow: -1px -1px 1px #ece8d8;
	color: #908964;
	padding: 5px 0;
	width: 100px;
	margin: 25px auto 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
.forecast-questions {}
.forecast-questions li {
	text-align: center;
	margin-bottom: 5px;
}
.forecast-questions a {
	text-decoration: none;
	font-size: 0.8rem;
	line-height: 1.4rem;
	color: #333333;
}
.forecast-questions a span {
    text-decoration: none;
    font-size: 2rem;
    line-height: 3rem;
    color: #239b6f;
}
.part8 {
	padding: 2em 0;
	position: relative;
}
.reasons {
	width: 260px;
	margin: 0 auto;
	margin-top: 25px;
}
.reasons li {
	margin-bottom: 15px;
}
.reasons li a {
	display: block;
	font-size: 1rem;
	color: #333333;
	text-shadow: 1px 1px 0px #ffffff;
	border: 1px solid #0068b7;
	background: -webkit-linear-gradient( to bottom, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 100%);
	background: linear-gradient( to bottom, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 100%);
	box-shadow: 1px 1px 1px #ececec;
	width: 120px;
	margin: 0 auto;
	height: 36px;
	line-height: 36px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #333333;
	text-shadow: 1px 1px 0px #ffffff;
	text-decoration: none;
}
.reasons li a:active {
	background: -webkit-linear-gradient( to bottom, rgba(243, 243, 243, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient( to bottom, rgba(243, 243, 243, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.reasons li p {
	text-align: left;
	font-size: 0.8rem;
	margin-top: 8px;
	color: #666666;
}
.part9 {
	padding: 2em 0;
	position: relative;
}
.grant-img img {
	width: 260px;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	display: block;
	padding: 3px;
	border: 1px solid #0068b7;
	box-shadow: 1px 1px 0px #ffffff;
}
.grant-intro {
	font-size: 0.8rem;
	line-height: 1.2rem;
	text-align: left;
	width: 260px;
	margin: 0 auto;
	color: #666666;
	margin-top: 10px;
	text-indent: 1.8rem;
	text-align: justify;
	text-shadow: 1px 1px 0px #ffffff;
}
.part10 {
	padding: 2em 0;
	position: relative;
}
.tentimes {
	font-size: 1rem;
	background: #faf8ef;
	border: 1px solid #cec8a9;
	box-shadow: -1px -1px 1px #ece8d8;
	color: #908964;
	padding: 5px 0;
	width: 280px;
	margin: 10px auto 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
.tentimes-img img {
	width: 260px;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	display: block;
	padding: 3px;
	border: 1px solid #0068b7;
	box-shadow: 1px 1px 0px #ffffff;
}
.brand {
	width: 242px;
	margin: 0 auto;
}
.brand li {
	float: left;
	width: 100px;
	border-right: 1px solid #0068b7;
	border-bottom: 1px solid #0068b7;
	padding: 10px;
}
.brand-img1 {
	background: url(../images/iconhjs.png) 0px -99px no-repeat;
	width: 100px;
	height: 76px;
	background-size: 100px auto;
}
.brand-img2 {
	background: url(../images/iconhjs.png) 0px -210px no-repeat;
	width: 100px;
	height: 76px;
	background-size: 100px auto;
}
.brand-img3 {
	background: url(../images/iconhjs.png) 0px -315px no-repeat;
	width: 100px;
	height: 76px;
	background-size: 100px auto;
}
.brand-img4 {
	background: url(../images/iconhjs.png) 0px -420px no-repeat;
	width: 100px;
	height: 76px;
	background-size: 100px auto;
}
.brand-text {
	color: #666666;
	font-size: 0.8rem;
	margin-top: 8px;
	text-shadow: 1px 1px 0px #ffffff;
}
.part11 {
	padding: 0 0 2rem;
    position: relative;
    width: 92.5%;
    max-width: 370px;
    margin: 0 auto 0;
    background: #fff;
    border-radius: 10px;
}
.get-grant {
	font-size: 1.2rem;
	background: #faf8ef;
	border: 1px solid #cec8a9;
	box-shadow: -1px -1px 1px #ece8d8;
	color: #908964;
	padding: 5px 0;
	width: 280px;
	margin: 10px auto 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
.get-grant-ask {
	width: 280px;
	margin: 0 auto;
}
.get-grant-ask li {
	float: left;
	margin-right: 10px;
}
.btn-1 {
	display: block;
	border: 1px solid #239b6f;
	background: -webkit-linear-gradient( to bottom, rgba(83,211,149,1.00) 0%, #188a60 100%);
	background: linear-gradient( to bottom, rgba(83,211,149,1.00) 0%, #188a60 100%);
	box-shadow: -1px -1px 1px rgba(255, 255, 255, 0.35);
	width: 133px;
	margin: 10px auto 10px;
	height: 46px;
	line-height: 46px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #ffffff;
	text-shadow: 1px 1px 0px rgba(36, 36, 36, 0.65);
	text-decoration: none;
}
.btn-1:active {
	background: -webkit-linear-gradient( to bottom, rgba(53, 120, 203, 1) 0%, rgba(83, 148, 228, 1) 100%);
	background: linear-gradient( to bottom, rgba(53, 120, 203, 1) 0%, rgba(83, 148, 228, 1) 100%);
}
.btn-2 {
	display: block;
	color: #333333;
	text-shadow: 1px 1px 0px #ffffff;
	border: 1px solid #0068b7;
	background: -webkit-linear-gradient( to bottom, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 100%);
	background: linear-gradient( to bottom, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 100%);
	box-shadow: 1px 1px 1px #ececec;
	width: 133px;
	margin: 10px auto 10px;
	height: 46px;
	line-height: 46px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #666666;
	text-shadow: 1px 1px 0px #ffffff;
	text-decoration: none;
}
.btn-2:active {
	background: -webkit-linear-gradient( to bottom, rgba(243, 243, 243, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient( to bottom, rgba(243, 243, 243, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
footer {
	background: #333333;
	padding: 1.5rem 0;
}
footer figure img {
	width: 75px;
	margin: 0 auto;
	margin-bottom: 5px;
}
.fixed-nav {
	width: 70px;
	height: 58px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 8;
	background: url(../images/free-plan.png) 0 0 no-repeat;
	background-size: 70px 58px;
}
.free-plan {
	display: block;
	font-size: 0.8rem;
	line-height: 1rem;
	color: #ffffff;
	text-decoration: none;
	margin-top: 19px;
	text-shadow: 1px 1px 0px #d64c02;
}
#loading {
	background: rgba(255, 255, 255, 1);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
}
.spinner {
	margin: 100px auto;
	width: 50px;
	height: 60px;
	text-align: center;
	font-size: 10px;
}
.spinner>div {
	background-color: #239b6f;
	height: 100%;
	width: 6px;
	display: inline-block;
	-webkit-animation: stretchdelay 1.2s infinite ease-in-out;
	animation: stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.spinner .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
.spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.spinner .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
@-webkit-keyframes stretchdelay {
	0%,
	40%,
	100% {
		-webkit-transform: scaleY(0.4)
	}
	
	20% {
		-webkit-transform: scaleY(1.0)
	}
}
@keyframes stretchdelay {
	0%,
	40%,
	100% {
		transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
	}
	
	20% {
		transform: scaleY(1.0);
		-webkit-transform: scaleY(1.0);
	}
}
.icon-arrow-up {
	position: fixed;
	z-index: 99999;
	width: 50px;
	height: 50px;
	display: block;
}
.icon-arrow-up {
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	bottom: 3%;
	display: block;
}
.icon-arrow-up i {
	display: block;
	width: 100%;
	height: 100%;
	z-index: 100;
	background-repeat: no-repeat;
	background-size: 400px 50px
}
.icon-arrow-up i {
	-webkit-animation: arrowUp 1.5s ease-out infinite;
	animation: arrowUp 1.5s ease-out infinite
}
.ani-up1 {
	background-position: -50px 0;
}
@-webkit-keyframes arrowUp {
	0% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0)
	}
	
	50% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0)
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -20px, 0)
	}
}
@keyframes arrowUp {
	0% {
		opacity: 1;
		transform: translate3d(0, 0, 0)
	}
	
	50% {
		opacity: 1;
		transform: translate3d(0, -20px, 0)
	}
	
	100% {
		opacity: 0;
		transform: translate3d(0, -20px, 0)
	}
}
.link-btns {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
}
.wrap {
	width: 80%;
	margin: .5em auto .8em;
	border: 1px solid #AEBDCD;
	background-color: #F1F5FA;
	box-shadow: 0 5px 5px rgba(64, 100, 138, .4);
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 3px;
}
.link-btns .l-btn {
	position: relative;
	display: inline-block;
	float: left;
	width: 50%;
	min-height: 50px;
	height: 50px;
	line-height: 40px;
	padding: 0.2em 0 .2em;
	color: #5C7894;
	text-decoration: none;
}
.link-btns .l-btn.hover {
	background-color: #B5CDE6;
}
.link-btns .l-btn span {
	position: relative;
	display: block;
	width: 14.5em;
	;
	margin: 0 auto;
}
.link-btns .l-btn span:after {
	content: ' ';
	position: absolute;
	top: 0;
	width: 35px;
	height: 35px;
	background-image: url(../images/sun-spa.png.html);
	background-repeat: no-repeat;
}
.link-btns .l-btn.tal span {
	text-align: right;
}
.link-btns .l-btn.tal span:after {
	left: 0;
	background-position: 0 0;
}
.link-btns .l-btn.tel span:after {
	right: 0;
	background-position: -45px 0;
}
.link-btns .l-btn:first-child {
	border-right: 1px solid #DBE5F0;
}
.main{
	padding-top: 78px;
}
.nav {
	width: 100%;
	height: 78px;
	background: #239b6f;
	margin: 0 auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
}
.navtop{
	overflow: hidden;
	max-width: 750px;
	margin: auto;
}
.nav .logodiv{
	float: left;
	width: 63%;
}
.nav_sea{
	float: right;
	width: 35%;
}
.nav_sea input{
	width: 82%;
    margin: 10px auto;
    border-radius: 30px;
    border: none;
    line-height: 28px;
    text-align: left;
    padding-left: 10px;
    background: #81b3d8;
    color: #fff;
}
.nav_sea input:focus{
	outline: none;
}
.nav_sea img{
	width: 20px;
    position: absolute;
    right: 15px;
    top: 14px;
}
.nav .logodiv img{
	width: 40px;
    float: left;
    margin-top: 4px;
    margin-left: 4px;
}
.nav .logodiv p{
	font-size: 16px;
    color: #fff;
    margin-top: 14px;
    float: left;
    margin-left: 4px;
}
.nav ul {
	width: 100%;
	overflow: hidden;
}
.nav ul li {
	width: 25%;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    float: left;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    font-size: 14px;
}
.nav ul li:last-child {
	border: 0;
}
.nav2{
	width: 100%;
	/*max-width: 750px;*/
	height: 50px;
	background: #055e95;
	margin: 0 auto;
	position:fixed;
	top: 0; 
	left: 0;
	z-index: 999;}
.nav2 img{float:left; width:41%; margin-top:7px;max-width: 185px; }
.nav2 ul{float:right;  width:55%}

.nav2 ul li {
	width: 32%;
	height: 20px;
	text-align: center;
	line-height: 20px;
	color: #fff;
	float: left;
	border-right: 1px solid #fff;
	box-sizing: border-box;
	margin-top: 16px;
	font-size: 1.2rem;
}
.nav2 ul li:nth-child(3){border-right:none; }


.nav3 {
	width: 86%;
	height: 32px;
	background: #055e95;
	margin: 0 auto;
	position: relative;
	top: 0;
	left: 0;
	z-index: 9;
	border-radius:5px;
}
.nav3 ul {
	width: 100%;
}
.nav3 ul li {
	width: 25%;
    height: 15px;
    text-align: center;
    line-height: 15px;
    color: #fff;
    float: left;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    margin-top: 9px;
    font-size: 1rem;
}
.nav3 ul li:last-child {
	border: 0;
}

.liebiao{
	width:86%; 
	border:1px solid #000000; 
	border-radius:5px;
	position: relative;
	top: 0;
	left: 0;
	margin:0 auto;
	padding: 10px 0px 15px 0;
	
}
.liebiao li{
	width: 96%;
    height: 31px;
    border-bottom: 1px solid #a7a7a7;
    margin: 0 atuo;
    margin: 0 auto;
}

.liebiao li a {
	font-size:1.2rem; line-height:34px; text-decoration:underline; color:#333; text-align:left;
}
.liebiao li a span{ padding-left:0px; float:left}
.liebiao li a font{ float:right; padding-right:10px;}


/*以下为去除苹果默认按钮样式*/
input[type="button"],
input[type="submit"],
input[type="text"],
input[type="number"],
input[type="reset"] {
	-webkit-appearance: none;
}
textarea {
	-webkit-appearance: none;
}

/*bootstrap*/
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0
}
.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%)
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}
.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}
.modal-header {
	min-height: 16.43px;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5
}
.modal-header .close {
	margin-top: -2px
}
.modal-title {
	margin: 0;
	line-height: 1.42857143
}
@media (min-width:768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto
	}
	
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
	}
	
	.modal-sm {
		width: 300px
	}
}
@media (min-width:992px) {
	.modal-lg {
		width: 900px
	}
}
.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}
.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
	background-image: none
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
	background-color: #d9534f;
	border-color: #d43f3a
}
.btn-danger .badge {
	color: #d9534f;
	background-color: #fff
}
.btn-block {
	display: block;
	width: 100%
}
.btn-block+.btn-block {
	margin-top: 5px
}
input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
	width: 100%
}
.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}
.fade.in {
	opacity: 1
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
	display: table;
	content: " "
}
.form-group {
	margin-bottom: 15px
}
.form-group .btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}
.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2
}
.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .5
}
@media (min-width:768px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 14.3px
	}
}
@media (min-width:768px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px
	}
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	box-sizing: border-box;
}
input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
button,
select {
	text-transform: none;
}

/*移动端按钮*/
input[type=button],
input[type=submit],
input[type=file],
button {
	cursor: pointer;
	-webkit-appearance: none;
}

/*底部*/
.login_panel {
	width: 100%;
	height: 65px;
	background: url(../images/float_bottom_bg.png) 0 0 repeat-x;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	z-index: 99999;
}
.login_panel .panel_center {
	margin: 10px auto;
	width: 1000px;
	height: 45px;
	overflow: hidden;
}
.login_panel .panel_center p {
	float: left;
	line-height: 45px;
	margin-top: 6px;
}
.login_panel .panel_center .tips {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	width: 320px;
	text-align: center;
	line-height: 40px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	float: left;
}
.login_panel .panel_center .askfor {
	background: #239b6f;
	display: block;
	padding: 5px 10px;
	width: 97px;
	height: 28px;
	line-height: 28px;
    margin-left: 13px;
	margin-top: 5px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	float: left;
}
.login_panel .panel_center .askfor:hover {
	text-decoration: none;
	background: #60befc;
}
#scroll_question {
	overflow: hidden;
	height: 40px;
	float: left;
	width: 225px;
}
#scroll_question ul li {
	font-size: 14px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	line-height: 40px;
	width: 240px;
	margin-right: 10px;
}
#scroll_question ul li a {
	display: block;
	color:#e5588d;
	text-decoration: none;
}
#baoming,#guanyu{ 
	display:block;margin-top:20px;
}
.baoming img{ 
	width: 100%; height:100%; display: block;  
}
.baoming {
	max-width: 730px;
	margin: 0 auto;
}
/*8.18*/
.sd_bg{max-width:750px; height: 400px; margin:0 auto; background:url(../images/sd-bg.png) center 5px no-repeat;background-size: 100% 100%; }
/*.sd_bg_1{ margin-top: 10px; background:url(../images/bg.png); width:76%; margin:0 auto; padding:1.0rem 2.0rem;}*/
/*.sd_bg a{
	position: absolute;
	bottom: 10%;
}*/
/*深大颜色*/
/*h4,.forms-title,.university-title,.forecast-questions a span{ color: #333 !important; }*/
.nav,.login_panel .panel_center .askfor{ background: #0068b7 !important; }
.btn,.forms-btn,.info-list li a,.btn-1{
	background: #0068b7;
	/*border: 1px solid #055e95; */
	/*box-shadow:#c7ddf2 0px 5px 10px;*/
}

/*评测*/
#seven{
    width:320px;
    display: block;
    margin:10px auto;
    font-family:"微软雅黑";
}
.seven_2{
    width: 280px;
    margin:0 auto;  
}
.seven_title{margin-top:30px;margin-bottom:20px;}
.seven_question{
    color:#000;
    font-weight:bold;
    font-size:0.8rem;
    line-height:0.8rem;
    /*letter-spacing:2px;*/
    width:288px;
    text-align: left;
    padding-left:0.2rem;
    margin-bottom:10px;
}
.seven_question label{
    font-size: 1.2rem;
    color:#333;
    z-index:99;
    line-height:0.76rem;
    /*letter-spacing:2px;*/
    font-weight:200;
    padding-right: 1.2rem;
 }
.seven_question input{display:inline-block;vertical-align: middle;margin-right:6px;}


.seven_2 .seven_phone input{
    width:260px;
    height:46px;
    margin: 0 auto; 
    text-align: center;
    line-height:46px;
    font-size: 1rem;
    font-family:"微软雅黑";
    border: 1px solid #ddd;
    border-radius:3px;  
} 
.seven_phone{margin:0 auto;}
.seven_2 .seven_tj input{
    width:100%;
    height:46px;
    text-align:center;
    /*line-height:0.8rem;*/
    font-size:1.3rem;
    border:none;
    color:#fff;
    font-family:"微软雅黑";
        text-shadow: 1px 1px 0px rgba(36,36,36,0.65);
    background-color:transparent;
    /*border-radius:6px;*/
}
.btn.seven_tj {margin-top:16px;}
.btn_gonggao{margin-bottom:16px;}
/*滚动*/
 .marquee {
    width:84%;
    height:20px;
    overflow: hidden;
    background: none;
    margin:0 auto;
    margin-bottom:30px;
    border-radius:3px;
    color:#a0a0a0;
    }

    .marquee ul li {
        float: left;
        width: 90%;
        padding: 1% 5%;
        line-height: 20px;
        font-size:12px;
            text-align:center;
    }
    .marquee ul li  a{
        text-decoration:none;
        color:#a0a0a0;
        text-align:center;
    }
/*# sourceMappingURL=css.css.map */
.mask {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8);
	z-index: 1000;
	top: 0;
	left: 0;
	display: none;
  }
  .mask-box1{
	background: #fff;
	width: 310px;
	z-index:300;
	border-radius: 10px;
	padding:0 20px 20px;
	position:relative;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
  }
  .mask-box1 h2{
	color:#333;
	font-size:22px;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
  }
  .mask-box1 h2 p{
	font-size: 14px;
	display: inline-block;
	padding-left:15px;
  }
  .mask1-sec2 .mask1-item{
	width:300px;
  }
  .mask1-item p{
	color:#333;
	font-size: 20px;
	margin-bottom: 15px;
	text-align: left;
  }
  .mask1-item p em{
	color:#fe4151;
  }
  .mask1-ul{
	margin-bottom: 10px;
  }
  
  .mask1-btn{  
	margin:20px auto 0;
	text-align: center;
	width: 300px;
  }
  .mask1-btn em{
	color:#cc0033;
	font-size: 14px;
  }
  .mask1-btn .btn{
	display: block;
	background: #ccc;
	color: #fff;
	/*padding:5px 35px;*/
	font-size: 24px;
	border-radius: 30px;
	/*margin-right:20px;*/
	border:none;
	/*margin-left: 40px;*/
  }
  .mask1-btn .btn{
	background: rgb(67, 94, 115);
	cursor: pointer;
	box-shadow: 0 0 10px 2px #eee;
  }
  .mask-box2{
	  z-index: 300;  
	  width:600px;}
  .mask-box2  img{
	width: 100%;
  }
  .mask-box2 .close{
	position: absolute;
	width: 20px;
	height:20px;
	z-index: 301;
	right:10px;
	top:10px;
	cursor: pointer;
  }
  .fixed-center{
	position: fixed;
	left:50%;
	top:45%;
	transform: translate(-50%,-50%);
  }
  .flex-center{
	display: flex;
	align-items:center
  }
  .flex-top{
	display: flex;
	align-items: flex-start
  }
  
  .flex-float-top{
	display: flex;
	justify-content:space-between; 
  }
  .flex-float{
	display: flex;
	justify-content:space-between;
	align-items:center;
  }
  .flex1{
	flex:1;
  } 
   .close1 img{
	position: absolute;
	cursor: pointer;
	width:30px;
	height:30px;
	right:3px;
	top:3px; 
  }
  .mask-wrap{
	  width: 310px;
	  background: url(../images/bg.jpg) no-repeat;
	  margin:35px auto 20px;
	  box-shadow: 0 0 10px #aaa;
	  padding:10px 10px 30px;
	  box-sizing: border-box;
	  background-size: 100% 100%;
  }
  .mask1-ul li.active {
	  border-color: #f14151;
	  background: #f14151;
	  color: #fff;
  }
  .mask1-sec1,.mask1-sec2{
	padding-left: 40px;
  }
  /*弹框结束*/
  .input-wrap{
	float: left;
	width: 33%;
	position: relative;
	font-size: 16px;
	text-align: left;
  }
  .input-wrap input{
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	margin-right: 5px;
	/*opacity: 0;*/
  }
  
  input[type="radio"]:checked+label{
	background-color: rgb(67, 94, 115);
  }
  input[type="radio"]:checked+label:after{
	width: 5px;
	height: 10px;
	border:2px solid #fff;
	border-left: none;
	border-top:none;
	transform: rotate(45deg);
	position: absolute;
	left: 6px;
	top: 3px;
	content: "";
  }
  input[type="radio"]+label{
	position: absolute;
	top: 2px;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border:1px solid rgb(83, 148, 228);
	background-color: #fff;
  }
  
  
  
.part55 {
	padding: 2em 0;
	position: relative;
}
.part55  .info-list {
	margin: 0 auto;
	margin-top: 25px;
	width: 350px;
}
.part55 .info-list li {
	float: left;
	margin-right: 8px;
	margin-bottom: 28px;
	width:48%;
	
}
.part55 .info-list li img{box-shadow:#ECECEC 0px 5px 5px;}


.part55 .info-list li:nth-child(2), .part55 .info-list li:nth-child(4){margin-right: 0px;}


