@charset "utf-8";
html,
body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
button,
textarea,
p,
blockquote,
th,
td,
em,
b,
i {
  padding: 0;
  margin: 0;
}
* {
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;
}
form,
fieldset {
  border-width: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}
img {
  border: none;
  vertical-align: bottom;
}
a {
  color: #666;
  outline: 0;
  text-decoration: none;
}
ul,
li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
input,
select,
textarea,
button {
  font-size: 100%;
  font-family: inherit;
}
body {
  font-size: 12px;
  line-height: 24px;
}
.fix:after {
  display: block;
  content: "$";
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.fix {
  *zoom: 1;
}
.clear {
  clear: both;
  height: 0;
  overflow: hidden;
  font-size: 0px;
  line-height: 0;
}
.fl {
  float: left;
  display: inline;
}
.fr {
  float: right;
  display: inline;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.w1150 {
  width: 1150px;
  margin: 0 auto;
}
.hide {
  display: none!important;
}
.clearfloat:before,
.clearfloat:after {
  content: "";
  display: table;
}
.clearfloat:after {
  clear: both;
}
.clearfloat {
  *zoom: 1;
}
.addBtn {
  border: 1px solid #0385F4;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  background: #0385F4;
  padding: 0 10px;
  border-radius: 5px;
  height: 33px;
  line-height: 35px;
}
.addBtn:hover {
  color: #fff;
}
.cancelBtn {
  border: 1px solid #0385F4;
  display: inline-block;
  color: #0385F4;
  font-size: 14px;
  background: #fff;
  padding: 0 10px;
  border-radius: 5px;
  height: 33px;
  line-height: 35px;
}
.cancelBtn:hover {
  color: #0385F4;
}
.text-align-center {
  text-align: center;
}
.vatop {
  vertical-align: top;
}
.mt20 {
  margin-top: 20px!important;
}
.mb20 {
  margin-bottom: 20px!important;
}
.ml20 {
  margin-left: 20px!important;
}
.mr20 {
  margin-right: 20px!important;
}
.mt10 {
  margin-top: 10px!important;
}
.mb10 {
  margin-bottom: 10px!important;
}
.mr10 {
  margin-right: 10px!important;
}
.ml10 {
  margin-left: 10px!important;
}
.ml15 {
  margin-left: 15px!important;
}
.mr15 {
  margin-right: 15px!important;
}
.mt30 {
  margin-top: 30px!important;
}
.red {
  color: #ff0000 !important;
}
.green {
  color: #00b300 !important;
}
.lightGrey {
  color: #999 !important;
}
.lightOrange {
  color: #0385F4 !important;
}
.cardBoxbg {
  display: block;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 2px 2px 5px #e6e6e6;
  margin-bottom: 20px;
}
.headline {
  color: #003333;
  font-size: 14px;
  height: 45px;
  border-bottom: 1px solid #dddddd;
  line-height: 45px;
}
.headline i {
  width: 3px;
  height: 16px;
  background: #0385F4;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 15px;
}
.subtitle {
  margin: 0 20px;
  border-bottom: 1px solid #dddddd;
}
.subtitle span {
  display: inline-block;
  position: relative;
  top: 1px;
  vertical-align: middle;
  margin-top: 12px;
  padding-bottom: 5px;
  border-bottom: solid 3px #0385F4;
  font-size: 14px;
  color: #0385F4;
}
/* scrollbar style start 影响谷歌导航条样子的样式 */
::-webkit-scrollbar {
  background: transparent;
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #e1e1e1;
  width: 6px;
  height: 6px;
  border: 2px solid transparent;
  background-clip: content-box;
}
::-webkit-scrollbar-track {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #fafafa;
}
/* scrollbar style end */
* {
  scrollbar-color: #e5e5e5 #f7f7f9;
  /* 火狐浏览器滑块颜色  滚动条背景颜色 */
  scrollbar-width: thin;
  /* 滚动条宽度有三种：thin、auto、none */
}
.w1500 {
  width: 1200px;
  margin: 0 auto;
}
.header {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 15;
  width: 100%;
  height: 100px;
  -webkit-transition: all 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: all 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  -ms-transition: all 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: all 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.header .logo {
  height: 100px;
}
.header .logo img {
  display: block;
  margin-top: 33px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header .logo img.small {
  display: none;
}
.header .nav dl {
  float: left;
}
.header .nav dt a {
  display: inline-block;
  margin-left: 30px;
  font-size: 21px;
  letter-spacing: 2px;
  color: #fff;
  font-weight: lighter;
  margin-top: 38px;
}
.header .nav dt a span {
  display: inline-block;
}
.page-supplychain .header .nav a.nav-supplychain {
  color: #1749BD;
}
.page-technology .header .nav a.nav-technology {
  color: #1749BD;
}
.page-about .header .nav a.nav-ablout {
  color: #1749BD;
}
.page-newscenter .header .nav a.nav-newscenter {
  color: #1749BD;
}
.page-sulala .header .nav a.nav-sulala {
  color: #1749BD;
}
.page-index .header .nav a.nav-index {
  color: #1749BD;
}
.header_fixed {
  background: #fff;
  height: 80px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.header_fixed .logo img {
  max-height: 80px;
}
.header_fixed .logo img.big {
  display: none;
}
.header_fixed .logo img.small {
  margin-top: 20px;
  display: block;
}
.header_fixed .nav dt a {
  color: #333333;
  margin-top: 25px;
}
.footer {
  height: 195px;
  background: url("../img/index/footerbg.png") no-repeat center center;
  background-size: cover;
  padding-top: 145px;
  color: #fff;
}
.footer .fl {
  width: 500px;
}
.footer .rightEwm {
  float: right;
}
.footer .rightEwm .ewmItem {
  width: 320px;
  overflow: hidden;
  color: #FFFFFF;
  font-size: 14px;
  float: left;
}
.footer .rightEwm .ewmItem.mr20 {
  margin-right: 20px;
}
.footer .rightEwm .ewmItem .ewmImg {
  float: left;
  width: 120px;
}
.footer .rightEwm .ewmItem .ewmWen {
  float: right;
  width: 188px;
  margin-top: 4px;
}
.footer .rightEwm .ewmItem .ewmWen p {
  line-height: 28px;
  height: 28px;
}
.footer .rightEwm .ewmItem .ewmWen.rightWen p {
  line-height: 37px;
  height: 37px;
}
.footer .rightEwm .ewmItem .ewmWen .mailto {
  color: #FFFFFF;
  text-decoration: none;
}
.footer span {
  display: inline-block;
  height: 25px;
  font-size: 14px;
  margin-right: 30px;
}
.footer i {
  display: inline-block;
  vertical-align: middle;
}
.footer strong {
  font-weight: normal;
  font-size: 15px;
}
.footer b {
  font-size: 16px;
  letter-spacing: 2px;
}
.footer .icon1 {
  background: url("../img/index/foot_icon1.png") no-repeat center center;
  width: 18px;
  height: 20px;
  margin-right: 10px;
}
.footer .icon2 {
  display: inline-block;
  background: url("../img/index/foot_icon2.png") no-repeat center center;
  width: 40px;
  height: 40px;
  margin-right: 18px;
}
.footer .icon3 {
  display: inline-block;
  background: url("../img/index/foot_icon3.png") no-repeat center center;
  width: 40px;
  height: 40px;
  margin-right: 18px;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.banner {
  min-width: 1200px;
  height: 500px;
  background: url(../img/newsCenter/banner.png) no-repeat center center;
}
.newslist {
  margin-top: 100px;
  background: url(../img/newsCenter/news.png) no-repeat center top;
  background-size: 341px  90px;
}
.newslist h6 {
  padding-top: 97px;
  color: #333;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 3px;
}
.newslist ul {
  margin-top: 62px;
}
.newslist li {
  height: 309px;
  background: #FFFFFF;
  box-shadow: 1px 0px 6px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 0px 6px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 0px 6px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
}
.newslist li a {
  display: block;
}
.newslist li .fr {
  width: 630px;
  padding: 0 35px 0 35px;
}
.newslist li b {
  display: block;
  color: #333;
  font-size: 19px;
  font-weight: normal;
  margin-top: 66px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.newslist li p {
  color: #888;
  font-size: 14px;
  line-height: 30px;
  margin-top: 41px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newslist li span {
  display: block;
  color: #666666;
  font-size: 14px;
  margin-top: 48px;
}
.newslist .more,
.newslist .nomore {
  text-align: center;
  margin: 34px 0 55px 0;
  color: #333;
  font-size: 18px;
  cursor: pointer;
}
.newslist .more i {
  display: inline-block;
  background: url(../img/newsCenter/arrow.png) no-repeat center 7px;
  background-size: 14px  13px;
  width: 14px;
  height: 20px;
  margin-left: 10px;
  -webkit-animation: bounce 1.75s infinite;
  animation: bounce 1.75s infinite;
}
.newslist .nomore {
  color: #ccc;
}
.newslist .nodata {
  text-align: center;
  margin: 90px 0 160px 0;
  color: #ccc;
  font-size: 18px;
}
.newsCenter_detail .subnav {
  margin-top: 140px;
  color: #333;
  font-size: 18px;
}
.newsCenter_detail .subnav a:hover {
  color: #1749BD;
}
.newsCenter_detail .nodata {
  margin-top: 150px;
  text-align: center;
  color: #333;
  font-size: 20px;
}
.newsdetailBox {
  padding: 0 0 200px 0;
}
.newsdetailBox h6 {
  color: #333333;
  font-size: 32px;
  padding: 50px 0 50px 0;
  line-height: 50px;
}
.newsdetailBox .label {
  display: block;
  color: #666666;
  font-style: normal;
  font-size: 18px;
  margin-bottom: 50px;
}
.newsdetailBox p {
  color: #333;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-indent: 2em;
}
.newsdetailBox img {
  display: block;
  margin: 15px auto;
  max-width: 1000px;
}
.newsdetailBox table {
  margin: 15px auto;
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  20% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
  }
  40% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  10% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  20% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
  }
  40% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
