* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-family: "Microsoft YaHei";
	font-style: initial;
}

body,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
img,
br,
hr,
table,
tr,
td,
dl,
dt,
dd,
form {
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
	color: #4c4c4c;
	
}

.clx:before {
	content: '';
	display: block;
	clear: both;
}

.clx:after {
	content: '';
	display: block;
	clear: both;
}

.clear {
	clear: both;
	font-size: 0px;
}

ul,
ol {
	list-style: none;
}

img {
	border: none;
}

em,
i {
	font-style: normal;
}


/*一般链接*/

a {
	text-decoration: none;
	cursor: pointer;
	color: #4C4C4C;
}

a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input[type="button"],
input[type="submit"],
button {
	cursor: pointer;
	border: none;
	outline: none;
}

input[type="button"]:focus,
input[type="submit"]:focus,
button:focus {
	outline: none;
}

input:focus,
textarea:focus {
	outline: none;
}

textarea {
	padding: 10px;
	resize: none;
}


/*======================公共样式=======================*/

.hide {
	display: none;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.text_underline {
	text-decoration: underline;
}

.no_underline {
	text-decoration: none !important;
}

.middle_part {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

.clx:before {
	content: '';
	display: block;
	clear: both;
}

.clx:after {
	content: '';
	display: block;
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.block {
	display: block;
}

.inline_block {
	display: inline-block;
}

.vertical_middle {
	vertical-align: middle;
}

.vertical_bottom {
	vertical-align: bottom;
}

.vertical_top {
	vertical-align: top;
}

.text_ellipsis {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.text_ellipsis_2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.text_ellipsis_3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.text_ellipsis_4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.text_ellipsis_5 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
/*transition*/
.transition_3{
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.transition_4{
    transition: all linear 0.4s;
    -webkit-transition: all linear 0.4s;
    -moz-transition: all linear 0.4s;
    -ms-transition: all linear 0.4s;
    -o-transition: all linear 0.4s;
}
.transition_5{
    transition: all linear 0.5s;
    -webkit-transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    -ms-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
}
.transition_6{
    transition: all linear 0.6s;
    -webkit-transition: all linear 0.6s;
    -moz-transition: all linear 0.6s;
    -ms-transition: all linear 0.6s;
    -o-transition: all linear 0.6s;
}
.transition_7{
    transition: all linear 0.7s;
    -webkit-transition: all linear 0.7s;
    -moz-transition: all linear 0.7s;
    -ms-transition: all linear 0.7s;
    -o-transition: all linear 0.7s;
}

.hide{display: none;}
.absolute{position: absolute;}
.relative{position: relative;}

.text_underline{text-decoration: underline;}
.no_underline{text-decoration: none !important;}

.middle_part{
    width: 960px;
    margin: 0 auto;
    position: relative;
}

/*margin*/

.margin_top_5 {
	margin-top: 5px;
}

.margin_top_10 {
	margin-top: 10px;
}

.margin_top_15 {
	margin-top: 15px;
}

.margin_top_20 {
	margin-top: 20px;
}
.margin_bottom_20 {
	margin-bottom: 20px;
}
.margin_top_30 {
	margin-top: 30px;
}

.margin_top_50 {
	margin-top: 50px;
}

.margin_top_bottom_5 {
	margin: 5px 0;
}

.margin_top_bottom_10 {
	margin: 10px 0;
}

.margin_top_bottom_20 {
	margin: 20px 0;
}

.margin_top_bottom_50 {
	margin: 50px 0;
}

.margin_top_100 {
	margin-top: 100px;
}

.margin_right_5 {
	margin-right: 5px;
}

.margin_right_15 {
	margin-right: 15px;
}

.margin_left_5 {
	margin-left: 5px;
}

.margin_left_10 {
	margin-left: 10px;
}

.margin_left_15 {
	margin-left: 15px;
}

.margin_left_30 {
	margin-left: 30px;
}

.margin_left_20 {
	margin-left: 20px;
}

.margin_bottom_5 {
	margin-bottom: 5px;
}

.margin_bottom_10 {
	margin-bottom: 10px;
}

.margin_top_50 {
	margin-top: 50px;
}

.margin_bottom_50 {
	margin-bottom: 50px;
}

.margin_left_right_5 {
	margin: 0 5px;
}


/*padding*/

.padding_10 {
	padding: 10px;
}

.padding_20 {
	padding: 20px;
}

.padding_top_5 {
	padding-top: 5px;
}

.padding_top_10 {
	padding-top: 10px;
}

.padding_top_bottom_10 {
	padding: 10px 0;
}

.padding_top_20 {
	padding-top: 20px;
}

.padding_bottom_40 {
	padding-bottom: 40px;
}

.padding_top_bottom_140 {
	padding: 140px 0;
}

.padding_left_right_10 {
	padding: 0 10px;
}

.padding_left_right_20 {
	padding: 0 20px;
}


/*border*/

.common_border {
	border: 1px solid #DCDCDC;
}

.common_left_border {
	border-left: 1px solid #DCDCDC;
}

.common_bottom_border {
	border-bottom: 1px solid #DCDCDC;
}


/*align*/

.align_center {
	text-align: center;
}
.align_left {
	text-align: left;
}
.align_right {
	text-align: right !important;
}


/*width,height*/

.width_full {
	width: 100%;
}

.height_full {
	height: 100%;
}


/*font-size*/

.font_0 {
	font-size: 0;
}

.font_12 {
	font-size: 12px !important;
}

.font_13 {
	font-size: 13px !important;
}

.font_15 {
	font-size: 15px !important;
}

.font_16 {
	font-size: 16px !important;
}

.font_18 {
	font-size: 18px !important;
}

.font_20 {
	font-size: 20px !important;
}

.font_24 {
	font-size: 24px !important;
}

.font_25 {
	font-size: 25px !important;
}

.font_28 {
	font-size: 28px !important;
}

.font_54 {
	font-size: 54px !important;
}

.common_font {
	font-size: 14px;
}


/*font-bold*/

.font_bold {
	font-weight: bold;
}


/*font-color*/

.common_font_color {
	color: #48cfd5 !important;
}

.hover_common_font_color:hover {
	color: #48cfd5 !important;
}

.default_font_color {
	color: 5c5c5c !important;
}

.font_color_gray {
	color: #9A9A9A !important;
}

.font_color_red {
	color: #FE0000 !important;
}

.font_color_orange {
	color: #F97B00 !important;
}

.font_color_yellow {
	color: #FEAE01 !important;
}

.font_color_green {
	color: #33AF37 !important;
}

.font_color_white {
	color: #fff !important;
}

.overflow_hidden {
	overflow: hidden;
}


/*scroll*/

.scroll {
	overflow: auto;
}

.scroll_x {
	white-space: nowrap;
	overflow: auto;
}

.scroll_y {
	overflow: auto;
}

.link_box {
	display: block;
}

.common_bg_color {
	background-color: #48cfd5 !important;
}

.bg_gray {
	background-color: #F8F8F8;
}

.btn {
	width: 84px;
	height: 32px;
	border: none;
	background-color: #fd7100;
	font-size: 15px;
	color: #fff;
	border-radius: 6px;
}

.btn1 {
	width: 80px;
	height: 33px;
	border: none;
	background-color: #b3b3b3;
	font-size: 14px;
	color: #fff;
}

.btn2 {
	width: 155px;
	height: 45px;
	border: none;
	background-color: #48cfd5;
	font-size: 15px;
	color: #fff;
}

.btn3 {
	width: 95px;
	height: 35px;
	border: none;
	background-color: #48cfd5;
	font-size: 15px;
	color: #fff;
}

.btn4 {
	width: 270px;
	height: 90px;
	border: none;
	background-color: #48cfd5;
	font-size: 22px;
	color: #fff;
	line-height: 90px;
}

.radius1 {
	border-radius: 4px;
}

.form_group {
	font-size: 0;
	margin-bottom: 10px;
	width: 100%;
	float: left;
}

.form_group .form_title {
	float: left;
	width: 15%;
	font-size: 14px;
	text-align: center;
	margin-top: 7px;
}

.form_group .form_input {
	float: left;
	height: 35px;
	width: 85%;
	padding: 0 10px;
	border: 1px solid #DCDCDC;
	padding-top: 4px;
}

.form_group textarea {
	float: left;
	width: 85%;
	padding: 10px !important;
	height: 315px !important;
	border: 1px solid #DCDCDC;
}

.form_group_1 {
	font-size: 0;
	margin-bottom: 10px;
	width: 50%;
	float: left;
}

.form_group_1 .form_title {
	float: left;
	width: 30%;
	font-size: 14px;
	text-align: center;
	margin-top: 7px;
}

.form_group_1 .form_input {
	float: left;
	height: 35px;
	width: 70%;
	padding: 0 10px;
	border: 1px solid #DCDCDC;
	padding-top: 4px;
}


/*===透明度==*/

.filter {
	background: #000;
	background: rgba(0, 0, 0, 0.7);
	filter: alpha(opacity=70);
	*zoom: 1;
}

.bold-item {
	font-weight: bold;
}


/*===========================分页======================================*/

.pages {
	width: 665px;
	margin: 40px auto 30px auto;
}

.pages #Pagination {
	float: left;
	overflow: hidden;
}

.pages #Pagination .pagination {
	height: 40px;
	text-align: right;
	font-family: \u5b8b\u4f53, Arial;
}

.pages #Pagination .pagination a,
.pages #Pagination .pagination span {
	float: left;
	display: inline;
	padding: 11px 13px;
	border: 1px solid #e6e6e6;
	border-right: none;
	background: #f6f6f6;
	color: #666666;
	font-family: \u5b8b\u4f53, Arial;
	font-size: 14px;
	cursor: pointer;
}

.pages #Pagination .pagination .current {
	background: #ffac59;
	color: #fff;
}

.pages #Pagination .pagination .prev,
.pages #Pagination .pagination .next {
	float: left;
	padding: 11px 13px;
	border: 1px solid #e6e6e6;
	background: #f6f6f6;
	color: #666666;
	cursor: pointer;
}

.pages #Pagination .pagination .prev i,
.pages #Pagination .pagination .next i {
	display: inline-block;
	width: 4px;
	height: 11px;
	margin-right: 5px;
	background: url(../images/icon.fw.png) no-repeat;
}

.pages #Pagination .pagination .prev {
	border-right: none;
}

.pages #Pagination .pagination .prev i {
	background-position: -144px -1px;
	*background-position: -144px -4px;
}

.pages #Pagination .pagination .next i {
	background-position: -156px -1px;
	*background-position: -156px -4px;
}

.pages #Pagination .pagination .pagination-break {
	padding: 11px 5px;
	border: none;
	border-left: 1px solid #e6e6e6;
	background: none;
	cursor: default;
}

.pages .searchPage {
	float: left;
	padding: 8px 0;
}

.pages .searchPage .page-sum {
	padding: 11px 13px;
	color: #999999;
	font-family: \u5b8b\u4f53, Arial;
	font-size: 14px;
}

.pages .searchPage .page-go {
	padding: 8px 0;
	color: #999999;
	font-family: \u5b8b\u4f53, Arial;
	font-size: 14px;
	padding: 10px 0\9;
	*padding: 6px 0;
}

.pages .searchPage .page-go input {
	width: 21px;
	height: 20px;
	margin: 0 5px;
	/*padding-left: 5px;*/
	border: 1px solid #e4e4e4;
}

.pages .searchPage .page-btn {
	margin: 9px 0 5px 5px;
	padding: 2px 5px;
	background: #ffac59;
	border-radius: 2px;
	color: #ffffff;
	font-family: Arial, 'Microsoft YaHei';
	font-size: 14px;
	text-decoration: none;
}

.font0{
	font-size: 0;
}
.line_height_1{
	line-height: 1;
}