﻿/*-----------------[初始化]--------------*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

body {
	margin: 0 auto;
	min-width: 1100px;
	font-size: 14px;
	color: #333;
	line-height: 1.5;
	font-family: 'Microsoft Yahei', "PingFang SC", "Helvetica Neue",
		"Helvetica", "Arial", sans-serif;
	overflow-x: hidden;
}

img {
	max-width: 100%;
}

input, textarea, select {
	font-size: 14px;
	color: #464646;
	font-family: 'Microsoft Yahei', "PingFang SC", "Helvetica Neue",
		"Helvetica", "Arial", sans-serif;
	border: none;
}

input[type='submit'], input[type='reset'], input[type='radio'], input[type='checkbox'],
	input[type='button'], select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

input[type='submit'], input[type='reset'], input[type='button'] {
	cursor: pointer;
}

::-webkit-input-placeholder {
	color: #9e9e9e;
}

::-moz-placeholder {
	color: #9e9e9e;
}

::-ms-input-placeholder {
	color: #9e9e9e;
}

.ani, a {
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

a {
	color: #333;
}

a:hover {
	color: #1c449a;
	text-decoration: none;
}

/*布局*/
.wp {
	margin: 0 auto;
	width: 100%;
	max-width: 1100px;
}

.g-cont {
	float: right;
	width: 794px;
}
/*******************************
	-------[=头部]-------
********************************/
#hd {
	height: 80px;
}

#hd .logo {
	padding-top: 19px;
	float: left;
	display: block;
}

#hd .logo img {
	display: block;
}

.hd-r {
	float: right;
	width: 718px;
}

.hd-r .top-link {
	padding-top: 11px;
	text-align: right;
	line-height: 16px;
	color: #666;
}

.hd-r .top-link .tel {
	padding: 0 8px 0 22px;
	display: inline-block;
	height: 16px;
	color: #1c449a;
	background: url(../images/ico-tel.png) left center no-repeat;
	font-weight: bold;
}

.hd-r .top-link a {
	padding: 0 8px;
	color: #666;
}

.hd-r .top-link a:hover {
	color: #1c449a;
}

.hd-r .top-link a.a2 {
	padding-right: 0;
}
/*******************************
    -------[=导航]-------
********************************/
#nav {
	margin-right: -16px;
}

#nav li {
	position: relative;
	padding-left: 9px;
	float: left;
	width: 103px;
}

#nav .par {
	position: relative;
	display: block;
	width: 100%;
	height: 52px;
	line-height: 52px;
	font-size: 16px;
	text-align: center;
}

#nav .on .par {
	background: #1c449a;
	color: #fff !important;
}

#nav .par:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -35px;
	display: none;
	width: 70px;
	height: 3px;
	background: #1c449a;
	content: '';
}

#nav .par.on {
	color: #1c449a;
}

#nav .par.on:after {
	display: block;
}

#nav .sub {
	position: absolute;
	top: 70px;
	left: 9px; /*padding-top: 14px;*/
	width: 222px;
	background-color: #1c449a;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
}

#nav .on .sub {
	top: 52px;
	opacity: 1;
	visibility: visible;
}

#nav .sub>div {
	position: relative;
	height: 41px;
}

#nav .sub>div>a {
	padding-left: 22px;
	display: block;
	width: 100%;
	height: 41px;
	line-height: 40px;
	border-bottom: 1px solid #183581;
	color: #fff;
}

#nav .sub>div>a:hover, #nav .sub>div>a.on {
	background-color: #f3df4c;
	color: #1c449a;
}

#nav .sub-sub {
	position: absolute;
	top: 0;
	left: 222px;
	display: none;
	width: 234px;
}

#nav .sub-sub a {
	display: block;
	width: 100%;
	height: 41px;
	line-height: 40px;
	border-bottom: 1px solid #183581;
	background-color: #1c449a;
	color: #fff;
	text-align: center;
}

#nav .sub-sub a:hover {
	background-color: #f3df4c;
}

#nav .last {
	border-bottom: none;
}
/*******************************
    -------[=底部]-------
********************************/
#fd .fd-t {
	padding: 50px 0 52px;
	overflow: hidden;
	background-color: #f0f1f1;
}

#fd .col-l {
	width: 83%;
}

#fd .fd-menu li {
	float: left;
	width: 20%;
	min-height: 200px;
	border-right: 1px solid #e0dfdf;
	text-align: center;
}

#fd .fd-menu .tit {
	height: 40px;
	line-height: 40px;
}

#fd .fd-menu .sub a {
	display: block;
	height: 30px;
	line-height: 30px;
	color: #555;
	font-size: 12px;
}

#fd .fd-menu .sub a:hover {
	color: #1c449a;
}

#fd .col-r {
	width: 17%;
}

#fd .col-r img {
	margin: 20px auto 12px;
	display: block;
	width: 110px;
}

#fd .col-r .tel {
	padding-left: 54px;
	color: #433e40;
	font-weight: bold;
	background: url(../images/ico-tel-2.png) 30px 5px no-repeat;
}

#fd .copyright {
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #0b1d45;
	color: #999;
}

#fd .copyright a {
	color: #999;
}

#fd .copyright a:hover {
	color: #f6903a;
}
/*******************************
    -------[=公用]-------
********************************/
/*微信二维码*/
.pop_weixin {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 9999;
	margin-left: -150px;
	margin-top: -180px;
	width: 300px;
	height: 360px;
	border: 1px solid rgba(0, 0, 0, .3);
	box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
	border-radius: 6px;
	background-color: #fff;
	overflow: hidden;
}

.pop_weixin .tit {
	padding: 9px 15px;
	border-bottom: 1px solid #eee;
}

.pop_weixin .close {
	float: right;
	margin-top: 2px;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	color: #000;
	opacity: .2;
	text-shadow: 0px 1px 0 #fff;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=20)';
}

.pop_weixin h3 {
	line-height: 30px;
	font-weight: normal;
}

.pop_weixin .img {
	height: 250px;
	text-align: center;
}

.pop_weixin .img img {
	margin-top: 15px;
	display: inline-block;
	width: 200px;
}

.pop_weixin .txt {
	padding: 10px 10px 0;
	font-size: 12px;
	color: #444;
	border-top: 1px solid #ddd;
	box-shadow: 0 1px 0 #fff inset;
}
/*侧边*/
.float-bar {
	position: fixed;
	position: absolute \9;
	top: 50%;
	right: 5%;
	margin-top: -102px;
	width: 50px;
	height: 204px;
	z99
}

.float-bar a {
	margin-bottom: 1px;
	display: block;
	width: 50px;
	height: 50px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #686874;
}

.float-bar a:hover {
	opacity: .6;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
}

.float-bar a.a1 {
	background-image: url(../images/ico-side-1.png);
}

.float-bar a.a2 {
	background-image: url(../images/ico-side-2.png);
}

.float-bar a.a3 {
	position: relative;
	background-image: url(../images/ico-side-3.png);
}

.float-bar a.a4 {
	background-image: url(../images/ico-side-4.png);
}

.float-bar a.a3 .tel {
	position: absolute;;
	top: 0;
	right: 80px;
	padding-left: 40px;
	width: 200px;
	height: 60px;
	line-height: 35px;
	background: url(../images/ico-tel-2.png) 15px 10px no-repeat;
	font-size: 20px;
	visibility: hidden;
	opacity: 0;
	background-color: #686874;
	color: #fff;
}

.float-bar a.a3:hover .tel {
	right: 50px;
	opacity: 1;
	visibility: visible;
}
/*内页banner*/
.banner-inner {
	height: 300px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.banner-inner .txt {
	padding-top: 70px;
	color: #fff;
}

.banner-inner .en {
	position: relative;
	height: 34px;
	line-height: 34px;
	font-family: Arial;
	font-size: 16px;
	text-transform: uppercase;
}

.banner-inner .en:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 94px;
	height: 1px;
	background-color: #fff;
	content: '';
}

.banner-inner .cn {
	height: 72px;
	line-height: 72px;
	font-size: 44px;
	font-weight: normal;
	letter-spacing: 5px;
}
/*侧边*/
.sidebar {
	margin-top: -44px;
	float: left;
	width: 276px;
}

.sidebar .tit {
	padding: 44px 0 0 32px;
	height: 152px;
	background-color: #1c449a;
	color: #fff;
}

.sidebar .tit .cn {
	font-size: 30px;
	line-height: 1em;
	font-weight: lighter;
}

.sidebar .tit .en {
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: lighter;
}

.sidebar .list a {
	padding-left: 31px;
	display: block;
	width: 100%;
	height: 48px;
	line-height: 47px;
	background-color: #f0f1f1;
	border-bottom: 1px solid #cdcdcd;
	border-left: 4px solid #f0f1f1;
}

.sidebar .list a:hover, .sidebar .list a.on {
	color: #1c449a;
	background-color: #f3df4c;
	border-bottom: 1px solid #f3df4c;
	border-left: 4px solid #1c449a;
}
/*标题*/
.g-tit-1 {
	padding-top: 22px;
}

.g-tit-1 span {
	position: relative;
	padding-right: 30px;
	padding-left: 3px;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	font-weight: lighter;
}

.g-tit-1 span:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #333;
	content: '';
}
/*分页*/
.pages {
	display: inline-block;
	height: 38px;
	background-color: #f8f8f8;
	border: 1px solid #f0f1f1;
}

.pages a {
	margin-right: 12px;
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background-color: #fff;
	font-size: 18px;
}

.pages a.prev, .pages a.next {
	width: 88px;
}

.pages a.next {
	margin-right: 0;
}

.pages a.cur, .pages a:hover {
	color: #fff;
	background-color: #f3df4c;
	color: #213d86;
}

.pages-cont {
	padding-bottom: 50px;
	text-align: center;
}