.bf3{
	background-color: #f3f3f3;
	position: relative;
}

.box2{
	width: 100%;
	height: auto;
	background: #fff;
	margin-top: 20px;
	position: relative;
}
 .head{
	position: absolute;
	width: 485px;
	height: 42px;
	top: 60px;
	left: 50%;
	transform: translateX(-50%);
}
.head select{
	width: 86px;
	height: 42px;
	padding-left: 10px;
	box-sizing: border-box;
	border: none;
	border: 1px solid #C9C9C9;
	border-right: none;
	-webkit-appearance: none;
    background-image: url(../images/addc.png) ;
    background-repeat: no-repeat;
    background-position: right 5px center;
}
.head input{
	width: 280px;
	height: 42px;
	padding-left: 20px;
	box-sizing: border-box;
	border: none;
	border: 1px solid #C9C9C9;
	border-left: none;
}
 .head button{
	width: 74px;
	height: 42px;
	background-color: #1d92f7;
	color: #fff;
	border: none;
}
.list{
	display: block;
	/*height: 200px;*/
	padding: 0 10px 0 20px;
	box-sizing: border-box;
}
.list li{
	width: 185px;
	height: 42px;
	font-size: 14px;
	text-align: center;
	line-height: 42px;
	float: left;
	margin:10px 10px 0 0;
	cursor: pointer;
}
.list li:hover{
	background-color: #1c8cec;
	color: #fff;
}
.grbsli {
	background-color: #f2f2f2;
}
.list-dv{
	width: 100%;
	text-align: center;
	float: left;
	cursor: pointer;
}
.list-sp {	
	width: 80px;
	color: #111;
	display: inline-block;
	margin-top: 20px;
}
.list-sp-i{width: 10px;height: 6px;display:inline-block;background: url(../images/wyp/sj.png) no-repeat;background-size: 100% 100%;text-align: center;}
.list-sp-up{width: 10px;height: 6px;display:inline-block;background: url(../images/wyp/up.png) no-repeat;background-size: 100% 100%;text-align: center;}
.list2{
	width: 1200px;
	margin-top: 20px;
	padding:0 10px 0 20px;
	box-sizing: border-box;
	float: left;
}
.list2-head h3{
	font-size: 18px;
	margin-bottom: 10px;
}
.list2-head select {
	border: none;
	margin-right: 20px;
}
.list2-head input {
	width: 16px;
	height: 16px;
	background: #fff;
	margin-right: 5px;
}
.list2-head span {
	display: inline-block;
	margin-right: 15px;
}
.list2-head em{
	float: right;
}

 .accordion {
 	width: 100%;
 	margin: 30px auto 20px;
 	background: #FFF;
 	-webkit-border-radius: 4px;
 	-moz-border-radius: 4px;
 	border-radius: 4px;
 }

.accordion .link {
	cursor: pointer;
	display: block;
	padding: 15px 15px 15px 15px;
	color: #666;
	font-size: 14px;
	border-bottom: 1px solid #CCC;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li:last-child .link {
	border-bottom: 0;
}
.links{
	height: 33px;
	background-color: #f2f2f2;
	font-weight: 700;
	line-height: 33px;
	padding-left: 10px;
}

.link-sp1 {
	width: 40px;
	display: inline-block;
	margin-right: 25px;
}
.link span {
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.link-sp2 {
	width: 600px;
	display: inline-block;
	margin-right: 35px;
	
}
.link-sp3 {
	width: 120px;
	display: inline-block;
	margin-right: 10px;
}
.link-sp4 {
	width: 285px;
	display: inline-block;
	margin-right: 15px;
}

.accordion li i {
	position: absolute;
	top: 16px;
	left: 12px;
	font-size: 18px;
	color: #4178be;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
	right: 12px;
	left: auto;
	font-size: 16px;
}

.accordion li.open .link {
	color: #4178be;
}

.accordion li.open i {
	color: #4178be;
}
.accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}


 .submenu {
 	display: none;
 	background: #f8f8f8;
 	font-size: 14px;
 }

 .submenu li {
 	height: 75px;
 	border-bottom: 1px solid #e3e3e3;
	 padding-top: 1px;
 }
 .submenu li h2 {
 	margin-top: 10px;
 	padding-right: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
 }
 .submenu li h2, .submenu li p{
 	height: 30px;
 	font-size: 14px;
 	color: #333;
 	padding-left: 15px;
 	box-sizing: border-box;
 }
 .submenu li h2 em {
 	display: inline-block;
 	width: 14px;
 	height: 14px;
 	font-size: 10px;
 	margin-right: 10px;
 	border-radius: 50%;
 	border: 1px solid #ccc;
 	color: #333;
 	text-align: center;
 	vertical-align: middle;
 }
 .submenu li img {
 	margin-top: -30px;
 	float: right;
 	margin-right: 20px;
 }
 .submenu li .txts,.submenu li .txts1 {
 	float: right;
 	margin-top: -10px;
 	margin-right: 20px;
 	font-size: 12px;
 }
 .submenu-sp {
 	width: 100px;
 	display: inline-block;
 	margin-right: 30px;
 	padding-left: 25px;
 	box-sizing: border-box;
 	/*border-bottom:1px solid #666;*/
 }
 .submenu-sp1 {
 	background: url(../images/wyp/sp1.png) no-repeat left center;
 	cursor: pointer;
 }
 .submenu-sp2 {
 	background: url(../images/wyp/sp2.png) no-repeat left center;
 }
 .submenu-sp3 {
 	background: url(../images/wyp/sp3.png) no-repeat left center;
 }
 .submenu-sp4 {
 	background: url(../images/wyp/sp4.png) no-repeat left center;
 }
 .submenu a {
 	display: block;
 	text-decoration: none;
 	color: #d9d9d9;
 	padding: 12px;
 	padding-left: 42px;
 	-webkit-transition: all 0.25s ease;
 	-o-transition: all 0.25s ease;
 	transition: all 0.25s ease;
 }
.on {
	background-color: #1c8cec;
	color: #fff;
}
 /*.submenu a:hover {
 	background: #b63b4d;
 	color: #FFF;
 }*/

#grbs {
	height: 160px;
}
.ovhi{
	overflow: hidden;
}
