@charset "utf-8";

/* 重置  */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
  font-weight: normal;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}
[hidefocus],
summary {
  outline: 0;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}
sup,
sub {
  font-size: 83%;
}
pre,
code,
kbd,
samp {
  font-family: inherit;
}
q:before,
q:after {
  content: none;
}
textarea {
  overflow: auto;
  resize: none;
}
label,
summary {
  cursor: default;
}
a,
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: bold;
}
del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}
body,
textarea,
input,
button,
select,
keygen,
legend {
  font: 14px "Microsoft YaHei", "微软雅黑", \9ed1\4f53, \5b8b\4f53,
    "Microsoft JhengHei", "华文细黑", STHeiti, MingLiu;
}
body {
  background: #fff;
  color: #333;
}
html,
body {
  height: 100%;
}
a {
  color: #333;
}
img {
  border: 0px;
}
table,img{
	max-width:100% !important;
}

.g-box {
    width: 100%;
    padding: 0 calc(50% - 1400px / 2);
    box-sizing: border-box;
}

/* 导航 */
.nav_box {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 180px;
  background: #ffffff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}
.nav_box .top_Contact {
  width: 100%;
  background: #0c5f67;
  height: 48px;
}
.nav_box .top_Contact .top_Contact_left {
  float: left;
  color: #ffff;
  font-size: 14px;
  margin-top: 15px;
}
.nav_box .top_Contact .top_Contact_right2 {
  float: right;
  margin: 15px 20px 0 0;
  color: #fff;
}
.nav_box .top_Contact .top_Contact_right2 a {
  color: #fff;
}
.nav_box .top_Contact .top_Contact_right2 a:hover {
  font-weight:bold;
}


/* 版权 */
.foot_box {
  float: left;
  width: 100%;
  background: linear-gradient(#1b4b8e, #1c519b);
}
.foot_box a {
  color: #fff;
}
.foot_box a:hover {
  font-weight:bold;
}
.foot_box .foot_box_three {
  float: left;
  width: 30%;
  border-right: 1px solid #4c7eb1;
  font-size: 14px;
  color: #fff;
  padding: 24px 0;
  margin: 24px 5% 24px 1%;
}
.foot_box .foot_box_three span {
  padding-left: 40px;
}
.foot_box .foot_box_three .banbi {
  float: left;
  width: 50%;
}
.foot_box p {
  line-height: 24px;
}
.foot_box h3 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 8px;
}
.foot_box .foot_box_one {
  float: left;
  width: 22%;
  font-size: 14px;
  color: #fff;
  padding: 24px 0;
  margin: 24px 3%;
  text-align: center;
}
.foot_box .foot_box_one img {
  width: 100px;
  height: 100px;
}
.foot_box .foot_box_one .foot_box1 {
  width: 50%;
  float: left;
}
.foot_box .foot_box_bottom {
  width: 100%;
  background-color: #000000;
  font-size: 12px;
  color: #fff;
  padding: 12px;
  text-align: center;
}