@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/about/banner.png) no-repeat center center;
}
.companProfile h6,
.course h6 {
  padding-top: 97px;
  color: #333;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 3px;
}
.companProfile {
  margin-top: 100px;
  background: url(../img/about/companProfile.png) no-repeat center top;
  background-size: 914px  112px;
}
.companProfile b {
  display: block;
  margin-top: 50px;
  color: #6D7F9C;
  font-size: 23px;
  font-weight: normal;
}
.companProfile p {
  color: #6D7F9C;
  font-size: 19px;
  margin-top: 30px;
  line-height: 30px;
}
.companProfile .cont {
  width: 1040px;
  height: 203px;
  background: #FBFBFB;
  margin: 95px auto 0;
  padding: 55px 80px;
}
.companProfile .cont .fl {
  height: 203px;
  width: 568px;
  color: #333;
  font-size: 34px;
  border-right: 1px solid #DADBDE;
}
.companProfile .cont .fr {
  width: 401px;
  padding-left: 70px;
}
.companProfile .cont strong,
.companProfile .cont span {
  display: block;
}
.companProfile .cont strong {
  color: #333;
  font-size: 20px;
  font-weight: normal;
}
.companProfile .cont span {
  color: #999;
  font-size: 16px;
  margin-top: 48px;
  line-height: 30px;
}
.course {
  margin-top: 160px;
  background: url(../img/about/course.png) no-repeat center top;
  background-size: 1137px  112px;
  margin-bottom: 200px;
}
.course .cont {
  margin-top: 100px;
  height: 250px;
}
.course .cont li {
  padding-top: 80px;
  height: 200px;
  float: left;
  display: inline-block;
}
.course .cont li.animation span.circle:after {
  content: "";
  display: block;
  top: 22px;
  left: 6px;
  position: absolute;
  width: 27px;
  height: 27px;
  border: 1px solid #B2C2E9;
  border-radius: 50%;
  -webkit-animation: wateranimate 1.8s ease-out infinite;
  animation: wateranimate 1.8s ease-out infinite;
}
.course .cont .scale {
  width: 60px;
  float: left;
  position: relative;
}
.course .cont .scale strong {
  position: relative;
  display: block;
  color: #666666;
  font-size: 14px;
  font-weight: normal;
}
.course .cont .scale span.circle {
  width: 19px;
  height: 19px;
  border: 1px solid #EAEAEA;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  margin-left: 10px;
}
.course .cont .scale span.circle i {
  width: 7px;
  height: 7px;
  background: #D0A471;
  border-radius: 50%;
  display: block;
  vertical-align: middle;
  margin: 6px auto 0;
}
.course .cont .scale b {
  display: block;
  width: 1px;
  height: 60px;
  background: #D0A471;
  margin: 0 0 0 19px;
}
.course .cont .scale b.bottom {
  margin-top: 2px;
}
.course .cont .scale b.top {
  margin-top: -37px;
}
.course .cont .scale .text {
  position: absolute;
  height: 30px;
  padding: 5px 0;
}
.course .cont .scale .text.fs12 {
  font-size: 12px;
  padding-left: 10px;
  width: 272px;
  line-height: 17px;
}
.course .cont .scale .text.fs14 {
  font-size: 14px;
  line-height: 30px;
  padding-left: 15px;
  width: 270px;
}
.course .cont .scale .text.light {
  color: #666666;
  background: #F7F8FA;
  left: -200px;
}
.course .cont .scale .text.dark {
  color: #fff;
  background: #313548;
}
.course .cont .scale .text.bottom {
  left: -200px;
}
.course .cont .scale .text.top {
  left: -200px;
  top: -80px;
}
.course .cont em {
  float: left;
  display: inline-block;
  width: 149px;
  height: 2px;
  background: #EEEEEE;
  margin-top: 33px;
  margin-left: -25px;
}
.corporateCulture {
  height: 449px;
  background-color: #FBFBFB;
}
.corporateCulture .fl {
  width: 570px;
}
.corporateCulture h6 {
  color: #333;
  font-size: 46px;
  font-weight: normal;
  margin-top: 126px;
}
.corporateCulture b {
  margin-top: 60px;
  display: block;
  color: #1749BD;
  font-size: 32px;
  font-weight: normal;
}
.corporateCulture strong {
  display: block;
  color: #333;
  font-weight: normal;
  font-size: 32px;
  margin-top: 60px;
}
.corporateCulture i {
  display: block;
  color: #999;
  font-style: normal;
  font-size: 18px;
  margin-top: 15px;
}
@-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;
  }
}
