@charset"utf-8";
/*公共样式*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: 14px;
  font-family: "Microsoft YaHei", 'Arial';
  color: #666;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /*修正手持设备字体变化*/
}

body, html {
  width: 100%;
}

h1, h2, h3, h4, h5, h6, img, ol, ul, li, a, span, p, i, em, div, body, html {
  margin: 0;
  padding: 0;
  border: none;
  list-style-type: none;
  font-weight: normal;
}

input, button,textarea{
  border: 0;
}

textarea{
  font-family: "Microsoft YaHei", 'Arial';
}

input::-webkit-search-cancel-button {
  display: none;
}

input[type=search]::-ms-clear {
  display: none;
}

img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic/*ie7 解决图片缩放失真问题*/
}

a {
  outline: none;
  text-decoration: none;
  color: #666;
  background: transparent;
  /*修正win8系统IE连接灰色背景*/
}

/*清楚浮动*/

.clearfix:after {
  content: " ";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}

.clearfix {
  *zoom: 1;
}

/*省略号*/

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.ellipsis-2,
.ellipsis_2{
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ellipsis-3,
.ellipsis_3{
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.ellipsis-5,
.ellipsis_5{
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.ellipsis-7 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}

/* float */

.fl {
  float: left;
}

.fr {
  float: right;
}

/**去掉input默认样式**/

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}

.w72{
  width: 72%;
  margin: 0 auto;
}

.c_tit1{
	display: flex;
	justify-content: space-between;
}

.c_tit1 .left{
	display: flex;
	align-items: flex-end;
}

.c_tit1 .left h1{
	line-height: 100%;
	text-transform: uppercase;
	font-size: 30px;
	color: #3f3f3f;
	font-weight: bold;
}

.c_tit1 .left span{
	display: block;
	margin-left: 20px;
	font-size: 18px;
	color: #37AC68;
	font-weight: bold;
}

.c_tit1 .right{
	display: flex;
	align-items: center;
}

.c_tit1 .right a{
	display: block;
	margin-right: 10px;
	font-size: 14px	;
	color:#37AC68;
}

.c_tit2{
  display: flex;
  align-items: center;
}

.c_tit2 h1{
  margin-right: 30px;
  font-size: 30px;
  color: #3F3F3F;
	font-weight: bold;
}

.c_tit2 span{
  color: #E0E0E0;
  font-size: 20px;
  text-transform: uppercase;
}

.c_tit3 h1{
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  color: #3f3f3f;
}

.c_tit3 span{
  display: block;
  text-align: center;
  font-size: 20px;
  color: #E0E0E0;
  text-transform: uppercase;
}

.mt30{
  margin-top: 40px;
}

.mt70{
  margin-top: 70px;
}

.padbot70{
  padding-bottom: 70px;
}


