li{cursor: pointer;}
.bf3{
	background-color: #f3f3f3;
	position: relative;
}

.box2{
	width: 100%;
	height: auto;
	background: #fff;
	margin-top: 34px;
	position: relative;
}
 .head{
	position: absolute;
	width: 470px;
	height: 42px;
	top: 60px;
	left: 50%;
	transform: translateX(-50%);
	cursor: pointer;
}
.head select{
	width: 94px;
	height: 42px;
	padding-left: 10px;
	box-sizing: border-box;
	border: none;
	border: 1px solid #C9C9C9;
	/*border-right: none;*/
	border-top-left-radius: 21px;
	border-bottom-left-radius: 21px;
	float: left;
	cursor: pointer;
}
.head input{
	width: 280px;
	height: 42px;
	padding-left: 20px;
	box-sizing: border-box;
	border: none;
	border: 1px solid #C9C9C9;
	border-left: none;
	float: left;
	cursor: pointer;
}
 .head button{
	width: 74px;
	height: 42px;
	background-color: #2177D8;
	color: #fff;
	border: none;
	border-top-right-radius: 21px;
	border-bottom-right-radius: 21px;
	margin-right: -4px;
	float: left;
	cursor: pointer;
}
.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;
}
.list li:hover{
	background-color: #2177D8;
	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: 1px solid #ddd;
}
.links{
	height: 40px;
	background-color: #f2f2f2;
	font-weight: 700;
	/*line-height: 33px;*/
	padding-left: 10px;
}

.link-sp1 {
	width: 40px;
	display: inline-block;
	margin-right: 25px;
line-height: 40px;
}
.link-sp2 {
	width: 580px;
	display: inline-block;
	line-height: 40px;
	margin-right: 35px;
	/*overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;*/
}

.link-sp3 {
	width: 130px;
	display: inline-block;
	/*margin-right: 65px;*/
	line-height: 40px;
}
.link-sp4 {
	width: 285px;
	display: inline-block;
	margin-right: 15px;
	line-height: 40px;
}

.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;
	 cursor: pointer;
 }
 .submenu li h2 {
 	margin-top: 10px;
 }
 .submenu li h2{
 	height: 30px;
 	font-size: 14px;
 	color: #333;
 	padding-left: 15px;
 	padding-right: 100px;
 	box-sizing: border-box;
 	 cursor: pointer;
 	 overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
 }
  .submenu li p{
 	height: 30px;
 	font-size: 14px;
 	color: #333;
 	padding-left: 15px;
 	box-sizing: border-box;
 	 cursor: pointer;
 	 /*overflow: hidden;*/
	text-overflow:ellipsis;
	white-space: nowrap;
 }
 .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: -20px;
 	float: right;
 	margin-right: 20px;
 }
 .submenu li .txts,.submenu li .txts1 {
 	float: right;
 	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;
 }
 .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;
 }
.list .on {
	background-color: #2177D8;
	color: #fff;
}
 /*.submenu a:hover {
 	background: #b63b4d;
 	color: #FFF;
 }*/

#grbs {
	height: 160px;
}
.ovhi{
	overflow: hidden;
}
.ov-space {
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}