body,h1,h2,h3,h4,h5,h6,p,section{
  padding: 0;
  margin:0;
}

body{
  font-family:'Jost'; 
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  color: #333333;
  line-height:1.6;
}


.conwidth{
	width:100%;
	max-width: 1400px;
	margin: 0 auto;
}


@media(max-width:1400px){
	.range{ padding:0 15px;}
	}


@media(max-width:1200px){
	body{ font-size:14px;}
	}




.conwidth:before,
.conwidth:after {
	clear: both;
}

.conwidth:after,
.conwidth:before {
	content: " ";
	display: table
}



.conwidth02:before,
.conwidth02:after {
	clear: both;
}

.conwidth02:after,
.conwidth02:before {
	content: " ";
	display: table
}





.inaline{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.intwoline{
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}

.inthreeline{
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
}

.infourline{
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:4;
}

.infourline2{
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:7;
}




ul,li{
  list-style: none;
  padding:0;
  margin: 0;
}


.clear_cs{height:0px;font-size:0px; line-height:0px;clear:both;over-flow:hidden;}
.clearfix{clear:both;}
.clearfix:after,
.clearfix:before {
	content: " ";
	display: table
}

.clearfix:after {
	clear: both;
}



/* .container-fluid{
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
} */

.iconfont {
  font-family:"iconfont" !important;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}




textarea,
textarea:focus{ outline:none;}


input,
input:focus{ outline:none;}