﻿@charset 'utf-8';
/******样式清除******/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333333
}

a,
span {
    vertical-align: top;
}

img {
    border: 0;
    vertical-align: middle;
}

input,
button,
text {
    vertical-align: top;
    outline: none;
    border: none;
}

button {
    padding: 0;
    background: none;
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
}

textarea {
    outline: none;
    border: none;
    resize: none;
}

input,
textarea {
    box-sizing: content-box;
    outline: none;
    background: 0 0;
    font-family: "Microsoft YaHei"
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #acacac;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #acacac;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #acacac;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #acacac;
}

table tr td,
table {
    border-collapse: collapse;
}

body {
    font-size: 0;
    color: #000;
    font-family: "Microsoft YaHei";
}

/*****通用样式******/

/*清除浮动*/

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

.lf {
    float: left;
}

.rt {
    float: right;
}

.db {
    display: inline-block;
}

/*****边距调整****/

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mr5 {
    margin-right: 5px
}

.mr10 {
    margin-right: 10px
}

.mr15 {
    margin-right: 15px
}

.mr20 {
    margin-right: 20px
}
/****内容块居中***/
.centerWidth{
    width: 1200px;
    margin: 0 auto;
}

/*分页*/
.pagination{
    text-align: center;
    font-size: 14px;
    padding-bottom: 20px;
}
.pagination a{
    width: 32px;
    line-height: 32px;
    display: inline-block;
    text-align: center;
    background: #eee;
    border-radius: 3px;
    margin: 0 6px;
}
.pagination a:hover{
    background: #0163d1;
    color: #fff;
    cursor:pointer;
}
.pagination .first-page,.pagination .last-page{
    width: 78px;
}
.pagination .active{
    background: #0163d1;
    color: #fff;
}

/*header*/
.header{
  background-color: #0163d1;
  width: 100%;
  min-width: 1400px;
}
.h-tool2{
  overflow: hidden;
  width: 1400px;
  margin: 0 auto;
  height: 92px;
}
.h-tool2-left{
  line-height: 67px;
  font-size: 34px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  margin-top: 10px;
}
.h-tool2-left img{
  margin-right: 17px;
}
.header-logo{
  margin-left: 16px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  line-height: 67px;
  display: inline-block;
  margin-top: 12px;
}
.h-tool2-center{
  margin-left: 20px;
  font-size: 18px;
  overflow: hidden;
}
.h-tool2-center li{
  width: 98px;
  text-align: center;
  float: left;
  line-height: 26px;
  padding: 45px 22px 0 0;
}
.h-tool2-center li:first-child{
  width: 48px;
}
.h-tool2-center .active a{
  font-size: 24px;
  border-bottom: 1px solid #fff;
  padding-bottom: 16px;
  display: inline-block;
}
.h-tool2-center li a{
  color: #fff;
}
.h-tool2-right{
  line-height: 26px;
  margin-top: 45px;
}
.h-tool2-right a{
  font-size: 14px;
  color: #fff;
  display: inline-block;
  margin-left: 10px;
}
.h-tool2-search{
  width: 280px;
  height: 42px;
  border-radius: 21px;
  background-color: #fff;
  margin-top: 34px;
  font-size: 16px;
  line-height: 34px;
  padding: 4px;
  box-sizing: border-box;
  overflow: hidden;
}
.h-tool2-search input{
  width: 172px;
  height: 100%;
  padding-left: 16px;
  line-height: 34px;
}
.h-tool2-search span{
  width: 82px;
  background-color: #0163d1;
  text-align: center;
  border-radius: 18px;
}
.h-tool2-search span:hover{
  cursor: pointer;
}
.h-tool1{
  background-color: #0152b0;
}
.h-tool1>div{
  overflow: hidden;
  width: 1400px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 34px;
  background-color: #0152b0;
}
.h-tool1 a{
  color: #fff;
  margin: 0 6px;
}

/*底部*/
.footer{
  background-color: #0163d1;
  width: 1400px;
  margin: 0 auto;
  font-size: 14px;
  overflow: hidden;
  padding: 18px 24px;
  box-sizing: border-box;
}
.f-info-left{
  overflow: hidden;
}
.f-info-left > a{
  display: inline-block;
  float: left;
  height: 72px;
}
.f-info-left > a img{
  height: 100%;
}
.f-info-left > p{
  float: left;
  color: #fff;
  line-height: 24px;
  padding: 12px 0;
}
.f-info-left > p > span{
  color: #fff;
  margin-right: 16px;
}
.f-info-left > p > a{
  color: #fff;
  margin-right: 16px;
  display: inline-block;
  cursor: pointer;
}
.f-info-left > p > a:hover{
  text-decoration:underline
}
.f-info-right{
  margin-top: 38px;
}
.f-info-right a{
  color: #fff;
  padding-left: 4px;
}

/*友情链接*/
.links{
  font-size: 14px;
  line-height: 32px;
  padding: 14px 30px 12px;
  width: 1400px;
  margin: 0 auto;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0px -4px 10px #eeeeee;
  position: relative;
}
.links-item{
  width: 212px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  margin: 0 26px;
  padding: 0 12px;
  display: inline-block;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
}
.l-t-xiala{
  float: right;
  margin-top: 12px;
}
.l-t-content{
  display: none;
  position: absolute;
  width: 1280px;
  bottom: 66px;
  left: 60px;
  background-color: #fff;
  line-height: 36px;
  padding: 12px 0;
  box-shadow: 0px -4px 10px #eeeeee;
  box-sizing: border-box;
  max-height: 0px;
  padding: 0;
  overflow: auto;
}
.l-t-content>a{
  cursor: pointer;
  width: 210px;
  margin-left: 39px;
  display: inline-block;
}
.l-t-content>a:hover{
  color: #0163d1;
}
.links .active{
  color: #0163d1;
}
.links .active .l-t-content{
  display: block;
}

/*左边浮动*/
.fixeddiv{
  width: 56px;
  position: fixed;
  top: 148px;
  border-top: 2px solid #0163d1;
  right: 30px;
  background-color: #fff;
}
.fixeddiv-item{
  border-bottom: 1px solid #eeeeee;
  text-align: center;
  color: #333;
  position: relative;
}
.fixeddiv-item:hover{
  color: #0163d1;
}
.fixeddiv-item >img{
  width: 25px;
  display: inline-block;
  padding-top: 6px;
}
.fixeddiv-item >p{
  font-size: 12px;
  box-sizing: border-box;padding: 0 16px 10px;
}
.fixeddiv-item div{
  position: absolute;
  width: 102px;
  height: 102px;
  padding: 12px;
  border-radius: 6px;
  border-top-right-radius: 0;
  box-shadow: 0 0 16px #999;
  background-color: #fff;
  top: 0;
  right: 60px;
  display: none;
}
.fixeddiv-item div img{
  width: 100%;
  height: 100%;
}
.fixeddiv-item:hover div{
  display: inline-block;
}