﻿* {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei";
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
li {
  list-style: none;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
a:focus {
  outline: none;
}
@media (max-width:1920px) {
  html {
    font-size: 1rem;
  }
}
@media (max-width:750px) {
  html {
    font-size: 1rem;
  }
}
@media (max-width:330px) {
  html {
    font-size: 0.9rem;
  }
}
.head_pic .head_pic_cen, .our_do ul li .our_li_b .our_li_pos, .section_8_b .company_b li .company_b_img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
dt {
  font-weight: normal;
}
section {
  width: 100%;
  overflow: hidden;
}
.cen {
  width: 1080px;
  margin: 0 auto;
}
.section_8_b .company_b li p {
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
img {
  max-width: 100%;
}
.w_btn {
  display: inline-block;
  border: 1px solid #fff;
  padding: 5px 10px;
  border-radius: 4px;
  color: #fff;
}
.w_btn:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #0084eb;
}
@media (max-width:1080px) {
  .cen {
    width: 100%;
  }
}
.head_pic {
  background: url(../images/yxl_01.jpg) no-repeat center center;
  background-size: cover;
  height: 820px;
}
@media (max-height:750px) {
  .head_pic {
    height: 30rem;
  }
}
header {
  height: 70px;
  transition: all .3s;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
header:hover {
  background: rgba(255, 255, 255, 0.8);
}
header:hover .sel_language .sel_a em {
  color: #333;
}
header:hover .my_brand img:nth-child(1) {
  display: none;
}
header:hover .my_brand img:nth-child(2) {
  display: block;
}
header:hover .navbar-default .navbar-nav > li > a {
  color: #505050;
}
header:hover .navbar-default .navbar-nav > li > a:hover {
  color: #2b8fe4;
}
header:hover .caret {
  color: #505050;
}
header:hover .navbar-default .nav_r .login_btn a {
  background: #fff;
  border: 1px solid #1976c6;
  color: #1976c6;
}
header:hover .navbar-default .nav_r .login_btn a:hover {
  background: #1990ed;
  color: #fff;
}
header:hover .navbar-default .nav_r .s_btn a {
  background: #1990ed;
  color: #fff;
}
header:hover .navbar-default .nav_r .s_btn a:hover {
  color: #eee;
}
header .nav_r li {
  position: relative;
}
header .nav_r li a {
  padding: 20px 12px;
  position: relative;
  font-size: 16px;
}
@media (max-width:750px) {
  header .nav_r li a {
    padding: 0.5rem 1rem;
  }
}
header .nav_r li .dl_b {
  padding-top: 25px;
  display: none;
}
@media (max-width:750px) {
  header .nav_r li .dl_b {
    padding-top: 0;
    display: block;
  }
}
header .nav_r li dl {
  left: 0;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 5px;
  position: absolute;
  top: 85px;
}
header .nav_r li dl i {
  content: '';
  position: absolute;
  left: 50%;
  top: -8px;
  margin-left: -10px;
  display: block;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent;
  border-bottom-color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.95);
}
header .nav_r li dl dt {
  text-align: center;
}
header .nav_r li dl dt a {
  color: #4a4a4a;
  font-size: 14px;
  padding: 10px;
  display: block;
}
header .nav_r li dl dt a:hover {
  color: #2b8fe4;
}
@media (max-width:750px) {
  header .nav_r li dl {
    position: relative;
    top: 0;
    padding: 0;
  }
  header .nav_r li dl dt {
    text-align: left;
    padding: 0 1rem;
  }
  header .nav_r li dl dt a {
    padding: 0.5rem 0;
  }
}
header .nav_r li:hover .dl_b {
  display: block;
}
header .nav_r li:hover .caret {
  color: #2b8fe4;
  top: 36%;
}
header .nav_r .head_btn a {
  display: inline-block;
  border-radius: 4px;
  width: 110px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  padding: 0;
  margin-top: 10px;
  margin-left: 12px;
}
header .nav_r .login_btn a {
  border: 1px solid #fff;
  line-height: 41px;
}
header .nav_r .s_btn a {
  background: rgba(255, 255, 255, 0.9);
  color: #1976c6;
}
header .nav_r .login_l {
  margin-left: 50px;
}
@media (max-width:750px) {
  header .nav_r .login_l {
    margin-left: 0;
  }
}
header .caret {
  color: #fff;
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width:750px) {
  header .caret {
    top: 15px;
  }
}
header .my_brand img:nth-child(2) {
  display: none;
}
@media (max-width:750px) {
  header {
    height: auto;
  }
}
@media (max-width:750px) {
  .navbar-brand img {
    height: 35px;
  }
  .navbar-nav {
    background: #fff;
  }
}
.head_pic {
  color: #fff;
  position: relative;
}
.head_pic .head_pic_cen {
  color: #fff;
  text-align: center;
  width: 1136px;
}
.head_pic .head_pic_cen h3 {
  font-size: 56px;
}
.head_pic .head_pic_cen .head_hr {
  height: 1px;
  background: #fff;
  max-width: 780px;
  margin: 15px auto;
}
.head_pic .head_pic_cen p {
  font-size: 22px;
  margin: 15px auto 50px;
}
.head_pic .head_pic_cen a {
  padding: 8px 45px;
  font-size: 24px;
}
@media (max-width:1136px) {
  .head_pic .head_pic_cen {
    width: 100%;
  }
  .head_pic .head_pic_cen h3 {
    font-size: 3rem;
  }
}
@media (max-width:750px) {
  .head_pic .head_pic_cen {
    padding: 0 1rem;
  }
  .head_pic .head_pic_cen h3 {
    font-size: 1.5rem;
  }
  .head_pic .head_pic_cen p {
    font-size: 1.2rem;
    margin: 0.6rem auto 1rem;
  }
  .head_pic .head_pic_cen a {
    font-size: 1rem;
    padding: 0.5rem 2rem;
  }
}
.our_do {
  background: #f3fbff;
  overflow: hidden;
}
.w_title {
  color: #0084eb;
  font-size: 48px;
  text-align: center;
  margin: 70px auto 25px;
}
@media (max-width:1400px) {
  .w_title {
    font-size: 2rem;
  }
}
@media (max-width:750px) {
  .w_title {
    font-size: 20px;
    margin: 20px auto;
  }
}
.w_title h3 {
  color: #000;
  font-weight: normal;
  font-size: 40px;
}
.w_title i {
  width: 0;
  height: 0;
  border-width: 20px 22px 0;
  border-style: solid;
  border-color: #0088cb transparent transparent;
  margin: 20px auto;
  position: relative;
  display: block;
}
@media (max-width:750px) {
  .w_title h3 {
    font-size: 20px;
  }
  .w_title i {
    margin: 10px auto;
    border-width: 10px 12px 0;
  }
}
.our_do .our_lists {
  margin: 60px auto;
}
.our_do ul {
  display: block;
  margin: 0 -25px;
}
.our_do ul li {
  width: 25%;
  float: left;
  text-align: center;
}
.our_do ul li .our_li_b {
  margin: 0 25px;
  border-radius: 4px;
  position: relative;
}
.our_do ul li .our_li_b h3 {
  color: #fff;
  font-size: 48px;
  margin: 20px 0;
}
.our_do ul li .our_li_b p {
  color: #fff;
  font-size: 16px;
  width: 100%;
  position: absolute;
  top: 60%;
  left: 0;
}
.our_do ul li .our_li_b .our_li_pos {
  width: 100%;
  padding: 5px;
}
@media (max-width:1000px) {
  .our_do {
    padding: 0 1rem;
  }
  .our_do .our_lists {
    margin: 2rem auto;
  }
  .our_do ul {
    margin: 0 -14px;
  }
  .our_do ul li {
    width: 50%;
    margin-bottom: 1rem;
  }
  .our_do ul li .our_li_b {
    margin: 0 7px;
  }
}
i, em {
  font-style: normal;
}
.blue {
  background: #2b8fe4;
}
.orange {
  background: #fcaf3e;
}
.green {
  background: #2bbfe4;
}
.red {
  background: #ea8163;
}
.w_title_black {
  color: #1f1f1f;
}
.section_6 {
  background: #fff;
  overflow: hidden;
  padding: 55px 0 60px;
}
.section_6 ul {
  width: 440px;
  float: left;
}
.section_6 ul:nth-child(2) {
  float: right;
}
.section_6 ul li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
}
.section_6 ul li a {
  color: #676767;
  font-size: 14px;
  display: block;
}
.section_6 ul li a span {
  color: #b4b4b4;
  font-size: 14px;
}
.section_6 ul li i {
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #d0d0d0;
  margin-top: -2px;
}
@media (max-width:1000px) {
  .section_6 {
    padding: 2rem;
  }
  .section_6 ul {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.section_6 .w_title_2 {
  margin-bottom: 15px;
}
.w_title_2 {
  border-bottom: 1px solid #2b99ee;
  padding-bottom: 15px;
}
.w_title_2 span {
  color: #0084eb;
  font-size: 24px;
}
.w_title_2 a {
  float: right;
  color: #b0b0b0;
  font-size: 14px;
  padding-top: 15px;
}
@media (max-width:750px) {
  .w_title_2 {
    padding-bottom: 0.5rem;
  }
  .w_title_2 span {
    font-size: 1.3rem;
  }
  .w_title_2 a {
    padding-top: 0.5rem;
  }
}
.w_title_white {
  color: #fff;
}
.contact_us {
  background: url(../images/yxl_02.jpg) no-repeat center center;
  overflow: hidden;
  position: relative;
  padding-bottom: 90px;
}
.contact_us .con_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 132, 235, 0.9);
}
.contact_us .cen {
  position: relative;
  z-index: 2;
}
.contact_us .contact_box {
  width: 490px;
  float: left;
}
.contact_us .contact_box input, .contact_us .contact_box textarea {
  border: 1px solid #fff;
  padding: 2px 5px;
  border-radius: 4px;
  width: 100%;
  background: none;
  display: block;
  margin-bottom: 10px;
  color: #fff;
}
.contact_us .contact_box input::-webkit-input-placeholder, .contact_us .contact_box textarea::-webkit-input-placeholder {
  color: #a6d5f9;
  font-size: 16px;
}
.contact_us .contact_box button {
  background: #f3fbff;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  color: #1040c4;
  border: none;
  margin-top: 20px;
  font-size: 16px;
}
.contact_us .contact_box input {
  height: 50px;
  line-height: 50px;
}
.contact_us .contact_box textarea {
  -webkit-appearance: none;
  height: 100px;
}
.contact_us iframe {
  float: right;
  width: 553px;
  height: 294px;
}
.contact_us .w_title_white {
  margin-bottom: 50px;
}
@media (max-width:1080px) {
  .contact_us {
    padding: 0 1rem;
  }
  .contact_us .contact_box {
    float: none;
    margin-bottom: 1rem;
  }
  .contact_us iframe {
    float: none;
  }
}
@media (max-width:750px) {
  .contact_us .contact_box, .contact_us iframe {
    width: 100%;
  }
  .contact_us .w_title_white {
    margin-bottom: 1rem;
  }
}
.contact_us .w_title i {
  border-color: rgba(255, 255, 255, 0.5) transparent transparent;
}
.footer {
  background: #f6f6f6;
  overflow: hidden;
  padding-top: 10px;
}
.footer .cen {
  margin: 20px auto;
}
@media (max-width:750px) {
  .footer .cen {
    margin: 1.5rem auto;
  }
}
.footer .footer_b .foot_7 {
  border-right: 1px solid #e5e5e5;
  float: left;
}
.footer .footer_b .foot_7 h4 {
  color: #0084eb;
  font-size: 20px;
  margin: 0;
  margin-bottom: 10px;
  white-space: nowrap;
}
.footer .footer_b .foot_7 p {
  margin-bottom: 3px;
}
.footer .footer_b .foot_7 p a {
  color: #999ea1;
  font-size: 14px;
}
.footer .footer_b .foot_7 li {
  float: left;
  margin-right: 52px;
}
.footer .footer_b .foot_5 {
  float: left;
  padding: 0 38px;
}
.footer .footer_b .foot_5 .code_bg {
  background: #fff;
  float: left;
  margin-right: 25px;
  margin-left: 20px;
  margin-top: 10px;
}
.footer .footer_b .foot_5 .code_bg img {
  max-width: 128px;
}
.footer .footer_b .foot_5 ul {
  float: left;
  margin-left: 24px;
}
.footer .footer_b .foot_5 ul li {
  margin-top: 10px;
}
.footer .footer_b .foot_5 ul li p {
  color: #0084eb;
  font-size: 18px;
}
@media (max-width:1080px) {
  .footer .footer_b {
    padding: 0 1rem;
  }
  .footer .footer_b .foot_7 {
    width: 100%;
    float: none;
    margin-bottom: 1rem;
    border-right: none;
  }
  .footer .footer_b .foot_7 li {
    width: 25%;
    margin-right: 0;
  }
  .footer .footer_b .foot_7:after {
    content: '';
    display: block;
    clear: both;
  }
  .footer .footer_b .foot_5 {
    float: none;
    padding: 0;
  }
  .footer .footer_b .foot_5:after {
    content: '';
    display: block;
    clear: both;
  }
}
@media (max-width:750px) {
  .footer .footer_b .foot_7 h4 {
    font-size: 1.5rem;
  }
  .footer .footer_b .foot_7 li {
    width: 50%;
  }
  .footer .footer_b .foot_5 ul {
    margin-left: 1rem;
  }
}
.foot_b {
  background: #f6f6f6;
  border-top: 1px solid #d9d9d9;
  padding: 16px 0;
}
.foot_b p {
  margin-bottom: 0;
  color: #bbb;
  font-size: 12px;
  text-align: center;
}
.foot_b p a {
  color: #bbb;
}
@media (max-width:750px) {
  .foot_b .cen {
    padding: 0 1rem;
  }
}
#particles2 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
}
.head_phone {
  float: right;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  padding: 8px 10px;
  margin-top: 10px;
  margin-left: 15px;
}
.head_phone .head_phone_icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.head_phone p {
  display: inline-block;
  color: #1040c4;
  font-size: 12px;
  vertical-align: middle;
  margin-bottom: 0;
}
.slipe_pag {
  bottom: 20px !important;
}
.slipe_pag .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.3);
  border: none;
  width: 12px;
  height: 12px;
}
.slipe_pag .swiper-pagination-bullet-active {
  background: white;
}
@media (max-width:750px) {
  .slipe_pag {
    bottom: 5px !important;
  }
}
.in_header {
  position: fixed;
}
.in_head_bg {
  background: #999;position: fixed;
}
.w_title2 {
  color: #eb6100;
  font-weight: bold;
}
.w_title2 h3 {
  color: #fff;
}
.w_title2 i {
  border-color: #87c5ff transparent transparent;
}
.our_do2 {
  background: #fdf9f6;
}
.cir_col1 {
  border: 3px solid #2c8fe4;
}
.cir_col2 {
  border: 3px solid #fcaf3e;
}
.cir_col3 {
  border: 3px solid #2bbfe4;
}
.cir_col4 {
  border: 3px solid #3dc4e5;
}
.cir_col5 {
  border: 3px solid #2b8fe4;
}
.cir_col6 {
  border: 3px solid #fcaf3e;
}
.our_box ul li {
  width: 33.3%;
}
.our_box ul li .our_li_b {
  border-radius: 50%;
  max-width: 230px;
  margin: 15px auto;
}
.our_box ul li .our_li_b p {
  color: #434343;
  font-size: 16px;
}
@media (max-width:750px) {
  .our_box ul li .our_li_b {
    margin: 0.5rem auto;
  }
}
.our_box ul li .our_li_b .our_li_pos .progressbar-text {
  width: 100%;
}
@media (max-width:750px) {
  .our_box ul li {
    width: 100%;
  }
}
.our_box .our_lists {
  margin: 40px auto 60px;
}
@media (max-width:750px) {
  .our_box .our_lists {
    margin: 2rem auto;
  }
}
.why_sel_2 {
  padding-bottom: 40px;
}
.why_sel_2 .sel_box ul:nth-child(2) {
  text-align: left;
}
.why_sel_2 .sel_box ul h3 {
  margin-top: 25px;
}
.why_sel_2 .sel_box ul h3 span {
  color: #bebebe;
  font-size: 48px;
}
.why_sel_2 .sel_box ul h3 em {
  font-size: 24px;
}
@media (max-width:750px) {
  .why_sel_2 .sel_box ul h3 span {
    font-size: 20px;
  }
  .why_sel_2 .sel_box ul h3 em {
    font-size: 1.1rem;
  }
}
.why_sel_2 .sel_box ul li {
  font-size: 16px;
  margin-bottom: 18px;
}
.why_sel_2 .sel_box ul li::before {
  background: #d4d4d4;
}
.why_sel_2 .sel_box ul a {
  color: #1db2cc;
  border: 1px solid #1db2cc;
}
.why_sel_2 .sel_box ul a:hover {
  background: #1db2cc;
  color: #fff;
}
.why_sel_3 {
  background: #eb6100;
  padding: 50px 0 35px;
}
.why_sel_3 .sel_box ul h3 {
  color: #fff;
}
.why_sel_3 .sel_box ul h3 span {
  color: #fff;
  font-size: 48px;
}
.why_sel_3 .sel_box ul h3 em {
  color: #fff;
  font-size: 24px;
}
.why_sel_3 .sel_box ul li {
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
}
.why_sel_3 .sel_box ul li::before {
  background: #fff;
}
.why_sel_3 .sel_box ul a {
  color: #fff;
  border: 1px solid #fff;
}
.why_sel_3 .sel_box ul a:hover {
  background: #fff;
  color: #eb6100;
}
@media (max-width:750px) {
  .why_sel_3 .sel_box ul {
    text-align: left;
  }
  .why_sel_3 .sel_box ul h3 span {
    font-size: 2rem;
  }
  .why_sel_3 .sel_box ul h3 em {
    font-size: 1rem;
  }
  .why_sel_3 .sel_box ul li {
    margin-bottom: 1rem;
  }
}
@media (max-width:750px) {
  .why_sel_3 {
    padding: 2rem 0;
  }
}
.intro_box {
  width: 50%;
  float: right;
}
.intro_box #slipe1 {
  padding-bottom: 30px;
}
@media (max-width:1000px) {
  .intro_box {
    width: 100%;
    margin-top: 2rem;
  }
}
.slipe_pag1 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.3);
  border: none;
}
.slipe_pag1 .swiper-pagination-bullet-active {
  background: #fff;
}
.why_sel_2_b {
  padding: 85px 0;
}
.why_sel_2_b .sel_box ul a {
  margin-right: 5px;
  color: #75bd38;
  border: 1px solid #75bd38;
}
.why_sel_2_b .sel_box ul a:hover {
  background: #75bd38;
  color: #fff;
}
@media (max-width:1000px) {
  .why_sel_2_b {
    padding: 2rem 0;
  }
}
.section_4_1 {
  background: #fdf9f6;
  overflow: hidden;
  padding: 70px 0;
}
.section_4_1 h3 {
  margin: 0 0 36px;
}
.section_4_1 h3 em, .section_4_1 h3 span {
  display: inline-block;
  vertical-align: middle;
}
.section_4_1 h3 em {
  font-size: 48px;
  color: #bdbdbd;
  padding-right: 18px;
}
.section_4_1 h3 span {
  color: #1f1f1f;
  font-size: 30px;
}
.section_4_1 .team_l li {
  width: 180px;
  float: left;
  margin-right: 10px;
}
.section_4_1 .team_l li span {
  background: #38bd9f;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: block;
  text-align: center;
  padding: 14px 0;
}
.section_4_1 .team_l li p {
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  background: #fff;
  color: #626262;
  font-size: 14px;
  margin-top: 10px;
  padding: 15px;
  line-height: 22px;
}
.section_4_1 .team_l li:hover span {
  background: #26ab8d;
}
.section_4_1 .team_r {
  position: relative;
  top: -50px;
}
@media (max-width:1000px) {
  .section_4_1 .cen {
    padding: 0 1rem;
  }
  .section_4_1 .team_l {
    width: 100%;
  }
  .section_4_1 .team_r {
    width: 100%;
    top: 0;
  }
}
@media (max-width:750px) {
  .section_4_1 {
    padding: 2rem 0;
  }
  .section_4_1 h3 {
    margin: 0 0 1rem;
  }
  .section_4_1 h3 em {
    font-size: 2rem;
    padding-right: 0.5rem;
  }
  .section_4_1 h3 span {
    font-size: 1rem;
  }
  .section_4_1 .team_l li {
    width: 100%;
    margin-right: 0;
  }
  .section_4_1 .team_l li span {
    font-size: 1rem;
  }
}
.sec_title {
  text-align: center;
}
.sec_title em, .sec_title span {
  display: inline-block;
  vertical-align: middle;
}
.sec_title span {
  font-size: 30px;
  color: #1f1f1f;
}
.sec_title em {
  font-size: 48px;
  color: #bebebe;
}
@media (max-width:750px) {
  .sec_title span {
    font-size: 1.2rem;
  }
  .sec_title em {
    font-size: 1.5rem;
  }
}
.section_5_1 {
  margin: 74px auto;
}
@media (max-width:750px) {
  .section_5_1 {
    margin: 2rem auto;
    padding: 0 1rem;
  }
}
.ways_box ul {
  border-bottom: 1px solid #e2e2e2;
  margin-top: 74px;
  position: relative;
}
@media (max-width:750px) {
  .ways_box ul {
    margin-top: 2rem;
  }
}
.ways_box li {
  width: 12.5%;
  float: left;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.ways_box li span {
  background: url(../images/bor.png) no-repeat center center;
  display: block;
  text-align: center;
  width: 100%;
  width: 100%;
  height: 100px;
  line-height: 100px;
}
.ways_box li span img:nth-child(2) {
  display: none;
}
.ways_box li p {
  color: #4d4d4d;
  font-size: 16px;
  margin: 15px auto 20px;
}
.ways_box li .cur_line {
  width: 100%;
  height: 2px;
  background: #eb6100;
  margin: 0 auto;
  opacity: 0;
}
.ways_box li .cur_line i {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #eb6100;
}
@media (max-width:1000px) {
  .ways_box li {
    width: 25%;
    margin-bottom: 1rem;
  }
}
@media (max-width:750px) {
  .ways_box li {
    width: 50%;
  }
}
.ways_box .current span {
  background: url(../images/bor2.png) no-repeat center center;
}
.ways_box .current span img:nth-child(1) {
  display: none;
}
.ways_box .current span img:nth-child(2) {
  display: inline-block;
}
.ways_box .current p {
  color: #eb6100;
}
.ways_box .current .cur_line {
  opacity: 1;
}
.ways_con_b {
  margin-top: 20px;
  display: none;
}
.ways_con_b .ways_con_b_l {
  width: 40%;
  float: left;
}
.ways_con_b .ways_con_b_r {
  width: 60%;
  float: right;
  position: relative;
}
.ways_con_b .ways_con_b_r h3 {
  color: #eb6100;
  font-size: 24px;
  font-weight: bold;
  margin: 60px auto 23px;
}
.ways_con_b .ways_con_b_r p {
  color: #6e6e6e;
  font-size: 16px;
  line-height: 32px;
}
.ways_con_b .ways_con_b_r a {
  font-size: 14px;
  border: 1px solid #eb6100;
  border-radius: 4px;
  display: inline-block;
  padding: 9px 15px;
  color: #eb6100;
  margin-top: 20px;
}
.ways_con_b .ways_con_b_r a:hover {
  background: #eb6100;
  color: #fff;
}
.ways_con_b:after {
  content: '';
  display: block;
  clear: both;
}
@media (max-width:750px) {
  .ways_con_b .ways_con_b_l {
    width: 35%;
  }
  .ways_con_b .ways_con_b_r {
    width: 65%;
    padding-left: 0.2rem;
  }
  .ways_con_b .ways_con_b_r h3 {
    margin: 1rem auto;
  }
  .ways_con_b .ways_con_b_r p {
    line-height: 24px;
    font-size: 0.9rem;
  }
  .ways_con_b .ways_con_b_r a {
    margin-top: 1rem;
  }
}
.section_6_1 {
  background: #fdf9f6;
  overflow: hidden;
  padding-top: 30px;
}
.section_6_1 .section_6_1_l {
  width: 544px;
  position: relative;
}
.section_6_1 .section_6_1_r {
  max-width: 514px;
}
@media (max-width:750px) {
  .section_6_1 {
    padding: 2rem 1rem 0;
  }
  .section_6_1 .section_6_1_l {
    width: 100%;
  }
  .section_6_1 .section_6_1_r {
    width: 100%;
  }
}
#scroll_top {
  height: 333px;
}
#scroll_top .swiper-slide a span {
  display: inline-block;
  width: 144px;
}
#scroll_top .swiper-slide a span img {
  display: inline-block;
}
#scroll_top .swiper-slide a p {
  display: inline-block;
  margin-bottom: 0;
  color: #313131;
  font-size: 16px;
}
#scroll_top .swiper-slide a p font {
  color: #eb6100;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width:750px) {
  #scroll_top .swiper-slide a span {
    width: auto;
  }
  #scroll_top .swiper-slide a p {
    font-size: 0.7rem;
  }
  #scroll_top .swiper-slide a p font {
    font-size: 0.8rem;
  }
}
.section_6_b {
  background: #fff;
}
.section_6_b .w_title_2 {
  border-bottom: 1px solid #eb6100;
}
.section_6_b .w_title_2 span {
  color: #eb6100;
}
.section_7_b {
  background: #ff5d00;
  padding: 40px 0 30px;
}
@media (max-width:750px) {
  .section_7_b {
    padding: 2rem 0;
  }
}
.section_7_b ul li {
  width: 25%;
  float: left;
  text-align: center;
}
.section_7_b ul li h3 {
  color: #fff;
  font-size: 50px;
  margin: 0;
}
.section_7_b ul li p {
  font-size: 24px;
  color: #fff;
  margin: 0;
}
@media (max-width:1000px) {
  .section_7_b ul li {
    width: 50%;
    margin-top: 10px;
  }
}
@media (max-width:750px) {
  .section_7_b ul li h3 {
    font-size: 1.5rem;
  }
  .section_7_b ul li p {
    font-size: 1rem;
  }
}
.w_title3 {
  color: #fff;
}
.w_title3 p {
  color: #666;
  font-size: 16px;
  font-weight: normal;
  margin-top: 15px;
}
.section_8_b .company_b {
  margin: 50px 0 30px;
}
.section_8_b .company_b li {
  width: 100px;
  height: 100px;
  border: 1px dashed #959595;
  text-align: center;
  float: left;
  position: relative;
  margin-right: 20px;
  cursor: pointer;
}
.section_8_b .company_b li .company_b_img {
  width: 100%;
}
.section_8_b .company_b li img:nth-child(2) {
  display: none;
}
.section_8_b .company_b li p {
  font-size: 16px;
  margin: 5px 0 0;
}
.section_8_b .company_b li:nth-last-child(1) {
  margin-right: 0;
}
.section_8_b .company_b .current {
  border: 1px dashed #eb6100;
}
.section_8_b .company_b .current p {
  color: #eb6100;
}
.section_8_b .company_b .current img:nth-child(1) {
  display: none;
}
.section_8_b .company_b .current img:nth-child(2) {
  display: inline-block;
}
@media (max-width:750px) {
  .section_8_b .company_b {
    text-align: center;
    margin: 2rem auto 1.2rem;
  }
  .section_8_b .company_b li {
    margin-bottom: 10px;
    margin-right: 8px;
    float: none;
    display: inline-block;
  }
}
.section_8_b .company_lists {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 60px;
  display: none;
}
@media (max-width:750px) {
  .section_8_b .company_lists {
    margin-bottom: 2rem;
  }
}
.section_8_b .company_lists a {
  margin-bottom: 15px;
}
.dis_line {
  display: inline-block;
  vertical-align: middle;
}
.contact_us1 {
  background: url(../images/con_bg.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 30px;
}
.w_title_white2 {
  color: #fff;
}
.w_title_white2 i {
  margin-top: 10px;
}
.contact_inf {
  float: left;
  color: #fff;
  margin-left: 90px;
}
.contact_inf h3 {
  margin: 0;
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: bold;
}
.contact_inf p {
  margin-bottom: 5px;
  font-size: 14px;
}
.contact_inf .contact_inf_b {
  margin-bottom: 30px;
}
@media (max-width:750px) {
  .contact_inf {
    margin-left: 0;
  }
}
.yx_btns .w_btn {
  margin: 0 5px;
}
.com_ms {
  background: #eef3f8;
  overflow: hidden;
  box-shadow: 0 0 10px #e0ebf9 inset;
  padding-bottom: 10px;
}
.com_ms ul {
  margin-left: -18px;
  margin-right: -18px;
}
.com_ms ul li {
  width: 240px;
  background: #fff;
  position: relative;
  float: left;
  margin: 0 18px;
  text-align: center;
  box-shadow: 0 5px 10px #c6d9f7;
  border-radius: 4px;
  cursor: pointer;
  z-index: 20;
}
.com_ms ul li .com_icon {
  position: absolute;
  z-index: 2;
  text-align: center;
  top: -40px;
  width: 100%;
}
.com_ms ul li .com_icon img {
  display: inline-block;
}
.com_ms ul li h3 {
  color: #1040c4;
  font-size: 36px;
  font-weight: bold;
  margin: 48px auto 14px;
}
.com_ms ul li p {
  width: 60px;
  height: 1px;
  background: #1040c4;
  display: block;
  margin: 0 auto;
  position: relative;
}
.com_ms ul li p i {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  background: #1040c4;
  margin-top: -3px;
  margin-left: -3px;
}
.com_ms ul li h4 {
  color: #474747;
  font-size: 14px;
  margin: 10px auto 24px;
  text-transform: uppercase;
}
.com_ms ul li h5 {
  color: #000;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 50px;
}
.com_ms ul li:hover {
  background: #1040c4;
}
.com_ms ul li:hover h3, .com_ms ul li:hover h4, .com_ms ul li:hover h5 {
  color: #fff;
}
.com_ms ul li:hover p {
  background: #fff;
}
.com_ms ul li:hover p i {
  background: #fff;
}
@media (max-width:750px) {
  .com_ms ul {
    margin: 0;
    padding: 0 5px;
  }
  .com_ms ul li {
    width: 48%;
    margin: 0 1%;
    margin-bottom: 50px;
  }
  .com_ms ul li h3 {
    font-size: 26px;
    margin-top: 30px;
  }
  .com_ms ul li h5 {
    font-size: 16px;
  }
}
.com_ms .w_title {
  padding: 10px 0;
}
.contact_us {
  overflow: hidden;
  position: relative;
  padding-bottom: 90px;
}
.contact_us .con_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 132, 235, 0.9);
}
.contact_us .cen {
  position: relative;
  z-index: 2;
}
.contact_us .contact_box {
  width: 490px;
  float: left;
}
.contact_us .contact_box input, .contact_us .contact_box textarea {
  border: 1px solid #fff;
  padding: 2px 5px;
  border-radius: 4px;
  width: 100%;
  background: none;
  display: block;
  margin-bottom: 18px;
  color: #fff;
}
.contact_us .contact_box input::-webkit-input-placeholder, .contact_us .contact_box textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
}
.contact_us .contact_box button {
  background: #fff;
  width: 100%;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 4px;
  color: #1040c4;
  border: none;
  margin-top: 20px;
  font-size: 16px;
}
.contact_us .contact_box input {
  height: 80px;
  line-height: 80px;
}
.contact_us .contact_box textarea {
  -webkit-appearance: none;
  height: 160px;
}
@media (max-width:750px) {
  .contact_us .contact_box button {
    height: 60px;
    line-height: 60px;
  }
}
.contact_us iframe {
  float: right;
  width: 553px;
  height: 294px;
}
.contact_us .w_title_white {
  margin-bottom: 50px;
}
@media (max-width:1080px) {
  .contact_us {
    padding: 0 1rem;
  }
  .contact_us .contact_box {
    float: none;
    margin-bottom: 1rem;
  }
  .contact_us iframe {
    float: none;
  }
}
@media (max-width:750px) {
  .contact_us .contact_box, .contact_us iframe {
    width: 100%;
  }
  .contact_us .w_title_white {
    margin-bottom: 1rem;
  }
}
.p_em em {
  padding-left: 42px;
  display: block;
}
.con_dis {
  margin-right: 90px;
}
.yx_b ul {
  padding: 35px 0 80px;
}
.yx_b li {
  width: 25%;
  float: left;
  text-align: center;
  transition: all .3s;
  cursor: pointer;
}
.yx_b li:hover {
  transform: scale(1.1, 1.1);
}
.yx_b .yx_icon {
  height: 140px;
  line-height: 140px;
}
.yx_b .yx_icon img {
  vertical-align: middle;
  display: inline-block;
}
.yx_b p {
  color: #333;
  font-size: 18px;
}
@media (max-width:750px) {
  .yx_b ul {
    margin: 15px auto 30px;
    padding-bottom: 30px;
    padding-top: 10px;
  }
  .yx_b ul li {
    width: 50%;
  }
  .yx_b ul li .yx_icon {
    line-height: 120px;
    height: 120px;
  }
  .yx_b ul li .yx_icon img {
    width: 50%;
  }
  .yx_b p {
    font-size: 16px;
  }
}
.company_need {

  overflow: hidden;
  padding-bottom: 77px;
}
.company_need ul {
  margin-top: 35px;
}
.company_need ul li {
  width: 25%;
  float: left;
}
.company_need ul li .need_b {
  width: 220px;
  margin: 0 auto;
  background: #fff;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  transition: all .3s;
}
.company_need ul li .need_b:hover {
  box-shadow: 0 0 30px rgba(1, 15, 55, 0.3);
}
.company_need ul li .need_icon {
  height: 160px;
  line-height: 160px;
  text-align: center;
}
.company_need ul li .need_icon img {
  vertical-align: middle;
}
.company_need ul li i {
  width: 52px;
  height: 2px;
  background: #0188cc;
  display: block;
  margin: 0 auto;
}
.company_need ul li p {
  color: #333;
  font-size: 18px;
  margin: 30px auto;
  font-weight: bold;
}
@media (max-width:750px) {
  .company_need ul li {
    width: 50%;
  }
  .company_need ul li .need_b {
    width: 100%;
  }
  .company_need ul li .need_icon {
    height: 120px;
    line-height: 120px;
  }
  .company_need ul li p {
    font-size: 16px;
    margin: 15px auto;
  }
}
.analytical {
  overflow: hidden;
  background: url(../images/jx_bg.jpg) no-repeat center center;
  background-size: cover;
  padding-bottom: 50px;
}
.ana_tab {
  margin-top: 40px;
}
.ana_tab ul {
  width: 240px;
}
.ana_tab ul li {
  width: 100%;
  height: 90px;
  line-height: 90px;
  background: #1e70af;
  border-left: 5px solid #1e70af;
  cursor: pointer;
}
.ana_tab ul li span {
  color: #fff;
  font-size: 18px;
}
.ana_tab ul .ani_icon {
  line-height: 90px;
  width: 88px;
  text-align: center;
  float: left;
}
.ana_tab ul .ani_icon .ani_img1 {
  display: inline-block;
  vertical-align: middle;
}
.ana_tab ul .ani_icon .ani_img2 {
  display: none;
}
.ana_tab ul .current {
  background: #fff;
  border-left: 5px solid #b3c3ed;
}
.ana_tab ul .current .ani_icon .ani_img2 {
  display: inline-block;
  vertical-align: middle;
}
.ana_tab ul .current .ani_icon .ani_img1 {
  display: none;
}
.ana_tab ul .current span {
  color: #08559d;
}
.ana_tab .ana_content {
  width: 787px;
}
.ana_tab .ana_content .ana_txt {
  max-width: 310px;
}
.ana_tab .ana_content .ana_txt h3 {
  color: #fff;
  font-size: 24px;
  margin: 130px auto 20px;
}
.ana_tab .ana_content .ana_txt p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}
.ana_tab .ana_content .ana_img {
  padding-top: 40px;
}
.ana_tab .ana_content .ana_content_b {
  display: none;
}
.ana_tab .ana_content .ana_current {
  display: block;
}
@media (max-width:750px) {
  .ana_tab {
    margin-top: 20px;
  }
  .ana_tab ul {
    width: 96%;
    margin: 0 auto;
    float: none;
  }
  .ana_tab ul li {
    width: 50%;
    float: left;
    line-height: 70px;
    height: 70px;
  }
  .ana_tab ul li .ani_icon {
    width: 60px;
    line-height: 70px;
  }
  .ana_tab ul li .ani_icon img {
    width: 40%;
  }
  .ana_tab ul li span {
    font-size: 16px;
  }
  .ana_tab .ana_content {
    width: 96%;
    margin: 0 auto;
    float: none;
    height: 550px;
  }
  .ana_tab .ana_content .ana_txt h3 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.our_adv {
  width: 100%;
  overflow: hidden;
}
.our_adv ul {
  position: relative;
  text-align: center;
}
.our_adv ul .bor_line {
  position: absolute;
  z-index: 2;
  border-radius: 10px;
  height: 65px;
  width: 290px;
  cursor: pointer;
  transition: all .3s;
}
.our_adv ul .bor_line:hover {
  border: 1px dashed #0a71cc;
}
.our_adv ul .bor_1 {
  left: 103px;
  top: 40px;
}
.our_adv ul .bor_2 {
  right: 102px;
  top: 22px;
}
.our_adv ul .bor_3 {
  left: 34px;
  top: 252px;
  height: 70px;
}
.our_adv ul .bor_4 {
  right: 62px;
  top: 219px;
  height: 70px;
}
.our_adv ul .bor_5 {
  bottom: 120px;
  left: 105px;
  height: 70px;
}
.our_adv ul .bor_6 {
  bottom: 127px;
  right: 73px;
  height: 70px;
}
.comp_b {
  background: url(../images/com.png) no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.comp_b ul {
  padding: 40px 0 110px;
  margin-left: -50px;
  margin-right: -50px;
}
.comp_b ul li {
  width: 25%;
  text-align: center;
  color: #fff;
  float: left;
}
.comp_b ul .com_li_txt {
  margin: 0 50px;
}
.comp_b ul .com_li_txt h3 {
  font-size: 18px;
  margin-bottom: 20px;
}
.comp_b ul .com_li_txt p {
  font-size: 14px;
  line-height: 26px;
}
@media (max-width:750px) {
  .comp_b ul {
    padding: 20px 0 30px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .comp_b ul li {
    width: 50%;
  }
  .comp_b ul .com_li_txt {
    margin: 0 10px;
  }
}
.w_title3 h3 {
  color: #fff;
}
.w_title3 i {
  border-color: #fff transparent transparent;
}
.cus_list {
  background: #f9faff;
  overflow: hidden;
}
@media (max-width:750px) {
  .cus_list {
    padding: 0 10px;
  }
}
.cus_list ul {
  padding-bottom: 78px;
  padding-top: 30px;
}
.cus_list ul li {
  width: 16.6%;
  text-align: center;
  float: left;
}
.cus_list ul li a {
  max-width: 166px;
  display: block;
  margin: 7px auto;
  height: 74px;
  line-height: 74px;
  transition: all .3s;
}
.cus_list ul li a:hover {
  transform: scale(1.05, 1.05);
}
.cus_list ul li a img {
  vertical-align: middle;
  display: inline-block;
}
@media (max-width:750px) {
  .cus_list ul {
    padding-bottom: 30px;
    padding-top: 10px;
  }
  .cus_list ul li {
    width: 33.3%;
    padding: 0 5px;
  }
  .cus_list ul li a {
    height: 44px;
    line-height: 44px;
  }
}
.sel_language {
  position: relative;
  height: 30px;
  background: none;
  margin-left: 10px;
  float: right;
}
@media (max-width:750px) {
  .sel_language {
    margin-right: 10px;
  }
}
.sel_language .sel_a {
  color: #fff;
  padding-top: 16px;
}
.sel_language .sel_a a em {
  color: #fff;
  padding-top: 2px;
}
.learn_more {
  background: #fff;
  display: inline-block;
  border-radius: 4px;
  color: #0088cb;
  font-size: 14px;
  padding: 6px 10px;
}
.swip_txt {
  width: 100%;
  position: absolute;
  left: 0;
  text-align: center;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  color: #fff;
}
.swip_txt h3 {
  color: #fff;
  font-size: 48px;
}
.swip_txt h3 em {
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
}
.swip_txt p {
  color: #fff;
  font-size: 24px;
  margin: 20px 0;
}
.swip_txt p i {
  width: 126px;
  height: 1px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
}
.swip_txt p font {
  display: inline-block;
  vertical-align: middle;
  padding: 0 50px;
}
.lear_href {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 4px;
  font-size: 18px;
  color: #fff;
  padding: 10px 25px;
  cursor: pointer;
}
@media(max-width:750px) {
  .swip_txt h3 {
    font-size: 16px;
    margin-bottom: 2px;
    margin-top: 26px;
  }
  .swip_txt h3 em {
    font-size: 14px;
  }
  .swip_txt p {
    font-size: 14px;
    margin: 2px 0;
  }
  .lear_href {
    font-size: 13px;
    padding: 2px 10px;
  }
  .swip_txt p font {
    padding: 0 10px;
  }
  .swip_txt p i {
    width: 10px;
  }
}

.head_phone_order{background:#337ab7;color:#fff;border-radius: 20px;margin-top: 12px;}
.head_phone_order a{color:#fff;}

#marod-wrapper {overflow-x: hidden;position: relative;}
#marod-page{position: relative;}
.ma-full{ width:100%; padding:5em 0;}
.ma-full-box{ width:100%; max-width:1200px; margin:0 auto;}
.ma-full-inner{ width:100%; float:left;}
.marod-conbox {width: 100%;float: left;}
.ma-column-3 {width: 33.3333%;}
.ma-column-3 a.probox {color: #1f2233;}
.ma-column-box{ position:relative; width:100%; float:left; background:#fff; padding:25px; box-sizing:border-box; transition:all 0.25s; border-radius:5px; box-shadow:0 5px 15px rgba(0,0,0,.05);}
.ma-column-box:hover{ box-shadow:0 10px 15px rgba(0,0,0,.08);}
.ma-column-inner{ width:100%; float:left; box-sizing:border-box; transition:all 0.25s;}
.ma-column-imgtext{ width:100%; float:left; background:#fff; transition:all 0.25s; border-radius:5px; box-shadow:0 5px 15px rgba(0,0,0,.05);}
.ma-column-imgtext:hover{ box-shadow:0 10px 15px rgba(0,0,0,.08);}
.ma-column-img-box{ width:100%; height:240px; float:left; border-radius:5px 5px 0 0;}
.ma-column-img-box i{ width:100%; height:240px; float:left;}
.ma-column-text-box{ width:100%; float:left; padding:25px; box-sizing:border-box;}
.ma-column-box-none{ width:100%; float:left; box-sizing:border-box;}
.my10 {margin-top: 10px;margin-bottom: 10px;}
.marod-conbox-tt {width: 100%;float: left;}
.marod-pro-icon{ width:60px; float:left; margin-right:10px;}
.marod-pro-icon span{ position:relative; width:100%; float:left; text-align:left;}
.marod-pro-icon span i{ position:absolute; line-height:60px; font-size:46px !important; color:#f05050; transition:all 0.25s;}

.marod-pro-icon span i.sty1, .marod-pro-icon span i.sty2{ left:10px;}
.marod-pro-icon span i.sty2{ opacity:0;}
.marod-conbox-tt:hover .marod-pro-icon span i.sty1{ opacity:0;}
.marod-conbox-tt:hover .marod-pro-icon span i.sty2{ opacity:1;}
.marod-pro-info{ width:calc(100% - 70px); float:right;}
.marod-pro-info span{ width:100%; float:left; font-size:13px; line-height:1.8;}
.marod-pro-info span.ltt{ font-size:24px; margin-bottom:5px; font-weight:300;}
.marod-pro-info a{ color:#1f2233; text-decoration:none !important;}
.marod-pro-info a:hover{ color:#f05050;}
.marod-bg-gray{background: #f9faff !important;}
.ma-column-1, .ma-column-2, .ma-column-3, .ma-column-4, .ma-column-5, .ma-column-6, .ma-column-7, .ma-column-8{float: left;padding: 15px;box-sizing: border-box;}
.ma-con-text span.ltt {font-size: 32px;line-height: 1.4;text-align: center;}
.ma-column-4 {width: 25%;}
.ma-con-text span.ltt, .ma-con-text span.mtt, .ma-con-text span.stt, .ma-con-text span.xtt {color: #1f2233;margin-bottom: 15px;font-weight: 300;}
.ma-con-text {width: 100%;float: left;}
.ma-con-text span {width: 100%;float: left;text-align: left;font-size: 15px;color: #505869;line-height: 1.8;}
.ma-con-text span.mtt {font-size: 22px;line-height: 1.4;font-weight: lighter;}
.ma-con-text span.xtt {font-size: 13px;line-height: 1.8;font-weight: normal;color: #666a6f;}
.m_text img{display: block;margin:0 auto;}
.ma-text-center{text-align: center;}
.ma-text-center span{text-align: center !important;}
.mb15 {margin-bottom: 15px !important;}
.btn-lg {padding: 12px 30px !important;font-size: 20px;min-width: 160px;}

.btn-red {background: #0088cb;color: #ffffff !important;border-radius: 30px;}
.mb30 {margin-bottom: 30px !important;}
.yx_b_col{background: #f9faff ;overflow: hidden;}
.full_bg_c{background: #f9faff;}
.full_bg_b{border-bottom: 10px solid #f9faff;}

@media(max-width:750px){
  .ma-column-3{
    width: 100%;
  }
  .ma-con-text span.ltt{
    font-size: 20px;
  }
  .ma-column-4{width: 50%;}
}
.mb80 {margin-bottom: 80px !important;}
.marod-imgtext-box {position: relative;width: 100%;float: left;}

.marod-imgbox-left{ width:510px; float:left; box-sizing:border-box; padding:15px;}
.marod-imgbox-right{ width:510px; float:right; box-sizing:border-box; padding:15px;}
.marod-imgbox-left span, .marod-imgbox-right span{ width:100%; float:left;}
.marod-text-left{ position:absolute; float:left; width:calc(100% - 550px); height:100%; left:0;}
.marod-text-right{ position:absolute; float:left; width:calc(100% - 550px); height:100%; right:0;}
.marod-textbox{ width:100%; height:100%; display:table; vertical-align:middle; box-sizing:border-box; padding:15px;}
.marod-textinner{ width:100%; height:100%; display:table-cell; vertical-align:middle;}

.marod-imgtheme-left{ width:calc(100% - 530px); float:left; box-sizing:border-box; padding:15px;}
.marod-imgtheme-right{ width:calc(100% - 530px); float:right; box-sizing:border-box; padding:15px;}
.marod-imgtheme-left span, .marod-imgtheme-right span{ width:100%; float:left;}
.marod-txtheme-left{ position:absolute; float:left; width:480px; height:100%; left:0;}
.marod-txtheme-right{ position:absolute; float:left; width:480px; height:100%; right:0;}

@media(max-width:750px){
  .ma-full-inner {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .marod-imgbox-left, .marod-imgbox-right {
      width: 100%;
      float: left;
      box-sizing: border-box;
  }
  .marod-text-left, .marod-text-right {
    width: 100%;
    position: inherit;
  }
}

.bgcolor-gray {
    background: #faf9ff;
}

.w100 {
    width: 100% !important;
    float: left;
}

/*# sourceMappingURL=style.css.map */