#news{
	background-color: transparent;
}
.se-head{
	height: 165px;
	width: 100%;
	background-color: #fff;
}
.se-input{

}
.se-border{
	/*width: 750px;*/
	width: 39.0625%;
	height: 60px;
	border-radius: 5px;
	border: 1px solid #dbdbdb;
	display: flex;
	margin: 0 auto;
	margin-top: 40px;
}
.se-border input[type="submit"]{
	background: url('../../../../bocweb/web/img/2-h.svg') no-repeat center/20px auto;
    width: 65px;
    height: 100%;
}
.se-border input[type="text"]{
	width: 84%;
	font-size: 16px;
	color: #565656;
	/*background: url('../../../../bocweb/web/img/24.svg') no-repeat center/20px auto*/
}
.se-border input.tet::-webkit-input-placeholder{
	color: #b2b2b2;
	font-size: 16px;
}
.se-border input.tet:-moz-placeholder{
	color: #b2b2b2;
	font-size: 16px;
}
.se-border input.tet::-moz-placeholder{
	color: #b2b2b2;
	font-size: 16px;
}
.se-border input.tet:-ms-input-placeholder{
	color: #b2b2b2;
	font-size: 16px;
}
/* WebKit browsers */
.se-border input.tet:focus::-webkit-input-placeholder {
color: transparent;
/* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */
}
/* Mozilla Firefox 4 to 18 */
.se-border input.tet:focus:-moz-placeholder {
color: transparent;
}
/* Mozilla Firefox 19+ */
.se-border input.tet:focus::-moz-placeholder {
color: transparent;
}
/* Internet Explorer 10+ */
.se-border input.tet:focus:-ms-input-placeholder {
color: transparent;
}
.se-border span{
	padding-top: 18px;
	display: none;
}
.se-border span img{
	width: 24px;
}
.se-tips{
	width: 39.0625%;
	margin: 0 auto;
	padding-left: 30px;
	color: #7f7f80;
	font-size: 14px;
	padding-top: 25px;
}
.se-tips a{
	color: #7f7f80;
    margin-right: 26px;
}
.ti-menu{
	width: 100%;
	height: 72px;
	border-bottom: 1px solid #e5e5e5;
}
.ti-menu .ti{
	width: 846px;
	height: 70px;
	margin: 0 auto;
    text-align: center;
}
.ti-menu .ti a{
	color: #666666;
	font-size: 16px;
	margin-right: 86px;
	display: inline-block;
	height: 70px;
	line-height: 70px;
}
.ti-menu .ti a:hover{
	color: #007bc7;
	border-bottom: 3px solid #007bc7;
}
.ti-menu .ti a.on{
	color: #007bc7;
	border-bottom: 3px solid #007bc7;
}
.ti-menu .ti a:last-child{
	margin-right: 0px;
}
.se-result{
	height: 140px;
	width: 100%;
	margin: 0 auto;
	font-size: 18px;
	color: #666;
	line-height: 140px;
	text-align: center;
}
.se-con{

}
.se-con .card{
	width: 390px;
	box-shadow: 0 0 10px 2px #f7f7f7; 
	display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}
.se-con .card:hover{
	box-shadow: 0 0 10px 2px #f0f0f0; 
}
.se-con .card img{
	width: 100%;
}
.se-con .card .text{
	padding: 30px 20px 0px;
}
.se-con .card .text .d1{
	color: #4f4f4f;
	font-size: 20px;
	height: 40px;
	overflow: hidden;
  line-height: 2;
}
.se-con .card .text .d2{
	color: #919191;
	font-size: 14px;
  line-height: 2;
}
.w1210{
	width: 1242px;
	padding-left: 20px;
	margin: 0 auto;
}
.pages{
    margin: 0 auto;
    width: 200px;
	text-align: center;
	margin-top: 60px;
}
@media (max-width: 767px){
	#after .pages {
		width: 3rem;
	}
}

#after .pages {
	margin: 0 auto;
    margin-top: 104px;
}
.pages .prev{
	margin-top: 9px;
	float: left;
	width: 20px;
	height: 20px;
	display: inline-block;
	background: transparent url('../../../../bocweb/web/img/m-module-prev2.svg') no-repeat center/10px auto;
}
.pages .show-page{
	display: inline-block;
	font-size: 16px;
}
.pages .show-page input{
	width: 30px;
	height: 36px;
	border: 1px solid #a5a5a5;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
}
.pages .next{
	margin-top: 9px;
	float: right;
	width: 20px;
	height: 20px;
	display: inline-block;
	background: transparent url('../../../../bocweb/web/img/m-module-next2.svg') no-repeat center/10px auto;
}
.prev.prevUnclick{
	background: transparent url('../../../../bocweb/web/img/m-module-prev3.svg') no-repeat center/10px auto;
}
.next.nextUnclick{
	background: transparent url('../../../../bocweb/web/img/m-module-next3.svg') no-repeat center/10px auto;
}
.pages .or{
	margin: 0 5px;
}

.pagination{
    margin: 0 auto;
    width: 220px;
	text-align: center;
	margin-top: 60px;
	line-height: 21px;
}
.pagination ul li{
	display: inline-block;
	height: 20px;
	line-height: 20px;
    margin-right: 10px;
}
.pagination ul li.active{
	border-radius: 6px;
	border: 1px solid #a5a5a5;
	padding: 10px;
}
.pagination a{
	font-size: 16px;
	color: #6d6d6d;
}
.pagination a.prev{
	width: 20px;
	height: 20px;
	display: inline-block;
	background: transparent url('../../../../bocweb/web/img/m-module-prev2.svg') no-repeat center/20px auto;
	margin-right: 35px;
}
.pages .show-page{
	display: inline-block;
}
.pages .show-page input{
	width: 30px; 
	height: 36px;
	border: 1px solid #a5a5a5;
	border-radius: 5px;
	text-align: center;
}
.pagination a.next{
	width: 20px;
	height: 20px;
	display: inline-block;
	background: transparent url('../../../../bocweb/web/img/m-module-next2.svg') no-repeat center/20px auto;
	margin-left: 35px;
}
.pages .or{
	margin: 0 5px;
}

.se-con .card .text .d2 {
    padding-bottom: 40px;
    overflow: hidden;
}

.align{
	font-size: 22px;
	text-align: center;
	margin-top: -36px;
	height: 450px;
	color: #3f3f3f;
}
@media (max-width: 1501px){
	.pages .prev{
		background-size: 10px;
	}
	.pages .next{
		background-size: 10px;
	}
	.pages .show-page{
		font-size: 14px;
	}
	.pages .show-page input{
		font-size: 14px;
	}
	.pages{
		font-size: 14px;
	}
	.se-border input[type="text"]{
		width: 80%;
		font-size: 14px;
	}
	.se-border input[type="submit"]{
		background-size: 16px;
	}
	.se-border span img{
		width: 18px;
	}
	.se-border span{
		padding-top: 13px;
	}
	.se-border{
		height: 50px;
	}
	.ti-menu .ti a{
		font-size: 14px;
	}
	.se-tips{
		font-size: 12px;
	}
	.se-border input.tet::-webkit-input-placeholder{
		color: #b2b2b2;
		font-size: 14px;
	}
	.se-border input.tet:-moz-placeholder{
		color: #b2b2b2;
		font-size: 14px;
	}
	.se-border input.tet::-moz-placeholder{
		color: #b2b2b2;
		font-size: 14px;
	}
	.se-border input.tet:-ms-input-placeholder{
		color: #b2b2b2;
		font-size: 14px;
	}
	.se-result{
		font-size: 15px;
		height: 112px;
		line-height: 112px;
	}
	#after .se-con .w1210{
		width: 1070px;
	}
	#news .w1210{
		width: 1070px;
	}
	#after .ol-li ul li .t1{
		font-size: 17.6px;
	}
	#after .ol-li ul li .d1{
		font-size: 12px;
	}
	#news .se-con .card .text .d1{
		font-size: 16px;
	}
	#news .se-con .card .text .d2 {
	    font-size: 12px;
	}
	.newslist li .text .tit{
		font-size: 16px;
	}
	#news .wrap1 li .text .con{
		font-size: 12px;
	}
	.se-con .card .text .d2{
	    padding-bottom: 20px;
	    margin-top: -7px;
	}
	.se-con .card .text{
		padding-top: 20px;
	}
}
@media (max-width: 1201px){
	.pages .prev{
		background-size: 10px;
	}
	.pages .next{
		background-size: 10px;
	}
	.pages .show-page{
		font-size: 14px;
	}
	.pages .show-page input{
		font-size: 14px;
	}
	.pages{
		font-size: 14px;
	}
	.se-border{
		height: 50px;
	}
	.se-border input[type="submit"]{
		background-size: 16px;
	}
	.se-border span img{
		width: 18px;
	}
	.se-border span{
		padding-top: 7px;
	}
	.ti-menu .ti a{
		font-size: 14px;
	}
	.se-tips{
		font-size: 12px;
	}
	.se-border input.tet::-webkit-input-placeholder{
		color: #b2b2b2;
		font-size: 14px;
	}
	.se-border input.tet:-moz-placeholder{
		color: #b2b2b2;
		font-size: 14px;
	}
	.se-border input.tet::-moz-placeholder{
		color: #b2b2b2;
		font-size: 14px;
	}
	.se-border input.tet:-ms-input-placeholder{
		color: #b2b2b2;
		font-size: 14px;
	}
	.se-border input[type="text"]{
		width: 76%;
		font-size: 14px;
	}
	.se-result{
		font-size: 15px;
		height: 112px;
		line-height: 112px;
	}
	#after .se-con .w1210{
		width: 970px;
	}
	#news .w1210{
		width: 970px;
	}
	#after .ol-li ul li .t1{
		font-size: 17.6px;
	}
	#after .ol-li ul li .d1{
		font-size: 12px;
	}
	#news .se-con .card .text .d1{
		font-size: 16px;
	}
	#news .se-con .card .text .d2 {
	    font-size: 12px;
	}
	.newslist li .text .tit{
		font-size: 16px;
	}
	#news .wrap1 li .text .con{
		font-size: 12px;
	}
	.se-con .card .text .d2{
	    padding-bottom: 20px;
	    margin-top: -7px;
	}
	.se-con .card .text{
		padding-top: 20px;
	}
}
@media (max-width: 993px){
	.pages .prev{
		background-size: 10px;
	}
	.pages .next{
		background-size: 10px;
	}
	.pages .show-page{
		font-size: 14px;
	}
	.pages .show-page input{
		font-size: 14px;
	}
	.pages{
		font-size: 14px;
	}
	.se-border input[type="text"]{
		width: 72%;
		font-size: 14px;
	}
	.se-border input[type="submit"]{
		background-size: 16px;
	}
	.se-border span img{
		width: 18px;
	}
	.se-border{
		height: 50px;
	}
	.se-border span{
		padding-top: 7px;
	}
	.ti-menu .ti a{
		font-size: 14px;
	}
	.se-tips{
		font-size: 12px;
	}
	.se-border input.tet::-webkit-input-placeholder{
		color: #b2b2b2;
		font-size: 14px;
	}
	.se-border input.tet:-moz-placeholder{
		color: #b2b2b2;
		font-size: 14px;
	}
	.se-border input.tet::-moz-placeholder{
		color: #b2b2b2;
		font-size: 14px;
	}
	.se-border input.tet:-ms-input-placeholder{
		color: #b2b2b2;
		font-size: 14px;
	}
	.se-result{
		font-size: 15px;
		height: 112px;
		line-height: 112px;
	}
	#after .se-con .w1210{
		width: 750px;
	}
	#news .w1210{
		width: 750px;
	}
	#after .ol-li ul li .t1{
		font-size: 17.6px;
	}
	#after .ol-li ul li .d1{
		font-size: 12px;
	} 
	#news .se-con .card .text .d1{
		font-size: 16px;
	}
	#news .se-con .card .text .d2 {
	    font-size: 12px;
	}
	.newslist li .text .tit{
		font-size: 16px;
	}
	#news .wrap1 li .text .con{
		font-size: 12px;
	}
	.se-con .card .text .d2{
	    padding-bottom: 20px;
	    margin-top: -7px;
	}
	.se-con .card .text{
		padding-top: 20px;
	}
}
@media (max-width: 768px){
	.se-border input[type="text"]{
		width: 5.02rem;
	}
	#after .se-con .w1210{
		width: 100%;
	}
}
@media (max-width: 767px){
	#products .visible-xs {
		margin-top: 0.28rem;
	}
	#news .visible-xs {
		margin-top: 0.28rem;
	}
	#after .visible-xs {
		margin-top: 0.28rem;
	}
	#video .visible-xs {
		margin-top: 0.28rem;
	}
	.se-border{
		margin-top: 0.6rem;
		width: 6.73rem;
		height: 0.76rem;
		background-color: #f7f7f7;
	}
	.se-border input[type="submit"]{
		background-size: .35rem;
		width: .8rem;
		background-color: #f7f7f7;
		border-radius: 5px;
	}
	.se-border input[type="text"]{
		width: 5.2rem;
		font-size: .27rem;
		background-color: #f7f7f7;
	}
	.se-border span{
		padding-top: 0.2rem;
		display: none;
    	align-items: center;
	}
	.se-border span img{
		width: .35rem;
		align-items: center;
	}
	.se-head{
		height: 0.95rem;
	}
	.se-border input.tet::-webkit-input-placeholder{
		color: #b2b2b2;
		font-size: .27rem;
	}
	.se-border input.tet:-moz-placeholder{
		color: #b2b2b2;
		font-size: .27rem;
	}
	.se-border input.tet::-moz-placeholder{
		color: #b2b2b2;
		font-size: .27rem;
	}
	.se-border input.tet:-ms-input-placeholder{
		color: #b2b2b2;
		font-size: .27rem;
	}
	/* WebKit browsers */
	.se-border input.tet:focus::-webkit-input-placeholder {
	color: transparent;
	/* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */
	}
	/* Mozilla Firefox 4 to 18 */
	.se-border input.tet:focus:-moz-placeholder {
	color: transparent;
	}
	/* Mozilla Firefox 19+ */
	.se-border input.tet:focus::-moz-placeholder {
	color: transparent;
	}
	/* Internet Explorer 10+ */
	.se-border input.tet:focus:-ms-input-placeholder {
	color: transparent;
	}
	.zwt{
		position: relative;
		z-index: 2;
		height: 1.1rem;
	}
	.w1270{
		width: 100%;
	}
	.subhd{
		width: calc(100% - 0rem);
		border-bottom: 1px solid #ddd;
	}
	.swiper-container {
	    margin-left: auto;
	    margin-right: auto;
	    position: relative;
	    overflow: hidden;
	    z-index: 1;
	}
	.subhdbox .swiper-slide {
	    width: auto;
	    padding: 0 0.525rem;
	}
	.subhd a.on {
	    color: #007bc6;
	    border-bottom: 2px solid #007bc7;
	}
	.subhd a {
	    display: block;
	    font-size: 0.26rem;
	    color: #666;
	    line-height: 1.1rem;
	    height: auto;
	    margin: 0;
	}
	.se-result{
		height: 1.1rem;
	    font-size: 0.22rem;
	    width: 100%;
	    text-align: left;
	    line-height: 1.1rem;
	    padding-left: .5rem;
	    color: #7d7d7d;
	}
	.w1210{
		width: 100%;
	}
	.se-con .card{
		width: 6.7rem;
		margin: 0 auto;
		height: 5.9rem;
		margin-bottom: .68rem;
	}
	.se-con .card img{
		height: 3.77rem;
		width:auto;
	}
	.se-con .card .text{
	    padding: .2rem .25rem 0rem;
	}
	.se-con .card .text .d1{
		color: #333333;
		font-size: .3rem;
	}
	.se-con .card .text .d2{
		font-size: .24rem;
		color: #555555;
	}
	.pages{
		margin-top: .4rem;
		width: 100%;
		font-size: 0.28rem;
	}
	.pages .prev{
		width: 0.31rem;
	    height: 0.31rem;
	    display: inline-block;
	    background-size: 0.31rem;
	    margin-right: 0.55rem;
	}
	.pages .next{
		width: 0.31rem;
	    height: 0.31rem;
	    display: inline-block;
	    background-size: 0.31rem;
	    margin-left: 0.55rem;
	}
	.pages .show-page input {
	    width: 0.5rem;
	    height: .62rem;
	    border: 1px solid #a5a5a5;
	    border-radius: 5px;
	    text-align: center;
	}
	.pages .or {
	    margin: 0 .1rem;
	}
	.align{
		font-size: 0.24rem;
		color: #3f3f3f;
		text-align: left;
		padding-left: 0.53rem;
		margin-top: 0px;
		height: 5rem;
	}
	/* .se-con .card .text .d1{
		height: auto;
	} */
}
@media (min-width: 768px){
	.se-con .card .text .d1{
		height: 40px;
		overflow: hidden;
	}
	.se-con .card .text .d2 {
	    /*padding-bottom: 40px;*/
	    overflow: hidden;
	}
	.se-con .card{
		width: calc(33.33% - 25px);
	}
}

 










