﻿@charset "utf-8";

/* CSS Document */
html {
  -webkit-text-size-adjust: none;
}
body {
  font-size: 14px;
  color: #343434;
  line-height: 26px;
  margin: 0;
  padding: 0;
  font-family: "微软雅黑", "MicrosoftYaHei", "Microsoft YaHei", "Arial";
  -webkit-text-size-adjust: none;
  min-width: 1200px;
}
@media all and (max-width: 1300px) {
  body {
    min-width: 1000px;
  }
}
@media all and (max-width: 1000px) {
  body {
    min-width: inherit;
  }
}
img {
  border: 0;
}
div,
form,
ul,
ol,
li,
span,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd {
  border: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.fz12,
font,
h2,
h1 {
  font-size: 12px;
}
h3,
h4,
h5 {
  font-weight: normal;
  font-size: 14px;
}

input,
textarea,
button {
  outline: none;
  border: 0;
}
input:focus,
textarea:focus,
button:focus {
  outline: none;
  border: 0;
}

a {
  outline: none;
  -moz-outline: none;
  color: #343434;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:link {
  color: #343434;
  text-decoration: none;
}
a:visited {
  color: #343434;
  text-decoration: none;
}
a:active {
  color: #343434;
  text-decoration: none;
}
a:hover {
  color: #1c4794;
  text-decoration: none;
}
p {
  padding: 0;
  margin: 0;
}
.tar {
  text-align: right;
}
.tal {
  text-align: left;
}
.tac {
  text-align: center;
}
.ft {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
.bgff {
  background: #fff;
}
.w100 {
  width: 1200px;
  margin: 0 auto;
}

@media all and (max-width: 1300px) {
  .w100 {
    width: 1000px;
  }
}
@media all and (max-width: 1000px) {
  .w100 {
    width: 90%;
  }
}

header {
  position: absolute;
  left: 0;
  top: 0;
  height: 110px;
  right: 0;
  background: url(../images/header_bg.jpg);
  z-index: 7777;
}
header .w100 {
  width: 70%;
}

header .logos {
  float: left;
  padding-top: 20px;
}
header .logos img {
  display: block;
  height: 60px;
}
header h3 {
  text-align: right;
  padding-top: 10px;
  line-height: 30px;
}
header h3 i {
  padding-right: 5px;
  color: #888;
}
header h3 span {
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
}

header .head_ss {
  float: right;
  border-left: 1px #eee solid;
  border-right: 1px #eee solid;
  width: 60px;
  height: 60px;
  position: relative;
}
header .head_ss i.i1 {
  display: block;
  font-size: 24px;
  color: #888;
  height: 60px;
  background: url(../images/head_ico2.png) right no-repeat;
  cursor: pointer;
}
header .head_ss form {
  position: absolute;
  right: 0;
  top: 60px;
  width: 300px;
  height: 40px;
  background: #fff;
  border: 1px #ddd solid;
  display: none;
}
header .head_ss form .inp1 {
  display: block;
  line-height: 36px;
  height: 36px;
  padding: 0 10px;
  width: 240px;
  float: left;
}
header .head_ss form .inp2 {
  position: absolute;
  right: 0;
  width: 30px;
  top: 0;
  height: 30px;
  cursor: pointer;
  opacity: 0;
  z-index: 222;
}
header .head_ss form i.fa {
  float: right;
  line-height: 40px;
  width: 30px;
  text-align: center;
}

header nav {
  float: right;
  padding-top: 20px;
}
header nav ul li {
  float: left;
  height: 50px;
  text-align: center;
  position: relative;
  z-index: 10;
}
header nav ul li:hover {
  z-index: 30;
}
header nav ul li span {
  display: block;
  color: #aaa;
  font-size: 12px;
}
header nav ul li a {
  display: block;
  padding: 0px 10px 0 30px;
  font-size: 14px;
  line-height: 20px;
  border-left: 1px #eee solid;
}

@media all and (max-width: 1300px) {
  header .head_ss {
    width: 40px;
  }
  header nav ul li a {
    padding: 0px 5px 0 15px;
    font-size: 14px;
    line-height: 20px;
    border-left: 1px #eee solid;
  }
}

header nav ul li.nav_on a {
  color: #1f4fa3;
  font-weight: bold;
}

header nav ul li h3 {
  position: absolute;
  padding: 10px 0;
  width: 130px;
  left: 50%;
  margin-left: -65px;
  background: #0a3778;
  top: 30px;
  display: none;
}
header nav ul li h3 a {
  display: block;
  color: #fff;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  padding: 0;
  border-left: 0 none;
}
header nav ul li h3 a:hover {
  color: #fff;
  font-weight: bold;
}
header nav ul li.nav_on h3 a {
  color: #fff;
  border-left: 0 none;
}
header nav ul li.on h3 a {
  color: #fff;
}

.index_1 {
  width: 1200px;
  background: url(../images/index_bg1.jpg);
  position: relative;
  margin: 140px auto 0 auto;
  display: flex;
  align-items: center;
  padding: 50px;
  box-sizing: border-box;
}
.index_1 h2 {
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  line-height: 50px;
  margin-right: 50px;
}
.index_1 h2 span {
  display: block;
  font-size: 36px;
}
.index_1 .index_ab {
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  flex: 1;
}
.index_1 .index_ab p {
  padding-bottom: 15px;
}

@media all and (max-width: 1300px) {
  .index_1 {
    width: 1000px;
  }
  .index_1 h2 {
    left: 50px;
  }
  .index_1 .index_ab {
    /* padding-left: 300px; */
  }
}

.index_2 {
  width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
}
.index_2 .index_left {
  /* float: left; */
  /* width: 720px; */
  margin-bottom: 30px;
}
.index_2 .index_right {
  /* float: right;
  width: 440px; */
}
.index_2 h2 {
  background: url(../images/index_bg2.jpg) left no-repeat;
  height: 48px;
  border-bottom: 1px #ddd solid;
  color: #fff;
  font-size: 18px;
  line-height: 48px;
}
.index_2 h2 i {
  display: block;
  float: left;
  width: 80px;
  height: 48px;
}
.index_2 .index_left h2 i {
  background: url(../images/index_ico3.png) center no-repeat;
}
.index_2 .index_right h2 i {
  background: url(../images/index_ico2.png) center no-repeat;
}
.more1 {
  display: block;
  float: right;
  line-height: 48px;
}
.more1 a {
  color: #888;
}
.more1 a:hover {
  color: #1f4fa3;
}

@media all and (max-width: 1300px) {
  .index_2 {
    width: 90%;
  }
  .index_2 .index_left {
    float: none;
    width: auto;
  }
  .index_2 .index_right {
    float: none;
    width: auto;
  }
}

.index_2 ul li {
  padding: 8px 0;
  border-bottom: 1px #ddd solid;
  font-size: 14px;
}
.index_2 ul li a {
  display: block;
}
.index_2 ul li i {
  display: block;
  float: right;
}
.index_2 ul li h3 {
  float: left;
  color: #1f4fa3;
  font-family: Arial;
  font-size: 12px;
  padding-right: 10px;
  border-right: 1px #ddd solid;
  margin-right: 10px;
}
.index_2 ul li h3 b {
  display: block;
  float: left;
  font-size: 18px;
  padding-right: 3px;
}
.index_2 ul li a:hover {
  padding-right: 20px;
}

.index_3 {
  width: 1200px;
  margin: 40px auto;
  background: url(../images/index_bg3.jpg);
  height: 165px;
  position: relative;
  border-radius: 5px;
  box-shadow: 0 0 5px #ccc;
}
.index_3 h2 {
  position: absolute;
  left: 130px;
  top: 50px;
  color: #1f4fa3;
  font-size: 24px;
  font-weight: normal;
  line-height: 50px;
  padding-left: 50px;
  background: url(../images/index_ico4.png) left no-repeat;
}
.index_3 ul {
  padding-left: 390px;
  padding-top: 40px;
}
.index_3 ul li {
  float: left;
  width: 180px;
  line-height: 50px;
}
.index_3 ul li i {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  background: #1f4fa3;
  margin-top: 20px;
}

@media all and (max-width: 1300px) {
  .index_3 {
    width: 90%;
  }
  .index_3 h2 {
    left: 50px;
  }
  .index_3 ul {
    padding-left: 220px;
  }
  .index_3 ul li {
    float: left;
    width: 170px;
  }
}

.index_4 {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.index_4 h2 {
  background: url(../images/index_bg2.jpg) left no-repeat;
  height: 48px;
  border-bottom: 1px #ddd solid;
  color: #fff;
  font-size: 18px;
  line-height: 48px;
}
.index_4 h2 i {
  display: block;
  float: left;
  width: 80px;
  height: 48px;
  background: url(../images/index_ico3.png) center no-repeat;
}

.index_4 ul li {
  padding: 8px 0;
  border-bottom: 1px #ddd solid;
  font-size: 14px;
}
.index_4 ul li a {
  display: block;
}
.index_4 ul li i {
  display: block;
  float: right;
}
.index_4 ul li h3 {
  float: left;
  color: #1f4fa3;
  font-family: Arial;
  font-size: 12px;
  padding-right: 10px;
  border-right: 1px #ddd solid;
  margin-right: 10px;
}
.index_4 ul li h3 b {
  display: block;
  float: left;
  font-size: 18px;
  padding-right: 3px;
}
.index_4 ul li a:hover {
  padding-right: 20px;
}

@media all and (max-width: 1300px) {
  .index_4 {
    width: 90%;
  }
}

.index_5 {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.index_5 h2 {
  background: url(../images/index_bg2.jpg) left no-repeat;
  height: 48px;
  border-bottom: 1px #ddd solid;
  color: #fff;
  font-size: 18px;
  line-height: 48px;
}
.index_5 h2 i {
  display: block;
  float: left;
  width: 80px;
  height: 48px;
  background: url(../images/index_ico1.png) center no-repeat;
}

.index_5 ul li {
  float: left;
  width: 20%;
  padding: 20px 0;
  text-align: center;
}
.index_5 ul li img {
  display: block;
  margin: 0 auto;
  max-width: 80%;
  padding-bottom: 10px;
}

@media all and (max-width: 1300px) {
  .index_5 {
    width: 90%;
  }
}

.index_6 {
  width: 1200px;
  margin: 0 auto;
}
.index_6 img {
  display: block;
  width: 1200px;
}

@media all and (max-width: 1300px) {
  .index_6 {
    width: 90%;
  }
  .index_6 img {
    width: 100%;
  }
}

footer {
  background: #194187;
  padding-top: 50px;
  margin-top: 40px;
}
footer .foot_1 {
  float: left;
  width: 430px;
}
footer .foot_1 img {
  height: 65px;
  filter: brightness(0) invert(1);
}
footer .foot_2 {
  float: left;
  width: 430px;
  color: #fff;
  line-height: 30px;
}
footer .foot_3 {
  float: right;
  width: 340px;
}
footer .foot_3 ul li {
  float: left;
  width: 110px;
  line-height: 30px;
}
footer .foot_3 ul li a {
  color: #fff;
}
.copyright {
  padding: 10px 0;
  text-align: center;
  color: #fff;
  background: #102955;
}

footer .links {
  padding-top: 30px;
  padding-bottom: 10px;
  color: #fff;
}
footer .links a {
  padding-right: 20px;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media all and (max-width: 1300px) {
  footer .foot_1 {
    width: 250px;
  }
  footer .foot_2 {
    width: 300px;
  }
}

.lanmu {
  width: 1200px;
  height: 150px;
  background: url(../images/index_bg1.jpg) center;
  position: relative;
  margin: 140px auto 30px auto;
}
.lanmu h2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50px;
  color: #fff;
  font-size: 36px;
  font-weight: normal;
  line-height: 50px;
}

@media all and (max-width: 1300px) {
  .lanmu {
    width: 90%;
  }
}

.pages {
  height: 80px;
}
.pages ul {
  text-align: center;
  list-style-type: none;
  padding: 14px 0px;
}
.pages ul li {
  display: inline;
  list-style-type: none;
  font-family: Tahoma;
  line-height: 26px;
  margin-right: 6px;
  border: #ccc 1px solid;
  background: #eaeaea;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 8px;
}
.pages ul li a {
  padding: 2px 3px;
  color: #6e6e6e;
}
.pages ul li.on a {
  color: #343434;
}
.pages ul li.thisclass {
  background: #1f4fa3;
  font-weight: bold;
  text-align: center;
  border: #fff 1px solid;
}
.pages ul li.thisclass a {
  color: #fff;
}

@media all and (max-width: 720px) {
  .pages ul li {
    padding: 4px;
    font-size: 12px;
  }
}

.content {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
}
.content .con_title {
  padding-bottom: 10px;
  border-bottom: 1px #ddd solid;
}
.content .con_title h1 {
  text-align: center;
  font-size: 24px;
  padding-bottom: 10px;
}
.content .con_title h3 {
  text-align: center;
  color: #1f4fa3;
  font-family: Arial;
  font-size: 12px;
  padding-right: 10px;
  border-right: 1px #ddd solid;
  margin-right: 10px;
}
.content .con_title h3 b {
  font-size: 18px;
  padding-right: 3px;
}

.content .con_body {
  padding: 20px 0;
  font-size: 16px;
  line-height: 30px;
}
.content .con_body p {
  text-indent: 2em;
}

.content .con_xiazai {
  padding-bottom: 30px;
}
.content .con_xiazai h2 {
  font-size: 16px;
  padding-bottom: 10px;
}
.content .con_xiazai ul li {
  line-height: 32px;
  font-size: 16px;
}
.content .con_xiazai ul li a:hover {
  padding-left: 10px;
  font-weight: bold;
}

.content .con_shangxia {
  background: #f5f5f5;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  color: #888;
}

@media all and (max-width: 1300px) {
  .content {
    width: 90%;
  }
}

.about {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
}
.about .about_left {
  float: left;
  width: 220px;
}
.about .about_left h2 {
  text-align: right;
  font-size: 24px;
  color: #888;
  line-height: 40px;
  font-weight: normal;
  padding-bottom: 20px;
}
.about .about_left h2 span {
  font-size: 36px;
  color: #1f4fa3;
  display: block;
}

.about .about_left ul li {
  line-height: 40px;
  text-align: right;
}
.about .about_left ul li a:hover {
  padding-right: 10px;
}
.about .about_left ul li.on a {
  color: #ff0000;
}

.about .about_right {
  float: right;
  width: 900px;
}
.about .about_right .about_body {
  font-size: 16px;
  line-height: 30px;
}
.about .about_right .about_body p {
  padding-bottom: 15px;
}

.about .about_right .about_pic {
  overflow: hidden;
}
.about .about_right .about_pic ul li {
  float: left;
  width: 33.3%;
  padding: 20px 0;
  text-align: center;
}
.about .about_right .about_pic ul li img {
  display: block;
  margin: 0 auto;
  width: 80%;
  padding-bottom: 10px;
}

@media all and (max-width: 1300px) {
  .about {
    width: 90%;
  }
  .about .about_right {
    float: right;
    width: 660px;
  }
}
