﻿@charset "utf-8";
/* CSS Document */
ul, li, span, b, p, strong, ol, dl, dd, dt, h1, h2, h3, h4, h5, input, a, div, img {
    margin: 0;
    padding: 0;
}
body {
    min-width: 1200px;
    overflow-x: hidden;
}
.content {
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    width: 1200px;
}
.content::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}
body {
    font-family: "微软雅黑";
    position: relative;
}
li {
    font-family: "微软雅黑";
    list-style: outside none none;
}
img {
    border: 0 none;
}



/*头部css*/


.header {
	width: 100%;
	min-width: 1200px;
	height: 170px;
	background-color: #fff;
	position: relative!important;
}
.header-main {
	width: 1200px;
	height: 115px;
	margin: 0 auto;
}
.logo {
	width: 690px;
	height: 100%;
	float: left;
}
.phone {
	/*width: 150px;*/
	height:60px;
	float: right;
	margin-top:23px;
	margin-right:60px;
	padding-left: 30px;
	background-image:url(../images/phone.png);
	background-repeat:no-repeat;
	background-position: 0px 15px;
	/*background-position:0 20px;*/
}
.phone p {
	font-size: 24px;
	line-height: 30px;
	font-family: Impact;
	color: #e71818;
	text-align: left;
	padding-left: 5px;
}
.header-nav {
	position: relative;
	width: 100%;
	min-width: 1200px;
	height: 55px;
	background-color: #fff;
	/*border-top: 1px solid #e6e6e6;*/
}
.header-nav-main {
	width: 1200px;
	height: 55px;
	margin: 0 auto;
}
.header-nav ul {
	width: 100%;
	margin: 0;
}
.header-nav ul li {
	width: 12.3%;
	margin-right: 1px;
	height: 55px;
	float: left;
	position:relative;
}
.header-nav ul li.navon .nav-two{display:none !important;}
.header-nav ul li.navon:hover .nav-two{display:block !important;}
.header-nav ul li a.nava {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 55px;
	font-size: 16px;
	color: #333;
	text-align: center;
}
.header-nav ul li a.nava:hover {
	background-color: #39c2f0;
	color: #fff;
}
.header-nav ul li.navon a.nava  {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 55px;
	font-size: 16px;
	text-align: center;
	background-color: #39c2f0;
	color: #fff;
}
.nav-two {
	display: none;
	position: absolute;
	top: 55px;
	left: 0;
	width: 100%;
	/*height: 40px;*/
	background-color: #d3ebf0;
	/*background-image: url(../images/repeat.png);
	background-repeat: repeat;
	background-position: center;*/
	z-index: 2;
}
.nav-main {
	position: relative;
	width: 1200px;
	/*height: 40px;*/
	margin: 0 auto;
	z-index: 3;
}
.nav-list {
	position: absolute;
	top: 0;
	left: 0 !important;
	width: 170.39px;
	text-align: center;
	/*height: 40px;*/
	z-index: 4;
	background-color: #d3ebf0;
}
.nav-list.k2{
	left: 343px!important;
}
.nav-list.k3{
	left: 514px!important;
}
.nav-list.k4{
	left: 685px!important;
}
.nav-list.k5{
	left: 858px!important;
}


.lk .nav-list{
	left:auto!important;
	right:0;
}
.header-nav ul li .nav-list a {
	/*float: left;*/
	display: block;
	font-size: 14px;
	color: #787878;
	font-weight: bold;
	line-height: 40px;
	cursor: pointer;
}
.header-nav ul li .nav-list a:hover {
	background-color: transparent;
	color: #787878;
}
.nav-list span {
	float: left;
	width: 1px;
	height: 10px;
	margin-top: 15px;
	margin-left: 40px;
	margin-right: 40px;
	background-color: #acbbbf;
	overflow: hidden;
	display: none;
}
.footer {
	width: 100%;
	min-width: 1200px;
	height: 340px;
	border-top: 7px solid #636363;
	background-color: #e0e0e0;
}
.footer-main {
	width: 1200px;
	padding-top: 60px;
	height: 190px;
	margin: 0 auto;
}
.info {
	width: 670px;
	height: 190px;
	float: left;
}
.info h2 {
	margin-bottom: 18px;
	line-height: 20px;
	font-size: 16px;
	color: #3f3f3f;
	font-weight: normal;
	text-align: left;
}
.info p {
	line-height: 20px;
	font-size: 13px;
	color: #585858;
	text-align: left;
}
.share {
	width: 100%;
	height: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.share a {
	display: block;
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: center;
}
.share a.wechat {
	background-image: url(../images/wechat.png);
}
.share a.sina {
	background-image: url(../images/sina.png);
}
.share a.tenct {
	background-image: url(../images/tenct.png);
}
.info b {
	line-height: 15px;
	font-size: 12px;
	font-weight: normal;
	color: #8a8a8a;
	text-align: left;
}
.info b a {
	display: inline;
	line-height: 15px;
	font-size: 12px;
	color: #8a8a8a;
	text-align: left;
}
.info b a:hover {
	color: #fff;
}
.link-info {
	width: 530px;
	height: 190px;
	float: right;
}
.code {
	width: 100%;
	height: 110px;
}
.code-list {
	width: 50%;
	height: 110px;
	float: left;
}
.code-list img {
	width: 110px;
	height: 110px;
	float: left;
}
.code-list p {
	width: 140px;
	line-height: 20px;
	float: left;
	margin-left: 15px;
	font-size: 14px;
	color: #3f3f3f;
}
.code-list p span {
	color: #39c2f0;
}
.link {
	position: relative;
	width: 100%;
	height: 45px;
	margin-top: 35px;
	background-color: #fff;
	background-image: url(../images/link_bg.png);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}
.link b {
	margin-left: 20px;
	line-height: 45px;
	font-size: 14px;
	color: #39c2f0;
	font-weight: bold;
}
.link span {
	width: 1px;
	height: 20px;
	margin-top: 8px;
	margin-left: 14px;
	margin-right: 14px;
	background-color: #e0e0e0;
	overflow: hidden;
}
.link p {
	display: inline;
	font-size: 13px;
	line-height: 45px;
	color: #959595;
	text-align: left;
}
.link-list {
	display: none;
	padding: 20px 0;
	position: absolute;
	bottom: 45px;
	left: 0;
	width: 100%;
	background-color: #fff;
	border-bottom: 2px solid #e0e0e0;
	z-index: 9;
}
.link-list a {
	display: block;
	width: 425px;
	padding-left: 110px;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	color: #959595;
	text-align: left;
}
.link-list a:hover {
	color: #39c2f0;
}
.online {
	position: fixed;
	bottom:228px;
	right: 0;
	width: 101px;
	height: 72px;
	/*margin-top: -45px;*/
	z-index: 11;
}
.online a {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../images/online.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#swtColse {
	display: none;
}



		/*首页css*/


.po-banner {
	position: relative;
	width: 100%;
	min-width: 1200px;
	height: 635px;
	overflow: hidden;
}
.banner {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
	height: 635px;
	overflow: hidden;
}
.banner ul {
	position: relative;
	width: 100%;
	margin: 0;
}
.banner ul li {
	width: 100%;
	height: 635px;
	float: left;
}

.banner .btn{
	width:100%;
	height:10px;
	margin:0!important;
	position:absolute;
	left:0;
	bottom:25px;
	display:block;
	text-align:center;
}

.banner .btn span{
	width:10px;
	height:10px;
	background:#999;
	border-radius:50%;
	margin:0 5px;
	display:inline-block;
}


.banner .btn span.on{
	background:#39c2f0;
}

.index-about {
	width: 100%;
	min-width: 1200px;
	height: 460px;
	margin: 0 auto;
}
.about-img {
	position: relative;
	width: 50%;
	height: 100%;
	float: left;
	overflow: hidden;
}
.about-img img {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -50%;
}
.about-img a {
	display: block;
	width: 100%;
	height: 100%;
}
.about-info {
	width: 50%;
	height: 370px;
	float: right;
}
.about-info h2 {
	padding-top: 90px;
	margin-left: 160px;
	width: 405px;
	font-size: 70px;
	line-height: 70px;
	font-family: Impact;
	font-weight: normal;
	color: #e7f0f4;
	text-align: left; 
}
.about-info h3 {
	margin-left: 160px;
	width: 405px;
	margin-top: 15px;
	line-height: 30px;
	font-size: 30px;
	color: #127495;
	font-weight: bold;
}
.about-info b {
	margin-left: 160px;
	display: block;
	width: 45px;
	height: 2px;
	margin-top: 22px;
	margin-bottom: 35px;
	background-color: #acceda;
}
.about-info h4 {
	margin-left: 160px;
	width: 405px;
	font-size: 16px;
	font-weight: bold;
	color: #505050;
}
.about-info p {
	margin-left: 160px;
	width: 405px;
	line-height: 25px;
	font-size: 13px;
	color: #333;
}
.index-team {
	width: 100%;
	min-width: 1200px;
	/*height: 660px;*/
	background-color: #ededed;
}
.index-team h2 {
	width: 100%;
	line-height: 70px;
	padding-top: 75px;
	font-size: 70px;
	font-family: Impact;
	font-weight: normal;
	color: #cdcdcd;
	text-align: center; 
}
.index-team h3 {
	width: 100%;
	line-height: 30px;
	margin-top: 18px;
	font-size: 30px;
	font-weight: bold;
	color: #7c7c7c;
	text-align: center;
}
.index-team b {
	display: block;
	margin-top: 20px;
	width: 45px;
	height: 2px;
	margin-left: auto;
	margin-right: auto;
	background-color: #cfcfcf;
}
.team-loop {
	position: relative;
	width: 1200px;
	height: 305px;
	margin-top: 55px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.team-loop ul {
	float: left;
}
.team-loop ul li {
	position: relative;
	width: 280px;
	height: 305px;
	float: left;
	margin-right: 25px;
	overflow: hidden;
}
/*.team-loop ul li a {
	display: block;
	position: relative;
	width: 280px;
	height: 305px;
	float: left;
	margin-right: 25px;
	overflow: hidden;
}*/
.lo-list {
	position: absolute;
	top: 0;
	left: 0;
	height: 305px;
}
.team-loop ul li a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
.team-bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background-image: url(../images/team_bg.png);
	background-repeat: repeat;
	background-position: center;
	z-index: 3;
}
.team-bg span {
	float: left;
	line-height: 50px;
	margin-left: 15px;
	font-size: 14px;
	color: #fff;
	text-align: left;
}
.team-bg i {
	float: right;
	width: 25px;
	height: 25px;
	margin-top: 12px;
	margin-right: 15px;
	background-image: url(../images/team_link.png);
	background-repeat: no-repeat;
	background-position: center;
}
.index-service {
	width: 100%;
	min-width: 1200px;
	height: 518px;
	overflow: hidden;
}
.service-info {
	padding-top: 100px;
	/*padding-left: 360px;*/
	padding-right: 55px;
	width: 25%;
	min-width: 373px;
	height: 465px;
	float: right;
	background-color: #fff;
}
.service-info h2 {
	width: 383px;
	line-height: 70px;
	font-size: 70px;
	color: #90e3ff;
	font-family: Impact;
	font-weight: normal;
	text-align: left;
}
.service-info h3 {
	margin-top: 18px;
	width: 100%;
	line-height: 30px;
	font-size: 30px;
	font-weight: bold;
	color: #39c2f0;
	text-align: left;
}
.service-info b {
	display: block;
	margin-top: 22px;
	margin-bottom: 30px;
	width: 45px;
	height: 2px;
	background-color: #39c2f0;
}
.service-info p {
	font-size: 13px;
	line-height: 25px;
	color: #177899;
}
.service-img {
	position: relative;
	width: 54%;
	height: 520px;
	float: right;
	overflow: hidden;
}
.service-img a {
	display: block;
	width: 100%;
	height: 100%;
}
.index-news {
	width: 100%;
	min-width: 1200px;
	height: 488px;
	overflow: hidden;
}
.news-img {
	position: relative;
	width: 51.5%;
	height: 488px;
	float: left;
}
.news-img a {
	display: block;
	width: 100%;
	height: 100%;
}
.news-img img {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -50%;
	z-index: -1;
}
.news-info {
	width: 48.5%;
	padding-top: 40px;
	height: 448px;
	float: right;
	background-image: url(../images/news_info.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.news-info h2 {
	margin-left: 70px;
	font-size: 70px;
	line-height: 70px;
	font-weight: normal;
	color: #71cff3;
	font-family: Impact;
}
.news-info h3 {
	margin-left: 70px;
	margin-top: 18px;
	font-size: 30px;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	text-align: left;
}
.news-list {
	width: 502px;
	margin-left: 70px;
	height: 290px;
	margin-top: 20px;
}
.news-list a {
	display: block;
	width: 100%;
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	color: #fff;
	text-align: left;
	overflow: hidden;
	border-bottom: 1px solid #51c9f2;
}
.index-list {
	width: 100%;
	min-width: 1200px;
	height: 300px;
	background-color: #fff;
	overflow: hidden;
}
.index-list-main {
	width: 860px;
	height: 130px;
	margin-top: 75px;
	margin-left: auto;
	margin-right: auto;
}
.index-list-main a {
	width: 90px;
	height: 130px;
	float: left;
	background-repeat: no-repeat;
	background-position: top center;
}
.index-list-main a.list-one {
	background-image: url(../images/list_one.png);
}
.index-list-main a.list-two {
	background-image: url(../images/list_two.png);
}
.index-list-main a.list-three {
	background-image: url(../images/list_three.png);
}
.index-list-main a.list-one:hover {
	background-image: url(../images/list_oneon.png);
}
.index-list-main a.list-two:hover {
	background-image: url(../images/list_twoon.png);
}
.index-list-main a.list-three:hover {
	background-image: url(../images/list_threeon.png);
}
.index-list-main a b {
	display: block;
	padding-top: 110px;
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	font-weight: normal;
	color: #666;
	text-align: center;
}
.index-list-main span {
	float: left;
	width: 1px;
	height: 90px;
	margin-top: 20px;
	margin-left: 145px;
	margin-right: 145px;
	background-color: #eaeaea;
}
.index-case {
	width: 100%;
	/*min-width: 1920px;*/
	height: 605px;
	overflow: hidden;
}
.case-info {
	/*width: 1040px;*/
	width: 54%;
	height: 605px;
	float: left;
}
.case-title {
	padding-top: 160px;
	/*padding-left: 360px;
	width: 240px;*/
	padding-left: 34%;
	width: 24%;
	height: 445px;
	float: left;
	background-image: url(../images/case_title.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: left;
}
.case-title h2 {
	font-size: 70px;
	line-height: 70px;
	font-weight: normal;
	color: #2695ba;
	font-family: Impact;
}
.case-title h3 {
	margin-top: 18px;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #1287af;
}
.case-title a {
	display: block;
	margin-top: 50px;
	width: 90px;
	height: 20px;
	padding-right: 25px;
	line-height: 20px;
	font-size: 16px;
	color: #fff;
	font-family: Arial;
	background-image: url(../images/case_more.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: left;
}
.case-list {
	position: relative;
	/*width: 440px;*/
	width: 42%;
	height: 605px;
	float: left;
}
.case-one {
	position: relative;
	display: block;
	/*width: 440px;*/
	width: 100%;
	height: 303px;
}
.case-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	cursor: pointer;
}
.case-one img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	cursor: pointer;
}
.case-img a {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../images/team_bg.png);
	background-repeat: repeat;
	background-position: center;
	z-index: 2;
}
.case-one a {	
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../images/team_bg.png);
	background-repeat: repeat;
	background-position: center;
	z-index: 2;
}
.case-img-bg {
	width: 100%;
	height: 102px;
	margin-top: 250px;
}
.case-img-bg span {
	display: block;
	margin: 20px auto;
	width: 145px;
	height: 1px;
	background-color: #6c7272;
}
.case-img-bg p {
	width: 100%;
	text-align: center;
	line-height: 20px;
	font-size: 18px;
	color: #deeaeb;
}
.one-info {
	width: 100%;
	height: 102px;
	margin-top: 120px;
}
.one-info span {
	display: block;
	margin: 20px auto;
	width: 145px;
	height: 1px;
	background-color: #6c7272;
}
.one-info p {
	width: 100%;
	text-align: center;
	line-height: 20px;
	font-size: 18px;
	color: #deeaeb;
}
.case-img {
	position: relative;
	/*width: 880px;*/
	width: 46%;
	height: 605px;
	float: left;
}
/*.case-img a {
	display: block;
	width: 100%;
	height: 100%;
}*/
.index-client {
	width: 100%;
	min-width: 1200px;
	/*height: 410px;*/
	background-color: #fff;
}
.index-client h2 {
	padding-top: 65px;
	font-size: 70px;
	line-height: 70px;
	font-weight: normal;
	font-family: Impact;
	color: #e6e6e6;
	text-align: center;
}
.index-client h3 {
	margin-top: 15px;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #666;
	text-align: center;
}
.client-loop {
	position: relative;
	width: 1200px;
	height: 120px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.client-loop ul {
	width: 100%;
	margin: 0;
	float: left;
}
.client-loop ul li {
	width: 1200px;
	height: 120px;
	float: left;
	overflow: hidden;
}
.client-list {
	width: 200px;
	height: 120px;
	float: left;
	overflow: hidden;
}
.cl-lo {
	position: absolute;
	top: 0;
	left: 0;
	height: 120px;
}



		/*走进国衡css*/




.page-banner {
	position: relative;
	width: 100%;
	min-width: 1190px;
	height: 260px;
}
/*.page-banner img {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	height: 260px;
	margin-left: -50%;
	z-index: 0;
}*/
.section-one {
	width: 100%;
	min-width: 1190px;
	height: 690px;
	background-color: #fff;
}
.section-one h2 {
	width: 100%;
	padding-top: 55px;
	font-size: 70px;
	line-height: 70px;
	font-weight: normal;
	color: #90e3ff;
	font-family: Impact;
	text-align: center;
}
.section-one h3 {
	width: 100%;
	margin-top: 15px;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #39c2f0;
	text-align: center;
}
.section-one b {
	display: block;
	width: 45px;
	height: 2px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	background-color: #39c2f0;
}
.so-main {
	width: 1190px;
	height: 356px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}
.so-info {
	position: relative;
	width: 580px;
	height: 356px;
	float: left;
	overflow: hidden;
}
.so-word {
	position: absolute;
	top: 0;
	left: 0;
	width: 560px;
	height: 270px;
}
.about-sc {
	position: absolute;
	top: 0;
	right: 4px;
	width: 1px;
	height: 356px;
	background-color: #ccc;
	z-index: 7;
}
.about-scbtn {
	position: absolute;
	top: 0;
	right: -4px;
	width: 9px;
	height: 52px;
	background-color: #39c2f0;
	z-index: 8;
}
.so-word ul {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 14px;
	color: #333;
	line-height: 25px;
}

/*.so-word ul li {
	width: 100%;
	height: 270px;
	font-size: 14px;
	color: #3e3e3e;
	line-height: 25px;
}*/
.so-info a {
	float: right;
	margin-left: 10px;
	width: 55px;
	height: 45px;
	margin-top: 40px;
	background-repeat: no-repeat;
	background-position: center;
}
.so-info a.sc-top {
	background-image: url(../images/sc_top.png);
}
.so-info a.sc-bottom {
	background-image: url(../images/sc_bottom.png);
}
.so-info a.sc-top:hover {
	background-image: url(../images/sc_topon.png);
}
.so-info a.sc-bottom:hover {
	background-image: url(../images/sc_bottomon.png);
}
.so-img {
	width: 560px;
	height: 356px;
	float: right;
	overflow: hidden;
}
.section-two {
	padding: 90px 0 115px 0;
	width: 100%;
	min-width: 1190px;
	/*height: 980px;*/
	background-color: #39c2f0;
}
.section-two h2 {
	width: 100%;
	line-height: 70px;
	font-size: 70px;
	font-weight: normal;
	color: #90e3ff;
	font-family: Impact;
	text-align: center;
}
.section-two h3 {
	width: 100%;
	line-height: 30px;
	font-size: 30px;
	margin-top: 15px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.section-two b {
	display: block;
	width: 45px;
	height: 2px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}
.pro-table {
	margin-top: 48px;
	width: 975px;
	min-height: 604px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}
.pro-table ul {
	width: 100%;
	height: 68px;
	border-bottom: 1px solid #dfdfdf;
}
.pro-table ul.last {
	border: none;
}
.pro-table ul li {
	width: 19.89%;
	height: 68px;
	font-size: 14px;
	color: #333;
	line-height: 68px;
	text-align: center;
	border-right: 1px solid #dfdfdf;
}
.pro-table ul.title {
	background-color: #f3f3f3
}
.pro-table ul.title li {
	font-size: 18px;
	color: #18799a;
	font-weight: bold;
}
.section-three {
	width: 100%;
	min-width: 1190px;
	height: 1065px;
	background-color: #f1f1f1;
}
.section-three h2 {
	width: 100%;
	padding-top: 85px;
	line-height: 70px;
	font-size: 70px;
	font-weight: normal;
	color: #90e3ff;
	font-family: Impact;
	text-align: center;
}
.section-three h3 {
	width: 100%;
	margin-top: 15px;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #39c2f0;
	text-align: center;
}
.section-three b {
	display: block;
	margin-top: 15px;
	width: 45px;
	height: 2px;
	margin-left: auto;
	margin-right: auto;
	background-color: #39c2f0;
}
.cul-list {
	width: 1190px;
	height: 686px;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.cul-list ul {
	width: 25%;
	height: 686px;
	float: left;
}
.cul-list ul li {
	display: block;
	width: 100%;
	height: 50%;
}
.cul-list ul li h4 {
	margin-left: 40px;
	font-size: 24px;
	margin-top: 15px;
	font-weight: normal;
	text-align: left;
}
.cul-list ul li i {
	margin-left: 40px;
	display: block;
	width: 45px;
	height: 2px;
	margin-top: 10px;
}
.cul-list ul li p {
	width: 245px;
	margin-left: 40px;
	margin-top: 20px;
	line-height: 24px;
	font-size: 14px;
	color: #333;
}
.cul-list ul li.cul-one {
	background-color: #b6edff;
}
.cul-list ul li.cul-one img {
	margin-left: 40px;
	margin-top: 35px;
	width: 67px;
	height: 105px;
}
.cul-list ul li.cul-one h4 {
	color: #167595;
}
.cul-list ul li.cul-one i {
	background-color: #167595;
}
.cul-list ul li.cul-two {
	background-color: #f2e2aa;
}
.cul-list ul li.cul-two img {
	margin-left: 40px;
	margin-top: 35px;
	width: 67px;
	height: 105px;
}
.cul-list ul li.cul-two h4 {
	color: #846e23;
}
.cul-list ul li.cul-two i {
	background-color: #846e23;
}
.cul-list ul li.cul-three {
	background-color: #d2f3af;
}
.cul-list ul li.cul-three img {
	margin-left: 40px;
	margin-top: 35px;
	width: 67px;
	height: 105px;
}
.cul-list ul li.cul-three h4 {
	color: #528120;
}
.cul-list ul li.cul-three i {
	background-color: #528120;
}
.cul-list ul li.cul-four {
	background-color: #8be7c3;
}
.cul-list ul li.cul-four img {
	margin-left: 40px;
	margin-top: 35px;
	width: 67px;
	height: 105px;
}
.cul-list ul li.cul-four h4 {
	color: #277e5c;
}
.cul-list ul li.cul-four i {
	background-color: #277e5c;
}
.section-four {
	width: 100%;
	min-width: 1190px;
	margin-bottom: 50px;
	/*height: 1043px;*/
	background-color: #fff;
}
.section-four h2 {
	width: 100%;
	padding-top: 90px;
	line-height: 70px;
	font-size: 70px;
	font-weight: normal;
	font-family: Impact;
	color: #90e3ff;
	text-align: center;
}
.section-four h3 {
	width: 100%;
	margin-top: 15px;
	line-height: 30px;
	font-size: 30px;
	font-weight: bold;
	color: #39c2f0;
	text-align: center;
}
.section-four b {
	display: block;
	width: 45px;
	height: 2px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	background-color: #39c2f0
}
.sf-img {
	width: 1190px;
	/*height: 670px;*/
	margin-top: 45px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.service-main {
	width: 100%;
	height: 1115px;
	min-width: 1190px;
	background-color: #fff;
}
.service-word {
	width: 1190px;
	height: 1115px;
	margin: 0 auto;
}
.service-word h2 {
	padding-top: 78px;
	width: 100%;
	font-size: 70px;
	line-height: 70px;
	font-weight: normal;
	font-family: Impact;
	color: #90e3ff;
	text-align: center;
}
.service-word h3 {
	width: 100%;
	margin-top: 15px;
	line-height: 30px;
	font-size: 30px;
	color: #39c2f0;
	font-weight: bold;
	text-align: center;
}
.service-word b {
	display: block;
	/*width: 45px;
	height: 2px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	background-color: #39c2f0;*/
	font-weight:normal;
}
.service-list {
	width: 1190px;
	height: 710px;
	margin-top: 15px;
	overflow: hidden; 
}
.service-list ul {
	width: 100%;
	margin: 0;
}
.service-list ul li {
	position: relative;
	width: 265px;
	/*height: 192px;*/
	float: left;
	margin-right:31px;
	margin-top: 40px;
	cursor: pointer;
}
.service-list ul li:nth-child(4n+1){clear:both;}
.service-list ul li img {
	/*position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;*/
	width: 265px;
	height: 192px;
}

.service-list ul li h3{font-size:16px;color:#333;margin-top:2px;font-weight:normal;}
.service-list ul li p{font-size:12px;color:#666;line-height: 22px;margin-top:5px;text-align:center;}


.service-list ul li span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	background-image: url(../images/team_bg.png);
	background-repeat: repeat;
	background-position: center;
	z-index: 3;
}
/*.pagenation {
	width: 170px;
	height: 30px;
	margin-top: 65px;
	margin-left: auto;
	margin-right: auto;
}
.pagenation a {
	padding: 6px 8px;
	float: left;
	margin-right: 3px;
	line-height: 15px;
	font-size: 12px;
	color: #ccc;
	text-align: center;
	border: 1px solid #ccc;
}
.pagenation a:hover {
	color: #fff;
	background-color: #39c2f0
}
.pagenation a.active {
	color: #fff;
	background-color: #39c2f0
}*/
.full-bg {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/full_bg.png);
	background-repeat: repeat;
	background-position: center;
	z-index: 8;
}
.al-main {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1115px;
	height: 496px;
	margin-left: -557px;
	margin-top: -248px;
	padding: 35px;
	background-color: #fff;
	z-index: 9;
}
.al-close {
	position: absolute;
	top: -48px;
	right: 35px;
	width: 75px;
	height: 48px;
	background-image: url(../images/al_close.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.al-img {
	width: 686px;
	height: 496px;
	float: left;
	overflow: hidden;
}

.al-img img{
	width:686px;
	height:496px;
	float:left;
	overflow: hidden;
}

.al-info {
	position: relative;
	width: 380px;
	height: 496px;
	float: right;
}
.al-info h2 {
	width: 380px;
	height: 55px;
	line-height: 45px;
	font-size: 30px;
	color: #39c2f0;
	text-align: left;
	border-bottom: 1px solid #e3e3e3;
}
.al-show {
	position: relative;
	width: 380px;
	/*height: 436px;*/
	height:331px;
	margin-top: 20px;
	overflow: hidden;
}
.al-list {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.al-list ul {
	width: 100%;
	margin: 0;
}
.al-list ul li {
	padding-left: 20px;
	width: 360px;
	/*height: 25px;*/
	line-height: 25px;
	/*margin-bottom: 20px;*/
	background-image: url(../images/al_list.png);
	background-repeat: no-repeat;
	background-position: left 3px;
}
.al-list ul li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	line-height: 25px;
	color: #4f4f4f;
}
.scroll-bg {
	position: absolute;
	top: 75px;
	right: 0;
	width: 4px;
	height: 436px;
	background-color: #ccc;
	z-index: 9;
	display: block !important;
}
.scroll-btn {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 4px;
	height: 60px;
	background-color: #39c2f0;
	z-index: 10;
}
.team {
	width: 100%;
	min-width: 1190px;
	height:1035px;
}
.title-e {
	width: 100%;
	padding-top: 78px;
	line-height: 70px;
	font-size: 70px;
	font-weight: normal;
	font-family: Impact;
	color: #90e3ff;
	text-align: center;
}
.title-c {
	width: 100%;
	margin-top: 15px;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #39c2f0;
	text-align: center;
}
.title-in {
	display: block;
	margin-top: 15px;
	width: 45px;
	height: 2px;
	margin-left: auto;
	margin-right: auto;
	background-color: #39c2f0;
}
.team-main {
	width: 1190px;
	height: 665px;
	margin-top: 45px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.team-info {
	position: relative;
	width: 930px;
	height: 485px;
	/*float: left;*/
	margin:0 auto;
}
.team-img {
	width: 440px;
	height: 485px;
	float: left;
	overflow: hidden;
}
.team-word {
	position: relative;
	/*padding: 45px 115px 45px;*/
	width: 490px;
	height: 485px;
	float: right;
	background-color: #39c2f0;
	overflow: hidden;
	z-index: 8;
}
.team-show {
	position: relative;
	margin-top: 45px;
	margin-left: 45px;
	width: 320px;
	height: 410px;
	overflow: hidden;
}
.team-word-list {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	margin-top:40px;
}
.team-word-list ul {
	width: 100%;
	margin: 0;
}
.team-word-list ul li {
	margin-bottom: 16px;
	width: 100%;
	min-height: 15px;
	font-size: 14px;
	color: #fff;
	text-align: left;
}
.team-sc {
	position: absolute;
	top: 45px;
	right: 110px;
	width: 1px;
	height: 395px;
	background-color: #97dbf2;
	z-index: 9;
}
.team-scbtn {
	position: absolute;
	top: 0;
	left: -4px;
	width: 9px;
	height: 52px;
	background-color: #fff;
	z-index: 10;
}
.team-pos {
	position: absolute;
	top: 0px;
	right: 116px;
    width: 330px;
    height: 80px;
	background-color: #39c2f0;
	z-index:10;
}
.team-pos p {
	width: 100%;
	margin-top: 35px;
	line-height: 25px;
	font-size:30px;
	font-weight: bold;
	color: #11617c;
	text-align:left;
}
.team-pos p em{
	line-height: 25px;
	font-size:30px;
	font-weight: bold;
	color: #11617c;
	text-align:left;
	font-style: normal;
	float: left;
}
.team-pos p span {
	font-size:18px;
	float: left;
	padding-top: 5px;
    padding-left: 5px;
}
.team-list {
	/*width: 125px;*/
	width:928px;
	height:140px;
	float:left;
	overflow: hidden;
	border: 1px solid #e4e4e4;
	margin-left:130px;
	position:relative;
	margin-top:35px;
}
.team-ub {
	width:910px;
	height:140px;
	overflow:hidden;
	position:relative;
	left:10px;
}
.team-ub ul li{
	width:1000000%!;
	margin:0;
}
.team-ub ul li div {
	width: 125px;
	height: 140px;
	cursor: pointer;
	position:relative;
	z-index:10;
	float:left;
}
.team-ub ul li div img {
	width: 105px;
	height: 115px;
	margin: 10px 10px;
}
.team-ub ul li div.team-ubon img {
	margin: 0;
	border: 10px solid #39c2f0;
}
.team-ub ul li div img:hover {
	margin: 0;
	border: 10px solid #39c2f0;
}

.team-ub ul li.clear{clear:both;height:1px;width:100%; overflow:hidden; margin-top:-1px}

.team-btn {
	width:100%;
	height:140px;
	overflow: hidden;
	position: absolute;
    top: 0;
    left: 0;
}
.team-btn a {
	width:45px;
	height:140px;
	background-repeat: no-repeat;
	background-position: center;
}
.team-up {
	background-color: #d6d6d6;
	background-image: url(../images/sc_top.png);
	float:left;
}
.team-up:hover {
	background-color: #90e3ff;
	background-image: url(../images/sc_topon.png);
}
.team-bottom {
	background-color: #d6d6d6;
	background-image: url(../images/sc_bottom.png);
	float:right;
}
.team-bottom:hover {
	background-color: #90e3ff;
	background-image: url(../images/sc_bottomon.png);
}

.team-news {
	width: 100%;
	min-width: 1190px;
	height: 960px;
	background-color: #fff;
}
.team-news-main {
	width: 1190px;
	height: 570px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
.team-news-main ul {
	width: 100%;
	margin: 0;
}
.team-news-main ul li {
	width: 275px;
	height: 245px;
	margin-top: 30px;
	margin-left: 25px;
	background-color: #f4f4f4;
	border: 1px solid #dedede;
}
.team-news-main ul li:nth-child(4n+1){margin-left:0;clear:both;}
.team-news-main ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
.team-news-img {
	width: 250px;
	height: 170px;
	margin-top: 13px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.team-news-main ul li a p {
	width: 250px;
	margin-top: 25px;
	line-height: 15px;
	font-size: 14px;
	color: #5b5b5b;
	text-align: center;
}
.case-cus {
	width: 100%;
	min-width: 1190px;
	/*height: 875px;*/
	margin-bottom: 40px;
	background-color: #fff;
}
.case-cus p {
	width: 100%;
	line-height: 15px;
	margin-top: 15px;
	font-size: 14px;
	color: #6b6b6b;
	text-align: center;
}
.cus-main {
	width: 1190px;
	/*height: 520px;*/
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.cus-main ul {
	width: 100%;
	margin: 0;
}
.cus-main ul li {
	width: 45%;
	/*height: 130px;*/
	float: left;
	/*margin-right: 28px;*/
	margin-top: 28px;
	overflow: hidden;
	border: 1px solid #dedede;
}
.cus-main ul li:nth-child(even){float:right;}
.cus-main ul li:nth-child(2n+1){clear:both;}
.cus-main ul li img {
	width: 100%;
	height: 100%;
}
.case-cla {
	width: 100%;
	min-width: 1190px;
	height: 935px;
	margin-bottom: 40px;
	background-color: #fff;
}
.cla-main {
	width: 1190px;
	height: 620px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.cla-main ul {
	width: 100%;
	margin: 0;
}
.cla-main ul li {
	width: 273px;
	height: 267px;
	float: left;
	margin-right: 30px;
	margin-top: 33px;
	background-color: #fafafa;
	border: 1px solid #e0e0e0;
}
.cla-img {
	width: 250px;
	height: 147px;
	margin-top: 14px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.cla-img img {
	width: 100%;
}
.cla-main ul li h2 {
	width: 250px;
	height: 35px;
	margin-top: 10px;
	margin-left: 14px;
	line-height: 35px;
	font-size: 14px;
	font-weight: normal;
	color: #6f6f6f;
	text-align: left;
	border-bottom: 1px solid #ededed;
}
.cla-main ul li p {
	width: 250px;
	margin-left: 14px;
	margin-top: 5px;
	line-height: 20px;
	font-size: 14px;
	color: #6f6f6f;
	text-align: left;
}
.cla-main ul li p span {
	color: #39c2f0;
}
.news-main {
	width: 100%;
	min-height: 1190px;
	height: 1033px;
	background-color: #fff;
}
.news-table {
	width: 316px;
	height: 43px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.news-table a {
	width: 50%;
	height: 43px;
	float: left;
	line-height: 43px;
	font-size: 16px;
	color: #fff;
	background-color: #a1a1a1;
	text-align: center;
}
.news-table a:hover {
	background-color: #636363;
}
.news-table a.tableon {
	background-color: #636363;
}
.news-cont {
	width: 1190px;
	height: 512px;
	margin-top: 65px;
	margin-left: auto;
	margin-right: auto;
}
.news-hot {
	width: 50%;
	height: 512px;
	float: left;
	background-color: #39c2f0;
}
.hot-img {
	width: 550px;
	height: 326px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.hot-img img{display:block;width:100%;}
.news-hot h2 {
	width: 550px;
	line-height: 20px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: left;
}
.news-hot p {
	width: 550px;
	line-height: 25px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	color: #fff;
	text-align: left;
}
.news-word {
	width: 50%;
	height: 512px;
	float: right;
	background-color: #b9eeff;
}
.news-word ul {
	width: 100%;
	margin: 0;
}

.news-word ul li {
	width: 515px;
	height: 70px;
	padding: 25px 0;
	margin-left: 40px;
	border-bottom: 1px solid #fff;
}
.news-word ul li h2 {
	width: 100%;
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #127495;
	text-align: left;
}
.news-word ul li p {
	width: 100%;
	margin-top: 5px;
	line-height: 25px;
	font-size: 14px;
	color: #333;
	text-align: left;
}



.add-main {
	width: 100%;
	min-width: 1190px;
	min-height: 788px;
	background-color: #fff;
	overflow: hidden;
}
.add-cont {
	width: 1190px;
	min-height: 443px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.add-info {
	width: 665px;
	min-height: 443px;
	float: left;
	overflow: hidden;
	margin-bottom: 50px;
	line-height: 24px;
	font-size: 14px;
	color: #424242;
}
.add-info p {
	
	text-align: left;
}
.add-img {
	width: 496px;
	height: 443px;
	float: right;
	overflow: hidden;
}
.add-top {
	width: 100%;
	height: 216px;
	overflow: hidden;
}
.add-bottom {
	width: 100%;
	height: 216px;
	margin-top: 11px;
	overflow: hidden;
}
.add-num {
	width: 213px;
	height: 162px;
	float: left;
	padding-top: 54px;
	padding-left: 30px;
	background-color: #39c2f0;
}
.add-num p {
	line-height: 18px;
	font-size: 18px;
	color: #fff;
	text-align: left;
}
.add-num b {
	display: block;
	margin: 14px 0;
	line-height: 35px;
	font-size: 36px;
	font-family: Impact;
	font-weight: normal;
	color: #fff;
	text-align: left;
}
.add-right {
	width: 243px;
	height: 216px;
	float: right;
	overflow: hidden;
}
.contact-us {
	width: 100%;
	min-width: 1190px;
	height: 1005px;
	background-color: #fff;
}
.contact-us p {
	width:90%;
	margin:50px 0 0 28px;
	/*height: 30px;*/
	line-height: 20px;
	font-size: 18px!important;
	color: #39c2f0;
	text-align:left;
}
.contact-us span {
	display: block;
	width: 90%;
	margin: 20px auto 0;
	height: 20px;
	line-height: 20px;
	font-size: 18px;
	color: #39c2f0;
	text-align: left;
}
.contact-us strong {
	display: block;
	width: 90%;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	height: 20px;
	line-height: 20px;
	/*padding-left: 25px;*/
	font-size: 18px;
	font-weight: normal;
	color: #39c2f0;
	text-align:left;
	/*background-image: url(../images/address.png);
	background-repeat: no-repeat;
	background-position: left center;*/
}
.contact-us i{
	width:94px;
	display:inline-block;
	font-style: normal;
}

.map {
	width: 1190px;
	height: 500px;
	margin-top: 55px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #d8d8d8;
}
.anchorBL {
	display: none;
}
.join-main {
	width: 100%;
	min-width: 1190px;
	min-height: 1150px;
	margin-bottom: 60px;
	background-color: #fff;
}
.join-table {
	width: 1190px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}
.join-table ul {
	width: 100%;
	margin: 0;
}
.join-table ul li {
	width: 100%;
}
.join-title {
	width: 100%;
	height: 65px;
	background-color: #fff;
	border-bottom: 1px solid #d7dadb;
	cursor: pointer;
}
.join-table ul li .join-titleon {
	background-color: #b6edff;
}
.join-title p {
	float: left;
	width: 500px;
	line-height: 65px;
	margin-left: 40px;
	font-size: 16px;
	color: #0f88b1;
	text-align: left;
}
.join-title span {
	float: right;
	width: 35px;
	height: 35px;
	margin-top: 15px;
	margin-right: 40px;
	background-image: url(../images/plus.png);
	background-repeat: no-repeat;
	background-position: center;
}
.join-title span.cut {
	background-image: url(../images/cut.png);
}
.join-word {
	display: none;
	padding: 0 35px 55px;
	border: 1px solid #e0e0e0;
}
.join-word h4 {
	width: 100%;
	height: 85px;
	line-height: 85px;
	font-size: 16px;
	font-weight: normal;
	color: #515151;
	border-bottom: 1px solid #e0e0e0;
}
.gar {
	background-color: #fafafa;
}
.join-word h4 span {
	float: left;
	width: 17%;
	text-align: left;
}

.join-word ul {
	width: 100%;
	margin-top: 30px;
}
.join-word ul li {
	width: 28%;
	float: left;
}
.join-inline {
	width: 1px;
	height: 160px;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	background-color: #ccc;
}
.join-word ul li h2 {
	line-height: 30px;
	font-weight: normal;
	font-size: 16px;
	color: #515151;
	text-align: left;
}
.join-word ul li p {
	line-height: 25px;
	font-size: 14px;
	color: #727272;
	text-align: left;
}
.join-word input[type=submit] {
	display: block;
	width: 201px;
	height: 57px;
	line-height: 57px;
	margin-top: 55px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	color: #fff;
	border: none;
	text-align: center;
	background-color: #39c2f0;
}

.content {
	width: 100%;
	min-width: 1190px;
}
.content-main {
	width: 1190px;
	min-height: 600px;
	margin: 0 auto;
	padding: 50px 0;
}
.content-title {
	width: 100%;
	height: 80px;
	font-size: 24px;
	line-height: 40px;
	color: #333;
	text-align: center;
	border-bottom: 2px solid #ccc;
	position:relative;
}
.content-title span {
	display: block;
	font-size: 14px;
	color: #666;
}
.content-cont {
	margin-top: 30px;
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	min-height: 500px;
	font-size: 14px;
	line-height: 25px;
	color: #333;
}
.cont-pn {
	width: 100%;
	height: 80px;
	margin-top: 30px;
	border-top: 2px solid #ccc;
}
.cont-prevne {
	width: 1000px;
	float: left;
	height: 80px;
}
.cont-prevne a {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #333;
	text-align: left;
}
.cont-prevne a:hover {
	color: #39c2f0;
}
.back {
	width:117px;
	height:51px;
	float: right;
	margin-top: 20px;
}
.back a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 51px;
	margin-top:0;
	font-size: 0;
	color: #333;
	/*border: 1px solid #333;
	background-color: #fff;*/
	text-align: center;
	background:url(../images/back.jpg) no-repeat;
}
.back a:hover {
	border: none;
	color: #fff;
	/*background-color: #39c2f0;*/
}

/*分页*/
#pagination-digg {
	width: 100%;
	margin: 0;
}
#pagination-digg a {
	padding: 6px 8px;
	float: left;
	margin-right: 3px;
	line-height: 15px;
	font-size: 12px;
	color: #ccc;
	text-align: center;
	border: 1px solid #ccc;
}
#pagination-digg a:hover {
	color: #fff;
	background-color: #39c2f0
}
#pagination-digg a.active {
	color: #fff;
	background-color: #39c2f0
}
/*#pagination-digg {margin-left:500px; margin-top:80px;float:left}
#pagination-digg li { border:0; margin:0; padding:0; font-size:11px; list-style:none;  float:left; }
#pagination-digg a { border:solid 1px #9aafe5; margin-right:2px; }
#pagination-digg .previous-off,#pagination-digg .next-off  { border:solid 1px #DEDEDE; color:#888888; display:block; float:left; font-weight:bold; margin-right:2px; padding:3px 4px; }
#pagination-digg .next a,#pagination-digg .previous a { font-weight:bold; }	
#pagination-digg .active { background:#2e6ab1; color:#FFFFFF; font-weight:bold; display:block; float:left; padding:4px 6px;  margin-right:2px; }
#pagination-digg a:link,#pagination-digg a:visited { color:#0e509e; display:block; float:left; padding:3px 6px; text-decoration:none; }
#pagination-digg a:hover { border:solid 1px #0e509e; }*/

/*分页*/
.pagenation {
	width: 300px;
	height: 30px;
	margin-top: 65px;
	margin-left: auto;
	margin-right: auto;
}
#pagination-digg2 {
	width: 100%;
	margin: 0;
}
#pagination-digg2 a {
	padding: 6px 8px;
	float: left;
	margin-right: 3px;
	line-height: 15px;
	font-size: 12px;
	color: #ccc;
	text-align: center;
	border: 1px solid #ccc;
}
#pagination-digg2 a:hover {
	color: #fff;
	background-color: #39c2f0
}
#pagination-digg2 a.active {
	color: #fff;
	background-color: #39c2f0
}
/*#pagination-digg2 {margin-left:660px; margin-top:70px;float:left}
#pagination-digg2 li { border:0; margin:0; padding:0; font-size:11px; list-style:none; float:left; }
#pagination-digg2 a { border:solid 1px #9aafe5; margin-right:2px; }
#pagination-digg2 .previous-off,#pagination-digg .next-off  { border:solid 1px #DEDEDE; color:#888888; display:block; float:left; font-weight:bold; margin-right:2px; padding:3px 4px; }
#pagination-digg2 .next a,#pagination-digg .previous a { font-weight:bold; }	
#pagination-digg2 .active { background:#2e6ab1; color:#FFFFFF; font-weight:bold; display:block; float:left; padding:4px 6px;  margin-right:2px; }
#pagination-digg2 a:link,#pagination-digg a:visited { color:#0e509e; display:block; float:left; padding:3px 6px; text-decoration:none; }
#pagination-digg2 a:hover { border:solid 1px #0e509e; }*/

/*日历*/
.calendar{font-family:Tahoma; background:#fff; float:left; border-style:solid; border-width:1px; border-color:#85BEE5 #3485C0 #3485C0 #85BEE5; position:relative; padding:10px; }
        .calendar dl,.calendar dd{margin:0; padding:0; width:183px; font-size:12px; line-height:22px;}
        .calendar dt.title-date{ display:block; border-bottom:1px solid #E4E4E4; font-weight:700; position:relative; margin-bottom:5px; padding-bottom:3px;}
        .calendar dt{ float:left; width:25px; margin-left:1px; text-align:center;}
        .calendar dt.title-date{ width:100%;}
        .calendar dd{clear: both;width: 183px;height: 139px;font-weight: 700;background:url(../images/o_bg.png) no-repeat; margin:0;}
        .prevyear,.nextyear, .prevmonth,.nextmonth{cursor:pointer;height:9px; background:url(../images/o_nextprv.png) no-repeat; overflow:hidden;position:absolute; top:8px; text-indent:-999px;}
        .prevyear{  left:4px;  width:9px;}
        .prevmonth{ width:5px; background-position:-9px 0; left:20px;}
        .nextyear{  width:9px; background-position:-19px 0; right:5px;}
        .nextmonth{ width:5px; background-position:-14px 0; right:20px;}
        .calendar dd a{float: left;width: 25px;height: 22px; color:blue; overflow: hidden; text-decoration: none;
            margin: 1px 0 0 1px; text-align:center;}
        .calendar dd a.disabled{color:#999;}
        .calendar dd a.tody{ color:red; }
        .calendar dd a.on{background:blue;}

.table_ab tr{
	border:1px solid #eee;
}

.table_ab tr td{
	border:1px solid #eee;
}





.sy-hzhb-b{width:1200px;margin:30px auto 0 auto;font-size:16px;line-height: 28px;padding-bottom:30px;overflow:hidden;}
.sy-hzhb-b ul li{float:left;width:33.33%;}
.sy-hzhb-b ul li strong{}
.sy-hzhb-b ul li p{padding-right:13%;text-align:justify;font-size:15px;}

.sy-team-b{width:1200px;margin:50px auto 0 auto;position:relative;padding-bottom:50px;} 
.sy-team-b ul{float:inherit;}
.sy-team-b ul li{float:left;width:23.3%;margin-left:2%;position:relative;}
.sy-team-b ul li:nth-child(1){margin-left:0;}
.sy-team-b ul li img{display:block;width:100%;height:100%;} 

.sy-team-b-more{position:absolute;right:0;top:-30px;}
.sy-team-b-more a{display:block;font-size:14px;color:#666;background:url(../images/sy-team_more.png) no-repeat right;padding-right:30px;}



.ej-pdy-box{width:1200px;margin:30px auto;line-height: 30px;font-size:16px;}
.ej-pdy-box img{max-width:100%;height:auto !important;}



.ej-hzhb-menu{text-align:center;padding-top: 30px;}
.ej-hzhb-menu ul{float:inherit;}
.ej-hzhb-menu ul li{display:inline-block;float:inherit;height:35px;line-height: 35px;}
.ej-hzhb-menu ul li a{display:block;font-size:16px;color:#666;margin:0 20px;border:#ccc 1px solid;padding:0 20px;}
.ej-hzhb-menu ul li.on a,.ej-hzhb-menu ul li:hover a{border:#39c2f0 1px solid;background:#39c2f0;color:#fff;}

.ej-hzhb-pic{width:1200px;margin:30px auto 0 auto;text-align: center;}
.ej-hzhb-pic img{max-width:100%;}

.ej-hzhb-item{}
.ej-hzhb-item dl{display:none;}


.sy-nav{position:relative;z-index: 66666;height: 55px;}
.sy-nav-box{width:1200px;margin:0 auto;height:100%;}
.sy-nav-box ul{float:inherit;}
.sy-nav-box ul li{float:left;height: 55px;line-height: 55px;width: 12.3%;text-align: center;position:relative;}
.sy-nav-box ul li a.sy-nav-a{display:block;font-size: 16px;color: #333;}
.sy-nav-box ul li div{display:none;width:170px;background: #d3ebf0;position:absolute;left:0;top:100%;}
.sy-nav-box ul li div a{display:block;font-size: 14px;color: #787878;line-height: 40px;font-weight:bold;}
.sy-nav-box ul li:hover div{display:block;}
.sy-nav-box ul li.nav-cur a.sy-nav-a,.sy-nav-box ul li:hover a.sy-nav-a{background-color: #39c2f0;color:#fff;}









