*{
	padding:0;
	margin:0;
}


ul,li{
	list-style:none;
}

a{
	text-decoration:none;
}


body{
	font-family:"Î¢ÈíÑÅºÚ";
}


.bmcontent{
	width:1200px;
	margin:0 auto;
	background:#FFF;
	display:flex;
	justify-content:space-between;
	margin-top:40px;
	margin-bottom:40px;
}


.bm-boxs{
	width:800px;
}

.bm-boxs h3{
	width:100%;
	height:50px;
	font-size:30px;
	border-bottom:1px solid #CCC;
	margin-bottom:10px;
	margin-top:20px;
}

.bm-boxs p{
	font-size:16px;
	line-height:32px;
}

.bm-boxs p b{
	color:#F00;
}


.bm-boxs dl{
	width:100%;
	margin-top:50px;
	display:flex;
	justify-content:space-between;
}



.bm-boxs dl dt{
	width:240px;
	height:50px;
	border:1px solid #EEE;
	border-radius:6px;
	line-height:50px;
	text-align:center;
	font-size:18px;
	color:#666;
}

.bm-boxs dl dt:hover{
	box-shadow:0 0 8px #EEE;
}


.bm-boxs dl dt i{
	width:24px;
	height:24px;
	display:inline-block;
	background:url(../images/online.png) no-repeat;
	vertical-align:middle;
	margin-right:5px;
}


.bm-boxs dl dt:hover i{
	width:24px;
	height:24px;
	display:inline-block;
	background:url(../images/online-hover.png) no-repeat;
	vertical-align:middle;
	margin-right:5px;
}


.bm-boxs dl dt a{
	width:100%;
	height:100%;
	display:block;
	color:#666;
}

.bm-boxs dl dt a:hover{
	color:#F00;
}

.bm-boxs dl dt span{
	color:#F00;
	font-size:20px;
	font-weight:bold;
}


.bm-boxs ul{
	border:1px solid #DDD;
	margin-top:50px;
	padding-top:30px;
}

.bm-boxs ul li{
	width:auto;
	height:auto;
	line-height:50px;
	padding-left:30px;
	margin-bottom:20px;
}


.bm-boxs ul li label{
	width:90px;
	display:inline-block;
	text-align:right;
	vertical-align:top;
}

.bm-boxs ul li input{
	width:280px;
	height:50px;
	border:1px solid #DDD;
	border-radius:4px;
	box-sizing:border-box;
	text-indent:35px;
}

.bm-boxs ul li select{
	width:280px;
	height:50px;
	border:1px solid #DDD;
	border-radius:4px;
	box-sizing:border-box;
	text-indent:10px;
}


.bm-boxs ul li input.ic-name{
	background:url(../images/icon-name.png) no-repeat 5px center;
}
.bm-boxs ul li input.ic-phone{
	background:url(../images/icon-phone.png) no-repeat 5px center;
}
.bm-boxs ul li input.ic-wx{
	background:url(../images/icon-wx.png) no-repeat 5px center;
}

.bm-boxs ul li textarea{
	width:360px;
	height:160px;
	border:1px solid #DDD;
	border-radius:4px;
	text-indent:10px;
	line-height:30px;
	font-size:16px;
}


.bm-btn{
	width:280px;
	height:50px;
	border-radius:4px;
	border:none!important;
	background:#F96;
	font-size:18px;
	color:#FFF;
	margin-left:90px;
	cursor:pointer;
	text-indent:0px!important;
}

.bm-boxs ul li span{
	padding-left:6px;
}


.bm-news{
	width:360px;
	border:1px solid #DDD;
	box-sizing:border-box;
	overflow:hidden;
}

.bm-news h3{
	width:100%;
	height:60px;
	line-height:60px;
	border-bottom:1px solid #EEE;
}

.bm-news h3 i{
	width:3px;
	height:20px;
	background:#F00;
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
	margin-left:20px;
}


.namett{
	width:100%;
	height:50px;
	line-height:50px;
	border-bottom:1px solid #EEE;
}

.namett ul{
	width:100%;
	display:flex;
}

.namett ul li{
	width:30%;
	text-align:center;
	font-size:16px;
	font-weight:bold;
}


.namett ul.zixuns li{
	width:30%;
	text-align:center;
	font-size:16px;
	font-weight:bold;
}

.namett ul.zixuns li:nth-child(1){
	width:50%;
	text-align:center;
}
.namett ul.zixuns li:nth-child(2){
	width:25%;
}
.namett ul.zixuns li:nth-child(3){
	width:25%;
}


#baoming{
	background: #ffffff;
}

#baoming .swiper-wrapper{
	width: 100%;
	height: 300px;
}

#zixun .swiper-wrapper {
	width: 100%;
	height: 350px;
}

#baoming .swiper-slide, #zixun .swiper-slide{
	width: 100%;
	height: 50px;
	line-height:50px;
	box-sizing: border-box;
	border-bottom: 1px solid #EEE;
	display:flex;
	justify-content:space-between;
}

#zixun .swiper-slide:nth-last-child(1){
	border-bottom:none;
}

#baoming .swiper-slide ul, #zixun .swiper-slide ul{
	width:100%;
	display:flex;
}

#baoming .swiper-slide ul li{
	width:30%;
	text-align:center;
	font-size:16px;
	color:#666;
}

#zixun .swiper-slide ul li{
	width:auto;
	font-size:16px;
	color:#666;
	text-align:center;
}

#zixun .swiper-slide ul li:nth-child(1){
	width:50%;
}

#zixun .swiper-slide ul li:nth-child(2){
	width:25%;
}

#zixun .swiper-slide ul li:nth-child(3){
	width:25%;
}

#zixun .swiper-slide ul li a{
	color:#00A3D9;
	text-decoration:underline;
}


#zixun .swiper-slide ul li a:hover{
	color:#F00;
}



.bm-news dl{
	width:90%;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	margin-top:20px;
	margin-bottom:15px;
}

.bm-news dl dd{
	width:46%;
	height:40px;
}

.bm-news dl dd a{
	width:100%;
	height:100%;
	display:block;
	line-height:40px;
	text-align:center;
	border-radius:6px;
	background:#FF8000;
	color:#FFF;
	font-size:18px;
	transition:.5s;
}

.bm-news dl dd a:hover{
	background:#F30;
}

















