﻿/*======网页属性设定：页边距、字体及颜色（在没有具体规定的情况下适用）、主体页面位置（左中右）、整体页面背景=*/
body,div,dl,dt,dd,ul,li,h1,h2,h3,p,em{padding:0;margin:0;font-size:12px;box-sizing: border-box;}
html,body{ height:100%;}
h1,h2,h3,h4,h5,h6,p,em,i,b{ font-size:12px; word-wrap:break-word; font-weight:normal; font-style:normal;}
ul { list-style:none;}
i{ display:table-cell; vertical-align:middle;}
input{outline:none;-webkit-appearance: none;box-sizing: border-box;}
input:-ms-input-placeholder{color: #666;} /*=//IE10=*/
textarea:-ms-input-placeholder{color: #666;} /*=//IE10=*/  
input::-moz-placeholder{color:#666;}/*=//Firefox=*/
textarea::-moz-placeholder{color:#666;}/*=//Firefox=*/
input::-webkit-input-placeholder{color:#666;}/*=//Chrome,Safari=*/
textarea::-webkit-input-placeholder{color:#666;}/*=//Chrome,Safari=*/
textarea{resize:none} 
img{
	border:0px;
	padding: 0;
	margin: 0;
	vertical-align:middle;
	image-rendering: optimizeQuality;  /* Firefox 3.6+; default behavior is identical, no need to specify */
	-ms-interpolation-mode: bicubic;   /* Internet Explorer 7.0; default in IE8+ */
}
body, body *{max-height:1000000px;}
body{margin:0;text-align: left;font-family:Microsoft YaHei;background-color:#FFF; -webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-text-size-adjust:100% !important;text-size-adjust:100% !important;-moz-text-size-adjust: 100% !important;}
/*========基本表格设置：在没有具体规定的情况下适用=*/
td{font-family:Microsoft YaHei;text-decoration: none;}
/*==========链接基本样式：在没有具体规定的情况下适用=*/
a{text-decoration: none;outline: none;blr:expression(this.onFocus=this.blur());color:#333;}
a:hover{
	color: #20b2ea;
	text-decoration: none
}
/*============页面整体设定：边距、位置、宽度等=*/
#pageset{margin: auto;width:640px;}
/*===========页面头部=*/
#top_bj{
	position:relative;/*顶部元素定位祖先*/
	width:640px;
	height:380px;
	MARGIN: auto;
}
#top{
	position:absolute;
	z-index:2;
	top:0px;
	left:0;
	width:640px;
}
#logo a{/*网站logo*/
	position: absolute;
	z-index:999;
	top:30px;
	left:20px;
	width:263px;
	height:45px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#top_png{
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	width:100%;
	height:100px;
	background: -webkit-linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.1)); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.1)); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.1)); /* Firefox 3.6 - 15 */
	background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.1));
	border-bottom-width:1px;
	border-bottom-style: solid;
	border-bottom-color:rgba(255,255,255,0.50);
/*渐变透明filter:Alpha(opacity=60);
	opacity:0.6;
	background-color: #000000;*/

}
#search {
	position:absolute;
	z-index:10;
	top:225px;
	left:50%;
	width:398px;
	margin-left:-199px;
	border: 1px solid #31713c;
	border-radius: 8px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   -o-border-radius: 8px;
   -ms-border-radius: 8px;
   background-color: #FFF;
   overflow:hidden;
    }
.inp_srh {
	float:left;
	width:338px;
	height:50px;
	padding:0 0 0 10px;
	color:#3d7299;
	line-height:50px;
	font-family:Microsoft YaHei;
	background-color: transparent;
	box-sizing: border-box;
	margin:0px 0 0 0;
	border: none;
	font-size:1.2em
}
.btn_srh {
	float:right;
	width:60px;
	height:50px;
	line-height:50px;
	display: inline-block;
	vertical-align: middle;
	border:none;
	cursor:pointer;
	text-indent:-999em;
	background-color: inherit;
	background: #2e713a url(../images/search2.png) 50% 50% no-repeat;
}

#search * { vertical-align:middle;display:inline;}
#nav{
	position:absolute;
	z-index:999;
	top:0px;
	right:0px;

}

/*===========页面底部=position: fixed;
	bottom:0px;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #FFF;*/
#bottom{
	width:100%;
	padding:20px;
	margin: auto;
	text-align: center;
	background-color: #161616;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3e3e3e;
}
#bottom dl dt{ font-size:0.9rem;line-height:1.8;color:#999999;}
#bottom dl dt a{ color: #999999;}
#bottom dl dd{ padding:0; color:#999999; font-size:0.7rem;line-height:1.5;}
#bottom dl dd a{ color:#999999;}

/*===========栏目页设定=*/
#content{
	margin:auto;
	WIDTH:640px;
	padding:20px;
	box-sizing: border-box;
	overflow: hidden;
}


/*==============首页三列=*/
#index_box { width:640px; padding:0px 20px 0px 20px;box-sizing: border-box;margin:0px auto 0 auto;overflow: hidden;}
#left { float:left; width:445px; margin:0px 0 0px 0px;}
#center { float:left; width:350px;margin:0 0 0 30px;}
#right { float: right; width:255px; margin:0px 30px 0px 0;}

.en{
	font-size:1.2rem;
	font-family:"Microsoft YaHei";
	padding:0px;
	font-weight: lighter;
	color: #666;
	line-height:28px;
	margin:0px 0 0 0;
}
.more a{
	margin:0px auto 0 auto;
	COLOR: #0297df;
	font-family:"Microsoft YaHei";
	font-weight: normal;
	font-size:1.0rem;
	width:90px;
	line-height:1.8;
	text-align: center;
	display: block;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border: 1px solid #0297df;
}
.more a:hover{
	COLOR: #fff;
	background-color:#0297df;
}

/*==============首页图标导航=*/

.icon {
	width:640px;
	box-sizing: border-box;
    overflow:hidden;
	padding:20px 0px 20px 20px;
	margin:auto;
}
.icon ul {padding:0 0 0px 0; overflow: hidden; zoom:1;}
.icon ul li{
	float:left;
	width:135px;
	height:135px;
	padding:0px;
	box-sizing: border-box;
	margin:0px 20px 0px 0px;
	border: 0px solid #99ccff;
	background-color:#efefef;
   text-align:center;
   overflow:hidden;
}
.icon ul li a{ display:block;height:135px;}
.icon ul li:hover .icon_bt1{ color: #fff;}
.icon ul li:hover .icon_bt2{color: #fff;}
.icon ul li p{ width:120px;margin:auto;}
.icon_bt1{font-size:18px;line-height:28px;color: #333;padding:70px 0px 0px 0px;}
.icon_bt2{font-size:12px;line-height:14px;color: #999;}

.icon_bj1{ width:135px;height:135px;background:url(../images/index_link_icon.png) 44px 15px no-repeat;transition:0.3s all;
	-webkit-transition:0.3s all;
	-moz-transition:0.3s all;
	-o-transition:0.3s all;
	-ms-transition:0.3s all;}
.icon_bj1:hover{background:url(../images/index_link_icon_b.png) 44px 20px no-repeat;background-color: #0099cc;}

.icon_bj2{width:135px;height:135px;background:url(../images/index_link_icon.png) 44px -177px no-repeat;transition:0.3s all;
	-webkit-transition:0.3s all;
	-moz-transition:0.3s all;
	-o-transition:0.3s all;
	-ms-transition:0.3s all;}
.icon_bj2:hover{background:url(../images/index_link_icon_b.png) 44px -172px no-repeat;background-color: #cc009e;}

.icon_bj3{width:135px;height:135px;background:url(../images/index_link_icon.png) 44px -370px no-repeat;transition:0.3s all;
	-webkit-transition:0.3s all;
	-moz-transition:0.3s all;
	-o-transition:0.3s all;
	-ms-transition:0.3s all;}
.icon_bj3:hover{background:url(../images/index_link_icon_b.png) 44px -365px no-repeat;background-color: #9C0; margin:}

.icon_bj4{width:135px;height:135px;background:url(../images/index_link_icon.png) 44px -562px no-repeat;transition:0.3s all;
	-webkit-transition:0.3s all;
	-moz-transition:0.3s all;
	-o-transition:0.3s all;
	-ms-transition:0.3s all;}
.icon_bj4:hover{background:url(../images/index_link_icon_b.png) 44px -557px no-repeat;background-color: #eaaf11;}
.icon ul li img { width:100%;height:110px;padding:0px;box-sizing: border-box;}




/*==============首页产品滑动门版块=*/
#cp_bj {
	position:relative;
	width:100%;
	margin:0;
	padding:10px 0 0px 0px;
	overflow:hidden;
	
}
.cp_box { width:640px;margin: auto;overflow: hidden;}
.cp_box h2 {
	height:70px;
	text-align:center;
}
.cp_box h2 span {
	font-family:Microsoft YaHei;
	margin:0px;
	line-height:1.1;
	font-weight: bold;
	color: #333;
	font-size:1.9rem;
	text-align:center;
} 
.cp_con {
	
	box-sizing: border-box;
	overflow:hidden;
	padding:20px 0px 70px 0px;
	background:#FFF url(../images/cp_bj.jpg)no-repeat center bottom;
}
.cp_con ul {padding:0 0 0px 0; overflow: hidden; zoom:1;}
.cp_con ul li {
	float:left;
	width:255px;
	line-height:40px;
	margin:0px 30px 30px 0px;
	padding:0px;
	font-size:12px;
	text-align: center;
	background-color:#333;
	border:1px solid #333;
}
.cp_con ul li a { display:block; color:#FFF;}
.cp_con ul li img { width:100%;height:160px;padding:0px 0px 0px 0px;}
.cp_more a{
	position:absolute;
	z-index:11;
	bottom:20px;
	left:50%;
	margin-left:-45px;
	COLOR: #fff;
	width:90px;
	line-height:1.8;
	text-align: center;
	display: block;
	border:1px solid #CCC;
	font-size:1.0rem;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
}
.cp_more a:hover{
	COLOR: #666;
	background-color: #fff;
}
.container{margin:0 0 0 20px;width:620px;position: relative;}
.single-member1{width: 186px; float: left; margin:0 20px 20px 0; background-color: #0099ff; text-align: center; position: relative;}
.member-image1 img{max-width: 100%;height:124px;vertical-align: middle;}
.effect-1{max-height:102px; min-height:124px; overflow: hidden;}
.effect-1 h3{padding-top: 7px; line-height: 33px; font-weight:normal; font-size:18px;color:#FFF;}
.effect-1 .member-image1{height:124px; overflow: hidden; width: 100%; transition: 0.4s; display: inline-block; float: none; vertical-align: middle;}
.effect-1 .member-info1{transition: 0.4s;}
.effect-1 .member-image1 img{width: 100%;height: 124px;vertical-align: bottom;}
.effect-1:hover .member-image1{height:0px; transition: 0.4s;}
.img_link{ margin:10px 0 0 0; padding:0px 0 0 30px; overflow:hidden;text-align: center;}
.img_link img{ width:50px; height:50px;}
.img_a a{ width:50px; height:50px; margin:0 20px 0px 0;background: url(../images/img_ck.png) no-repeat top left;display:block;float:left;}
.img_a a:hover{background: url(../images/img_ck.png) no-repeat -50px top;}
.img_b a{ width:50px; height:50px; background: url(../images/img_ck.png) no-repeat 0px -50px; display:block; float:left;}
.img_b a:hover{background: url(../images/img_ck.png) no-repeat -50px -50px;}

.single-member2{width: 186px; float: left; margin:0 20px 20px 0; background-color:#0099ff; text-align: center; position: relative;}
.member-image2 img{max-width: 100%;height:124px;vertical-align: middle;}
.effect-2{max-height:102px; min-height: 124px; overflow: hidden;}
.effect-2 h3{padding-top: 7px; line-height: 33px; font-weight:normal; font-size:18px;color:#FFF;}
.effect-2 .member-image2{height:124px; overflow: hidden; width: 100%; transition: 0.4s; display: inline-block; float: none; vertical-align: middle;}
.effect-2 .member-info2{transition: 0.4s;}
.effect-2 .member-image2 img{width: 100%;height:124px;vertical-align: bottom;}
.effect-2:hover .member-image2{height:0px; transition: 0.4s;}

.single-member3{width:186px; float: left; margin:0 20px 0px 0; background-color: #ff0033; text-align: center; position: relative;}
.member-image3 img{max-width: 100%;height:268px;vertical-align: middle;}
.effect-3{max-height:102px; min-height: 268px; overflow: hidden;}
.effect-3 h3{padding-top: 7px; line-height: 33px; font-weight:normal; font-size:18px;color:#FFF;}
.effect-3 .member-image3{height:268px; overflow: hidden; width: 100%; transition: 0.4s; display: inline-block; float: none; vertical-align: middle;}
.effect-3 .member-info3{transition: 0.4s;}
.effect-3 .member-image3 img{width: 100%;height: 500px;vertical-align: bottom;}
.effect-3:hover .member-image3{height:0px; transition: 0.4s;}
.img_link3{ margin:60px 0 0 0; padding:0px 0 0 35px; overflow:hidden;text-align: center;}
.img_link3 img{ width:50px; height:50px;}
.img_a3 a{ width:50px; height:50px; margin:0 20px 0px 0;background: url(../images/img_ck2.png) no-repeat top left;display:block;float:left;}
.img_a3 a:hover{background: url(../images/img_ck2.png) no-repeat -50px top;}
.img_b3 a{ width:50px; height:50px; background: url(../images/img_ck2.png) no-repeat 0px -50px; display:block; float:left;}
.img_b3 a:hover{background: url(../images/img_ck2.png) no-repeat -50px -50px;}

.single-member4{width: 392px;top:144px; left:0px;margin:0 0px 0px 0; background-color: #0099ff; text-align: center; position:  absolute;}
.member-image4 img{max-width: 100%;height:124px;vertical-align: middle;}
.effect-4{max-height:102px; min-height: 124px; overflow: hidden;}
.effect-4 h3{padding-top: 7px; line-height: 33px; font-weight:normal; font-size:18px;color:#FFF;}
.effect-4 .member-image4{height:124px; overflow: hidden; width: 100%; transition: 0.4s; display: inline-block; float: none; vertical-align: middle;}
.effect-4 .member-info4{transition: 0.4s;}
.effect-4 .member-image4 img{width: 100%;height:124px;vertical-align: bottom;}
.effect-4:hover .member-image4{height:0px; transition: 0.4s;}
.img_link4{ margin:10px 0 0 0; padding:0px 0 0 135px; overflow:hidden;text-align: center;}
.img_link4 img{ width:50px; height:50px;}
.img_a4 a{ width:50px; height:50px; margin:0 20px 0px 0;background: url(../images/img_ck.png) no-repeat top left;display:block;float:left;}
.img_a4 a:hover{background: url(../images/img_ck.png) no-repeat -50px top;}
.img_b4 a{ width:50px; height:50px; background: url(../images/img_ck.png) no-repeat 0px -50px; display:block; float:left;}
.img_b4 a:hover{background: url(../images/img_ck.png) no-repeat -50px -50px;}
/* TAB 切换效果 */
.tb_{
	width:640px;
	margin:10px 0 0px 0;
	display:table;
	text-align:center;
}
.tb_ ul{display:inline-block;}
.tb_ li{
    float:left;
    list-style:none;
	height:60px;
	cursor:pointer;
	text-align: center;
	margin:0 15px 0 15px;
	font-size:1.4rem;
	text-decoration: none;
	display:inline-block;
}

.normaltab   {

}
.normaltab span{
	color: #666;
	border: 1px solid #e1e1e1;border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;padding:10px 25px 10px 25px;
}
.hovertab{

	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
	background-image: url(../images/hdm_dh_bj.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.hovertab span{
	color: #ffffff;
	border: 1px solid #0099ff;border-radius:4px;padding:10px 25px 10px 25px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;background-color:#0099ff;
}
.dis{display:block;}
.undis{display:none;}



/*通知招标滑动门 */
.side_{
	width:100%;
	height:80px;
}
.side_ ul{
width:100%;
	height:80px;
	float: left;
	padding:1px 0 0 1px;
}
.side_ li{
	float:left;
  
	height:80px;
	line-height:80px;
	cursor:pointer;
	text-align: center;
	margin:0 0px 0 0;
	font-size:2.5em;
	text-decoration: none;
	font-weight: normal;
}
.side_an_a{
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e1e1e1;
}
.side_an_b{color: #20b2ea;
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
	background-image: url(images/index_news_an.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #20b2ea;}
.side_dis{display:block;}
.side_undis{display:none;}


.img_con {padding:0px 0 0 0px;box-sizing: border-box;}
.img_con ul{ margin:0;overflow: hidden;}
.img_con ul li{
	width:640px;
	margin:0 0 10px 0px;
	float:left;
}
.img_con ul li a{display:block;color:#FFF;}
.img_con ul li img{width:100%; height:100%;}



#news_bj{
	width:100%;
	margin:auto;
	overflow:hidden;
	padding:30px 0 20px 0px;

}
.news_box {margin:0 0px 0px 0px;overflow: hidden;}
.news_box h2 {
	height:65px;
	text-align:center;
}
.news_box h2 span {
	font-family:Microsoft YaHei;
	margin:0px;
	line-height:1.1;
	font-weight: bold;
	color: #333;
	font-size:1.9rem;
	text-align:center;
} 
.news {
	overflow:hidden;
	margin:0 0 20px 0;
	padding:0px;
}
.news_con {
	padding:0px 0 0 20px;
	overflow:hidden;
}
.news_con dl { width:600px;overflow:hidden;padding:0 0 20px 0;}
.news_con ul { width:600px;overflow:hidden;padding:0 0 0px 0;}
.news-date {
	float: left;
	margin:0px 0px 0px 0;	
	color: #fff;
	text-align: center;
	width:80px;
}
.news-day {
	color: #fff;
	font-size:1.9rem;
	line-height:1.6;
	background-color: #0099cc;
	font-weight: bold;
	overflow:hidden;
}
.news-month {
	color:#FFF;
	font-size:0.9rem;
	line-height:2.2;
	background-color:#006699;
	font-weight: normal;
}
.news-body {float:right; width:505px; overflow:hidden;}
.news-title{color: #333;font-weight: bold;font-size:1.5rem;line-height:1.5; padding:0 0 5px 0;}
.news-content p{color: #666;line-height:1.6;font-size:0.8rem;text-align: justify;}
#about_bj {
	width:100%;
	margin:0;
	padding:40px 0 60px 0px;
	overflow: hidden;
	background:#FFF url(../images/about_bj.jpg)no-repeat center bottom;
}
.about_box { width:640px;margin:0px auto 0px auto;overflow: hidden;}
.about_con {
	width:600px;
	height:400px;
	margin:0px auto 0 auto;
	padding:0px 0 0px 0;
    background-color:rgba(0,65,157,0.85);
	overflow:hidden;
	position:relative;
}
.about_img{width:200px;height:130px;top:0px;left:0px;position:absolute;overflow: hidden;}
.about_img img{width:200px;height:130px;transition:all 0.6s;-webkit-filter: none;filter: none;}
.about_img img:hover{transform: scale(1.5);-webkit-filter: grayscale(100%);filter: grayscale(100%);} /* 放大1.3倍 */ 
.about_sk{
	position:absolute;
	z-index:1;
	top:91px;
	left:150px;
	width:50px;
	height:39px;
	background-color:#0099cc;
}
.about_en{
	position:absolute;
	z-index:1;
	top:74px;
	left:210px;
	font-size:18px;
	color: #ffffff;
	font-weight: lighter;
}
.about_en span{
	font-size:60px;
	color: #ffffff;
	font-weight: bold;
	margin:0 5px 0 0;
}
.about_by_1{
	position:absolute;
	z-index:1;
	top:90px;
	left:253px;
	font-size:30px;
	color: #ffffff;
	line-height:30px;
	font-weight: normal;
}
.about_by_2{
	position:absolute;
	z-index:1;
	top:150px;
	left:40px;
	font-size:0.9rem;
	line-height:1.7;
	color: #FFF;
	font-weight: normal;
	width:520px;
	text-align: justify;
}
.about_by_2 a{color: #FFF;}
.about_more a{
	position:absolute;
	z-index:1;
	bottom:0px;
	right:0px;
	font-size:1.0rem;
	color:#FFF;
	font-weight: normal;
	text-align:center;
	width:95px;
	line-height:50px;
	display:block;
	background-color:#0099cc;
	transition:0.3s all;
	-webkit-transition:0.3s all;
	-moz-transition:0.3s all;
	-o-transition:0.3s all;
	-ms-transition:0.3s all;
}
.about_more a:hover{width:110px;background-color: #F90;}
#lxwm_bj {
	margin:auto;
	WIDTH:100%;
	padding:30px 0 0px 0px;
	overflow: hidden;
	background-color: #161616;
    }
.lxwm_box {

	margin:auto;
	overflow: hidden;
	padding:0px 0 0px 20px;
}
.lx_1{float:left;width:620px;margin:0px 0 0 0;padding:0px 0 0px 0;overflow:hidden;}
.lx_2{float:left;width:620px;margin:0px 0 0 0;padding:0px 0 0px 0;overflow:hidden;}
.lx_3{float:left;width:600px;margin:20px 0 20px 0;padding:0px 0 0px 0;overflow:hidden;}
.lxwm_intro {
	position:relative;
	margin:0px 0 0 0;
	padding:0px 0 0px 0;

}
.lxwm_lxwm{position:absolute; top:8px; left:45px;font-size:0.80rem;color:#FFF; font-weight:normal;}
.lxwm_en{position:absolute;top:0px;font-size:2.25rem;color:#FFF;height:60px;overflow:hidden;font-weight:normal;}
.lxwm_en span{font-size:3.75rem;line-height:60px;color:#ff0033; font-weight: bold;}
.lxwm_intro ul{margin:65px 0 0 0;padding:0px 0 0px 0;}
.lxwm_intro ul p{font-size:1.8rem;line-height:40px;color:#FFF;font-weight:lighter; text-align: left;padding:0 0 10px 5px;}
.lxwm_intro ul li{ font-size:1.2rem;height:24px;line-height:24px;color:#CCC; padding:0 0 0 6px;}.lxwm_intro ul li a{color:#CCC;}
.lxwm_intro ul li span{ width:24px;height:24px;border-radius:15px;margin:0 5px 0px 0;float:left;text-align:center; background-color: #666666;}
.lxwm_intro ul li span i{color: #fff;line-height:24px; text-align:center;}

.lxwm_liuyan{margin:25px 0 0 0;padding:0;}
.lxwm_liuyan p{text-align: center;font-size:1.3rem; line-height:1.9;color: #CCC;}
.lxwm_liuyan form input{
	width:295px;
	height:60px;
	padding:0 0 0 15px;
	box-sizing:border-box;
	margin:0 10px 10px 0px;
	color: #CCC;
	line-height:60px;
	border:none;
	font-family:Microsoft YaHei;
	background-color: #333;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	outline: none;
	font-size:1.2rem;
}
.lxwm_liuyan form textarea{
	width:600px;
	height:120px;
	line-height:36px;
	padding:15px;
	margin:0 0px 10px 0px;
	box-sizing: border-box;
	color: #CCC;
    border: none;
	background-color:#333;
	font-family:Microsoft YaHei;
	border-radius: 5px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
   outline: none;
   resize: none;
   overflow:auto;font-size:1.2rem;
}
.lxwm_liuyan form input[type=submit] {
	color: #ffffff;
	width:600px;
	height:60px;
	line-height:60px;
	font-size:1.5rem;
	cursor: pointer;
	font-weight: normal;
	margin:0px 0 0 0px;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	background: #09F;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	text-align: center;
	letter-spacing:10px;
}
.lxwm_liuyan form input[type=submit]:hover{
	color: #FFF;
    background: #666;
}
.lxwm_logo p{font-size:1.0rem;line-height:1.2;text-align:center;color: #FFF;}
.lxwm_logo p span{font-size:2.9rem;line-height:1.2; font-weight: bold;color: #ff0033;}
.lxwm_logo img{float: left;width:150px; height:150px; margin:0 20px 0 0;}