@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'BarlowCondensed';
	src: url('../font/BarlowCondensed-SemiBold.ttf')
}
*{
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	font-family:"Microsoft YaHei UI","思源黑体 CN Regular", "sans-serif";
}
body{padding:0px ;margin:0;background:#ffffff;}
a,p,dl,dt,dd,ul,li,h2,h1,h3,h4,h5,h6,table,tr,td,form,iframe,font,em,i{
	font-weight:normal;
 	font-style:normal; 
	padding:0px ;
	margin:0;
	text-decoration:none;
	outline:none;
	-moz-outline:none;
}
a{
	text-decoration: none;
    color: #333;
}

a:focus{outline-style:none; -moz-outline-style: none;}

a:hover{ text-decoration:none;}

p{word-break: normal;word-wrap: break-word; }

img{ border:none;max-width:100%;height: auto;}

li{ list-style:none; text-decoration:none;}

input {outline: none;text-decoration:none;-ms-outline:none; }

textarea {outline: none;text-decoration:none;}

select{outline: none;text-decoration:none;}

/*input:focus{ border:1px solid #9c9f58;}*/

select:focus{ border:none;}

button, input, select, textarea{font-family:inherit;}

.clearfix:after {visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}

.clearfix {zoom:1;}	

a{text-decoration:none;}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%;
}

button {

	margin:0;

	padding:0;

	color:inherit;

	font-family:inherit;

	font-size:inherit;

	background:0 0;

	border:none;

	border-radius:none;

	box-shadow:none;

	-webkit-appearance:none;

	-moz-appearance:none;

	appearance:none;

	outline:0;

	cursor:pointer

}

.container {
	margin-right:auto;
	margin-left:auto
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.css3, a {
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.tit-16 {
    font-size: 16px;
    line-height: 1.6;
}
.tit-14 {
    font-size: 14px;
    line-height: 1.6;
}

.fl1 {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.fl2 {
  display:flex;
  flex-flow:row wrap;
  justify-content:center;
  align-items: center;
}
.fl3 {
  display:flex;
  flex-flow:row wrap;
  justify-content:flex-start;
  align-items: center;
}
.fl4 {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
}
.fl16 {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: center;
}
.cssimg, .cssimgp {
    overflow: hidden;
}
.cssimg, .cssimgp img {
    transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.cssimg:hover, .cssimgp:hover img {
    transform: scale(1.08, 1.08);
}
