@charset "utf-8";
/* CSS Document */
* {
	-webkit-user-select: none; /* Prevent copy paste for all elements except text fields */
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0); /* set highlight color for user interaction */
	-ms-touch-action: none;
	-webkit-touch-callout: none; /* prevent the popup menu on any links*/
}
* html, * html body /* 修正IE6振动bug */ {
	background-image:url(/about:blank);
	background-attachment:fixed;
}
body {
	margin:0;
	padding:0;
	font-family:"微软雅黑";/* background: url(/Data/reconova/template/en_mobile/images/mainbg.jpg) repeat-x center top #e3c2d5*/
!important;
	font-size:14px;
	line-height:1.8em;
}
img {
	border:0;
	max-width: 100%;
	-ms-interpolation-mode: bicubic;/*处理图片失真*/
}
input, textarea {
	-webkit-user-select: text;
}
a {
	outline:none;
}
a {
	font-size: 14px;
	text-decoration: none;
}
a:link {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
}
a:link, a:visited, a:hover, a:active {
	color: #000;
}
ul, li, div, p, dl, dt, dd, table, br, span, padding {
	list-style:none;
	margin:0px;
	padding:0px;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
	margin:0;
	padding:0;
}
#container {
	display: block;
	height:auto;
}
#header, .header {
	width:100%;
	display:block;
	height:56px;
	color:#FFF;
	position:relative;
	background-image:url(/Data/reconova/template/en_mobile/images/tbg.jpg);
}/*主色彩*/
#header a, .header {
	height:38px;
}
.left img {
	padding-top:5px;
	height:46px;
}
#header .title, .header .title {
	font-size:14px;
	display:block;
	font-weight:bolder;
	margin-right:67px;
	text-align:center;
	line-height:32px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	margin-left:5px;
}
#header .right, .header .right {
	position: absolute;
	right:10px;
	top: 0px;
}
#header img, .header img {
}
#header img.logo, .header img.logo {
	height:24px;
	width:auto;
	margin-bottom:4px;
	margin-right:4px;
}
.color18 {
	background:#fff;
	height:56px;
}
.part1 .color18 {
	border-top:1px solid #831652;
	border-bottom:1px solid #4b0b2e
}
/*** 下拉菜单 start ***/
.dropdown-menu {
	display:none;
	position:absolute;
	right:5px;
	top:56px;
	z-index:9999;
	background:rgba(102, 102, 102, 0.9);
	background-color:#666 \9;
	filter:alpha(opacity=80)\9;
*background-color:#666 \9;
*filter:alpha(opacity=80)\9;
	box-shadow:0 0 3px rgba(0, 0, 0, 0.8);
	min-width: 150px;
	margin-left: 0px;
	margin-left: 0px;
	list-style: none!important;
	margin-bottom:0px;/** 处理bootstarp.css **/
}
.dropdown-menu li {
	border-top:1px solid #555;
	border-bottom: 1px solid #555;
}
.dropdown-menu-top.show, .dropdown-menu.show {
	display:block;
}
.dropdown-menu-top li a, .dropdown-menu li a {
	text-align: left;
	display:block;
	width:auto;
	height:39px;
	line-height:39px;
	padding-left: 10px;
	color:#fdf7f7;
	font-size:16px;
	margin: 0px;
	display:block
}
.dropdown-menu li a {
	color:#ffffff;
}
.dropdown-menu li a:hover {
	color:#fff;
	background:#333;
	display:block
}
.dropdown-menu-top li .menu-item-text {
	color: #333;
	text-shadow: #e5e5e5 0 1px 0;
	font-size: 14px;
}
.dropdown-menu:after {
	position:absolute;
	top:-8px;
	right:22px;
	content:"";
	width:0;
	height:0;
	border:8px solid transparent;
	border-bottom:8px solid rgba(102, 102, 102, 0.8);
	border-top:none;
}
.wei {
	background:#FFF;
	width: 180px;
	height: 180px;
	z-index: 999;
	position: fixed;
	top: 40%;
	left: 50%;
	margin: -120px 0px 0px -98px;
	border-radius: 0.6em;
	display: block;
	padding:2px;
	display:none;
	z-index:99;
}
/*** 下拉菜单 end ***/

/*搜索*/
.search {
	color: #F17305;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d0d0d0;
	text-align: center;
	width:100%;
	padding:7px 0px 7px 0px;
	background:#449921
}
.s-bg {
	border: 1px solid #0b4897;
	background-color:#2670cf;
	height:32px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
}
.srk {
	height:30px;
	width:69%;
	color: #999999;
	line-height:30px;
	float: left;
	padding-left: 27px;
	border:none;
	background-position: -285px -78px;
	-webkit-border-radius:0;
	background: url(/Data/reconova/template/en_mobile/images/icons.png) #FFF 1% center no-repeat;
	border-radius:5px;
}
.anniu {
	height:30px;
	width:18%;
	border:none;
	color: #FFFFFF;
	line-height:24px;
	font-size: 14px;
	background: none;
}
.search .keywords {
	text-align: left;
}
.search a {
	line-height: 32px;
	padding-right: 12px;
}
/*foot*/
.fnav {
	width:100%;
	height:30px;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#999999;
}
.foot {
	width:100%;
	height:100px;
	padding:30px 0px 0px 0px;
	line-height:normal;
	text-align:center;
	color:#666;
	font-size:12px;
	overflow:hidden;
	clear:left;
}
#footbox {
	width:100%;
	height:60px;
	z-index:10;
	position:fixed;
	bottom:0px;
	left: 0px;
	_position:absolute;
	right: 0px;
	top:auto;
	background-color:#333;
}
.f {
	width:20%;
	height:auto;
	color:#FFFFFF;
	text-align:center;
	display:block;
	margin:3px 0px;
	float:left;
}
.f a {
	color:#FFFFFF;
	font-size:12px;
}
/*neiyabout*/
.nav2box {
	width:99%;
	height:auto;
	overflow:hidden;
	border:1px solid #ccc;
	border-radius:0px;
	background:#fff;
	margin:auto;
}
.nav2box ul li {
	width:33%;
	height:auto;
	overflow:hidden;
	font-size:18px;
	text-align:left;
	text-indent:30px;
	padding:5px 0px;
	border-right:1px dashed #CCC;
	margin-top:5px;
	margin-bottom:5px;
	float:left;
	background-image:url(/Data/reconova/template/en_mobile/images/lej.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.nav2box ul li a {
	font-size:16px;
}
.anv2bg {
	width:100%;
}
.anv2bg a {
	font-size:18px;
	color:#73AE2D;
}
/*neiyabout2*/
.nav2box2 {
	width:99%;
	height:auto;
	overflow:hidden;
	border:2px solid #cccccc;
	border-radius:17px;
	background:#FFFFFF;
	margin:auto;
}
.nav2box2 ul li {
	width:19%;
	height:auto;
	overflow:hidden;
	font-size:18px;
	text-align:center;
	float:left;
	padding:5px 0px;
	border-right:1px dashed #CCC
}
.nav2box2 ul li a {
	font-size:16px;
}
.anv2bg2 {
	width:100%;
	color:#FFFFFF;
	background-color:#0384D7;
}
.anv2bg2 a {
	font-size:18px;
	color:#fff;
}


.img_cmp {
	float: left;
	padding: 0 10px 0px 0;
	max-width: 150px;
}
.img_cmp img {
	box-shadow: 2px 2px 4px #ccc;
	width: 150px
}
.bt{
	position:absolute;
	top:35px;
	width:100%;
	height:auto;
	text-align:center;
	font-family: "微软雅黑";
	font-size:16px;
	color: #fff;
	font-weight: bold;
	line-height: 150%;
}
.bt span{
	font-family: "微软雅黑";
	font-size:16px;
	color: #fff;
	font-weight:normal;
	line-height:150%;
}
.non {
	max-width:1400px;
	height:auto;
	overflow:hidden;
	margin:0px auto;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	background-image: url(/Data/reconova/template/en_mobile/images/dy.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.non a {
    width:auto;
	margin-top:0.5%;
	margin-bottom:0.5%;
	padding-left:2%;
	padding-right:2%;
	color:#666;
	font-family: "微软雅黑";
	line-height:200%;
	font-weight:normal;
	font-size:14px;
	text-align:center;
	text-decoration:none;
	border-right:#ddd solid 1px;
	display:inline-block;
}
.non a:hover {
    color:#333;
	text-decoration:none;
	-webkit-transition:0.3s;
	transition:0.3s;
}
.non a.current {
    color:#333;
}
.listbox1 {
	margin:5px;
	border:1px #d6d6d6 solid;
	border-bottom-right-radius:9px;
	border-bottom-left-radius:9px;
	background:#FFFFFF;
	border-top-right-radius:9px;
	border-top-left-radius:9px;
}
.listbox1 .title1 {
	border-top-right-radius:9px;
	border-top-left-radius:9px;
	padding:5px 10px;
	background-color: #dedfdf;
	background-image: -webkit-linear-gradient(#f2f2f2, #dedfdf);
	background-image: -moz-linear-gradient(#f2f2f2, #dedfdf);
	background-image: -ms-linear-gradient(#f2f2f2, #dedfdf);
	background-image: -o-linear-gradient(#f2f2f2, #dedfdf);
	background-image: linear-gradient(#f2f2f2, #dedfdf);
	text-shadow: 1px 1px 0 #fff;
	font-size:16px;
}
.listbox1 .title1 a {
	float:right;
	color:#818080;
	font-size:12px;
}
/*产品*/
.listbox2 {
	margin:5px;
	border:1px #fff solid;
	background:#fff;
	overflow:hidden;
}
.listbox2 .title {
    height:30px;
	font-size:16px;
	color:#333;
	font-weight:normal;
	font-family:"微软雅黑";
	line-height:30px;
	border-bottom:#ddd solid 1px;
	padding-bottom:5px;
}
.listbox2 .title span{
	font-size:22px;
	font-weight:normal;
}
.listbox2 .title a {
	float:right;
	color:#999;
	font-family:"微软雅黑";
	font-size:12px;
	font-weight:normal;
	height:30px;
	line-height:30px;
}
/*产品*/
.rtx1 {
	width:auto;
	height:auto;
	font-size:16px;
	font-family:"微软雅黑";
	font-weight:normal;
	height:28px;
	line-height:28px;
	float:left;
}
.rtx2 {
	width:auto;
	height:auto;
	float:right;
}
.listbox {
    width:96%;
    height:auto;
	margin:2%;
	overflow: hidden;
	clear:left;
	float:left;
}
.listbox .title {
    width:100%;
    height:auto;
	margin-bottom:20px!important;
	float:left;
}
.listbox .title h{
    width:100%;
    height:auto;
	color:#999;
    font-size:20px;
	font-family:"微软雅黑";
	font-weight:bold;
	line-height:30px;
	text-align:center;
	float:left;
}
.listbox .title h2{
    width:100%;
    height:auto;
	color:#333;
    font-size:20px;
	font-family:"微软雅黑";
	font-weight:normal;
	line-height:30px;
	text-align:center;
	float:left;
}
.wedding {
    width:100%;
    height:auto;
	color:#666;
    font-size:14px;
	font-family:"微软雅黑";
	font-weight:normal;
	line-height:30px;
	overflow: hidden;
	clear:left;
	float:left;
}
.wedding2 {
	margin:5px;
	background-color:#F2F0EE;
}
.wedding2 img {
	display:block;
}
.wedding3 {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	overflow: hidden;
}
.wedding3 img {
	display:block;
}
.showPancl {
	width:100%;
	text-align:center;
	overflow:hidden;
	display:block
}
.showPancl a {
	width:46%;
	margin-left:2%;
	margin-right:2%;
	display:inline-block;
	margin-top:5px;
	float:left;
}
.showPancl img {
	width:99%;
	border:1px solid #e0e0e0;
}
.showPancl a span {
	overflow:hidden;
	padding-top:5px;
	display:block;
	text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
	white-space:nowrap;/* 不换行 */
}
.showPancl2 {
	width:100%;
	text-align:center;
	overflow:hidden;
	display:block;
}
.showPancl2 p {
	width:45%;
	display:inline-block;
	margin:1%;
}
.showPancl2 img {
	width:99%;
	border:1px solid #e0e0e0;
}
.showPancl2 a span {
    width:100%;
    line-height:30px;
	overflow:hidden;
	display:block;
	text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
	white-space:nowrap;/* 不换行 */
}

.showPancl3 {
	width:100%;
	text-align:center;
	overflow:hidden;
	display:block;
}
.showPancl3 p {
	width:30%;
	display:inline-block;
	margin:1%;
}
.showPancl3 a {
	margin:0px;
}
.showPancl3 img {
	width:99%;
	border:1px solid #e0e0e0;
}
.showPancl3 a span {
	overflow:hidden;
	display:block;
	text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
	white-space:nowrap;/* 不换行 */
}


.showPancl4 {
	width:100%;
	text-align:center;
	overflow:hidden;
	display:block;
}
.showPancl4 p {
	width:30%;
	display:inline-block;
	margin:1%;
}
.showPancl4 a {
	margin:0px;
}
.showPancl4 img {
	width:99%;
	border:0px solid #e0e0e0;
}
.showPancl4 a span {
	overflow:hidden;
	display:block;
	text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
	white-space:nowrap;/* 不换行 */
}

.fangy {
	height:46px;
	line-height:46px;
	margin-top:5px;
	font-size:14px
}
.fangy span {
	color:#333;
	font-size:12px
}
.fangy p {
	float:right;
	padding-right:8px;
	padding-top:0px;
	color:#CCC;
	font-size:14px
}
.fangy p a {
	background:url(/Data/reconova/template/en_mobile/images/ico2.gif) repeat-x;
	height:20px;
	padding:0 5px;
	line-height:20px;
	border:1px solid #ccc;
	display:inline-block;
	margin-right:4px;
	font-size:12px
}
.fangy p a:hover {
	background:#73AE2D;
	color:#fff;
	text-decoration:none
}
/*line*/
.product_box {
	width:100%;
	padding:6px 0 0px 0;
	overflow:hidden;
	zoom:1;
	margin-left:4px;
}
.product_box .pro_class {
	width:100%;
	float:left;
}
.product_box .pro_class .first_class {
	width:100%;
	float:left;
	font-size:18px;
	height:36px;
	margin-bottom:8px;
}
.product_box .pro_class .first_class {
	width:94%;
	padding-left:3%;
	height:36px;
	line-height:36px;
	text-decoration:none;
	display:block;
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#efefef));
	background:-moz-linear-gradient(top, #ffffff, #f0f0f0);/* Firefox */
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#efefef, endColorstr=#f0f0f0, grandientType=0);
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:#dfdfdf solid 1px;
}
.product_box .pro_class .first_class a {
	padding-left:3%;
	height:36px;
	line-height:36px;
	text-decoration:none;
	display:block;
	background:url(/Data/reconova/template/en_mobile/images/time.jpg) no-repeat center left;
	margin:0 1%;
	text-indent:12px;
}
.product_box .pro_class .first_class a:hover {
	color:#000
}

/*line*/
.iplists {
	width:99%;
	height:auto;
	overflow:hidden;
	padding-bottom:3px;
	margin:auto;
	background:#FFF;
	border-radius:8px;
	margin-top:12px;
	border:1px solid #D6D6D6
}
.iplists ul li {
	width:97%;
	height:auto;
	overflow:hidden;
	padding:10px 0;
	text-indent:15px;
	margin:auto;
	background:url(/Data/reconova/template/en_mobile/images/navleft.jpg) no-repeat 95% 15px;
	border-bottom:1px solid #D6D6D6
}
.iplists ul li a {
	font-size:16px;
}
.iplists ul li .ips3s {
}
.iplists ul li .ips3s li {
	border-bottom:1px dashed #ddd;
	background:none;
	line-height:18px;
}
.iplists ul li .ips3s li a {
	color:#666;
	font-size:14px;
	padding-left:12px;
	display:block
}
.ips3scor {
	color:#73AE2D!important
}
/*feedback*/
.content_box {
	margin-top:5px;
}
.content_box .messages_box {
	width:auto;
	padding:10px 1% 60px 1%;
}
.content_box .messages_box ul {
	width:100%;
}
.content_box .messages_box ul li {
	padding:5px 28px 5px 5px;
}
.content_box .messages_box .text-input, .content_box .messages_box .summary-input, .content_box .messages_box .qq-input {
	width:100%;
	height:33px;
	padding:0px 10px;
	line-height:normal;
	background:none repeat scroll 0% 0% rgb(253, 253, 253);
	border-width:1px;
	border-style:solid;
	border-color:rgb(133, 133, 133) rgb(175, 175, 175) rgb(201, 201, 201);
	box-shadow:1px 2px 3px rgb(183, 183, 183) inset !important;
	font-size:14px;
}
.content_box .messages_box .cont-input {
	width:100%;
	height:130px;
	padding:10px;
	line-height:20px;
	background:none repeat scroll 0% 0% rgb(253, 253, 253);
	border-width:1px;
	border-style:solid;
	border-color:rgb(133, 133, 133) rgb(175, 175, 175) rgb(201, 201, 201);
	box-shadow:1px 2px 3px rgb(183, 183, 183) inset !important;
	font-size:14px;
}
.content_box .messages_box .code-input {
	width:125px;
	vertical-align:middle;
	height:33px;
	padding:0px 10px;
	line-height:normal;
	background:none repeat scroll 0% 0% rgb(253, 253, 253);
	border-width:1px;
	border-style:solid;
	border-color:rgb(133, 133, 133) rgb(175, 175, 175) rgb(201, 201, 201);
	box-shadow:1px 2px 3px rgb(183, 183, 183) inset !important;
}
.content_box .messages_box .verify-pic {
	height:35px;
	vertical-align:middle;
}
.content_box .messages_box .submitBtn {
	text-align:center;
	padding-top:10px;
}
.content_box .messages_box .messages-button {
	width:125px;
	height:34px;
	line-height:34px;
	font-size:16px;
	color:#fff;
	text-align:center;
	border:none;
	background-attachment: scroll;
	background-color: #73AE2D;
	background-image: none;
	background-repeat: repeat;
	background-position: 0% 0%;
}
/*news*/
.newsddw {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.newsdddww {
	margin: 5px;
	height: auto;
	overflow: hidden;
	border-bottom: 1px #e7e7e7 solid;
}
.newsdddww h1 {
	height: 35px;
	line-height: 35px;
	font-size: 18px;
	color:#C00;
}
.newsdddww h1 a {
	font-size: 16px;
	overflow:hidden;
	display:block;
	text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
	white-space:nowrap;/* 不换行 */
}
.innew {
	width:98%;
	height:auto;
	padding-top:2%;
	padding-bottom:2%;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:4%;
	float:left;
}
.innewp {
	width:47%;
	height:116px;
	margin-right:3%;
	overflow:hidden;
	float:left;
}
.innewt {
	width:50%;
	height:116px;
	float:left;
}
.innewt1 {
	width:100%;
	height:30px;
	overflow:hidden;
	float:left;
}
.innewt1 a{
    width:100%;
	height:30px;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #666;
	text-decoration: none;
	font-weight: normal;
	line-height: 30px;
	text-align:left;
	display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
}
.innewt1 a:hover {
	color: #333;
}
.innewt2 {
	width:100%;
	height:40px;
	margin-bottom:10px;
	line-height:20px;
	font-family: "微软雅黑";
	font-size: 12px;
	font-weight: normal;
	color: #999;
	text-align:left;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; /** 将对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 2; /** 显示的行数 **/
    overflow: hidden;  /** 隐藏超出的内容 **/
	float:left;
}
.innewt3 {
	width:100%;
	height:30px;
	border-top:#ddd solid 1px;
	overflow:hidden;
	float:left;
}
.innewt3 a{
    width:100%;
	height:30px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #666;
	text-decoration: none;
	font-weight: normal;
	line-height: 30px;
	text-align:left;
	display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
}
.innewt3 a:hover {
	color: #333;
}
.innewt3 a.on {
	color: #333;
}
.ewees {
	color: #929292;
	line-height: 25px;
	font-size:15px
}
.timeo {
	color: #c3c2c2;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	text-align: right;
}
a.r1:link {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #666;
	text-decoration: none;
	font-weight: normal;
	line-height: 30px;
}
a.r1:visited {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #666;
	text-decoration: none;
	font-weight: normal;
	line-height: 30px;
}
a.r1:hover {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #333;
	text-decoration:none;
	font-weight: normal;
	line-height: 30px;
}
a.r2:link {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	line-height: 24px;
}
a.r2:visited {
	font-family: "微软雅黑";
	font-size: 14px;
	color:#333333;
	text-decoration: none;
	font-weight: normal;
	line-height: 24px;
}
a.r2:hover {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #73AE2D;
	text-decoration:none;
	font-weight: normal;
	line-height: 24px;
}
a.r3:link {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #0099CC;
	text-decoration: none;
	font-weight: bold;
	line-height: 24px;
}
a.r3:visited {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #0099CC;
	text-decoration: none;
	font-weight: bold;
	line-height: 24px;
}
a.r3:hover {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #0099CC;
	text-decoration:none;
	font-weight: bold;
	line-height: 24px;
}
a.r4:link {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	line-height: 24px;
}
a.r4:visited {
	font-family: "微软雅黑";
	font-size: 14px;
	color:  #666666;
	text-decoration: none;
	font-weight: bold;
	line-height: 24px;
}
a.r4:hover {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #73AE2D;
	text-decoration:none;
	font-weight: bold;
	line-height: 24px;
}
.t1 {
	font-family: "微软雅黑";
	font-size:20px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	line-height:40px;
}

#demo {
	overflow:hidden;
	width:100%;
	height:170px;
}
#demo img {
	border: 0px solid #F2F2F2;
}
#indemo {
	float: left;
	width: 800%;
}
#demo1 {
	float: left;
}
#demo2 {
	float: left;
}
.fl {
	width:31.333333%;
	height:auto;
	margin-left:1%;
	margin-right:1%;
	float:left;
}
.flp {
	width:100%;
	height:auto;
	float:left;
}
.flp img{
	width:100%;
	height:auto;
	border:0px;
}
.flt{
	width:100%;
	height:25px;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #666;
	text-decoration: none;
	font-weight: normal;
	line-height: 25px;
	text-align:center;
	float:left;
}
.fl:hover .flt{
	color: #333;
}
.prowai {
	width:160px;
	height:170px;
	margin-left:10px;
	margin-right:10px;
	text-align:center;
	float:left
}
.pro {
	width:160px;
	height:133px;
	float:left;
}
.protext {
	width:160px;
	float:left;
}

.cont {
	width:100%;
	height:auto;
	overflow: hidden;
	margin:0px auto;
	clear:left;
}
.cont p{
	width:90%;
	height:auto;
	font-family:'微软雅黑'; 
	color:#fff; 
	font-size:14px; 
	font-weight:normal; 
	line-height:24px; 
	text-align:left;
	overflow: hidden;
	margin:0px auto;
	clear:left;
}
.inti {
	width:100%;
	height:auto;
	font-size:24px;
	color: #333;
	font-weight:normal;
	font-family: "微软雅黑";
	line-height:40px;
	text-align:center;
	margin:0px auto;
}

.prowais {
	width:46%;
	height:auto;
	padding-left:2%;
	padding-right:2%;
	margin-bottom:4%;
	float:left;
}
.pros {
	width:100%;
	height:147px;
}
.pros img{
	width:100%;
	height:147px;
	border:0px;
}
.pros img:hover{
	-webkit-filter:opacity(0.8);
}
.protexts {
	width:100%;
	height:40px;
	line-height:40px;
	padding-top:30px;
	text-align:center;
	background-image:url(/Data/reconova/template/en_mobile/images/abg.png);
	float:left;
}
.protexts a{
	color:#fff;
	font-family:"微软雅黑";
	font-size:18px;
	font-weight:normal;
	text-decoration:none;
}
.protexts a:hover{
	text-decoration:underline;
}
.anm a{
    display:block;
	width:120px;
	height:30px;
	line-height:30px;
	color:#333;
	border-radius:5px;
	background-color:#fff;
	border:solid 1px #fff;
	text-align:center;
	text-decoration:none;
	float:left;
}
.anm a:hover {
	color:#fff;
	background-color:#333;
	border:solid 1px #333;
}
.anm2{
    display:block;
	width:120px;
	height:30px;
	line-height:30px;
	color:#73AF2C;
	border-radius:15px;
	border:solid 1px #fff;
	text-align:center;
	margin:0px auto;
}
.anm2:hover {
	color:#333;
	background-color:#73AF2C;
	border:solid 1px #73AF2C;
}
.anm3 a{
    display:block;
	width:120px;
	height:30px;
	line-height:30px;
	color:#333;
	border-radius:15px;
	border:solid 1px #666;
	text-align:center;
	text-decoration:none;
	float:left;
}
.anm3 a:hover {
	color:#73AF2C;
	border:solid 1px #73AF2C;
}
.anm4 a{
    display:block;
	width:100px;
	height:30px;
	line-height:30px;
	color:#fff;
	border-radius:0px;
	background-color:#666;
	text-align:center;
	text-decoration:none;
	float:left;
}
.anm4 a:hover {
    color:#fff;
	background-color:#73AF2C;
}

.tabk {
	width:100%;
	height:60px;
	border-bottom:#ddd solid 1px;
	margin-bottom:10px;
}
.tabk ul li {
    width:100px;
	height:60px;
    font-size:14px;
	font-family: "微软雅黑";
	color:#666;
	line-height:60px;
	font-weight:normal;
	text-align: center;
	float: left;
	background-image: url(/Data/reconova/template/en_mobile/images/tb1.jpg);
}
.tabk ul li:hover {
	color:#333;
	font-weight:normal;
	cursor: pointer;
	background-image: url(/Data/reconova/template/en_mobile/images/tb2.jpg);
}
.tabk ul li.hover {
	color:#333;
	font-weight:normal;
	cursor: pointer;
	background-image: url(/Data/reconova/template/en_mobile/images/tb2.jpg);
}
.neir {
	width:100%;
	height:auto;
	display: none;
	position:relative;
}
.neir p{
    width:90%;
	height:auto;
	padding-left:5%;
	padding-right:5%;
	display:block;
	position:absolute;
	left:0px;
	bottom:15px;
}
.ti1{
    width:100%;
	height:auto;
	margin-bottom:10px;
	font-size:16px;
	font-family:"微软雅黑";
	color:#fff;
	text-align:left;
	font-weight:bold;
	line-height:100%;
	text-shadow: 1px 1px 1px #000;
	float:left;
}
.ti2{
    width:100%;
	height:auto;
	margin-bottom:10px;
	font-size:14px;
	font-family:"微软雅黑";
	color:#fff;
	text-align:left;
	font-weight:normal;
	line-height:100%;
	text-shadow: 1px 1px 1px #000;
	float:left;
}
.ti3{
    width:100%;
	height:auto;
	margin-bottom:5px;
	font-size:12px;
	font-family:"微软雅黑";
	color:#fff;
	text-align:left;
	font-weight:normal;
	line-height:150%;
	text-shadow: 1px 1px 1px #000;
	float:left;
}
.ss {
	position:relative;
	float:right;
	margin-bottom:5px;
}
.ss input {
	width: 150px;
	padding: 0px 40px 0px 15px;
	height: 25px;
	color:#333;
	font-family:"微软雅黑";
	font-size:12px;
	outline: none;
	border: 1px solid #ddd;
	border-radius: 15px;
	background-color:#fff;
}
.ss span {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 25px;
	height: 25px;
	background-image: url(/Data/reconova/template/en_mobile/images/ssan.png);
	cursor: pointer;
	overflow: hidden;
}
.tj {
	width:100%;
	height:auto;
	overflow:hidden;
	float:left;
	position:relative;
}
.tj img{
	width:100%;
	height:auto;
	border:0px;
	-webkit-transition:0.3s all ease-in-out;
	transition:0.3s all ease-in-out;
}
.tj img:hover{
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-o-transform:scale(1.05);
	transform:scale(1.05);
}
.tj p{
	width:80%;
	height:auto;
	padding-left:10%;
	padding-right:10%;
	float:left;
	position:absolute;
	bottom:60px;
	left:0;
}
.tj2 {
	width:48%;
	height:auto;
	overflow:hidden;
	float:left;
	position:relative;
}
.tj2 img{
	width:100%;
	height:auto;
	border:0px;
	-webkit-transition:0.3s all ease-in-out;
	transition:0.3s all ease-in-out;
}
.tj2 img:hover{
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-o-transform:scale(1.05);
	transform:scale(1.05);
}
.tj2 p{
	width:90%;
	height:auto;
	padding-left:5%;
	padding-right:5%;
	float:left;
	position:absolute;
	bottom:20px;
	left:0;
}
.cti1{
	width:100%;
	height:auto;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	line-height: 30px;
	text-shadow: 1px 1px 1px #fff;
	background-image: url(/Data/reconova/template/en_mobile/images/dx.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	display:block;
	float:left;
}
.cti2{
    width:100%;
	height:auto;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #666;
	text-decoration: none;
	font-weight: normal;
	line-height: 30px;
	text-shadow: 1px 1px 1px #fff;
	display:block;
	float:left;
}
.fw {
	width:100%;
	height:auto;
	float:left;
	position:relative;
}
.fw img{
	width:100%;
	height:100%;
	border:0px;
}
.fw img:hover{
	-webkit-filter:opacity(0.9);
}
.fw p{
    width:80%;
	height:auto;
	margin-left:10%;
	margin-right:10%;
	font-family: "微软雅黑";
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	line-height: 30px;
	position:absolute;
	bottom:30px;
	left:0;
}
.fwk {
	width:80%;
	height:auto;
	margin-left:10%;
	margin-right:10%;
	float:left;
}
.fwt {
	width:100%;
	height:auto;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #666;
	text-decoration: none;
	font-weight: normal;
	line-height: 30px;
}
.fwt span{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 30px;
}
.fwt2 {
	width:100%;
	height:auto;
	font-family: "微软雅黑";
	font-size:14px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	line-height: 40px;
}
.fwt2 span{
	font-size: 20px;
	color: #333;
	font-weight: bold;
	line-height: 30px;
}
.sk{
    width:100%;
	height:auto;
	float:left;
}
.sk1{
    width:50%;
	height:auto;
	float:left;
}
.sk1 img{
    width:100%;
	padding-top:40%;
}
.sk2{
    width:40%;
	height:auto;
	padding:5%;
	background-color:#eee;
	float:left;
}
.sk2 h{
    width:100%;
	height:30px;
	font-size:14px;
	font-family:"微软雅黑";
	color:#333;
	text-align:left;
	font-weight:bold;
	line-height:30px;
	display:block;
	float:left;
}
.sk2 h2{
    width:100%;
	height:auto;
	font-size:12px;
	font-family:"微软雅黑";
	color:#666;
	text-align:left;
	font-weight:normal;
	line-height:20px;
	display:block;
	float:left;
}
.kh{
    width:29.333333%;
	height:auto;
	margin:2%;
	cursor:pointer;
	float:left;
}
.kh img{
    width:100%;
}
.fs{
    width:100%;
	height:auto;
	float:left;
}
.fs1{
	width:18%;
	height:65px;
	margin-right:2%;
	font-size:14px;
	font-family:"微软雅黑";
	color:#fff;
	text-align:center;
	font-weight:normal;
	line-height:65px;
	float:left;
	background-image: url(/Data/reconova/template/en_mobile/images/ybg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}
.fs2{
    width:80%;
	height:auto;
	font-size:14px;
	font-family:"微软雅黑";
	color:#999;
	text-align:left;
	font-weight:normal;
	line-height:25px;
	padding-bottom:1%;
	margin-bottom:4%;
	border-bottom:#CDE7AB solid 1px;
	float:left;
}
.prowai2 {
	width:46%;
	height:auto;
	margin-left:2%;
	margin-right:2%;
	margin-bottom:4%;
	float:left;
}
.pro2 {
	width:100%;
	height:auto;
	border: 1px solid #ddd;
	overflow:hidden;
	float:left;
}
.pro2 img{
	width:100%;
	height:auto;
	border: 0px;
	-webkit-transition:0.3s all ease-in-out;
	transition:0.3s all ease-in-out;
}
.pro2 img:hover{
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-o-transform:scale(1.05);
	transform:scale(1.05);
}
.protext2 {
	width:100%;
	height:30px;
	float:left;
	padding-top:5px;
	border-bottom:5px;
}
.protext2 a{
    width:100%;
	height:30px;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #666;
	text-decoration: none;
	font-weight: normal;
	text-align:center;
	line-height: 30px;
	display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
}
.protext2 a:hover {
	color: #333;
}<!--0.00034403800964355-->