﻿@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;
}

body {
  min-width: 1240px;
  background: url(../images/m3-bg.png) top center no-repeat;
}
/* 右侧浮动 */
.index-float {
  position: fixed;
  top: 25%;
  right: 10px;
  width: 56px;
  z-index: 999;
}
.index-float a {
  display: inline-block;
  width: 56px;
  height: 24px;
  padding-top: 32px;
  color: #757575;
  font-size: 12px;
  text-align: center;
  margin-bottom: 2px;
  position: relative;
}
.index-float a:hover {
  color: #fff;
}
.index-float a.dh {
  color: #fff;
  height: 46px;
  width: 32px;
  line-height: 18px;
  padding: 10px 12px 0;
  background: url(../images/ws-bg1.png) center no-repeat;
}
.index-float a.dh:hover{
  font-weight: bold;
}
.index-float a.wb {
  background: url(../images/m3-bg34.png) center no-repeat;
}
.index-float a.wb:hover {
  background: url(../images/m3-bg34o.png) center no-repeat;
}
.index-float a.wx {
  background: url(../images/m3-bg35.png) center no-repeat;
}
.index-float a.wx:hover {
  background: url(../images/m3-bg35o.png) center no-repeat;
}
.index-float a img {
  position: absolute;
  right: 63px;
  top: 0;
  display: none;
}
/* 头部 */
.header {
  height: 316px;
}
.header-l {
  padding-top: 12px;
}
.header-l a,
.header-l span {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  margin-right: 10px;
}
.header-l a:hover {
  text-decoration: underline;
}
.header-l a.ad {
  padding-left: 16px;
  background: url(../images/m3-icon2.png) left center no-repeat;
}
.index-menu {
  position: absolute;
  top: 42px;
  z-index: 999;
  background: #fff;
  width: 100%;
  padding-bottom: 10px;
  display: none;
  overflow: hidden;
}
.index-menu-container {
  width: 1320px;
  margin: 0 auto;
  position: relative;
}
.index-menu .close {
  position: absolute;
  top: 14px;
  right: 20px;
  cursor: pointer;
}
.index-menu-t {
  padding-top: 22px;
  margin-bottom: 20px;
}
.index-menu-t a {
  display: inline-block;
  color: #2775cc;
  font-size: 16px;
  line-height: 20px;
}
.index-menu-l {
  width: 1380px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f5f5f5;
}
.index-menu-l li {
  float: left;
  width: 230px;
  height: 33px;
}
.index-menu-l li a {
  display: inline-block;
  color: #666666;
  font-size: 14px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-menu-l li a:hover {
  color: #2775cc;
}
.index-menu-l.l2 li {
  width: auto;
  margin-right: 56px;
}
.header-con {
  padding-top: 20px;
  text-align: center;
}
.header-search {
  text-align: left;
  width: 726px;
  height: 50px;
  margin: 20px auto 0;
  background: url(../images/m3-bg1.png) center no-repeat;
}
.header-search input {
  width: 550px;
  height: 50px;
  padding-right: 12px;
  line-height: 50px;
  padding-left: 58px;
  color: #ffffff;
  font-size: 14px;
  background: url(../images/m3-icon1.png) 24px center no-repeat;
}
.header-search input::-webkit-input-placeholder {
  color: #ffffff;
}
.header-search input:-moz-placeholder {
  color: #ffffff;
}
.header-search input::-moz-placeholder {
  color: #ffffff;
}
.header-search input:-ms-input-placeholder {
  color: #ffffff;
}
.header-search button {
  width: 106px;
  height: 50px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  background: #2775cc;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}
/* 底部 */
.footer {
  background: #fff;
}
.footer-link {
  position: relative;
  text-align: center;
  padding-top: 24px;
  padding-bottom: 22px;
}
.footer-drop {
  display: inline-block;
  width: 168px;
  line-height: 30px;
  border-radius: 4px;
  margin-right: 32px;
  border: 1px solid #e6e6e6;
}
.footer-drop.cur {
  border: 1px solid #2775cc;
  box-shadow: 0 0 4px 2px #d4e3f5;
}
.footer-drop p {
  color: #313131;
  font-size: 14.58px;
  padding: 0 12px;
  cursor: pointer;
  text-align: left;
  position: relative;
}
.footer-drop p .btn {
  position: absolute;
  display: inline-block;
  bottom: 34px;
  left: 74px;
  width: 14px;
  height: 19px;
  background: url(../images/m3-icon44.png) center no-repeat;
  z-index: 999;
  display: none;
}
.footer-drop p .cur .btn {
  display: block;
}
.footer-drop p .arrow {
  display: inline-block;
  width: 11px;
  height: 6px;
  background: url(../images/m3-icon43.png) center no-repeat;
}
.footer-drop p .arrow.cur {
  background: url(../images/m3-icon46.png) center no-repeat;
}
.footer-drop ul {
  position: absolute;
  border: 1px solid #317bce;
  border-radius: 6px;
  width: 1200px;
  padding-left: 38px;
  left: -20px;
  bottom: 74px;
  background: url(../images/m3-bg21.png);
  padding-top: 20px;
  padding-bottom: 10px;
  display: none;
  box-shadow: 0 0 4px 2px #f3f3f3;
}
.footer-drop ul li {
  float: left;
  width: 196px;
  height: 37px;
  text-align: left;
}
.footer-drop ul li a {
  display: inline-block;
  padding-left: 16px;
  background: url(../images/m3-icon11.png) left center no-repeat;
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  font-size: 14px;
}
.footer-drop ul li a:hover {
  background: url(../images/m3-icon45.png) left center no-repeat;
  color: #2775cc;
}
.f-con {
  background: #133a66;
  padding-top: 24px;
  height: 84px;
}
.f-con .img1,
.f-con .img2 {
  margin-right: 15px;
}
.f-text {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  padding-top: 8px;
}
.f-list {
  padding-top: 36px;
}
.f-list a:hover {
  text-decoration: underline;
}
.f-list a,
.f-list span {
  display: inline-block;
  color: #fff;
  font-size: 14.58px;
  margin-right: 6px;
}
/* 导航条 */
.nav {
  width: 1240px;
  background: #fff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  /*margin-left: -20px;*/
  margin: 0 auto;
  z-index: 99;
  position: relative;
  box-shadow: 0 -4px 8px 0px #f1f1f1;

}
.nav li {
  height: 48px;
  float: left;
  padding-right: 56px;
  width: 192px;
  text-align: center;
  line-height: 44px;
  background: url(../images/m3-bg2.png) right center no-repeat;
}
.nav li.cur {
  line-height: 58px;
  height: 62px;
  margin-left: -94px;
  margin-right: -30px;
  width: 260px;
  margin-top: -14px;
  padding-left: 56px;
  background: url(../images/m3-bg4.png) right center no-repeat;
}
.nav li.fir.cur {
  line-height: 58px;
  height: 62px;
  width: 192px;
  margin: 0;
  padding-left: 0;
  margin-top: -14px;
  border-top-left-radius: 10px;
}
.nav li.ls.cur {
  line-height: 58px;
  height: 62px;
  width: 270px;
  margin: 0;
  margin-left: -78px;
  padding-left: 56px;
  padding-right: 0;
  margin-top: -14px;
  background: url(../images/m3-bg4.png) left center no-repeat;
}
.nav li.ls {
  background: none;
}
.nav li a {
  color: #2775cc;
  font-size: 24px;
  font-weight: bold;
}
.nav li a:hover {
  opacity: 0.8;
  -moz-opacity: 0,8;
  filter: alpha(opacity=80);
}
.nav li a img {
  margin-right: 8px;
  vertical-align: middle;
}
.nav li a span {
  display: inline-block;
  line-height: 30px;
  vertical-align: middle;
}
.bo-r {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 0 8px 0 #f1f1f1;
  background: #fff;
}
