* {
	padding: 0;
	margin: 0
}
body{
	font-family: "微软雅黑",tahoma,arial,impact;
	overflow-x: hidden;
}

header{
	width: 100%;
	margin: 0;
	height: 100px;
	background: #fff;
    box-shadow: 0 5px 10px rgba(221,221,221,0.35);
    -webkit-box-shadow: 0 5px 10px rgba(221,221,221,0.35);
    background-color: white;
    position: fixed;
    top: 0;
    left:0;
    right: 0;
    z-index: 100;
}
.logo-pic{
	max-width: 34%;
	float: left;
	margin-left: 25px;
	max-height: 100px;
	overflow: hidden;
}

.logo-pic a img{
	margin-top: 12.5px;
	max-height: 90px;
	max-width: 100%;
	
}
.headmenu{
	width: auto;
	float: right;
	/*height: 100px;*/
	/*overflow: hidden;*/
	line-height: 100px;
}
.headmenu ul{
	float: left;
}
.headmenu ul li{
	float: left;
	width: auto;
	padding: 0 25px;
	font-size: 16px;
}
.headmenu ul li .submenu{
	/*display: none;*/
  position: absolute;
  top:-2000px;
  width: auto;
  padding:0;
  z-index: 11;
  margin-left: -30px;
}
.headmenu ul li:hover .submenu{top:100px;}
.headmenu ul li:hover a{color: #b62f32;}
.headmenu ul li:hover .submenu li a{color: #333;}
.headmenu ul li .submenu li:first-child{
	border-top:2px solid #b62f32;
}
.headmenu ul li .submenu li{
	float: none;
	line-height: 35px;
	font-size: 14px;
	min-width: 120px;
	text-align: center;
	border-bottom: 1px solid rgba(0,0,0,.07);
	background: rgba(255,255,255,0.9);
	opacity:0;transform:skew(0deg,10deg) scale(0,1);-webkit-transform:skew(0deg,10deg) scale(0,1); transition:all 0.5s; -webkit-transition:all 0.5s;
}
.headmenu ul li .submenu>li:hover{
	background: #0855a6;
}
.headmenu ul li:hover .submenu>li{
	opacity:1;transform:skew(0) scale(1);-webkit-transform:skew(0) scale(1);
}
	.headmenu ul li:hover .submenu li:nth-child(1){-webkit-transition-delay:0s;transition-delay:0s;}
    .headmenu ul li:hover .submenu li:nth-child(2){-webkit-transition-delay:50ms;transition-delay:50ms;}
    .headmenu ul li:hover .submenu li:nth-child(3){-webkit-transition-delay:.1s;transition-delay:.1s;}
    .headmenu ul li:hover .submenu li:nth-child(4){-webkit-transition-delay:150ms;transition-delay:150ms;}
    .headmenu ul li:hover .submenu li:nth-child(5){-webkit-transition-delay:.2s;transition-delay:.2s;}
    .headmenu ul li:hover .submenu li:nth-child(6){-webkit-transition-delay:250ms;transition-delay:250ms;}
    .headmenu ul li:hover .submenu li:nth-child(7){-webkit-transition-delay:.3s;transition-delay:.3s;}
    .headmenu ul li:hover .submenu li:nth-child(8){-webkit-transition-delay:350ms;transition-delay:350ms;}
	.headmenu ul li:hover .submenu li:nth-child(9){-webkit-transition-delay:.4s;transition-delay:.4s;}
    .headmenu ul li:hover .submenu li:nth-child(10){-webkit-transition-delay:450ms;transition-delay:450ms;}
    .headmenu ul li:hover .submenu li:nth-child(11){-webkit-transition-delay:.5s;transition-delay:.5s;}
    .headmenu ul li:hover .submenu li:nth-child(12){-webkit-transition-delay:550ms;transition-delay:550ms;}
    .headmenu ul li:hover .submenu li:nth-child(13){-webkit-transition-delay:.6s;transition-delay:.6s;}
    .headmenu ul li:hover .submenu li:nth-child(14){-webkit-transition-delay:650ms;transition-delay:650ms;}
    .headmenu ul li:hover .submenu li:nth-child(15){-webkit-transition-delay:.7s;transition-delay:.7s;}
    .headmenu ul li:hover .submenu li:nth-child(16){-webkit-transition-delay:750ms;transition-delay:750ms;}
    .headmenu ul li:hover .submenu li:nth-child(17){-webkit-transition-delay:.8s;transition-delay:.8s;}
    .headmenu ul li:hover .submenu li:nth-child(18){-webkit-transition-delay:850ms;transition-delay:850ms;}
    .headmenu ul li:hover .submenu li:nth-child(19){-webkit-transition-delay:.9s;transition-delay:.9s;}
    .headmenu ul li:hover .submenu li:nth-child(20){-webkit-transition-delay:950ms;transition-delay:950ms;}

.headmenu ul li .submenu>li:hover a{color: #fff;}

/*.headmenu ul li:hover .submenu{
	display: block;
	
}*/
.searchBar{
	float: left;
	margin-right: 15px;
	transition: all .5s;
}
.searchBar input{
	width: 100px;
	border: none;
	height: 27px;
}
.searchBar input:focus{
	border: none;
}
.searchBar img{
	cursor: pointer;
}
.bannerHome,.bannerIn{margin-top: 100px;}
.bannerHome img,.bannerIn img{width: 100%;}
.bannerHome .next-btn{right:-50px;transition: right .5s;}
.bannerHome .pre-btn{left:-50px;transition: all .5s;}
.bannerHome:hover .next-btn{right:10px;}
.bannerHome:hover .pre-btn{left:10px;}


.prohome{
	width:28%;
	float: left;
	overflow: hidden;
}
.viewmore,.viewmore2,.viewmore3{
	width: 100px;
	text-align: center;
	clear: both;

}
.viewmore{
	line-height: 35px;
	height: 35px;
	border: 1px solid #dddd;
}
.viewmore2,.viewmore3{
	line-height: 30px;
	height: 30px;
	float: right;
	border: 1px solid #fff;
}
.viewmore3{
border: 1px solid #b62f32;
background: #b62f32;
}
.viewmore2 a,.viewmore3 a{color: #fff;}
.viewmore3:hover{background: #494949; border: 1px solid #494949;}
.viewmore:hover,.viewmore2:hover{background: #b62f32; border: 1px solid #b62f32;}
.viewmore:hover a{color: #fff;}

.rightpro{
	width: 70%;
	float: left;
	margin-left: 2%;
}
.rightpro ul li{
	float: left;
	width: 32%;
	margin-right: 1%;
	overflow: hidden;
}
.rightpro ul li div{
	width: 100%;
	height: auto;
	background: #b62f32;
	overflow: hidden;
}
.rightpro ul li div img{width: 100%;
transition: all 1s;
}
.rightpro ul li:first-child div,.rightpro ul li:last-child div{
	margin-top: 215px;
}
.rightpro ul li a div p{
	color: #fff;
}

.rightpro ul li div p{
	height: 0;
	position:relative;
	top:-239px;
	left: 100%;
	transition: all 1s;
	text-align: center;
	font-size: 16px;
}
.rightpro ul li div p img{margin-bottom: 0;}
.rightpro ul li:last-child{
	margin-right: 0;
}
.rightpro ul li:hover div>img{
	transform:translatex(-100%);
	position: relative;
	z-index: 2;
}
.rightpro ul li:hover div p{
	transform:translatex(-100%);
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	top: -40px;
    left: 0;bottom: 0;
    width: 100%;
    position: relative;
}
.aboutnew{background:url(../img/aboutnew.jpg) no-repeat center;background-size: cover !important;}
.aboutHome{float: left;width: 48%;margin-right: 4.5%; color: #fff;}
.newhome{width:47.5%;float: left; color: #fff;}
.whiteline{
	height: 10px;
	border-top:1px dashed #666;
	width: 100%;
	overflow: hidden;
	float: left;
	margin-top: 15px;
}
.zhizao{overflow: hidden;width: 100%;margin-bottom: 5px;padding-right: 8px;margin-top: 15px;}
.zhizao img{ float: left;width: 100%;border: 1px solid #fff;margin-bottom: 0;}

.newhome ul{
overflow: hidden;	
}
.newhome ul li{
	padding: 44px 0;
	width: 100%;
	border-bottom: 1px dashed #e0e0e0;
	overflow: hidden;
}
.newhome ul li .newsdate{
	float: left;
	width: auto;
}
.newhome ul li .newsdate .date-day{font-size: 48px;line-height: 1.1;}
.newhome ul li .newsdate .date-yearMonth{font-size: 16px;}
.newhome ul li .news-com{
	margin-left: 105px;
}
.newhome ul li .news-com .news-h{
	margin-bottom: 10px;
    line-height: 1.5;
    font-size: 17px;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.newhome ul li .news-com .news-h a{color: #fff;}
.newhome ul li .news-com .news-h a:hover{color: #C81010;}
.newhome ul li .news-com .news-sum{
	line-height: 1.7;
    height: 3.2em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.projectmove{margin-top: 30px;}
.projectmove img{width: 100%;}
.project-prev{
	background: url(../img/btnprev.png) no-repeat center center;
    left: 0px;
    float: left;
    }
.project-next{
	background: url(../img/btnnext.png) no-repeat center center;
    right: 0px;
    float: right;
}
.project-prev,.project-next{
	position: relative;
    background-color: rgba(167, 33, 38, 0.8);
    width: 30px;
    height: 45px;
    top:-200px;
    z-index: 1;
}


.footer{background: #353535; padding-top: 30px;}
.footMenu{margin-bottom: 15px; overflow: hidden; width: 45%; float: left;border-right: 1px solid #4a4848;}
.footMenu ul li{float: left; width: auto; padding: 0 25px;color: #fff;font-weight: bold;}
.footMenu ul li a{color: #fff;}
.footMenu ul li ul li{
	clear: both;
	width: auto;
	padding: 0;
	font-size: 13px;
	line-height: 27px;
	font-weight:normal;
}
.footMenu>ul>li>ul>li>a{
	color: #f2f2f2;
}

.rightfoot{float: left; width: 40%;margin-left: 3%;color: #fff;}
.rightfoot img{width: auto;}
.righterwei{width: 10%;float: right; color: #fff;}
.righterwei img{width: 100%;}

.copyright{width: 100%;background: #2b2a2a;line-height: 60px; text-align: center;}
.fs-support{width:auto;float: right;margin-top: -60px; margin-right: 10px; color: #fff;}
.copyright,.copyright a{color: #fff; clear: both;}
.copyLeft{width: 80%;}
.contactFoot li{float: left; width: 250px;}


/*关于我们*/
.menufain{
	height: 60px;
	background-image: linear-gradient(to left, rgba(52, 52, 53, 0.9), rgba(118, 118, 119, 0.9));
	margin-top: -60px;
	position: relative;
	z-index: 12;
}
.menufain ul{width: auto; margin: 0 auto; overflow: hidden;position: relative; left: 50%;}
.menufain ul li{float: left; padding: 0 25px; line-height: 56px;}
.menufain ul li a{color: #fff;}

.menufain ul li .menuline{
	clear: both;
	width: 0;
	height: 4px;
	margin: 0 auto;
	background: #b62f32;
	transition:width 1s;
	-moz-transition:width 1s; /* Firefox 4 */
	-webkit-transition:width 1s; /* Safari and Chrome */
	-o-transition:width 1s; /* Opera */
}
.menufain ul li:hover .menuline,.menufain ul .cur .menuline{width: 100%;}

.aboutLeft{width: 60%;margin-right: 5%;}
.aboutRight{width: 35%;}
.aboutRight img{width: 100%;}

.hrStyle li{
	width: 100%;
	float: left;
	padding: 20px;
	border-radius: 5px;
	margin-bottom: 20px;
	background: #f2f2f2;
}
.xuRedline{
	width: 100%;
	height: 20px;
	border-bottom: 1px dashed #f1dfdf;
}
.protypet,.newtypet{
	line-height: 45px;
	background: #b62f32;
	color: #fff;
	text-align: left;
	padding-left: 20px;
	font-size: 16px;
}
.protypet i,.newtypet i{
	float: right;
	margin-right: 15px;
	font-size: 20px;
}

.breadInsite,.displayb,.displayen{
	display: none;
	width: 100%;
	margin: 0;
	overflow: hidden;
}

.breadInsite ul{
	width:90%;
	margin: 0 auto;
	height: 78px;
	line-height: 78px;
	
}
.displayb,.displayen{position: relative;left:-50%;}
.displayb ul,.displayen ul{width:90%;line-height: 78px;margin: 0;position: relative;left:50%; float: left;height: 82px;}


.breadInsite ul li,.displayb ul li,.displayen ul li{
	float: left;
	width: auto;
	font-size:18px;
}
.breadInsite ul li a,.displayb ul li a,.displayen ul li a{
	padding: 0 20px;
	height: 78px;
	line-height: 78px;
	color: #333;
	border-right: 1px solid #ddd;
	cursor: pointer;
}
.displayb ul li:last-child a,.displayen ul li:last-child a{border-right: 0;}
.breadInsite ul li .menuline,.displayb ul li .menuline,.displayen ul li .menuline{
	clear: both;
	width: 0;
	height: 4px;
	margin: 0 auto;
	background: #a72126;
	transition:width 1s;
	-moz-transition:width 1s; /* Firefox 4 */
	-webkit-transition:width 1s; /* Safari and Chrome */
	-o-transition:width 1s; /* Opera */
}

.breadInsite ul li a:hover,.breadInsite ul .cur a,.displayb ul li a:hover,.displayb ul .cur a,.displayen ul li a:hover,.displayen ul .cur a{
	color: #a72126;
}
.breadInsite ul li:hover .menuline,.breadInsite ul .cur .menuline,.displayb ul li:hover .menuline,.displayb ul .cur .menuline,.displayen ul li:hover .menuline,.displayen ul .cur .menuline{
	width: 100%;
}


.honor-list li {
	width: 23%;
	float: left;
	/*padding: 2px;*/
	margin: 0 1% 20px;
	text-align: center;
	height: auto;
	overflow: hidden;
	list-style: none;
}
.caselist li img,.honor-list li img {
	width: 100%;
	height: auto;
	max-height: 708px;
	display: block;
}
.caselist li .pro-t,.honor-list li .pro-t {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: none;
	margin-top: 10px;
} 

.caselist li {
	width: 31%;
	float: left;
	padding: 2px;
	margin: 0 1% 20px;
	text-align: center;
	height: auto;
	overflow: hidden;
	list-style: none;
}	


.productList{margin: 30px auto 40px auto;height: auto;overflow: hidden;}
.probg{background: #f2f2f2;}

.productList .leftPart{
	width: 19%;
	float: left;
	margin-right: 1%;
	margin-top: 27px;
}

.productList .rightPart{
	width: 80%;
	float: left;
}

.productList .proview{
	background: #fff;
	width: calc(100%-80px);
	margin-bottom: 30px;
	overflow: hidden;
	/*padding: 40px;*/
	clear: both;
}

.proDetail{
	margin-top: 30px;
	height:auto;
	clear: both;
	width: 100%;
	/*overflow: hidden;*/
	background: #fff;
	/*margin-bottom: 30px;*/
}
.proDetail .prolist-pic{width: 100%;text-align: center;}
.proDetail .project img{width:auto;max-width: 100%;}
.proDetail .bottomLine{
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}
.proDetail .detailItem{
	width: 180px;
	text-align: center;
	background: #b62f32;
	line-height: 60px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}
.proDetail .proCon{
	padding: 30px;
	line-height: 1.5em;
	font-size: 14px;
}
.proDetail .proCon table,.newslist table{border:#ccc 1px solid; border-width:0 0 1px 1px ; width:99.5%!important;border-spacing: 0px;}
.proDetail .proCon td,.proDetail .proCon th,.newslist td,.newslist th{border:#ccc 1px solid; border-width:1px 1px 0 0; padding:5px 0 5px 5px;word-wrap:break-word; word-break:break-all; width:auto!important; text-align:center!important;}


.location{
	float: left;
	font-size: 14px;
	line-height: 27px;
}
.location a{color: #333;}
.location a:hover{color: #b62f32;}
.leftPart .leftTitle{
	line-height: 70px;
	background: #b62f32;
	text-align: center;
	color: #fff;
	font-size: 28px;
}
.leftPart .menuList{
	background: #fff;
}
.leftPart .menuList li{
	width: 100%;
	height: 55px;
	text-align: center;
	line-height: 55px;
	font-size: 16px;
	border-bottom: 1px solid #f2f2f2;
}
.leftPart .menuList li a{
	color: #333;
}
.leftPart .menuList li .menuline{
	clear: both;
	width: 0;
	height: 4px;
	margin: 0 auto;
	background: #b62f32;
	transition:width 1s;
	-moz-transition:width 1s; /* Firefox 4 */
	-webkit-transition:width 1s; /* Safari and Chrome */
	-o-transition:width 1s; /* Opera */
}
.leftPart .menuList li:hover a,.leftPart .menuList .cur a{
	color: #b62f32;
}
.leftPart .menuList li:hover .menuline,.leftPart .menuList .cur .menuline{
	width: 100%;
}
.leftPart .contactus{
	margin-top: 20px;
	background: #fff;
}
	.leftPart .contactus .contactCon{
		background: #fff;
		padding: 15px;
		line-height: 2em;
		font-size: 14px;
		color: #494949;
		
	}
	.leftPart .contactus .contactCon i{
		font-size: 25px;
		color: #0a1734;
	}

.proLine{
	clear: both;
	height: 10px;
	width: 100%;
	margin: 20px 0;
	border-bottom: 1px dashed #b62f32;
}

/*搜索按钮*/
.search-form{
	float: left;
	width: 98%;
	clear: both;
}
.search-btn{
	float: right;
	width: auto;
	height: 40px;
	margin-bottom: -40px;
}
.keycss{
	width: 100%;
	float: left;
	background: none;
	border:1px solid #dddcdc;
	height: 40px;
	padding: 5px;
	margin-bottom: 30px;
}	
.btn-inner{
	float: right;
	margin-right: -12px;
}
.btn-inner .bt_sa{
	float: right;
	height: 52px;
	width: 50px;
	border:1px solid #ccc;
	background: #f2f2f2;
	position: relative;
	z-index: 2;
}
.prolist{
	padding: 30px;
	background: #fff;
	overflow: hidden;
	clear: both;
}
.prolist ul li{
	width:32%;
	height: auto;
	margin-right: 1.5%;
	border: 1px solid #f2f2f2;
	padding-bottom: 10px;
	margin-bottom: 20px;
	float: left;
	overflow: hidden;
}
.prolist ul li .pic{
	width: 100%;
	overflow: hidden;
}
.prolist ul li .pic img{
	width: 100%;
	transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
}

.prolist ul li:nth-child(3n){
	margin-right: 0;
}

.prolist ul li p{
	text-align: center;
	line-height: 35px;
	display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    position: relative;
    z-index: 3;
}
.prolist ul li a p{
	color: #333;
	font-size: 16px;
}
.prolist ul li:hover{
	background: #b62f32;
	border: 1px solid #b62f32;
}
.prolist ul li:hover a p{
	color: #fff;
}
.prolist ul li:hover img{
	transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.backtoPro{
	/*margin-top: -30px;
    margin-right: -30px;*/
	width: 50px;
	height: 50px;
	background: #b62f32;
	text-align: center;
	line-height: 50px;
	
}
.backtoPro a,.backtoPro:hover a,.backtoPro a:hover{
	color: #fff;
}
.backtoPro a i{
	font-size: 25px;
}

.backtoPro:hover{background: #0a1734;}
.seach-css li a img{
	width: 100%;
	overflow: hidden;
}

.newslist{
	padding: 8px;

}
/*news*/
.newslist{
	padding: 30px;
    background: #fff;
    overflow: hidden;
    clear: both;
}
.new-list{
	width: 100%;
	clear: both;
}

.new-list ul li{
	width: 100%;
	clear: both;
	min-height: 240px;
	margin-top: 10px;
	border-bottom: 1px #CCCCCC dashed;
}
.newspic{
	float: left;
	width: 300px;
	height: 225px;
	overflow: hidden;
	margin-right: 20px;
}
.newspic img{height: 100%;}
.news-item{
	min-height: 135px;
	overflow: hidden;
    padding: 25px 0 0 15px;
    margin-bottom: 10px;
}
.news-item .date{
	float: left;
	margin-right: 45px;
	margin-bottom: 15px;
    text-align: left;
}

.news-item .date .date-yearMonth{
	font-size: 16px;
	color: #333;
}
.newscom{
	width: 100%;
	float: left;
	text-align: left;
}
.news-together{font-weight: bold;}
.news-item a{
	font-weight: bold;
	font-size: 16px;
	line-height: 45px;
}
.news-sum{
	display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-align: justify;
}

.newsTitle{
	font-size: 32px;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
}
.downloadpage{
	margin: 30px;
}
.contactleft{
	width: 50%;
}

.morebtn-b{width: 100px; height: 40px;line-height: 40px; color: #fff;background: #b62f32;text-align: center;}
.morebtn-b:hover{color: #fff; background: #b62f32;}


.caselist li img{
	width: 100%;
	height: auto;
	display: block;
}
.caselist li .pro-t{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: none;
} 

.caselist li {
	width: 31%;
	float: left;
	padding: 2px;
	margin: 0 1% 20px;
	text-align: center;
	height: auto;
	overflow: hidden;
	list-style: none;
}

.contactLeft{width: 40%;margin-right: 5%;}
.contactRight{width: 55%;}

.phone-menu{float: right;margin-right: 20px; line-height: 60px; width: auto;overflow: hidden;}
.phone-menu i{font-size: 26px; color: #b62f32;}
.phone-menu img{display: none;}
.btnplus{display: none;width: 30px; font-size: 26px; text-align: right; color: #878788;margin-right: 30px;float: right;}
.page{clear: both;}
@media (max-width: 1518px){
	.headmenu ul li{
		padding: 0 15px;
	}
	.searchBar{
		position: absolute;
		right:15px;
		top: -35px;
	}
	
	
}
@media (max-width: 990px){
	.weblink{width: 98%;}
	header{
		height: 60px;
	}
	.bannerHome, .bannerIn {
    margin-top: 60px;
     overflow: hidden;
	}
	.bannerIn img{width: 200%;margin-left: -40%;}
	.bannerHome img{width: 120%;margin-left: -10%;}
	.logo-pic a img{
		margin-top: 0;
		height: 60px;
	}
	.searchBar{display: none;}
	
	.headmenu,.w-service-fixed{display: none;}
	
	
.headmenu{
	position: absolute;
	top:60px;
	left: 0;
	bottom: 0;
	height: 100px;
	width: 100%;
	line-height:normal;
	overflow: hidden;
	background: #f2f2f2;
}
.headmenu ul{
	float: none;
	position: relative;
	bottom: 0;
}
.headmenu ul li{
	width: 100%;
	float: none;
	font-size: 14px;
	line-height: 40px;
	border-bottom: 1px dashed #e0dede;
}
.headmenu ul li .submenu{
	display: none;
  position:relative;
  top:0;
  width: auto;
  padding:0;
  z-index: 11;
  margin-left: -30px;
}
.headmenu ul li:hover .submenu{top:0;}
.headmenu ul li:hover a{color: #b62f32;}
.headmenu ul li:hover .submenu li a{color: #333;}
.headmenu ul li .submenu li:first-child{
	border-top:2px solid #b62f32;
}
.headmenu ul li .submenu li{
	float: none;
	line-height: 35px;
	font-size: 14px;
	min-width: 120px;
	text-align: left;
	padding-left: 30px;
	border-bottom: 1px solid rgba(0,0,0,.07);
	background: rgba(255,255,255,0.9);
	opacity:1;transform:none;-webkit-transform:none; transition:none; -webkit-transition:none;
}
.headmenu ul li .submenu>li:hover{
	background: #0855a6;
}
.headmenu ul li:hover .submenu>li{
	opacity:1;transform:none;-webkit-transform:none;
}

.headmenu ul li .submenu>li:hover a{color: #fff;}
	
.btnplus{display: block;}	
	
.prohome{
	width:100%;

}	
.rightpro {
    width: 100%;
    margin-left: 0;
}	

.rightpro ul li:first-child div, .rightpro ul li:last-child div {
    margin-top: 0;
}
	
.logo-pic {
    max-width: 80%;
    margin-left: 15px;
}	

.aboutHome {
    width: 100%;
    margin-right: 0;
}
.newhome {
    width: 100%;
    margin-top: 30px;
    padding-top: 30px;
    border-top:1px dashed #fff;
}	
.newhome ul {
    overflow: inherit;
}
	
.footer .footleft {
    width:100%;
    margin-right: 0;
}	
	.footer{
		/*margin-bottom: 35px;*/
	}
	.rightfoot {
    width: 100%;
    margin:0 8px;
     }
.copyright{line-height: 50px;}
	.breadInsite{
		display: block;
	}
	
.productList .leftPart{
	display: none;
}

.productList .rightPart{
	width: 100%;
	float: left;
	}
	/*.swiper-button-next, .swiper-button-prev{
		top:30%;
	}*/
	
.displayb{position: relative;left:-50%;display: block;overflow: visible;}
.displayb ul,.displayen ul{width:100%;line-height: 60px;margin: 0;position: relative;left:50%; float: left;height: 60px;}
.displayb ul li a{
	border-right: 1px solid #ddd;
	padding: 0 10px;
	height: 60px;
    line-height: 60px;
}

.article{padding: 0 8px;}
.article img{width: 100%;}

.breadInsite,.displayen{
	display: none;
}

.breadInsite ul{
	width:100%;
	margin: 0;
	height:auto;
}
.breadInsite ul li{
	float: left;
	width:100%;
	height: 40px;
	font-size:14px;
	line-height: 40px;
}
.breadInsite ul li a{
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	color: #333;
	border-right:0;
	cursor: pointer;
}

.protypet,.newtypet{
	line-height: 45px;
	background: #a72126;
	color: #fff;
	text-align: left;
	padding-left: 20px;
	font-size: 16px;
}
.protypet i,.newtypet i{
	float: right;
	margin-right: 15px;
	font-size: 20px;
}

/*内页*/
.aboutLeft {
    width: 95.5%;
    margin-right: 0;
    margin: 0 8px;
}
.menufain {
    margin-top: 0;
}
.menufain ul{left: 0 !important;}
.menufain ul li{padding: 0 10px;}
.btn-inner .bt_sa {
    right: 5px;
}

.prolist{
	padding: 0;
}
.prolist ul li{
	width:48%;
	margin-right: 1%;
}

.prolist ul li:nth-child(3n){
	margin-right: 1%;
}
.prolist ul li:nth-child(2n){
	margin-right: 0;
}

.productList .proview {
    padding: 8px;

}
.proDetail .proCon,.newslist{
    padding: 8px;
}

.backtoPro{
	position: fixed;
	right: 10px;
	top:45%;
	margin-top: 0;
    margin-right: 0;

}

.newslist img,.productList .proview img{width: 100%;}
.news-item{clear: both;}
.newspic{margin: 0 auto;float: none;}
.caselist li {
    width: 46.8%;
    }
    
  .contactLeft {
    width: 100%;
    margin: 0 8px;
}
.contactRight {
    width: 100%;
}
  .prolist-pic {
    margin: 0 0 20px 0;
    width: 100%;
    height: auto;
}
.proDetail .proCon img{width: 100%;}
.newsTitle{font-size: 24px; margin-top: 20px;}
.proItem .protitle{
	font-size: 24px;
}
.proItem .itemTitle{font-size: 18px;}

}
