﻿@charset "utf-8";
@import "reset.css";
/*globe*/
body { 
	background: #fff;
	color: #666; 
	font: 12px/24px "微软雅黑","华文细黑",Arial,sans-serif;
	padding: 0;
	margin: 0;
}
a { color: #666;}
a:hover { color: #00a0e9;}
.marT10 {margin-top: 10px;}
.marT15 {margin-top: 15px;}
.marT20 {margin-top: 20px;}
.marT25 {margin-top: 25px;}
.marT30 {margin-top: 30px;}
.marT40 {margin-top: 40px;}
.w1000 {width: 1000px; margin: 0 auto;}
.font16 { font-size: 16px;}
.font14 { font-size: 14px;}
.font2em { text-indent: 2em;}

/* header*/
.topquicklink{width:100%; font:12px/30px "微软雅黑"; border-bottom:1px #eee solid;}
.hearder {
	position: relative;
	z-index: 10;
}
.logo {
	padding: 10px 0 0;
	width: 220px;
}
.logo span {
	color: #515151;
	display: inline-block;
	padding: 0px 0 0 0px;
	line-height: 12px;
}
.logo img{width:auto; height:60px;}
.topr {
	width: 375px;
	padding: 0px 0 0;
	overflow: hidden;
}
.toprlink{}
.toprlink span {
	padding: 0 7px;
	color: #cfcfcf;
}
.toprlink a {
	color: #666;
}
.toprlink a:hover {
	color: #00a0e9;
}
/* Menu */
.menu ul{width:110%;}
.menu li {
	position:relative;
	float: left;
	font-size: 14px;
	margin-right:40px;
}
.menu li a.firmenu {
	display: block;
	float: left;
	padding: 0 56px 8px 0;
	line-height: 32px;
	color: #00050e;
	font-size: 14px;
}
.menu li a.firmenu:hover,
.menu li a.hover,
.menu li a.over {
	color: #00a0e9;
}
.menu li i {
	position: absolute;
	right: 27px;
	top: 13px;
	display: block;
	width: 10px;
	height: 5px;
	overflow: hidden;
	background: url(../images/menu_i.png) no-repeat;
}
.sonmenuBox {
	position: absolute;
	top: 40px;
	left: -27px;
	width: 166px;
	height: 0;
	overflow: hidden;
	background: #fff;
}
.son_menu {
	padding: 10px 27px 33px;
}
.son_menu a {
	display: block;
	color: #333;
	line-height: 34px;
	font-size: 14px;
	padding-right: 10px;
	background: url(../images/sonmenu_a.jpg) no-repeat right top;
	border-bottom: 1px solid #e5e5e5;		
	transition: all 0.2s linear;
}
.son_menu a:hover {
	color: #00a0e9;
	background-position: right -34px;
}
.search {
	width: 375px;
	height: 26px;
	margin-top: 28px;
	overflow: hidden;
	background: url(../images/search.jpg) no-repeat;
}
.search dt {
	float: left;
}
.search_input {
	width: 342px;
	padding: 4px 5px;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	background: none;
	border: none;
	color: #969696;
}
.search_btn {
	width: 23px;
	height: 27px;
	overflow: hidden;
	cursor: pointer;
	border: none;
	background: none;
}

/* banner */
.bannerbox {
	position: relative;
	z-index: 7;
	border-top: 2px solid #e8e8e8;
	height: 508px;
	overflow: hidden;
}
.bannerUl {
	position: relative;
	width: 100%;
	height: 508px;
}
.bannerUl li {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 508px;
	overflow: hidden;
	z-index: 5;
}
.bannerbtn {
	width: 980px;
	height: 3px;
	left: 50%;
	margin-left: -490px;
	position: absolute;
	bottom: 22px;
	text-align: center;
	z-index: 6;
}
.bannerbtn span {
	display: inline-block;
	width: 60px;
	height: 6px;
	overflow: hidden;
	background: #fff;
	cursor: pointer;
	margin: 0 1px;
}
.bannerbtn span.on {
	background: #00a0e9;
}
.bannerTxt {
	position: absolute;
	left: 50%;
	top: 116px;
	margin-left: 0px;
	width: 347px;
	height: 251px;
	background: #fff;
	opacity: 0;
	z-index: 7;
}
.bannerTxt_con {
	padding: 35px 15px 0 25px;
	color: #666;
}
.bannerTxt_con h3 {
	font-size:18px;
}
.bannerTxt_con h3 span,
.bannerTxt_con span {
	font-size: 24px;
}
.bannerTxt_con h4 {
	font-size: 40px;
	font-weight: bold;
	color: #00a0e9;
	line-height: 52px;
}
.bannerTxt_con h4 span {
	color: #666;
	font-weight: normal;
}
.bannerTxt_con p a {
	display: inline-block;
	padding-right: 26px;
	color: #666;
	font-size: 16px;
	background: url(../images/banner_icon.png) no-repeat right center;
}
.bannerTxt_con p a:hover {
	color: #00a0e9;
}
/* footer */
.footbox {
	padding-bottom: 20px;
}
.footTop {
	margin-top: 77px;
	padding-bottom: 40px;
}
.foot_weixin {
/*	width: 295px;*/
	width: 205px;
	border-right: 1px solid #dcdcdc;
}
.foot_menu {
	width:725px;
	padding-left: 50px;
}
.foot_menu li {
	color: #666;
	font-size: 14px;
	width: 145px;
	float: left;
}
.foot_menu li h3 {
	padding-bottom: 5px;
	font-size: 16px;
	color: #2583bb;
}
.foot_menu li a {
	color: #555;
	font-size: 14px;
	display: block;
}
.foot_menu li a:hover {color: #2583bb;}
.footBot {
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	height: 25px;
	padding: 12px 0;
	color: #666;
}
.footBot li {
	float: left;
	padding: 0 3px;
}

/* 首页 */
.boxTop_tit {
	position: relative;
	height: 47px;
	overflow: hidden;
	text-align: center;
}
.boxTop_tit b {
	position: relative;
	z-index: 5;
	display: inline-block;
	padding: 0 30px;
	height: 47px;
	line-height: 47px;
	background: #fff;
	font-size: 24px;
	font-weight: normal;
}
.boxTop_tit b span {
	cursor: pointer;
}
.boxTop_tit b span.on {
	color: #00a0e9;
}
.boxTop_tit i.i_l,
.boxTop_tit i.i_r {
	display: block;
	position: absolute;
	width: 32px;
	height: 6px;
	overflow: hidden;
	background: #e1e1e1;
	top: 24px;
}
.boxTop_tit i.i_l {
	left: -32px;
}
.boxTop_tit i.i_r {
	right: -32px;
}
.boxTop_tit i.i_line {
	position: absolute;
	z-index: 4;
	left: 0;
	top: 26px;
	width: 1000px;
	height: 1px;
	background: #d9d9d9
}
.boxTop_list {
	/*margin-top: 40px;*/
	height: 260px;
	overflow: hidden;
}
.boxTop_list ul {
	display: none;
}
.boxTop_list li {
	padding: 6px;
	width: 235px;
	overflow: hidden;
	background: #fafafa;
	border: 1px solid #e7e7e7;
	margin: 0 1px 1px 0;
	float: left;
        height: 245px;
}
.boxT_lpic {
	position: relative;
	width: 235px;
	overflow: hidden;
}
.boxT_lpic img {
	height: auto;
	width:235px;
}
.pname{font:14px/36px "微软雅黑";text-align:center;}
.boxT_lpic a.more {
	position: absolute;
	left: 0;
	top: -216px;
	display: block;
	width: 235px;
	height: 216px;
	line-height: 216px;
	text-align: center;
	background: #007cd2;
	color: #fff;
	font-size: 16px;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.boxT_rtxt {
	width: 300px;
	padding-left: 18px;
	color: #777;
}
.boxT_rtxt h3 a {
	display: inline-block;
	padding-top: 10px;
	color: #000;
	font-size: 14px;
	line-height: 30px;
}
.boxT_rtxt a:hover {
	color: #007cd2;
}
.boxT_rtxt p {
	line-height: 20px;
	height: 40px;
	padding-bottom: 15px;
	color: #555;
}
.boxT_more span {
	color: #007cd3;
}
.boxT_more a {
	display: block;
	float: right;
	width: 52px;
	height: 20px;
	line-height: 20px;
	color: #b1b1b1;
	font-size: 11px;
	padding-left: 15px;
	background: url(../images/index01.jpg) no-repeat 0 center;
}
.boxTop_btn span {
	display: inline-block;
	width: 14px;
	height: 14px;
	overflow: hidden;
	background: #e1e1e1;
	cursor: pointer;
	margin: 0 2px;
}
.boxTop_btn span.on {
	background: #00a0e9;
}

.boxBotbox {
	background: #f8f8f8;
	margin-top: 24px;
	padding: 35px 0 60px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
.boxBot_tit {
	font-size: 24px;
	color: #333;
	line-height: 40px;
}
.boxBot_con {
	margin-top: 20px;
	border: 1px solid #e4e4e4;
	box-shadow: 2px 2px 2px #f2f2f2;
	width: 459px;
	height: 390px;
	padding: 17px;
	background: #fff;
}
.boxBot_con p {
	padding-bottom: 15px;
}
.boxBot_more {
	border-top: 1px solid #dfdfdf;
	padding-top: 10px;
}
.boxBot_more a {
	color: #0f7ac0;
}
.boxBot_more a:hover {
	color: #0f7ac0;
	text-decoration: underline;
}
.boxBot_list li {
	width: 91px;
	height: 78px;
	overflow: hidden;
	float: left;
}
.boxBot_list li a {
	display: block;
	width: 90px;
	height: 78px;
	background: url(../images/index04.jpg) no-repeat;	
	transition: all 0.2s linear;
}
.boxBot_list li a.boxBot_btn01:hover { background-position: 0 -78px;}
.boxBot_list li a.boxBot_btn02 { background-position: -91px 0;}
.boxBot_list li a.boxBot_btn02:hover { background-position: -91px -78px;}
.boxBot_list li a.boxBot_btn03 { background-position: -182px 0;}
.boxBot_list li a.boxBot_btn03:hover { background-position: -182px -78px;}
.boxBot_list li a.boxBot_btn04 { background-position: -273px 0;}
.boxBot_list li a.boxBot_btn04:hover { background-position: -273px -78px;}
.boxBot_list li a.boxBot_btn05 { background-position: -364px 0;}
.boxBot_list li a.boxBot_btn05:hover { background-position: -364px -78px;}
.boxBot_list li a.boxBot_btn06 { background-position: -455px 0; width: 152px;}
.boxBot_list li a.boxBot_btn06:hover { background-position: -455px -78px;}
.boxBot_list li a.boxBot_btn07 { background-position: -608px 0; width: 152px;}
.boxBot_list li a.boxBot_btn07:hover { background-position: -608px -78px;}
.boxBot_list li a.boxBot_btn08 { background-position: -761px 0; width: 152px;}
.boxBot_list li a.boxBot_btn08:hover { background-position: -761px -78px;}
.boxBot_list li a.boxBot_btn09 { background-position: -728px 0;}
.boxBot_list li a.boxBot_btn09:hover { background-position: -728px -78px;}

/* 内页公共 */
.inside_banner {
	position: relative;
	height: 315px;
	z-index:7;
}
.sitebox {
	position: relative;
	background: #f6f6f6;
	padding-bottom: 50px;
	border-bottom: 1px solid #e5e5e5;
}
.site {
	position: relative;
	border: 1px solid #e8e8e8;
	border-top: none;
	min-height: 600px;
	
	background: #fff;
	padding: 40px 0 70px;
	box-shadow: 2px 2px 2px #eee;
}
.site_line {
	position: absolute;
	left: 0;
	top: 119px;
	width: 100%;
	height: 1px;
	overflow: hidden;
	background: #000;
	opacity: 0.1;
	filter: alpha(opacity=10);
}
.left {
	padding-left: 35px;
	width: 690px;
	overflow: hidden;
}
.path,
.path a {
	color: #6e6e6e;
	font-size: 14px;
}
.path a:hover,
.path em {
	color: #5897d3;
}
.board {
	color: #555;
	font-size: 20px;
	padding-top: 5px;
}
.main {
	padding: 55px 0 100px;
	color: #444;
	min-height: 500px;
	/*_height: 500px;*/
	font-size: 14px;
}
.right {
	width: 214px;
	padding-top: 7px;
	padding-right: 33px;
}
.rtit {
	background: url(../images/rtit.jpg) no-repeat;
	height: 73px;
	overflow: hidden;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 73px;
	padding-left: 56px;
}
.nav {
	padding-bottom: 10px;
	background: url(../images/nav_bot.jpg) no-repeat left bottom;
	box-shadow: 1px 1px 1px #f8f8f8;
}
.nav li a {
	display: block;
	padding-left: 56px;
	height: 43px;
	line-height: 43px;
	color: #666;
	font-size: 14px;
	background: url(../images/nav.jpg) no-repeat;
	transition: all 0.2s linear 0s;
}
.nav li a:hover,
.nav li a.now {
	color: #fff;
	background-position: 0 -43px;
}
.site_icon {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 218px;
	overflow: hidden;
	background: url(../images/icon.png) no-repeat center 0;
}
.nav li .son_nav {
	display: none;
}
.nav li .son_nav a {
	display: block;
	background: url(../images/son_nav.jpg) no-repeat;
	padding-left: 67px;
	height: 37px;
	color: #666;
	line-height: 37px;
}
.nav li .son_nav a:hover,
.nav li .son_nav a.on {
	color: #fff;
	background-position: 0 -37px;
}

/* 首页 */
.boxTop_Sel {
	display: none;
}
/* 首页连接 */
.linkl {
	width: 119px;
	height: 58px;
	background: url(../images/link01.jpg) no-repeat right top;
	padding-top: 35px;
	font-size: 18px; 
	color: #fff;
	text-align: center;
}
.linklist {
	width: 770px;
	height: 94px;
	margin-left: 5px;
	position: relative;
	overflow: hidden;
}
.linklist ul {
	position: absolute;
}
.linklist li {
	padding:10px 2px 0;
	width: 150px;
	height: 84px;
	float: left;
	overflow: hidden;
}
.linklist li img {
	border: 1px solid #ddd;
}
.linklist li a{
	color: #666;
}
.linklist li a:hover {
	color: #00a0e9;
}
.linkbtn {
	width: 101px;
	height: 94px;
	overflow: hidden;
}
.linkbtn a {
	display: block;
	float: left;
	overflow: hidden;
	width: 50px;
	height: 94px;
	background: url(../images/link03.jpg) no-repeat;
}
.linkbtn a.btnr {
	margin-left: 1px;
	background-position: -51px 0;
}
.linkbtn a:hover {
	background-position: 0 -94px;
}
.linkbtn a.btnr:hover {
	background-position: -51px -94px;
}




/* 公司简介 */
.aboutul,
.aboutpic {
	width: 678px;
	height: 368px;
	margin-bottom: 45px;
	overflow: hidden;
	position: relative;
}
.aboutul ul {
	position: absolute;
}
.aboutul li {
	width: 678px;
	height: 368px;
	overflow: hidden;
	float: left;
	
}
.aboutcon h3 {
	font-size: 14px;
	color: #0168b7;
	padding-bottom: 25px;
}
.aboutspan {
	position: absolute;
	right: 27px;
	bottom: 9px;
}
.aboutspan span {
	display: inline-block;
	width: 15px;
	height: 13px;
	overflow: hidden;
	background: #fff;
	margin: 0 2px;
	cursor: pointer;
}
.aboutspan span.on {
	background: #0071ef;
}
.aboutcon p,
.culturecon p,
.strengthcon p {
	padding-bottom: 25px;
}
.culturecon h3 {
	font-size: 14px;
}
.honorlist li,
.cityList li {
	background: url(../images/honor01.jpg) no-repeat 0 center;
	border-bottom: 1px solid #e2e2e2;
	height: 31px;
	line-height: 31px;
	color: #6b6b6b;
	padding-left: 10px;
}
.honorlist li span {
	color: #6b6b6b;
	padding-right: 5px;
}
.honorlist li a {
	padding-left: 5px;
	color: #6b6b6b;
}
.honorlist li a:hover {
	color: #00a0e9;
}
.strategic_pic ul {
	margin-top: 40px;
}
.strategic_pic li {
	border: 1px solid #e5e5e5;
	width: 216px;
	height: 96px;
	overflow: hidden;
	float: left;
	margin: 5px 6px;
}
.strategiccon h3 {
	color: #000;
	font-size: 14px;
	padding-bottom: 10px;
}
.logocon p {
	padding-bottom: 10px;
}
.contact_map {
	padding: 5px;
	background: #f4f4f4;
	height: 329px;
	border: 1px solid #e6e6e6;
}
.contact_mapl {
	width: 389px;
	height: 329px;
}
.contactcon h3,
.contactcon h4 {
	font-size: 18px;
	font-weight: bold;
	color: #555;
	padding-bottom: 20px;
}
.contact_txt {
	padding-left: 20px;
	width: 235px;
	color: #555;
}
.contact_txt h1 {
	color: #000;
	font-size: 14px;
	padding: 25px 0 15px;
}
.contactcon h4 {
	border-bottom: 1px solid #e5e5e5;
}
.contact_tab li {
	width: 330px;
	float: left;
	padding: 0 5px 35px
}
.contact_tab h5 {
	color: #000;
	font-size: 16px;
	padding-bottom: 10px;
}

.newsinfo_tit b {
	color: #333;
	font: 18px/30px "微软雅黑";
	display: block;
	padding-bottom: 10px;
}
.newsinfo_tit span {
	display: block;
	color: #a3a3a3;
}
.newsinfo_con {
	min-height: 300px;
	_height: 300px;
	padding: 30px 0;
	font-size: 13px;
}
.newsinfo_con p { 
	padding: 0 0 15px;
}
.nextcon {
	border-top: #e1e1e1 1px dotted;
	padding: 20px 0 55px;
	color: #7c7c7c;
}
.nextcon a {
	height: 31px;
	line-height: 31px;
	color: #555;
	padding: 0 20px 0 0;
}
.nextcon a:hover{
	color:#00a0e9;
}
.nextcon a.more {
	display: inline-block;
	padding-right: 20px;
	background: url(../images/news_icon.png) no-repeat right center;
}












