﻿/* 通用初始化样式 START*/
blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0
}

html {
  color: #333;
}

body,
button,
input,
pre,
select,
textarea {
  font-family: "Microsoft Yahei", Arial, sans-serif, Arial, STHeiti;
  font-size: 12px;
  line-height: 150%
}

body {
  overflow-x: hidden;
  background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500
}

address,
cite,
dfn,
em,
var {
  font-style: normal
}

small {
  font-size: 12px
}

ol,
ul {
  list-style: none outside none
}

li {
  vertical-align: top
}

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

a:hover {
  color: #02487c;
  cursor: pointer
}

a:focus {
  outline: 0;
  -moz-outline: 0;
  -webkit-outline: 0
}

sup {
  vertical-align: text-top
}

sub {
  vertical-align: text-bottom
}

legend {
  color: #333
}

fieldset,
img {
  border: 0 none
}

button,
input,
select,
textarea {
  font-size: 12px;
  vertical-align: middle;
  border: 0
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

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

textarea {
  resize: none
}

:focus {
  outline: 0 none
}

.overflow {
  overflow: hidden
}

.hide {
  display: none
}

.disblock {
  display: block
}

.inlineBlock {
  display: inline-block
}

.positionRelative {
  position: relative;
}

.block {
  display: block
}

.inline {
  display: inline
}

.error {
  color: red;
  font-size: 12px
}

button {
  cursor: pointer
}

i {
  font-style: normal
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline
}

button,
input {
  line-height: normal
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled],
input[disabled] {
  cursor: default
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto;
  vertical-align: top
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block
}

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

pre.wordwrap {
  white-space: pre-wrap
}

.fl {
  float: left
}

.fr {
  float: right
}

input {
  border: 0
}

.hidden {
  overflow: hidden
}

.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "."
}

.clearfix {
  display: block
}

.area {
  width: 1200px;
  margin: 0 auto;
  text-align: left
}

.tl {
  text-align: left
}

.tc {
  text-align: center
}

.tr {
  text-align: right
}

.ellipsis {
  width: 100%;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.common-box {
  width: 1200px;
  margin: 0 auto;
  /* background: #fff;
  border-radius: 25px;
  padding-bottom: 20px; */
}

/* 通用初始化样式 END*/

/* 通用头 START */
.header {
  /* width: 1200px;
  margin: 0 auto; */
  height: 220px;
  background: url(header-bg.png) repeat-x;

}

.header .common-box {
  position: relative;
  height: 220px;

}

.header .jf {
  display: block;
  float: right;
  /* width: 110px; */
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  margin-top: 30px;
  /* background: #0059bd;
  color: #fff; */
  color: #4978ad;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.header .jf a {
  color: #4978ad;
  margin-right: 5px;
  display: inline-block;
  line-height: 30px;
}

.header .jf a img {
  margin-top: 3px;
}

/* logo */
.header .title-logo {
  width: 600px;
  float: left;
  margin-left: 30px;
  margin-top: 90px;
  position: relative;
  top: 0;
  z-index: 9;
}

/* 搜索 */
.header .search {
  display: inline-block;
  /* margin-right: 30px;
  margin-top: 40px; */
  width: 230px;
  height: 28px;
  font-size: 0;
  line-height: 28px;
  position: absolute;
  top: 28px;
  right: 216px;
  z-index: 9;
  border: solid 1px #c2c2c2;
  overflow: hidden;
  /* border-radius: 6px; */
  background-color: #ffffff;
  margin-right: 10px;
}

.header .text {
  width: 170px;
  height: 100%;
  padding: 0 10px;
  /* border-top-left-radius: 18px;
  border-bottom-left-radius: 18px; */
  /* border: none; */
  font-size: 14px;
}

.header .btn {
  width: 28px;
  /* padding-left: 20px; */
  height: 100%;
  background-size: cover;
  font-size: 16px;
  /* color: #695757; */
  background: #ffffff;
  text-align: center;
  display: inline-block;
  height: 28px;
  vertical-align: top;
  /* border-top-right-radius: 18px;
  border-bottom-right-radius: 18px; */
}

.header .btn img {
  display: block;
  width: 100%;
  margin-top: 0 !important;
}

.header .header-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 511px;
  z-index: 0;
}

.header .header-bg img {
  display: block;
}

.nav-box {
  background: #2068bb;
}

.nav-box .nav {
  height: 50px;
}

.nav-box .nav li {
  float: left;
  width: 20%;
}

.nav-box .nav a {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
}

.nav-box .nav a:hover {
  background: #89defe;
  color: #2068bb;
}

.nav-box .nav li.active a {

  background: #89defe;
  color: #2068bb;
}

/* 通用头 END */

/* 通用中心样式 START*/

.content {
  padding-top: 50px;
  padding-bottom: 20px;
  background: url(content-bg.png) repeat-x;
}

.common-box .current-location {
  height: 37px;
  font-size: 14px;
  line-height: 37px;
  padding-left: 20px;
}

.common-box .current-location span:nth-of-type(3) {
  color: #0163d1;
  font-weight: bold;
}

/* 通用中心样式 END*/

/* 通用底部样式 START*/

.footer {
  background: #f5faff;
  /* padding: 20px 0; */
  border-top: solid 4px #3895ff;
  height: 150px;
  overflow: hidden;
}

.common-footer {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 15px;
}

.footer-text {
  padding: 30px 0;
}

.footer-text .footer-item {
  width: 260px;
  float: left;
  padding: 0 20px;
}

.footer-item li {
  line-height: 30px;
  font-size: 14px;
  color: #707070;
}

.footer-item li a {
  color: #707070;
}

.footer-item li a:hover {
  color: #3895ff;
}

.footer-item li img {
  display: inline-block;
  width: 20px;
  margin-top: 4px;
}

.footer-item-l {
  float: left;
  padding: 0 18px;
  position: relative;
  top: -10px;
}

.footer-item-l .footer-icon1 {
  display: inline-block;
  width: 84px;
}

.footer-item-l .footer-icon2 {
  display: inline-block;
  width: 150px;
  margin-left: 24px;
  margin-top: 16px;
}


/* 通用底部样式 END*/