@charset "utf-8";
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
td,
tt,
ul,
ol,
li,
button,
input {
	margin: 0;
	padding: 0;
}

body,
button,
input
{
	outline: none;
}

ul,
ol,
dl
{
	list-style: none;
}
input,
button,
select,
textarea {
	outline:medium;
}

img{
	border: 0;
	display: block;
}

a {
	text-decoration: none;
	/*color: #333;*/
}

a:hover {
	text-decoration: none;
}
a,input{
	-webkit-tap-highlight-color:rgba(255,0,0,0);
}
select:hover{
	cursor: pointer;
}
input::-webkit-input-placeholder{
	color: #aaa;
}    /* 使用webkit内核的浏览器 */
input:-moz-placeholder{
	color: #aaa;
}                  /* Firefox版本4-18 */
input::-moz-placeholder{
	color: #aaa;
}                  /* Firefox版本19+ */
input:-ms-input-placeholder{
	color: #aaa;
}           /* IE浏览器 */

textarea::-webkit-input-placeholder{
	color: #aaa;
}    /* 使用webkit内核的浏览器 */
textarea:-moz-placeholder{
	color: #aaa;
}                  /* Firefox版本4-18 */
textarea::-moz-placeholder{
	color: #aaa;
}                  /* Firefox版本19+ */
textarea:-ms-input-placeholder{
	color: #aaa;
}           /* IE浏览器 */


.clearfix:after {
	content: ' ';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix {
	zoom: 1;
}

*+html .clearfix {
	zoom: 1;
}
.fl {
	float: left
}

.fr {
	float: right;
}
.pr {
	position: relative;
}
.pa {
	position: absolute;
}
/*@media (max-width: 1200px){
	html{
		overflow-x: hidden;
	}
	body{
		width: 1300px !important;
	}
}*/
/*单行文字溢出隐藏*/
.oh1{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*2行文字溢出隐藏、或者多行*/
.oh2{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.oh3{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.oh4{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.oh5{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

/*放在img父级,让img上下居中/////////maigin属性会失效*/
/*同样适用于文字*/
.vm{
	display:table-cell;
	vertical-align: middle;
}

/*img缩放*/
.img_alls{
	-webkit-transition:all 0.3s;	/* Chromea 谷歌内核*/
	-moz-transition:all 0.3s;		/* ff 火狐内核 */
	-ms-transition:all 0.3s;		/* ie 内核 */ 
	-o-transition:all 0.3s;			/* Opera 欧朋内核 */
	transition:all 0.3s;
}

/*img父级hover时代码*/
.img_alls_parent:hover .img_alls{
	-webkit-transform: scale(1.1); 	/* Chromea 谷歌内核 */
	-moz-transform: scale(1.1); 	/* ff 火狐内核*/
	-ms-transform: scale(1.1);		/* ie 内核*/
	-o-transform: scale(1.1);		/* Opera 欧朋内核 */
	transform: scale(1.1); 
}

.move{
	-webkit-transition:all 0.2s; /* Safari 和 Chrome */
	-moz-transition:all 0.2s;  	/* Firefox */
	-ms-transition:all 0.2s;  	/* IE 9 */
	-o-transition:all 0.2s; 
	transition: all 0.2s; 
}
.move1{
	-webkit-transition:all 0.6s; /* Safari 和 Chrome */
	-moz-transition:all 0.6s;  	/* Firefox */
	-ms-transition:all 0.6s;  	/* IE 9 */
	-o-transition:all 0.6s; 
	transition: all 0.6s; 
}
.cc{
	display: flex;
    align-items: center;
    justify-content: center;
}


/*去除结构滚动条*/

*::-webkit-scrollbar{
	width:0;
	height:0;
	display: none;
}


/*页脚导航*/
.foorer{
	width: 100%;
	height: 1rem;
	box-sizing: border-box;
	padding: 0.1rem 0rem ;
	background-color: #fff;
	position: fixed;
	bottom: 0rem;
	left: 0rem;
	z-index: 10000;
	
}

.foot_a{
	width: 0.5rem;
	height: 100%;
	margin:0rem 0.5rem ;
}
.foot_jia{
	width: 0.8rem;
	height: 100%;
	margin:0rem 0.35rem ;
}
.foot_at{
	width: 0.5rem;
	height: 0.5rem;
	margin: 0 auto 0.02rem;
}
.foot_at img{
	width: 100%;
}

.foot_at:nth-of-type(2),
.foot_at:nth-of-type(3){
	width: 0.49rem;
}
.foot_as{
	width: 100%;
	height:0.24rem;
	display: block;
	font-size:0.24rem;
	font-family:"microsoft yahei";
	font-weight:300;
	color:rgba(51,51,51,1);
	text-align: center;
}
.foot_at_img2{
	display: none;
}
.foot_avtive .foot_at_img1{
	display: none;
}
.foot_avtive .foot_at_img2{
	display: block;
}
.foot_at_jia{
	width:0.8rem ;
	height: 0.8rem;
}


/*^_^人家是有底线哒!*/
.diline{
	width: 100%;
	height:0.3rem;
	font-size:0.24rem;
	font-family:Microsoft YaHei;
	font-weight:300;
	color:rgba(204,204,204,1);
	padding: 0.35rem 0rem ;
	text-align: center;
}








