/*全局样式*/
@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

* {
	-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;
}

* html body {
	overflow: visible;
}

* html iframe,
* html frame {
	overflow: auto;
}

* html frameset {
	overflow: hidden;
}

body {
	color: #333;
	font-family: "微软雅黑", Arial;
	font-size: 14px;
	min-width: 1340px;
	overflow-x: hidden;
}

body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
tr {
	margin: 0 auto;
	padding: 0;
}

input,
select {
	font-size: 14px;
	vertical-align: middle;
	outline: none;
}

textarea,
input {
	word-wrap: break-word;
	word-break: break-all;
	padding: 0px;
}

input:focus,
textarea:focus {
	outline: none;
}

li {
	list-style-type: none;
}

img {
	border: 0 none;
}

a {
	color: #333;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #071459;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

.pointer {
	cursor: pointer;
}

.NoBorder {
	border: 0 none;
}

.NoPadding {
	padding: 0;
}

.t-l {
	text-align: left;
}

.t-c {
	text-align: center;
}

.t-r {
	text-align: right;
}

.Break {
	word-break: break-all;
	word-wrap: break-word;
}

.Nobreak {
	word-break: keep-all;
	word-wrap: normal;
}

.col-left {
	float: left;
}

.col-right {
	float: right;
}

.UnLine {
	text-decoration: underline;
}

.DisunLine {
	text-decoration: none;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.wrapper {
	clear: both;
	overflow: hidden;
}

.o-hidden {
	overflow: hidden;
}

.invisible {
	visibility: hidden;
}

.hidden {
	display: none;
}

.inlineb {
	display: inline-block;
}

.block {
	display: block;
}

.clear {
	clear: both;
	height: 0px;
	width: 100%;
	font-size: 1px;
	line-height: 0px;
	visibility: hidden;
	overflow: hidden;
}

.FB {
	font-weight: bold;
}

.FN {
	font-weight: normal;
}

.FI {
	font-style: italic;
}

.font10 {
	font-size: 10px;
}

.font11 {
	font-size: 11px;
}

.font12 {
	font-size: 12px;
}

.font13 {
	font-size: 13px;
}

.font14 {
	font-size: 14px;
}

.font16 {
	font-size: 16px;
}

.font18 {
	font-size: 18px;
}

.line-1 {
	line-height: 1px;
}

.line-H10 {
	line-height: 10px;
}

.line-15 {
	line-height: 15px;
}

.line-18 {
	line-height: 18px;
}

.line-20 {
	line-height: 20px;
}

.line-25 {
	line-height: 25px;
}

.line-30 {
	line-height: 30px;
}

.line-35 {
	line-height: 35px;
}

.color_green {
	color: #85c226;
}

.color_red {
	color: #e8470a;
}

.color_red1 {
	color: #F00;
}

.color_yellow {
	color: #bf0000;
}

.bgf9 {
	background: #f9f9f9;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

.wrap {
	width: 100%;
	min-width: 1340px;
}

.container {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

/*头部*/
.header{
	background:url('../images/header-bg.jpg') no-repeat center top;
	height:82px;
	box-shadow: 0px 7px 7px -7px #5E5E5E;
}

.header .logo{
	float:left;
}

.header .logo img{
	vertical-align:bottom;
}

.header .navbar{
	float:right;
	margin-top:45px;
}
.header .navbar li{
	float:left;
	margin-left:15px;
	position:relative;
}

.header .navbar li>a{
	color:#fff;
	font-size:16px;
	padding:8px 20px;
	display:block;
	transition: all 0.5s;
}

.header .navbar li.active>a{
	background:#08165d;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	box-shadow:0px 0px 12px -4px rgba(255, 255, 255, 0.5);
}

.header .navbar li:hover>a{
	background:#08165d;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	box-shadow:0px 0px 12px -4px rgba(255, 255, 255, 0.5);
}

.header .navbar li dl{
	position:absolute;
	background-color:rgba(255,255,255,0.7);
	width:100%;
	padding:7px 7px 10px 7px;
	display:none;
}

.header .navbar li dl dt{
	text-align:center;
	border-bottom:1px solid #9e9a98;
	line-height:36px;
}

.header .navbar li dl dt a:hover{
	color:#00a0e9;
}

.header .navbar li dl dt a.active{
	color:#00a0e9;
}

.header .navbar li:hover dl{
	display:block;
}


/*底部*/
.footer-top{
	background:#333;
	color:#fff;
	font-size:12px;
}
.footer-top a{
	color:#fff;
}

.footer-top .container{
	position:relative;
	padding:30px 0;
}

.footer-top .item{
	float:left;
	border-left:1px solid #fff;
	height:90px;
	padding:0 30px;
}

.footer-top .item font{
	color:#ff0000;
}

.footer-top .item p{
	line-height:26px;
}

.footer-top .item:nth-child(1){
	border-left:0;
	width:37%;
}

.footer-top .item:nth-child(2){
	width:32%;
	padding-left:65px;
}

.footer-top .item:nth-child(3){
	width:30%;
	float:right;
}

.footer-top .item:nth-child(1) h5{
	background:url('../images/links-cate.png') no-repeat;
	width:82px;
	height:26px;
	color:#000;
	margin-left:0;
	text-align:center;
	line-height:26px;
	margin-bottom:10px;
}
.footer-top .item:nth-child(1) p{
	font-size:12px;
}

.footer-top .item:nth-child(3) h5{
	background:url('../images/tel-icon.png') no-repeat;
	height:29px;
	font-weight:normal;
	padding-left:21px;
	padding-top:10px;
	font-size:12px;
}


.footer-top .code{
	position:absolute;
	right:0;
	top:30px;
	text-align:center;
}

.footer-top .code span{
	display:block;
	font-size:10px;
	line-height:28px;
}

.footer-bottom {
	background-color: #333333;
	color: #fff;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:12px;
}

.footer-bottom a{
	color:#fff;

}


.to-top{
	background:url('../images/gotop-icon.png');
	width:39px;
	height:39px;
}

/* 淡出动画 */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  animation-name: fade;
  animation-duration: 2s;
}

@-webkit-keyframes fade {
  from {opacity: 0}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: 0}
  to {opacity: 1}
}
