body {
	font-family: "Helvetica Neue", Helvetica, Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
}

a {
	color: #333;
}
.clear{
clear:both;
}

a:hover {
	text-decoration: none;
	color: #008ce1;
}

ul,
ol {
	list-style: none;
	padding: 0;
}
.jj_gyab{width:100%;margin:2% 0px;float:left;background-color:#f9f9f9;}
.jj_gyab span{width:14.5%;text-align:center;font-size:45px;float:left;margin:1%;font-weight:bold;}
.jj_gyab span p{width:100%;float:left;padding-top:3%;font-size:15px;text-align:center;line-height:35px;}
.jj_gyac{width:100%;margin:2% 0px;float:left;}
.jj_gyac img{width:100%;float:left;}
.jj_gyja{width:100%;float:left;}
.jj_gyja img{width:65%;float:left;}
.jj_gjab{width:30%;float:right;border:solid 1px #e1e1e1;}
.jj_gjab span{width:100%;height:200px;overflow:hidden;float:left;}
.jj_gjab span img{width:100%;float:left;}
.jj_gjab p{width:90%;margin:0px 5%;float:left;text-align:center;font-size:20px;color:#004ea2;line-height:75px;}
.jj_gjab font{width:90%;padding-bottom:4%;line-height:30px;margin:0px 5%;float:left;font-size:16px;color:#999;margin-top:2%;}
.jj_gjab font b{font-weight:normal;font-size:18px;}

.mt30 {
	/* margin-top: 30px; */
}

.mb30 {
	margin-bottom: 30px;
}


.sbm {
	font-size: 0;
	height: 1px;
	overflow: hidden;
	color: #333333;
}

/*foot*/
.b_red {
	height: 2px;
	width: 100%;
	background-color: #008ce1;
}

.foot {
	background: #008ce1;
	zoom: 1;
	overflow: hidden;
	border-top: 2px solid #0078cd;
	background:url(/file/by/images/newbg.jpg) no-repeat;
	background-size:cover;
}

.fast {
	font-size: 14px;
	color: #FFFFFF;
	padding: 25px 0 25px 5px;
	width: 1000px;
	text-align: left
}

.fast a {
	color: #FFFFFF;
	display: inline-block;
	text-align: center;
	padding: 0 20px;
}

.share a {
	width: 40px;
	height: 40px;
	/* solid; */
	display: inline-block;
	margin: 15px 0;
}

.weibo {
	background: url(/file/by/images/tubiao.png) 93px 397px;
}

.weibo:hover {
	background: url(/file/by/images/tubiao.png) 93px 247px;
}

.weixin {
	background: url(/file/by/images/tubiao.png)93px 357px;
}

.weixin:hover {
	background: url(/file/by/images/tubiao.png) 95px 204px;
}

.renren {
	background: url(/file/by/images/tubiao.png) 94px 321px;
}

.renren:hover {
	background: url(/file/by/images/tubiao.png) 96px 164px;
}

.kaixin {
	background: url(/file/by/images/tubiao.png) 95px 284px;
}

.kaixin:hover {
	background: url(/file/by/images/tubiao.png) 98px 126px;
}

.m {
	margin: 20px 0 0px 0;
}




/* 新导航 */



.new_head{
	display: flex;
	width: 100%;
	justify-content: space-between;
	line-height: 100px;
	height: 100px;
	position: fixed;
	top: 0;
	left:0;
	z-index: 9999;
	transition: all 0.5s;
}

.new_head-active{
	height: 60px;
	line-height: 100px;
	transition: all 0.5s;
}

.newhead_left{
	display: flex;
	width: 30%;
}

.head_left-1{
	padding:0 3%;
	background: #4f4f4f;
	width: 30%;
	text-align: center;
}
.head_left-1 h1{
	margin: 0;
	display: inline;
	line-height: 100px;
	transition: all 0.5s;
}
.head_left-1 h1 a{
	display: block;
	height: 100%;
	line-height: 100px;
	transition: all 0.5s;
}
.new_head-active h1{
	line-height: 60px;
}
.new_head-active h1 a{
	line-height: 60px;
	height: 100%;
}
.head_left-1 img{
	line-height: 100px;
	width: 100%;
	transition: all 0.5s;
	vertical-align: middle;
}
.new_head-active .head_left-1 img{
	line-height: 60px;
	width: 65%;
	
}

.head_left-2{
	background: #1c94de;
    text-align: center;
	width: 10%;
}

.head_left-2 a{
	position: relative;
    display: block;
    padding: 0 5%;
    font-size: 14px;
    color: #ffffff;
	height: 100%;
}
.head_left-2 p{
	margin: 0;
	line-height: 100px;
	transition: all 0.5s;
}
.new_head-active .head_left-2 p{
	line-height:60px;
}
.head_left-2 a img{
		width: 9px;
		display: block;
		position: absolute;
		left: 50%;
		bottom: 20px;
		margin-left: -4.5px;
		z-index: 999;
		animation-delay: 0ms;
		animation-duration: 1340ms;
		animation-iteration-count: infinite;
		animation-name: arrow;
		animation-play-state: running;
		animation-timing-function: linear;
		transition: all 0.5s;

}

.new_head-active .head_left-2 a img{
	bottom: 7px;
}
.head_left-3{
	width: 60%;

}

.head_left-3 .newsearch_search{
	padding: 0 4px 0 3px;
    font-size: 18px;
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    line-height: 100px;
	transition: all 0.5s;
}
.new_head-active  .newsearch_search{
	height: 100%;
    line-height: 60px;
	background: #4f4f4f;
}
.head_left-3 .newsearch_search form{
	display: flex;
	align-items: center;
	transition: all 0.5s;
}
.new_head-active .head_left-3 .newsearch_search form{
	padding-top:0 !important;
	height:60px;
}
.head_left-3 .newsearch_search .sbtn{
	width: 15%;
	height: 100px;
    color: #FFFFFF;
    padding: 5px;
    border: none;
	background: url(/file/by/images/search_1.png) center no-repeat;
    background-size: contain;
}

.head_left-3 input{
	width: 70%;
	font-size: 14px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    height: 40px;
    width: 150px;
    font-family: 'SANSCN';
    background: transparent;
	outline: none;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.head_left-3 input::-webkit-input-placeholder {
	color: #fff;
}

.newhead_right{
	display: flex;
	width: 70%;
	background: rgba(0, 0, 0, 0.4);
	transition: all 0.5s;
}

.new_head-active .newhead_right{
	background: #4f4f4f;
}

.head_right-1{
	display: flex;
	align-items: center;
	width: 85%;
	height: 100px;
	justify-content: space-between;
	transition: all 0.5s;
}
.new_head-active .head_right-1{
	height: 60px;
}
.newNav-1{
	padding:0 2%;
	height: 100px;
}
.new_head-active .newNav-1{
	height: 60px;
}

.newNav-1 .newNav-1-a{
	display: block;
	font-size: 16px;
    color: #fff;
	height: 100%;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.new_head-active .newNav-1 .newNav-1-a{
	height: 100%;
	line-height: 60px;
}

.newNav-1 .active{
	border-bottom: 2px solid #1c94de;
}
.newNav-1:hover{
	border-bottom: 2px solid #1c94de;
}

.newNav-sub{
	position: absolute;
	transform: scale(0);
	width: 100%;
	padding: 2% 5%;
	display: flex;
	justify-content: center;
	transition: all 0.5s;
	background-color: #fff;
	left:0;
	top: 100px;
	z-index: 9;
	transition: all 0.5s;
	box-shadow: 0 5px 10px #e1e1e1;
}

.new_head-active .newNav-sub{
	top: 60px;
}

.newNav-1:hover .showDown{
	transform: scale(1);
	transition: all 0.5s;
}

.newNav-sub-left{	
	width: 20%;	
}
.newNav-sub-left ul{
	margin-top: 0;
	margin-bottom: 50px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
}
.newNav-sub-left ul li{
	line-height: 38px;
	border: 2px solid transparent;
	height: 38px;
}

.newNav-sub-left ul li a{
	font-size: 15px;
	color: #666;
	display: block;
	line-height: 38px;
}
.newNav-sub-right{
	width: 70%;
}
.newNav-sub-right-1{
	width: 100%;
	display: flex;
	flex-direction: column;
	line-height: 0;
}

.newNav-sub-right-1 .newNav-sub-right-1-a{
	/* margin-bottom: 20px; */
	margin-top: 20px;
    font-size: 15px;
    color: #666;
    font-weight: bold;
    display: block;
    height: 30px;
    line-height: 30px;
}

.newNav-sub-right-1 ul{
	margin: 0;
	/* padding-right: 20%; */
	padding-left:0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;

}
.newNav-sub-right-1 ul li{
	padding: 5px 15px;
	height: 35px;
	text-align: center;
	line-height: 0;
}
.newNav-sub-right-1 ul li a{
	font-size: 14px;
	color: #666;
	line-height: 35px;
	margin-bottom:0;
	display: block;
}

.newNav-sub-right-1 .cplist{
	margin-top: 20px;
	display: flex;
	justify-content: flex-start;
	width: 100%;
	height: 250px;

}
.newNav-sub-right-1 .cplist li{
	margin-right: 2%;
	width: 20%;
	display: flex;
	flex-direction: column;
	height: auto;
	
}
.newNav-sub-right-1 .cplist li a{
	margin-bottom:0 !important;
	padding:2%;
	display: block;
	border: 1px solid #f1f1f1;
	height:auto;
	width:100%;
}
.newNav-sub-right-1 .cplist li img{
	/* margin-bottom: 15px; */
	width: 100%;
	height: auto;
}

.head_right-2{
	padding: 0 3%;
	display: flex;
	align-items: center;
	/* width: 15%; */
	background: #1c94de;
}
.head_right-2 p{
	margin-bottom:0;
	height: 100%;
    font-size: 18px;
    color: #fff;
	transition: all 0.5s;
	/* white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden; */
}
.new_head-active .head_right-2 p{
	line-height: 60px;
}

.head_right-2 img{
	width: 20px;
	height: 20px;
}

.newBanner{
	overflow: hidden;
}

.html5zoo-nav-0{
	display: none !important;
	top: 93% !important;
}

.nav_phone{
	display: none;
}
.nav_phone_navlist{
	display: none;
}




/* 移动端适配 */


.nav_phone{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	/* transform: translateX(0); */
	z-index: 9999999999;
	width: 100%;
	height: 64px;
	padding-left: 3%;
	padding-right: 5%;
	background-color: #ffffff;
	display: none;
	box-shadow: 0 0 10px 3px rgb(0 0 0 / 5%);
}
.nav_phone_logo{
	float: left;
	width: 250px;
}
.nav_phone_logo img{
	margin-top:10px;
	width: 50%;
}
.nav_phone_caidan{
	float: right;
	overflow: hidden;
	width: 28px;
	height: 100%;
	width: 28px;
	height: 50px;
	cursor: pointer;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	-webkit-tap-highlight-color: transparent;
}
.nav_phone_caidan .active::before{
	top: 10px;
	transform: rotate(-45deg);
}
.nav_phone_caidan .active::after{
	top: 10px;
	transform: rotate(45deg);
}
.nav_phone_caidan .active span{
	display: none;
}
.nav_phone_caidan_point{
	position: relative;
	display: inline-block;
	width: 28px;
	height: 22px;
	margin-top: 14px;
}

.nav_phone_caidan_point span{
	position: absolute;
	top: 10px;
	right: 0;
	display: inline-block;
	width: 28px;
	height: 1px;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	background: #666;
}
.nav_phone_caidan_point::before {
	position: absolute;
	right: 0;
	top: 20px;
	display: inline-block;
	width: 28px;
	height: 1px;
	content: '';
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	background: #666;
}


.nav_phone_caidan_point::after{
	position: absolute;
	top: 0px;
	right: 0;
	display: inline-block;
	width: 28px;
	height: 1px;
	content: '';
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	background: #666;
}
.nav_phone_navlist{
	display: none;
	position: fixed;
	top: 64px;
	left: 0;
	width: 100%;
	height: 100%;
	background: #006ac4;
	z-index: 9999999;
	overflow-y: scroll;
}

.nav_phone_navlist  .navlist_1{
	margin: auto;
	padding-left:0;
	margin-top: 40px;
	width: 90%;

}
.nav_phone_navlist  .navlist_1 li{
	position: relative;
	width: 100%;
	height: auto;
	
}
.nav_phone_navlist  .navlist_1 li::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	opacity: .4;
	background-color: rgba(255, 255, 255);

}
.nav_phone_navlist  .navlist_1 li a{
	color: #fff;
	font-size: 15px;
	line-height: 50px;
}
.nav_phone_navlist  .navlist_1 li .navlist_1_1{
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}

.navlist_1_img{
	position: relative;
	display: none;
}
.navlist_1_img img{
	position: absolute;
	top: 50%;
	right: 5px;
	width: 13px;
	cursor: pointer;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.navlist_1_img .img_s{
	display: none;
}

.nav_phone_navlist  .navlist_1 li:nth-child(2) .navlist_1_img{
	display: block;
}
.nav_phone_navlist  .navlist_1 li:nth-child(5) .navlist_1_img{
	display: block;
}


.navlist_sub{
	margin: auto;
	width: 90%;
	height: auto;
	display: none;
	transition: all 0.5s;

}
.navlist_sub ul{
	display: flex;
	flex-direction: column;

}


.nav_phone_navlist .current{
	display: block;
}
/* .nav_phone_navlist .current .navlist_sub{
	display: block;
} */
.nav_phone_navlist .current .img_s{
	display: block;
}
.nav_phone_navlist .current .img_d{
	display: none;
}

.mob_search{
	margin: auto;
	width: 90%;
}

.mob_search  .search_search{
	display: flex;
	margin-top: 25px;
	padding:5px;
	height: 50px;
	border: 1px solid #fff;
	border-radius: 25px;
	background: #fff;
}
.mob_search .search_search .sbtn {
    background: url(/file/by/images/search.png) center no-repeat;
    background-size: contain;
}

.mob_search  .search_search .stxt{
	border-radius: 25px;
	border: none;
}

.mob_search .search_key{
	width: auto;
}

.mob_search .search_key{
	margin: auto;
	margin-top: 20px;
	width: 100%;


}
.mob_search .search_key a{
	margin-right: 15px;
	color: #f00;
	font-size: 15px;
}

.mySwiper1-mob{
	display: none;
}

.mobfooter{
	display: none;
}

.mobfooter{
	margin: auto;
	padding:4%;
	width: 100%;
	background-color: #f7f7f7;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.mobfooter-1{
	margin-bottom: 0.3em;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.mobfooter-1 p{
	font-size: 14px;
	display: block;
	margin-bottom:8px;
	text-align: center;
}
.mobfooter-2{
	display: flex;
	flex-direction: column;
	text-align: center;
}
.mobfooter-2 span{
	display: block;
	height: 20px;
	margin-bottom: 10px;
	font-size: 14px;

}
.mobfooter-2  .youlink{
	display: flex;
	flex-wrap: wrap;
}
.mobfooter-2  .youlink a{
	font-size: 12px;
	margin: 2px;
	color: #666;
}









@-webkit-keyframes arrow {
	0% {
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
	50% {
		-webkit-transform: translate3d(0px, -8px, 0px);
	}
	100% {
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
}




/* 新导航结束 */



/* 新底部导航 */


.newfooter{
	padding:30px 0;
	padding-bottom: 20px;
	width: 100%;
	background: #f7f7f7;
}
.newfooter .newfooter-con{
	margin: auto;
	width: 90%;
	display: flex;
	justify-content: space-between;
}
.newfooter .newfooter-con .newfooter-1{
	display: flex;
	flex-direction: column;
	background: url(/file/by/images/footer-xian.png) no-repeat right 0;
	width: 23%;
	/* justify-content: center; */
}
.newfooter .newfooter-con .newfooter-1 span{
	color: #333;
	font-size: 20px;
	margin-bottom: 20px;
}
.newfooter .newfooter-con .newfooter-1 .newfooter-1-con{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;

}
.newfooter .newfooter-con .newfooter-1 .newfooter-1-con p{
	width: 45%;
	margin-bottom: 5px;
	color: #666;
	text-overflow: ellipsis;
	overflow:hidden;
	white-space: nowrap;
	font-size: 14px;
}
.newfooter .newfooter-con .newfooter-1 .newfooter-1-con p a{
	color: #666;
	font-size: 14px;
}
.newfooter .newfooter-con .newfooter-2{
	display: flex;
	flex-direction: column;
	background: url(/file/by/images/footer-xian.png) no-repeat right 0;
	padding-right: 3%;
	width: 20%;
	/* justify-content: center; */
}
.newfooter .newfooter-con .newfooter-2 span{
	color: #333;
	font-size: 20px;
	margin-bottom: 20px;
}

.newfooter .newfooter-con .newfooter-2 p{
	margin-bottom: 15px;
	color: #666;
	/* text-overflow: ellipsis;
	overflow:hidden;
	white-space: nowrap; */
	font-size: 14px;
	width: 100%;
}

.newfooter .newfooter-con .newfooter-3{
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	width: 15%;
	/* justify-content: center; */
}

.newfooter .newfooter-con .newfooter-3 span{
	color: #333;
	font-size: 20px;
	margin-bottom: 20px;
}

.newfooter .newfooter-con .newfooter-3  img{
	width:150px;
	height: 150px;
	margin-bottom: 15px;
}
.newfooter .newfooter-con .newfooter-3 p{
	font-size: 14px;
	color: #666;
}

.didi{
	
	margin-top: 30px;
	padding-top: 20px;
	width: 100%;
	border-top: 1px solid #ccc;
	
}
.didi-top{
	margin: auto;
	width: 90%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.didi-top p{
	margin: 0 20px;
	font-size: 14px;
	color: #666;
}
.didi-top p a{
	color: #666;
}







/* 新底部导航结束 */





.c_t {
	background: url(/file/by/images/tubiao.png) -15px -82px no-repeat;
	height: 120px;
	margin-right: 50px;
	font-size: 14px;
	color: #bdbdbd;
	padding-left: 30px;
	line-height: 30px;
}




.erweima {
	position: absolute;
	right: 0;
	top: 50px;
	background: url(/file/by/images/weweima_kuang.png) no-repeat;
	width: 160px;
	height: 160px;
	padding-top: 9px;
	padding-left: 8px;
	margin: 0px;
}

.my {
	font-size: 14px;
	color: #BDBDBD;
	line-height: 50px;
	text-align: center;
	padding-top: 10px;
}

.w1200 {
	width: 1180px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.cl {
	clear: both;
}

.mya.upm {
	font-size: 12px;
	color: #bdbdbd;
}

.page-banner {
	height: 300px;
}

.i_gd {
	font-size: 13.6px;
	width: 75%;
	height: auto;
	margin: 0px auto;
	font-size: 16px;
	margin-top: 10px;
	overflow:hidden;
}
.i_gd .i_sousuo{
float:left;
width:23.5%;
height:50px;
margin-left:10px;
}
.i_miaoshu em{
color: #EF0606;
    font-style: normal;
	}
.i_miaoshu a{
padding:0 5px;
}
.i_gd .i_sousuo input{
	outline: none;
}
.product_mobile{
	display:none
}

@media(max-width:1600px){
	.ProList_top_1 ul li a{
		font-size:17px !important
	}
	.news-list li .news-list_img{
		height:250px !important;
	}
	.news-list .news-list_p{
		padding:10px !important;
		height:250px !important;
		bottom:-160px !important;
	}
	.news-list .news-list_p h2{
		font-size:16px !important;
	}
}

@media(max-width:1400px){
	.news-list-1 li .news-list_p{
		width:60% !important; 
	}
	.about-con-right{
		flex-direction:column;
		align-items:center;
	}
}

@media (max-width:768px){
.newfooter{
		display: none;
	}
.mobfooter{
		display: block;
	}
.new_head{
		display: none;
	}
	.nav_phone{
		display: block;
	}
.new_side {
	display:none;
}
	.i_gd .i_sousuo{
		margin:auto;
		float:none;
		width:90%;
		height:50px;
		margin-top:2%;
		}
	.product-show{
		display:none
	}

	.product_mobile{
		display:block
	}

	.navbar{
		position:fixed !important;
		top:0;
		left:0;
		width:100%;
		z-index:999;
		background:#fff;
	}

	.carousel{
		margin-top:70px;
	}
	.nbanner{
		margin-top:70px;
	}






	
}

.slideTxtBox {
	width: 1180px;
	border: 1px solid #ddd;
	text-align: left;
	margin: 0 auto 20px;
	clear: both;
	zoom: 1;
	overflow: hidden;
	padding-bottom: 20px
}

.slideTxtBox .hd {
	height: 36px;
	line-height: 36px;
	background: #f4f4f4;
	padding: 0 10px 0 20px;
	border-bottom: 1px solid #ddd;
	position: relative;
}

.slideTxtBox .hd a {
	float: left;
}

.slideTxtBox .hd ul {
	float: left;
	position: absolute;
	left: 10px;
	top: -1px;
	height: 32px;
}

.slideTxtBox .hd ul li {
	float: left;
	padding: 0 15px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700
}

.slideTxtBox .hd ul li.on {
	height: 36px;
	background: #fff;
	border: 1px solid #ddd;
	border-bottom: 2px solid #fff;
}

.slideTxtBox .bd ul {
	padding: 15px;
	zoom: 1;
}

.slideTxtBox .bd li {
	height: 24px;
	line-height: 24px;
	float: left;
	margin-right: 10px
}

.slideTxtBox .bd li .date {
	float: right;
	color: #999;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideTxtBox .arrow {
	position: absolute;
	right: 10px;
	top: 0;
}

.slideTxtBox .arrow a {
	display: block;
	width: 5px;
	height: 9px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
}

.slideTxtBox .arrow .next {
	background-position: 0 -50px;
}

.slideTxtBox .arrow .prevStop {
	background-position: -60px 0;
}

.slideTxtBox .arrow .nextStop {
	background-position: -60px -50px;
}

.mta10 {
	margin-top: 10px;
	clear: both
}

.topc {
	max-width: 1180px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	padding-bottom:20px;
	border-bottom:1px solid #fff;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	padding-left: 10px;
	padding-right: 10px;
}
	.footbox {
		float: left;
		width: 100%;
		margin-top: 0px;
		margin-bottom: 20px;
	}


.footboxz {
	float: left;
	padding-right: 1%;
	/* border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF; */
	display:flex;
	flex-direction:column;
	width:30%;
}
.footboxz span{
	margin-bottom:20px;
	font-size:25px;
	color:#fff;
}
.footboxz_1{
	display:flex;
	flex-wrap:wrap;

}

.footboxz a{
	margin-bottom:20px;
	color:#fff;
	width:45%;
}

.footboxc span{
	display:block;
	margin-bottom:20px;
	font-size:25px;
	color:#fff;
}

.footboxc {
	float: left;
	padding-left: 2%;
	color: #FFF;
}

.footboxc a {
	color: #fff;
}

.footboxy {
	float: right;
	color: #fff;
	margin-right: 0px
}

.i-phone span {
	font-size: 16px;
}

.i-phone p {
	font-size: 28px
}

.i-phone {
	float: right
}

.footboxy img {
	float: left
}

.i-rx {
	margin-bottom: 20px;
	text-align: center;
	color: #fff
}

.i-rx a {
	color: #fff;
	margin-right: 10px;
}

.page {
	width: 94%;
	margin: 20px auto 40px;
	font-size: 16px;
	zoom: 1;
	overflow: hidden;
	position: relative
}

.page a,
.page span {
	display: block;
	color: #2b79cb;
	float: left;
	padding: 4px 8px;
	border: 1px solid #dedfde;
	margin-right: 5px;
	font-size: 16px
}

/* SPAN和链接 */
.page a:hover,
.page a.current,
.page span.current {
	color: #fff;
	border: 1px solid #2b79cb;
	padding: 4px 8px;
	background: #2b79cb
}

/* 当前链接有激活时 */
。thisclass {
	color: #fff;
	border: 1px solid #2b79cb;
	padding: 4px 8px;
	background: #2b79cb
}


.page select {
	display: inline-block;
	font-size: 16px;
	margin-top: 5px;
	float: none
}


.page span.i_a {
	border: 1px solid #fff
}

.clear20 {
	height: 40px;
	clear: both;
	overflow: hidden
}

.i-pla {
	position: absolute
}

.i-px {
	line-height: 20px;
	display: flex;
    justify-content: space-between;
}

.picScroll-left {
	width: 1200px;
	overflow: hidden;
	position: relative;
	border: 0px solid #ccc;
}

.picScroll-left .hd {
	overflow: hidden;
	height: 10px;
	/*background:#f4f4f4; padding:0 10px;*/
}

.picScroll-left .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	zoom: 1;
}

.picScroll-left .hd ul li {
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: url("/file/by/images/icocircle.gif") 0 -9px no-repeat;
}

.picScroll-left .hd ul li.on {
	background-position: 0 0;
}

.picScroll-left .bd {
	padding: 10px 20px;
}

.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll-left .bd ul li {
	margin: 0 8px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}

.picScroll-left .bd ul li .pic {
	text-align: center;
}

.picScroll-left .bd ul li .pic img {
	width: 214px;
	height: 160px;
	display: block;
	padding: 2px;
	border: 1px solid #ccc;
}

.picScroll-left .bd ul li .pic a:hover img {
	border-color: #999;
}

.picScroll-left .bd ul li .title {
	line-height: 24px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	width: 100%;
}

.picScroll-left .hd .prev {
	cursor: pointer;
	display: block;
	width: 15px;
	height: 27px;
	background: url(/file/by/images/btn_prev.png) no-repeat;
	position: absolute;
	left: 0;
	top: 85px;
}

.picScroll-left .hd .next {
	cursor: pointer;
	display: block;
	width: 15px;
	height: 27px;
	background: url(/file/by/images/btn_next.png) no-repeat;
	position: absolute;
	right: 0;
	top: 85px;
}

.picScroll-lefta {
	width: 1200px;
	overflow: hidden;
	position: relative;
	border: 0px solid #ccc;
}

.picScroll-lefta .hd {
	overflow: hidden;
	height: 10px;
	/*background:#f4f4f4; padding:0 10px;*/
}

.picScroll-lefta .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	zoom: 1;
}

.picScroll-lefta .hd ul li {
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: url("/file/by/images/icocircle.gif") 0 -9px no-repeat;
}

.picScroll-lefta .hd ul li.on {
	background-position: 0 0;
}

.picScroll-lefta .bd {
	padding: 10px 20px;
}

.picScroll-lefta .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll-lefta .bd ul li {
	margin: 0 8px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}

.picScroll-lefta .bd ul li .pic {
	text-align: center;
}

.picScroll-lefta .bd ul li .pic img {
	width: 214px;
	height: 160px;
	display: block;
	padding: 2px;
	border: 1px solid #ccc;
}

.picScroll-lefta .bd ul li .pic a:hover img {
	border-color: #999;
}

.picScroll-lefta .bd ul li .title {
	line-height: 24px;
}

.picScroll-lefta .hd .prev {
	cursor: pointer;
	display: block;
	width: 15px;
	height: 27px;
	background: url(/file/by/images/btn_prev.png) no-repeat;
	position: absolute;
	left: 0;
	top: 85px;
}

.picScroll-lefta .hd .next {
	cursor: pointer;
	display: block;
	width: 15px;
	height: 27px;
	background: url(/file/by/images/btn_next.png) no-repeat;
	position: absolute;
	right: 0;
	top: 85px;
}
@media (max-width:1250px){
	.ProList_top_1 ul li a{
		font-size:15px !important;
	}
	.newProList{
		width:90% !important
	}
	.cpright{
		width:90% !important;
	}

	.newNav-1 .newNav-1-a{
		font-size:15px;
	}

	.news-list li .news-list_img{
		height:180px !important;
	}

	.news-list .news-list_p h2{
		line-height:28px;
	}

	.news-list .news-list_p{
		height:180px !important;
		bottom:-120px !important;
	}

	.vnews-list li img{
		height:180px !important;
	}

	.news-list-1 li .news-list_p{
		width:50% !important;
	}


}






@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
	
}

.top {
	height: 35px;
	line-height: 35px;
	background: #fff;
	color: #999;
	border-bottom: 1px solid #cccccc75;
}

.top a {
	margin: 0 10px;
	color: #999;
}

/* .top a:hover {
	color: #fff;
} */

.navbar {
	position: relative;
	min-height: 60px;
	margin-bottom: 0;
	border: none;
}

.navbar-brand {
	float: left;
	height: 67px;
	padding: 20px 15px;
	font-size: 18px;
	line-height: 20px;
	box-sizing: content-box;
}

 .zldl {
	/* overflow: hidden; */
	width: 250px;
	height: 70px;
	float: left;
	position: relative;
	/* padding-left: 40px; */
	text-align: center;
	margin-top: 29px;
}

.zldl span {
	font-size: 20px;
	color: #0367d7;
}

.zldl p {
	color: #0367d7;
	font-size: 14px;
	margin-top: 8px;
	padding-left: 1px;
}

.navbar-default {
	background-color: #fff;
	border-color: transparent;
}

.navbar-nav {
	margin: 0px -15px;
}

.navbar-nav>li>a {
	padding-top: 17px;
	padding-bottom: 17px;
	line-height: 20px;
}

.navbar-default .navbar-collapse {
	background: #008ce1;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
	font-size: 16px;
	padding: 17px 40px;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #fff;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #fff;
	background: #0078cd;
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.tel {
	height: auto;
	background: url(/file/by/images/tel.gif) no-repeat left center;
	padding-left: 65px;
	margin-top: 25px;
}

.tel span {
	display: block;
	font-size: 18px;
	line-height: 20px;
	margin: 10px 0 0;
}

.tel b {
	display: block;
	font-size: 24px;
	line-height: 30px;
	color: #008ce1;
	font-weight: normal;
	/* font-family: Impact, Arial; */
}

.nbanner {
	width: 100%;
	overflow: hidden;
}

.nbanner img {
	width: 100%;
	overflow: hidden;
}

.tg_pages {
	overflow: hidden;
	padding-bottom: 40px;
	padding-top: 20px;
	text-align: center;
	width: 100%;
}

.tg_pages li {
	display: inline-block;
}

.tg_pages li a {
	border: 1px solid #008ce1;
	color: #008ce1;
	display: inline-block;
	font-size: 13px;
	height: 26px;
	line-height: 26px;
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.tg_pages .page-num-current {
	background: #008ce1 none repeat scroll 0 0;
	border: 1px solid #008ce1;
	color: #ffffff;
}
.tg_pages li span{
	display: none;
}

.carousel-inner {
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.carousel-indicators li {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	border: none;
	margin-right: 10px;
}

.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0 10px 0 0;
	background-color: #008ce1;
}

.honor {
	padding: 40px 0;
	background: #f2f2f2;
}

.honor-con {
	position: relative;
	width: 1192px;
	height: 200px;
	margin: 0px auto;
}

#scrollCon01 {
	width: 1140px;
	position: absolute;
	left: 30px;
	top: 20px;
	overflow: hidden;
	list-style: none;
}

.honor-con li {
	float: left;
	width: 216px;
	margin-right: 15px;
}

.honor-con li img {
	display: block;
	width: 214px;
	height: 160px;
	border: 1px solid #ccc;
}

.honor-con li span {
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-top: 5px;
}

.honor-con .leftBtn {
	display: block;
	width: 15px;
	height: 27px;
	background: url(/file/by/images/btn_prev.png) no-repeat;
	position: absolute;
	left: 0;
	top: 80px;
}

.honor-con .rightBtn {
	display: block;
	width: 15px;
	height: 27px;
	background: url(/file/by/images/btn_next.png) no-repeat;
	position: absolute;
	right: 0;
	top: 80px;
}



.list-product-title {
	height: 80px;
	background: url(/file/by/images/list_title.png) no-repeat top center;
	line-height: 80px;
	text-align: center;
	color: #fff;
}

.list-product h2 {
	margin: 0;
	line-height: 60px;
	font-weight: bold;
	font-size: 22px;
}

.list-product ul {
	list-style: none;
	padding: 0 10px 10px;
	/*border: 5px solid #005dae;*/
	border: 1px solid #008ce1;
}

.list-product h2 {
	height: 40px;
	line-height: 40px;
	text-align: center;
	/* color: #0064c4; */
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	/* margin: 15px 0 0; */
	/* background: #e5e5e5 url(/file/by/images/list_li_title.png) no-repeat 200px center; */
}

.list-product h2 a {
	color: #0064c4;
}

.list-product ul li {
	height: 40px;
	line-height: 40px;
	color: #0064c4;
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0 0;
	background: #e5e5e5 url(/file/by/images/list_li_title.gif) no-repeat 200px center;
	text-indent: 20px;
}

.list-product ul li a {
	color: #333;
	display: block;
}

.list-producta li .current{
background:#1063c4;
color:#fff;
}

.list-producta-title {
	height: 60px;
	background-color: #008ce1;
	line-height: 60px;
	text-align: center;
	color: #fff;
}

.list-producta h3 {
	margin: 0;
	line-height: 60px;
	font-weight: bold;
	font-size: 22px;
}

.list-producta ul {
	list-style: none;
	padding: 0 10px 10px;
	/*border: 5px solid #005dae;*/
	border: 1px solid #008ce1;
}

.list-producta h2 {
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #0064c4;
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0 0;
	background: #e5e5e5 url(/file/by/images/list_li_title.gif) no-repeat 200px center;
}

.list-producta h2 a {
	color: #0064c4;
}

.list-producta ul li {
	/*height: 40px;*/
	line-height: 40px;
	color: #0064c4;
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0 0 0;
	background: #e5e5e5 url(/file/by/images/list_li_title_1.png) no-repeat 200px 10px;
	text-indent: 20px;
}
.list-producta ul li:hover{
	background: #0084f2 url(/file/by/images/list_li_title_1.png) no-repeat 200px 10px !important;
}
.list-producta ul .current:hover{
	background: #0084f2 url(/file/by/images/list_li_title_1_active.png) no-repeat 200px 10px !important;
}
.list-producta ul li:hover a{
	color:#fff
}

.list-producta ul li a {
	/*color: #0064c4;*/
	color: #333;
}

.list-producta ul li a.cur {
	color: #008ce1;
}

.list-producta ul li ul {
	border: 0;
	margin: 0px 0 0 0;
	background: #fff;
}

.list-producta ul li ul li {
	background: #fff;
}

.list-producta ul li ul li a {
	width: 100%;
	display: block;
	font-size: 14px;
	BACKGROUND: url(/file/by/images/4.png) no-repeat 5px 16px;
}

.i-alist {
	height: 5px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.i-ulh {
	margin: 0;
	padding: 0;
	background: #fff
}

.clear10 {
	height: 20px;
	overflow: hidden;
	background: #fff
}

.product-title {
	height: 40px;
	line-height: 40px;
	background: #f2f2f2 url(/file/by/images/hot_title.png) no-repeat left top;
}

.product-title h3 {
	margin: 0;
	float: left;
	width: 170px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	line-height: 32px;
}

.product-title a {
	float: right;
	margin-right: 15px;
	_display: inline;
}

.product-show {
	margin: 0 0 13px;
}

.product-show div {
	margin-top: 20px;
	padding-bottom: 15px;
}

.product-show div img {
	display: block;
	margin: auto;
	height: auto;
	border: 1px solid#ccc;
	/* margin-left:6px; */
}

.product-show div span {
	height: auto;
	line-height: 30px;
	border-top: 0;
	background: #f2f2f2;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	margin: auto;
	width: 95%;
	padding: 10px 0;
}

.product-show div span a {
	display: block;
}

.product-show div p {
	height: 76px;
	line-height: 22px;
	border-top: 0;
	background: #f2f2f2;
	font-size: 12px;
	overflow: hidden;
	margin-bottom: 0;
	padding: 5px;
	display: none;
}

.plan {
	height: 515px;
	background: url(/file/by/images/plan_bg.jpg) no-repeat top center;
}

.plan h3 {
	font-size: 32px;
	color: #0064c4;
	font-weight: bold;
	text-indent: 30px;
}

.plan h3 span {
	color: #cc0000;
}

.plan h4 {
	font-size: 22px;
	color: #fff;
	margin-top: 30px;
	text-indent: 55px;
}

.plan h4 b {
	margin-right: 10px;
}

.plan-con {
	margin-top: 80px;
}

.plan-con img {
	margin: 0 auto;
}

.plan-con p {
	color: #fff;
	font-size: 18px;
	margin-top: 20px;
}

.ys {
	background: #f2f2f2;
	padding: 40px 0;
}

.ys h3 {
	font-size: 36px;
	color: #cc0000;
	font-weight: bold;
}

.ys h3 span {
	font-size: 28px;
	color: #b9bfbb;
	font-family: Impact, Arial;
	font-weight: normal;
	margin-left: 5px;
}

.ys h4 {
	margin-top: 20px;
}

.ys h4 b {
	margin-right: 10px;
	font-size: 48px;
	color: #1c8cd8;
}

.ys h4 span {
	display: inline-block;
	width: 260px;
	height: 36px;
	line-height: 36px;
	font-size: 20px;
	color: #fff;
	background: url(/file/by/images/ys_title_bg.png) no-repeat top center;
}

.ys-con {
	margin-top: 60px;
}

.ys-con span {
	font-size: 50px;
	color: #dd191d;
	font-family: Impact, Arial;
	position: absolute;
}

.ys-conh5 {
	display: inline-block;
	width: 85%;
	font-size: 24px;
	color: #2589d5;
	line-height: 48px;
	height: 54px;
	background: url(/file/by/images/ys_con_line.png) repeat-x bottom center;
	margin-left: 60px;
	font-weight: bold;
}

.ys-conp {
	margin-top: 15px;
	font-size: 16px;
	padding-left: 60px;
}

.ys-con .col-md-push-1 {
	left: 5%;
}

.about-img {
	padding-bottom: 25px;
	background: url(/file/by/images/about_img_bottom.jpg) no-repeat bottom center;
	height: 300px;
}

.about-title {
	height: 40px;
	line-height: 40px;
	color: #333;
	text-align: center;
	border-bottom: 1px double #666;
	padding-bottom: 5px;
	margin-bottom: 20px;
	background: url(/file/by/images/icon_title.gif) no-repeat left center;
	padding-left: 15px;
}

.about-title h2 {
	color: #333;
	font-weight: bold;
	margin: 0;
	line-height: 40px;
	font-size: 20px;
}

.about-title h2 span {
	padding-left: 10px;
	color: #666;
	font-weight: normal;
}

.about-text-title p {
	font-size: 16px;
	color: #333;
}

.about-text h4 {
	font-weight: bold;
}

.about-text p {
	text-indent: 2em;
}

.about-public {
	padding-top: 30px;
	border-top: 2px solid #999;
	font-size: 18px;
}

.about-public p:first-child {
	color: #cc0000;
	font-weight: bold;
}

.about-public .about-slogan {
	text-align: center;
	color: #cc0000;
	padding: 0 10px;
	background: url(/file/by/images/slogan_bg.png) no-repeat center center;
	font-weight: bold;
}

.about-promise {
	border-radius: 30px;
	border: 1px dashed #cc0000;
	text-align: center;
	padding: 5px 10px;
	background: #fff7a4;
	font-weight: bold;
	color: #cc0000;
}

.about-tel {
	border-bottom: 1px dashed #cc0000;
	text-align: right;
	padding-top: 8px;
	font-weight: bold;
	font-size: 16px;
}

.about-tel span {
	color: #ff3300;
	font-size: 18px;
	display: block;
	margin-bottom: 5px;
}

.project {
	padding: 30px 0;
	/*background: url(/file/by/images/project_bg.gif) repeat-x;*/
	background: #e3e3e3;
	/*background:-moz-linear-gradient( right,#008ce1,#f98485);
background:-webkit-linear-gradient(left,#008ce1,#f98485);
background:-o-linear-gradient(left,#008ce1,#f98485); /*Opera11*/
	
}

.project-title {
	background: url(/file/by/images/project_title.png) no-repeat center center;
}

.project-title h2 {
	padding: 0 10px;
	text-align: center;
	width: 220px;
	margin: 0 auto;
	font-weight: bold;
	/*color: #008ce1;*/
	color: #333;
	font-size: 22px;
}

.project-con {
	position: relative;
	width: 1200px;
	height: 200px;
	margin: 0px auto;
	overflow: hidden;
}

#scrollCon {
	width: 1140px;
	position: absolute;
	left: 30px;
	top: 20px;
	overflow: hidden;
	list-style: none;
}

.project-con li {
	float: left;
	width: 216px;
	margin-right: 15px;
}

.project-con li img {
	display: block;
	width: 214px;
	height: 160px;
	border: 1px solid #ccc;
}

.project-con li span {
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-top: 5px;
}

.project-con li span a {
	color: #000;
}

.project-con .leftBtn {
	display: block;
	width: 15px;
	height: 27px;
	background: url(/file/by/images/btn_prev.png) no-repeat;
	position: absolute;
	left: 0;
	top: 85px;
}

.project-con .rightBtn {
	display: block;
	width: 15px;
	height: 27px;
	background: url(/file/by/images/btn_next.png) no-repeat;
	position: absolute;
	right: 0;
	top: 85px;
}

.case {
	background: #f2f2f2;
	padding: 40px 0;
}

.case-title {
	text-align: center;
	background: url(/file/by/images/case_title_line.gif) repeat-x center center;
}

.case-title h3 {
	width: 120px;
	padding: 0 10px;
	background: #f2f2f2;
	background: #fff;
	color: #333;
	font-weight: bold;
	margin: 0 auto;
}

.case .thumbnail {
	display: block;
	padding: 0;
	margin-bottom: 20px;
	border: none;
	border-radius: 0;
	background: #f2f2f2;
}

.case.thumbnail .caption {
	padding: 5px;
	color: #666;
}

.case.thumbnail .caption h3 {
	margin: 10px 0;
	font-weight: bold;
	color: #333;
	font-size: 16px;
}

.case .btn-thumbnail {
	width: 86px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	background: url(/file/by/images/btn_red.gif) repeat-x;
	color: #fff;
	margin-top: 20px;
}

.news-title {
	height: 40px;
	line-height: 40px;
	padding-bottom: 5px;
	border-bottom: 1px double #666;
	margin-bottom: 20px;
}

.news-title h2 {
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	background: url(/file/by/images/icon_title.gif) no-repeat left center;
	padding-left: 15px;
}

.news-title h2 span {
	display: block;
	font-size: 12px;
	color: #666;
	font-weight: normal;
	margin-top: 3px;
}

.main-con-news {
	padding: 0 20px;
}

.news-list {
	margin-top: 10px;
}

.contact-list {
	padding: 0 10px;
}

.news-list li {
	height: 34px;
	line-height: 34px;
	/* background: url(/file/by/images/icon_news.gif) no-repeat left center;
	border-bottom: 1px dotted #999; */
	overflow: hidden;
}

/* .news-list li a {
	float: left;
	text-indent: 13px;
} */

.news-list li span {
	float: right;
}

/* .news img{
width: 100%;
height: 110px;
} */
.ask-list {
	margin-top: 15px;
	border-bottom: 1px dashed #999;
	padding-bottom: 5px;
}

.ask-list h5 {
	font-size: 16px;
	background: url(/file/by/images/icon_q.jpg) no-repeat left center;
	padding-left: 25px;
}

.ask-list p {
	background: url(/file/by/images/icon_a.jpg) no-repeat left top;
	padding-left: 25px;
}

.contact-box {
	padding: 30px 0;
	background: #f2f2f2;
}

.contact-box .about-text-title {
	text-align: center;
	margin-top: 80px;
	border-bottom: 1px solid #666;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

.contact-con p {
	font-size: 16px;
}

.footer {
	padding: 30px 0;
	background: #0f52b4;
	color: #fff;
}

.footer a {
	color: #fff;
}

.flink {
	margin-bottom: 30px;
}

.flink b {
	display: block;
	padding-bottom: 5px;
	border-bottom: 1px solid #3f75c3;
}

.flink-con {
	padding: 10px 0;
}

.flink a {
	margin: 0 5px;
	color: #eee;
}

.common-title {
	height: auto;
	line-height: 54px;
	/* background-color:#008ce1; */
	color: #333;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

.common-title h3 {
	color: #333;
	line-height: 54px;
	margin: 0;
	text-indent: 20px;
	font-weight: bold;
}

.common-title span {
	padding-right: 10px;
}

.common-title span a {
	color: #333;
	margin: 0 5px;
	font-size: 14px;
}



.about_shilizhanshi{
	margin-top: 50px;
	width: 100%;
	text-align: center;
}
.about_shilizhanshi h3{
	margin-bottom: 20px;
	font-size: 24px;
	color: #333;
	font-weight: bold;
}
.about_shilizhanshi ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.about_shilizhanshi ul li{
	margin: 20px 30px;
}
.about_shilizhanshi ul li img{
width: 220px;
height: 180px;
}



.list-contact-con {
	padding: 10px;
	border: 1px solid #008ce1;
	margin-bottom:15px;
}

.main-con-product {
	margin: 0;
}

.main-product-list {
	margin-top: 20px;
}

.main-product-list img {
	height: auto;
	border: 1px solid #ccc;
}

.main-product-list span {
	margin-top: 10px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main-title {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

.main-author {
	padding: 10px 0;
	background: #f2f2f2;
	text-align: center;
	color: #666;
}

.main-author span {
	margin: 0 10px;
}
.main-lx{
	border-bottom: 1px solid rgba(238, 238, 238, .2);
	border:solid 1px #e1e1e1;
	width:90%;
	margin:2% 5%;
	float:left;
}
.main-lx .img1{
   margin: 0;
    width: 15%;
    float: left;
	margin-top:3.5%;
}
.lx-p{
    width: 85%;
    float: right;
	background-color:#f9f9f9;
	padding:2%;
}
.lx-p p{width:100%;float:left;font-size:16px;}
.tel2{
    height: auto;
    background: url(/file/by/images/new_tel.png) no-repeat left 25px;
    padding-left: 50px;
    margin-top: 15px;
	background-size:38px;
}
.tel2 strong{
    font-size: 28px;
    color: #0090ff;
}
.afs{
    width: 123px;
    height: 35px;
    float: right;
    background: #0090ff;
    text-align: center;
    font-size: 16px;
    display: block;
    margin: 10px 0 0;
	border-radius:5px;
}
.afs a{
color:#fff;
}

.main-con {
	line-height: 32px;
	padding: 10px;
	font-size: 16px;
	margin-bottom: 20px;
}

.main-con-text img {
	display: block;
	max-width: 100% !important;
	height: auto !important;
	margin: 0 auto;
}

.main-con img {
	display: block;
	max-width: 100% !important;
	/* height: auto !important; */
	margin: 0 auto;
}

.img-info h1 {
	font-size: 20px;
	font-weight: bold;
	color: #222;
	border-bottom: 1px dashed #999;
	padding-bottom: 10px;
}

.img-info h1 {
	font-size: 24px;
	font-weight: bold;
	color: #222;
	border-bottom: 1px dashed #999;
	padding-bottom: 10px;
}
.img-info p{
	font-size:15px;
	line-height:30px;
	color: #999;

}

.img-tel {
	font-size: 18px;
	font-weight: normal;
	display: block;
	line-height: 30px;
	color: #999;
}

.img-tel span {
	font-size: 18px;
	color: #999;
	display: inline-block;
	vertical-align: middle;
}

.img-tel a {
	display: inline-block;
	vertical-align: middle;
}
.cp{
margin-top:20px;
}
.cp .cpbiaot{
    font-size: 18px;
    padding-left: 20px;
    background: #008CE1;
    color: #fff;
    line-height: 42px;
    height: 42px;
	}
.tjcp{
margin-top: 10px;
    float: left;
}
.tjcp li{
	box-sizing: border-box;
    display: inline-block;
    width: 23.5%;
    /* float: left; */
    margin-left: 1%;
    margin-bottom: 1%;
    padding-bottom: 1%;
    border-bottom: 1px dashed #ddd;
	}
.tjcp li span{
text-align:center;
display:block;
}
.product-detail {
	height: 34px;
	line-height: 34px;
	border-bottom: 3px solid #008ce1;
}

.product-detail h3 {
	width: 100px;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #008ce1;
}


.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #333;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus,
.pagination>li>a:focus,
.pagination>li>span:focus {
	color: #fff;
	background-color: #0f52b4;
	border-color: #ddd;
}

.pagination>li.active>a,
.pagination>li.active>span,
.pagination>li.active>a:hover,
.pagination>li.active>span:hover,
.pagination>li.active>a:focus,
.pagination>li.active>span:focus {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #0f52b4;
	border-color: #ddd;
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
	.col-md-3 {
		width: 35%;
	}

	.col-md-9 {
		width: 65%;
	}

	.navbar-brand>img {
		display: block;
		height: 60px;
	}
}

@media (max-width: 768px) {
	.navbar-header {
		float: none;
		margin:0 !important;
	}

	.navbar-nav {
		float: left;
		margin: 0;
	}

	.navbar-nav>li {
		float: left;
		background: url(/file/by/images/nav_li.gif) no-repeat right center;
	}

	.navbar-nav>li>a {
		color: #fff;
		padding: 17px 19px;
	}

	.carousel-indicators {
		bottom: 0;
	}

	.fr {
		float: none
	}

	.navbar-brand>img {
		display: block;
		width: 100%;
		height: 50px;
	}
	.zldl{
		display: none;
	}
}

@media (max-width: 767px) {

	.navbar-brand {
		float: left;
		height: 45px;
		padding: 10px 0px 0 2%;
		width: 50%;
	}

	.navbar-brandimg {
		height: 36px;
	}

	.navbar-default .navbar-collapse {
		background: none;
	}

	.navbar-default .navbar-nav>li>a {
		color: #333;
	}

	.navbar-default .navbar-nav>li>a:hover,
	.navbar-default .navbar-nav>li>a:focus {
		color: #fff;
		background: #008ce1;
	}

	.navbar-default .navbar-nav>.active>a,
	.navbar-default .navbar-nav>.active>a:hover,
	.navbar-default .navbar-nav>.active>a:focus {
		color: #fff;
		background: #008ce1;
	}

	.carousel-inner {
		width: 100%;
	}

	.carousel-indicators {
		display: none;
	}

	.plan {
		height: auto;
		background: none;
	}

	.plan h3 {
		font-size: 24px;
		text-indent: 0;
	}

	.plan h3 span {
		color: #cc0000;
	}

	.plan h4 {
		font-size: 20px;
		color: #333;
		margin-top: 30px;
		text-indent: 0;
	}

	.plan-con {
		margin-top: 30px;
	}

	.plan-con .col-md-3 {
		margin-top: 20px;
	}

	.plan-con p {
		color: #666;
		font-size: 18px;
		margin-top: 20px;
	}

	.fr {
		float: none
	}

	.ys h3 {
		font-size: 32px;
	}

	.ys h3 span {
		display: block;
		font-size: 28px;
		margin: 15px 0 0;
	}

	.ys h4 {
		margin-top: 20px;
	}

	.ys h4 b {
		display: block;
		font-size: 32px;
	}

	.ys h4 span {
		display: block;
		margin: 20px auto;
	}

	.ys-con {
		margin-top: 30px;
	}

	.ys-con span {
		font-size: 50px;
		color: #dd191d;
		font-family: Impact, Arial;
		position: absolute;
	}

	.ys-conh5 {
		display: inline-block;
		width: 85%;
		font-size: 18px;
		color: #2589d5;
		line-height: 48px;
		height: 54px;
		background: url(/file/by/images/ys_con_line.png) repeat-x bottom center;
		margin-left: 60px;
		font-weight: bold;
	}

	.ys-conp {
		margin-top: 15px;
		font-size: 16px;
		padding-left: 60px;
	}

	.about-img {
		height: auto;
	}

	.news-list li a {
		width: 70%;
	}

	.main-product-list img,
	.product-show div img {
		width: 100%;
		height: auto;
		border: 1px solid #ccc;
	}

	.about-tel {
		text-align: center;
	}

	.main-author span {
		display: block;
		margin: 0 auto 10px;
	}

	.i_gd {
		width: 100% !important;
	}

	.slideTxtBox {
		width: 100% !important;
	}

	.fast {
		text-align: center !important;
	}

	.w1200,
	.fast {
		width: 100% !important;
	}

	.footboxy {
		display: none;
	}

	.footboxz {
		border-right: 0 none;
		padding: 2%;
		width: 100%;
		text-align: center;
		margin-bottom: 2%;
	}

	.footboxz img {
		height: 60px;
	}

	.footboxc {
		text-align: center;
	}

	.footboxc a {
		color: #999;
	}

	.nbanner img {
		width: 160%;
		overflow: hidden;
		margin-left: -30%;
	}
}

.navbar-header {
	width: 100%;
}

.map img {
	max-width: auto !important;
}
.cpright .rtop{
    overflow: hidden;
    padding-top: 8px;
    border-bottom: 1px solid #dbdbdb;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.rtop h5{
    float: left;
    padding-left: 10px;
    border-left: 3px solid #004098;
    font-weight: normal;
    line-height: 16px;
    font-size: 16px;
    color: #004098;
	}
.rtop span{
    float: right;
    color: #999;
    font-size: 14px;
}
.main-con-text h3{
    color: #1659c4;
    font-weight: 500;
    border-bottom: 2px solid #1659c4;
    padding-bottom: 8px;
	margin-top:30px;
	}
.xgls .wzbt{
    height: 54px;
    line-height: 54px;
    background-color: #008ce1;
    color: #fff;
	}
.xgls .wzbt h3{
    color: #fff;
    line-height: 54px;
    margin: 0;
    text-indent: 20px
	}
.xgls .wznr{
margin-top:10px;
}
.xgls .wznr li{
    height: 30px;
    line-height: 30px;
    border-bottom: 1px dashed #ccc;
    font-size: 14px;
    overflow: hidden;
}
            .navbar-nav {
              margin: auto;
				display: flex;
			}
				.navbar-nav li{
							position: relative;
							width: 150px;
						}

						.navbar-nav li a{
							color: #fff;
							width: 98%;
							padding: 0 1%;
							font-size: 15px;
							text-align: center;
							height: 50px;
							padding-bottom: 2px;
							display: inline-block;
							cursor: pointer;
							position: relative;
							overflow: visible;
							-webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
							transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
						}


						.navbar-nav li:first-child{
								border: none;
							}
						.navbar-nav li .current {
							background: linear-gradient(to right,#006ac4,#236ffb) !important;
						}
						.navbar-nav li a:hover{
							background: linear-gradient(to right,#006ac4,#236ffb) !important;
						}
						.subnav {
						    position: absolute;
						    width: 100%;
							height: auto;
						    top: 51px;
						    opacity: 0;
						    transition: all .3s ease 0s;
						    transform: translate3d(0, 10px, 0);
						    visibility: hidden;
						    z-index: 100;
							background-color:#0176e8;
						    /* border-top: 2px solid #236ffb; */
						}
						.subnav li{
							width: 100% !important;
							height: 40px !important;
							border-top: 1px solid #ffffff;
							background-image:none;
							border-left:none;
							border-right:none;
						}
						.subnav li:first-child{
							border-top: none;
						}
						 .subnav li a {
						    display: block;
						    width: 100%;
						    font-size: 13px;
						    text-align: center;
						    margin: 0;
						    color: #fff !important;
						    height: 40px;
						    line-height: 40px;
							background:none !important;
						}
						
						.subnav li a:hover {
							border: none;
							color: #fff;
							background-color: #236ffb;
						}
						.navbar-nav li:hover .subnav {
							opacity: 1;
							transform: translate3d(0, 0, 0);
							visibility: visible;
                        }
                        

                        @media (max-width:768px) {
							.navbar-default .navbar-collapse{
								padding:0;

							}
							.navbar-default .navbar-collapse .container{
								padding:0;
							}
							.navbar-default .navbar-collapse .container  .navbar-nav{
								display: flex;
								flex-direction: column;
								width: 100%;
							}
							.navbar-default .navbar-collapse .container  .navbar-nav li{
								width: 100%;
							}
							.navbar-default .navbar-collapse .container  .navbar-nav li a{
								width: 100% !important;
							}
							.navbar-default .navbar-collapse .container  .navbar-nav .current{
								background: #fff !important;
							}
							.navbar-default .navbar-collapse .container  .navbar-nav .current a{
								color: #333333 !important;
								width: 100%;
							}
						}
.yb_conct{
position:fixed;
z-index:9999999;
top:130px;
right:-127px;
cursor:pointer;
transition:all .3s ease;
}
.yb_bar ul li{
width:180px;
height:53px;
font:16px/53px 'Microsoft YaHei';
color:#fff;
text-indent:54px;
margin-bottom:3px;
border-radius:3px;
transition:all .5s ease;
overflow:hidden;}
.yb_bar .yb_top{
background:#0e52cf url(/file/by/images/fixcont.png) no-repeat 0 0;
}
.yb_bar .yb_phone{background:#0e52cf url(/file/by/images/fixcont.png) no-repeat 0 -57px;}
.yb_bar .yb_QQ{text-indent:0;
background:#0e52cf url(/file/by/images/fixcont.png) no-repeat 0 -113px;}
.yb_bar .yb_ercode{background:#0e52cf url(/file/by/images/fixcont.png) no-repeat 0 -169px;}
.hd_qr{padding:0 29px 25px 29px;}
.yb_QQ a{
display:block;
text-indent:54px;
width:100%;
height:100%;
color:#fff;
}
@media (max-width:648px) {
.yb_conct{
display: none;
			}
		}

.wzbiaot{
    font-size: 18px;
    padding-left: 20px;
    background: #008CE1;
    color: #fff;
    line-height: 42px;
    height: 42px;
	}
.wz ul{
width: 100%;
    height: auto;
	}
.wz ul li{
float:left;
width:48%;
height:auto;
border-bottom: 1px dashed #cccccc;
margin-right: 2%;
}
.wz ul li a{
    width: 95%;
    height: auto;
    float: left;
    font-size: 14px;
    color: #333333;
    line-height: 36px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
	}
.wz li span{
float: right;
    color: #999999;
    line-height: 36px;
	}




	/* 首页食品模块 */

.shipin{
	margin:50px auto;
	height:auto;
}
.shipin .project-title1{
	margin-bottom:20px;
	text-align:center;
	height:50px;
	border-bottom: 1px double #666;
}
.shipin .project-title1 h2{
	font-size:22px;
	font-weight:bold;
	line-height:50px;

}

.shipin_list a{
	margin-bottom:20px;
	display:flex;
	flex-direction:column;
	align-items:center;
}
.shipin_list a img{
	width:100%;
	height:100%;
	box-shadow: 0 0 5px #ccc;
}
.shipin_list a .list_1{
	position:relative;
	width:100%;
	height:190px;

}
.shipin_list span{
	display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -30px;
    background: url(/file/by/images/maltj-tb.png) no-repeat center;
    background-size: cover;
    border-radius: 50%;
    box-shadow: 0 0 8px rgb(0 0 0 / 60%);
}
.shipin_list p{
	line-height: 36px;
    font-size: 16px;
    background: #00aef3;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	width: 100%;
    text-align: center;
	box-shadow: 0 0 5px #ccc;
}

@media (min-width: 1200px) {
	.shipin {
		width: 1200px;
	}
}


@media (max-width:768px){
	.shipin_list a .list_1{
	position:relative;
	height:125px;

}
}

.new_right{
	float:right;
	margin-right:50px;
	display:flex;
	flex-direction:column;
	align-items:center;
}
.new_right img{
	margin-bottom:15px;
	width:120px;
	height:120px
}
.new_right p{
	font-size:15px;
	color:#fff;
}

@media (max-width:767px){
.navbar-brand img{
width:200px;
height:50px;
}
.footboxc{
padding-left:12%;
}
.new_right{
padding-right:24%;
}
}

.sp2{
margin-top: 10px;
    width: 100%;
    float: left;
	}
.sp2 ul li{
    box-sizing: border-box;
    display: inline-block;
    width: 23.5%;
    /* float: left; */
    margin-left: 1%;
    margin-bottom: 1%;
    padding-bottom: 1%;
    border-bottom: 1px dashed #ddd;
	}
.sp2 .picbox{
    width: 100%;
    height: 80px;
    padding-bottom: 100%;
	}
.sp2 li img{
    width: 100%;
	}
.sp2 span{
text-align: center;
    display: block;
    font-weight: normal;
    font-size: 15px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	}


	.cpright {
    width: 80%;
    margin: auto;
	}	

	  .old_list {
		display: none !important;
	  }

	  .list_1 {
		background: #f2f2f2;
		line-height: 40px;
		width: 100%;
		height: 40px;
	  }

	  .list_1 li {
		float: left;
		width: 10% !important;
		height: auto !important;
		text-align: center;
		margin: 0 !important;
		font-size: 15px;
	  }

	  .list_1 li:nth-child(1) {
		width: 18% !important;
	  }

	  .list_1 li:nth-child(2) {
		width: 22% !important;
	  }

	  .list_1 li:nth-child(4) {
		width: 30% !important;
	  }

	  .list_2 li {
		border-bottom: 1px dotted #dedede;
		padding: 15px 0;
		width: 100%;
		height: auto ;
		display: flex;
	  }

	  .list_2 .box_0 {
		display: table-cell;
		box-sizing: border-box;
		vertical-align: middle;
		border-right: 1px dotted #dedede;
		font-size: 14px;
	  }

	  .list_2 .box_1 {
		width: 20%;
		text-align: center;
	  }

	  .list_2 .box_1 img {
		border: 1px solid #ddd;
		box-sizing: border-box;
		width: 80%;
	  }

	  .list_2 .box_2 {
		width: 10%;
		text-align: center;
		line-height: 127px;
	  }

	  .list_2 .box_3 {
		width: 20%;
		padding-right: 10px;
	  }

	  .list_2 .box_3 h4 {
		font-size: 16px;
		color: #333;
		font-weight: 500;
		line-height: 30px;
		text-align: center;
	  }

	  .list_2 .box_4 {
		width: 31%;
		padding: 0 10px;
		font-size: 15px;
		line-height: 20px;
		padding-top: 30px;
	  }


	  .list_2 .box_5 {
		width: 10%;
		text-align: center;
		line-height: 127px;
	  }

	  .list_2 .box_6 {
		width: 10%;
		text-align: center;
		border-right: none;
		line-height: 127px;
	  }


	  .mbnav{
		  margin-top: 20px;
		  width: 100%;
		  display: flex;
		  justify-content: space-between;
		  flex-wrap: wrap;
	  }
	  .mbnav a{
		  display: block;
		  float: left;
		  margin:0 1%;
		  margin-bottom: 15px;
		  width: 48%;
		  height: 35px;
		  line-height: 35px;
		  text-align: center;
		  font-size: 15px;
		  background-color: #eee;
	  }
	  .i_miaoshu{
		width:70%;float:left;margin-left:42px;padding-top:10px;
	  }
	  

	  @media screen and (max-width: 880px) {
	  
		.old_list {
		  display: block !important;
		}
		.i_miaoshu{
			float:none;
			margin: auto;
			width: 90%;
		}

		.new_list {
		  display: none;
		}

		.box_2 {
		  display: none !important;
		}

		.box_4 {
		  display: none !important;
		}

		.box_5 {
		  display: none !important;
		}

		.box_6 {
		  display: none !important;
		}



		.cpright {
		  width: 100%;
		}
		.list_2 li{
		  float: left;
		  width: 50%;
		  
		}
		.list_2 li a img{
		  width: 100%;
		}

		.list_2 li a {
		  display: flex;
		  flex-direction: column;
		  width: 100% !important;
		}
		.box_0{
		  width: 100% !important;
		  border:none !important
		}

		.tjcp li{
			display: block;
			float: left;
			width: 48%;
			margin:15px 1%;
		}

		.vnews-list li{
			margin:15px 1%;
			width: 48% !important;
		}
		.vnews-list li a{
			width: 100%;
		}
		.vnews-list li img {
			width: 100% !important;
			height: 135px !important;
		}
		.vnews-list li a{
			text-indent: 0;
		}
		.vnews-list li p{
			width: 100%;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
		}
		.vmain-con-news{
			padding:0 10px
		}

		.sp2 ul li{
			width:47%
		}


	  }


/*新侧边导航*/
.new_side{
    position: fixed;
    right: -100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 15;
    transition: all .5s;
    box-shadow: 0 5px 13px rgb(0 0 0 / 10%);
    z-index: 999;
    width: 75px;
    text-align: center;
}
.new_side_show{
    right: 0;
}

.new_side_1{
    background: #f7f7f7;
    border: 1px solid #eaeaea;
    padding: 8px 0;
    cursor: pointer;
}

.new_side_1:hover .new_side_img_1{
	opacity: 0;
}
.new_side_1:hover p{
	color: #0061c2;
}
.new_side_2:hover p{
	color: #0061c2;
}
.new_side_1:hover .new_side_img_2{
	opacity: 1;
}
.new_side_2:hover .new_side_img_1{
	opacity: 0;
}
.new_side_2:hover .new_side_img_2{
	opacity: 1;
}
.new_side_img {
    width: 28px;
    display: inline-block;
    position: relative;
}
.new_side_img img {
    width: 100%;
    transition: all .36s;
}
.new_side_img_1 {
    position: relative;
    top: 0;
    left: 0;
}
.new_side_img_2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.new_side_p p {
    font-size: 14px;
    line-height: 2.5;
    color: #666;
    transition: all .36s;
    margin: 0;
}
.new_side_2 {
    position: relative;
    z-index: 999;
    border: none;
    background: none;
    padding: 0;
}
.new_side_2:hover .new_side_wx {
	left:-120px
}
.new_side_2_1 {
    border: 1px solid #eaeaea;
    width: 100%;
    padding: 8px 0;
    background: #f7f7f7;
}
.new_side_wx {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100px;
    transition: all 1s;
    z-index: -1;
}
.new_side_wx_img {
    width: 100px;
    position: relative;
    z-index: -1;
}
.new_side_wx_img img{
	width: 100%;
    transition: all .36s;
}
.new_side_wx_img::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
}
.new_bg{
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	left:0;
	top:0;
	z-index: 99999;
	overflow-y: hidden;
}
.tanchuang{
	display: none;
	width: 602px;
    background: #ffffff;
    padding-left: 36px;
    padding-right: 36px;
    padding-top: 40px;
    padding-bottom: 40px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999999;
    transition: all 0.6s;
    overflow: hidden;

}
.tc_top {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.tc_top p {
    font-size: 25px;
}
#close {
    width: 50px;
    height: 50px;
    cursor: pointer;
}
#close img {
    width: 100%;
    height: 100%;
}
.tc_bot {
    margin-top: 30px;
    width: 100%;
}
.tc_bot_1 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.tc_bot_1 input {
    width: 100%;
    border: none;
    height: 50px;
    outline: none;
}
.tc_bot_2 {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.tc_bot_2 input {
    border: none;
    width: 80%;
    height: 50px;
    outline: none;
}
.tc_bot_2 img {
    width: 20%;
}
.tc_bot p {
    font-size: 15px;
    color: #999;
}
.tc_bot button {
    width: 200px;
    height: 60px;
    outline: none;
    background: #0061c2;
    color: #fff;
    margin-top: 15px;
    border: none;
    font-size: 20px;
}

/*侧边栏结束*/



/* 产品页新样式 */

		.newProList{
			margin: auto;
			margin-top: 30px;
			width: 80%;
		}
		.newProList_top{
			width: 100%;
		}
		.ProList_top_1{
			margin-bottom: 30px;
			width: 100%;
			
		}
		.ProList_top_mob{
			display: none;
		}
		.ProList_top_1 ul{
			display: flex;
			flex-wrap: wrap;
			align-items: center;
			justify-content: flex-start;
			margin-bottom: 20px;
			height: auto;
			border-bottom: 1px solid #cccc;
			width: 100%;
		}
		.ProList_top_1 ul li{
			width: 12.5%;
			height: 50px;
			position: relative;
		}
		.ProList_top_1 ul li::after{
			content: '';
			position: absolute;
			bottom: 0px;
			left: 0;
			width: 0;
			height: 2px;
			transition: all 0.5s;
			background: #006ac4;
		}
		.ProList_top_1 ul li:hover::after{
			width: 66%;
		}
		.ProList_top_1 ul .active::after{
			width: 66%;
		}
		
		.ProList_top_1 ul li a{
			display:block;
			width:100%;
			font-size: 18px;
			line-height: 50px;
			height: 50px;
			white-space:nowrap;
			text-overflow:ellipsis;
			overflow:hidden
		}
		.ProList_top_2{
			margin-bottom: 30px;
			width: 100%;
		}
		.ProList_top_2 ul{
			display: flex;
			flex-wrap: wrap;
			align-items: center;
		}
		.ProList_top_2 ul li{
			margin-right: 20px;
			margin-bottom: 20px;
			border-bottom: 2px solid #f7f7f7;
		}
		.ProList_top_2 ul li:hover{
			border-bottom: 2px solid #006ac4;
		}
		.ProList_top_2 ul .active{
			border-bottom: 2px solid #006ac4;
		}
		.ProList_top_2 ul .active a{
			color: #006ac4;
		}
		.ProList_top_2 ul li a{
			display: block;
			padding: 13px 20px;
			width: auto;
			color: #999;
			background: #f7f7f7;
			font-size: 16px;
		}

		.newProList_list {
			width: 100%;
		}
		.newProList_list ul{
			display: flex;
			flex-wrap: wrap;

		}
		.newProList_list ul li {
			margin-right: 4%;
			margin-bottom: 30px;
			width: 22%;
			/* box-shadow: 0 0 10px #ccc; */
			border: 1px solid #eaeaea;
		}
		.newProList_list ul li:nth-child(4n){
			margin-right: 0;
		}
		.newProList_list ul li a{
			text-align: center;
		}
		.newProList_list ul li .Pro_img{
			width: 100%;
			position: relative;
			overflow: hidden;
		}
		.newProList_list ul li .Pro_img img{
			width: 100%;
			height: 100%;
			transition: all 0.5s;
		}
		.newProList_list ul li:hover{
			border-bottom: 2px solid #006ac4;
		}
		.newProList_list ul li:hover img{
			transform: scale(1.1);
		}
		.newProList_list ul li p{
			display: block;
			margin-bottom: 0;
			font-size: 14px;
			line-height: 50px;
			background: #f5f5f5;
			width: 100%;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;

		}
		.old_list{
			display: none;
		}




		.newProTab{
			margin-top: 20px;
			padding: 10px 0;
			box-shadow: 0 0 5px #dbd9d9;
		}
		.newProTab_top {
			width: 100%;
			height: 70px;
			border-bottom: 1px solid #eaeaea;
		}
		.newProTab_top ul {
			display: flex;
			flex-wrap: wrap;
			width: 100%;
			justify-content: space-around;
		}

		.newProTab_top ul li{
			position: relative;
			width: 13%;
			height: 70px;
			text-align: center;
			border-bottom: 2px solid transparent;
		}
		.newProTab_top ul li::after{
			content:'';
			position: absolute;
			left: 0;
			bottom: 0;
			width: 0%;
			height: 2px;
			transition: all 0.6s;
			background: #006ac4;
		}

		.newProTab_top ul li:hover::after{
			width: 100%;
		}
		.newProTab_top ul .active::after{
			width: 100%;
		}
		.newProTab_top ul .active a{
			color: #006ac4;
		}
		.newProTab_top ul li a{
			display: block;
			line-height: 70px;
			font-size: 18px;
			height: 70px;
			text-align: center;
		}
		.newProTab_con{
			padding:30px 20px;
			width: 100%;

		}









		.newProTab_con_3 .ul{
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			padding:0 60px
		}

		.newProTab_con_3 .ul li{
			margin-right: 4%;
			margin-bottom: 30px;
			width: 48%;
			position: relative;
			overflow: hidden;
		}
		.newProTab_con_3 .ul li:nth-child(2n){
			margin-right: 0;
		}
		.newProTab_con_3 .ul li .newProTab_img{
			position: relative;
			width: 100%;
			height:315px;
			overflow: hidden;
		}
		.newProTab_con_3 .ul li img{
			width: 100%;
			transition: all 0.5s;
		}
		.newProTab_con_3 .ul li:hover img{
			transform: scale(1.1);
		}
		.newProTab_con_3 .ul li:hover .newProTab_p{
			bottom: 0;
		}
		.newProTab_con_3 .ul li h2{
			font-size: 23px;
			color: #fff;
			white-space: nowrap;
			text-overflow: ellipsis;
			overflow: hidden;
		}
		.newProTab_con_3 .ul li p{
			font-size: 15px;
			line-height: 30px;
			color: #fff;
		}
		.newProTab_con_3 .newProTab_p{
			position: absolute;
			bottom: -135px;
			left:0;
			height: 195px;
			width: 100%;
			transition: all 0.5s;
			padding: 0px 15px;
			background: rgba(0,140,225,0.6);
		}




		.newProTab_con_4 ul{
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			padding:0 60px
		}

		.newProTab_con_4 ul li{
			margin-right: 5%;
			margin-bottom: 30px;
			width: 30%;
			border: 1px solid #f7f7f7;
			text-align: center;
		}
		.newProTab_con_4 ul li:nth-child(3n){
			margin-right: 0;
		}
		.newProTab_con_4 ul li .newProTab_img{
			position: relative;
			width: 100%;
			overflow: hidden;
		}
		.newProTab_con_4 ul li img{
			width: 100%;
			height: 200px;
			transition: all 0.5s;
		}
		.newProTab_con_4 ul li:hover img{
			transform: scale(1.1);
		}
		.newProTab_con_4 ul li h2{
			margin-top:10px;
			font-size: 15px;
			color:#666;
		}
		.newProTab_con_4 ul li p{
			font-size: 13px;
			line-height: 20px;
			color:#999;
		}












		.container{
			padding: 0;
			margin: 0;
		}
		.new_container .row{
			margin: 0;

		}
		/* 新联系我们 */
		.atp_ps {
			width: 100%;
			float: left;
			margin-top: 2%;
		}
		.atp_aw {
			width: 1350px;
			margin: 0px auto;
		}
		.atca_a {
			width: 100%;
			float: left;
			position: relative;
			top: 0px;
			left: 0px;
			z-index: 1;
		}
		.atca_a p {
			width: 100%;
			float: left;
			text-align: left;
			font-size: 20px;
			font-weight: 400;
			line-height: 30px;
			color: #184390;
		}
		.atca_a span {
			width: 100%;
			float: left;
			text-align: left;
			font-size: 45px;
			margin-top: 1%;
			font-family: SourceHanSerifCN-Bold;
			font-weight: 700;
			line-height: 60px;
			color: #414141;
			position: relative;
			top: 0px;
			left: 0px;
			z-index: 5;
		}
		.atca_a b {
			width: 100%;
			float: left;
			font-size: 45px;
			color: #ccc;
			opacity: 0.6;
			position: absolute;
			top: 28%;
			left: 0px;
			z-index: 1;
		}
		.cok_sl {
			width: 100%;
			background-color: #fff;
			float: left;
			position: relative;
			top: 0px;
			left: 0px;
			z-index: 1;
			margin: 3% 0px;
		}
		.con_atp {
			width: 70%;
			float: left;
		}
		.con_atp span {
			width: 100%;
			float: left;
			margin-top: 2%;
		}
		.con_atp span img {
			width: 100%;
			float: left;
		}
		.con_ap {
			width: 30%;
			float: right;
			position: absolute;
			top: 7%;
			right: 0;
			z-index: 6;
			padding:1%;
			border: solid 1px #e1e1e1;
		}
		.con_ap i img{
			width: 100%;
			padding: 0;
		}
		.kp_ewm{
			width: 100%;
			display: flex;
			align-items: center;
			padding: 5% 0;
		}
		.con_ap img {
			width: 31%;
			float: left;
		}
		.con_ap span {
			width: 100%;
			margin-top: 1%;
			padding-right: 2%;
			float: left;
			line-height: 35px;
			font-size: 18px;
		}
		.kp_ewm b{
			font-size: 16px;
           height: 55px;
           font-weight: normal;
		}



		.tuijian_detail{
			float: left;
			width: 20%;
			margin-right: 30px;
		}
		.tuijian_detail h2{
			margin-bottom: 30px;
			font-size: 28px;
			font-weight: bold;
		}
		.tuijian_detail li{
			margin-bottom: 20px;
			box-shadow: 0 0 5px #ccc;
			text-align: center;
			overflow: hidden;
			
		}
		.tuijian_detail li .tuijian_img{
			width: 100%;
			overflow: hidden;
			position: relative;
		}
		.tuijian_detail li img{
			width: 70%;
			
			transition: all 0.5s;
		}
		.tuijian_detail li p{
			margin: 0;
			padding:10px;
			font-size: 16px;
		}
		.tuijian_detail li:hover img{
			transform: scale(1.1);
		}

		.new_container{
			margin: auto;
			width: 85%;
		}
		.new_container_1{
			margin: auto;
			padding:0 0 30px 0;
			width: 100%;
			height: auto;
			background: #f7f7f7;
		}
		.new_container_1 .proDetail{
			margin: auto;
			width: 68.33%;
		}


	  /* 新添加产品样式结束 */

	  .con_zixun {
			margin-top: 30px;
			width: 100%;
		}
		.con_zixun a{
			font-size: 16px;
			color: #fff;
			line-height: 60px;
			display: block;
			width: 100%;
			height: 100%;
			transition: all 0.6s;
		}
		.con_zixun a:hover{
			box-shadow: 0 0 5px #c7c2c2;
		}
		.prodetail_left{
			padding:20px;
			box-sizing:border-box;
			background:#fff;
		}
		.con_zixun .con_zixun_1{
			float: left;
			width: 160px;
			height: 60px;
			text-align: center;
			background: #004ea2;
		}
		.con_zixun .con_zixun_1 a{
			display: flex;
			align-items: center;

		}
		.con_zixun .con_zixun_1 a p{
			font-size: 16px;
			color: #fff;
			margin-bottom: 0;
		}
		.con_zixun .con_zixun_1 a img{
			margin-right: 15px;
			margin-left: 20px;
			width:30px;
			height: 30px;
		}
		
		.con_zixun .con_zixun_2{
			float: left;
			margin: 0 5%;
			width: 160px;
			height: 60px;
			text-align: center;
			background: #82bf43;
		}

		.con_zixun .con_zixun_2 a{
			display: flex;
			align-items: center;

		}
		.con_zixun .con_zixun_2 a p{
			font-size: 16px;
			color: #fff;
			margin-bottom: 0;
		}

		.con_zixun .con_zixun_2 a img{
			margin-right: 15px;
			margin-left: 20px;
			width:30px;
			height: 30px;
		}


		

		.new_bg_1{
			display: none;
			width: 100%;
			height: 100%;
			background: rgba(0, 0, 0, 0.6);
			position: fixed;
			left:0;
			top:0;
			z-index: 99999;
			overflow-y: hidden;
		}
 
		.tanchuang_1{
			display: none;
			/* width: 602px; */
			background: #ffffff;
			padding: 30px;
			position: fixed;
			left: 50%;
			top: 50%;
			transform: translate(-50%, -50%);
			z-index: 9999999;
			transition: all 0.6s;
			overflow: hidden;
		}
		.tanchuang_2{
			padding:15px;
			border: 1px dashed #ccc;
		}

		
		#pro_close{
			width: 50px;
			height: 50px;
			cursor: pointer;
		}
		#pro_close img{
			width: 100%;
			height: 100%;
		}

		/* .proDetail_bot{
			
		} */
		.proDetail_bot_img{
			float: left;
			width: 250px;
			height: auto;
			text-align: center;
		}
		.proDetail_bot_img img{
			width: 100%;
			height: 100%;
		}
		.proDetail_bot_img p{
			font-size: 16px;
		}
		.proDetail_bot_right{
			float: right;
			margin: 0 20px;
			margin-top: 20px;
		}
		.proDetail_bot_right h4{
			margin-bottom: 20px;
			font-size: 28px;
			font-weight: bold;
			color: #0061c2;
		}
		.proDetail_bot_right p{
			font-size: 16px;
			margin-bottom: 15px;
		}
		.proDetail_bot_right p i{
			font-size: 26px;
			font-style: normal;
		}
		.proDetail_bot_right p:last-child{
			font-size: 20px;
			font-weight: bold;
		}

		
.main-con-news {
	padding: 0 20px;
}

.news-list {
	margin-top: 10px;
}

.contact-list {
	padding: 0 10px;
}

.news-list li {
	margin: 20px 0;
	float: left;
	padding:0 5px;
	width: 24%;
	height: auto;
	line-height: 34px;
	/* background: url(/file/by/images/icon_news.gif) no-repeat left center;
	border-bottom: 1px dotted #999; */
	overflow: hidden;
	
}

.news-list li .news-list_img{
	width: 100%;
	height: 300px;
	overflow: hidden;
	position: relative;
	
}
.news-list li a{
	display: block;
	width: 100%;
	position: relative;
	box-shadow: 0 0 5px #ccc;
}
.news-list li:hover .news-list_p {
	bottom: 0;
}
.news-list li:hover .news-list_p h2{
	font-size: 23px;
}
.news-list li .news-list_img img{
	width: 100%;
	/* height:100%; */
	transition: all 0.6s;
}

.news-list .news-list_p {
	position: absolute;
	padding:15px;
	background: rgba(0,140,225,0.6);
	bottom: -200px;
	left:0;
	width: 100%;
	height: 300px;
	transition: all 0.5s;

}
.news-list .news-list_p h2{
	line-height: 40px;
	margin: 0;
	color: #fff;
	font-size: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all 0.5s;
}
.news-list .news-list_p span{
	margin: 20px 0;
	color: #fff;
	font-size: 18px;
	float: none !important;
}
.news-list .news-list_p p{
	color: #fff;
	font-size: 15px;
}





/* .news-list li a {
	float: left;
	text-indent: 15px;
} */

.news-list li span {
	float: right;
}

.news_daohang{
	margin-bottom: 30px;
	 width: 100%;
	 height: 70px;
	 border-bottom: 1px solid #eaeaea;
}
.news_daohang li{
	position: relative;
	float: left;
	margin-right: 60px;
	height: 70px;
	width: 120px;
	text-align: center;

}
.news_daohang li::after{
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 0;
	height: 3px;
	background: #0061c2;
	transition: all 0.5s;
}
.news_daohang li:hover::after{
	width: 100%;
}

.news_daohang .active::after{
	width: 100%;
}
.news_daohang li a{
	font-size: 24px;
	color: #333;
	font-weight: bold;
	line-height: 70px;
	height: 70px;
}


.news-list-1{
	width: 100%;

}
.news-list-1 li{
	float: left;
	padding:1%;
	margin-right: 1%;
	margin-bottom: 20px;
	width: 48%;
	height: auto;
	background: #f7f7f7;
	transition: all 0.35s;
}
.news-list-1 li:hover{
	background: #fff;
	box-shadow: 0 0 10px #ccc;
}
.news-list-1 li:hover img{
	transform: scale(1.1);
}
.news-list-1 li:hover p{
	color: #333;
}
.news-list-1 li:nth-child(4n){
	margin-right: 0;
}
.news-list-1 li a{
	display: block;
	width: 100%;

}
.news-list-1 li .news-list_img{
	position: relative;
	float: left;
	width: 150px;
	height: 150px;
	overflow: hidden;
}
.news-list-1 li .news-list_img img{
	width: 100%;
	height: 100%;
	transition: all 0.6s;
}
.news-list-1 li .news-list_p {
	float: left;
	padding:2%;
	width: 70%;
	/* background: #f7f7f7; */
}

.news-list-1 li .news-list_p h2{
	padding-left: 15px;
	margin: 0;
	line-height: 40px;
	font-size: 18px;
	color: #0e050b;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 																										
	font-weight: bold;
}
.news-list-1 li .news-list_p p {
	padding-left: 15px;	
	 overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.news-list-1 li .news-list_p span{		
	padding-left: 15px;																	
	font-size: 14px;
	color: #999;
}

.about-new{
	display:flex;
	justify-content:space-between;
	width:100%;

}

.about-con-left{
	width:50%
}
.about-con-right{
	width:48%
}
.about-con-right {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.about-con-right .about-con-right-1{
	margin-bottom:20px;
	width:48%;
}
.about-con-right .about-con-right-1 img{
	width:100%;
	height: 300px;
}









	  @media screen and (max-width: 880px) {
		.about-new{
			flex-direction:column;
		}
	  	.about-con-left{
			margin-bottom:20px;
			width:100%
		}
		.about-con-right{
			width:100%;
		}


		.list_view .view_img{
			width: 100%;
			height: auto;
		}
		.old_list {
		  display: block !important;
		}
		.i_miaoshu{
			margin: auto;
			width: 100%;
		}

		.new_list {
		  display: none;
		}

		.box_2 {
		  display: none !important;
		}

		.box_4 {
		  display: none !important;
		}

		.box_5 {
		  display: none !important;
		}

		.box_6 {
		  display: none !important;
		}

	.news-list li {
			padding: 0;
			margin: 2%;
			width: 98%;
		}

.main-con-news {
    padding: 0;
}
.art_detail {
    width: 90% !important;
}
		.cpright {
		  width: 100%;
		}
		.list_2 li{
		  float: left;
		  width: 48%;
		  
		}
		.list_2 li a img{
		  width: 100%;
		}

		.list_2 li a {
		  display: flex;
		  flex-direction: column;
		  width: 100% !important;
		}
		.box_0{
		  width: 100% !important;
		  border:none !important
		}

		.tjcp li{
			display: block;
			float: left;
			width: 48%;
			margin:15px 1%;
		}

		.vnews-list li{
			margin:15px 1%;
			margin-right: 1% !important;
			width: 48% !important;
			padding:0 !important;
		}
		.vnews-list li a{
			width: 100%;
		}
		.vnews-list li img {
			width: 100% !important;
			min-height: 135px !important;
		}
		.vnews-list li a{
			text-indent: 0;
		}
		.vnews-list li p{
			width: 100%;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
		}
		.vmain-con-news{
			padding:0 10px
		}
		


		.agent_con_1{
			margin: auto;
			width: 95%;
		}
		.agent_con_top h2{
			padding-left:35px;
			line-height: 30px;
		}
		.con_list{
			flex-wrap: wrap;
		}
		.con_list_1{
			margin: auto;
			width: 85%;
		}
		.con_list_name{
			flex-wrap: wrap;

		}
		.list_name{
			width: 50% !important;
		}

		.new_search_1{
			width: 95%;
		}

		.navbar-nav li:nth-child(2) .subnav{
			width: 100%;
		}


		.sp2 ul li{
			width: 47%;
		}
		.i_sousuo {
			margin: auto !important;
			width: 90% !important;
			float: none !important;

	  }



	}


	@media  (max-width:768px) {
			.newProTab_con{
				padding:10px;
			}
			.newProTab_con p{
				font-size:15px
			}

			.newProList_list ul li p{
				line-height:35px
			}
				

		.new_daohang{
			display: none;
		}
		.nav_phone{
			display: block;
		}
		.new_side{
			display: none;
		}
		#carousel-example-generic{
			margin-top: 60px;
		}

		.xinwen_new{
			display: flex;
			flex-direction: column;
			width: 100%;

		}
		.xinwen_new .xinwen_left{
			width: 100%;
			height: 425px;
		}
		.xinwen_new .xinwen_left img{
			width: 100%;
		}
		.xinwen_right{
			width: 100%;
		}
		.xinwen_new .xinwen_left_word{
			left:15px;
			width: 80%;
			text-align: left;
		}
		.xinwen_new .xinwen_left_word h2{
			font-size: 24px;
		}
		.xinwen_new .xinwen_left_word p{
			font-size: 16px;
		}
		.xinwen_right_top .right_img{
			margin: 10px 0;
			width: 60px;
			height: 60px;
		}
		.xinwen_right_top .right_name h2{
			font-size: 20px;
			margin:10px 0;
		}

		.right_top_1{
			padding-top: 15px;
			padding-left: 20px;
			height: 200px;
		}
		.right_top_2{
			padding-top: 15px;
			padding-left: 20px;
			height: 200px;
		}
		.xinwen_right_bot{
			padding:0;
			margin:auto;
			width: 90%;
		}
		.xinwen_right_bot h2{
			font-size: 20px;
		}

		.footboxz{
			display: none;
		}

		.foot_new{
			display: none;
		}

		.new_bbb_logo{
			display: none;
		}
		.slideTxtBox a{
			color: #999;
		}

		.jiance_new_name{
			width: 90%;
		}
		.jiance_new_name p{
			font-size: 20px;
			font-weight: bold;
		}
		.jiance_new_name .cp_nam_rig p{
			font-size: 14px;
			font-weight: normal;
		}
		.jiance_list{
			width: 90%;
			display: flex;
			flex-direction: column;
		}
		.jiance_list a{
			margin-bottom: 20px;
			width: 100%;
		}
		.about_list{
			height: 400px;
		}
		.about_list .list_1{
			width: 85%;
			height: 400px;
			flex-wrap: wrap;
		}
		.about_list .list_1 .di{
			width: 50%;
			height: 115px;
			padding-top: 20px;
			border: none;
		}
		.about_list .list_1 .di_1{
			width: 50%;
			height: 115px;
			padding-top: 0px;
			border: none;
		}
		.about_list .list_1 .di_1 img{
			width: 45%;
		}
		.about_list .list_1 .di_1 p{
			font-size: 18px;
		}
		.about_list .list_1 .di p{
			font-size: 24px;
		}
		.about_list .list_1 .di p:last-child{
			font-size: 18px;
		}

		.about_bg{
			height: 230px;
		}
		.about_bg img{
			width: auto;
		}

		.about_con{
			padding-top: 0;
			width: 80%;
			left:10%;
		}
		.about_con h2{
			font-size: 23px;
		}
		.about_nav{
			margin-top: 30px;
		}
		.abnav_1::after{
			bottom: -35px;
		}
		.shipin{
			margin-top: 0px !important;
		}
		.shipin .project-title1 h2{
			font-size: 23px;
		}

		.new_container{
			width: 100% !important;
			padding:0;
		}
		.cp_name p {
			font-size: 20px;
		}
		.cp_name .cp_nam_rig p{
			font-weight: normal;
			font-size: 14px;
		}
		.cp_name{
			margin-top: 20px;
		}
		.pro_tab{
			margin-top: 0;
		}
		#iprotab{
			margin: 0;
		}
		.pro_tab .nav a{
			font-size: 16px;
			width: 140px;
			white-space: nowrap;
			margin-right: 30px;
		}

		.pro_tab .nav{
			overflow-x: scroll;
			
		}
		.pro_tab .nav::-webkit-scrollbar {
			display: none;
		  }

		.pro_con_con ul{
			  flex-wrap: wrap;
		  }
		.pro_con_con ul li{
			  width: 48%;
		  }

		  .pro_con_con .pro_img{
			  height: auto;
		  }
		  .pro_nav a{
			  width: 44%;
		  }
		  .jiance_list .list_img{
			  height: auto;
		  }

		  .newProList{
			  width: 90%;
		  }
		  .cpright .rtop{
			  display: flex;
			  flex-direction: column;
			  align-items: flex-start;
			  padding-bottom: 15px;
		  }
		  .ProList_top_1{
			  display: none;
		  }
		  .ProList_top_mob{
			  display: block !important;
		  }
		  .ProList_top_1 ul{
			  margin:0;
			  height: auto;
			  border:none
		  }
		  .ProList_top_1 ul li{
			  width: 50%;
			  height: 45px;
		  }
		  .ProList_top_1 ul li a{
			  font-size: 15px;
			  line-height: 45px;
		  }

		  .newProList_list ul li{
			  margin-right:4%;
			  width: 48%;
		  }
		  .newProList_list ul li:nth-child(2n){
			  margin-right: 0;
		  }
		  .newProTab_top{
			  height: 50px;
		  }

		  .ProList_top_2 ul li a{
			  padding: 5px 10px;
			  font-size:14px;
		  }
		  .about-con-right .about-con-right-1{
			width:100%;
		  }

		  .newProTab_top ul li{
			  width: auto;
			  height: 50px;
		  }
		  .newProTab_top ul li a{
			  line-height: 50px;
			  height: 50px;
			  font-size: 15px;
		  }

		  .newProTab_con_3 ul li a{
			  padding:10px 15px;
		  }
		  .newProTab_con_3 .dianji_left .down_img{
			  width: 45px;
			  height: 45px;
		  }
		  .newProTab_con_3 .dianji_left p{
			  font-size: 14px;
		  }
		  .newProTab_con_3 .dianji_right p{
			  font-size: 14px;
		  }

		  .newProTab_con_3 ul li{
			  width: 100%;
		  }

		  .tuijian_detail{
			  display: none;
		  }
		  .con_zixun{
			  width: 100%;
		  }
		  .con_zixun .con_zixun_1{
			  width: 130px;
			  height: 50px;
			  margin: 0 10px;
		  }
		  .con_zixun .con_zixun_1 a img{
			  margin-left:10px;
			  margin-right:10px;
		  }
		  .con_zixun .con_zixun_2{
			width: 130px;
			height: 50px;
			margin: 0 10px;
		}
		.con_zixun .con_zixun_2 a img{
			  margin-left:10px;
			  margin-right:10px;
		  }
		.new_container_1 .proDetail{
			padding: 0 !important;
			width: 95% !important;
		}

		.about_shilizhanshi ul li{
			margin: 10px;
			width: 42%;
		}
		.about_shilizhanshi ul li img{
			width: 100%;
			height:auto;
		}

		.newProTab_con_2 .newProTab_p{
			padding: 0 5px;
			bottom: -145px;
		}
		.newProTab_con_2 .ul{
			padding: 0;
		}
		.newProTab_con_2 .ul li img{
			height: auto;
		}
		.newProTab_con_2 .ul li h2{
			font-size: 14px;
		}

		.newProTab_con_4 ul{
			padding:0
		}
		.newProTab_con_4 ul li{
			width: 48%;
			margin-right: 4%;
		}
		.newProTab_con_4 ul li img{
			width: 100%;
			height: 125px;
			transition: all 0.5s;
		}
		.newProTab_con_4 ul li:nth-child(3n){
			margin-right: 4%;
		}
		.newProTab_con_4 ul li:nth-child(2n){
			margin-right: 0;
		}
		.tanchuang_1{
			padding:15px;
		}
		#pro_close{
			width: 30px;
			height: 30px;
		}


		.news_daohang{
			height: 50px;
		}
		.news_daohang li{
			margin: 0 35px;
			height: 50px;
		}
		.news_daohang li a{
			font-size: 18px;
			height: 50px;
			line-height: 50px;
		}

		.news-list-1 li{
			margin-right: 0;
			width: 100%;
		}
		.news-list-1 li .news-list_img{
			width: 100%;
			height: auto;
		}
		.news-list-1 li .news-list_p{
			width: 100% !important;
		}
		.vnews-list li .pho{
			height: auto !important ;
			margin-bottom:13px;
		}
		.video_detail{
			width: 90% !important;
		}

		video{
			width: 80% !important;
		}








	}

	.footer {
		padding-top: 50px;
		width: 100%;
		background-color: #f8f9fd;
	}
	.footer_con {
		margin: auto;
		width: 80%;
	}
	.footer_con_1 {
		padding-bottom: 30px;
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		border-bottom: 1px solid #666;
	}
	.footer_con_1 img {
		margin-bottom: 30px;
		width: 230px;
		height: 230px;
	}
	.footer_con_1 p {
		font-size: 18px;
		color: #fff;
		padding: 8px 20px;
		background: linear-gradient(to bottom,#94b9ee,#2f53b4);
		border-radius: 20px;
	}
	.footer_con_2 {
		display: flex;
		justify-content: space-between;
		padding-top: 20px;
		width: 100%;
	}
	.footer_con_2 img {
		margin-top: 80px;
		width: 300px;
		height: 80px;
	}
	.footer_con_2_right {
		width: 83%;
		display: flex;
		justify-content: space-between;
		margin-left: 10%;
	}
	.footer_con_2_right_1 {
		margin-right: 1%;
	}
	.footer_con_2_right_1 span {
		display: block;
		margin-bottom: 20px;
		font-size: 16px;
		color: #666;
	}
	.footer_con_2_right_1 ul li {
		width: 100%;
		margin-bottom: 10px;
	}
	.footer_con_2_right_1 ul li a {
		font-size: 13px;
		color: #999;
	}
	
	.footer_con_3 {
		display: flex;
		flex-direction: column;
		margin-top: 20px;
	}
	.footer_con_3_1 {
		display: flex;
		align-items: center;
		margin-bottom: 10px;
	}
	.footer_con_3_1 p {
		font-size: 18px;
		color: #fff;
		padding: 8px 20px;
		background: linear-gradient(to bottom,#94b9ee,#2f53b4);
		border-radius: 20px;
	}
	.footer_con_3_2 {
		display: flex;
		flex-direction: column;
	}
	.footer_con_3_2 p {
		margin-bottom: 10px;
		font-size: 15px;
		color: #515b67;
	}
	.footer_con_4 {
		display: flex;
		flex-direction: column;
		margin-top: 30px;
		margin-bottom: 25px;
	}
	.footer_con_4 p {
		font-size: 14px;
		color: #515b67;
	}
	.footer_bot {
		padding: 5px 0;
		width: 100%;
		height: 40px;
		background: linear-gradient(to bottom,#94b9ee,#2f53b4);
	}
	.footer_con_5 {
		display: flex;
		flex-direction: column;
		margin: auto;
		width: 80%;
		color: #fff;
	}
	.footer_con_5 ul li {
		float: left;
		margin-right: 10px;
	}
	.footer_con_5 ul li a {
		color: #fff;
	}


@media (max-width:1499px) and (min-width:1200px){
.about-con-right .about-con-right-1{
width:100%;
}
.new_container,.new_container_1 .proDetail{width:96%;float:left;margin:0px 2% !important;}
.new_container_1 .proDetail{padding:0px;}
.footer_con_2{display:none;}
.about-con-right-1{width:48% !important;margin:1%;float:left;}
.about-con-right{display:block;}
.about_shilizhanshi ul li{width:18%;float:left;margin:1%;}
.about_shilizhanshi ul li img{width:100%;height:auto;float:left;}
.atp_aw{width:96%;float:left;margin:0px 2%;}
.new_container_1{padding:0px;}
}

.main-con-text{
width:90%;
margin:0 auto;
}















