*{margin: 0px;padding: 0px;}
body{min-width:1100px;background:#ffffff;background-image:url();background-repeat:repeat-x;background-position:0px 0px;margin:0px;padding:0px;text-decoration:none;font-size: 12px;font-variant:normal;font-family: "å¾®è½¯é›…é»‘";}/*ä¸ºéƒ¨åˆ†å¸¦å…¨ç«™èƒŒæ™¯å›¾å‡†å¤‡å¯ä»¥å°†èƒŒæ™¯å›¾æˆ–èƒŒæ™¯è‰²éƒ¨åˆ†åˆ é™¤æŽ‰*/
a:link,a:visited,a:hover,a:active{text-decoration:none;}
a{text-decoration: none;}
li{list-style-type:none;}
ul,ol{list-style-type: none;list-style-image: none;}
/*æ¸…é™¤æµ®åŠ¨*/
 

.main{
	width: 1100px;
	margin:0 auto;
}
.head{
	width: 100%;
	height:140px;
	overflow: hidden;
}
.top{
	width: 100%;
	height: 30px;
	background: #f4f4f4;
	overflow: hidden;
 
}
.top p{
	font-size: 13px;
	color:#000000;
	line-height: 30px;
	float: left;
}
.top ul{
	float: right;
}
.top ul li{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 30px;
	position: relative;
}
.top ul li a{
	font-size: 13px;
	color:#333333;
}
.top ul li:after{
	content: "";
	width: 1px;
	height: 13px;
	position: absolute;
	top:9px;
	right: 0;
	background: #333333;
}
.top ul li:last-child:after{
	width: 0;
}
.head .main{
	display: flex;
	align-items:center;
	height: 140px;
	justify-content: space-between;
}
.nav{
	width: 100%;
	height: 50px;
	background: #0270bb;
}
.nav ul{
	width: 1100px;
	margin:0 auto;
	height: 50px;
	overflow: hidden;
 
}
.nav ul li{
	float: left;
	width: 110px;
	height: 50px;
	overflow: hidden;
	text-align: center;
	line-height: 50px;
}
.nav ul li a{
	color:#fff;
	font-size: 16px;
}
.nav ul li:hover{
	background: #2da34d;
}
.banner{ 
	width:100%;
	margin:0 auto; 
	overflow:hidden; 
	position:relative; 
 
}
.banner .hd{
 height:15px; 
 overflow:hidden; 
 position:absolute; 
 left:50%;
 margin-left: -110px; 
 bottom:10px; 
 z-index:1; 
}
.banner .hd ul{
 overflow:hidden; 
 zoom:1; 
 float:left; 

}
.banner .hd ul li{
 float:left; 
 margin-right:25px;  
 width:50px; 
 height:5px; 
 line-height:14px; 
 text-align:center; 
 cursor:pointer;
 background: #fff;
 
}
.banner .hd ul li.on{
 background:#2da34d; 
 
}
.banner .bd{
 position:relative; 
 height:100%;
  z-index:0; 
  width: 100%; 
}
.banner .bd li{
 zoom:1; 
 vertical-align:middle; 
}
.banner .bd img{
	width:100%; 
	display:block; 
}
.banner .prev,
.banner .next{
 position:absolute; 
 left:3%; 
 top:50%;
 margin-top:-3%;
 display:block; 
 width:32px;
 height:40px;  
 filter:alpha(opacity=50);opacity:0.5;   
}
.banner .next{
 left:auto; right:3%; 
 background-position:8px 5px; 
}
.banner .next {
	font-size: 
	58px;color:#fff;
}
.banner .prev{
	font-size: 
	58px;color:#fff;
}
.banner .prev:hover,
.banner .next:hover{
	filter:alpha(opacity=100);opacity:1;  
}
.banner .prevStop{ 
	display:none;  
}
.banner .nextStop{ display:none;  
}
.keywords{
	width: 100%;
	height: 40px;
	background: #eeeeee;
}
.keywords p{
	font-size: 16px;
	color:#333333;
	font-weight: bold;
	line-height: 40px;
	float: left;
}
.keywords ul{
	float: left;

}
.keywords ul li{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
	line-height:40px;
}
.keywords ul li:after{
    content:"";
    position:absolute;
    right:0px;
    top:14px;
    height:14px;
    width:1px;
    background:#333;
}

.keywords ul li:last-child:after{
    height:0px;
    width:0px;
}
.product{
	width: 1100px;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.product .list{
	float: left;
	width: 220px;
	min-height:725px;
	border-bottom:3px solid  #2da34d;
	background: #eee;
	overflow: hidden;
}
.product  .tit{
	width: 100%;
	height: 70px;
	border-radius: 5px 5px 0 0;
	background: #0270bb;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product .tit p{
	color:#fff;
	font-size: 22px;
	font-weight: bold;
	margin-right: 10px;
}
.product .tit span{
	display: block;
	color:#fff;
	font-size: 16px;
}
 
 
.product .list h4{
	width: 200px;
	height: 40px;
	background: #2da34d;
	line-height: 40px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-radius: 5px;
	margin-top: 10px;
}

.product .list h4:nth-child(2n-1){
	

    width: 200px;
    height: 40px;
    background:#0270bb;
    line-height: 40px;
    margin: 10px auto 0px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 5px;
}

	
.product .list h4:after{
	content: "";
	width: 18px;
	height: 18px;
	background: url(../images/icon01.png)no-repeat center;
	position: absolute;
	left: 13px;
	top: 50%;
	margin-top: -8px;
}
.product .list h4 a{
	display: block;
	color:#fff;
	font-size: 16px;
	margin-left: 42px;    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.product .list .on{
	background: #14a830;
}
.product .list ul{
	width: 200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.product .list ul li{
	width: 100%;
	border-bottom: 1px dashed #bfbfbf;
	height: 36px;
	line-height: 36px;
}
.product .list ul li a{
	color:#555555;
	font-size: 14px;
	text-indent: 40px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	display: block;
}
.product .list ul li:hover a{
	color:#2da34d;
	text-decoration: underline;
}

.product .pic{
	float: right;
	width: 857px;
	border: 1px solid #d2d2d2;
	height: 728px;
}
.product .pic ul {
	margin-top: 3px;
	margin-left: -2px;
}
.product .pic ul li{
	float: left;
	width: 260px;
	
	margin-left: 20px;
	margin-top: 15px;
	position: relative;
}
.product .pic ul li img{
	display: block;
	width: 100%;
	
}
.product .pic p{
	width: 160px;
	height: 50px;
	background: rgba(0,0,0,0.8);
	text-align: center;
	position: absolute;
	color:#fff;
	font-size: 15px;
	right: 0;
	bottom: 0;
	line-height: 50px;
}
.product .pic ul li:hover p{
	color:#0a9471;
}
.adv{
	max-width: 1440px;
	margin:0 auto;
	height: 450px;
	margin-top: 25px;
	background: #eeeeee;
}
.adv .tit{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url(../images/tit01.png)no-repeat center top;
	background-size: 100%;
	display: flex;
	justify-content: center;
	padding-top: 50px;
}
.adv .tit div{
	float: left;
}
.adv .tit b{
	color:#2da34d;
	margin-top: -10px;
	font-size: 70px;
	float: left;
}
.adv .tit p{
	color:#2da34d;
	font-size:24px;
	text-align: right;

}
.adv .tit span{
	display: block;
	color:#000000;
	margin-top: -7px;
	font-size: 40px;
	font-weight: bold;
}
.adv ul{
	width: 1100px;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	margin-top: 55px;
}
.adv ul li{
	float: left;
}
.adv ul li img{
	display: block;
}
.adv ul li p{
	color:#333;
	font-size: 18px;
	text-align: center;
	line-height: 60px;
	font-weight: bold;
}
.cases{
	width: 1100px;
	height: auto;
	margin:0 auto;
	overflow: hidden;
	position: relative;
	margin-top: 30px;
}
.title{
	display: flex;
	justify-content: center;
	align-items: center;
}
.title p{
	color:#333333;
	font-size: 20px;
	font-weight: bold;
	float: left;
	margin-right: 10px;
}
.title span{
	display: block;
	color:#999999;
	border-left: 4px solid #999;
	height: 22px;
	padding-left: 10px;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	float: left;
}
.cases .bd {
	width: 1030px;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.cases .box{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.cases .bd .tempWrap {
	width:1860px !important;
	 
}
.cases .bd .tempWrap ul {
	width:1860px !important;
 
}
.cases .bd ul li{
	width: 200px;
	height: auto;
	overflow: hidden;
	float: left;
	padding-left: 3px;
	padding-right: 3px;
}

.cases .bd ul li .huoban{ overflow:hidden;}
.cases .bd ul li .huoban div{ border:1px #ccc solid;}
.cases .bd ul li .huoban div img{ width:100%;}

.cases .bd ul li .huoban  p{
	color:#333333;
	font-size: 13px;
	line-height: 30px;
	text-align: center;
}
.cases .next,.cases .prev{
	position: absolute;
	top: 50%;
	margin-top: -10px;
}
.cases .next{
	left: 0;
}
.cases .prev{
	right: 0;
}
.cases .nextStop{
	opacity: 0.3;
}
.cases .prevStop{
	opacity: 0.3;
}
.honor{
	max-width: 1440px;
	margin:0 auto;
	height: 380px;
	margin-top: 30px;
	background: #eeeeee;
	overflow: hidden;
}
.honor .title{
	margin-top: 25px;
}
.honor ul{
	width: 1100px;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.honor ul li{
	float: left;
	width: 260px;
	overflow: hidden;
	margin-left: 20px;
	height: auto;
}
.honor ul li div{ border:1px #ccc solid; background:#fff; padding:15px;}
.honor ul li div img{
	
	width:100%;
	
}
.honor ul li p{
	width: 100%;
	line-height: 40px;
	color:#333333;
	font-size: 14px;
	text-align: center;
}
.honor ul li:nth-child(1){
	margin-left: 0;
}
.about{
	width: 1100px;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.about .pic{
	float: left;
	width: 540px;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.about .pic img{
	
	width: 100%;

}
.about  .info{
	float: right;
	width: 550px;
	height: 192px;
	overflow: hidden;
	margin-top: 10px;
}
.about  .info p{
	color:#666666;
	font-size: 15px;
	line-height: 24px;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 7; text-indent:2em;
overflow: hidden;
}
.about a{
	display: block;
	width: 133px;
	height: 30px;
	border:2px solid #bfbfbf;
	float: left;
	margin-top: 5px;
	margin-left: 10px;
	text-align: center;
	line-height: 30px;
	color:#666666;
	font-size: 13px;
}
.section{
	width: 1100px;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 23px;
}
.news{
	width: 542px;
	height: 362px;
	overflow: hidden;
	border: 1px solid #d2d2d2;
	float: left;
}
.news .tit{
	width: 100%;
	height: 50px;
	background: #eeeeee;
}
.news .tit img{
	display: block;
	float: left;
	margin-top: 20px;
	margin-left: 10px;
}
.news .tit p{
	color:#333333;
	font-size: 18px;
	font-weight: bold;
	float: left;
	margin-right: 10px;
	margin-top: 15px;
	margin-left: 5px;
}
.news .tit span{
	display: block;
	color:#666;
	border-left: 3px solid #333333;
	height: 19px;
	padding-left: 10px;
	font-size: 18px;
	line-height: 19px;
	font-weight: bold;
	float: left;
	margin-top: 18px;
}
.news .tit a{
	display: block;
	float: right;
	margin-right: 10px;
}
.news .on{
	width: 520px;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.news .on img{
	display: block;
	float: left;
	width: 140px;
	height: 100px;
}
.news .on  .info{
	float: right;
	width: 365px;
	height: 80px;
	margin-top: 5px;
}
.news .on  .info h4{
	width: 100%;
	height: auto;
	overflow: hidden;
	overflow: hidden;
	white-space: nowrap;
	font-size: 16px;
	font-weight: normal;
	text-overflow: ellipsis;
	color:#333;
}
.news .on  .info  span{
	color:#999999;
	font-size: 12px;
	color:#999999;
	margin-top:3px;
	display: block;
}
.news .on  .info  p{
	color:#999999;
	font-size: 13px;
	line-height: 18px;
	margin-top: 5px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news ul{
	width:520px;
	margin:0 auto;
	height: auto;
	overflow: hidden;
 
}
.news ul li{
	width: 100%;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px dashed #dcdcdc;
	position: relative;
	margin-top: 2px;
}
.news ul li:after{
	content:url(../images/yd.png);
	position: absolute;
	left: 0;
	top: 15px;
	color:#999999;
	font-size: 12px;
}
.news ul li a{
	display: block;
	margin-left: 15px;
	font-size: 16px;
	color:#333333;
	float: left;
	width: 60%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news ul li span{
	float: right;
	color:#333333;
	font-size: 12px;
}
.contact{
	float: right;
	width: 542px;
	height: 362px;
	border: 1px solid #d2d2d2;
}
.contact .tit{
	width: 100%;
	height: 50px;
	background: #eeeeee;
}
.contact .tit img{
	display: block;
	float: left;
	margin-top: 18px;
	margin-left: 10px;
}
.contact .tit p{
	color:#333333;
	font-size: 18px;
	font-weight: bold;
	float: left;
	margin-right: 10px;
	margin-top: 15px;
	margin-left: 5px;
}
.contact .tit span{
	display: block;
	color:#666;
	border-left: 3px solid #333333;
	height: 19px;
	padding-left: 10px;
	font-size: 18px;
	line-height: 19px;
	font-weight: bold;
	float: left;
	margin-top: 18px;
}
.contact .tit a{
	display: block;
	float: right;
	margin-right: 10px;
}
.contact  .pic{
	width: 520px;
	margin:0 auto;
	margin-top: 10px;
}
.contact  .pic img{
	display: block;
	width: 520px;
}
.contact  .info{
	width: 520px;
	margin:0 auto;
	margin-top: 20px;
}
.contact  .info p{
	color:#555555;
	font-size: 16px;
}
.contact  .info span{
	display: block;
	color:#555555;
	font-size: 15px;
	line-height: 24px;
	margin-top: 5px;
}
.links{
	width: 100%;
	height: 50px;
	background:#0270bb;
	margin-top: 30px;
}
.links .tit{
	float: left;
	width: 200px;
	height: 50px;
	background: url(../images/links.png)no-repeat center;
	float: left;
 
}
.links .tit p{
	color:#9f7101;
	font-size: 18px;
	margin-left: 37px;
	line-height: 50px;
}
 
.links ul{
	float: left;
	width: 830px;
	height: 50px;
 
	overflow: hidden;
}
.links ul li{
	float: left;
	padding-right:10px;
	padding-left: 10px;
	line-height:50px;
	position: relative;
}
.links ul li:after{
	content: "";
	width: 1px;
	height:14px;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 0;
	background: #fff;
}
.links ul li a{
	color:#ffffff;
	font-size: 14px;
}
.links  .info{
	float: right;
	width: 107px;
	height: 34px;
	background:url(../images/title06.png)no-repeat center;
	margin-top: 12px;
}
.links  .info p{
	text-align: center;
	line-height: 34px;
	color:#0067b4;
	font-size: 13px;
}
.links ul li:last-child:after{
	width: 0;
	height: 0;
}
.footer{
	width: 100%; overflow:hidden;
	background: #333333; padding-bottom:30px;
	float:left;
}
.footer .left{
	width: 300px;
	height: 157px;
	border-right: 1px solid #555555;
	margin-top:45px;
	float: left;
}
.footer .left .fn{
	min-width: 201px;
	min-height: 75px;

	float: left;
}
.footer .left .fn .tit{
	width: 100%;
 	height: auto;
 	overflow: hidden;
}
.footer .left .fn .tit p{
	font-size: 18px;
	color:#bdbdbd;
	font-weight: bold;
	float: left;
}
.footer .left .fn ul{
	width: 100%;
	height: 85px;
	overflow: hidden;
	margin-top: 10px;
	overflow: hidden;

}
.footer .left .fn ul li{
	float: left;
	width:45%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
 
}
.footer .left .fn ul li a{
	color:#bdbdbd;
	font-size: 15px;
}
.footer .left .fn ul li:hover{
	text-decoration: underline;
}
.footer .left .fn .tit  span{
	display: block;
	float: left;
	color:#bdbdbd;
	font-size: 16px;
	float: left;
	margin-left: 5px;margin-top:5px;
}
.footer .info{
	float: left;
	width: 436px;
	height: 157px;
	border-right: 1px solid #555555;
	margin-left:60px;
	margin-top:45px;
}
.footer .info p{
	color:#999999;
	font-size: 14px;
	line-height: 22px;

	line-height: 26px;
}
.footer .info a{
	color:#999999;
}
.footer .icon{
	float: right;
	margin-top: 90px;
	margin-right: 20px;
}
.footer .icon ul li{
	float: left;
	margin-left: 20px;
	position: relative;
}
.footer .icon ul li:hover div{
	display: block;
}
.footer .icon ul li div{
	position: absolute;
	left: -110px;
	width: 100px;
	height: 100px;
	display:none;
	top: -10px;

}
.footer .icon ul li div img{
	width: 100px;
	height: 100px;
}

.container{ width:1100px; margin:20px auto; }
.con_left{ width:220px; float:left; margin-right:20px; margin-bottom:50px; margin-top:20px;}
.con_right{ width:860px; float:left; margin-bottom:30px;margin-top:20px;}
.l_about{ width:100%; float:left;}
.in_prokind{ width:208px; padding-left:10px; height:40px;line-height:40px; color:#2da34d; font-size:18px; background:#e9e9e9; font-weight:bold; border-bottom:1px solid #ccc;  position:relative;}
.in_prokind span{ position:absolute; right:12px; top:0px; font-size:13px;}
.in_prokind span a:link{ color:#333;}
.in_prokind span a:visited{ color:#333;}
.in_prokind span a:hover{ color:#000;}
.in_casetit{ width:98%; padding-left:2%; height:57px;  line-height:57px;font-size:21px; font-weight:bold; color:#2da34d; text-align:left; position:relative; border-bottom:#ccc 1px solid;}
.position{ position:absolute; right:5px; top:10px; font-size:14px; font-weight:normal;}
.position a:link{ color:#333;}
.position a:visited{ color:#333;}
.position a:hover{ color:#4b9b04;}
.ul_news{ width:100%; margin:0px auto; background:#f0f0f0; padding-bottom:10px; border-bottom:#e9e9e9 2px solid; }
.ul_news li{ width:220px; padding-left:20px; font-size:13px; height:32px; line-height:32px; border-bottom:#bfbfbf 1px dotted; color:#1d1d1d; background:url(../images/n_ico2.jpg) no-repeat 5px;}
.in_contact{width:218px; margin-top:10px; float:left; color:#333; border:#ccc 1px solid; border-radius:5px 5px 0px 0px;}
.in_contact p{ width:210px; font-size:14px; line-height:24px; padding-left:5px; padding-right:5px;}
.in_contactmid{ background:#f0f0f0;padding-bottom:10px;border-bottom:#e9e9e9 2px solid;  }
.in_contactmid h3{line-height:28px; font-size:16px;padding-left:5px;color:#1b242d;}
.in_contactmid img{ margin-top:10px; width:100%;}
.clear{ clear:both;}
.index_aboutcont p{ text-indent:2em; font-size:13px; color:#3e3e3e; font-weight:bold;}
.main_right_product,.main_case{ width:100%; margin:0px auto;}
.main_right_product ul,.main_case ul{ margin:0px; padding:0px; width:110%; }
.main_right_product ul li{ list-style:none; width:280px;  float:left; margin-top:10px; margin-right:11px; }
.main_case ul li{ list-style:none; width:280px; height:180px;  float:left; margin-top:10px; margin-right:11px; }
.p_name{ text-align:center; line-height:30px; font-size:14px;}
.main_right_product ul li img{width:100%; padding:5px;border:#eee 1px solid;}
.main_case ul li img{width:270px; height:140px; padding:5px;border:#eee 1px solid;}
.main_right_product ul li a:link,.main_case ul li a:link{ color:#444; text-decoration:none;}
.main_right_product ul li a:visited,.main_case ul li a:visited{ color:#444; text-decoration:none;}
.main_right_product ul li a:hover,.main_case ul li a:hover{ color:#2da34d; text-decoration:none;}
.product_con{ width:100%;} 
.product_con img,.productimg img{ text-align:center; margin:0px auto;}
.index_newscont{ width:100%; margin:10px auto;}
.index_newscont ul li{ height:42px; line-height:42px; border-bottom:#CCC 1px dotted; font-size:13px;  background:url(../images/n_ico2.jpg) no-repeat 5px; padding-left:25px; position:relative;}
.news_time{ position:absolute; right:0px; top:0px;}
.index_newscont ul li a:link,.ul_news li a:link{ color:#3e3e3e;;}
.index_newscont ul li a:visited,.ul_news li a:visited{ color:#3e3e3e;}
.index_newscont ul li a:hover,.ul_news li a:hover{ color:#2da34d;}
.nav ul li.current {background: #043d9a;}
.nav ul li.current a {color: #fff;}
.index_newscont h4,.main_right_product h4{ font-size:16px; text-align:center; line-height:50px;}
.newscontent{ font-size:16px; line-height:24px;}

.about_cont{ font-size:15px; color:#555; line-height:28px; margin-top:20px;}

/*åˆ†é¡µ*/
.xlr_pages,.fy{width:100%; height:24px; line-height:24px; font-size:14px;text-align:center; float:left; margin-top:10px; margin-bottom:10px;}
.xlr_pages ul{ width:100%; margin:0px auto; height:24px;text-align:center;}
.pagelist li{  text-decoration:none; margin-right:1px;display:inline-block; border:#CCC 1px solid; padding:0px 8px; border-radius:3px;}
.thisclass{ background:#2da34d; color:#FFF;}
.pagelist li select{ margin:3px;}
.pagelist li a:link,.fy a:link{ color:#000; text-decoration:none;}
.pagelist li a:visited,.fy a:visited{ color:#000; text-decoration:none;}
.pagelist li a:hover,.fy a:hover{ color:#2da34d; text-decoration:none;}
.footer .right .info a{ color:#FFF;}

/*ç•™è¨€*/
.message{width:100%; height:600px; /*background:#eee;*/ margin-left:50px;}
.message  span{ width:100%; height:60px; line-height:60px;float:left; color:#000; text-align:center; font-size:30px;}
.message p{font-size:15px; color:#999; text-align:center;}
   
 .message_left{float:left;width:40%;height:34px;line-height:34px;font-size:14px;color:#777777;text-align:left;border-color:#333333;border-style:none;clear:both; margin-top:8px; }
.message_right{float:left;width:90%;height:24px;line-height:24px;background-color:#eee;font-size:14px;color:#777777;text-align:left;padding:4px;border:1px;border-color:#aaa;border-style:dashed;}
   
   .area_message{float:left;width:90%;height:122px;line-height:24px;background-color:#eeeeee;background-image:none;font-size:14px;color:#777777;text-align:left;padding:4px;font-family:Microsoft YaHei;border:1px;border-color:#aaa;border-style:dashed;}
   
   .sub_message{float:left; width:92%;height:40px;line-height:40px;background-color:#2da34d;color:#FFFFFF;text-align:center;border:1px;border-color:transparent;margin-top:20px;}


.pro-intro{overflow:hidden;padding:10px; background:#fff;}

.pro-intro .img{float:left;width:405px;height:auto;overflow:hidden}
.pro-intro .img img{display:block;width:450px;height:395px}
.pro-intro .info{float:right;width:428px;height:395px;box-sizing:border-box;overflow:hidden;border:1px solid #d2d2d2;border-left:none}
.pro-intro .info p{color:#555;font-size:20px;border-bottom:1px solid #d9d9d9;height:45px;margin-top:60px;text-indent:20px}
.pro-intro .info .tel{width:100%;height:160px;border-bottom:1px solid #d9d9d9}
.pro-intro .info .tel img{display:block;margin-top:25px;margin-left:25px}
.pro-intro .info .tel b{width:100%;display:block;color:#1c71c8;margin-left:25px;font-size:36px;margin-top:10px;line-height:36px;font-weight:400}
.pro-intro .data{width:100%;height:auto;overflow:hidden}
.pro-intro .info .btn{width:100%;height:auto;overflow:hidden;margin-top:30px;margin-left:25px}
.pro-intro .info .btn a{display:block;width:165px;height:48px;background:#1c71c8;color:#fff;float:left;margin-right:15px;line-height:48px;font-size:16px;text-indent:30px;border-radius:10px;position:relative}
.pro-intro .info .btn a:after{content:url(../images/kf.png);position:absolute;top:13px;right:29px}
.pro-intro h2{font-size:28px;color:#333;font-weight:400;margin-bottom:16px;text-align:center;margin-top:20px}
.pro-intro .share{width:100%;height:46px;line-height:46px;border-bottom:1px #e7e7e7 solid;background:#f1f1f1;text-align:center}
.pro-intro .share p span{display:inline-block;font-size:12px;color:#999;padding:0 8px}
.pro-intro .info .btn a:last-child{background:#595757;text-indent:0;text-align:center}
.pro-intro .info .btn a:last-child::after{content:""}
.pro-intro .info .btn a:hover{background:#25b240}
.pro-intro .intro{width:100%;height:auto;overflow:hidden;margin-top:40px;min-height:500px}
.pro-intro .intro .t{width:100%;height:30px;border-bottom:1px solid #d2d2d2}
.pro-intro .intro .t p{color:#fff;font-size:18px;background:#1c71c8;width:180px;height:30px;line-height:30px;text-align:center}
.pro-intro .textxq{width:100%;height:auto;overflow:hidden;color:#666;font-size:16px;line-height:30px;margin-top:20px}
.txt{width:100%;height:auto;overflow:hidden;margin-top:10px;font-size:20px;text-align:center;height:45px;font-weight:700;background:url(../images/tit02.png) no-repeat center bottom;color:#1c71c8}
.textxq  img{max-width:100%; margin:0px auto; text-align:center; display:block;}


.fy{height:auto;border:1px solid #d2d2d2;overflow:hidden;margin-top:30px}
.fy p{width:33.333%; box-sizing:border-box;height:60px;line-height:60px;float:left;color:#666;font-size:16px;text-align:center;border-right:1px solid #d2d2d2;overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.fy p:last-child{border:none}
.fy p a{color:#666}

