/*html,body{height: 100%;}*/
/*body{position: relative;text-align: justify;background: url(../imgs/service_bg.jpg) no-repeat center top;background-size: cover;filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/home/imgs/service_bg.jpg',sizingMethod='scale');z-index: -1;}*/
.service {
  table-layout: fixed;
}
.service-map h2 {
  position: absolute;
  width: 50%;
  top: 40px;
  left: 0;
  font-size: 30px;
  z-index: 2;
}
.world-map h2 {
  left: 50%;
}
.cover-bg {
  top: 0;
  width: 50%;
  height: 100%;
  margin: auto;
  background: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
  visibility: visible;
  z-index: 4;
  position: absolute;
}
.cover-bg.left {
  left: 0;
}
.cover-bg.right {
  right: 0;
}
.service-map {
  width: 50%;
  padding: 0px 50px;
}
.service-map .box {
  display: inline-block;
  width: 100%;
}
.service-map .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 250px;
  height: 180px;
  padding: 5px 10px;
  font-family: arial, "宋体";
  line-height: 24px;
  z-index: 20;
}
.service-map .info span {
  display: inline-block;
  width: 87px;
}
.world-map .box {
  padding: 0 20px;
  margin-top: 30px;
}
.service-map .text .span {
  position: absolute;
  z-index: 3;
}
.service-map:hover .cover-bg {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.area-box .span {
  min-width: 100px;
  height: auto;
  padding: 3px 15px;
  line-height: 24px;
  color: #fff;
  font-family: "宋体";
  font-weight: bold;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.area-box .span.blue {
  background-color: #0284f2;
}
.area-box .span.green {
  background-color: #04c02c;
}
.area-box .span:before {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 0;
  height: 0;
}
.area-box .span.left:before {
  left: 0;
}
.area-box .span.right:before {
  right: 0;
}
.area-box .span.left.blue:before {
  border: 5px solid #0284f2;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.area-box .span.right.blue:before {
  border: 5px solid #0284f2;
  border-left-color: transparent;
  border-bottom-color: transparent;
}
.area-box .span.left.green:before {
  border: 5px solid #04c02c;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.area-box .span.right.green:before {
  border: 5px solid #04c02c;
  border-left-color: transparent;
  border-bottom-color: transparent;
}
.area-box .float {
  display: none;
  position: absolute;
  bottom: 120%;
  padding: 20px 15px;
  color: #333;
  font-size: 18px;
  line-height: 24px;
}
.area-box .span:hover {
  z-index: 100;
}
.area-box .span:hover .float {
  display: block;
}
.area-box .float p {
  white-space: nowrap;
}
.area-box .span.left .float {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.area-box .span.right .float {
  right: 50%;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
.service-column {
  width: 33.3333333%;
}
.service-column .box {
  padding: 0px 40px;
  border: 1px solid #eee;
  table-layout: auto;
}
.service-column .box:hover {
  background-color: #fafafa;
}
.service-column h2 {
  margin: 0px 0 15px;
  color: #333;
}
.service-column .box:hover h2 {
  color: #0284f2;
}
.service-column .des {
  font-family: "宋体";
  line-height: 24px;
}
.service-column i {
  font-size: 100px;
}
.more {
  width: 120px;
  height: 30px;
  margin-top: 20px;
  border: 1px solid #d2d2d2;
  line-height: 30px;
  color: #999;
  font-size: 14px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.more:hover {
  color: #fff;
  background: #0284f2;
  border-color: #0284f2;
}
.aBtn {
  display: none;
}
@media only screen and (max-width: 1679px) {
  .service-map h2 {
    font-size: 28px;
  }
  .service-map {
    padding: 0px 30px;
  }
  .area-box .span {
    padding: 3px 14px;
  }
  .service-column .box {
    padding: 0px 30px;
  }
  .service-column h2 {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .service-column i {
    font-size: 80px;
  }
  .more {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1365px) {
  .service-map h2 {
    top: 30px;
    font-size: 24px;
  }
  .service-map {
    padding: 0px 20px;
  }
  .area-box .span {
    font-size: 12px;
    line-height: 20px;
  }
  .area-box .float {
    font-size: 16px;
  }
  .service-column .box {
    padding: 0px 20px;
  }
  .service-column h2 {
    font-size: 20px;
  }
  .service-column i {
    font-size: 72px;
  }
  .more {
    width: 100px;
  }
}
@media only screen and (max-width: 1079px) {
  .world-map .box {
    padding: 0 30px;
  }
  .service-map {
    padding: 0px 20px;
  }
  .service-map h2 {
    font-size: 22px;
  }
  .service-column .box {
    padding: 0px 15px;
  }
  .service-column h2 {
    font-size: 20px;
  }
  .service-column i {
    font-size: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .aBtn {
    display: block;
    height: 40px;
    line-height: 40px;
  }
  .aBtn a {
    display: inline-block;
    background: #999;
    color: #fff;
    font-size: 16px;
  }
  .aBtn a.active {
    background: #0284f2;
  }
  .aBtn a + a {
    border-left: 1px solid rgba(255, 255, 255, 0.6);
  }
  .service-map ~ .service-map {
    display: none;
    position: relative;
  }
  .service,
  .service-map {
    display: block;
    width: 100%;
  }
  .service-map h2 {
    display: none;
  }

  .cover-bg {
    left: 0;
    width: 100%;
  }
  .service-column {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .service-map {
    padding: 0px;
  }
  .service-map .info {
    position: relative;
    width: 100%;
  }
  /*.service-map .box{overflow: hidden;}*/
  .world-map .box {
    padding: 0 20px;
    margin: 30px 0;
  }
  .area-box .span {
    min-width: 0;
    width: 0;
    height: 0;
    font-size: 0;
    text-indent: 100em;
    padding: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .area-box .float {
    bottom: 0;
    padding: 15px 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .service-column .box {
    padding: 20px 10px;
  }
  .service-column h2 {
    font-size: 18px;
  }
  .service-column i {
    font-size: 50px;
  }
}
@media only screen and (max-width: 479px) {
  .area-box .span:hover .float {
    width: 260px;
  }
  .area-box .span.left .float {
    -webkit-transform: translateX(-70%);
    -moz-transform: translateX(-70%);
    -ms-transform: translateX(-70%);
    transform: translateX(-70%);
  }
  .area-box .span.right .float {
    -webkit-transform: translateX(70%);
    -moz-transform: translateX(70%);
    -ms-transform: translateX(70%);
    transform: translateX(70%);
  }
  .area-box .span.center .float {
    -webkit-transform: translateX(40%);
    -moz-transform: translateX(40%);
    -ms-transform: translateX(40%);
    transform: translateX(40%);
  }
  .area-box .float p {
    white-space: normal;
    word-break: break-all;
  }
}
.service-base .display-table-cell {
  width: 50%;
}
.margin-auto > .content > .display-table > .img > .row > .col-sm-12 {
  display: flex;
  justify-content: flex-end;
}
.service-base .text {
}
.service-base .text p {
  font-size: 24px;
  color: #333;
  line-height: 48px;
}
.service-base .text h1 {
  font-family: arial, "微软雅黑";
  font-size: 60px;
  font-weight: bold;
  color: #333;
  line-height: 60px;
}
.service-base .text h1 span {
  font-size: 24px;
  font-weight: normal;
}
.service-base .text .info {
  margin-top: 5px;
  font-size: 18px;
  line-height: 30px;
}
.service-base .text .info a {
  text-decoration: underline;
  color: #0284f2;
}
@media only screen and (max-width: 1679px) {
  .service-base .text p {
    font-size: 20px;
    line-height: 40px;
  }
  .service-base .text h1 {
    margin-top: 5px;
    font-size: 48px;
    line-height: 48px;
  }
  .service-base .text h1 span {
    font-size: 20px;
  }
  .service-base .text .info {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1365px) {
  .service-base .text p {
    font-size: 18px;
    line-height: 36px;
  }
  .service-base .text h1 {
    margin-top: 3px;
    font-size: 42px;
    line-height: 42px;
  }
  .service-base .text h1 span {
    font-size: 18px;
  }
  .service-base .text .info {
    margin-top: 3px;
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1079px) {
  .service-base .text p {
    font-size: 16px;
    line-height: 30px;
  }
  .service-base .text h1 {
    margin-top: 3px;
    font-size: 36px;
    line-height: 36px;
  }
  .service-base .text h1 span {
    font-size: 16px;
  }
  .service-base .text .info {
    margin-top: 3px;
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .service-base,
  .service-base .display-table-cell {
    display: block;
    width: 100%;
    overflow: hidden;
  }
  .service-base .text {
    margin-top: 20px;
  }
  .service-base .img {
    margin-top: 15px;
  }
  .service-base .img img {
    margin: 0px auto;
  }
  .service-base .text p {
    font-size: 14px;
  }
  .service-base .text h1 {
    margin-top: 2px;
    font-size: 30px;
    line-height: 30px;
  }
  .service-base .text h1 span {
    font-size: 14px;
  }
  .service-base .text .info {
    margin-top: 2px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 479px) {
  .service-base .text {
    margin-top: 5%;
  }
  .service-base .img {
    margin-top: 10px;
  }
}
/*留言*/
.message .img {
  width: 42.30769231%;
}
.message-form {
  width: 57.69230769%;
  padding-top: 60px;
  padding-bottom: 60px;
}
.message-form label {
  font-size: 14px;
  line-height: 28px;
  color: #999;
  font-weight: normal;
}
.message-form .row {
  margin-left: -15px;
  margin-right: -15px;
}
.message-form .row [class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}
.message-form .form-control {
  width: 100%;
  height: 40px;
  padding: 0px 20px;
  font-size: 16px;
  line-height: 40px;
  color: #333;
  background-color: #eee;
  border-radius: 0px;
}
.message-form textarea.form-control {
  height: 120px;
  resize: none;
}
.message-form p {
  line-height: 40px;
}
.message-form .btnOk {
  width: 100%;
  height: 40px;
  color: #fff;
  background: #0284f2;
  border: none;
}
.has-success .form-control:focus,
.has-error .form-control:focus,
.has-error .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.message-form .form-control.yzm {
  padding-right: 100px;
}
.message-form img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 40px;
  z-index: 99;
}
@media only screen and (max-width: 1679px) {
  /*留言*/
  .message-form {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .message-form .form-control {
    padding: 0px 15px;
  }
  .message-form .form-control.yzm {
    padding-right: 100px;
  }
}
@media only screen and (max-width: 1365px) {
  .message-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .message-form .form-control {
    height: 36px;
    padding: 0px 20px;
    font-size: 14px;
    line-height: 36px;
  }
  .message-form .form-group {
    margin-bottom: 15px;
  }
  .message-form textarea.form-control {
    height: 108px;
  }
  .message-form p {
    line-height: 36px;
  }
  .message-form .btnOk {
    height: 36px;
  }
  .message-form .form-control.yzm {
    padding-right: 70px;
  }
  .message-form img {
    width: 80px;
    height: 36px;
  }
}
@media only screen and (max-width: 1079px) {
  /*留言*/
  .message .img {
    width: 100%;
    display: none;
  }
  .message-form {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .message-form .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .message-form .row [class*="col"] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .message-form .form-control {
    height: 40px;
    padding: 0px 15px;
    font-size: 16px;
    line-height: 40px;
  }
  .message-form textarea.form-control {
    height: 120px;
  }
  .message-form p {
    line-height: 40px;
  }
  .message-form .btnOk {
    height: 40px;
  }
  .message-form .form-control.yzm {
    padding-right: 90px;
  }
  .message-form img {
    width: 100px;
    height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  /*留言*/
  .message-form {
    padding-top: 5%;
    padding-bottom: 5%;
  }
}
@media only screen and (max-width: 479px) {
}

/*联系我们*/
.contact_box {
  padding: 40px;
  clear: both;
  overflow: hidden;
}
.contact_map {
  height: 342px;
  overflow: hidden;
  position: relative;
}
.contact_map img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: auto;
}
.contact_map,
.contact_details {
  float: left;
  width: 50%;
}
.contact_details {
  padding-right: 70px;
  font-size: 16px;
}
.contact_tab {
  padding: 30px;
  border: 1px solid #eeeeee;
  border-top: 4px solid #0383f2;
}
.contact_details .info p {
  white-space: nowrap;
}
.contact_tab table {
  border: none;
}
.contact_tab table thead tr th {
  color: #0383f2;
}
.contact_tab table tbody tr td a {
  /*color: #0383F2;*/
  text-decoration: underline;
}
@media (max-width: 1200px) {
  .contact_map,
  .contact_details {
    width: 100%;
  }
  .contact_details {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .contact_tab,
  .contact_box {
    padding: 15px;
  }
  .contact_map {
    height: auto;
  }
  .contact_map,
  .contact_map img {
    position: static;
  }
}
/*//联系我们*/
