@charset "utf-8";
/* CSS Document */

body {
	font-size:12px;
	font-family:Microsoft YaHei, "微软雅黑", SimSun, Arial;
	min-width:1024px;
	overflow-x:hidden;
	overflow-y:auto;
	
}
body a {
	outline:none;
blr:expression(this.onFocus=this.blur());
}
body, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select {
	margin:0;
	padding:0;
	list-style:none;
}
img {
	border:none;
}
a {
	text-decoration:none;
	color:#666;
}
a:hover {
	text-decoration:none;
	color:#0c4da2;
}
.clear {
	clear:both;
}
.content{ width:1180px; margin:0 auto;}
/*头部*/
#header {
	width:100%;
	height: 88px;
	position: relative;
	font-size: 14px;
 transition: all ease .3s;
	z-index: 99;
	transition-property: padding, background;
	background:#FFF;
}
#header {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
		
}
#header.mini {
}
#header #logo {
	width: auto;
	height: 40px;
	display: block;
	float: left;
	padding-top: 8px;
}
#header.mini ul#nav {
	padding: 0px 20px 0px 20px;
}
#header ul#nav {
	float: right;
	padding: 0px 30px 0px 40px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#header ul li.navitem {
	height: 88px;
	line-height: 88px;
	float: left;
	position: relative;
}
#header.mini ul li.navitem {
	padding-bottom: 0;
}
#header ul li.navitem {
	padding: 0 0 10px 0;
width: 104px;
text-align: center;
}
#header ul li.navitem a.active, #header ul li.navitem:hover a {
	color: #333333;
}
#header ul li.navitem a {
	font-size: 15px;
	color: #333333;
 transition: none ease-out .3s;
	transition-property: color, background, text-indent, opacity;
}
 #header.mini ul li.navitem a.active::before, #header ul li.navitem:hover a::before {
 position: absolute;
 content: "";
 height: 2px;
 background: #0564c6;
 width: 90%;
 left: 5%;
 bottom: 0;
}
#header.mini ul li.navitem a::before {
 margin-top: 50px;
}
#header ul li.navitem a.active::before, #header ul li.navitem:hover a::before {
 position: absolute;
 content: "";
 height: 2px;
 background: #0564c6;
 width: 90%;
 left: 5%;
 bottom: 0;
}
#header ul li.navitem a::before {
 position: absolute;
 content: "";
 width: 0%;
 height: 2px;
 background: #0564c6;
 left: 50%;
 transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
 bottom: 0;
}
/*banner*/
.banner {
	height:512px;
	width:100%;
	padding:0;
}
.flexslider1 {
	position:relative;
	height:512px;
	overflow:hidden;
	background:url(../images/loading.gif) 50% no-repeat;
}
.slides1 {
	position:relative;
	z-index:2;
}
.slides1 li {
	height:512px;
}
.flex-control-nav1 {
	position:absolute;
	bottom:10px;
	z-index:9;
	width:100%;
	text-align:center;
}
.flex-control-nav1 li {
	display:inline-block;
	width:14px;
	height:14px;
	margin:0 5px;
*display:inline;
	zoom:1;
}
.flex-control-nav1 a {
	display:inline-block;
	width:14px;
	height:14px;
	line-height:40px;
	overflow:hidden;
	background:url(../images/dot.png) right 0 no-repeat;
	cursor:pointer;
}
.flex-control-nav1 .flex-active1 {
	background-position:0 0;
}
/*产品展示*/
.pro {
	width:1180px;
	margin:0 auto;
	margin-bottom:10px;
	padding:0;
	height:auto;
}
.pro .pro_title {
	width:1180px;
	display:block;
}
.pro .pro_title a {
	width:1180px;
	height:42px;
	line-height:42px;
	display:block;
	font-size:24px;
	color:#666;
}
/*左右点击切换*/
.pro .flex-direction-nav {
	z-index:9999;
	width:100%;
	position:absolute;
}
.pro .flex-direction-nav li a {
	display:block;
	width:29px;
	height:30px;
	overflow:hidden;
	cursor:pointer;
}
.pro .flex-direction-nav li a.flex-prev {
	margin-top:105px;
	margin-left:-60px;
	background:url(../images/prev.png) center center no-repeat;
	_background:none;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/prev.png", sizingMethod="noscale");
}
.pro .flex-direction-nav li a.flex-prev:hover {
	margin-top:105px;
	margin-right:-60px;
	background:url(../images/prev_hover.png) center center no-repeat;
	_background:none;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/prev_hover.png", sizingMethod="noscale");
}
.pro .flex-direction-nav li a.flex-next {
	margin-left:-60px;
	background:url(../images/next.png) center center no-repeat;
	_background:none;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/next.png", sizingMethod="noscale");
}
.pro .flex-direction-nav li a.flex-next:hover {
	margin-right:-60px;
	background:url(../images/next_hover.png) center center no-repeat;
	_background:none;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/next_hover.png", sizingMethod="noscale");
}






.contains {
	width:1180px;
}
.contains li {
	float:left;
	margin-top:10px;
	padding-right:40px;
	width:240px;
}
.pro_last{ padding-right:0 !important;}
.contains li div {
	border:1px solid #cccccc;
}
.contains li img {
	width:235px;
	height:247px;
	padding:3px;
	display:inline-block;
}
.contains li p {
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}
.contains li p a {
	font-size:14px;
	font-family:"宋体";
	color:#0c4da2;
}
.contains li.kg {
	width:36px;
}
/*基地展示*/
.jdzs {
	width:1180px;
	margin:0 auto;
	margin-bottom:10px;
	padding:0;
	height:450px;
	margin-top:10px;
}
.jdzs .jdzs_title {
    width: 1180px;
    display: block;
    margin: 60px 0 40px 0;
    text-align: center;
}
.jdzs .jdzs_title a {
width: 1180px;
height: 21px;
line-height: 21px;
display: block;
font-size: 28px;
color: #333;
}
.jdzs .jdzs_title p {
font-size: 14px;
color: #999;
line-height:21px;
text-transform:uppercase;
padding-top: 5px;
}
.jdzs .left {
	float:left;
	width:591px;
	height:auto;
}
.jdzs .right {
	width:589px;
	height:auto;
	margin:0
}
.yw_pic1 {
	float:left;
	width:591px;
	height:395px;
	margin:0
}
.focus1 {
	position:relative;
	width:591px;
	height:395px;
	background-color: #e4e4e4;
	float: left;
}
.focus1 img {
	width: 591px;
	height: 395px;
}
.focus1 .shadow .title {
	width: 260px;
	height: 65px;
	padding-left: 30px;
	padding-top: 20px;
}
.focus1 .shadow .title a {
	text-decoration:none;
	color:#fff;
	font-size:14px;
	font-weight:bolder;
	overflow:hidden;
}
.focus1 .btn {
	position:absolute;
	bottom:34px;
	left:510px;
	overflow:hidden;
	zoom:1;
}
.focus1 .btn a {
	position:relative;
	display:inline;
	width:13px;
	height:13px;
	border-radius:7px;
	margin:0 5px;
	color:#B0B0B0;

	font:12px/15px "\5B8B\4F53";
	text-decoration:none;
	text-align:center;
	outline:0;
	float:left;
	background:#FFFFFF;
}
.focus1 .btn a:hover, .focus .btn a.current {
	cursor:pointer;
	background:#FFFFFF;
}
.focus1 .fPic {
	position:absolute;
	left:0px;
	top:0px;
}
.focus1 .D1fBt {
	overflow:hidden;
	zoom:1;
	height:16px;
	z-index:10;
}
.focus1 .shadow {
	width:100%;
	position:relative;
	bottom:0;
	left:0px;
	z-index:10;
	height:79px;
	line-height: 79px;
	background:rgba(12, 77, 162, 1.0);
filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0, startColorstr = '#80000000', endColorstr = '#80000000')\9;
	display:block;
	text-align:left;
}
.focus1 .shadow a {
	text-decoration:none;
	color:#fff;
	font-size:14.69px;
	overflow:hidden;
	margin-left:20px;
	font-family: "宋体";
}
.focus1 .fcon {
	position:relative;
	width:100%;
	float:left;
	display:none;
	background:#000
}
.focus1 .fcon img {
	display:block;
}
.focus1 .fbg {
	bottom:-50px;
	right:40px;
	position:absolute;
	height:21px;
	text-align:center;
	z-index: 200;
}
.focus1 .fbg div {
	margin:4px auto 0;
	overflow:hidden;
	zoom:1;
	height:14px
}
.focus1 .D1fBt a {
	position:relative;
	display:inline;
	width:10px;
	height:10px;
border-radius:7px;
    border:2px solid #FFFFFF;
	margin:0 5px;
	color:#0c4da2;
	font:12px/15px "\5B8B\4F53";
	text-decoration:none;
	text-align:center;
	outline:0;
	float:left;
	background:#0c4da2;
}
.focus1 .D1fBt .current, .focus .D1fBt a:hover {
	background:#FFFFFF;
}
.focus1 .D1fBt img {
	display:none
}
.focus1 .D1fBt i {
	display:none;
	font-style:normal;
}
/*中间内容*/
.main {
	width:1180px;
	margin:0 auto;
	margin-bottom:10px;
	padding:0;
}
.left {
	float:left;
	width:591px;
	height:auto;
	margin-top:10px;
}
.right {
	float:right;
	width:589px;
	height:auto;
	margin:0
}
/*魅力湖羊*/
.p_content1{
    width: 589px;
}
.p_content1 ul li {
    float: left;
    width: 286px;
    height: 228px;
    display: inline;
	margin: 0 8.5px 17.5px 0;
}
.p_content1 ul li{
	
}
.kong{ width:10px;}
.p_content1 ul li a, .p_content1 ul li a:hover {
    display: block;
    width: 286px;
    height: 228px;
    cursor: pointer;
}
.p_pic {
    display: block;
    width: 286px;
    height: 228px;
    position: relative;

}
.p_pic img{padding-left: 9px;}
.p_ico img{
left: 115px;
top: 81px;
position: relative;
}
.p_ico p{

	top:104px;
	    position: relative;
		color:#FFF;
		font-size:14.69px;
		font-family:"宋体";
		text-align:center;
}
.p_name {
    display: block;
    width: 286px;
    text-align: center;
    line-height: 28px;
}
.p_ico {
    width: 286px;
    height: 228px;
    position: absolute;
    left: 9px;
    top: 0;
    overflow: visible;
    display: none;
		background-color: #0c4da2;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	z-index:999;
}

/*图片聚焦*/
.yw_pic {
	float:left;
	width:591px;
	height:258px;
	margin:0
}
.focus {
	position:relative;
	width:591px;
	height:258px;
	background-color: #000;
	float: left;
}
.focus img {
	width: 591px;
	height: 258px;
}
.focus .shadow .title {
	width: 180px;
	height: 30px;
	padding-left: 30px;
	padding-top: 20px;
}
.focus .shadow .title a {
	text-decoration:none;
	color:#fff;
	font-size:14px;
	font-weight:bolder;
	overflow:hidden;
}
.focus .btn {
	position:absolute;
	bottom:34px;
	left:510px;
	overflow:hidden;
	zoom:1;
}
.focus .btn a {
	position:relative;
	display:inline;
	width:13px;
	height:13px;
	border-radius:7px;
	margin:0 5px;
	color:#B0B0B0;
	font:12px/15px "\5B8B\4F53";
	text-decoration:none;
	text-align:center;
	outline:0;
	float:left;
	background:#D9D9D9;
}
.focus .btn a:hover, .focus .btn a.current {
	cursor:pointer;
	background:#fc114a;
}
.focus .fPic {
	position:absolute;
	left:0px;
	top:0px;
}
.focus .D1fBt {
	overflow:hidden;
	zoom:1;
	height:16px;
	z-index:10;
}
.focus .shadow {
	width:100%;
	position:absolute;
	bottom:0;
	left:0px;
	z-index:10;
	height:30px;
	line-height: 30px;
	background:rgba(0, 0, 0, 0.6);
filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0, startColorstr = '#80000000', endColorstr = '#80000000')\9;
	display:block;
	text-align:left;
}
.focus .shadow a {
	text-decoration:none;
	color:#fff;
	font-size:14px;
	overflow:hidden;
	margin-left:10px;
	font-family: "\5FAE\8F6F\96C5\9ED1";
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.focus .fcon {
	position:relative;
	width:100%;
	float:left;
	display:none;
	background:#000
}
.focus .fcon img {
	display:block;
}
.focus .fbg {
	bottom:2px;
	right:0px;
	position:absolute;
	height:21px;
	text-align:center;
	z-index: 200;
	width:100px;
}
.focus .fbg div {
	margin:4px auto 0;
	overflow:hidden;
	zoom:1;
	height:14px
}
.focus .D1fBt a {
	display:inline;
	width:10px;
	height:10px; /*border-radius:7px;*/
	margin:0 4px;
	color:#B0B0B0;
	font:12px/15px "\5B8B\4F53";
	text-decoration:none;
	text-align:center;
	outline:0;
	float:left;
	background:#8f7c6c;
}
.focus .D1fBt .current, .focus .D1fBt a:hover {
	background:#135505;
}
.focus .D1fBt img {
	display:none
}
.focus .D1fBt i {
	display:none;
	font-style:normal;
}
.focus .prev, .focus .next {
	position:absolute;
	width:40px;
	height:74px;
	background: url(../images/focus_btn.png) no-repeat;
}
.focus .prev {
	top: 50%;
	margin-top: -37px;
	left: 0;
	background-position:0 -74px;
	cursor:pointer;
}
.focus .next {
	top: 50%;
	margin-top: -37px;
	right: 0;
	background-position:-40px -74px;
	cursor:pointer;
}
.focus .prev:hover {
	background-position:0 0;
}
.focus .next:hover {
	background-position:-40px 0;
}
/*公司新闻*/
.jt_news {
	width:1180px;
	margin:0 auto;
	margin-bottom:10px;
	padding:0;
	margin-top:74px;
}
.news {
	width:100%;
	margin:0 auto;
	height:42px;
	padding:20px;
}
.news li {
	float:left;
	width:121px;
	height:42px;
	line-height:42px;
	text-align:center;
	font-size:12.24px;
}
.news li a {
	width:121px;
	height:42px;
	text-align:center;
	line-height:42px
}
.news .nav_link {
color:#0c4da2;
cursor:pointer;
}
/* css注释：正在状态或鼠标在此对象上样式 */
.news .nav_current {
		color:#FFF;
	background-color:#0c4da2;
	cursor:pointer;
	
}
/* css注释：未激活或未在状态 鼠标未经过时的样式 */
.nav-down {
	height:auto;
	text-align:left
}
.dis {
	display:block
}
.undis {
	display:none
}
/*集团动态*/
.jt_jj {
	width:591px;
	margin-top:10px;
	float:left
}
.title {
	width:591px;
	height:42px;
	display:block;
	background-color:#0c4da2;
	float:left
}
.title h1 a {
	display:block;
	line-height:42px;
	float:left;
	font-weight:bold;
	font-size:16px;
	font-family: Microsoft YaHei, SimSun;
	padding-left:15px;
	color:#FFF
}
.jt_content {
	width:591px;
	height:325px;
	border-bottom:3px solid #0c4da2;
}
.jt_content p {
	padding:20px;
	font-size:14px;
	font-family:"宋体";
	float:right;
	text-indent:2em;
	line-height:24px;
}
.jt_content img {
	float:left;
}
.ny_news_list {
float: left;
width: 939px;
}
.abct img{ float:left; padding-right:20px;}
.contact1,.about1{ height:107px; font-size:12px; color:#666;}
.contact1 h3,.about1 h3{padding-top: 18px; } 
.contact1 h3 a,.about1 h3 a{ margin-top:18px;color:#333; font-size:18px;}
.contact1{ margin-bottom:14px; }
.ny_news_list li {
	list-style:none;
	margin:0;
	padding:0;
	border-bottom:1px dashed #ddd;
}
.ny_news_list .li_pic {
overflow: auto;
width: 297px;
padding-left: 0px;
margin: 0 auto;
padding-right: 16px;
float: left;
}
.ny_news_list .li_pic .ny_news_pic {
float: left;
width: 297px;
padding: 0;
}
.ny_news_list .li_pic .ny_news_pic a, .ny_news_list .li_pic .ny_news_pic a img {
display: block;
width: 297px;
}
.ny_news_list .li_pic .ny_news_wz {
	float:left;
	font-size:12px;
}
.ny_news_list .li_pic h3 {
	margin:0;
	padding:0;
}
.ny_news_list .li_pic h3 a {
	font-size:14px;
	color:#0c4da2;
}
.ny_news_list .li_pic .ny_news_wz {
	display:block;
	padding:5px 0 0;
	line-height:180%;
	color:#666;
	font-size:14px;
	background: #f1f1f1;
}
.ny_news_list .li_pic .ny_news_wz span {
	display: block;
line-height: 39px;
font-size: 14px;
color: #0c4da2;
float: left;
padding-right: 10px;
height: 87px;

}
.ny_news_list .li_pic .ny_news_wz span i{
border-bottom:1px solid #0c4da2;
width:23px;
font-style:normal;
}
.ny_news_list .li_pic h3 {color:#0c4da2;}
.ny_news_list a{}
.ny_news_list a:hover{
background:#0c4da2;
color:#FFF;
}

.ny_news_list .li_pic .ny_news_wz span b{
font-size:30px;
}
.ny_news_list .li_wz {
	height:45px;
	width:810px;
	float:left;
	line-height:45px;
	position:relative;
	background:url(../images/ic01.gif) 9px 50% no-repeat;
}
.ny_news_list .li_wz span {
	display:block;
	position:absolute;
	top:0;
	right:0;
	height:45px;
	color:#888;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.ny_news_list .li_wz a {
	line-height:45px;
	display:inline-block;
	margin-left:30px;
	font-size:14px;
	font-family:"宋体";
}
/*产业*/
.an_cy {
	width:589px;
	float:right;
	margin-top:10px;
}
.cy_main {
	width:589px;
	height:208px;
	float:right;
	padding-top:8px;
}
.cy_main ul li {
	float:left;
}
.cy_main ul .cy_sl a {
	width:115px;
	height:208px;
	background:url(../images/cy_sl.png) 20px 60px no-repeat #66bf27;
	display:block
}
.cy_main ul .cy_yz a {
	width:265px;
	height:102px;
	background:url(../images/cy_yz.png) 90px 15px no-repeat #ed6d26;
	margin-left:5px;
	display:block
}
.cy_main ul .cy_db a {
	width:140px;
	height:102px;
	background:url(../images/cy_db.png) 40px 15px no-repeat #e70012;
	margin-left:5px;
	display:block
}
.cy_main ul .cy_e a {
	width:130px;
	height:102px;
	background:url(../images/cy_e.png) 38px 10px no-repeat #e2ac14;
	margin-left:5px;
	margin-top:4px;
	display:block
}
.cy_main ul .cy_my a {
	width:130px;
	height:102px;
	background:url(../images/cy_my.png) 35px 10px no-repeat #81317a;
	margin-left:5px;
	margin-top:4px;
	display:block
}
.cy_main ul .cy_jr a {
	width:140px;
	height:102px;
	background:url(../images/cy_jr.png) 38px 10px no-repeat #2c8aee;
	margin-left:5px;
	margin-top:4px;
	display:block
}
.cy_main ul li .shadow_a {
	width:100%;
	height:100%;
	display:none;
	background:#000;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	opacity:0.3
}
.video {
	width:589px;
	height:283px;
	float:left;
	border-bottom:3px solid #0c4da2;
}
.vi_l {
	float:left;
	width:290px;
	height:205px;
	padding-top:2px;
	padding-left:2px;
}
.vi_r {
	width:200px;
	float:right;
}
.vi_l {
	padding-top:20px;
	padding-left:20px;
}
.vi_r {
	padding-top:20px;
}
.vi_r ul li {
	width:220px;
	float:left;
	padding-bottom:6px;
}
.vi_r ul li img {
	float:left;
	width:97px;
	height:77px;
}
.vi_r ul li span {
	line-height:30px;
	text-align:left;
	float:left;
	padding-left:10px;
	font-size:12px;
	font-family:"宋体";
	color:#8b8b8b;
}
.vi_r ul li i {
	font-style:normal;
}
.vi_r a {
	color:#8b8b8b;
}
.zjwy {
	width:589px;
	height:110px;
	border:1px #fababd solid;
	float:left
}
.title_r {
	width:589px;
	height:42px;
	display:block;
	float:left;
	background-color:#0c4da2;
}
.title_r h1 a {
	display:block;
	line-height:42px;
	float:left;
	font-weight:bold;
	font-size:16px;
	font-family: Microsoft YaHei, SimSun;
	padding-left:15px;
	color:#FFF
}
a.more {
	font-size:12px;
	color:#444;
	float:right;
	line-height:42px;
	font-weight:normal;
	color:#FFF;
	font-family:"宋体";
	padding-right:19px;
}
.ygfc {
	overflow:hidden;
	position:relative;
	width:589px;
	height:110px;
}
.ygfc * {
	margin:0;
	padding:0;
	list-style:none;
}
.ygfc img {
	border:0;
}
.ygfc .hd {
	overflow:hidden;
	height:30px;
	line-height:30px;
	position:absolute;
	right:0px;
	bottom:0px;
}
.ygfc .hd .prev, .ygfc .hd .next {
	display:block;
	width:5px;
	height:9px;
	float:right;
	margin-right:5px;
	margin-top:10px;
	overflow:hidden;
	cursor:pointer;
	background:url("../images/new_arrow.png") 0 0 no-repeat;
}
.ygfc .hd .next {
	background-position:0 -50px;
}
.ygfc .hd .prevStop {
	background-position:-60px 0;
}
.ygfc .hd .nextStop {
	background-position:-60px -50px;
}
.ygfc .hd ul {
	float:right;
	overflow:hidden;
	zoom:1;
	margin-top:10px;
	zoom:1;
}
.ygfc .hd ul li {
	float:left;
	width:9px;
	height:9px;
	overflow:hidden;
	margin-right:5px;
	text-indent:-999px;
	cursor:pointer;
	background:url("../images/new_icoCircle.gif") 0 -9px no-repeat;
}
.ygfc .hd ul li.on {
	background-position:0 0;
}
.ygfc .bd ul {
	overflow:hidden;
	zoom:1;
}
.ygfc .bd ul li {
	float:left;
	overflow:hidden;
	width:589px;
	height:110px;
	margin-bottom:8px;
}
.ygfc .bd ul li .title_h {
	text-align:left;
	width:589px;
	display:block;
}
.ygfc .bd ul li .title_h span {
	line-height:26px;
	font-size:14px;
	color:#333;
	padding:5px 10px 5px 5px;
	float:left;
	text-align:left;
	width:400px;
	font-weight:normal;
}
.ygfc .bd ul li .title_h a {
	float:left;
	width:110px;
	height:110px;
	overflow:hidden;
	padding:4px 0 4px 4px;
	display:inline;
}
.ygfc .bd ul li .title_h img {
	border:solid 1px #ddd;
	width:100px;
	height:100px;
	float:left;
}
/*全媒体*/
.an_mt {
	width:420px;
	float:left;
	margin-top:10px;
	height:110px;
	border:1px #fababd solid;
	padding:1px;
}
.title_mt {
	width:30px;
	height:100px;
	display:block;
	float:left;
	margin-right:10px;
}
.title_mt h1 {
	display:block;
	height:100px;
	width:30px;
	text-align:center;
	float:left;
	line-height:20px;
	padding:5px 0;
	font-weight:normal;
	font-size:16px;
	background-color:#27aa09;
	color:#fff;
	float:left
}
.an_mt ul li {
	float:left;
	margin-left:15px;
	height:80px;
	width:80px;
	margin-top:15px;
}
.an_mt ul li a {
	font-size:14px;
	color:#000;
	height:80px;
	width:80px;
	float:left
}
.an_mt ul li span {
	height:24px;
	line-height:24px;
	width:80px;
	float:left
}
.wxin {
	width:90px;
	float:right;
	height:110px;
	margin-top:15px;
}
.wxin img {
	float:left;
}
.wxin span {
	width:90px;
	float:left;
	color:#27aa09
}
/*内页代码*/
.sub_banner {
	height:220px;
	width:100%;
	padding:0;
}
.ny_banner {
	width:1180px;
	margin:0 auto;
}
.sub_main {
	width:1180px;
	margin:0 auto;
	margin-bottom:10px;
	padding:0;
	position: relative;
}
.sub_left {
	float:left;
	width:235px;
	height:auto;
	position: absolute;
top: -55px;
z-index: 2000;
}
.sub_right {
	float:right;
	width:920px;
	height:auto;
	margin-top:24px;
	border: 1px #e5e5e5 solid;
}
.sub_right h1{
font-size: 20px;
text-align: center;
color: #333;
}
/*内页左侧*/
.sub_title {
	height:67px;
	width:235px;
	text-align:center;
	background:url(../images/sub_title.png) 0 0 no-repeat;
}
.sub_title span {
	height:67px;
	font-size:18px;
	font-weight:normal;
	line-height:67px;
	color:#fff;
}
.sub_mulu {
	width:232px;
	height:auto;
border: 1px #e6e6e6 solid;
}
.sub_mulu h1 {
	font-size:16px;
	line-height:45px;
	height:45px;
	text-align:left;
	text-indent:1.5em;
	color:#666;
	font-weight:normal;
}
.sub_mulu h1 a {
	color:#666;
}
.no {
    display: none;
}
.divbg{ background:#eeeeee;}
.sub_mulu h1 a:hover {
	text-decoration:none;
	color:#0c4da2
}
.sub_mulu h1 i {
	font-style:normal;
	margin-left:130px;
}
.sub_mulu h2 {
	font-size:14px;
	line-height:45px;
	height:45px;
	margin-left:20px;
	text-align:left;
	text-indent:1.7em;
	border-bottom:1px #edcccd dotted;
	background:url(../images/y1.jpg) 10px 23px no-repeat;
	font-weight:normal;
	color:#666;
}
.sub_mulu h2 a:hover {
	text-decoration:none;
	color:#0c4da2
}
.no {
	display:none;
}
.sub_mulu h2 i {
	margin-left:133px;
	font-style:normal;
	font-size:14px;
}
.sub_mulu ul li {
	font-size:16px;
	line-height:45px;
	height:45px;
	text-align:left;
	text-indent:1.5em;
	color:#333;
	font-weight:normal;
	font-family:Microsoft YaHei, "微软雅黑";
}

.sub_mulu h1 a{display: block;}
.sub_mulu h1 a:hover{}
.sub_mulu img{ padding:5px;}
.sub_mulu .con{
	padding-left: 10px;
	padding-right: 5px;
	height: 188px;
	background: url(../images/lxbj.jpg) no-repeat;
}
.sub_mulu ul li a {
	font-family:Microsoft YaHei, "微软雅黑";
	font-size:16px;
}
.sub_mulu ul li a:hover {
	text-decoration:none;
	color:#0c4da2;
}
.sub_mulu li.li_3 {
	font-size:14px;
	line-height:30px;
	height:30px;
	margin-left:30px;
	text-align:left;
	text-indent:1.7em;
	border-bottom:1px #edcccd dotted;
	color:#666;
	background:url(../images/y1.png) 10px 13px no-repeat;
}
.sub_mulu li.li_3 a {
	font-size:14px;
	line-height:30px;
	font-family:Microsoft YaHei, "微软雅黑";
}
.sub_mulu li.li_4 {
	font-size:14px;
	line-height:30px;
	height:30px;
	margin-left:30px;
	text-align:left;
	text-indent:1.7em;
	border-bottom:1px #fff solid;
	color:#666;
	background-color:#fff8f3;
	font-family:Microsoft YaHei, "微软雅黑";
}
.sub_mulu li.li_4 a {
	font-family:Microsoft YaHei, "微软雅黑";
	font-size:14px;
}
.red {
	color:#0c4da2;
}
.red a {
	color:##ED6C00;
}
/*内页右侧*/
.ri_title {
	height:45px;
	width:920px;
	font-family: SimSun, Arial;
}
.ri_title h2 {
	padding-left:40px;
	float:left;
	font-size:18px;
	color:#27aa09;
	line-height:45px;
	font-weight:normal;
}
.ri_title span {
font-size: 16px;
color: #666;
line-height: 65px;
margin: 50px 0 50px 50px;
}
.ri_title a{ color:#666;}
.ri_title span em {
	margin:0 5px;
	color:#666;
	font-style:normal;
}
.ri_title1 {
	height:45px;
	width:1180px;
	background:url(../images/menu.png) left center no-repeat;
	border-bottom:2px #27aa09 solid;
}
.ri_title1 h2 {
	font-size:18px;
	color:#27aa09;
	line-height:45px;
	font-weight:normal;
}
.ri_title1 h2 span {
float: right;
font-size: 14px;
color: #999;
line-height: 45px;
}

.text_body {
width: 820px;
min-height:520px;
line-height: 50px;
margin: 0 50px 0 50px;
}
.text_body p {
	line-height:50px;
	font-family:SimSun, Arial;
	font-size: 16px;
	color: #666;
	margin:10px 0;
}
/*公司治理*/
.img_1 {
	width:100%;
	text-align:center;
	height:248px;
	padding:10px 0;
	background:url(../images/ic_dian.jpg) left bottom repeat-x;
}
.img_1 p {
	width:190px;
	height:248px;
	margin:0 auto;
}
.img_1 img {
	width:180px;
	height:200px;
	border:1px #eee solid;
	padding:4px;
}
.img_1 span {
	width:190px;
	height:40px;
	line-height:40px;
	font-size:14px;
	background-color:#eee;
	display:block;
	color:#666;
}
.img_2 {
	width:100%;
	text-align:center;
	border-bottom:1px #eee dotted;
	height:248px;
	padding:10px 0;
}
.img_2 p {
	width:155px;
	height:248px;
	margin-left:145px;
	float:left;
	margin-right:50px;
}
.img_2 img {
	width:145px;
	height:200px;
	border:1px #eee solid;
	padding:4px;
}
.img_2 span {
	width:155px;
	height:40px;
	line-height:40px;
	font-size:14px;
	background-color:#eee;
	display:block;
	color:#666;
}
.img_3 {
	width:100%;
	text-align:center;
	border-bottom:1px #eee dotted;
	height:248px;
	padding:10px 0;
}
.img_3 p {
	width:155px;
	height:248px;
	margin-left:85px;
	float:left
}
.img_3 img {
	width:145px;
	height:200px;
	border:1px #eee solid;
	padding:4px;
}
.img_3 span {
	width:155px;
	height:40px;
	line-height:40px;
	font-size:14px;
	background-color:#eee;
	display:block;
	color:#666;
}
.img_4 {
	width:100%;
	text-align:center;
	border-bottom:1px #eee dotted;
	height:248px;
	padding:10px 0;
}
.img_4 p {
	width:155px;
	height:248px;
	margin-left:35px;
	float:left
}
.img_4 img {
	width:145px;
	height:200px;
	border:1px #eee solid;
	padding:4px;
}
.img_4 span {
	width:155px;
	height:40px;
	line-height:40px;
	font-size:14px;
	background-color:#eee;
	display:block;
	color:#666;
}
.ny_erm {
	margin:15px auto;
}
.ny_erm h3 {
	color:#ff0000;
	text-align:center;
	margin-bottom:15px;
}
.ny_erm img {
	display:block;
	margin:0 auto;
	border:1px solid #ddd;
	margin-bottom:15px;
}
/*网站底部*/

.footer {
height: 327px;
width: 100%;
text-align: center;
float: left;
background-color: #1e1e1e;
margin-top: 10px;
}


.footer_ul{
padding-top: 30px;
overflow: hidden;
position: relative;
}
.footer_ul li{
width: 295px;
float: left;
text-align: left;
}
.footer_ul li dl dt{
height: 24px;
line-height: 24px;
font-size: 14px;
color: #999;
padding:15px 0 15px 0;
}
.footer_ul li dl dt a{
color: #FFF;
font-size: 18px;
}
.footer_ul li dl dd{
	height:24px;
	line-height:24px;	
	color:#999;	
}
.footer_ul li dl dd a{
	color:#999;	
}
.foot_line1 { position: absolute;
left: 170px;
top: 45px;} 
.foot_line2 { position: absolute;
left: 490px;
top: 45px; } 
.foot_line3 { position: absolute;
left: 820px;
top: 45px; }
.ewm{ padding:10px 0 10px 0;}
.ts{ font-size:14px;}
.fot {
	height:40px;
	width:600px;
	margin:0 auto;
}
.fot span a {
	color:#fff;
}
.fot a:hover {
	color:#fff;
}
.fot span {
	color:#fff;
	font-size:12px;
	line-height:40px;
	float:left
}
.fot b {
	color:#fff;
	font-size:12px;
	line-height:40px;
	text-align:right;
	font-weight:normal;
	background:url(../images/ph.png) left 5px no-repeat;
	float:left;
	padding-left:25px;
	margin-left:20px;
}
/*首页产品展示*/
.Pindex {
    position: relative;
    width: 100%;
    overflow: hidden;

}
#Pindex .Page.Page-active {
    -webkit-animation: roll 1s ease-in-out;
    -o-animation: roll 1s ease-in-out;
    animation: roll 1s ease-in-out;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
#Pindex .Page {
    -webkit-background-size: cover;
    background-size: cover;
}
.Pindex .Page {
    position: relative;
}
.Pindex .GroupNews {
    background: url(../images/bg2.jpg) no-repeat center;
	height: 670px;
}
.Pindex .Page .content {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-54%);
    -ms-transform: translateY(-54%);
    -o-transform: translateY(-54%);
    transform: translateY(-54%);
}
.Pindex .Page {
    position: relative;
    width: 100%;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0 -webkit-transition: transform 1s ease-in;
    -o-transition: transform 1s ease-in;
    transition: transform 1s ease-in;
}

.Pindex .Page .head {
    text-align: center;
}
.Pindex .Page .head a {
width: 1180px;
height: 21px;
line-height: 21px;
display: block;
font-size: 28px;
color: #FFF;
margin:0 auto;
}
.Pindex .Page .head p {
font-size: 14px;
color: #FFF;
line-height:21px;
text-transform:uppercase;
padding-top: 5px;
}
.Pindex .GroupNews .JC1 {
    position: relative;
    overflow: hidden;
	margin-top: 55px;
}
.container {
    width: 979px;
	margin:0 auto;
}
.Pindex .GroupNews .JC1 .jcarousel {
    width: 1960px;
    height: 344px;
    margin-left: auto;
    margin-right: auto;
	overflow:hidden;
}
.jcarousel .jcarousel-list {
    width: 2000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.Pindex .GroupNews .JC1 .jcarousel-item {
    padding: 0 10px;
    opacity: 0;
    width: 959px;
    filter: alpha(opacity=0);
}
.jcarousel .jcarousel-item {
    float: left;
}
.Pindex .GroupNews .item {
    float: left;
    width: 244px;
    height: 344px;
    margin-right: 1px;
    margin-bottom: 0;
    display: inline;
    -webkit-box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
    -moz-box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
}
.Pindex .GroupNews .item a {
    position: relative;
    display: block;
    height: 100%;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.Pindex .GroupNews .item h3{   padding: 20px 20px;} 

.Pindex .GroupNews .item span{   padding: 0 20px;}

.Pindex .GroupNews .item a:hover{
background:#0c4da2;
color:#FFF;
}
.Pindex .GroupNews .button{
width: 1180px;
margin: 0 auto;
position: absolute;
top: 50%;
}

.Pindex .GroupNews .button .prev {
    left: -100px;
    background: url(../images/left1.png) no-repeat 0 0;
}
.Pindex .GroupNews .button span {
    position: absolute;
    width: 30px;
    height: 66px;
    top: 50%;
    margin-top: -33px;
    cursor: pointer;
}
.Pindex .GroupNews .button .next {
    right: 100px;
    background: url(../images/right1.png) no-repeat 0 0;
}
.Pindex .GroupNews .button span {
    position: absolute;
    width: 30px;
    height: 66px;
    top: 50%;
    margin-top: -33px;
    cursor: pointer;
}
.Pindex .GroupNews .button .prev:hover {
    background: url(../images/left2.png) no-repeat 0 0;
}
.Pindex .GroupNews .button .next:hover {
    background: url(../images/right2.png) no-repeat 0 0;
}
.aboutbg{ background:#e6e6e6;}
.Pindex .about .item {
float: left;
width: 244px;
height: 344px;
margin-right: 65px;
margin-bottom: 0;
display: inline;
margin-top: 41px;
background:#FFF;
}

.Pindex .about .item h3{   padding: 20px 20px;} 

.Pindex .about .item span{   padding: 0 20px;}

.about .active{
background:#0c4da2 !important;
color:#FFF;
}
.jt_news .active{
background:#0c4da2 !important;
color:#FFF !important;
}
.about .active h3{
color:#FFF;
}
.about .active span{color:#FFF;}
.jt_news .active h3{
color:#FFF;
}
.jt_news .active span{color:#FFF;}
.jt_news .active b{color:#FFF;}
.jt_news .active i{color:#FFF;}
.jt_news b{ margin-left:15px; margin-right:15px;}
.jt_news i{ margin-left:15px; margin-right:15px;}


.text_body table {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #666;
	border-collapse: collapse;
}
.text_body table th {
	border-width: 1px;
	border-style: solid;
	border-color: #666;
	background-color: #d8d8d8;
}
.text_body table td {
	border-width: 1px;
	border-style: solid;
	border-color: #666;
	background-color: #ffffff;
}
.text_body input{
height: 25px;
width: 180px;
}
.text_body select{ height:25px;}
.text_body input[type="submit"]{
    height: 35px;
    width: 80px;
}
.text_body input[type="reset"]{
    height: 35px;
    width: 80px;
}
.jCarouselLite {float:left;width:979px;height:152px;overflow:hidden;/*必要元素*/}
.gsjs{ width: 1180px; margin: 0 auto; margin-top: 0px; margin-bottom: 0px; margin-bottom: 10px; padding: 0; } 
.gsjs .gsjs_title { width: 1180px; display: block; margin: 60px 0 10px 0; text-align: center; } 
.gsjs .gsjs_title a { width: 1180px; height: 21px; line-height: 21px; display: block; font-size: 28px; color: #333; } 
.gsjs .gsjs_title p { font-size: 14px; color: #999; line-height: 21px; text-transform: uppercase; padding-top: 5px; } 
.gsjs p{ color:#666; font-size:14px; padding:20px; line-height:30px;}