@charset "utf-8";
/*
* 头部 开始
*/






	.containertt{ display:none;}
	
	.header{background:#fff;margin:0 auto;max-width:640px;width:100%;color:#fff;padding:10px 12px;}
    .header a{color:#0A0A0A;}
    .header a:hover{color:#ff0;}
    .header .logo{margin:0 3%;text-align:left; float:left;}
    .header .logo img{max-height:30px;width:auto;}
	.nav ul{margin-top:10px;}
	.nav ul li{padding-left:5px;line-height:45px;border-bottom:1px solid #474747;}
	.nav ul li a{color:#ddd;display:block;margin-right:5%;}
	.nav ul li a:hover{color:#ff0;}
	.nav ul li span{margin-r ight:15px;font-size:20px;color:#fff;width:30%;float:right;text-align:center;}
	.nav .am-panel{background:none;margin:0;}
	/*
* 轮播图 开始
*/

   .app {
	    width: 100%;
	    text-align: center;
	}
	 
	.app .scroll {
	    position: relative;
	    display: inline-block;
	    /*height: 210px;*/
	    width: 100%;

	}
	 
	.app .scroll .img {
	    display: none;
	    width: 100%;
	    /*height: 210px;*/
	}
	 
	.app .scroll .current {
	    display: block;
	}
	 
	.app .scroll .lf {
	    position: absolute;
	    top: 50%;
	    left: 10px;
	    background-image: url('../images/arrow.png');
	    background-position: -83px 0;
	    width: 41px;
	    height: 69px;
	    cursor: pointer;
	    transform: translateY(-50%);
	}
	 

	.app .scroll .lr {
	    position: absolute;
	    top: 50%;
	    right: 10px;
	    background-image: url('../images/arrow.png');
	    background-position: -123px 0;
	    width: 41px;
	    height: 69px;
	    cursor: pointer;
	    transform: translateY(-50%);
	}
	 
	.app .dots {
	   	margin-top: -33px;
		z-index: 999;
		position: relative;
	}
	 
	.app .dots>span {
	    display: inline-block;
	    box-sizing: border-box;
	    width: 11px;
	    height: 11px;
	    border: 1px solid #1e77e4;
	    border-radius: 15px;
	    cursor: pointer;
	}
	 
	.app .dots>span:not(:last-child) {
	    margin-right: 5px;
	}
	 
	/* 小圆点的颜色 */
	.app .dots .square {
	    background: #1e77e4;
	}
	/*轮播图 结束*/
		.scroll_con{ width:100%; margin:0 auto; position:relative;}
	.yousi{ margin-top:0px;}
	.yousi ul{ padding-left:0;}
	.yousi ul li{ padding:6px; box-sizing:border-box; float:left; width:24.3%}
	.yousi ul li a{ display:block; width:100%; height:100%; line-height:30px; padding:7px; font-size:13px; text-align:center;}
	.yousi ul li:nth-child(1) a{ background:url(../images/t1.jpg) no-repeat center;}
	.yousi ul li:nth-child(2) a{ background:url(../images/t4.jpg) no-repeat center;}
	.yousi ul li:nth-child(3) a{ background:url(../images/t3.jpg) no-repeat center}
	.yousi ul li:nth-child(4) a{ background:url(../images/t2.jpg) no-repeat center;background-size: 100% 100%}


.tuijian_title{
	width: 100%;
	height: 40px;
	background: #328BE0;
	position: relative;
	display: flex;
	align-items: center;
}
.shaixuan_title span{
	font-size: 12px;
}
.shaixuan_title{
	font-size: 10px;
	color: #666666;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.shaixuan_type{
	display: flex;
	align-items: center;
}
.shaixuan_type span{
	display: flex;
	align-items: center;
	margin-right: 16px;
}
.shaixuan_type label{
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	display: flex;
	align-items: center;
}
.shaixuan{
	padding: 17px 17px 0 17px;
	box-sizing: border-box;
}

.tuijian_title h2{
	margin: 0;
	font-size: 12px;
	color: #ffffff;
	box-sizing: border-box;
	padding-left: 8px;
	margin-left: 9px;
	background: url("../images/h2_shu.png") no-repeat left center;
}
.tuijian_type{
	position: absolute;
	bottom: 0;
	left: 105px;
	padding-left: 0;
}
.tuijian_type li{
	width: 45px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	display: inline-block;
	color: #ffffff;
	font-size: 10px;
}
.tuijian_type .active{
	background: #ffffff;
	color: #328BE0;
	border-radius: 10px 10px 0px 0px;
	box-sizing: border-box;
}
.tuijian_more{
	color: #ffffff;
	position: absolute;
	right: 11px;
	top: 9px;
	font-size: 10px;
}
.tuijian_list{
	/*display: flex;*/
	/*justify-content: space-between;*/
	padding: 10px 7px;
	box-sizing: border-box;
	padding-bottom: 20px !important;
}
.img_li{
	width: 177px;
	border: 1px solid #EDEDED;
	box-sizing: border-box;
	overflow: hidden;
}
.img_li img{
	width: 100%;
	height: 97px;
	object-fit: cover;
}
.img_info span{
	margin-right: 2px;
}
.img_bottom{
	height: auto;
	display: flex;
	flex-direction: column;
	padding: 2px 5px;
	box-sizing: border-box;
}
.img_bottom_title{
	font-size: 10px;
	font-weight: bold;
}
.img_info{
	font-size: 10px;
	display: flex;
}
.heng_li{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #FAFAFA;
	padding: 9px 9px ;
	box-sizing: border-box;
	border: 1px solid #ADADAD;
	margin-bottom: 5px;
}
.heng_li a{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.heng_li_left{
	font-size: 10px;
	display: flex;
	align-items: center;
}
.heng_li_left img{
	width: 21px;
	height: 23px;
	margin-right: 10px;
}
.heng_li_right{
	font-size: 10px;
	color: #ADADAD;
}
.gk{
	display: inline-block;
	padding-left: 15px;
	background: url(../images/dd.png) no-repeat left;
	background-size: 12px 6px;
}
.pl{
	display: inline-block;
	padding-left: 14px;
	background: url(../images/gg.png) no-repeat left;
	background-size: 11px 8px;
}
.time{
	display: inline-block;
	padding-left: 10px;
	background: url(../images/shijian.png) no-repeat left;
	background-size: 8px 8px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.img_bottom_title{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.des{
	font-size: 10px;
	color: #ADADAD;
	margin: 5px 0;
}
.heng_left_text{
	display: flex;
	flex-direction: column;
}
.heng_left_text span{
	font-size: 10px;
	color: #ADADAD;
	margin-top: 2px;
}
.heng_left_text p{
	width: 153px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
}
.shixuan_ss{
	width: 166px;
	height: 21px;
	border-radius: 10px;
	background: #F8F8F8;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 8px;
	box-sizing: border-box;
}
.shixuan_ss input{
	border: none;
	outline: none;
	width: 70%;
	background: none;
	font-size: 10px;
}
.shixuan_ss button{
	width: 32px;
	height: 21px;
	color: #ffffff;
	background: #328BE0;
	border: none;
	cursor: pointer;
	outline: none;
	font-size: 10px;
}
.fenlei_type{
	border: 1px solid #666666;
	height: 18px;
	/*line-height: 18px;*/
	display: flex;
	align-items: center;
	padding: 0 11px;
	font-size: 10px;
	color: #666666;
	cursor: pointer;
}
.screen_type{
	width: 100%;
	height: 55vh;
	background: #ffffff;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999;
}
.top_title{
	width: 100%;
	height: 40px;
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	/*border-bottom: 1px solid #666666;*/
}
.screen_con{
	height: calc(100% - 40px);
	overflow: auto;
	background: #efefef;
}
.screen_con .one ,.screen_con .two ,.screen_con .three{
	width: 100%;
	padding-left: 0;
}
.screen_con .two , .screen_con .three{
	margin: 0;
	/*margin-top: 5px;*/
	/*border-top: 3px solid #efefef;*/
}
.screen_con .one_li ,.screen_con .two_li ,.screen_con .three_li{
	width: 100%;
	line-height: 39px;
	background: #FBFBFB;
	/*padding-left: 26px;*/
	box-sizing: border-box;
	overflow: hidden;
	border-top: 3px solid #efefef;
}
.screen_mask{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	position: fixed;
	top: 0;
	z-index: 999;
}

.xiala{
	width: 5px;
	height: 9px;
	float: right;
}
.one a{
	padding-left: 26px;
}
.two a{
	padding-left: 46px;
}
.three a{
	padding-left: 66px;
}
.one img{
	margin-right: 27px;
	margin-top: 16px;
}
.rotate1{
	/*transtion:all .3s linear;*/
	transform:rotate(90deg);
	transition:all .3s linear;
}
.rotate{
	transform:rotate(0deg);
	transition:all .3s linear;
}
/*底部开始*/
.foot{ width:100%; background:#383838;}
.foot_con{ width:100%; padding:50px 20px; box-sizing:border-box;}
.foot_con .foot_left{ width:100%;}
.foot_con .foot_left h3{ font-size:19px; color:#FFF; line-height:30px; font-weight:500;}
.foot_con .foot_left span{ font-size:15px; color:#CCC; font-weight:400; display:block; marg in-bottom:15px;}
.foot_con .foot_left p{ font-size:15px; line-height:25px; color:#c2c2c2; margin:0}
.foot_con .foot_right{ width:100%; paddi ng-left:50px; box-sizing:border-box;}
.foot_con .foot_right h3{ font-size:19px; color:#FFF; line-height:25px; font-weight:500; margin-top:30px;}
.foot_con .foot_right span{ font-size:15px; color:#CCC; line-height:25px; display:block; mar gin-bottom:15px;}
.clear{ clear:both;}
/*底部结束*/















