@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(1) a {
  color: #083e7f;
  padding-bottom: 6px;
  border-bottom: 3px solid #083e7f;
}
.AboutTPS_text {
  padding: 20px 0;
}
.AboutTPS_text .ser-titel {
  display: inline-block;
  padding: 0 0 8px 0;
  border-bottom: 3px solid #083e7f;
  font-weight: 600;
}
.AboutTPS_text .AboutTPS_text_list {
  padding-top: 12px;
}
.AboutTPS_text .AboutTPS_text_list li {
  font-size: 18px;
  padding: 6px 0;
  color: #595757;
}
.AboutTPS_text .AboutTPS_text_list li span {
  text-indent: 4;
  vertical-align: sub;
  letter-spacing: 0.8px;
}
.AboutTPS_text .AboutTPS_text_list li ul li {
  padding: 2px 0;
}
.AboutTPS_text .AboutTPS_text_list li ul li span {
  vertical-align: baseline;
}
.AboutTPS_text .AboutTPS_text_list .AboutTPS_text_list_1 h4 {
  font-weight: 600;
}
.HomePage-EMS_Services {
  padding: 12px 0;
}
.HomePage-EMS_Services .ser-titel {
  display: flex;
  justify-content: space-between;
}
.HomePage-EMS_Services .ser-titel h2 {
  padding: 0 0 8px 0;
  border-bottom: 3px solid #083e7f;
  font-weight: 600;
}
.HomePage-EMS_Services .ser-titel a {
  display: inline-block;
  padding: 16px 66px 16px 66px;
  border: 1px solid #083e7f;
  text-align: center;
  line-height: 14px;
  font-size: 18px;
  background-color: #f2f2f2;
  color: #083e7f;
  text-decoration: none;
}
.HomePage-EMS_Services .ser-titel a:hover {
  background-color: #083e7f;
  cursor: pointer;
  transition: all 0.3s;
  color: #F0F0F0;
}
.HomePage-EMS_Services .ser-titel a a {
  text-decoration: none;
  color: #ced0d0;
}
.HomePage-EMS_Services_list .row img {
  width: 100%;
}
.HomePage-EMS_Services_list1 .row .HomePage-EMS_Services_list1_1 {
  display: flex;
  justify-content: space-between;
  border: none;
}
.HomePage-EMS_Services_list1 .row .HomePage-EMS_Services_list1_1 img {
  padding: 0;
}
.HomePage-EMS_Services_list1 .row .HomePage-EMS_Services_list1_1 .caption .list-text {
  align-self: center;
}
.HomePage-EMS_Services_list1 .row .HomePage-EMS_Services_list1_1 .caption .list-text ul li {
  padding: 3px 0;
}
.HomePage-News {
  padding: 6px 0 3px 0;
}
.HomePage-News .News-items-1 {
  text-align: left;
  padding: 0;
  border: none;
}
.HomePage-News .News-items-1 p {
  padding-top: 6px;
  font-size: 12px;
}
.HomePage-News .News-items-1 p i {
  font-size: 8px;
}
