@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/technology/banner.png) no-repeat center center;
}
.technology .cont1 h6,
.technology .cont2 h6,
.technology .cont3 h6 {
  color: #333;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 3px;
}
.technology .cont1 {
  width: 1226px;
  margin: 0 auto;
  margin-top: 118px;
  background: url(../img/technology/technology.png) no-repeat center top;
  background-size: 1226px  102px;
}
.technology .cont1 h6 {
  padding-top: 88px;
}
.technology .cont1 p {
  color: #6D7F9C;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 2px;
  width: 1198px;
  margin: 50px auto 0;
}
.technology .cont2 {
  margin-top: 200px;
}
.technology .cont2 ul {
  height: 191px;
  margin-top: 50px;
}
.technology .cont2 li {
  width: 202px;
  height: 110px;
  float: left;
  padding: 81px 0 0 21px;
  color: #333;
  font-size: 19px;
  letter-spacing: 2px;
}
.technology .cont2 li:nth-of-type(1) {
  background: url(../img/technology/pic1.png) no-repeat center center;
  margin-right: 101px;
}
.technology .cont2 li:nth-of-type(2) {
  background: url(../img/technology/pic2.png) no-repeat center center;
  margin-right: 101px;
}
.technology .cont2 li:nth-of-type(3) {
  background: url(../img/technology/pic3.png) no-repeat center center;
  margin-right: 101px;
}
.technology .cont2 li:nth-of-type(4) {
  background: url(../img/technology/pic4.png) no-repeat center center;
}
.technology .cont3 {
  margin: 200px auto 200px;
}
.technology .cont3 ul {
  margin: 50px 0 0 0;
}
.technology .cont3 li {
  float: left;
  width: 245px;
  margin-right: 73px;
  cursor: pointer;
}
.technology .cont3 li:last-child {
  margin-right: 0;
}
.technology .cont3 li:hover span:after {
  display: block;
}
.technology .cont3 li:nth-of-type(1) span {
  background: #3463D2 url(../img/technology/icon1.png) no-repeat center center;
  background-size: 68px 76px;
}
.technology .cont3 li:nth-of-type(2) span {
  background: #3463D2 url(../img/technology/icon2.png) no-repeat center center;
  background-size: 73px 65px;
}
.technology .cont3 li:nth-of-type(3) span {
  background: #3463D2 url(../img/technology/icon3.png) no-repeat center center;
  background-size: 76px 74px;
}
.technology .cont3 li:nth-of-type(4) span {
  background: #3463D2 url(../img/technology/icon4.png) no-repeat center center;
  background-size: 74px 66px;
}
.technology .cont3 span {
  display: block;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}
.technology .cont3 span:after {
  content: "";
  display: none;
  top: -5px;
  left: -5px;
  position: absolute;
  width: 180px;
  height: 180px;
  border: 1px solid #B2C2E9;
  border-radius: 50%;
  -webkit-animation: wateranimate 1.8s ease-out infinite;
  animation: wateranimate 1.8s ease-out infinite;
}
.technology .cont3 b {
  display: block;
  color: #333;
  font-size: 27px;
  margin: 45px 0;
  font-weight: normal;
  letter-spacing: 2px;
  text-align: center;
}
.technology .cont3 p {
  color: #848484;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 30px;
}
@-webkit-keyframes wateranimate {
  0% {
    -webkit-transform: scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes wateranimate {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
