﻿@charset "utf-8";
/* CSS Document */
#Divpage{width:100%;padding-left:0px; margin:0px 0 0px 0;}
#Divpage ul{ float:left;list-style-type:none;}
#Divpage ul li{ float:left;list-style-type:none; padding:0 5px;}
#Divpage ul li a { width:32px; height:26px; display:block; background:#ffffff; line-height:26px; text-align:center; color:#393939; text-decoration:none; font-weight:700;border:1px solid #cccccc; }
#Divpage ul li a:hover { background:#cc0000; color:#FFF;}
/*提示字体*/
.topicTitle { font-size:14px; font-weight:bold; color:#333333;}
.huitext{COLOR: #333333; font-size:12px;}
.redtext{COLOR: #ff0000;font-size:12px;}

.page {
    padding: 50px 0 30px;
}
.page.gray {
    background: #f5f5f5 none repeat scroll 0 0;
}
.page.blue {
    background: #1977df none repeat scroll 0 0;
    color: #fff;
    padding: 40px 0;
    text-align: center;
}
.page.blue h4 {
    font-size: 24px;
    margin-bottom: 30px;
}
.page h2 {
  color: #0e0e0e;
    font-weight: bold;
    font-size: 32px;
    text-align: center;
}
.page h2 a:link, .page h2 a:visited, .page h2 a:hover, .page h3 a:link, .page h3 a:visited, .page h3 a:hover {
    color: #222;
}
.page h3 {
    color: #222;
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
}
.page-bottom {
    background: #333 none repeat scroll 0 0;
    width: 100%;
}
.center {
    text-align: center;
}
.page1 p {
    color: #3d3d3d;
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 5px;
}
.page1 p a:link, .page1 p a:visited, .page1 p a:hover, dl.p3 p a:link, dl.p3 p a:visited, dl.p3 p a:hover {
    border-bottom: 1px dotted #ddd;
    color: #3d3d3d;
}
.submsg {
    color: #787878;
    padding-bottom: 10px;
    padding-top: 15px;
    text-align: center;
}
.submsg a:link, .submsg a:visited, .submsg a:hover {
    color: #787878;
}
a.more1 {
    color: #1977df;
    font-size: 14px;
}
a.more2, a.more3 {
    border: 1px solid #1977df;
    border-radius: 4px;
    color: #1977df;
    display: inline-block;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    width: 148px;
}
a.more3 {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #1977df;
}
.page-nav {
    margin: 0 auto;
    padding: 50px 0;
    text-align: center;
    width: 784px;
}
.page-nav a {
    border: 1px solid #dadee6;
    color: #3d3d3d;
    display: inline-block;
    float: left;
    font-size: 16px;
    height: 52px;
    line-height: 52px;
    margin-left: -1px;
    overflow: hidden;
    text-align: center;
    width: 195px;
}
.page-nav a.active {
    background: #1977df none repeat scroll 0 0;
    color: #fff;
}
.page-nav a.first {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.page-nav a.last {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.cell4,  .cell5,  .cell2 {
	padding: 35px 0 35px;
	margin-top: 5px;             /*Change*/
}
.cell2 {
	width: 50%;
	margin: 0px auto;
}
.client-develop {
	background: url(../images/bgDevelop.png) no-repeat;
}
.cell4-content,  .cell5-content,  .cell2-content {
	display: block;
	width: 25%;
	text-align: center;
	float: left;
	position: relative;
	height: 122px;
}
.cell5-content {
	width: 20%;
}
.cell2-content {
	width: 50%;
}
.cell4-content span.img,  .cell5-content span.img,  .cell2-content span.img {
	height: 90px;
	width: 100%;
	text-align: center;
	display: block;
}
.cell4-content span.title,  .cell5-content span.title,  .cell2-content span.title {
	font-size: 16px;
	color: #787878;
	line-height: 32px;
}
@-webkit-keyframes flipInX {
 0% {
-webkit-transform:perspective(400px) rotateX(90deg);
opacity:0.5;
}
 40% {
-webkit-transform:perspective(400px) rotateX(-10deg)
}
 70% {
-webkit-transform:perspective(400px) rotateX(10deg)
}
 100% {
-webkit-transform:perspective(400px) rotateX(0deg);
opacity:1.0
}
}
 @-moz-keyframes flipInX {
 0% {
-moz-transform:perspective(400px) rotateX(90deg);
opacity:0.5;
}
 40% {
-moz-transform:perspective(400px) rotateX(-10deg)
}
 70% {
-moz-transform:perspective(400px) rotateX(10deg)
}
 100% {
-moz-transform:perspective(400px) rotateX(0deg);
opacity:1.0
}
}
 @keyframes flipInX {
 0% {
transform:perspective(400px) rotateX(90deg);
opacity:0.5;
}
 40% {
transform:perspective(400px) rotateX(-10deg)
}
 70% {
transform:perspective(400px) rotateX(10deg)
}
 100% {
transform:perspective(400px) rotateX(0deg);
opacity:1.0
}
}
.cell-detail {
	width: 100%;
	height: 160px;
	position: absolute;
	top: 50%;
	margin-top: -80px;
	left: -1px;
	border: 1px solid #bad6f5;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
	z-index: 3;
	text-align: center;
	animation: flipInX 0.7s ease both;
	-webkit-animation: flipInX 0.7s ease both;
	-moz-animation: flipInX 0.7s ease both;
	display: none;
}
.client-develop .cell-detail {
	width: 192px;
	left: 1px;
	height: 186px;
	margin-top: -95px;
	border-radius: 0;
}
.client-develop .cell-detail p {
	padding-top: 10px;
}
.client-develop span.title {
	color: #1977df;
}
.cell2-content:hover .cell-detail,  .cell4-content:hover .cell-detail,  .cell5-content:hover .cell-detail {
	display: block;
}
.cell-detail h4 {
	font-size: 18px;
	color: #222;
	line-height: 24px;
	padding: 16px 0;
}
.cell-detail p {
	padding: 30px 10px;
	font-size: 14px;
	color: #3d3d3d;
	/* margin-bottom: 20px;

*/   line-height: 24px;
}
.cell-detail a {
	color: #1977df;
}




.index_baidutitle{ background:url(../images/index_njdl_t.jpg) no-repeat ; margin:20px 0px 10px; font-size:18px; color:#FFFFFF; font-weight:bold; padding:10px;}
.index_njbaidu { overflow:hidden; list-style:none;}
.index_njbaidu li { float:left; width:300px; text-align:center; line-height:20px; margin-right:30px; color:#8e8e8e; margin-top:30px; }
.index_njbaidu li span { font-size:14px; font-weight:bold; color:#333; text-align:center;}
.index_njbaidu li img { width:220px; height:160px; margin-bottom:10px}
.index_njbaidu li.end { margin-right:0px}



.index_box { width:980px; margin:0 auto; overflow:hidden; margin-bottom:10px; margin-top:30px;}

.index_khcase { float:left; width:300px; margin:10px;overflow:hidden;}
.index_khcase ul { border-left:3px #56acdd solid; height:40px; line-height:40px; text-indent:15px; font-family:'微软雅黑'; font-size:18px; margin-bottom:10px;}
.index_khcase li { width:300px;line-height:30px; text-indent:20px;list-style:none; float:left; text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap;  /*强制不换行*/ overflow:hidden;}
.index_khcase li A:link {COLOR: #808080; TEXT-DECORATION: none; }
.index_khcase li A:visited {COLOR: #808080; TEXT-DECORATION: none;}
.index_khcase li A:hover {COLOR: #cc0000; TEXT-DECORATION: none;}

.index_khcase1 { float:right; width:300px;}
.index_khcase1 ul { border-left:3px #56acdd solid; height:40px; line-height:40px; text-indent:15px; font-family:'微软雅黑'; font-size:18px; margin-bottom:20px;}
.index_khcase1 li { width:300px; line-height:30px; text-indent:20px;list-style:none; float:left; text-overflow: ellipsis; /*以省略号...显示*/
    white-space: nowrap;  /*强制不换行*/ overflow:hidden;}
.index_khcase1 li A:link {COLOR: #808080; TEXT-DECORATION: none;}
.index_khcase1 li A:visited {COLOR: #808080; TEXT-DECORATION: none;}
.index_khcase1 li A:hover {COLOR: #cc0000; TEXT-DECORATION: none;}



.subMain { width: 980px; margin: 35px auto 50px auto; background: url(../images/sub-line.gif) repeat-y 236px top; overflow:hidden;font-family: '微软雅黑';}
.subMain .sub-l { width: 236px; float: left; padding-top: 30px; }
.subMain .sub-l .hd { height: 42px; border-bottom: 1px solid #ccc; padding-left: 20px; }
.subMain .sub-l .hd h3 { height: 20px; border-left: 3px solid #e62129; padding-left: 12px; font-size: 20px; color: #444 }
.subMain .sub-l .bd { width: 218px; margin-top: 40px; }
.subMain .sub-l a.menu { height: 30px; line-height: 30px; text-indent: 20px; color: #333; font-size: 14px; margin-bottom: 5px; display: block; }
.subMain .sub-l a.on, .subMain .sub-l a.menu:hover { background: #e62129; color: #fff }
.subMain .sub-l .submenu { padding: 0px 0 5px 20px; line-height: 24px; }
.subMain .sub-l .submenu a { color: #666 }
.subMain .sub-l .submenu a:hover { color: #e62129; }
.subMain .sub-l .contact { border: 1px solid #ccc; padding-bottom: 5px; }
.subMain .sub-l .contact .form { padding-left: 12px; margin-top: 15px; font-size:12px}
.subMain .sub-l .contact .form td { vertical-align: middle; height: 28px; color: #999 }
.subMain .sub-r { position: relative; width:744px; float: right }
.subMain .sub-r strong, .subMain .sub-r font { color: #666 !important; }
.subMain .sub-r .time { color: #666 !important; }
.subMain .sub-r .hd { height: 72px; border-bottom: 1px solid #ccc; position: relative }
.subMain .sub-r .hd .webmap { height: 16px; line-height: 16px; text-align: right; color: #ccc; }
.subMain .sub-r .hd .webmap a { color: #ccc }
.subMain .sub-r .hd .webmap a:hover { color: #e62129 }
.subMain .sub-r .hd .webmap img { vertical-align: -1px; margin-right: 15px; }
.subMain .sub-r .hd h3 { position: absolute; height: 38px; left: 46px; bottom: 0; border-bottom: 2px solid #e62129; color: #e62129; font-size: 18px; }
.subMain .sub-r .bd { margin-top: 40px; padding-left: 46px; }
.subMain .sub-r .jdInfo { position: relative; }
.subMain .sub-r .jdInfo .img.float { position: absolute; top: 0px; right: 0; z-index: 100; }
.subMain .sub-r .jdInfo .img.embed { margin-top: 36px; }
.subMain .sub-r .jdInfo h4 { line-height: 14px; font-size: 14px; font-weight: bold; color: #666; margin-top: 36px; }
.subMain .sub-r .bd #new h2 { line-height: 14px; font-size: 14px; font-weight: bold; color: #666; }
.subMain .sub-r .bd #new p { font-family: '宋体'; line-height: 25px; color: #666; }
.subMain .sub-r .bd #new h2 { line-height: 26px; font-size: 18px; font-weight: bold; color: #666; text-align: center; margin: 20px 0 10px; }
.subMain .sub-r .bd #new h5 { line-height: 14px; font-size: 14px; font-weight: normal; color: #666; text-align: center; }
.subMain .sub-r .bd #new p { font-family: '宋体'; line-height: 25px; color: #666; margin-top: 0 !important; padding: 10px 0; }
.subMain .sub-r .jdInfo p { line-height: 22px; color: #666; margin-top: 25px; }
.subMain .sub-r .jdInfo p.red { font-family: '微软雅黑'; font-size: 14px; color: #e62129; }
.subMain .sub-r .jdInfo p.blue { font-size: 14px; color: #187dd4; }
.subMain .sub-r .jdInfo p span { font-family: '宋体'; }
.subMain .sub-r .jdInfo p span.red { color: #e62129; }
.subMain .sub-r .jdInfo p span.blue { color: #187dd4; }
/*.subMain .sub-r table { margin-top: 36px; width: 718px; border-collapse: collapse; border: 1px solid #ebe7e4; }
.subMain .sub-r table tr { height: 36px; }
.subMain .sub-r table tr:first-child { background-color: #f7f7f7; }
.subMain .sub-r table tr td { height: 36px; font-family: "宋体"; font-size: 12px; text-align: center; vertical-align: middle; border: 1px solid #efefef; /* efefef */ }
.subMain .sub-r table tr:first-child td { font-size: 14px; font-family: "微软雅黑"; }*/
.subMain .sub-r .activeList { margin-top: 35px; }
.subMain .sub-r .activeList li { height: 20px; line-height: 20px; background: url(../images/bg/line-ds.gif) repeat-x left center; margin-bottom: 8px; }
.subMain .sub-r .activeList .link { height: 20px; line-height: 20px; background: url(../images/bg/icon08.gif) no-repeat left center #fff; padding: 0 22px; float: left; }
.subMain .sub-r .activeList .link a { font-size: 14px; color: #333 }
.subMain .sub-r .activeList .link a:hover { color: #e62129 }
.subMain .sub-r .activeList .time { height: 20px; font-size: 14px; color: #333; line-height: 20px; background: #fff; padding-left: 20px; float: right }
.subMain .sub-r .video-container { padding-top: 35px; }
.subMain .sub-r .video-container ul { margin: 0 -13px; }
.subMain .sub-r .video-container li { float: left; margin: 0 13px 20px; }
.subMain .sub-r .video-container .video { padding: 3px 4px; width: 212px; height: 122px; border: 1px solid #eee; }
.subMain .sub-r .video-container .title { margin-top: 10px; padding: 3px 4px; width: 100%; height: 16px; font-size: 16px; color: #e61e25; text-align: center; }


.news_list ul { margin-bottom:20px}
.news_list ul li { line-height:40px; font-size:15px; border-bottom:1px #CCC dashed; background:url(../images/dian2.jpg) no-repeat 0px 16px; text-indent:18px}
.news_list ul li span { float:right; font-size:12px}
.news_content { padding-top:20px; line-height:35px; font-size:14px; width:700px;}


.newscontent{ width:716px; }
.newscontenttitle{text-align:center; font-size:18px; margin-bottom:10px; font-weight:bold;}
.newscontentsj{text-align:center; border-bottom:1px #CCC dotted; padding-bottom:10px}



.nyproli{  margin:0 auto;min-height:400px; width:744px;}
.nyproli li{ float:left;  padding:10px;}
.nyproli li p{text-align:center; font-family:"宋体"; font-size:14px; color:#282828; line-height:30px;}
.nyproli li img{border: #c8c8c8 solid 1px; width:200px; height:180px; padding:4px;}
.nyproli li img:hover{border: #c8c8c8 solid 1px; width:200px; height:180px; padding:4px;opacity:0.7;
filter:alpha(opacity=70);}

.pic_cp img{max-width:650px; border:1px solid #ccc; margin-top:10px; }

.fanye{line-height:20px;margin:10px 30px 20px 0px;}
.fanye span{ border:1px solid #CCCCCC; padding:2px; margin:5px;}
.current{ background: #CCCCCC;}
.disabled{ background:#cccccc;}
.fanye  a { border:1px solid #CCCCCC; padding:2px; margin:5px;}
.fanye a:hover{text-decoration:underline;}
.side_nav{
	position: fixed;
	top: 50%;
	right: 0;
  	width: 60px;
  	z-index: 99999;
}
.side_nav ul li{
	position: relative;
	width: 60px;
	height: 60px;
  	float: right; 
  	margin-bottom: 1px;
  	/* border-bottom: 1px solid #fff; */
}
.side_nav ul li a{
	display:inline-block;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
/* 	border-bottom: 1px solid #fff; */
}
/* .side_nav ul li:last-child,.side_nav ul li:last-child a{
	border-bottom: 0;
} */
.current_side_n{
	width: 140px!important;
}
.current_side_n a{
	width: 140px!important;
}
/* .current_side_n span{

} */
.side_nav ul li span{
/*  	display:block; */
	width: 148px;
	height: 148px;
  	float: left;
	color:#fff;
	line-height: 60px;
	font-size: 16px;
 	margin-left: 60px;
 	cursor: pointer;
}
.side_nav ul li span img{
	width: 148px;
	height: 148px;
}
.side_nav_3 a{
	width: 60px;
}
.side_nav_3 a span{
	width: 148px;
	height: 148px;
	position: absolute;
	right: 60px;
	bottom: 0;
	margin-left: 0!important;
 	display: none; 
}

.tel a{
	background: #006ab4 url(../images/yuyue_icon_12.png) no-repeat 15px 15px;
}
.QQ a{
	background: #006ab4 url(../images/0013920_47.png) no-repeat 15px -96px;
}
.sub_QR a{
	background: #006ab4 url(../images/0013920_47.png) no-repeat 15px -207px;
}
.back_top a{
	background: #006ab4 url(../images/0013920_47.png) no-repeat 15px -317px;
}

.advantage {
	width:100%;
	height:auto;
	margin:0 auto;
	background:#f8f8f8
}
.advantage .main {
	width:1118px;
	height:494px;
	margin:0 auto;
	position:relative
}
.advantage .main .guang {
	width:265px;
	height:48px;
	background:url(../images/bdtg1.png) no-repeat 0 center;
	text-indent:60px;
	position:absolute;
	left:380px;
	top:190px;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}
.advantage .main .guang p {
	line-height:48px;
	font-size:22px;
	color:#333
}
.advantage .main .zhun {
	width:355px;
	height:48px;
	background:url(../images/bdtg3.png) no-repeat 0 center;
	text-indent:60px;
	position:absolute;
	left:380px;
	top:190px;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}
.advantage .main .zhun p {
	line-height:48px;
	font-size:22px;
	color:#333
}
.advantage .main .zhuan {
	width:355px;
	height:48px;
	background:url(../images/bdtg2.png) no-repeat 0 center;
	text-indent:60px;
	position:absolute;
	left:380px;
	top:190px;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}
.advantage .main .zhuan p {
	line-height:48px;
	font-size:22px;
	color:#333
}
.advantage .main .huo {
	width:355px;
	height:48px;
	background:url(../images/bdtg4.png) no-repeat 0 center;
	text-indent:60px;
	position:absolute;
	left:380px;
	top:190px;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}
.advantage .main .huo p {
	line-height:48px;
	font-size:22px;
	color:#333
}
.advantage .main .sheng {
	width:355px;
	height:48px;
	background:url(../images/bdtg5.png) no-repeat 0 center;
	text-indent:60px;
	position:absolute;
	left:380px;
	top:190px;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}
.advantage .main .sheng p {
	line-height:48px;
	font-size:22px;
	color:#333
}
.advantage .main .ys {
	width:230px;
	height:134px;
	background:url(../images/bdtg6.png) no-repeat 0 center;
	position:absolute;
	left:416px;
	top:162px
}
.advantage .main .ys .icon {
	width:45px;
	height:45px;
	position:absolute;
	left:94px;
	top:17px
}
.advantage .main .ys .title {
	width:230px;
	height:72px;
	line-height:72px;
	font-weight:bold;
	color:#FFF;
	font-size:32px;
	text-align:center;
	left:0px;
	top:62px;
	position:absolute
}

.zzfw {
	width:1100px;
	height:auto;
	margin:0 auto;
	margin-top:40px
}
.zzfw .title1 {
	font-size:36px;
	height:50px;
	color:#0e0e0e;
	font-weight:bold;
	text-align:center
}
.zzfw .title1 span {
	font-size:48px;
	line-height:50px;
	font-weight:bold;
	color:#fe5a00
}
.zzfw .title2 {
	color:#8c8c8c;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	line-height:50px;
	background:url(../images/dec.gif) no-repeat center bottom
}
.zzfw .content {
	width:1100px;
	height:auto;
	margin:35px auto 65px
}
.zzfw .content .frame1 {
	width:315px;
	height:372px;
	background:#fe5b00;
	margin-right:70px;
	float:left
}
.zzfw .content .frame1 p {
	margin:55px 25px 0;
	color:#fff;
	font-size:13px;
	line-height:33px;
	height:240px;
	overflow:hidden
}
.zzfw .content .frame1 a, .zzfw .content .frame1 a:hover {
	width:169px;
	height:41px;
	line-height:41px;
	display:block;
	text-align:center;
	background: url(../images/frame1.png) center center no-repeat;
	color:#666666;
	font-size:15px;
	margin:0 auto;
}


.bjhh {
	width:100%;
	height:auto;
	margin:0 auto;
	background:url(../images/dec1.gif) repeat
}
.bjhh .main1 {
	width:1110px;
	height:auto;
	margin:0 auto;
	padding-top:56px
}
.bjhh .main1 .title1 {
	font-size:32px;
	height:50px;
	color:#0e0e0e;
	font-weight:bold;
	text-align:center
}
.bjhh .main1 .title1 span {
	font-size:35px;
	line-height:50px;
	font-weight:bold;
	color:#fe5a00
}
.bjhh .main1 .title2 {
	color:#8c8c8c;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	line-height:50px;
	background:url(../images/dec.gif) no-repeat center bottom
}
.bjhh .main1 .content2 {
	width:1110px;
	height:auto;
	margin:40px 0 58px
}
.bjhh .main1 .content2 .leftframe {
	width:818px;
	height:auto;
	float:left
}
.bjhh .main1 .content2 .leftframe .framea {
	width:221px;
	height:246px;
	float:left;
	background:url(../images/a.gif) no-repeat 23px 21px #FFF
}
.bjhh .main1 .content2 .leftframe .framea p {
	font-size:16px;
	line-height:40px;
	color:#4f4f4f;
	margin-top:90px;
	margin-left:15px
}
.bjhh .main1 .content2 .leftframe .framea span {
	color:#eb3726;
	font-size:20px;
	font-weight:bold;
	line-height:40px
}
.bjhh .main1 .content2 .leftframe .frameb {
	width:376px;
	height:246px;
	float:left;
	background:url(../images/b.gif) no-repeat 0 0;
	float:left
}
.bjhh .main1 .content2 .leftframe .framec {
	width:221px;
	height:246px;
	background:url(../images/c.gif) no-repeat 23px 21px #ff5943;
	float:left
}
.bjhh .main1 .content2 .leftframe .framec p {
	font-size:14px;
	line-height:30px;
	color:#fff;
	margin:90px 22px 0
}
.bjhh .main1 .content2 .leftframe .framec span {
	color:#fff100;
	font-size:16px;
	font-weight:bold;
	line-height:30px
}
.bjhh .main1 .content2 .leftframe .framed {
	width:597px;
	height:201px;
	float:left;
	background:url(../images/e.gif) no-repeat 0 0;
}
.bjhh .main1 .content2 .leftframe .framee {
	width:221px;
	height:201px;
	float:left;
	background:url(../images/f.gif) no-repeat 23px 17px #FFF
}
.bjhh .main1 .content2 .leftframe .framee p {
	font-size:13px;
	line-height:30px;
	color:#4f4f4f;
	margin:70px 12px 0
}
.bjhh .main1 .content2 .leftframe .framee span {
	color:#eb3726;
	font-size:16px;
	font-weight:bold;
	line-height:30px
}
.bjhh .main1 .content2 .rightframe {
	width:292px;
	height:auto;
	float:right
}
.bjhh .main1 .content2 .rightframe .framef {
	width:292px;
	height:447px;
	background:url(../images/d.gif) no-repeat 0 0
}
.cgkh {
	width:100%;
	height:auto;
	margin:0 auto;
	margin-top:40px
}
.cgkh .main {
	width:1116px;
	height:auto;
	margin:0 auto;
}
.g-in { width:1100px; margin:0 auto; }.g-in:after{content:'\20';display:block;height:0;clear:both}.g-in{*zoom:1}

/* 首页模块 */
.s-blue{background:#006bb1 }
.g-in {
    width: 1200px;
    margin: 0 auto;
}



.s-blue .g-hd h2{background:#006bb1;color:#fff}
.g-col .g-hd h3 { margin-bottom:15px; font-size:14px; font-weight:normal; line-height:26px; }
.g-col .g-hd .line { position:relative; display:block; width:430px; height:1px; margin:2px auto 28px; background:#d1d1d1; display:none}
.g-col .g-hd .line i { position:absolute; left:50%; top:-2px; display:block; width:64px; height:5px; margin-left:-32px; background:#f60; }
.g-col .g-hd .desc { padding:0 0 25px; color:#666; line-height:24px; }
.g-col .g-bd { padding-top:20px; }
.g-bd-top-pd{padding-top:50px}
.s-blue .g-hd .desc{color:#fff}
.g-col .m-news{padding-top:0}

.g-col .g-in { padding:40px 0 50px 0; }

.g-col .g-hd { text-align:center; background:url(../images/dot_line.jpg) repeat-x 0 23px;text-align:center;}
.s-blue .g-hd{background-image:url(../images/dot_line2.jpg)}
.g-col .g-hd h2 { color:#000; font-size:28px; line-height:44px;background:#fff;padding:0 20px;background:#fff;display:inline-block;*display:inline;zoom:1; margin:0 0 5px}
.s-grey .g-hd h2,.WebUnion-two .g-hd h2,.WebUnion-four .g-hd h2{background:#f5f5f5}
.s-blue .g-hd h2{background:#006bb1;color:#fff}
.m-news .m-item{padding:40px 0 0}
.m-news .m-item dl { float:left; position:relative; width:400px; height:110px; margin:0 0 40px; padding:0 30px 0 120px; line-height:20px; }
.m-news .m-item dl .date { position:absolute; top:0; left:0; width:101px; height:88px; padding-top:13px; border-radius:100%; background:#0076c4;overflow:hidden; color:#fff; font:15px/22px arial; text-align:center; }

.m-news .m-item dl .date i { display:block; font-size:48px; line-height:48px;color:#fff}
.m-news .m-item dl dt {height:25px;overflow:hidden;display:block; margin-bottom:8px; padding-top:5px; font-size:15px; font-weight:bold}
.m-news .m-item dl .desc { display:block; height:40px;overflow:hidden;margin:0 0 5px}
.m-news .more { background:#f5f5f5; }

.browser .icon-look{background:url(../images/icon-eye-2.png) no-repeat 0 56%;display:inline-block;*display:inline;zoom:1;padding:0 0 0 1.8em;cursor:pointer}

.m-excellent{color:#fff}
.m-excellent li { float:left; width:33.33%; margin:0; text-align:center;transition:color 0.2s linear 0s;}
.m-excellent li .num { width:125px;height:125px; margin:0 auto; border:1px solid #d1d1d1;border-radius:100%;}

.m-excellent li .num i{background:url(../images/icon-ibw-youshi.png) no-repeat -91px 0;display:block;width:58px;height:48px;margin:0 auto;position:relative;top:30px}
.m-excellent li .num .baidu{background-position:-91px -78px;width:48px;height:53px;}
.m-excellent li .num .jianzhan{background-position:-91px -161px;width:62px;height:54px;}
.m-excellent li:hover h3{/*color:#f6ff00;*/}

.m-excellent li:hover .num{background-color:#fff;border-color:#fff}
.m-excellent li:hover .num i{background-position:0 0}
.m-excellent li:hover .num .baidu{background-position:0 -78px}
.m-excellent li:hover .num .jianzhan{background-position:0 -161px}

.m-excellent li .num sup { font-size:40px; line-height:46px; vertical-align:top; }
.m-excellent li h3 { color:#fff; font-size:22px; font-weight:normal; line-height:30px;margin:0 0 15px;padding:50px 0 0;background:url(z-02.png) no-repeat center 10px;}
.m-excellent li .desc {line-height:26px; }