﻿@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{
  width: 392px;
  margin-top: 10px;
}
.h-tool2-center{
  margin-left: 84px;
  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: 386px;
  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: 268px;
  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: 84px;
  position: fixed;
  top: 148px;
  border-top: 2px solid #0163d1;
  right: 20px;
  background-color: #fff;
}
.fixeddiv-item{
  border-bottom: 1px solid #eeeeee;
  text-align: center;
  color: #333;
  position: relative;
  padding: 10px 0;
  cursor: pointer;
}
.fixeddiv-item:hover{
  color: #0163d1;
}
.fixeddiv-item >img{
  width: 25px;
  display: inline-block;
}
.fixeddiv-item >p{
  font-size: 12px;
}
.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: 90px;
  display: none;
}
.fixeddiv-item div img{
  width: 100%;
  height: 100%;
}
.fixeddiv-item:hover div{
  display: inline-block;
}

/*3月3日修改顶部*/
.header303{
  overflow: hidden;
}
.header303-top{
  max-width: 1920px;
  height: 255px;
  background: url(bg303.png)no-repeat;
  background-size: auto 100%;
  background-position: center;
  overflow: hidden;
}
.header303-td1{
  width: 1400px;
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  margin-top: 30px;
}
.header303-td1>a{
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  margin-right: 12px;
}
.header303-td1 div a{
  font-size: 14px;
  color:#fff;
  line-height: 40px;
  margin-left: 12px;
}
.header303-td2{
  width: 1400px;
  margin: 0 auto;
  margin-top: 30px;
  overflow: hidden;
}
.header303-td2l{
  display: block;
  overflow: hidden;
  width: 740px;
  cursor: pointer;
}
.header303-td2l img{
  width: 138px;
  height: 90px;
  display: inline-block;
  float: left;
}
.header303-td2l div{
  width: 576px;
  float: left;
  margin-left: 24px;
}
.header303-td2l div p{
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  line-height: 20px;
  margin-top: 10px;
}
.header303-td2l div p:first-child{
  font-size: 50px;
  line-height: 60px;
  margin-top: 0px;
}
.header303-td2r{
  width: 480px;
  height: 46px;
  margin-top: 16px;
  background: #fff;
  border-radius: 23px;
  padding: 0 20px;
  overflow: hidden;
}
.header303-td2r>input{
  width: 400px;
  height: 46px;
  line-height: 46px;
  background: none;
  color: #666;
  font-size: 20px;
  float: left;
}
.header303-td2r >small{
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: 11px;
  background: url(search-303.png) no-repeat center center;
  background-size: auto 100%;
  cursor: pointer;
  float: right;
}
.header303-bottom{
  overflow: hidden;
  background: #0153b0;
  text-align: center;
}
.header303-bottom>a{
  display: inline-block;
  background: #0153b0;
  padding: 15px 0;
}
.header303-bottom>a span{
  width: 279px;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  text-align: center;
}
.header303-bottom> a.cur {
  background: #015ec6;
}
.header303-bottom> a:hover {
  background: #015ec6;
  color: #fff;
}
.header303-bottom> a + a span {
  border-left: 1px solid #7297d0;
}
.header303-bottom> a.cur span,.header303-bottom> a:hover span{
  font-size: 24px;
}