﻿@charset "utf-8";
/* CSS Document */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, a, select, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	outline: 0;
	background: transparent;
	box-sizing: border-box;
}
table, caption, tbody, tfoot, thead, tr, th, td {
	vertical-align: middle;
}
li {
	list-style: none outside none;
}
body {
	line-height: 1;
}
:focus {
	outline: 1;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}
ins {
	text-decoration: none;
	color: #000;
	background-color: #ff9;
}
mark {
	font-weight: bold;
	font-style: italic;
	color: #000;
	background-color: #ff9;
}
del {
	text-decoration: line-through;
}
em {
	font-style: normal;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
hr {
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #ccc;
}
input, select,textarea {
	vertical-align: middle;
	outline: none;
	box-sizing: border-box;
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif
}
textarea {
	outline: none;
}
html {
}
body {
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
	-webkit-user-select: none;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: rgba(255,255,255,0);
	margin: 0 auto;
	position: relative;
	font-size: 12px;
}
:-ms-input-placeholder {
 color: #333;
 text-indent: 5px;
}
::-webkit-input-placeholder {
 color: #333;
 text-indent: 5px;
}
::-moz-placeholder {
 color: #333;
 text-indent: 5px; /* 没有用 */
 opacity: 1!important;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.w1200 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.overflow{
	overflow: hidden;
}

/********* 网站公共部分 *********/
#header {
	position: relative;
	z-index: 1;
}
#header .topbar {
	height:50px;
	background: url(../images/top_bj.png) no-repeat center;
	/*background-image: linear-gradient(to right, #08377d , #45a1ca);*/
	position: relative;
	z-index: 1;
}
#header .topbar .w1200:after {
	content: "";
	display: block;
	clear: both;
	width: 0;
	height: 0;
	visibility: hidden;
}
#header .topbar .leftmenu {
	width: 50%;
	font-size: 0;
}
#header .topbar .leftmenu li{
	display: inline-block;
	margin-left: 30px;
	padding-left: 18px;
	position: relative;
}
#header .topbar .leftmenu li a {

	/*vertical-align: top;*/
	line-height: 50px;
	color: #fff;
	font-size: 15px;
	font-weight: lighter;
}
#header .topbar .leftmenu a.fa.fa-wechat span {
	display: none;
}
#header .topbar .leftmenu a.fa.fa-wechat:hover span {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 26px;
}

#header .topbar .leftmenu li:first-child {
	margin: 0;
	background: url("../images/top_01.png") no-repeat left center;
	background-size: 14px 14px;
}
#header .topbar .leftmenu li:nth-child(2) {
	background: url("../images/top_02.png") no-repeat left center;
	background-size: 14px 14px;
}
#header .topbar .leftmenu li:last-child{
	background: url("../images/top_03.png") no-repeat left center;
	background-size: 14px 14px;
}
#header .topbar .leftmenu li:last-child .top_nav{
    display: none;
    background: #4da5ff;
    width: 100px;
    padding-right: 10px;
    position: absolute;
    top: 50px;
    left:-12px;
}
#header .topbar .leftmenu li:last-child .top_nav > li{
    margin-left: 0;
    /*background: #4da5ff;*/
}
#header .topbar .leftmenu li:last-child:hover .top_nav{
	display: block;
}
#header .topbar .leftmenu a:before {
	font-size: 18px;
	vertical-align: -1px;
	padding: 0 5px 0 0;
}
#header .topbar .leftmenu a.fa-wechat:before {
	color: #04af10;
}
#header .topbar .rightcontent {
	width: 50%;
	text-align: right;
	font-size: 0;
}
#header .topbar .rightcontent .toptel {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	line-height: 50px;
	padding-left: 18px;
	font-size: 15px;
	background: url("../images/top_04.png") no-repeat left center;
	background-size: 14px 14px;
}
#header .topbar .rightcontent .toptel:before {
	font-size: 16px;
	vertical-align: -2px;
	color: #fff;
	padding: 0 5px 0 0;
}

/*
#header .topbar .rightcontent .lang {
	display: inline-block;
	vertical-align: top;
}
#header .topbar .rightcontent .lang a {
	display: inline-block;
	line-height: 26px;
	color: #fff;
	font-size: 13px;
}
#header .topbar .rightcontent .lang img {
	display: inline-block;
	width: 23px;
	vertical-align: -2px;
	margin: 0 5px 0 0;
}
*/
#header .header-center {
	position: relative;
	z-index: 0;
}
#header .header-center .w1200:after {
	content: "";
	display: block;
	clear: both;
	width: 0;
	height: 0;
	visibility: hidden;
}
#header .header-center .top-logo {
	width: 700px;
	float: left;
	font-size: 0;
	color: #666;
	line-height: 120px;
}
#header .header-center .top-logo a {
	display: inline-block;
	width: auto;
	height: 120px;
	line-height: 120px;
	font-size: 0;
	vertical-align: top;
}
#header .header-center .top-logo a img {
	width: 100px;
	margin-top: 5px;
}
#header .header-center .top-logo span {
	font-size: 30px;
	line-height: 2;
	vertical-align: middle;
	margin-left: 30px;
	color: #565656;
}
#header .header-center .top-search {
	float: right;
	width: calc(100% - 700px);
	text-align: right;
	height: 120px;
	line-height: 120px;
	font-size: 0;
	padding-top: 44px;
}
#header .header-center .top-search .top-search-container {
	/*display: inline-block;*/
	width: 220px;
	/*vertical-align: middle;*/
	border: 1px solid #4da5ff;
	border-radius: 16px;
	height: 38px;
	float: right;
	line-height: 38px;
	position: relative;
	box-sizing: border-box;
}
#header .header-center .top-search .top-search-container .select {
	display: inline-block;
	vertical-align: top;
	overflow-x: hidden;
	width: 220px;
	height: 30px;
	line-height: 30px;
	background: #ededed;
	color: #333;
	font-size: 13px;
}
#header .header-center .top-search .top-search-container .select i {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 20px;
	color: #333;
	height: 30px;
	line-height: 30px;
	z-index: 1;
	width: 20px;
	text-align: center;
}
#header .header-center .top-search .top-search-container .select select {
	position: relative;
	z-index: 0;
	display: inline-block;
	vertical-align: top;
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	width: 90px;
	text-align: left;
}
#header .header-center .top-search .top-search-container .search {
	display: inline-block;
	vertical-align: top;
	height: 38px;
	line-height: 38px;
	width: 220px;
	color: #333;
}
#header .header-center .top-search .top-search-container .search input {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 36px;
	line-height: 36px;
	padding: 0 5px 0 12px;
	font-size: 13px;
	text-align: left;
}
#header .header-center .top-search .top-search-container .button {
	display: inline-block;
	vertical-align: top;
	height: 38px;
	line-height: 38px;
	background: url("../images/search.png") no-repeat;
	background-size: 52px 38px;
	color: #fff;
	text-align: center;
	width: 52px;
	font-size: 22px;
	cursor: pointer;
	position: absolute;
	top:-1px;
	right:-1px;
}
#header .header-center .top-search .top-search-container .button input {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	width: 1px;
	height: 1px;
	visibility: hidden;
	background: none;
}
.search_text{
	width: 60px;
	height: 38px;
	line-height: 38px;
	color:#4da5ff;
	font-size: 24px;
	font-weight: bold;
}
#header .nav {
	background: url(../images/top_bj.png) no-repeat center;
	/*background: #00659c;*/
}
#header .nav .nav-list {
}
#header .nav .nav-list:after {
	content: "";
	display: block;
	clear: both;
	width: 0;
	height: 0;
	visibility: hidden;
}
#header .nav .nav-list .nav-item {
	float: left;
	position: relative;
}
#header .nav .nav-list .nav-item {
	padding: 18px 0;
}
#header .nav .nav-list .nav-item a {
	padding: 0 20px;
	color: #fff;
	font-size: 15px;
	font-weight: lighter;
	line-height: 1;
}
#header .nav .nav-list .nav-item:hover, #header .nav .nav-list .nav-item.current {
	/*background: #004b8b;*/
	background:url(../images/nav_li_bj.png) no-repeat;
	background-size: 100px 50px;
}
#header .nav .nav-list .nav-item:before {
	content: "|";
	color: #fff;
	vertical-align: 1px;
	position: absolute;
	left: 0;
	height: 100%;
	/*background: #00659c;*/
	top: 0;
	line-height: 51px;
}
#header .nav .nav-list .nav-item:first-child:before {
	display: none;
}
#header .nav .nav-list .nav-item .sub-list {
	position: absolute;
	left: 3px;
	top: 51px;
	background: #4da5ff;
	display: none;
	width: 200px;
}
#header .nav .nav-list .nav-item:first-child .sub-list {
	left: 0;
}
#header .nav .nav-list .nav-item .sub-list .sub-item {
	font-size: 15px;
	padding: 18px 0;
	border-bottom: 1px #fff solid;
	position: relative;
}
#header .nav .nav-list .nav-item .sub-list .sub-item a {
	padding: 0 20px;
	line-height: 1;
	display: block;
	width: 100%;
}
#header .nav .nav-list .nav-item .sub-list .sub-item:hover {
	background: #4da5ff;
}
#header .nav .nav-list .nav-item:hover .sub-list {
	display: block;
}
#header .nav .nav-list .nav-item .sub-list .sub-item-list {
	position: absolute;
	top: 0;
	left: 200px;
	width: 250px;
	background: #4da5ff;
	display: none;
	border-left:1px #fff solid;
}
#header .nav .nav-list .nav-item .sub-list .sub-item:hover .sub-item-list{
	display: block;
}

#header .nav .nav-list .nav-item .sub-list .sub-item-list .sub-item-list-item {
	font-size: 15px;
	padding: 18px 0;
	border-bottom: 1px #fff solid;
	position: relative;
}
#header .nav .nav-list .nav-item .sub-list .sub-item-list .sub-item-list-item a {
	padding: 0 20px;
	line-height: 1;
	display: block;
	width: 100%;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#header .nav .nav-list .nav-item .sub-list .sub-item-list .sub-item-list-item:hover {
	background: #4da5ff;
}
/********** 页脚 ***********/

.footer {
	background: #484848;
	color: #fff;
	padding: 30px 0;
}
.footer a {
	color: #a8a8a8;
}
.footer .left {
	width: 70%;
}
.footer .right {
	width: 30%;
}
.footer .left .mt, .footer .right .mt {
	font-size: 15px;
	line-height: 2;
	font-weight: bold;
	padding-bottom: 15px;
}
.footer .left .mc ul {
}
.footer .left .mc ul:after {
	content: "";
	display: block;
	clear: both;
	width: 0;
	height: 0;
	visibility: hidden;
}
.footer .left .mc ul li {
	float: left;
	/*width: 20%;*/
	padding: 0 20px 0 0;
}
.footer .left .mc ul li p {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 2;
}
.footer .left .mc ul li a {
	font-size: 12px;
	line-height: 2;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.footer .left .mc ul li a:hover {
	color: #4ca2d1;
}
.footer .left .mc ul li ul {
}
.footer .left .mc ul li ul li {
	float: none;
	width: 100%;
	height: auto;
	min-height: inherit;
}
.footer .right .mc {
	padding: 10px 0;
}
.footer .right .mc .footer-qr {
	float: left;
	width: 30%;
}
.footer .right .mc .footer-qr img {
	width: 100%;
	max-width: 160px;
}
.footer .right .mc .footer-contact {
	padding: 0 0 0 20px;
	display: table-cell;
}
.footer .right .mc .footer-contact dl {
}
.footer .right .mc .footer-contact dl:after {
	content: "";
	display: block;
	clear: both;
	width: 0;
	height: 0;
	visibility: hidden;
}
.footer .right .mc .footer-contact dl dt {
	float: left;
	width: 30px;
	clear: both;
	font-size: 20px;
	line-height: 20px;
}
.footer .right .mc .footer-contact dl dd {
	float: left;
	width: calc(100% - 30px);
	line-height: 20px;
	font-size: 14px;
	margin-bottom: 15px;
}
.footer .right .mc .footer-contact dl dd p {
	margin-bottom: 5px;
}
.footer .right .mc .footer-contact dl span {
	color: #a8a8a8;
	display: block;
	font-size: 12px;
}
.footer-copyright p{
	display:inline-block;
	font-size:12px;
	line-height:2;
	margin:0 10px 0 0;
	vertical-align:top;
}
/********* 内页banner ***********/
.inner-banner{
	background-repeat: no-repeat;
	background-position: center top;
	height: 350px;
	/*max-width: 1600px;*/
	margin:0 auto
}
/******* 内页主体框架 *********/
#inner-main{
	padding: 20px 0;
}
/****** 面包屑 *******/
.navigation{
	font-size: 0;
	padding: 0 0 30px 0;
}

.navigation a,.navigation span{
	display: inline-block;
	vertical-align: top;
	color: #333;
	font-size: 15px;
	line-height: 2;
}

.navigation span:before{
	padding: 0 5px;
}

.navigation a:hover{
	color: #0070bd;
}

/*相册点击放大*/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img {
	border: none;
}
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image {
	padding: 10px;
}
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav {
	left: 0;
}
#lightbox-nav a {
	outline: none;
}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
	box-sizing: content-box;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 100%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption {
	font-weight: bold;
}
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}