@charset "utf-8";
/*global css*/
* {
	font-family: '微软雅黑', Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: none; /*_behavior:url(/iepng/iepngfix.htc);*/
	behavior: url(/inc/file/ie-css3.htc);
}
td, th, div, input, select, textarea, li, ol, dt, dd, h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
	color: #333;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
li {
	list-style-type: none;
}
img {
	border: none;
}
/*.line{border-bottom:1px dashed #ccc; height:1px; overflow:hidden;}*/
.border {
	border: 1px solid #ccc;
}
/*文字大小，颜色，行距定义 fz:font-size；fc:font-color；flh:font-line-height*/
.fz_12px {
	font-size: 12px;
}
.fz_14px {
	font-size: 14px;
}
.fz_16px {
	font-size: 16px;
}
.fc_red {
	color: #ff0000;
}
.fc_gory {
	color: #666;
}
.fc_white {
	color: #fff;
}
.fc_yellow {
	color: #ff6600;
}
.flh_150 {
	line-height: 150%;
}
.flh_180 {
	line-height: 180%;
}
/*form*/
.form_input {
	border: 1px solid #ccc;
	color: #333;
	background: url(../img/input_bg.gif) #fff repeat-x;
	height: 20px;
	line-height: 20px;
}
.form_area {
	border: 1px solid #ccc;
	color: #333;
	background: url(../img/input_bg.gif) #fff repeat-x;
	line-height: 180%;
}
.form_button {
	border: none;
	background: #505050;
	color: #fff;
	height: 22px;
	line-height: 22px;
	padding: 0 5px;
	overflow: hidden;
	width: 80px;
}
.form_button_130 {
	width: 130px;
}
.form_focus {
	border-color: red;
}
.form_gory_button {
	border: none;
	background: url(../img/button_grey.gif);
	width: 110px;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	color: #555;
	text-align: center;
}
select.form_focus {
	background: #ccc;
}
/* padding */
.clear {
	margin: 0px auto;
	clear: both;
	height: 0px;
	font-size: 0px;
	overflow: hidden;
}
.blank3 {
	margin: 0px auto;
	clear: both;
	height: 3px;
	font-size: 1px;
	overflow: hidden;
}
.blank6 {
	margin: 0px auto;
	clear: both;
	height: 6px;
	font-size: 1px;
	overflow: hidden;
}
.blank9 {
	margin: 0px auto;
	clear: both;
	height: 9px;
	font-size: 1px;
	overflow: hidden;
}
.blank12 {
	margin: 0px auto;
	clear: both;
	height: 12px;
	font-size: 1px;
	overflow: hidden;
}
.blank15 {
	margin: 0px auto;
	clear: both;
	height: 15px;
	font-size: 1px;
	overflow: hidden;
}
.blank20 {
	margin: 0px auto;
	clear: both;
	height: 20px;
	font-size: 1px;
	overflow: hidden;
}
.blank25 {
	margin: 0px auto;
	clear: both;
	height: 25px;
	font-size: 1px;
	overflow: hidden;
}
.blank120 {
	margin: 0px auto;
	clear: both;
	height: 120px;
	font-size: 1px;
	overflow: hidden;
}
/*a*/
/*a{color:#333; text-decoration:none;}
a:hover{color:#ff6600;}
a.red{color:red; text-decoration:none;}
a.red:hover{color:red; text-decoration:underline;}*/

/*.clean:after,.clean:before{display: table; content:''; }
.clean:after{clear: both;}
.clean{zoom:1;}*/

/*turn page*/
#turn_page {
	text-align: center;
	height: 40px;
	line-height: 40px;
	margin: 60px 0;
}
#turn_page a {
	text-decoration: none;
}
#turn_page .page_button {
	background: #ebebeb;
	padding: 5px 9px;
	margin: 0 3px;
	font-size: 14px;
	color: #666;
}
#turn_page .page_item {
	background: #ebebeb;
	padding: 5px 9px;
	margin: 0 3px;
	font-size: 14px;
	color: #666;
}
#turn_page .page_item_current {
	background: #309ad3;
	padding: 5px 9px;
	margin: 0 3px;
	font-size: 14px;
	color: #fff;
}
/*-----------------------------------*/
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-over {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.over {
	overflow: hidden;
}
.relative {
	position: relative;
	z-index: 1;
}
.absolute {
	position: absolute;
	z-index: 1;
}
.fixed {
	position: fixed;
	z-index: 1;
}
.inline {
	display: inline;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.hide {
	display: none;
}
.max-w100 {
	max-width: 100%;
}
.max-h100 {
	max-height: 100%;
}
.middle {
	vertical-align: middle;
}
.trans {
	-webkit-transition: all 600ms ease 0s;
	-moz-transition: all 600ms ease 0s;
	-ms-transition: all 600ms ease 0s;
	-o-transition: all 600ms ease 0s;
	transition: all 600ms ease 0s;
}
.clean:after, .clean:before {
	display: table;
	content: '';
}
.clean:after {
	clear: both;
}
.clean {
	zoom: 1;
}
.mr {
	margin-right: 0 !important;
}
.border-box {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#contain {
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
}
.main {
	padding: 0 10.9375%;
}
#banner {
	height: 380px;
	width: 100%;
	position: relative;
	z-index: 100;
}
#banner .ba {
	height: 380px;
	width: 100%;
}
#banner .ba a {
	width: 100%;
	height: 380px;
	display: block;
}
#banner .ba img {
	width: 100%;
	height: 100%;
}
.title_sub {
	height: 54px;
	padding: 28px 0 0;
	margin-bottom: 40px;
	line-height: 54px;
	background: url(../img/title_sub.jpg) no-repeat center bottom;
	font-size: 26px;
	color: #353535;
	text-align: center;
	visibility: hidden;
}
#center .c_tit {
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 18px;
	color: #757575;
	visibility: hidden;
}
#center .c_tit_en {
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	color: #757575;
	text-align: center;
	visibility: hidden;
}
#center .c_cup {
	margin-top: 52px;
	padding-bottom: 48px;
	border-bottom: 1px solid #e5e5e5;
	visibility: hidden;
}
#center .c_cup .c_li {
	width: 33.33%;
	background: url(../img/c_li.jpg) no-repeat left center;
	margin-bottom: 50px;
	text-decoration: none;
}
#center .c_cup .bgn {
	background: none;
}
#center .c_cup .c_li .c_pic {
	height: 70px;
	width: 100%;
}
#center .c_cup .c_li .c1 {
	background: url(../img/c1.jpg) no-repeat center top;
}
#center .c_cup .c_li .c2 {
	background: url(../img/c2.jpg) no-repeat center top;
}
#center .c_cup .c_li .c3 {
	background: url(../img/c3.jpg) no-repeat center top;
}
#center .c_cup .c_li .c4 {
	background: url(../img/c4.jpg) no-repeat center top;
}
#center .c_cup .c_li .one {
	line-height: 35px;
	text-align: center;
	color: #757575;
	font-size: 18px;
}
#center .c_cup .c_li .one * {
	color: #757575;
}
#center .c_cup .c_li * {
	text-decoration: none;
}
#center .c_row {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 30px;/* visibility:hidden;*/
}
#center .c_row .user {
	width: 100%;
	border: 1px solid #e3e3e3;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	behavior: url(/pie/pie.htc);
	position: relative;
	padding: 0 18px;
	height: 48px;
	line-height: 48px;
	color: #999;
	font-size: 14px;
}
#center .m_row {
	margin-bottom: 30px;
}
#center .m_row .mess {
	border-radius: 5px;
	padding: 14px 18px;
	line-height: 28px;
	font-size: 14px;
	color: #999;
	width: 100%;
	border: 1px solid #e3e3e3;
	min-height: 200px;
}
#center .c_submit {
	width: 150px;
	height: 50px;
	background: #17447e;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	behavior: url(/pie/pie.htc);
	position: relative;
	margin: 0 auto;
}
#center .c_submit .mit {
	height: 50px;
	width: 150px;
	border: none;
	background: none;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}
 @media only screen and (max-width:900px) {
#center .c_cup .c_li {
	width: 46%;
	padding: 0 2%;
}
#center .c_cup .c_li:nth-child(3) {
	background: none;
}
}
 @media only screen and (max-width:720px) {
#center .c_row {
	width: 100%;
	float: none;
}
}
@media screen and (max-width: 640px) {
.main {
	padding: 0 3%;
}
#center .c_cup .c_li .one {
	font-size: 13px;
}
}
@media screen and (max-width: 360px) {
#center .c_tit {
	font-size: 16px;
}
#center .c_cup .c_li .one {
	font-size: 12px;
}
}
