* {
  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 {
  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; }

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%; } }
@media (max-width: 750px) {
  .cen {
    box-sizing: border-box;
    padding: 0 15px; } }
.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: 10000; }
  header:hover {
    background: rgba(255, 255, 255, 0.8); }
    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 14px;
      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: 0px;
    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 60px;
      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: 35px auto; }
  @media (max-width: 1400px) {
    .w_title {
      font-size: 2rem; } }
  @media (max-width: 750px) {
    .w_title {
      font-size: 1.5rem;
      margin: 1rem auto; } }

.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; }

.section_5 {
  background: #f3fbff;
  overflow: hidden; }

#slide1 {
  padding-bottom: 50px; }
  #slide1 .swiper-slide a {
    border: 1px solid #e8e8e8;
    display: block;
    width: 25%;
    float: left;
    text-align: center; }

.w_title_black {
  color: #1f1f1f; }

.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: 18px;
      color: #fff; }
      .contact_us .contact_box input::-webkit-input-placeholder, .contact_us .contact_box textarea::-webkit-input-placeholder {
        color: #fff;
        font-size: 16px; }
    .contact_us .contact_box button {
      background: #fff;
      width: 100%;
      height: 80px;
      line-height: 80px;
      text-align: center;
      border-radius: 4px;
      color: #479cfe;
      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; } }

.footer {
  background: #f6f6f6;
  overflow: hidden; }
  .footer .cen {
    margin: 30px auto 25px; }
    @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; }
      .footer .footer_b .foot_5 .code_bg img {
        max-width: 160px; }
    .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: 5px 10px;
  margin-top: 13px;
  margin-left: 12px; }
  .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 {
    border: 1px solid #fff;
    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: #479cfe; }

.w_title2 {
  color: #eb6100;
  font-weight: bold; }
  .w_title2 i {
    width: 56px;
    height: 2px;
    background: #cecece;
    display: block;
    margin: 15px auto; }
    @media (max-width: 750px) {
      .w_title2 i {
        margin: 0.5rem auto; } }

.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; }

.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; }

.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; } }

.contact_us1 {
  background: url(../images/conbg.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 30px; }

.w_title_white2 {
  color: #fff; }
  .w_title_white2 i {
    margin-top: 10px; }
  .w_title_white2 .con_p {
    font-weight: normal;
    font-size: 18px; }

.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; } }

#custome_scroll {
  padding-bottom: 110px; }
  @media (max-width: 750px) {
    #custome_scroll {
      padding-bottom: 2rem; } }

.swip_cus {
  bottom: 40px !important; }
  .swip_cus span {
    width: 10px;
    height: 10px; }
  @media (max-width: 750px) {
    .swip_cus {
      bottom: 1rem !important; } }

.down_pic {
  text-align: center;
  margin: 10px auto 20px; }

.down_person img {
  width: 100%;
  display: block; }

.bus_sec1 .bus_title3 {
  width: 560px;
  margin: 0 auto; }
  .bus_sec1 .bus_title3 img {
    width: 562px; }

.y_title {
  text-align: center;
  margin: 60px auto 20px; }
  .y_title h3 {
    font-size: 40px;
    color: #fff;
    margin: 0 0 60px; }
  .y_title p {
    font-size: 14px;
    color: #fff;
    margin-top: 15px; }
  .y_title i {
    background: #fff;
    width: 30px;
    height: 6px;
    display: block;
    margin: 0 auto; }
  @media (max-width: 750px) {
    .y_title {
      margin: 20px auto 15px; }
      .y_title h3 {
        font-size: 24px; }
      .y_title i {
        height: 4px; } }

.dis_line {
  display: inline-block;
  vertical-align: middle; }

.com_y {
  text-align: center;
  margin-top: 50px; }
  @media (max-width: 750px) {
    .com_y {
      margin-top: 20px; } }

.y_title1 h3 {
  color: #479cfe; }

.bind_b_l {
  width: 50%; }
  @media (max-width: 750px) {
    .bind_b_l {
      width: 100%;
      margin: 15px auto; } }

.bind_con2 {
  max-width: 490px; }

.bind_b_l2 {
  text-align: center; }

.contact_us1 .y_title2 {
  margin: 20px auto 50px; }

@media (max-width: 750px) {
  .head_cen {
    padding: 0; } }
.clear {
  clear: both; }

.title {
  color: #000;
  font-size: 36px;
  margin: 65px auto 20px;
  text-align: center; }
  @media (max-width: 750px) {
    .title {
      font-size: 20px;
      margin: 30px auto 15px; } }

.o2o_plat {
  text-align: center; }
  .o2o_plat span {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    background: url(../images/plat_bg.jpg) repeat;
    border-radius: 35px;
    height: 70px;
    line-height: 70px;
    padding: 0 90px;
    font-size: 36px; }
	 .o2o_plat span a{color: #fff;}
    @media (max-width: 750px) {
      .o2o_plat span {
        font-size: 20px;
        line-height: 50px;
        height: 50px;
        padding: 0 30px; } }
  .o2o_plat ul {
    margin: 50px auto; }
    .o2o_plat ul li {
      width: 530px;
      background: #e9ebf2;
      border-radius: 20px;
      padding: 45px 0;
      transition: all .3s; }
      .o2o_plat ul li .o2o_icon {
        width: 146px;
        text-align: center; }
        .o2o_plat ul li .o2o_icon img {
          vertical-align: middle; }
      .o2o_plat ul li .o2o_content {
        width: 320px;
        text-align: left; }
        .o2o_plat ul li .o2o_content h3 {
          color: #1040c4;
          font-size: 30px;
          font-weight: bold;
          margin: 0 0 15px; }
        .o2o_plat ul li .o2o_content p {
          color: #333;
          font-size: 30px; }
      .o2o_plat ul li:hover {
        transform: scale(1.05, 1.05); }
    @media (max-width: 750px) {
      .o2o_plat ul {
        margin: 30px auto; }
        .o2o_plat ul li {
          width: 100%;
          margin-bottom: 15px;
          padding: 15px 0;
          border-radius: 10px; }
          .o2o_plat ul li .o2o_icon {
            width: 100px; }
          .o2o_plat ul li .o2o_content {
            width: auto; }
            .o2o_plat ul li .o2o_content h3 {
              font-size: 20px;
              margin-top: 10px; }
            .o2o_plat ul li .o2o_content p {
              font-size: 20px; } }

.pro_plat {
  background: url(../images/plat2.jpg) repeat;
  overflow: hidden;
  padding-bottom: 50px; }
  @media (max-width: 750px) {
    .pro_plat {
      padding-bottom: 20px; } }
  .pro_plat ul {
    margin-left: -10px;
    margin-right: -10px; }
    .pro_plat ul li {
      width: 25%;
      float: left;
      margin-bottom: 50px; }
      .pro_plat ul li .pro_li {
        margin: 0 10px; }
      .pro_plat ul li .pro_img {
        box-shadow: 0 5px 5px rgba(6, 0, 1, 0.1);
        border: 1px solid #ddd;
        border-radius: 10px;
        overflow: hidden;
        text-align: center;
        line-height: 200px;
        height: 200px;
        background: #fff; }
        .pro_plat ul li .pro_img img {
          max-height: 100%;
          vertical-align: middle;
          transition: all .3s; }
        .pro_plat ul li .pro_img:hover img {
          transform: scale(1.1, 1.1); }
      .pro_plat ul li h3 {
        text-align: center;
        color: #474747;
        font-size: 18px;
        font-weight: bold;
        margin: 14px auto; }
      .pro_plat ul li .pro_report .pro_icon {
        margin-bottom: 8px; }
        .pro_plat ul li .pro_report .pro_icon img, .pro_plat ul li .pro_report .pro_icon em {
          display: inline-block;
          vertical-align: top; }
        .pro_plat ul li .pro_report .pro_icon em {
          width: 210px;
          color: #868686;
          font-size: 12px;
          margin-left: 6px; }
      .pro_plat ul li .m_report {
        text-align: center; }
        .pro_plat ul li .m_report a {
          display: inline-block;
          vertical-align: middle;
          color: #fff;
          font-size: 12px;
          background: #1040c4;
          height: 28px;
          line-height: 28px;
          padding: 0 16px; }
    @media (max-width: 750px) {
      .pro_plat ul li {
        width: 50%; }
        .pro_plat ul li .pro_img {
          height: 150px;
          line-height: 150px; }
          .pro_plat ul li .pro_img img {
            width: 50%; }
        .pro_plat ul li .pro_report .pro_icon {
          position: relative; }
          .pro_plat ul li .pro_report .pro_icon img {
            position: absolute;
            left: 0;
            top: 0; }
          .pro_plat ul li .pro_report .pro_icon em {
            width: 100%;
            padding-left: 20px; } }

.pro_tab {
  max-width: 760px;
  margin: 0 auto 34px; }
  .pro_tab a {
    display: inline-block;
    color: #333;
    font-size: 16px;
    margin: 0 17px;
    padding: 8px 3px;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    margin-bottom: 10px; }
    .pro_tab a:hover {
      color: #1040c4;
      border-bottom: 2px solid #1040c4; }
  .pro_tab .current {
    color: #1040c4;
    border-bottom: 2px solid #1040c4; }

#gallery {
  margin: 40px auto 80px;
  height: 389px;
  overflow: hidden;
  z-index: 1; }

.container_image {
  margin: 0 auto;
  position: relative;
  width: 100%; }

.roundabout-holder {
  width: 900px;
  height: 389px;
  margin: 0 auto; }

.roundabout-moveable-item {
  width: 550px;
  height: 389px;
  cursor: pointer; }

.roundabout-moveable-item img {
  width: 100%; }

@media (max-width: 750px) {
  .Joint_b {
    padding: 0 10px; }

  #gallery {
    margin: 30px auto;
    height: 200px; }

  .roundabout-holder {
    width: 100%;
    height: 200px; }

  .roundabout-moveable-item {
    width: 200px;
    height: 150px; } }
.mark_b {
  background: url(../images/sl.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  padding-bottom: 80px; }
  @media (max-width: 750px) {
    .mark_b {
      padding-bottom: 30px; } }
  .mark_b ul {
    margin-left: -14px;
    margin-right: -14px;
    margin-top: 50px; }
    @media (max-width: 750px) {
      .mark_b ul {
        margin-left: -5px;
        margin-right: -5px;
        margin-top: 20px; } }
  .mark_b li {
    width: 33.3%;
    float: left; }
    .mark_b li .mark_li_b {
      border-radius: 4px;
      background: #fff;
      margin: 10px 14px;
      padding: 30px 0;
      text-align: center;
      transition: all .3s; }
      .mark_b li .mark_li_b:hover {
        background: linear-gradient(to top, #1141c4, #5a82f2); }
        .mark_b li .mark_li_b:hover p {
          color: #fff; }
        .mark_b li .mark_li_b:hover .mark_icon {
          background: #fff; }
        .mark_b li .mark_li_b:hover .qw1_1 {
          display: inline-block; }
        .mark_b li .mark_li_b:hover .qw1 {
          display: none; }
    .mark_b li .qw1_1 {
      display: none; }
    .mark_b li p {
      height: 48px;
      line-height: 24px;
      margin-top: 8px; }
    @media (max-width: 750px) {
      .mark_b li {
        width: 50%; }
        .mark_b li .mark_li_b {
          padding: 15px 0;
          margin: 5px; } }
  .mark_b .title {
    color: #fff; }

.mark_icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: linear-gradient(to top, #1040c4, #5a82f2);
  border-radius: 50%;
  margin: 0 auto; }

.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; }
  .section_6 .w_title_2 span {
    background: #1040c4;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    text-align: center;
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    padding: 0 25px; }
    .section_6 .w_title_2 span i {
      position: absolute;
      width: 6px;
      height: 6px;
      top: 16px;
      background: #fff;
      border-radius: 50%;
      z-index: 2; }
    .section_6 .w_title_2 span .i1 {
      left: 10px; }
    .section_6 .w_title_2 span .i2 {
      right: 10px; }

.p_em em {
  display: inline-block;
  vertical-align: top; }

       .in_header .cen {width: 1200px;}
.header .nav_r li a {padding: 20px 8px;}
.head_phone .head_phone_icon {margin-left: 4px;margin-right: 4px;}
.head_phone {padding: 5px 6px;margin-left: 116px;margin-right: 4px;}
.sel_language {position: relative;width: 160px;height: 30px;background: none}
.sel_a {position: absolute;top: 12px;width: 100%;height: 30px;line-height: 30px;overflow: hidden;}
.sel_a a {color: #fff;font-size: 14px;display: block;text-indent: 5px;float: left;}
.sel_language:hover .sel_a {height: 60px;}
.sel_a img {display: inline-block;vertical-align: middle;}
.sel_a em {padding-top: 2px;display: inline-block;vertical-align: middle;}
header:hover .sel_a em {
  color: #333;
}
@media(max-width:750px) {
  .in_header .cen {
    width: 100%;
  }
}

.sel_a:hover a{text-decoration: none;}
#starsIF{margin-top:-250px;}
/*# sourceMappingURL=style.css.map */
