@font-face {
	font-family: 'futura';
	src: url('../font/futura.eot'); /* IE9 Compat Modes */
	src: url('../font/futura.woff') format('woff'), /* Modern Browsers */
         url('../font/futura.TTF')  format('truetype'), /* Safari, Android, iOS */
         url('../font/futura.svg #futura') format('svg'); /* Legacy iOS */
}
.header{
	padding: 22px 0 0;
	position: relative;
}
.logo{
	float:left;
}
.nav{
	float: right;
	padding-top: 40px;
	position: relative;
}
.nav li{
	float: left;
	padding:0 24px;
	line-height: 27px;
}
.nav li a{
	padding-bottom: 28px;
	display: block;
	font-size: 16px;
	color: #000;
	position: relative;
}
.nav li.subnav a{
	color: #d40000;
}
.nav li.subnav a::after{
	content: "";
	width: 7px;
	height: 6px;
	position: absolute;
	bottom:0;
	left:50%;
	margin-left: -3px;
	background: url("../images/arrow3.jpg") center top no-repeat;
}
.nav li:hover a::after{
	content: "";
	width: 7px;
	height: 6px;
	position: absolute;
	bottom:0;
	left:50%;
	margin-left: -3px;
	background: url("../images/arrow3.jpg") center top no-repeat;
}
.nav li:hover .nav2 a::after{
	height: 0;
}
.nav2{
	position: absolute;
	left:-65px;
	top:95px;
	width: 100%;
	z-index: 99;
	display: none;
}
.nav2 dl{
	font-size:0;
	border-top: 5px solid #cc0000;
	width: 1000px;
	background: #f0f0f3;
	margin:0 auto;
}
.nav2 dl dd{
	width: 25%;
	padding:13px 0 25px 45px;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	width: 25%;
	display:inline-block;
	vertical-align:top;
	min-height:316px;
}
.nav li .nav2_type a{
	display: inline-block;
	vertical-align: middle;
	padding-bottom:0;
}
.nav2_type img{
	width: 34px;
	height: 54px;
	
}
.nav2_type h3{
	display: inline-block;
	vertical-align: bottom;
	font-size: 14px;
	color: #cc0000;
	padding-left: 5px;
	width:72%;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.nav2_alink{
	padding-top: 13px;
	padding-right:10px;
}
.nav li .nav2_alink a{
	display: block;
	font-size: 12px;
	color: #444;
	line-height: 30px;
	padding-bottom: 0;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.nav li .nav2_alink a:hover{
	color: #cc0000;
}
.inabout{
	height: 525px;
	padding-top: 76px;
	background:url("../images/inaboutbg.jpg") center top no-repeat;
}
.inabout_left{
	width: 533px;
	float: left;
	position: relative;
}
.inabout_left::before{
	content: "";
	width: 100%;
	height: 6px;
	background: #f6cc2e;
	position:absolute;
	left:0;
	top:0;
}
.inabout_right{
	float: right;
	width: 625px;
}
.inabout_left h3{
	font-size: 30px;
	color: #d40000;
	padding-bottom: 12px;
	padding-top: 28px;
}
.inabout_left p{
	font-size: 14px;
	color: #444;
	line-height: 32px;
}
.inabout_left a{
	font-size: 16px;
	color: #fff;
	width: 200px;
	line-height: 55px;
	text-align: center;
	background: #d40000;
	display: block;
	margin-top: 80px;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.inabout_left a:hover{
	background: none;
	border:1px solid #d40000;
	color: #d40000;
}
.inproduct{
	height: 1023px;
	padding-top: 112px;
	background:url("../images/inprobg.jpg") center top no-repeat;
}
.inpro_center aside{
	width: 277px;
	background: #222;
	float: left;
} 
.inpro_center article{
	width: 920px;
	float: right;
}
.inprol_tel{
	text-align: center;
	padding:44px 0 44px;
}
.inprol_tel p{
	font-size: 13px;
	padding-bottom: 15px;
	color: #d40000;
}
.inprol_tel h3{
	font-size: 38px;
	font-family: 'futura';
	color: #d40000;
}
.inpro_center aside li{
	line-height: 60px;
	padding:0 30px;
	border-bottom: 1px solid #333;
	overflow : hidden;
	
}
.inprol_tit{
	padding-left: 37px;
	background: #d40000;
	line-height: 89px;
}
.inprol_tit h3{
	font-size: 36px;
	color: #fff;
}
.inpro_center aside li a{
	display: block;
}
.inpro_center aside li p{
	font-size: 16px;
	color: #fff;
	float: left;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	max-width:200px;
}
.inpro_center aside li i{
	float: right;
	color: #999;
	font-size: 13px;
}
.inpro_center aside li:hover{
	background: #000;
}
.inpro_center article li{
	width: 280px;
	margin-left: 26px;
	margin-bottom: 20px;
	text-align: center;
	background: #fff;
	float: left;
	border-bottom: 3px solid #f6cc2e;
}
.inpro_center article li:hover{
	border-bottom: 3px solid #d40000;
}
.inpro_center article li figcaption{
	border-top: 1px solid #eee;
	font-size: 16px;
	color: #000;
	line-height: 57px;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
padding:0 10px;
}
.more{
	width: 200px;
	line-height: 55px;
	background: #f6cc2e;
	margin:27px auto 0;
	text-align: center;
}
.more a{
	display: block;
	font-size: 16px;
	color: #fff;
}
.inhonor_tit{
	text-align: center;
}
.inhonor_tit h3{
	font-size: 36px;
	color: #d40000;
	padding-bottom: 12px;
}
.inhonor_tit p{
	font-size: 13px;
	color: #666;
}
.inhonor_tit img{
	padding-top: 20px;
}
.inhonor{
	padding:46px 0;
	height: 636px;
	background: url("../images/inhonorbg.jpg") center top no-repeat;
}
.inhonor_list{
	padding-top: 40px;
}
.inhonor_list a{
	display: block;
}
.inhonor_list li{
	display: inline-block;
	vertical-align: middle;
	width: 25%;
	padding:.5%;
}
.inhonor_list li a{
	display: block;
	border:1px solid #c9c9c9;
}
.inhonor_list li:hover a{
	-moz-box-shadow:2px 2px 5px #ccc; 
	-webkit-box-shadow:2px 2px 5px #ccc; 
	box-shadow:2px 2px 5px #ccc;
}
.inhonor_list li figcaption{
	position: fixed;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,.5);
	display: none;
}
.honorpic2{
	position: relative;
	width: 1000px;
	margin:10% auto;
	text-align: center;
	max-height: 80vh;
}
.close{
	position: absolute;
	right:-50px;
	top:0;
}
.close i{
	font-size: 30px;
	color: #fff;
}
.innews2_left{
	float: left;
	width: 590px;
	
}
.innews2_left li{
	cursor: pointer;
	border:1px solid #eee;
	margin-bottom: 9px;
}
.innews2_left li.inw_block .innewsl_pt2{
	display: block;
}
.innews2_right{
	width: 602px;
	float: right;
}
.innnews{
	padding:80px 0 70px;
}
.innews_it2{
	padding-top: 40px;
}
.innews2_right li{
	width: 288px;
	background: #f7f7f7;
	margin-left: 12px;
	float: left;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
	border-bottom:1px dashed #ccc;
}
.innews2_right li figcaption{
	padding:14px 18px;
}
.innews2_right li figcaption span{
	font-size: 13px;
	color: #666;
	display: block;
}
.innews2_right li figcaption h3{
	font-size: 16px;
	padding:6px 0 10px;
	color: #000;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.innews2_right li figcaption p{
	font-size: 13px;
	color: #666;
	line-height: 26px;
	overflow : hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
}
.innews2_right li:hover{
	-moz-box-shadow:2px 2px 5px #ccc; 
	-webkit-box-shadow:2px 2px 5px #ccc; 
	box-shadow:2px 2px 5px #ccc;
}
.innewsl_pt1{
	border-bottom: 1px solid #e3e4e4;
}
.innewsl_pt1 i{
	float: left;
	display: block;
	width: 70px;
	line-height: 70px;
	text-align: center;
	background: #f8f8f8;
	color: #bbb;
	font-size: 24px;
}
.innewsl_pt1 h3{
	font-size: 16px;
	float: left;
	font-weight: bold;
	color: #000;
	line-height: 70px;
	width: 60%;
	padding-left: 17px;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.innewsl_pt1 span{
	font-size: 14px;
	color: #666;
	float: right;
	display: block;
	padding-right: 40px;
	line-height: 70px;
}
.innewsl_pt2{
	display: none;
	height: 113px;
	padding: 20px 30px;
}
.innewsl_pt2 p{
	font-size: 13px;
	color: #666;
	line-height: 26px;
}
.innews2_left li.inw_block .innewsl_pt1 i{
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
	background: #f6cc2e;
	color: #fff;
}
.inmessage{
	position: relative;
	height: 528px;
	background:url("../images/inmessgae.jpg") center top no-repeat;
}
.inmessage_hover{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
}
.inmessage_left{
	width: 690px;
	margin:0 auto;
	text-align:center;
	padding:130px 47px 44px;
	height: 514px;
	background: url("../images/inmesred.png") left top 30px no-repeat;
	background-size:cover
}
.inmessage_left p{
	font-size: 14px;
	color: #fff;
	line-height: 36px;
	overflow : hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 7;
 -webkit-box-orient: vertical;
}
.inmessage_left a{
	display: block;
	font-size: 15px;
	width: 200px;
	line-height: 55px;
	height: 55px;
	color: #fff;
	margin:28px auto 0;
	text-align: center;
	background: #000;
}
.incase{
	padding:60px 0;
}
.incaselist{
	position: relative;
	padding-top: 34px;
}
.incaselist .swiper-container{
	width: 1100px;
	margin:0 auto;
}
.incaselist .swiper-slide figcaption{
	border:1px solid #dcdcdc;
	line-height: 53px;
	padding:0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.incaselist .swiper-slide figcaption p{
	float: left;
	font-size: 15px;
	color: #444;
}
.incaselist .swiper-slide figcaption i{
	float: right;
}
.incaselist .swiper-slide:hover{
	-moz-box-shadow:2px 2px 5px #ccc; 
	-webkit-box-shadow:2px 2px 5px #ccc; 
	box-shadow:2px 2px 5px #ccc;
}
.footer article{
	padding:70px 0 35px;
	background: #000;
}
.copyall{
	padding:17px 0;
	border-top: 1px solid #333;
}
.copyall p{
	float: left;
	font-size: 13px;
	color: #999;
}
.copyall a{
	float: right;
}
.foot_left{
	width: 970px;
	float: left;
}
.foot_left li{
	min-width: 220px;
	max-width:25%;
	padding-right:15px;
	float: left;
}
.foot_left li h3{
	position: relative;
	font-size: 18px;
	padding-bottom: 20px;
	color: #fff;
	margin-bottom: 15px;
}
.foot_left li h3::after{
	content:"";
	width: 30px;
	height: 1px;
	background: #f6cc2e;
	position: absolute;
	bottom:0;
	left:0;
}
.foot_left li a{
	display: block;
	font-size: 14px;
	color: #ccc;
	line-height: 30px;
}
.foot_left li a:hover{
	color: #fff;
}
.foot_right{
	float: right;
	width: 210px;
}
.foot_right_search{
	width: 100%;
	background: #d40000;
	padding-right: 10px;
}
.foot_right_search input{
	font-size: 16px;
	color: #fff;
	float: left;
	background: none;
	width: 70%;
	line-height: 47px;
	padding:0 15px;
}
.foot_right_search button{
	width: 46px;
	line-height: 46px;
	height: 46px;
	background:none;
	float: right;
	text-align: center;
}
.foot_right_search i{
	color: #fff;
	font-size: 32px;
	cursor: pointer;
	display: block;
	float:right;
}
.foot_right_search input::-webkit-input-placeholder{
	color: #fff;
}   
.foot_right_search input:-moz-placeholder{
	color: #fff;
}  
.foot_right_search input::-moz-placeholder{
	color: #fff;
}   
.foot_right_search input:-ms-input-placeholder{
	color: #fff;
}  
.share p{
	font-size: 12px;
	color: #ccc;
	padding-top: 40px;
}
.incaselist .swiper-button-prev{
	width: 29px;
	line-height: 29px;
	height: 29px;
	left:0;
	background: url("../images/left.jpg") left top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.incaselist .swiper-button-next{
	right:0;
	width: 29px;
	height: 29px;
	line-height: 29px;
	background: url("../images/right.jpg") right top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.head_mov{
	background: #d40000;
	position: absolute;
	top:0;
	right:0;
	width: 40%;
	line-height: 30px;
	border-bottom-left-radius: 3rem;
}
.lang,.head_share{
	position: relative;
	cursor: pointer;
}
.lang::after,.head_share::after{
	content: "";
	width: 1px;
	height: 12px;
	background: #eda9a9;
	position: absolute;
	right:0;
	top:10px;
}
.lang,.head_share,.head_tel{
	float: left;
	font-size: 14px;
	color: #eda9a9;
	padding:0 30px;
}
.lang i,.head_share i,.head_tel i{
	padding-right: 13px;
	color: #eda9a9;
	font-size: 16px;
}
.lang a{
	display: block;
	color: #eda9a9;
}
.about_info{
	padding-top: 30px;
	font-size: 15px;
	color: #444;
	line-height: 48px;
}
.about_info p{
	font-size: 15px;
	color: #444;
	line-height: 48px;
}
.about_it1{
	padding:45px 0;
}
.honor_it2{
	height: 682px;
	padding-top: 50px;
	background: url(../images/honorbg.jpg) no-repeat center top;
}
.honorli{
	padding-top: 35px;
}
.pbtit h3{
	padding-bottom: 17px;
	font-size: 28px;
}
.pbtit img{
	padding-top: 25px;
}
.caselist li{
	width: 25%;
	padding:1.5%;
	float: left;
}
.case{
	padding:70px 0;
}
.caselist{
	padding-top: 35px;
}
.caselist li a{
	position: relative;
	display: block;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.caselist li figure{
	position: relative;
}
.caselist li figcaption{
	line-height: 50px;
	border:1px solid #dcdcdc;
	padding:0 20px;
}
.caselist li figcaption p{
	float: left;
	font-size: 15px;
	color: #444;
}
.caselist li figcaption i{
	float: right;
	font-size: 20px;
}
.caselist li:hover i{
	color: #d40000;
}
.caselist li:hover a{
	-moz-box-shadow:2px 2px 5px #ccc; 
	-webkit-box-shadow:2px 2px 5px #ccc; 
	box-shadow:2px 2px 5px #ccc;
}
.caselist li a:hover::before{
	content: "";
	width: 100%;
	height: 2px;
	background: #f6cc2e;
	position: absolute;
	top:0;
	left:0;
	z-index: 9;
}
.caselist li:hover a::after{
	content: "";
	width: 100%;
	height: 2px;
	background: #f6cc2e;
	position: absolute;
	bottom:0;
	left:0;
}
.caselist li:hover figure::before{
	content: "";
	width: 2px;
	height: 100%;
	background: #f6cc2e;
	position: absolute;
	top:0;
	left:0;
}
.caselist li:hover figure::after{
	content: "";
	width: 2px;
	height: 100%;
	background: #f6cc2e;
	position: absolute;
	top:0;
	right:0;
}
.casepage{
	padding:40px 0;
}
.news_it1{
	width: 1100px;
	float: none;
	margin:0 auto;
	padding-top: 30px;
}
.news_it1 li{
	width: 31.33%;
	margin:1%;
	background: #fff;
	border:1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.news_it1 li img{
	width: 100%;
}
.news_it2{
	background: #eee;
	padding:37px 0 20px;
}
.news_it2 li{
	margin-bottom: 20px;
	background: #fff;
	padding:20px;
}
.news_it2 li a{
	display: block;
}
.news_it2 li:hover{
	-moz-box-shadow:2px 2px 5px #ccc; 
	-webkit-box-shadow:2px 2px 5px #ccc; 
	box-shadow:2px 2px 5px #ccc;
}
.news_time{
	width: 95px;
	text-align: center;
	float: left;
	position: relative;
}
.news_time::after{
	content: "";
	position: absolute;
	right:0;
	top:5px;
	width: 1px;
	height: 50px;
	background: #ccc;
}
.news_time h3{
	font-size:30px;
	color: #666;
	padding-bottom: 3px;
}
.news_time p{
	font-size: 12px;
	color: #666;
}
.news_right{
	padding-left: 33px;
	width: 910px;
	float: left;

}
.news_it2{
	margin-top: 33px;
}
.news_right h3{
	padding-top: 5px;
	font-size: 16px;
	color: #000;
	padding-bottom: 11px;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.news_right p{
	font-size: 13px;
	color: #666;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.newstail article{
	width: 810px;
	float: left;
}
.newstail aside{
	padding:20px;
	width: 300px;
	float: right;
	border:1px solid #e3e4e4;
}
.newsila_it1{
	border-bottom: 1px solid #e3e4e4;
}
.newsila_it1 h3{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding:5px 0 20px;
	font-size: 18px;
	color: #d40000;
	font-weight: bold;	
}
.newsila_it1 h3:after{
	content: "";
	width: 100%;
	height: 4px;
	background: #f6cc2e;
	position: absolute;
	bottom:0;
	left:0;
}
.newsila_list{
	padding:20px;
}
.newsila_list li{
	border-bottom: 1px dashed #e3e4e4;
	text-align: center;
}
.newsila_list li a{
	display: block;
}
.newsila_list li p{
	padding: 10px 0 14px;
	font-size: 13px;
	color: #666;
}
.newsila_list li:hover{
}
.newsila_list li:hover p{
	color: #d40000;
}
.newstail_tit h3{
	font-size: 30px;
	padding:15px 0 10px;
	color: #000;
}
.newstail_tit span{
	color: #777;
	font-size: 13px;
}
.newsil_it2{
	font-size: 15px;
	color: #444;
	line-height: 48px;
	padding-top: 30px;
}
.newsil_it2 p{
	font-size: 15px;
	color: #444;
	line-height: 48px;
}
.newstail{
	padding-top: 30px;
}
.network{
	text-align: center;
	padding-top: 37px;
}
.message{
	padding:80px 0;
	width: 885px;
	margin:0 auto;
}
.message_left{
	width: 327px;
	float: left;
}
.mesr_it2{
	padding-top: 20px;
}
.mesr_it2 li{
	line-height: 42px;
	margin-bottom: 20px;
	padding:0 10px;
	border:1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.mesr_it2 li.name{
	width: 48%;
	float: left;
}
.mesr_it2 li.tel{
	width: 48%;
	float: right;
}
.mesr_it2 li input{
	line-height: 42px;
}
.mesr_it2 li textarea{
	height: 140px;
	padding:10px 0;
	width: 100%;
}
.message_right{
	float: right;
	width: 450px;
}
.msg_it1 h3{
	font-size: 22px;
	color: #000;
	padding-bottom: 8px;
}
.msg_it1 p{
	font-size: 14px;
	color: #777;
	padding-bottom: 16px;
}
.msg_it1{
	border-bottom: 1px solid #d9d9d9;
}
.msg_it2{
	padding:14px 0 25px;
	border-bottom: 1px solid #d9d9d9;
}
.msg_it2 h3{
	font-size: 36px;
	padding-bottom: 37px;
	color: #da251d;
}
.msg_it2 h4{
	font-size: 22px;
	color: #000;
	padding-bottom: 7px;
}
.msg_it2 p{
	font-size: 14px;
	color: #777;
}
.msg_it3{
	margin-top: 40px;
	width: 108px;
	line-height: 34px;
	text-align: center;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.msg_it3 a{
	display: block;
	font-size: 14px;
	color: #da251d;
	border:1px solid #da251d;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.msg_it3:hover{
	background: #da251d;
}
.msg_it3:hover a{
	color: #fff;
}
.mesr_it1 h3{
	padding-bottom: 10px;
	font-size: 22px;
	color: #000;
}
.mesr_it1 p{
	font-size: 14px;
	color: #777;
}
.mesr_it2 button{
	font-size: 16px;
	color: #fff;
	line-height: 42px;
	width: 100%;
	display: block;
	cursor: pointer;
	background: #da251d;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.address_it1{
	text-align: center;
	padding-top: 50px;
}
.address_it1 h3{
	font-size: 36px;
	padding-bottom: 7px;
	color: #000;
}
.address_it1 span{
	display: block;
	font-size: 14px;
	color: #999;
}
.address_it1 h4{
	font-size: 36px;
	color: #da251d;
}
.address_it2{
	padding:90px 0 70px;
}
.address_it2 li{
	width: 25%;
	text-align: center;
	float: left;
}
.address_it2 i{
	margin:0 auto;
	display: inline-block;
	vertical-align: top;
	font-size: 38px;
	color: #888;
	width: 97px;
	text-align: center;
	line-height: 97px;
	height: 97px;
	display: block;
	border:1px solid #000;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.address_it2 span{
	display: block;
	padding:19px 0 29px;
	text-align: center;
	font-size: 18px;
	color: #5a5a5a;
	font-weight: bold;
}
.public_proit1 h3{
	font-size: 18px;
	color: #d40000;
	margin-bottom: 22px;
	padding-left: 33px;
	background: url("../images/point.jpg") left center no-repeat;
}
.pvprotit_tab{
	border:1px solid #ddd;
	background:url("../images/pbtlogo.jpg") right 10px center no-repeat;
}
.pvprotit_tab a{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #666;
	line-height: 45px;
	padding:0 20px;
}
.pvprotit_tab a.introduce{
	background: #d40000;
	color: #fff;
	position: relative;
}
.pvprotit_tab a.introduce::after{
	content: "";
	width: 10px;
	height: 8px;
	position:absolute;
	left:50%;
	margin-left: -8px;
	bottom:-8px;
	background:url(../images/arrow2.jpg) no-repeat left top;
}
.pvprot2_tit {
	padding-left: 35px;
	font-size: 18px;
	color: #666;
	font-weight: bold;
	background:url("../images/point.jpg") left center no-repeat;
}
.public_proit2{
	padding:27px 0;
}
.pvprot2_info{
	padding-top: 20px;
	font-size: 13px;
	color: #666;
	line-height: 28px;
}
.pvli_left{
	float: left;
	width: 500px;
}
.pvli_left img{
	width: 100%;
}
.pvli_pic_right{
	float: right;
	width: 500px;
	padding:80px 36px 0;
}
.pvli_pic_right h3{
	font-size: 28px;
	color: #d40000;
	padding-bottom: 5px;
	font-weight: bold;
}
.pvli_pic_right p{
	font-size: 16px;
	color: #666;
	line-height: 30px;
}
.pvprot3_list{
	padding-top: 22px;
}
.pvli_left2{
	float: right;
}
.pvli_pic_right2{
	float: left;
}
.pvprot4_list li{
	width: 25%;
	float: left;
	padding:1%;
}
.pvprot4_list li a{
	display: block;
	border:1px solid #dddddd;
	padding:6px;
}
.public_proit4{
	padding-top: 27px;
}
.pvprot4_list{
	padding-top: 15px;
}
.public_proit5{
	padding:22px 0;
}
.pvprot5_info{
	padding-top: 15px;
	font-size: 13px;
	color: #666;
	line-height: 30px;
}
.more2{
	display: inline-block;
	line-height: 24px;
	padding:0 20px;
	margin-top: 8px;
	background: #d40000;
	vertical-align: top;
}
.more2 a{
	display: block;
	font-size: 15px;
	color: #fff;
}
.propage_li{
	padding: 22px 0;
}
.propage_li ul{
	border-left: 1px solid #ddd;
}
.propage_li ul li{
	float: left;
	margin-top: -1px;
	width: 20%;
	text-align: center;
    border-top: 1px solid #ddd;
}
.propage_li ul li a{
	
	display: block;
	border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.propage_line{
	border:1px solid #fff;
}
.propage_line p{
	line-height:42px;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
padding:0 15px;
}
.propage_li ul li:hover .propage_line{
	border:1px solid #d40000;
}
.service{
	font-size: 13px;
	color: #666;
	line-height: 36px;
	padding:30px 25px;
}
.pro_message_left{
	float: left;
	width: 424px;
}
.pro_message_right{
	float: right;
	width: 424px;
}
.promsg li {
	margin-bottom: 10px;
}
.promsg li span{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	width: 105px;
	text-align: right;
}
.promsg li input,.promsg li textarea{
	display: inline-block;
	vertical-align: top;
	line-height: 30px;
	border:1px solid #dddddd;
	padding:0 10px;
	width: 310px;
}
.pro_message{
	padding-top: 50px;
}
.pro_message_right li.textarea{
	height: 70px;
}
.promsg li.code input{
	width: 98px;
}
.promsg li.code a{
	display:inline-block;
	vertical-align: top;
	line-height: 30px;
}
.promsg_btn{
	text-align: center;
	padding-top: 33px;
}
.promsg_btn button{
	display: inline-block;
	vertical-align: top;
	width: 88px;
	line-height: 24px;
	background: #909090;
	cursor: pointer;
	text-align: center;
	font-size: 14px;
	color: #fff;
}
.promsg_btn button:first-child{
	background: #d40000;
}
.protabinfo_xin{
	display: none;
}
.protabinfo .protabinfo_xin:first-child{
	display: block;
}
.brand{
	background: #d30000;
	font-size: 13px;
	color: #fff;
	line-height: 37px;
}
.maxpro{
	width: 372px;
	float: left;
	border:1px solid #e3e4e4;
}
.max_name{
	width: 540px;
	float: right;
	padding-top: 55px;
}
.max_name_it1 h3{
	font-weight: bold;
	padding-left: 28px;
	font-size: 20px;
	margin-bottom: 17px;
	color: #d40000;
	background: url(../images/point.jpg) no-repeat left center;
}
.protsil_it1{
	padding-top: 16px;
}
.max_name_it1 p{
	font-size: 12px;
	color: #666;
	line-height: 24px;
	padding-top: 16px;
}
.proil_tel{
	float: left;
	padding-right: 18px;
	border-right: 1px solid #ccc;
}
.proil_tel2{
	float: left;
	padding-left: 18px;
}
.proil_tel i{
	font-size: 35px;
	padding-right: 7px;
	color: #d40000;
	display: inline-block;
	vertical-align: middle;
}
.proiltel_r{
	display: inline-block;
	vertical-align: middle;
}
.proil_tel h3{
	color: #d40000;
	line-height: 24px;
}
.proil_tel p{
	line-height: 24px;
	font-size: 14px;
	color: #666;
}
.max_name_it2{
	padding-top: 23px;
}
.proil_tel2 p{
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.max_name_it3{
	display:inline-block;
	line-height: 30px;
	text-align: center;
	background: #d40000;
	margin-top: 15px;
	padding:0 25px;
}
.max_name_it3 a{
	font-size: 14px;
	color: #fff;
	display: block;
}
.protsil_it2{
	padding: 40px 0;
}
.proil2_center{
	padding:24px 0;
}
.proil2_center td{
	text-align:center;
}
.proil2_center_pt1{
	font-size:14px;
	color: #666;
	line-height: 26px;
}
.read_product{
	padding-top: 36px;
}
.read_product_tit{
	color: #d40000;
	font-size: 20px;
	font-weight: bold;
	padding-left: 28px;
	background:url("../images/point.jpg") left center no-repeat;
}
.read_product_list{
	padding-top: 24px;
}
.read_product_list li{
	padding:1%;
	float: left;
	width: 20%;
	text-align: center;
}
.read_product_list li img{
	border:1px solid #ddd;
}
.read_product_list li figcaption{
	margin-top: 3px;
	font-size: 13px;
	color: #fff;
	line-height: 40px;
	background: #8a8a8a;
}
.proil2_center{
	display: none;
}
.protsil2_info .proil2_center:first-child{
	display: block;
}
.share_look{
	position: absolute;
	left:120px;
	bottom:-30px;
	display: none;
}


@media screen and (max-width : 1000px){
	body{
		width: 1200px;
	}
}
.pbrand h3{
	font-size: 36px;
	color: #fff;
	padding-bottom: 22px;
	position: relative;
}
.pbrand h3::before{
	content:"";
	width: 70px;
	height: 7px;
	background: #d40000;
	position: absolute;
	top:-25px;
	left:0;
}
.pbrand a{
	color: #fff;
}
.pbrand p{
	font-size: 14px;
	color: #fff;
}
.pbban{
	position: relative;
}
.pbrand{
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 190px;
    width: 100%;
    height: 100%;
    color: #fff;
}
.pbrand i{
	color: #fff;
	font-size: 18px;
}
.page {
	margin-top: 10px;
	padding: 14px 0 15px;
	text-align: center;
}
.page a {
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	padding: 4px 7px;
}
.page span {
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	padding: 4px 7px;
}
.page span.current {
	background: #5280e0;
	border: 1px solid #5280e0;
	color: #FFFFFF;
	font-weight: bolder;
}
.inadvantage{
	padding:80px 0 220px;
	background: url("../images/advanbg.jpg") center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.inadvleft{
	float: left;
	
}
.inadvright {
	float: right;
	width: 500px;
	font-size: 14px;
	color: #666;
	line-height: 29px;
}
.inadvright p{
	font-size: 14px;
	color: #666;
	line-height: 29px;
	padding-bottom: 20px;
}
.inadvan_more{
	padding-top: 70px;
}

.inmessfix{
	padding:15px;
	position:fixed;
	left:0;
	bottom:0;
	background:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	z-index:19;
}
.inmessfix li{
	background:#fff;
}
.closein{
	position:absolute;
	right:-10px;
	top:-10px;
	font-size:15px;
	cursor: pointer;
	width:20px;
	height:20px;
	line-height:17px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background:#fff;
	text-align:center;
}
.message{
	position:relative;
}
.listmove{
	width:130px;
	position:absolute;
	right:-170px;
	top:80px;

}
.listm_left{
	float:left;
	width:20%;
	color:#da251d;
}
.listm_right{
	width:60%;
	float:right;
	text-align:left;
}
.listmovebot{
	position:relative;
}
.listmovebot::after{
	content:"";
	width:1px;
	height:100%;
	background:#da251d;
	position:absolute;
	left:25%;
	top:0;
}
.listmovebot li{
	line-height:2.5;
	position:relative;
}
.listmovebot li::after{
	content:"";
	width:7px;
	height:7px;
	border:1px solid #da251d;
	position:absolute;
	left:22%;
	top:15px;;
	background:#fff;
	border-radius:50%;
	z-index:99;
}
.listmove h3{
	font-size:14px;
	color:#fff;
	display:inline-block;
	background:#da251d;
	padding:0 10px;
	line-height:2.4
}
.listmovebot{
	margin-top:15px;
}

.inlinks{
	max-width:1200px;
	margin:0 auto;
	padding-bottom:20px;
}
.inlinks h3{
	float:left;
	width:130px;
	font-size:20px;
	font-weight:bold;
	color:#d40000;
}
.inlinks ul{
	float:left;
}
.inlinks li{
	float:left;
	line-height:2.2;
	font-size:14px;
	padding:0 15px;
}