/* CSS Document */
* {
  font-size: 14px;
  color: #333;
  font-family: 微软雅黑;
}
@font-face {
  font-family: "main";
  src: url(font/STKAITI.TTF);
}
h5 {
  font-size: 1.28rem;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.row {
  overflow: hidden;
}
.myCilck {
  cursor: pointer;
}
.row .top-title-dsp {
  position: relative;
  text-align: center;
  font-size: 1.5rem;
  margin-top: 60px;
}
.row .topTitle {
  position: relative;
  text-align: center;
  font-size: 1.71rem;
  margin: 60px 0;
}
.row .topTitle .small {
  font-size: 1.14rem;
  margin-top: 10px;
  text-transform: uppercase;
  color: #999;
  display: inline-block;
  text-align: center;
}
.row .topTitle:after {
  content: "";
  height: 2px;
  width: 40px;
  background-color: #3ebde4;
  bottom: -24px;
  left: calc(50% - 20px);
  position: absolute;
}
.row .leftCol {
  float: left;
}
.row .rightCol {
  float: right;
}
.backImg {
  background-size: cover !important;
  background-position: center;
}
.cl {
  clear: both;
}
.pc {
  display: inline-block;
}
.app {
  display: none;
}
.page {
  height: 8rem;
  line-height: 8rem;
  text-align: center;
}
.page .pageNum {
  display: inline-block;
  height: 4rem;
  line-height: 4rem;
  margin: 2rem 0.4rem;
  text-align: center;
  color: #000;
}
.page .thisPage {
  color: #3ebde4;
}
.page .next {
  display: inline-block;
  height: 4rem;
  line-height: 4rem;
  width: 6rem;
  text-align: center;
}
.msg {
  display: table;
}
.msg .msgContent {
  display: table-cell;
  vertical-align: middle;
}
.msg .msgContent h3 {
  font-size: 2.666rem;
  color: #3ebde4;
  text-align: center;
  margin-bottom: 45px;
}
.msg .msgContent h3 span {
  font-size: 2.666rem;
  color: #3ebde4;
  text-align: center;
  display: inline-block;
  height: 100%;
}
.msg .msgContent h4 {
  font-size: 1.71rem;
  color: #333;
  margin-bottom: 30px;
}
.msg .msgContent h4 .small {
  font-size: 1rem;
  display: inline-block;
  text-transform: uppercase;
}
.msg .msgContent p {
  color: #666;
  line-height: 30px;
  font-size: 1rem;
}
.msg .msgContent .cl {
  height: 4rem;
  line-height: 4rem;
}
.btn {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
  padding: 6px 14px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  display: inline-block;
  border-radius: 4px;
  z-index: 5;
}
.btn:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #fff;
  left: -100%;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  top: 0;
}
.btn:hover {
  color: #333;
}
.btn:hover:after {
  left: 0;
}
.more {
  display: inline-block;
  color: #3ebde4;
  letter-spacing: 2px;
}
#bloc #header #nav .mobItem {
  height: 4rem;
  display: none;
  overflow: visible;
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #fff;
  z-index: 10000;
}
#bloc #header #nav .mobItem .childMobItem {
  position: absolute;
  z-index: 1000;
  width: 106.8%;
  top: 100%;
  left: -3.4%;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  box-shadow: 0 10px 10px -6px rgba(0, 0, 0, 0.05);
}
#bloc #header #nav .mobItem .childMobItem > .list {
  min-height: 3rem;
  line-height: 3rem;
  width: 100%;
}
#bloc #header #nav .mobItem .childMobItem > .list .mobchildNav {
  background-color: #eee;
}
#bloc #header #nav .mobItem .childMobItem > .list a {
  display: inline-block;
  width: 100%;
  line-height: 3rem;
  height: 100%;
  text-align: center;
}
#bloc #header #nav .mobItem > .list {
  height: 4rem;
  line-height: 4rem;
  display: inline-block;
  width: 5rem;
  text-align: center;
  float: right;
}
#bloc #header #nav .mobItem > .list > i {
  font-size: 32px;
  color: #000;
}
#bloc #header {
  position: relative;
}
#bloc #header::before {
  content: "";
  position: absolute;
  background: url(../images/company-logo.png) no-repeat center;
  background-size: contain;
  z-index: 0;
  width: 80px;
  height: 80px;
  left: 20px;
}
#bloc #header #logo {
  height: 116px;
  text-align: center;
}
#bloc #header #logo > img {
  margin: 0 15px;
  margin-top: 24px;
  cursor: pointer;
}
#bloc #header #banner {
  height: 440px;
  display: table;
  width: 100%;
}
#bloc #header #banner .msg {
  display: table-cell;
  vertical-align: middle;
  background-color: rgba(33, 21, 20, 0.2);
  text-align: center;
}
#bloc #header #banner .msg > span {
  color: #fff;
  font-size: 72px;
  display: inline-block;
}
#bloc #header .indexBanner .msg {
  padding-top: 80px;
}
#bloc #header #nav {
  width: 100%;
  background-color: #fff;
  height: 80px;
  z-index: 1000;
}
#bloc #header #nav .item {
  width: 100%;
  overflow: visible;
  box-sizing: border-box;
  padding: 0 5%;
  text-align: center;
}
#bloc #header #nav .item .list {
  width: 130px;
  display: inline-block;
  height: 80px;
  position: relative;
  margin: 0 50px;
}
#bloc #header #nav .item .list > a {
  text-align: center;
  display: inline-block;
  width: 100%;
  margin: 10px 0;
  height: 60px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  font-size: 1.28rem;
  line-height: 30px;
}
#bloc #header #nav .item .list b {
  font-size: 0.85rem;
  text-transform: uppercase;
  color: #666666;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  font-weight: 100;
  margin-top: 5px;
}
#bloc #header #nav .item .list:hover > a {
  color: #3ebde4;
}
#bloc #header #nav .item .list:hover b {
  color: #3ebde4;
}
#bloc #header #nav .item .list .childNav {
  position: absolute;
  box-sizing: border-box;
  z-index: 100;
  width: 100%;
  top: 70px;
  left: 0;
  padding-top: 5px;
  box-shadow: 0 2px 10px -3px rgba(0, 0, 0, 0.3);
}
#bloc #header #nav .item .list .childNav > li {
  width: 100%;
  padding: 8px 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  background-color: #fff;
}
#bloc #header #nav .item .list .childNav > li > a {
  text-align: center;
  width: 100%;
  display: inline-block;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  font-weight: 700;
  position: relative;
}
#bloc #header #nav .item .list .childNav > li:hover {
  background-color: #3ebde4;
}
#bloc #header #nav .item .list .childNav > li:hover > a {
  color: #fff;
}
#bloc #header #nav .item .thisNav {
  color: #3ebde4;
}
#bloc #header #nav .item .thisNav b {
  color: #3ebde4;
}
#bloc #center #main {
  width: 100%;
  position: relative;
}
#bloc #center #main .content {
  margin: auto;
  box-sizing: content-box;
}
#bloc #center #main .content .topPic {
  height: 200px;
  width: 100%;
}
#bloc #footer .fMain {
  display: table;
  background-color: #fff;
  width: 100%;
}
#bloc #footer .fMain .msg {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #333;
  padding: 2rem 0;
  line-height: 26px;
}
#bloc #footer .fMain .msg > img {
  display: block;
  margin: auto;
}
#index {
  position: relative;
  height: 720px;
}
#index .row {
  width: 1200px;
  height: 720px;
  position: absolute;
  left: calc(50% - 600px);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
#index .row .leftCol {
  width: calc(100% - 720px);
  height: 100%;
  margin-left: 20px;
}
#index .row .leftCol .msg {
  height: 100%;
}
#index .row .leftCol .msg h4 {
  color: #fff;
  position: relative;
}
#index .row .leftCol .msg h4 .small {
  color: #fff;
  margin-top: 6px;
}
#index .row .leftCol .msg h4:after {
  content: "";
  height: 2px;
  width: 40px;
  background-color: #fff;
  bottom: -20px;
  left: 0;
  position: absolute;
}
#index .row .leftCol .msg p {
  color: #fff;
  line-height: 36px;
  text-indent: 2rem;
  margin-top: 20px;
}
#index .row .leftCol .msg p:first-child {
  margin-top: 45px;
}
#index .row .rightCol {
  width: 547px;
  height: 100%;
  position: relative;
}
#index .row .rightCol .box1 {
  width: 547px;
  height: 467px;
  position: absolute;
  top: 122px;
  z-index: 2;
}
#index .row .rightCol .box1:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/arrow.png) no-repeat center;
  z-index: 0;
}
#index .row .rightCol .box1 .box2 {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  animation: box2 1s;
}
#index .row .rightCol .box1 .box2 .circle {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
  margin: 8px;
  display: table;
  box-sizing: border-box;
  padding: 10px 16px;
}
#index .row .rightCol .box1 .box2 .circle .Tc {
  height: 116px;
  width: 116px;
  border-radius: 50%;
  border: dashed 1.5px #eee;
  position: absolute;
  top: -8px;
  left: -8px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
#index .row .rightCol .box1 .box2 .circle p {
  display: table-cell;
  vertical-align: middle;
  font-size: 1rem;
  text-align: center;
}
#index .row .rightCol .box1 .box2 .c_left {
  left: 8px;
}
#index .row .rightCol .box1 .box2 .c_left_center {
  left: calc(35% - 67px);
}
#index .row .rightCol .box1 .box2 .c_right_center {
  right: calc(35% - 67px);
}
#index .row .rightCol .box1 .box2 .c_right {
  right: 8px;
}
#index .row .rightCol .box1 .box2 .c_top {
  top: 8px;
}
#index .row .rightCol .box1 .box2 .c_center {
  top: calc(50% - 67px);
}
#index .row .rightCol .box1 .box2 .c_bottom {
  bottom: 8px;
}
#intro {
  position: relative;
}
#intro:after {
  position: absolute;
  content: "";
  height: 240px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: url(../images/boxBg.jpg);
  z-index: -1;
}
#intro .box {
  max-width: 1200px;
  margin: auto;
}
#intro .box .partType {
  overflow: visible;
  position: relative;
}
#intro .box .partType > li {
  float: left;
  width: 50%;
  height: 120px;
  text-align: center;
  font-size: 1.14rem;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
#intro .box .partType > li > a {
  display: inline-block;
  height: 100%;
  width: 100%;
  font-size: 1.28rem;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
#intro .box .partType > li > a > i {
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  font-size: 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #333;
  margin-bottom: 8px;
  margin-top: 16px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
#intro .box .partType > li:hover > a {
  background-color: #3ebde4;
  color: #fff;
}
#intro .box .partType > li:hover > a > i {
  border-color: #fff;
  color: #fff;
  animation: ball 1.2s;
}
#intro .box .partType li.active > a {
  background-color: #3ebde4;
  color: #fff;
}
#intro .box .partType li.active > a > i {
  border-color: #fff;
  color: #fff;
}
#intro .box .partType:after {
  content: "";
  position: absolute;
  width: 10000px;
  height: 120px;
  background-color: #f5f5f5;
  left: -5000px;
  z-index: -1;
}
#intro .box .part .row1 .leftCol {
  width: 50%;
  height: 450px;
  position: relative;
}
#intro .box .part .row1 .leftCol .picBox {
  width: 90%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
#intro .box .part .row1 .rightCol {
  width: 50%;
  height: 450px;
}
#intro .box .part .row1 .rightCol .msg {
  height: 100%;
}
#intro .box .part .row1 .rightCol h4 {
  position: relative;
}
#intro .box .part .row1 .rightCol h4 .small {
  margin-left: 18px;
}
#intro .box .part .row1 .rightCol h4:after {
  content: "";
  height: 2px;
  width: 40px;
  background-color: #3ebde4;
  bottom: -20px;
  left: 0;
  position: absolute;
}
#intro .box .part .row1 .rightCol p {
  margin-top: 45px;
  line-height: 36px;
}
#intro .box .part .row1 .rightCol p font {
  font-size: 16px;
}
#intro .box .part .row2 {
  height: 200px;
  text-align: center;
  position: relative;
}
#intro .box .part .row2 .msg {
  height: 100%;
  margin: auto;
}
#intro .box .part .row2 h4 {
  position: relative;
  color: #3ebde4;
}
#intro .box .part .row2 h4:after {
  content: "";
  height: 2px;
  width: 40px;
  background-color: #3ebde4;
  bottom: -20px;
  left: calc(50% - 20px);
  position: absolute;
}
#intro .box .part .row2 p {
  margin-top: 45px;
  line-height: 36px;
  color: #3ebde4;
}
#intro .box .part .row2:after {
  content: "";
  position: absolute;
  width: 10000px;
  height: 200px;
  background-color: #f5f5f5;
  left: -5000px;
  z-index: -1;
  top: 0;
}
#intro .box .part .row3 .topTitle {
  clear: both;
}
#intro .box .part .row3 .topTitle .small {
  margin-top: 8px;
}
#intro .box .part .row3 .leftCol {
  width: 50%;
  text-align: center;
  height: 450px;
}
#intro .box .part .row3 .leftCol .msg {
  width: 72.5%;
  margin: auto;
  height: 100%;
}
#intro .box .part .row3 .leftCol h4 {
  color: #3ebde4;
  font-weight: 700;
  font-size: 1.42rem;
  cursor: pointer;
}
#intro .box .part .row3 .leftCol h4 > img {
  margin-bottom: 12px;
}
#intro .box .part .row3 .leftCol h4 .small {
  color: #3ebde4;
  font-size: 1.14rem;
  margin-top: 8px;
  font-weight: 100;
}
#intro .box .part .row3 .leftCol p {
  font-size: 1.14rem;
  text-align: left;
}
#intro .box .part .row3 .rightCol {
  width: 50%;
  text-align: center;
  height: 450px;
}
#intro .box .part .row3 .rightCol .msg {
  width: 72.5%;
  margin: auto;
  height: 100%;
}
#intro .box .part .row3 .rightCol h4 {
  color: #3ebde4;
  font-weight: 700;
  font-size: 1.42rem;
  cursor: pointer;
}
#intro .box .part .row3 .rightCol h4 > img {
  margin-bottom: 12px;
}
#intro .box .part .row3 .rightCol h4 .small {
  color: #3ebde4;
  font-size: 1.14rem;
  margin-top: 8px;
  font-weight: 100;
}
#intro .box .part .row3 .rightCol p {
  font-size: 1.14rem;
  text-align: left;
}
#intro .box .part .row4 {
  height: 240px;
  position: relative;
}
#intro .box .part .row4 .msg {
  height: 100%;
  width: 76%;
  margin: auto;
}
#intro .box .part .row4 p {
  text-align: center;
  color: #fff;
  font-size: 1.14rem;
  line-height: 40px;
}
#intro .box .part .row6 {
  text-align: center;
}
#intro .box .part .row6 > a {
  display: inline-block;
  width: 220px;
  height: 100px;
  line-height: 100px;
  margin: 10px 20px;
}
#intro .box .part .row7 > a {
  width: 135px;
  height: 135px;
  position: relative;
  margin-bottom: 45px;
}
#intro .box .part .row7 > a > span {
  position: absolute;
  width: 100%;
  top: 100%;
  text-align: center;
  left: 0;
  height: 3rem;
  line-height: 3rem;
  font-size: 1.111rem;
}
#business {
  position: relative;
}
#business .box {
  max-width: 1200px;
  margin: auto;
}
#business .box .partType {
  overflow: visible;
  position: relative;
}
#business .box .partType > li {
  float: left;
  width: calc(100% / 3);
  height: 120px;
  text-align: center;
  font-size: 1.14rem;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
#business .box .partType > li > a {
  display: inline-block;
  height: 100%;
  width: 100%;
  font-size: 1.14rem;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
#business .box .partType > li > a > i {
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  font-size: 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #333;
  margin-bottom: 8px;
  margin-top: 16px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
#business .box .partType > li:hover > a {
  background-color: #3ebde4;
  color: #fff;
}
#business .box .partType > li:hover > a > i {
  border-color: #fff;
  color: #fff;
  animation: ball 1.2s;
}
#business .box .partType li.active > a {
  background-color: #3ebde4;
  color: #fff;
}
#business .box .partType li.active > a > i {
  border-color: #fff;
  color: #fff;
}
#business .box .partType:after {
  content: "";
  position: absolute;
  width: 10000px;
  height: 120px;
  background-color: #f5f5f5;
  left: -5000px;
  z-index: -1;
}
#business .box .part .row2 {
  overflow: hidden;
  height: 520px;
}
#business .box .part .row2 .list {
  float: left;
  width: calc(100% / 3);
  height: 100%;
}
#business .box .part .row2 .list .iconBox {
  display: inline-block;
  height: 156px;
  width: 135px;
  margin-bottom: 18px;
  line-height: 156px;
  background: url(../images/iconBg.png) center no-repeat;
  text-align: center;
}
#business .box .part .row2 .list .iconBox > i {
  font-size: 50px;
  color: #fff;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
#business .box .part .row2 .list .msg {
  width: 100%;
  text-align: center;
  height: 100%;
}
#business .box .part .row2 .list .msg .msgContent {
  vertical-align: top;
  padding-top: 95px;
}
#business .box .part .row2 .list .msg h4 {
  color: #3ebde4;
  text-align: center;
}
#business .box .part .row2 .list .msg p {
  text-align: center;
  min-height: 60px;
  overflow: hidden;
  width: 62%;
  margin: auto;
}
#business .box .part .row2 .list .msgContent {
  position: relative;
}
#business .box .part .row2 .list .msgContent .circle {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #3ebde4;
  display: table;
  box-sizing: border-box;
  padding: 10px 16px;
  overflow: hidden;
}
#business .box .part .row2 .list .msgContent .circle p {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  text-align: center;
  color: #fff;
  line-height: 18px;
}
#business .box .part .row2 .list .msgContent .circleBg {
  position: absolute;
  background: url("../images/circle.png") center no-repeat;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-position-y: 40px;
  z-index: -1;
}
#business .box .part .row2 .list .msgContent .c1 {
  left: -10px;
  top: 100px;
}
#business .box .part .row2 .list .msgContent .c2 {
  right: -10;
  top: 100px;
}
#business .box .part .row2 .list .msgContent .c3 {
  left: calc(50% - 50px);
  bottom: 80px;
}
#business .box .part .row3 {
  overflow: hidden;
  height: 300px;
}
#business .box .part .row3 .list {
  float: left;
  width: calc(100% / 2);
  height: 100%;
  position: relative;
}
#business .box .part .row3 .list .iconBox {
  display: inline-block;
  height: 156px;
  width: 135px;
  margin-bottom: 18px;
  line-height: 156px;
  position: absolute;
  left: calc(20% - 60px);
  top: 30%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  text-align: center;
}
#business .box .part .row3 .list .iconBox > b {
  display: inline-block;
  background: url(../images/iconBg.png) center no-repeat;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 156px;
}
#business .box .part .row3 .list .iconBox > b > i {
  font-size: 50px;
  color: #fff;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
#business .box .part .row3 .list .msg {
  width: 100%;
  text-align: center;
  height: 100%;
}
#business .box .part .row3 .list .msg .msgContent {
  vertical-align: top;
  padding-top: 15px;
}
#business .box .part .row3 .list .msg h4 {
  color: #3ebde4;
  text-align: left;
  margin-left: 40%;
  margin-bottom: 15px;
}
#business .box .part .row3 .list .msg p {
  text-align: left;
  margin-left: 40%;
}
#business .box .part .row4 {
  height: 240px;
  position: relative;
}
#business .box .part .row4 .msg {
  height: 100%;
  width: 80%;
  margin: auto;
}
#business .box .part .row4 p {
  text-align: center;
  color: #fff;
  font-size: 1.14rem;
  line-height: 40px;
}
#business .box .part .row4:after {
  position: absolute;
  content: "";
  height: 240px;
  width: 400%;
  left: -200%;
  bottom: 0;
  background: url(../images/boxBg.jpg);
  z-index: -1;
}
#business .box .part3 .row > h4 {
  font-size: 1.71rem;
  height: 4rem;
  line-height: 4rem;
}
#business .box .part3 .row .rowMain {
  background-color: #f5f5f5;
  padding: 20px;
}
#business .box .part3 .row .rowMain > h4 {
  font-size: 1.71rem;
  height: 3rem;
  line-height: 3rem;
}
#business .box .part3 .row .rowMain .list h5 {
  color: #fff;
  height: 50px;
  line-height: 50px;
  padding: 0 85px 0 65px;
  display: inline-block;
  background: url(../images/hBg.jpg) right no-repeat #3ebde4;
  position: relative;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
#business .box .part3 .row .rowMain .list h5 > i {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  color: #fff;
  background-color: #2b95b5;
  width: 50px;
  font-size: 24px;
  left: 0;
}
#business .box .part3 .row .rowMain .list p {
  padding-left: 56px;
  color: #444;
  margin: 20px 0 30px 0;
  position: relative;
}
#business .box .part3 .row .rowMain .list p .imgBox {
  position: absolute;
  width: 50px;
  left: 0;
  height: 100%;
  top: 0;
  display: inline-block;
  text-align: center;
}
#business .box .part3 .row .rowMain .list p .imgBox > img {
  margin-top: 5px;
}
#business .box .part3 .row .rowMain .contact {
  overflow: hidden;
  height: 320px;
  position: relative;
}
#business .box .part3 .row .rowMain .contact:after {
  content: "";
  position: absolute;
  height: 70%;
  top: 10%;
  width: 1px;
  background-color: #ddd;
  right: 33%;
}
#business .box .part3 .row .rowMain .contact:before {
  content: "";
  position: absolute;
  height: 70%;
  top: 10%;
  width: 1px;
  background-color: #ddd;
  left: 33%;
}
#business .box .part3 .row .rowMain .contact .con_list {
  float: left;
  width: calc(100% / 3);
  height: 100%;
}
#business .box .part3 .row .rowMain .contact .con_list .iconBox {
  display: inline-block;
  height: 50px;
  width: 135px;
  margin-bottom: 18px;
  line-height: 156px;
  text-align: center;
}
#business .box .part3 .row .rowMain .contact .con_list .msg {
  width: 100%;
  text-align: center;
  height: 100%;
}
#business .box .part3 .row .rowMain .contact .con_list .msg h4 {
  color: #333;
  text-align: center;
  font-size: 1.42rem;
  margin-bottom: 12px;
}
#business .box .part3 .row .rowMain .contact .con_list .msg p {
  text-align: center;
  margin-bottom: 18px;
}
#business .box .part3 .row .rowMain .contact .con_list .msg .btn {
  border-color: #666;
  color: #666;
  padding: 5px 22px;
}
#contact .row {
  max-width: 1200px;
  margin: auto;
}
#contact .row .rowMain .topTitle {
  text-align: left;
}
#contact .row .rowMain .topTitle:after {
  display: none;
}
#contact .row .rowMain .con_main {
  overflow: hidden;
  margin-bottom: 60px;
}
#contact .row .rowMain .con_main .Tmsg {
  height: 3.4rem;
  line-height: 3.4rem;
  color: #999;
  font-size: 1.28rem;
  float: left;
}
#contact .row .rowMain .con_main.row1 .Tmsg {
  width: 100%;
  overflow: hidden;
}

#contact .row .rowMain .con_main .Tmsg > a {
  font-size: 1.28rem;
  display: inline-block;
  height: 100%;
}
#contact .row .rowMain .con_main .Tmsg > i {
  display: inline-block;
  height: 100%;
  line-height: 3.4rem;
  width: 2rem;
  text-align: center;
  margin-right: 10px;
  color: #999;
  font-size: 24px;
  vertical-align: bottom;
}
#contact .row .rowMain .con_main .Tmsg > a > i {
  display: inline-block;
  height: 100%;
  line-height: 3.4rem;
  width: 2rem;
  text-align: center;
  margin-right: 10px;
  color: #999;
  font-size: 24px;
  vertical-align: bottom;
}
#contact .row .rowMain .con_main .con_msg {
  width: 50%;
  box-sizing: border-box;
  float: left;
  position: relative;
  border-right: 1px solid #ccc;
  padding: 0 20px;
  background-color: #fff;
}
#contact .row .rowMain .con_main .con_msg .ma {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 0;
  right: -80px;
}
#contact .row .rowMain .con_main .con_msg .ma img {
  width: 100%;
  height: 100%;
}
#contact .row .rowMain .con_main .con_msg:last-child {
  border: none;
}
#contact .row .rowMain .row2 .Tmsg {
  margin-right: 6rem;
}
#contact .row .rowMain .Tmap {
  height: 545px;
  width: 100%;
}
#contact .row .rowMain .Tmap .anchorBL {
  display: none;
}
@keyframes box2 {
  from {
    opacity: 0;
    transform: scale(0.3) rotate(-180deg);
  }
  to {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}
@keyframes circle {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
  }
  50% {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -o-transform: scale(1.07);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
  }
}
.ball {
  animation: ball 1.5s;
}
@keyframes ball {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  38% {
    transform: translateY(0px);
  }
  55% {
    transform: translateY(-10px);
  }
  70% {
    transform: translateY(0px);
  }
  85% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.toTop {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  display: none;
  opacity: 0.6;
  right: 80px;
  bottom: 100px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.toTop > i {
  font-size: 60px;
  color: #789c03;
}
