@charset 'UTF-8';
/*去除常见标签默认的margin 和 padding */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
input {
  margin: 0;
  padding: 0;
}
/* 设置网页统一的字体大小,行高,字体系列相关属性 */
body {
  font: 14px/1.5 "Helvetica Neue", "Helvetica", "Arial", "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", "sans-serif";
  color: #333;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* 去除列表默认样式 */
ul,
ol {
  list-style: none;
}
/* 去除默认的倾斜效果 */
em,
i {
  font-style: normal;
}
/* 去除a标签默认下划线,并设置默认文字颜色 */
a {
  text-decoration: none;
  color: #333;
}
/* 设置img 的垂直对方式为居中对齐,去除img默认下间隙 */
img {
  vertical-align: middle;
}
/* 去除input默认样式 */
input {
  border: none;
  outline: none;
  color: #333;
}
/* 左浮动 */
.fl {
  float: left;
}
/* 右浮动 */
.fr {
  float: right;
}
/* 双伪元素清除法 */
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}
/*公共样式*/
@font-face {
  font-family: 'icomoon';
  src: url('../public/icomoon/fonts/icomoon.eot');
  src: url('../public/icomoon/fonts/icomoon.eot') format('embedded-opentype'), url('../public/icomoon/fonts/icomoon.ttf') format('truetype'), url('../public/icomoon/fonts/icomoon.woff') format('woff'), url('../public/icomoon/fonts/icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.containe-fluid {
  padding: 0;
}
.container {
  padding: 0;
}
.navbar {
  margin-bottom: 0;
}
.jumbotron {
  padding: 0;
  margin: 0;
}
.row {
  margin: 0;
}
.HomePage-Top {
  background-color: #323131;
  line-height: 36px;
}
.HomePage-Top .topLeft,
.HomePage-Top .topRight {
  padding: 0;
}
.HomePage-Top .topLeft a,
.HomePage-Top .topRight a {
  color: #fff;
}
.HomePage-Top .topLeft a span,
.HomePage-Top .topRight a span {
  vertical-align: middle;
}
.HomePage-Top .row a:nth-child(even) {
  padding-left: 6px;
}
.HomePage-Top .row .en {
  padding-left: 6px;
}
.HomePage-Top-nav .navLogo {
  padding: 0;
}
.HomePage-Top-nav .navLogo h1 {
  display: inline-block;
  width: 175px;
  height: 66px;
  background: url(../images/HomePage/logo.png) no-repeat;
  background-size: 175px 43px;
  font-size: 0;
  color: #323131;
  text-decoration: none;
  vertical-align: sub;
}
.HomePage-Top-nav .navLogo h1 a {
  display: block;
  width: 100%;
  height: 100%;
}
.HomePage-Top-nav .navRight {
  padding: 0;
}
.HomePage-Top-nav .navRight ul {
  display: flex;
  justify-content: space-between;
  line-height: 84px;
}
.HomePage-Top-nav .navRight ul li a {
  font-size: 16px;
  font-weight: 600;
  color: #57585b;
  text-decoration: none;
}
.HomePage-Top-nav .navRight ul li a:hover {
  color: #083e7f;
  padding-bottom: 6px;
  border-bottom: 3px solid #083e7f;
}
.HomePage-Footer {
  padding: 12px 0;
  width: 100%;
  background-color: #f2f2f2;
}
.HomePage-Footer .HomePage-Footer-list {
  display: flex;
  justify-content: space-between;
}
.HomePage-Footer .HomePage-Footer-list ul li {
  padding: 6px 0;
}
.HomePage-Footer .HomePage-Footer-list ul li:first-child {
  padding-bottom: 20px;
}
.HomePage-Footer .HomePage-Footer-list ul li:first-child a {
  padding-bottom: 12px;
  border-bottom: 3px solid #083e7f;
  font-weight: 700;
  font-size: 16px;
}
.HomePage-Footer .HomePage-Footer-list ul li a {
  color: #595757;
  letter-spacing: 0.5px;
}
.HomePage-Footer .w ul:nth-child(1) li:nth-child(3),
.HomePage-Footer .w ul:nth-child(1) li:nth-child(5),
.HomePage-Footer .w ul:nth-child(1) li:nth-child(7) {
  line-height: 0;
  padding-bottom: 18px;
}
.HomePage-Footer_Buttom {
  width: 100%;
  background: #e6e6e6;
  text-align: center;
  font-size: 12px;
  padding: 3px 0;
}
.HomePage-Footer_Buttom .container .row a {
  text-decoration: none;
  color: #595757;
  letter-spacing: 0.5px;
  font-family: Microsoft YaHei, Arial, Helvetica, "sans-serif";
  border-right: 2px solid #083e7f;
  padding: 0 12px;
  border-right: 1px solid #083e7f;
}
.HomePage-Footer_Buttom .container .row a:nth-child(4) {
  border-right: 0;
}
.HomePage-Footer_Buttom .container .row a img {
  vertical-align: sub;
  padding-right: 3px;
  width: 9%;
}
.HomePage-Footer_Buttom .container .row a:last-child {
  border-left: 1px solid #083e7f;
  border-right: 0;
}
.navRight ul li:nth-child(2) a {
  color: #083e7f;
  padding-bottom: 6px;
  border-bottom: 3px solid #083e7f;
}
.ServicesPage-Banner {
  padding: 0;
}
.ServicesPage-Banner img {
  width: 100%;
}
.ServicesPage-Title {
  width: 100%;
  height: 88px;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.06);
}
.ServicesPage-Title ul {
  display: flex;
  justify-content: center;
  line-height: 88px;
}
.ServicesPage-Title ul li {
  padding-left: 16px;
}
.ServicesPage-Title ul li a {
  font-size: 16px;
  color: #bebec2;
  text-decoration: none;
  padding-right: 66px;
  border-right: 2px solid #083e7f;
}
.ServicesPage-Title ul li:nth-child(1) a {
  font-weight: 800;
  color: #083e7f;
}
.ServicesPage-Title ul li:last-child a {
  padding-right: 0;
  border-right: 0;
}
.ServicesPage-List .Ser-list .Ser-items-1 {
  margin: 12px 0;
  padding: 12px;
  border: 1px dashed #083e7f;
}
.ServicesPage-List .Ser-list .Ser-items-1 img {
  width: 100%;
}
.ServicesPage-List .Ser-list .Ser-items-1 a {
  font-size: 16px;
}
.ServicesPage-List .Ser-list .Ser-items-1 a p {
  word-spacing: 0px;
}
