﻿@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(../images/mainbg.jpg) repeat-x center top #e3c2d5*/
!important;
	font-size:14px;
	line-height:1.8em;
}
.wedding img {max-width: 100%!important; height:auto!important; }
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(../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(19, 67, 143, 0.9);
	background-color:#13438F \9;
	filter:alpha(opacity=80)\9;
*background-color:#13438F \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 #034F81;
	border-bottom: 1px solid #034F81;
}
.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:#0575BD;
	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(19, 67, 143, 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(../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-left:10px;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#999999;
}
.foot {
	width:100%;
	height:120px;
	padding:10px 0px 0px 0px;
	line-height:17px;
	text-align:center;
	color:#717171;
	font-size:12px;
	display: block;
}
#footbox {
	width:100%;
	height:60px;
	z-index:10;
	position:fixed;
	bottom:0px;
	left: 0px;
	_position:absolute;
	right: 0px;
	top:auto;
	background-color:#13438F;
}
.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(../images/lej.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
}
.nav2box ul li a {
	font-size:16px;
}
.anv2bg {
	width:100%;
}
.anv2bg a {
	font-size:18px;
	color:#13438F;
}
/*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;
	display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
}
.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
}
/*main*/
/*产品*/
.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 {
	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;
}
.listbox .title {
	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:12px;
	height:28px;
	line-height:28px;
}
.listbox .title a {
	color:#000;
	font-size:14px;
}
.listbox .title span {
	color:#13438F;
	font-size:14px;
}
.wedding {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	overflow: hidden;
}
.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(../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:#13438F;
	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(../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(../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:#13438F!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: #13438F;
	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:87px;
	background-color:#fff;
	padding-top:2%;
	padding-bottom:2%;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:4%;
	float:left;
}
.innewp {
	width:35%;
	height:87px;
	margin-left:2%;
	margin-right:3%;
	overflow:hidden;
	float:left;
}
.innewt {
	width:60%;
	height:87px;
	float:left;
}
.innewt1 {
	width:100%;
	height:27px;
	line-height:27px;
	overflow:hidden;
	text-align:left;
	display:block;
	text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
	white-space:nowrap;/* 不换行 */
	float:left;
}
.innewt2 {
	width:100%;
	height:60px;
	line-height:20px;
	font-family: "微软雅黑";
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	text-align:left;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; /** 将对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 3; /** 显示的行数 **/
    overflow: hidden;  /** 隐藏超出的内容 **/
	float:left;
}

.innew3 {
	width:98%;
	height:30px;
	line-height:30px;
	border-bottom: 1px #e7e7e7 solid;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:5px;
	float:left;
}
.innewt3 {
	width:80%;
	height:30px;
	line-height:30px;
	overflow:hidden;
	display:block;
	text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
	white-space:nowrap;/* 不换行 */
	float:left;
}
.innewd3 {
	width:20%;
	height:30px;
	line-height:30px;
	font-family: "微软雅黑";
	font-size: 12px;
	font-weight: normal;
	color: #999;
	text-align:center;
	float:right;
}

.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: 12px;
	color: #717171;
	text-decoration: none;
	font-weight: normal;
	line-height: 24px;
}
a.r1:visited {
	font-family: "微软雅黑";
	font-size: 12px;
	color: #717171;
	text-decoration: none;
	font-weight: normal;
	line-height: 24px;
}
a.r1:hover {
	font-family: "微软雅黑";
	font-size: 12px;
	color: #13438F;
	text-decoration:none;
	font-weight: normal;
	line-height: 24px;
}
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: #13438F;
	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: #13438F;
	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;
}

.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;
}
.inti20 {
	width:100%;
	height:30px;
	font-size:16px;
	color: #fff;
	font-weight:normal;
	font-family: "微软雅黑";
	line-height:normal;
	text-align:center;
	margin:0px auto;
}
.inti20 span{
    padding-left:30px;
	padding-right:30px;
}
.inti22 {
	width:100%;
	height:auto;
	font-size:24px;
	color: #fff;
	font-weight:normal;
	font-family: "微软雅黑";
	line-height:50px;
	text-align:center;
	margin:0px auto;
}
.inti23 {
	width:100%;
	height:20px;
	padding-bottom:10px;
	text-align:center;
	margin:0px auto;
}
.inti24{
	width:100%;
	height:auto;
	padding-top:10px;
	text-align:center;
	margin:0px auto;
}
.inti24 a{
	width:100%;
	height:auto;
	padding-top:10px;
	font-size:14px;
	color: #fff;
	font-weight:normal;
	font-family: "微软雅黑";
	line-height:30px;
	text-align:center;
	text-decoration:none;
	margin:0px auto;
}
.inti24 a:hover{
	text-decoration:underline;
}

.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(../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:110px;
	height:30px;
	font-family: "微软雅黑";
	font-size: 12px;
	line-height:30px;
	color:#fff;
	font-weight: normal;
	background-color:#666;
	border-radius:0px;
	text-align:center;
	text-decoration:none;
	float:left;
}
.anm a:hover {
	background-color:#ff0000;
}
.anm2 a {
    display:block;
	width:140px;
	height:35px;
	font-family: "微软雅黑";
	font-size: 14px;
	line-height:35px;
	color:#333;
	font-weight: normal;
	border:#13438F solid 1px;
	border-radius:0px;
	text-align:center;
	text-decoration:none;
	margin:0px auto;
}
.anm2 a:hover {
	color:#ff0000;
}

.tabk {
	width:100%;
	height:30px;
	border-bottom:1px solid #ddd;
}
.tabk ul li {
    width: 23%;
	margin-left:1%;
	margin-right:1%;
	height: 30px;
    font-size:14px;
	font-family: "微软雅黑";
	color:#333;
	line-height: 30px;
	text-align: center;
	float: left;
	display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
	background-image: url(../images/tb1.jpg);
	background-size: 100% 100%;
}
.tabk ul li:hover {
	color:#cc0000;
	cursor: pointer;
	background-image: url(../images/tb2.jpg);
	background-size: 100% 100%;
}
.tabk ul li.hover {
	color:#cc0000;
	font-weight:normal;
	cursor: pointer;
	background-image:url(../images/tb2.jpg);
	background-size: 100% 100%;
}
.maint {
	width:100%;
	height:auto;
	padding-top:10px;
	padding-bottom:10px;
	text-align:left;
}
.neir {
	width:100%;
	height:auto;
	display:none;
	font-size:14px;
	font-family:"微软雅黑";
	color:#333;
}

.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(../images/ssan.png);
	cursor: pointer;
	overflow: hidden;
}

.hy {
	width:90%;
	height:auto;
	margin-left:5%;
	margin-right:5%;
	margin-bottom:5%;
	float:left;
}
.hyp {
	width:25%;
	height:auto;
	margin-right:5%;
	padding-top:6%;
	float:left;
}
.hyp img{
	width:100%;
	height:auto;
	border:0px;
}
.hyp img:hover{
	-webkit-filter:opacity(0.8);
}
.hyt {
	width:70%;
	height:120px;
	line-height:30px;
	text-align:center;
	float:left;
}
.hyt h{
	width:100%;
	height:45px;
	line-height:30px;
	text-align:left;
	float:left;
}
.hyt h a{
	font-family: "微软雅黑";
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 45px;
}
.hyt h a:hover {
	color: #ff0000;
}
.hyt span{
	width:100%;
	height:75px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	line-height: 25px;
	text-align:left;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; /** 将对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 3; /** 显示的行数 **/
    overflow: hidden;  /** 隐藏超出的内容 **/
	float:left;
}

.xw {
	width:100%;
	height:auto;
	margin-bottom:5%;
	float:left;
}
.xwp {
	width:45%;
	height:auto;
	margin-right:5%;
	float:left;
}
.xwp img{
	width:100%;
	height:auto;
	border:0px;
}
.xwp img:hover{
	-webkit-filter:opacity(0.8);
}
.xwt {
	width:50%;
	height:auto;
	float:left;
}
.xwt h{
	width:100%;
	height:20px;
	text-align:left;
	display:block;
	float:left;
}
.xwt h a{
    width:100%;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
	display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
}
.xwt h a:hover {
	color: #ff0000;
}
.xwt h2{
	width:100%;
	height:20px;
	font-family: "微软雅黑";
	font-size:12px;
	color: #999;
	font-weight: normal;
	line-height: 20px;
	text-align:left;
	display:block;
	float:left;
}
.xwt h3{
	width:100%;
	height:40px;
	font-family: "微软雅黑";
	font-size: 12px;
	color: #666;
	font-weight: normal;
	line-height: 20px;
	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;
}
.xwt h4{
	width:100%;
	height:30px;
	margin-top:5px;
	text-align:left;
	display:block;
	float:left;
}

.gy {
	width:44%;
	height:auto;
	margin-left:3%;
	margin-right:3%;
	margin-bottom:10%;
	position:relative;
	float:left;
}
.gy img{
	width:100%;
	height:auto;
	border:0px;
}
.gy img:hover{
	opacity:0.85;
	filter:alpha(opacity=85);
}
.gy p{
	width:100%;
	height:40px;
	line-height:40px;
	color:#fff;
	font-family:"微软雅黑";
	font-size:18px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	background-color:#000;
	opacity:0.80;
	filter:alpha(opacity=80);
	border-bottom:solid 5px #ff0000;
	position:absolute;
	bottom:-20px;
	left:0
}

.wm {
	width:44%;
	height:auto;
	margin-left:3%;
	margin-right:3%;
	margin-bottom:5%;
	float:left;
}
.wmp {
	width:100%;
	height:auto;
	float:left;
}
.wmp img{
	width:100%;
	height:auto;
	border:0px;
}
.wmp img:hover{
	-webkit-filter:opacity(0.8);
}
.wmt {
	width:100%;
	height:auto;
	float:left;
}
.wmt h{
	width:100%;
	height:20px;
	text-align:left;
	display:block;
	float:left;
}
.wmt h a{
    width:100%;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
	display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
}
.wmt h a:hover {
	color: #ff0000;
}
.wmt h2{
	width:100%;
	height:60px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #666;
	font-weight: normal;
	line-height: 20px;
	text-align:left;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; /** 将对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 3; /** 显示的行数 **/
    overflow: hidden;  /** 隐藏超出的内容 **/
	float:left;
}

.prowai2 {
	width:31%;
	height:auto;
	margin-left:1%;
	margin-right:1%;
	float:left;
}
.pro2 {
	width:100%;
	height:auto;
	border:1px solid #CCC;
	float:left;
}
.pro2 img{
	width:100%;
	height:auto;
	border:0px;
}
.pro2 img:hover{
	-webkit-filter:opacity(0.8);
}
.protext2 {
	width:100%;
	height:30px;
	line-height:30px;
	text-align:center;
	float:left;
}
.protext2 a{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	line-height: 30px;
}
.protext2 a:hover {
	color: #ff0000;
}

.sc {
	width:44%;
	height:auto;
	margin-left:3%;
	margin-right:3%;
	margin-bottom:5%;
	float:left;
}
.scp {
	width:100%;
	height:auto;
	float:left;
}
.scp img{
	width:100%;
	height:auto;
	border:0px;
}
.scp img:hover{
	-webkit-filter:opacity(0.8);
}
.sct {
	width:100%;
	height:auto;
	float:left;
}
.sct h{
	width:100%;
	height:30px;
	text-align:left;
	display:block;
	float:left;
}
.sct h a{
    width:100%;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	line-height: 30px;
	display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;
}
.sct h a:hover {
	color: #ff0000;
}
.sct h2{
	width:100%;
	height:60px;
	font-family: "微软雅黑";
	font-size: 12px;
	color: #666;
	font-weight: normal;
	line-height: 20px;
	text-align:left;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; /** 将对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 3; /** 显示的行数 **/
    overflow: hidden;  /** 隐藏超出的内容 **/
	float:left;
}

.prowaik {
	width:46%;
	height:auto;
	margin-left:2%;
	margin-right:2%;
	margin-bottom:4%;
	float:left;
}
.prok {
	width:100%;
	height:auto;
	float:left;
}
.prok img{
	width:100%;
	height:auto;
	border:0px;
}
.prok img:hover{
	-webkit-filter:opacity(0.8);
}
.protextk {
	width:100%;
	height:30px;
	line-height:30px;
	text-align:center;
	float:left;
	background-color:#eee;
}
.protextk a{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	line-height: 35px;
}
.protextk a:hover {
	color: #ff0000;
}