@charset "utf-8";
/* CSS Document */

html {
	height: 100%
}

body {
	font-size: 12px;
	line-height: 18px;
	color: #666;
	font-family: Arial, sans-serif;
	background-color: #FFFFFF
}

/* 默认字体为14px 常规显示最佳字号   */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
ul,
li,
ol,
img {
	margin: 0px;
	padding: 0px;
	border: 0px
}

ul,
li,
ol {
	list-style-type: none
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

li,
ol,
img {
	list-style-type: none;
}

a,
a:link {
	text-decoration: none
}

a:hover {
	text-decoration: none;
}

em,
i {
	font-style: normal;
}

.clearfix {
	clear: both;
}
/* 自定义页面间距 */
.table {
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
}

/* 设置表格方式垂直居中 */
.tableCell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.h2 {
	clear: both;
	height: 2px;
	overflow: hidden;
}

/* 自定义页面间距 */
.h5 {
	clear: both;
	height: 5px;
	overflow: hidden;
}
.h6 {
	clear: both;
	height: 6px;
	overflow: hidden;
}

/* 自定义页面间距 */
.h10 {
	clear: both;
	height: 10px;
	overflow: hidden;
}

/* 自定义页面间距 */
.h15 {
	clear: both;
	height: 15px;
	overflow: hidden;
}

/* 自定义页面间距 */
.h20 {
	clear: both;
	height: 20px;
	overflow: hidden;
}

/* 自定义页面间距 */
.h25 {
	clear: both;
	height: 25px;
	overflow: hidden;
}

/* 自定义页面间距 */
.h30 {
	clear: both;
	height: 30px;
	overflow: hidden;
}

/* 自定义页面间距 */
.h35 {
	clear: both;
	height: 35px;
	overflow: hidden;
}

/* 自定义页面间距 */
.h40 {
	clear: both;
	height: 40px;
	overflow: hidden;
}

/* 自定义页面间距 */
.h45 {
	clear: both;
	height: 45px;
	overflow: hidden;
}

/* 自定义页面间距 */
.h50 {
	clear: both;
	height: 50px;
	overflow: hidden;
}

/* 自定义页面间距 */
.h55 {
	clear: both;
	height: 55px;
	overflow: hidden;
}

/* 自定义页面间距 */
.h60 {
	clear: both;
	height: 60px;
	overflow: hidden;
}

/* 自定义页面间距 */
.h65 {
	clear: both;
	height: 65px;
	overflow: hidden;
}

/* 自定义页面间距 */
.h70 {
	clear: both;
	height: 70px;
	overflow: hidden;
}

/* 自定义页面间距 */
.h75 {
	clear: both;
	height: 75px;
	overflow: hidden;
}

/* 自定义页面间距 */
.h80 {
	clear: both;
	height: 80px;
	overflow: hidden;
}

/* 自定义页面间距 */
.h85 {
	clear: both;
	height: 85px;
	overflow: hidden;
}

/* 自定义页面间距 */
.h90 {
	clear: both;
	height: 90px;
	overflow: hidden;
}

/* 自定义页面间距 */
.h95 {
	clear: both;
	height: 95px;
	overflow: hidden;
}

/* 自定义页面间距 */
.h100 {
	clear: both;
	height: 100px;
	overflow: hidden;
}

/* 设置表格方式垂直居中 */

/*页眉部分*/
.head-bg {
	width: 100%;
	height: 100px;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;
	box-shadow: 0 0 17px #d9d9d9;
}

.head {
	width: 1200px;
	height: 100px;
	position: relative;
	margin: 0 auto;
}

.head img {
	padding-top: 14px;
	float: left;
}

.head .nav {
	width: 65%;
	height: 100px;
	float: left;
	margin-left: 10%;
}

.head .nav ul {
	margin-top: 20px;
}

.head .nav ul li {
	width: 12%;
	height: 45px;
	line-height: 45px;
	color: #000000;
	text-align: center;
	font-size: 18px;
	float: left;
	text-align: center;
}

.head .nav li a {
	color: #222222;
	cursor: pointer;
}

.head .nav .active a,
.head .nav li a:hover {
	width: 100%;
	height: 45px;
	line-height: 45px;
	color: #2867ce;
	font-weight: bold;
	display: inline-block;
}

/*background: url(../images/img_nav_line.png)no-repeat bottom center; */
.head .right-switch .line {
	width: 2px;
	margin: 0 9px;
	color: #666;
	font-size: 14px;
	display: inline-block;
}

.head .right-switch a {
	color: #000000;
	font-size: 18px;
	display: inline-block;
}

.head .right-switch .line {
	width: 2px;
	margin: 0 10px;
	color: #666;
	font-size: 14px;
	display: inline-block;
}

.head .right-switch a:hover {
	color: #2867ce;
}

.ipv6{
	position: absolute;
	top: 50px;
	right: 0px;
	text-align: right;
	font-size: 12px;
	color: #666;
}

/*当前位置*/
.location {
	width: 1200px;
	height: 45px;
	line-height: 45px;
	text-align: left;
	color: #666666;
	margin: 0 auto;
}

.location img {
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

.location a {
	color: #2867ce;
	margin: 0 5px;
	font-size: 12px;
}

.location a:hover {
	color: #2867ce;
}

.location span {
	color: #666666;
	margin: 0 5px;
	font-size: 14px;
}


/*标题共用样式*/
.title01 {
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	display: inline-block;
}

.title02 {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	height: 60px;
	line-height: 60px;
}

.title03 {
	font-size: 16px;
	color: #000;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
}


/*相关业务*/
.related-box {
	width: 100%;
	padding: 10px 0 20px 0;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden
}

.related-box h4 {
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	color: #2867ce;
	font-weight: normal;
}
.related-box ul li{
	float: left;
	width: 18%;
	font-size: 16px;
	line-height: 30px;
	color: #666;
	text-indent: 20px;
	margin-top: 5px;
	background: url(../images/dot2.png) no-repeat center left;
}

.related-box ul li a {
	color: #666;
}

.related-box ul li:hover{
	background: url(../images/dot3.png) no-repeat center left;
}

.related-box ul li:hover a{
	color: #2867ce;
}
.related-box02 {
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #e5e5e5;
}

.related-box02 h4 {
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	color: #2867ce;
	font-weight: normal;
}

.related-box02 ul {
	margin-top: 5px;
}

.related-box02 ul li {
	float: left;
	width: 50%;
	border-right: 1px solid #e5e5e5;
	box-sizing: border-box;
}

.related-box02 ul li.clearfix {
	float: unset;
}

.related-box02 ul li p {
	font-size: 16px;
	color: #666;
}

.related-box02 ul li h4 {
	font-size: 16px;
	color: #2867ce;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
}

.related-box02 ul li span {
	font-size: 16px;
	color: #2867ce;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	margin-right: 30px;
	display: inline-block;
}


/* 侧栏 */
.sidebar {
	position: fixed;
	right: 0px;
	top: 200px;
}

.sidebar table {
	text-align: center;
	background-color: white;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.10), -5px -5px 10px rgba(0, 0, 0, 0.10)
}

.sidebar table tr,
.sidebar table tr td {
	padding: 3px;
	width: 80px;
	text-align: center;
	position: relative;
}

.sidebar table td img {
	width: 80px;
	height: 80px;
}

.sidebar a {
	text-align: center;
	display: block;
	color: #666;
}


/* 翻页样式*/
.page-box {
	border-top: 1px solid #e5e5e5;
	width: 100%;
	padding: 10px 0;
	text-align: center;
}

.digg {
	padding: 20px;
	text-align: center;
	font-size: 14px;

}

.digg a {
	padding: 10px 15px;
	margin: 0 0 0 8px;
	border: 1px solid #e1e2e3;
	line-height: 20px;
	height: 20px;
	color: #222222;
	background: #fff;
	text-decoration: none;
}

.digg a:hover {
	background-color: #2867ce;
	color: #fff;
}

.digg span {
	padding: 5px 0;
	line-height: 20px;
	height: 20px;
}

.digg span.current {
	padding: 10px 15px;
	margin: 0 0 0 8px;
	color: #fff;
	font-weight: bold;
	background-color: #2867ce;
}

.digg span.disabled {
	border: 0px solid #eee;
	padding: 10px 15px;
	margin: 0 0 0 8px;
	color: #ddd;
}

/*页脚*/
.bg-footer {
	width: 100%;
	border-bottom: 2px solid #b6b6b6;
	padding-bottom: 0px;
}

.bg-footer .footer {
	width: 1200px;
	height: 70px;
	margin: 15px auto 10px auto;
}

.bg-footer .footer .left-logo {
	width: 195px;
	height: 67px;
	float: left;
}

.bg-footer .footer .left-logo img {
	width: 195px;
	height: auto
}

.bg-footer .footer .right-phone {
	height: 67px;
	float: right;
}

.bg-copyright {
	width: 100%;
}

.bg-copyright .copyright {
	width: 1200px;
	margin: 10px auto;
}

.bg-copyright .copyright h5 {
	font-size: 14px;
	font-weight: normal;
	color: #222222;
}

.bg-copyright .copyright h6 {
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}

.left-copyright {
	float: left;
}

.right-img {
	float: right;
}
.right-img img{
	height: 40px;
}
.bg-footer .code {
	width: 660px;
	float: left;
	margin-left: 20px;
	font-size: 0;
	text-align: center;
}

.bg-footer .code span {
	/* float: left; */
	width: 80px;
	margin: 0 15px;
	color: #666;
	text-align: center;
	font-size: 12px;
	display: inline-block;
}

.bg-footer .code span img {
	width: 60px;
	height: auto;
	display: block;
	margin: 0 auto
}

/*hover上移效果*/
.footer ul .footer-icon .footer-fw,
.footer ul .footer-icon .footer-sw {
	-webkit-transition: transform .3s;
	-moz-transition: transform .3s;
	-ms-transition: transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
}

.footer ul .footer-icon .footer-fw:hover,
.footer ul .footer-icon .footer-sw:hover {
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
}

table{border-collapse: collapse;border:1px solid #000}
table tr{border:1px solid #000}
table td{border:1px solid #000}
