@charset "utf-8";
/* CSS Document */
@import url('reset.css');

html {
  height: 100%;
}

body {
  color: #333;
  font-family: Microsoft Yahei, tahoma, arial, 宋体;
  font-size: 13px;
  background-color: #f3f6f9;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
  min-width: 1200px;
}

body,
ul,
p {
  margin: 0;
  padding: 0;
  text-align: left;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #3a8fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.clear {
  clear: both;
}

.clearh15 {
  clear: both;
  height: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

.blue {
  color: #3b85f5;
}

.left {
  float: left;
}

.right {
  float: right;
}

::-webkit-scrollbar {
  width: 10px;
  background: rgba(239, 243, 245, 1);
}

/* 滚动槽 */
::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(250, 250, 250, 1);
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(230, 235, 238, 1);
}

/*以上这条是滚动那条*/
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(250, 250, 250, 1);
  border-radius: 10px;
}

@font-face {
  font-family: DIN-Medium;
  src: url(../font/DINPro-Medium.otf);
}

.header-box {
  height: 80px;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.header-box-a {
  background: rgba(0, 0, 0, 0.8);
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.logo {
  float: left;
  background: url('../images/logo.png') no-repeat;
  width: 166px;
  height: 36px;
  margin-top: 22px;
}

.menu-box {
  float: right;
}

.menu-box ul li {
  float: left;
  margin-right: 56px;
  cursor: pointer;
}

.menu-box ul li:last-child {
  margin-right: 0;
}

.menu-box ul li a {
  position: relative;
  font-size: 18px;
  color: #fff;
  line-height: 80px;
  display: block;
}

.menu-box ul li a:hover,
.menu-box ul li a.on {
  color: #3a8fff;
  font-weight: bold;
}

.menu-box ul li a:hover i,
.menu-box ul li a.on i {
  position: absolute;
  height: 4px;
  border-radius: 2px;
  width: 34px;
  display: block;
  bottom: 0;
  left: 50%;
  margin-left: -17px;
  background: -webkit-linear-gradient(left, #2965e0, #3a8fff);
  background: -o-linear-gradient(right, #2965e0, #3a8fff);
  background: -moz-linear-gradient(right, #2965e0, #3a8fff);
  background: linear-gradient(to right, #2965e0, #3a8fff);
}

.banner-box {
  position: relative;
}

.banner {
  background: url('../images/banner.jpg') no-repeat center;
  height: 560px;
}

.banner-main {
  float: left;
  margin-top: 140px;
}

.banner-subtitle {
  font-size: 50px;
  color: #ffffff;
  margin-top: 20px;
}

.banner-slogan {
  font-size: 72px;
  font-weight: bold;
  margin-top: 16px;
  color: #fff;
}
.banner-slogan img {
  width: 581px;
  height: 69px;
}

.banner-slogan .font-other {
  font-family: DIN-Medium;
}

.banner-features {
  margin-top: 40px;
}

.banner-features ul li {
  float: left;
  margin-right: 64px;
}

.banner-features ul li span {
  font-size: 22px;
  color: #fff;
  display: block;
  padding-top: 58px;
  width: 68px;
  text-align: center;
}

.banner-features ul li span.icon01 {
  background: url(../images/banner-icon-01.png) top center no-repeat;
}

.banner-features ul li span.icon02 {
  background: url(../images/banner-icon-02.png) top center no-repeat;
}

.banner-features ul li span.icon03 {
  background: url(../images/banner-icon-03.png) top center no-repeat;
}

.banner-features ul li span.icon04 {
  background: url(../images/banner-icon-04.png) top center no-repeat;
}

.banner-scroll {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  bottom: 30px;
}

.banner-scroll ul li {
  float: left;
  margin-right: 16px;
}

.banner-scroll ul li:last-child {
  margin-right: 0;
}

.banner-scroll ul li a {
  width: 40px;
  height: 6px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.5);
  display: block;
}

.banner-scroll ul li a.on,
.banner-scroll ul li a:hover {
  background: #3a8fff;
}

.part-box {
  padding-top: 70px;
  overflow: hidden;
}

.part-title {
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 56px;
}

.part-title .bg-bottom {
  display: block;
  margin-top: 16px;
  width: 64px;
  height: 6px;
  border-radius: 3px;
  background: -webkit-linear-gradient(left, #2965e0, #3a8fff);
  background: -o-linear-gradient(right, #2965e0, #3a8fff);
  background: -moz-linear-gradient(right, #2965e0, #3a8fff);
  background: linear-gradient(to right, #2965e0, #3a8fff);
  margin-left: auto;
  margin-right: auto;
}

.ui-main-box {
}

.ui-list-box {
  float: left;
  width: 180px;
  margin-right: 25px;
  background: #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  padding: 32px 20px 28px;
}

.ui-list-box:hover {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
}

.ui-main-box .ui-list-box:last-child {
  margin-right: 0;
}

.ui-icon-box {
  position: relative;
  width: 136px;
  height: 136px;
  margin: 0 auto 40px;
}

.fea-icon01 {
  background: url(../images/fea-smt-max.png) no-repeat;
}

.fea-icon02 {
  background: url(../images/fea-smt-q.png) no-repeat;
}

.fea-icon03 {
  background: url(../images/fea-smt-qwin.png) no-repeat;
}

.fea-icon04 {
  background: url(../images/fea-smt-ams.png) no-repeat;
}

.fea-icon05 {
  background: url(../images/fea-smt-lit.png) no-repeat;
}

.ui-icon-logo {
  position: absolute;
  right: 2px;
  bottom: -4px;
  width: 38px;
  height: 38px;
  box-shadow: 0 0 14px rgba(156, 199, 255, 0.25);
  display: block;
}

.ui-logo-01 {
  background: url(../images/icon-max-small.png) no-repeat;
}

.ui-logo-02 {
  background: url(../images/icon-q-small.png) no-repeat;
}

.ui-logo-03 {
  background: url(../images/icon-qwin-small.png) no-repeat;
}

.ui-logo-04 {
  background: url(../images/smt-etf.png) no-repeat center;
  background-size: 38px;
}

.ui-logo-05 {
  background: url(../images/icon-pb-small.png) no-repeat;
}

.ui-name {
  font-size: 24px;
  text-align: center;
}

.ui-line {
  height: 2px;
  width: 104px;
  background: rgba(58, 143, 255, 0.5);
  margin: 16px auto;
}

.ui-detail {
  color: #999999;
  font-size: 16px;
  text-align: center;
  line-height: 24px;
}

.part-bg-all {
  height: 620px;
  overflow: hidden;
}

.part-bg01 {
  background: url(../images/index-bg01.jpg) no-repeat center;
}

.part-bg02 {
  background: url(../images/index-bg02.jpg) no-repeat center;
}

.part-title-other {
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 56px;
  color: #ffffff;
  margin-top: 64px;
}

.part-title-other .bg-bottom {
  display: block;
  margin-top: 16px;
  width: 64px;
  height: 6px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.5);
  margin-left: auto;
  margin-right: auto;
}

.part-left-main {
  float: left;
  width: 650px;
  position: relative;
}

.part-left-list {
  background: -webkit-linear-gradient(
    left,
    rgba(79, 150, 243, 0.4),
    rgba(79, 150, 243, 0.4),
    rgba(79, 150, 243, 0)
  );
  background: -o-linear-gradient(
    right,
    rgba(79, 150, 243, 0.4),
    rgba(79, 150, 243, 0.4),
    rgba(79, 150, 243, 0)
  );
  background: -moz-linear-gradient(
    right,
    rgba(79, 150, 243, 0.4),
    rgba(79, 150, 243, 0.4),
    rgba(79, 150, 243, 0)
  );
  background: linear-gradient(
    to right,
    rgba(79, 150, 243, 0.4),
    rgba(79, 150, 243, 0.4),
    rgba(79, 150, 243, 0)
  );
  padding: 28px 40px;
  margin-bottom: 38px;
  overflow: hidden;
}

.part-left-main .part-left-list:last-child {
  margin-bottom: 0;
}

.part-left-list:hover {
  background: -webkit-linear-gradient(
    left,
    rgba(79, 150, 243, 0.5),
    rgba(79, 150, 243, 0.5),
    rgba(79, 150, 243, 0)
  );
  background: -o-linear-gradient(
    right,
    rgba(79, 150, 243, 0.5),
    rgba(79, 150, 243, 0.5),
    rgba(79, 150, 243, 0)
  );
  background: -moz-linear-gradient(
    right,
    rgba(79, 150, 243, 0.5),
    rgba(79, 150, 243, 0.5),
    rgba(79, 150, 243, 0)
  );
  background: linear-gradient(
    to right,
    rgba(79, 150, 243, 0.5),
    rgba(79, 150, 243, 0.5),
    rgba(79, 150, 243, 0)
  );
}

.left-icon {
  float: left;
  width: 70px;
  height: 70px;
  margin-top: 12px;
}

.left-icon01 {
  background: url(../images/index-icon-SMT-u.png) no-repeat;
}

.left-icon02 {
  background: url(../images/index-icon-SMT-a.png) no-repeat;
}

.left-icon03 {
  background: url(../images/index-icon-ploy.png) no-repeat;
}

.left-icon04 {
  background: url(../images/index-icon-algo.png) no-repeat;
}

.left-detail {
  margin-left: 94px;
}

.left-detail span {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 9px;
  display: block;
}

.left-detail p {
  color: #dddddd;
  font-size: 16px;
  line-height: 26px;
}

.bg-white {
  background: #ffffff;
  overflow: hidden;
  padding-bottom: 80px;
}

.ut-list-box {
  float: left;
}

.ut-main-box .ut-list-box:last-child {
  float: right;
}

.ut-main-box .ut-list-box:nth-child(2) {
  margin-left: 85px;
}

.ut-icon {
  height: 230px;
  margin-bottom: 12px;
}

.ut-icon01 {
  width: 320px;
  background: url(../images/ut-icon01.png) no-repeat center;
}

.ut-icon02 {
  background: url(../images/ut-icon02.png) no-repeat center;
}

.ut-icon03 {
  background: url(../images/ut-icon03.png) no-repeat center;
}

.ut-list-box:hover .ut-icon {
  opacity: 0.8;
}

.ut-name {
  text-align: center;
  font-size: 24px;
  margin-bottom: 16px;
}

.ut-detail {
  text-align: center;
  font-size: 16px;
  color: #999999;
  line-height: 24px;
}

.part-right-main {
  float: right;
  width: 650px;
  position: relative;
}

.part-right-list {
  background: -webkit-linear-gradient(
    left,
    rgba(79, 150, 243, 0),
    rgba(79, 150, 243, 0.4),
    rgba(79, 150, 243, 0.4)
  );
  background: -o-linear-gradient(
    right,
    rgba(79, 150, 243, 0),
    rgba(79, 150, 243, 0.4),
    rgba(79, 150, 243, 0.4)
  );
  background: -moz-linear-gradient(
    right,
    rgba(79, 150, 243, 0),
    rgba(79, 150, 243, 0.4),
    rgba(79, 150, 243, 0.4)
  );
  background: linear-gradient(
    to right,
    rgba(79, 150, 243, 0),
    rgba(79, 150, 243, 0.4),
    rgba(79, 150, 243, 0.4)
  );
  padding: 28px 40px;
  margin-bottom: 38px;
  overflow: hidden;
}

.part-right-main .part-right-list:last-child {
  margin-bottom: 0;
}

.part-right-list:hover {
  background: -webkit-linear-gradient(
    left,
    rgba(79, 150, 243, 0),
    rgba(79, 150, 243, 0.5),
    rgba(79, 150, 243, 0.5)
  );
  background: -o-linear-gradient(
    right,
    rgba(79, 150, 243, 0),
    rgba(79, 150, 243, 0.5),
    rgba(79, 150, 243, 0.5)
  );
  background: -moz-linear-gradient(
    right,
    rgba(79, 150, 243, 0),
    rgba(79, 150, 243, 0.5),
    rgba(79, 150, 243, 0.5)
  );
  background: linear-gradient(
    to right,
    rgba(79, 150, 243, 0),
    rgba(79, 150, 243, 0.5),
    rgba(79, 150, 243, 0.5)
  );
}

.right-icon {
  float: right;
  width: 70px;
  height: 70px;
  margin-top: 12px;
}

.right-icon01 {
  background: url(../images/index-icon-ploy.png) no-repeat;
}

.right-icon02 {
  background: url(../images/index-icon-algo.png) no-repeat;
}

.right-detail {
  margin-right: 94px;
}

.right-detail span {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 9px;
  display: block;
  text-align: right;
}

.right-detail p {
  color: #dddddd;
  font-size: 16px;
  line-height: 26px;
  text-align: right;
}

.bg-image {
  background: url(../images/index-bg03.png) no-repeat bottom center;
  padding: 80px;
}

.par-list-box {
  float: left;
  background: #fff;
  width: 240px;
  height: 240px;
  border-radius: 120px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.04);
  margin-right: 57px;
}

.par-list-box:hover {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}

.part-main-box .par-list-box:last-child {
  margin-right: 0;
}

.par-list-box span {
  text-align: center;
  margin-top: 80px;
  font-family: DIN-Medium;
  font-size: 42px;
  display: block;
  letter-spacing: -1px;
}

.par-list-box p {
  text-align: center;
  margin-top: 16px;
  color: #999999;
  font-size: 24px;
}

.inside-column {
  background: url(../images/inside-bg.jpg) center no-repeat;
  height: 360px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: -1;
}

.column_detail {
  text-align: center;
  margin-top: 130px;
}

.column_detail span {
  font-size: 46px;
  font-weight: bold;
  color: #ffffff;
}

.column_detail p {
  text-align: center;
  color: rgba(155, 196, 255, 0.19);
  font-size: 36px;
  font-weight: bold;
  margin: 6px 0 10px;
}

.column_detail i {
  display: block;
  width: 60px;
  height: 6px;
  border-radius: 3px;
  background: #3a8fff;
  margin: 0 auto;
}

.inside-box {
  padding-top: 320px;
  overflow: hidden;
}

.inside-main {
  margin-bottom: 40px;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 6px 32px rgba(102, 102, 102, 0.05);
  overflow: hidden;
}

.insede-tab {
  height: 72px;
  border-bottom: solid 1px #eee;
}

.insede-tab ul li {
  float: left;
  width: 300px;
  display: inline;
}

.insede-tab ul li a {
  display: block;
  line-height: 72px;
  text-align: center;
  font-size: 20px;
  position: relative;
}

.insede-tab ul li a:hover,
.insede-tab ul li a.on {
  color: #3a8fff;
  font-weight: bold;
}

.insede-tab ul li a:hover i,
.insede-tab ul li a.on i {
  position: absolute;
  height: 3px;
  background: #3a8fff;
  bottom: 0;
  left: 0;
  right: 0;
}

.inside-bottom {
  margin-bottom: 16px;
}

.pro-list-box {
  padding: 32px;
  min-height: 320px;
}

.pro-img {
  float: left;
  width: 470px;
}

.pro-img01 {
  background: url(../images/pro-img01.png) no-repeat;
  height: 400px;
  margin-top: 8px;
}

.pro-img02 {
  background: url(../images/pro-img02.png) no-repeat;
  height: 400px;
}

.pro-img03 {
  background: url(../images/pro-img03.png) no-repeat;
  height: 330px;
}

.pro-img04 {
  background: url(../images/pro-img04.png) no-repeat;
  height: 330px;
}

.pro-img05 {
  background: url(../images/pro-img05.png) no-repeat;
  height: 330px;
}

.pro-img06 {
  background: url(../images/pro-img06.png) no-repeat;
  height: 360px;
}

.pro-img07 {
  background: url(../images/pro-img07.png) no-repeat;
  height: 360px;
}

.pro-img08 {
  background: url(../images/pro-img08.png) no-repeat;
  height: 330px;
}

.pro-img09 {
  background: url(../images/pro-img09.png) no-repeat;
  height: 360px;
}

.pro-img10 {
  background: url(../images/pro-img10.png) no-repeat;
  height: 360px;
}
.pro-img11 {
  background: url(../images/pro-img11.png) no-repeat;
  height: 360px;
}
.img-right {
  float: right !important;
}

.pro-detail {
  margin-left: 502px;
}

.pro-right {
  margin-right: 502px;
}

.pro-name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.pro-int {
  font-size: 16px;
  line-height: 24px;
}

.pro-fea-box {
  padding-top: 20px;
  margin-top: 20px;
  border-top: solid 1px #f5f5f5;
}

.pro-fea-box span {
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
}

.pro-fea-box ul li.icon-quare {
  background: url(../images/icon-quare.png) left top no-repeat;
  padding-left: 22px;
  font-size: 16px;
  color: #666;
  line-height: 24px;
  margin-bottom: 10px;
  background-position-y: 8px;
}

.about-us {
  padding: 32px;
}

.about-us img {
  text-align: center;
  width: 606px;
  height: 229px;
  margin-bottom: 32px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
}

.about-us p {
  font-size: 16px;
  text-indent: 2em;
  line-height: 24px;
  margin-bottom: 16px;
}

.download-main {
  padding: 32px;
}

.download-list {
  border: solid 1px #f5f5f5;
  border-radius: 4px;
  padding: 32px;
  overflow: hidden;
  margin-bottom: 16px;
}
.download-main .download-list:last-child {
  margin-bottom: 0;
}
.download-left {
  float: left;
  width: 56%;
  margin-left: -1px;
  border-right: solid 1px #f5f5f5;
}

.download-icon {
  float: left;
  width: 180px;
  height: 186px;
  background: -webkit-linear-gradient(top, #e1eeff, #ffffff);
  background: -o-linear-gradient(bottom, #e1eeff, #ffffff);
  background: -moz-linear-gradient(bottom, #e1eeff, #ffffff);
  background: linear-gradient(to bottom, #e1eeff, #ffffff);
}

.download-icon img {
  width: 110px;
  height: 110px;
  margin: 32px auto;
  display: block;
  box-shadow: 0 2px 8px rgba(255, 255, 255, 0.2);
}

.download-detail {
  margin-left: 204px;
  margin-right: 32px;
}

.download-name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}

.download-exp {
  margin-bottom: 16px;
}

.download-exp ul li {
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 24px;
}

.download-btn a {
  background: -webkit-linear-gradient(left, #2965e0, #3a8fff);
  background: -o-linear-gradient(right, #2965e0, #3a8fff);
  background: -moz-linear-gradient(right, #2965e0, #3a8fff);
  background: linear-gradient(to right, #2965e0, #3a8fff);
  *background: #3a8fff;
  box-shadow: 0 4px 8px rgba(58, 143, 255, 0.39);
  display: inline-block;
  width: 80px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 2px;
  font-size: 15px;
  color: #ffffff;
  margin-right: 10px;
}
.download-right {
  margin-left: 56%;
  padding-left: 32px;
}

.download-exp-list ul li {
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 24px;
  color: #666666;
  margin-left: -6px;
}

.que-list {
  border: solid 1px #f5f5f5;
  padding: 16px 20px;
  overflow: hidden;
  margin-bottom: 16px;
}
.download-main .que-list:last-child {
  margin-bottom: 0;
}
.que-question {
  overflow: hidden;
  margin-bottom: 14px;
}
.que-list .que-question:last-child {
  margin-bottom: 0;
}
.que-quare {
  float: left;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background: #3a8fff;
  color: #ffffff;
  font-size: 13px;
  margin-top: 2px;
  text-align: center;
  line-height: 20px;
}
.que-box {
  margin-left: 36px;
  font-size: 16px;
  line-height: 24px;
}
.bg-gray {
  background: #dddddd !important;
  color: #666666 !important;
}
.gray {
  color: #999999 !important;
}

.page_box {
  margin-top: 40px;
  text-align: center;
  font-size: 0;
  width: 100%;
  margin-bottom: 20px;
}
.page_box:after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.page_box a {
  background: #f0f3f5;
  width: 29px;
  height: 29px;
  display: block;
  color: #666666;
  text-decoration: none;
  margin-left: 8px;
  border-radius: 2px;
  text-align: center;
  line-height: 29px;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  font-size: 13px;
}
.page_box a:hover {
  background: #3a8fff;
  color: #fff;
  font-weight: bold;
}
:root .page_box a.on {
  filter: none;
}
.page_box a.on {
  background: #3a8fff;
  color: #fff;
  font-weight: bold;
}
:root .page_box a:active {
  filter: none;
}
.page_box span {
  width: 29px;
  height: 29px;
  display: block;
  border-radius: 2px;
  text-align: center;
  line-height: 29px;
  margin-left: 8px;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  color: #666;
  font-size: 13px;
}
.next_page {
  background: url(../images/arrow_right_more.png) no-repeat center #f0f3f5 !important;
}

.next_page:hover {
  background-image: url(../images/arrow_right.png) !important;
}
.prev_page {
  background: url(../images/arrow_left_more.png) no-repeat center #f0f3f5 !important;
}

.prev_page:hover {
  background-image: url(../images/arrow_left.png) !important;
}
.disabled_prev {
  cursor: not-allowed;
  pointer-events: none;
}

.footer-box {
  background: url(../images/bg-bottom.png) no-repeat;
  height: 366px;
  overflow: hidden;
  background-position: center center;
}

.footer-top {
  border-bottom: solid 1px rgba(255, 255, 255, 0.16);
  overflow: hidden;
  padding-bottom: 44px;
  margin-top: 60px;
}

.code-box {
  float: left;
  margin-right: 48px;
}

.code-box span {
  background: #fff;
  display: block;
  width: 124px;
  height: 124px;
  overflow: hidden;
}

.code-box span img {
  width: 124px;
  height: 124px;
  overflow: hidden;
}

.code-box p {
  margin-top: 8px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
}

.contact-box {
  float: left;
  margin-top: 4px;
}

.contact-box span img {
  width: 150px;
  height: 32px;
}

.call-list {
  margin-top: 16px;
}

.call-list span {
  float: left;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  margin-right: 24px;
}

.call-list p {
  font-family: DIN-Medium;
  font-size: 16px;
  color: #ffffff;
  float: left;
}

.contact-box i {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  font-style: normal;
  margin-top: 4px;
  float: left;
  margin-bottom: 4px;
}

.footer-menu {
  float: left;
  margin-right: 80px;
}

.footer-menu span {
  font-size: 16px;
  color: #ffffff;
}

.footer-menu ul {
  margin-top: 16px;
}

.footer-menu ul li a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 32px;
}
.footer-menu ul li a :hover {
  cursor: pointer;
}
.footer-top .right .footer-menu:last-child {
  margin-right: 0;
}

.footer-bottom {
  margin-top: 30px;
  overflow: hidden;
}

.footer-bottom .right img {
  float: left;
  margin-left: 24px;
}

.left-ft01 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 24px;
}

.left-ft01 span {
  margin-right: 34px;
}

.btn-download {
  position: fixed;
  right: 40px;
  top: 600px;
}

.btn-download a.icon-download {
  background: url(../images/btn-download.png) no-repeat;
  display: block;
  width: 91px;
  height: 91px;
}

.btn-download a.icon-back {
  background: url(../images/icon-back.png) no-repeat;
  display: block;
  width: 91px;
  height: 91px;
  margin-bottom: 8px;
}
.table-qes td {
  text-align: center;
  width: 100px;
}
/*新增 1008*/
.pro-btn-download {
  margin-top: 24px;
}
.pro-btn-download a {
  border: solid 1px #3a8fff;
  height: 32px;
  text-align: center;
  width: 120px;
  border-radius: 18px;
  font-size: 16px;
  line-height: 32px;
  color: #3a8fff;
  display: block;
}
.pro-btn-download a span {
  background: url(../images/icon-arrow-right.png) right no-repeat;
  padding-right: 22px;
}
.pro-btn-download a:hover {
  background: #3a8fff;
  color: #fff;
}
.pro-btn-download a:hover span {
  background: url(../images/icon-arrow-right-white.png) right no-repeat;
}

/*新增 1010*/
.part-bg04 {
  background: url(../images/index-bg04.jpg) no-repeat center;
  height: 462px;
}
.part-course-box {
  position: relative;
  padding-top: 150px;
  height: 86px;
}
.course-line {
  height: 3px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -1.5px;
}
.arrow-left {
  position: absolute;
  left: -88px;
  top: 50%;
  margin-top: -44px;
}
.arrow-left a {
  width: 88px;
  height: 88px;
  display: block;
}
.left-icon-btn {
  background: url(../images/arrow-left-hover.png) no-repeat;
}
.left-icon-disabled {
  background: url(../images/arrow-left-disabled.png) no-repeat;
}

.right-icon-btn {
  float: right;
  width: 70px;
  height: 70px;
  /* margin-top: 12px; */
  background: url(../images/arrow-right-hover.png) no-repeat;
}
.right-icon-disabled {
  float: right;
  width: 70px;
  height: 70px;
  /* margin-top: 12px; */
  background: url(../images/arrow-right-disabled.png) no-repeat;
}
.arrow-right {
  position: absolute;
  right: -88px;
  top: 50%;
  margin-top: -44px;
}
.arrow-right a {
  width: 88px;
  height: 88px;
  display: block;
}
.arrow-right a.disabled {
  background: url(../images/arrow-right-disabled.png) no-repeat;
}

.course-main {
  overflow: hidden;
  height: 236px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -118px;
  width: 1150px;
}

.course-list {
  float: left;

  width: 250px;
  position: relative;
  left: 0;
  top: 0;
  height: 236px;
  margin-right: 40px;
  display: inline-block;
}
.icon-round {
  background: url(../images/icon-round.png) no-repeat;
  border-width: 8px;
  position: relative;
  top: 50%;
  margin-top: -8px;
  left: 0;
  width: 16px;
  height: 16px;
}
.course-year {
  height: 40px;
  background: #ffffff;
  border-radius: 2px;
  line-height: 40px;
  position: absolute;
  font-size: 16px;
  width: 116px;
  text-align: center;
  left: -10px;
  top: -64px;
}
.course-year i {
  position: absolute;
  left: 12px;
  background: url(../images/triangle-down.png) no-repeat;
  width: 10px;
  height: 7px;
  bottom: -7px;
}
.course-down {
  top: 40px;
}
.course-down i {
  top: -7px;
  bottom: 0;
  background: url(../images/triangle-up.png) no-repeat;
}
.course-detail {
  line-height: 26px;
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 32px;
  width: 250px;
  word-break: break-all;
  white-space: normal;
  min-height: 26px;
}
.course-up {
  top: -96px;
}
.course-up01 {
  top: -64px;
}
.course-up02 {
  top: -40px;
}
.course-up03 {
  top: -110px;
}
.history-list {
  white-space: nowrap;
  overflow-y: auto;
  position: absolute;

  padding-left: 30px;
  margin-right: 30px;
  overflow: hidden;
}
.course-main-box {
  position: relative;
}
