@charset "UTF-8";
/* mixin */
/* caret 三角箭头 */
/* mixin end */
body{
  min-width: 1200px;
  background-color: #fff;
}
.head-text {
    margin: 0 auto;
    width: 1200px;
    padding: 200px 0 0 50px;
    color: #fff;
}
.head-text h3 {
    font-size: 38px;
    color: #fff;
    font-weight: normal;
}
.head-text p {
    margin-top: 15px;
    line-height: 24px;
    font-size: 14px;
    font-family: "Microsoft Yahei";
}
.sys_tab_02 {
  text-align: center;
}
.sys_tab_02 ul.tab-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  zoom: 1;
  display: inline-block;
  margin: 4px auto;
}
.sys_tab_02 ul.tab-list:after {
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
}
.sys_tab_02 ul.tab-list > li {
  float: left;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  position: relative;
}
.sys_tab_02 ul.tab-list > li.active a {
  color: #093f82;
  border-bottom: 3px solid #093f82;
}
.sys_tab_02 ul.tab-list > li:last-child {
  margin-right: 0;
}
.sys_tab_02 ul.tab-list > li:after {
  position: absolute;
  left: 0px;
  bottom: -3px;
  height: 3px;
  width: 100%;
  content: "";
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.sys_tab_02 ul.tab-list > li:hover:after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #093f82;
}
.sys_tab_02 ul.tab-list > li > a {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
}
.sys_tab_02 .tab-content-box {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 20px;
  -webkit-box-shadow: 3px 3px 10px #eee, -3px -3px 10px #eee;
  -moz-box-shadow: 3px 3px 10px #eee, -3px -3px 10px #eee;
  box-shadow: 3px 3px 10px #eee, -3px -3px 10px #eee;
}
.sys_tab_02 .tab-content-box .tab-panel {
  display: none;
}
.sys_tab_02 .tab-content-box .tab-panel.active {
  display: block;
}

.item-box {
  zoom: 1;
}
.item-box:after {
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
}
.item-box .item {
  float: left;
  width: 20%;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.item-box .item:hover {
  margin-top: -2px;
}
.item-box .item h3 {
  font-size: 18px;
  color: #343434;
  margin: 10px 0;
}
.item-box .item p {
  line-height: 30px;
}

.cus-thumbnail {
  text-align: center;
  margin: 1em 1em 2em;
  padding: 2em 0;
  background-color: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.cus-thumbnail:hover {
  margin-top: 10px;
}
.cus-thumbnail .image {
  text-align: center;
}
.cus-thumbnail .image img {
  width: auto;
  max-width: 100%;
}
.cus-thumbnail .caption {
  margin: 1em 0px;
  padding: 0 1em;
}
.cus-thumbnail .caption h3 {
  font-size: 16px;
  color: #333;
}
.cus-thumbnail .caption p {
  margin-top: 1em;
  font-size: 14px;
  color: #787878;
  line-height: 24px;
  height: 48px;
}

/***---功能---***/
.functions {
  width: 100%;
  padding-top: 20px;
  margin-bottom: 10px;
  overflow: hidden;
}
.functions .function_show {
  width: 1000px;
  margin: 0 auto;
}
.functions .function_show .function_daohang {
  width: 103px;
  height: 940px;
  float: left;
}
.functions .function_show .function_daohang ul li {
  color: #737075;
  list-style-type: none;
  height: 30px;
  width: 103px;
  border: 1px solid #dcdddd;
  text-align: center;
  line-height: 30px;
  overflow: hidden;
  font-size: 14px;
  margin-bottom: 3px;
  list-style-type: none;
}
.functions .function_show .function_daohang ul li div {
  float: left;
}
.functions .function_show .func_contents {
  float: left;
  width: 835px;
  height: 940px;
  margin-left: 60px;
  overflow: hidden;
}
.functions .function_show .func_contents p {
  color: #737075;
  margin: 8px auto;
}
.functions .fun_title {
  font-size: 40px;
  text-align: center;
}
.functions .fun_con {
  font-size: 20px;
  width: 480px;
  text-align: center;
}
.functions .show {
  display: block;
}
.functions .hidden {
  display: none;
}
.functions .regist {
  display: block;
  width: 220px;
  margin: 15px auto;
  background-color: #ff9002;
  color: #fff;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

/***---功能end---***/
.adva-item {
  text-align: center;
  width: 380px;
  margin: 25px auto;
  background-color: #fff;
  padding: 50px 0px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.adva-item:hover {
  -webkit-box-shadow: 3px 3px 10px white, -3px -3px 10px white;
  -moz-box-shadow: 3px 3px 10px white, -3px -3px 10px white;
  box-shadow: 3px 3px 10px white, -3px -3px 10px white;
}
.adva-item > img {
  width: 70px;
  height: 70px;
}
.adva-item .t1 {
  font-weight: normal;
  font-size: 18px;
  color: #1c2334;
  margin: 20px;
}
.adva-item .t2 {
  font-size: 14px;
  color: #777;
  line-height: 24px;
}

/*---面向行业--*/
.wx_case_list .cus-2 {
  float: left;
  position: relative;
  top: 0;
  box-sizing: border-box;
  width: 276px;
  text-align: center;
  margin: 12px 12px 40px;
  padding: 40px 0;
  background-color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 3px 3px 14px #ddd, -3px -3px 14px #ddd;
  -moz-box-shadow: 3px 3px 14px #ddd, -3px -3px 14px #ddd;
  box-shadow: 3px 3px 14px #ddd, -3px -3px 14px #ddd;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.wx_case_list .cus-2 .img {
  text-align: center;
  width: auto;
  max-width: 100%;
}
.wx_case_list .cus-2 .img img {
  width: auto;
  max-width: 100%;
}
.wx_case_list .cus-2 .text {
  margin: 1em 0px;
  padding: 0 1em;
  text-align: center;
}
.wx_case_list .cus-2 .text h3 {
  font-size: 16px;
  color: #333;
  font-weight: normal;
}
.wx_case_list .cus-2:hover {
  top: -5px;
}

/*---面向行业end--*/
