/* css reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { padding:0; margin:0;}
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0; }
a { color:#5c5c5c; text-decoration:none; }
a:hover { color: #153f8f; }
address, caption, cite, code, dfn, em, th, var { font-weight: normal; font-style: normal; }
ol, ul { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%; }
q:before, q:after { content:""; }

/* css base */
body { font-family:"微软雅黑"; font-size:12px; color:#5c5c5c; line-height:1.8;}

.left{ float:left;}
.right{ float:right;}
.clear:after { content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clear { +display:none; clear:both;}
.clearfix:after{  content: "."; display: block;height: 0;clear: both; visibility: hidden;}
*{
	margin: 0;
	padding: 0;
}
.wrap{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.header{
	
}
.header .top{
	height: 48px;
	line-height: 48px;
	background: #161617;
	color: #fff;
}
.top_le{
	float: left;
	margin-right: 30px;
	font-size: 14px;
}
.top_cen{
	float: left;
	margin-left: 0px;
	background: url(../img/t_16.png) no-repeat left center;
	padding-left: 28px;
	height: 50px;
	line-height: 50px;
}
.top_cen_2{
	background: url(../img/t_15.png) no-repeat left center;
}
.top_cen span {
	height: 50px;
	line-height: 50px;
	
}
.top_cen span em{
     font-size: 20px;
     color: #fff;
     font-style: italic;

}
.top_ri{
	float: left;
	margin-left: 2px;
	
}
.top_ri ul{
	float: left;
}
.top_ri ul li{
	float: left;
	padding-right: 10px;
	background: url(../img/p_2.jpg) no-repeat right center;
	padding-left: 10px;
}
.top_ri ul li:last-child{
	background: none;
}
.top_ri ul li a{
	color: #FFFFFF;
}
.top_search{
	float: left;
	width: 260px;
	border-radius: 25px;
	height: 34px;
	line-height: 34px;
	background: #3f3f3f;
	position: relative;
	margin-left: 18px;
	margin-top: 7px;
}
.top_search input.inp_1{
	width: 100%;
	height: 100%;
     border-radius: 25px;
     background: none;
     outline: none;
     padding-left: 5px;
     padding-right: 35px;
     box-sizing: border-box;
     color: #FFFFFF;
     border: none;
}
.top_search input.inp_2{
	position: absolute;
	right: 15px;
	top: 7px;
	z-index: 20;
}
/*nav*/
.naver{
	padding: 5px 0;
}
.nav_logo{
	float: left;
	margin-top: 5px;
}
.naver_ri{
	float: left;
	margin-top: 20px;
	width: 763px;
	margin-left: 38px;
}
/*nav_er*/
.nav_er{
	height: 60px;
	line-height: 60px;
	background: #383838;
	display: none;
}
.nav .nLi:hover .nav_er{
	display: block;
}
.nav_er ul li{
	float: left;
}
.nav_er ul li a{
	color: #FFFFFF;
	font-size: 14px;
	padding: 0 30px;
	display: block;
}
.nav_er ul li a:hover{
      text-decoration: underline;
}
.banner{
	/* height:449px; */
}
/*关于我们 */
.pro_box{
	margin-bottom: 60px;
	
}
/*公共标题*/
.pub_title{
	text-align: center;
	padding-top: 42px;
	color: #FFFFFF;
}
.pub_title dl dt{
	font-size: 40px;
	font-weight: bold;
}
.pub_title dl dt i{
	color: #585858;
	font-style: normal;
}
.pub_title dl dt em{
	color: #153f8f;
	font-weight: bold;
}
.pub_title dl dd{
	font-size: 14px;
	position: relative;
	color: #5c5c5c;
}
.pub_title dl dd em{
	color: #c0c0c0;
}
.pub_title dl dd:after,.pub_title dl dd:before{
	display: block;
	content: "";
	width: 217px;
	height: 1px;
    position: absolute;
    left: 199px;
    top: 50%;
    z-index: 20;
    background: #e5e5e5;
	
}
.pub_title dl dd:before{
	left: auto;
	right: 199px;
}
.in_about{
	margin-top: 80px;
}
.in_about_le{
	width: 600px;
	height: 450px;
	float: left;
	overflow: hidden;
}
.in_about_ri{
	width: 600px;
	height: 450px;
	float: left;
	background: #f8f8f8;
	padding: 0 40px;
	box-sizing: border-box;
}
.in_about_ri dl{
	margin-top: 10px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e9e9e9;
}
.in_about_ri dl dt{
	font-size: 30px;
	font-weight: bold;
}
.in_about_ri dl dd{
	font-size: 14px;
}
.in_about_ri p{
	line-height: 28px;
	margin-top: 10px;
	-webkit-line-clamp: 7;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	height: 112px;
}
.in_about_ri a{
	display: block;
	width: 144px;
	height: 42px;
	line-height: 42px;	
	background: #153F8F;
	color: #FFFFFF;
	text-align: center;
	margin-top: 42px;
}
/*产品中心*/
.pro_center{
	padding-bottom: 45px;
	background: url(../img/p_6.jpg) no-repeat center top;

}
.pro_center_list {
	width: 1200px;
	margin: 40px auto 0;
	overflow: hidden;
}
.pro_center_list  dl{
	background: #FFFFFF;
	width: 285px;
    float: left;
    margin: 0 7px 14px;
    padding-bottom: 12px;
}
.pro_center_list  dl dt{
	border: 5px solid #FFFFFF;
	width: 285px;
	height: 250px;
	box-sizing: border-box;
	overflow: hidden;
}
.pro_center_list  dl dt img{
	display: block;
	max-width: 100%;
	max-height:100%;
}
.pro_center_list dl:hover {
	background: #153f8f;
}
.pro_center_list dl:hover a{
	color: #FFFFFF;
	
}
.pro_center_list dl:hover dt{	
	border: 5px solid #153f8f;
}
.pro_center_list  dl dd{
	padding: 15px 30px;
	font-size: 14px;
	position: relative;
}
.pro_center_list dl dd:after{
	display: block;
	content: "";
	background: url(../img/t_8.png) no-repeat right center;
	width: 23px;
	height: 12px;
	position: absolute;
	left: 162px;
	top: 50%;
	margin-top: -6px;
	z-index: 20;
	transition: all ease-in-out .5s;
}
.pro_center_list dl:hover dd:after{
	left: 240px;
}
.pro_center_list  dl span{
	padding: 5px 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}
.pub_more{
	width: 145px;
	height: 42px;
	line-height: 42px;	
	margin: 0 auto;
	background: #153F8F;
	text-align: center;
	margin-top: 40px;
}
.pub_more a{
	color: #FFFFFF;
	display: block;
}
.case_show_list{
	width: 1140px;
	margin: 60px auto 0;
}
.case_show_list ul li{
	
}
.show_de{
	width: 370px;
	text-align: center;	
	margin: 0 5px;
	border: 1px solid #e8e8e8;
	float: left;
	box-sizing: border-box;
}
.show_de .show_de_top{
	display: block;
	width: 391px;
	height: 251px;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
}
.show_de .show_de_top img{
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.show_de:hover .show_de_bot{
	border-color: #153F8F;
}
.show_de:hover .show_de_bot  dl a{
	background: #153f8f;
	color: #FFFFFF;
}
.show_de .show_de_bot{
	padding: 20px 28px;
	
}
.show_de .show_de_bot dl dt{
	padding-bottom: 15px;
	font-size: 16px;
	color: #474747;
}
.show_de .show_de_bot dl dd{
	font-size: 14px;
  color: #a4a4a4;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  height: 74px;
}
.show_de .show_de_bot dl a{
	height: 36px;
	line-height: 36px;
	background: #e8e8e8;
	display: block;
	margin-top: 20px;
	transition: all ease-in-out .5s;
}
.show_de_top img{
	display: block;
	width: 100%;
}
/*关于我们*/
.about_us{
	background: url(../img/p_7.jpg) no-repeat center center;
	height: 837px;
	margin-top: 80px;
}
.about_us .pub_title dl dt{
	color: #FFFFFF;
}
.about_us .pub_title dl dd{
	color: #FFFFFF;
}
.about_us .pub_title{
	padding-top: 70px;
}
.about_us_list{
	margin-top: 80px;
}
.about_us_le{
	width: 600px;
	float: left;
}
.about_us_ri{
	width: 600px;
	height: 449px;
	float: left;
	background: #FFFFFF;
	padding: 40px;
	box-sizing: border-box;
}
.about_us_ri h3{
	font-size: 30px;
	color: #353535;
	font-weight: bold;
}
.about_us_ri h4{
	color: #aeaeae;
	font-size: 16px;
	width: 459px;
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 28px;
}
.about_us_ri p{
	-webkit-line-clamp: 4;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  height: 93px;
  font-size: 14px;
  color: #aeaeae;
  padding-top: 20px;
}
.about_us_ri  a{
	width: 146px;
	height: 42px;
	line-height: 42px;
	color: #FFFFFF;
	background: #153F8F;
	display: block;
	margin-top: 44px;
	text-align: center;
}
.news_list{
	margin-top: 75px;
}
.news_list_de{

	border-bottom:1px solid #e2e2e2 ;
	width: 389px;
	float: left;
	margin: 0 5px;
}
.news_list_de .news_top{
	width: 389px;
	height: 237px;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
}
.news_list_de .news_top img{
	max-width: 100%;
	max-height: 100%;
	display: block;
}
.news_list_de:hover .news_bot .time_er{
	background: #153F8F;
}
.news_list_de:hover .news_bot .time_er dl dt{
	color: #FFFFFF;
}
.news_list_de:hover .news_bot .time_er dl dd{
	color: #FFFFFF;
}
.news_list_de:hover .news_word h3{
	color: #153f8f;
	text-decoration: underline;
}
.news_list_de:hover{
	border-bottom: 1px solid #153f8f;
}
.news_top img{
	display: block;
}
.news_bot{
	margin-top: 20px;
	padding-bottom: 50px;
}
.news_bot .time_er{
	width: 90px;
	height: 90px;
	background: #f5f5f5;

	float: left;
	text-align: center;
}
.news_bot .time_er dl dt{
	font-size: 32px;
	color: #939393;
	font-weight: bold;
}
.news_bot .time_er dl dd{
	font-size: 20px;
	color: #bdbdbd;
}
.news_word{
	width: 269px;
	float: left;
	margin-left: 18px;
}
.news_word h3{
	font-size: 16px;
	line-height: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	color: #3c3c3c;
}
.news_word p{
	font-size: 14px;
	-webkit-line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  color: #848383;
  height: 70px;
}
/*联系我们*/
.contact{
	background: url(../img/p_6.jpg) no-repeat center center;
	height: 703px;
	margin-top: 95px;
}
.contact_list{
	margin-top: 60px;
}
.contact_le{
	width: 686px;
	background: #FFFFFF;
	padding: 12px 30px;
	box-sizing: border-box;
	float: left;
	margin-right: -70px;
	position: relative;
	z-index: 20;
	margin-top: 22px;
}
.contact_le .contact_top{
	border: 1px solid #dcdcdc;
	margin: 0 12px 0 36px;	
}
.contact_le .contact_top dl{
	background: url(../img/t_9.png) no-repeat left center;

	margin-left: 8px;
	padding: 10px 0 10px 55px;
}
.contact_le .contact_top dl dt{
	font-size: 18px;
	color: #515151;
	line-height: 26px;
	overflow: hidden;
    white-space: nowrap;
    padding-right: 15px;
    text-overflow: ellipsis;
}
.contact_le .contact_top dl dd{
	color: #153F8F;
	font-weight: bold;
	font-size: 40px;
	line-height: 40px;
	font-style: italic;
}
.contact_le .contact_top dl dt em{
	font-size: 22px;
}
.contact_ri{
	float: left;
}
.contact_bot{
	
}
.con_de{
	width: 292px;
	height: 45px;
	line-height: 45px;
	float: left;
	margin: 8px 10px 0;
	position: relative;
}
.con_de i{
	display: inline-block;
}
.con_de input{
	width: 266px;
	height: 45px;
	line-height: 45px;
	display: inline-block;
	padding: 0 10px;
	box-sizing: border-box;
}
.con_de em{
	position: absolute;
	top: 0px;	
	right: 8px;
	z-index: 20;
}
.con_de2{width: 100%;height: 90px;margin-bottom: 5px;}
.con_de textarea{
	height: 90px;
	width: 578px;
	padding: 10px;
	box-sizing: border-box;
}
.con_de2 i{
	float: left;
	margin-right: 4px;
}
.con_de2 em{
	right: 30px;
}
.sub_box input{
	width: 135px;
	height: 50px;
	line-height: 50px;
	background: #153f8f;
	color: #FFFFFF;
	border: none;
	margin-left: 36px;
	margin-top: 8px;
	cursor: pointer;
	margin-bottom: 10px;
}
.footer{
	
}
.foot_top{
	background: #153f8f;
	padding: 20px 0;
}
.foot_top .foot_top_logo{
	float: left;
	margin-top: 80px;
	margin-left: 77px;
	display:none;
}
.foot_top_ri{
	/* float: left; */
	/* margin-left: 66px; */
}
.foot_nav{
	border-bottom: 1px solid #526fa7;
	padding-bottom: 15px;
}
.foot_nav ul li{
	float: left;
	font-size: 16px;
	margin-right: 59px;
}
.foot_nav ul li:last-child{
	margin-right: 0px;
}
.foot_nav ul li a{
	color: #FFFFFF;
}
.foot_bot{
	color: #FFFFFF;
    font-size: 12px;
    margin-top: 20px;
}
.foot_bot_le{
	float: left;
	margin-right: 70px;
}
.foot_bot_le p{
	line-height: 35px;
}
.foot_bot_ri{
	float: right;
	text-align: center;
}
.foot_bot2{
	height: 45px;
	line-height: 45px;
	background: #0b2e72;
	color: #d6d6d6;
	text-align: center;
}
.foot_bot2 a{
	color: #d6d6d6;
}
.banner2{
	height: 420px;
}
/*产品*/
.proer_box{
	margin-top: 40px;
	margin-bottom: 70px;
}
.proer_box_le{
	width: 255px;
	float: left;
	text-align: center;
}
.proer_box_le h3{
	height: 126px;
	line-height: 126px;
	background: #153f8f;
	color: #FFFFFF;
	font-size: 40px;
	white-space:nowrap;
	text-overflow:ellipsis;
	display:block;
	overflow:hidden;
}
.le_top{
	border: 1px solid #b5b5b5;
}
.proer_box_le ul{
	padding: 20px 40px 0 40px;
}
.proer_box_le ul li{
	height: 33px;
	line-height: 33px;
	display: block;
	border: 1px solid #505050;
	font-size: 14px;
	margin-bottom: 18px;
}
.proer_box_le ul li.act{
	background: #153F8F;
}
.proer_box_le ul li.act a{
	color: #fff;
}
.proer_box_le ul li:hover{
	border-color: #153f8f;
	background: #153F8F;

}
.proer_box_le ul li:hover a{
	color: #FFFFFF;
	
}
.proer_box_le ul li a{
	display: block;
}
.le_bot{
	margin-top: 23px;
	border: 1px solid #b5b5b5;
	
}
.le_bot_bot{
	padding: 19px;
	text-align: left;
	line-height: 30px;
}
.le_bot_bot h4{
	font-size: 16px;
}
.le_bot_bot p{
	font-size: 14px;
}
.proer_box_ri{
	width: 920px;
	float: left;
	margin-left: 20px;
}
.pro_de_list{
	margin-top: 1px;
}
.pro_de_list dl{
	width: 281px;
	float: left;
	text-align: center;
	border: 1px solid #b5b5b5;
	margin-right: 25px;
	margin-bottom: 25px;
	box-sizing: border-box;
	transition: all ease-in-out .5s;
}
.pro_de_list dl dt{
	width:279px;
	height:250px;
	display:block; 
	display: table-cell;
    vertical-align: middle;
}
.pro_de_list dl dt em{
	width:279px;
	height:250px;
	display:block; 
	display: table-cell;
    vertical-align: middle;
}
.pro_de_list dl:hover dt img{
	transform: scale(0.96);
}
.pro_de_list2 dl:hover dt img{
	transform: scale(1.0);
}
.pro_de_list dl dt img{
	max-width: 100%;
	max-height: 100%;
	transition: all ease-in-out .5s;
	display: block;
	margin:0 auto;
}
.pro_de_list dl:hover{	
	background: #153F8F;
	box-sizing: border-box;
}
.pro_de_list dl:hover dd{
	color: #FFFFFF;
}
.pro_de_list dl dd{
	display: block;
	height: 60px;
	line-height: 60px;
}
/*分页-*/
.padding{
	text-align: center;
	margin-top: 35px;
	padding-bottom: 3px;
}
.padding ul li{
	display: inline;
	
}
.padding ul li span{
	padding: 5px 10px;
	border: 1px solid #d3d3d3;
}
.padding  .active span{
	background: #153F8F;
	color: #fff;
}
.padding ul li a{
	padding: 5px 10px;
	border: 1px solid #d3d3d3;
}
.padding ul li a:hover{
	background: #153F8F;
	color: #FFFFFF;
}
/*news*/
.news_de_de{
	
}
.news_list_box{
	margin-bottom: 15px;
}
.news_de_de .news_list_box dl{
	width: 90px;
	height: 90px;
    text-align: center;
	float: left;
	background: #f5f5f5;

}
.news_de_de .news_list_box dl dt{
	font-size: 32px;
	line-height: 40px;
	padding-top: 10px;
	color: #a2a2a2;
}
.news_de_de .news_list_box dl dd{
	font-size: 20px;
	color: #a1a1a1;
}
.news_de_de .news_list_box  ul{
	width: 795px;
	float: left;
	margin-left: 24px;
	line-height: 32px;
	height: 89px;
	border-bottom: 1px solid #e2e2e2;
}
.news_de_de .news_list_box  ul li{
	font-size: 16px;
	color: #3c3c3c;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}
.news_de_de .news_list_box  ul p{
	font-size: 14px;
	color: #848383;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}
.news_de_de .news_list_box:hover dl{
	background: #153F8F;
}
.news_de_de .news_list_box:hover dl dt{
	color: #FFFFFF;
}
.news_de_de .news_list_box:hover dl dd{
	color: #FFFFFF;
}
.news_de_de .news_list_box:hover ul {
	border-color: #153F8F;
}
.news_de_de .news_list_box:hover ul li{
	color: #153F8F;
	
}
/*右侧客服*/
.actGotop{
	display: none;
	cursor: pointer;
}
.yc{
	width: 170px;
	position: fixed;
	top: 30%;
	right: 17px;
	z-index: 30;
	background: #FFFFFF;	
}
.yc ul li{
	height: 50px;
	line-height: 50px;
    text-align: left;
    text-indent: 77px;
	border-bottom: 1px solid #e8e8e8;
}
.yc ul li.li_1{
	background: url(../img/t_18.png) no-repeat 30px center;
}
.yc ul li.li_2{
	background: url(../img/t_19.png) no-repeat 30px center;
}
.yc ul li.li_3{
	background: url(../img/t_20.png) no-repeat 30px center;
}
.yc ul li.li_4{
	background: url(../img/t_21.png) no-repeat 30px center;
}
.yc ul li a{
	color: #5c5c5c;
	display: block;
}
/*生产基地*/
.pro_box{
	margin-bottom: 98px;
	
}
.pro_box2{
	background: url(../img/p_15.jpg) no-repeat center top;
	margin-top: 60px;
}
.pro_list dl:hover{
	background: url(../img/t_6.png) no-repeat center center;
	color: #153f8f;
}
.pro_list dl dt{
	font-size: 40px;
	font-weight: bold;
	background: url(../img/p_3.jpg) no-repeat center bottom;	
	padding-top: 30px;
}
.pro_list{
	width: 1081px;
	margin: 30px auto 0;
}
.pro_list dl{
	background: url(../img/t_5.png) no-repeat center center;
	height: 170px;
	width: 170px;
	text-align: center;
	float: left;
	margin: 0 23px;
	transition: all ease-in-out .5s;
}
.pro_list dl:hover{
	background: url(../img/t_6.png) no-repeat center center;
	color: #153f8f;
}
.pro_list dl dt{
	font-size: 40px;
	font-weight: bold;
	background: url(../img/p_3.jpg) no-repeat center bottom;	
	padding-top: 30px;
}
.pro_list dl dd{
	font-size: 16px;
}
.pro_list_en dl dt{
	font-size: 26px;
}
.pro_list_en dl dd{
	font-size: 12px;
	overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 20px;
}
.about_pho_list{
	margin-top: 12px;
}
.about_pho_list ul li{
	float: left;
	width: 291px;
	height: 164px;
	overflow: hidden;
	margin-right: 12px;
}
.about_pho_list ul li:last-child{
	margin-right: 0px;
}
.about_pho_list ul li img{
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.pro_title_er {
	height: 44px;
	line-height: 44px;
	background: #FFFFFF;
	margin: 25px 0;
}
.pro_title_er ul li{
	float: left;
	font-size: 14px;
	margin: 0 22px;
	padding-bottom: 0px;
}
.pro_title_er ul li:hover{
	border-bottom: 1px solid #0B2E72;
}
.pro_title_er ul li.act{
	border-bottom: 1px solid #0B2E72;
}
/*后台添加*/
.ht_bd {
	margin-left: 36px;
	margin: 5px 0;
}
.ht_bd input{
	height: 30px;
	width: 150px;
	display: block;
margin-left: 36px;
margin-top: 5px;
border: 1px solid #a9a9a9;
}
.ht_bd img{
	height: 30px;
	width: 150px;
	display: block;
	margin-left: 36px;

}

/*详情页 begin*/
.ypl_de{
	margin:35px 0 ;
}
.ypl_center{
	text-align: center;
}
.ypl_center h4{
	font-size:24px;
	margin: 15px auto 5px;
	font-weight: bold;
}
.ypl_pho{
	margin: 25px 0;
}
.ypl_word{
	text-align: left;
	margin-bottom: 30px;
}
.ypl_pag{
	font-size: 14px;
}
/*详情页 end*/

/*网站地图 begin*/
.yop_map ul li{
	padding: 25px 0;
	border-bottom: 1px solid #dddddd;
}
.yop_map ul li h3{
	font-size: 18px;
	margin-bottom: 8px;
	font-weight: bold;
}
.map_de a{
	padding: 10px;
	font-size: 14px;
}
/*网站地图 end*/

/*位置*/
.locotions{
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	background: #f2f2f2;
	color: #787878;
}
.locotions_box:before{
	content: "";
	display: block;
	width: 18px;
	height: 25px;
	background: url(../img/t_25.jpg) no-repeat center center;
	display: inline-block;
	float: left;
	margin-top: 10px;
	margin-right: 16px;
	
}
.locotions a{
	color: #787878;
}

/*表单信息*/
.mess{
	text-align: center;
	width: 80%;
 margin: 0 auto;
}
.mess input{
	width: 99%;
	height: 35px;
	line-height: 35px;
	margin: 0 auto 16px;
	display: block;
	padding: 0 10px;
	box-sizing: border-box; 
	border: 1px solid #cec8c8;
}
.mess h3{
	font-size: 26px;
	margin-bottom: 25px;
}
.mess textarea{
	width: 99%;
	height: 80px;
	padding:10px;
	box-sizing: border-box;
	color: #757575;
	border: 1px solid #cec8c8;
	margin-bottom: 8px;
}
.mess .pp{
	background: #153f8f;
	color: #fff;
	border: none;
}
.mess img.code {
	height: 35px;
	display: block;
	margin-left: 0;
}
.mess .code{
	float: none;
	/* width:200px; */
   margin: 0 auto 8px;
}
.sub_box input{
	width: 135px;
	height: 50px;
	line-height: 50px;
	background: #153f8f;
	color: #FFFFFF;
	border: none;
	margin-left: 36px;
	margin-top: 8px;
	cursor: pointer;
	margin-bottom: 10px;
}

/*地图*/
.map_box_de{
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	color: #f4f4f4;
}
.map_box_de a{
	margin: 0px 15px;
}
.map_de{
	margin-bottom: 8px;
}
.map_de a{
	font-size: 16px;
	color: #000;
	font-weight: bold;
	margin-left: 0px;
	
}
.lau_box{
	float:left;
	margin-left: 10px;
}
.lau_box a{
	color:#fff;
	padding: 0 6px;
}