*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.css_icon.menu_icon {
  cursor: pointer; }
  .css_icon.menu_icon::after {
    display: block;
    content: '';
    height: 6px;
    width: 25px;
    border-top: 3px solid #2e2321;
    border-bottom: 3px solid #2e2321; }
  .css_icon.menu_icon::before {
    display: block;
    content: '';
    height: 6px;
    width: 25px;
    border-top: 3px solid #2e2321; }

.btn {
  font-size: 18px;
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 7px;
  text-decoration: none;
  color: #fff;
  border-radius: 3px;
  background-image: linear-gradient(to right, #ff7000, #ff9539);
  border: 0; }
  .btn:active {
    -webkit-box-shadow: 5px 5px 5px #ff7000 inset;
    -moz-box-shadow: 5px 5px 5px #ff7000 inset;
    box-shadow: 5px 5px 5px #ff7000 inset; }
  .btn_1 {
    font-size: 18px;
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 7px;
    text-decoration: none;
    color: #fff;
    border-radius: 3px;
    background-image: linear-gradient(to right, #ff7000, #ff9539);
    border: 0; }
    .btn_1:active {
      -webkit-box-shadow: 5px 5px 5px #ff7000 inset;
      -moz-box-shadow: 5px 5px 5px #ff7000 inset;
      box-shadow: 5px 5px 5px #ff7000 inset; }

.sp-icon.icon_company {
  background-image: url(icon.png);
  background-position: 0px 0px;
  width: 19px;
  height: 20px; }

.sp-icon.icon_english {
  background-image: url(icon.png);
  background-position: -19px 0px;
  width: 19px;
  height: 18px; }

.sp-icon.icon_english_mobile {
  background-image: url(icon.png);
  background-position: 0px -20px;
  width: 19px;
  height: 18px; }

.sp-icon.icon_page_top {
  background-image: url(icon.png);
  background-position: -38px 0px;
  width: 22px;
  height: 13px; }

.banner {
  height: 500px;
  position: relative;
  color: #EE8E43; }
  .about .banner {
    background: url("../images/about/about_banner.jpg") center center no-repeat;
    background-size: cover; }
  .job .banner {
    background: url("../images/job/job_banner.jpg") center center no-repeat;
    background-size: cover; }
  .privacy .banner {
    background: url("../images/privacy/privacy_banner.jpg") center center no-repeat;
    background-size: cover; }
  .professional .banner {
    background: url("../images/professional/professional_banner.jpg") center center no-repeat;
    background-size: cover; }
  .service .banner {
    background: url("../images/service/service_banner.jpg") center center no-repeat;
    background-size: cover; }
  .banner > h3 {
    position: absolute;
    padding: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 40px;
    background-color: rgba(255, 255, 255, 0.6); }
  .banner > p {
    position: absolute;
    bottom: -41px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 36px; }

.banner_block {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .banner_block .banner_item {
    max-height: 900px; }
    .banner_block .banner_item img {
      vertical-align: bottom; }
      .banner_block .banner_item img.moving {
        animation: zoom_animation 13s linear; }
  .banner_block .banner_txt {
    position: absolute;
    bottom: 3px;
    z-index: 1001;
    width: 100%; }
    .banner_block .banner_txt > div {
      text-align: center; }
    .banner_block .banner_txt h2 {
      font-size: 34px;
      color: #f48833;
      line-height: 1.5; }
  .banner_block .banner_txt_m {
    color: #EE8E43;
    position: absolute;
    bottom: -106px;
    text-align: center;
    width: 100%; }
    .banner_block .banner_txt_m .txt_t {
      font-size: 40px;
      padding: 0 0 20px 0; }
    .banner_block .banner_txt_m .txt_b {
      font-size: 36px; }

@keyframes zoom_animation {
  0% {
    transform: scale(1.2);
    -webkit-transform: scale(1.2); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@-webkit-keyframes zoom_animation {
  0% {
    transform: scale(1.2);
    -webkit-transform: scale(1.2); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

header {
  position: fixed;
  z-index: 1002;
  top: 0;
  width: 100%; }
  header .top-bar {
    display: block;
    height: 35px;
    padding: 5px 10px;
    background: #e67221; }
    header .top-bar .right {
      float: right;
      margin-right: 50px; }
    header .top-bar a {
      font-size: 14px;
      vertical-align: middle;
      text-decoration: none;
      color: #fff; }
  header nav {
    height: 65px;
    background: rgba(255, 255, 255, 0.85); }
    header nav .left {
      margin-left: 50px; }
      header nav .left .logo {
        display: block;
        padding: 10px 0; }
        header nav .left .logo img {
          height: 45px; }
    header nav .right {
      margin-right: 10px; }
      header nav .right ul {
        display: block;
        height: 65px; }
        header nav .right ul li {
          display: block;
          float: left;
          height: 65px;
          line-height: 65px;
          margin-right: 40px; }
          header nav .right ul li a {
            display: block;
            font-size: 16px;
            font-weight: bold;
            color: #45403f;
            text-decoration: none;
            position: relative; }
            header nav .right ul li a:hover {
              color: #e67221;
              /*&:after {
                                position: absolute;
                                bottom: -20px;
                                left: 26.5px;
            
                                width: 0;
                                height: 0;
            
                                content: '';
            
                                border-width: 20px 20px 0 20px;
                                border-style: solid;
                                border-color: rgba(255, 255, 255, .9) transparent transparent transparent;
                            }*/ }

footer {
  position: relative;
  z-index: 500;
  padding-top: 20px;
  text-align: center;
  background: #e77822; }
  footer .line {
    width: 100%;
    height: 1px;
    border-top: 1px solid #f6944c; }
  footer .menu {
    font-size: 0;
    overflow: hidden;
    width: 960px;
    margin: 0 auto;
    padding: 40px 0 20px; }
    footer .menu .item {
      display: inline-block;
      box-sizing: border-box;
      width: 25%;
      padding: 0 10px;
      vertical-align: top; }
      footer .menu .item h5 {
        font-size: 18px;
        font-weight: bold;
        padding-bottom: 20px;
        color: #f5f5f5; }
        footer .menu .item h5 a {
          font-size: 18px;
          font-weight: bold;
          text-decoration: none;
          color: #f5f5f5; }
      footer .menu .item ul li {
        padding-bottom: 20px;
        text-align: center; }
        footer .menu .item ul li a {
          font-size: 14px;
          font-weight: lighter;
          text-decoration: none;
          color: #fff; }
  footer .copyright {
    font-size: 16px;
    font-weight: lighter;
    line-height: 100px;
    height: 100px;
    text-align: center;
    color: #fff; }
  footer .page_top {
    position: absolute;
    top: -20px;
    width: 100%;
    height: 60px;
    text-align: center; }
    footer .page_top .icon_page_top {
      display: inline-block;
      width: 45px;
      height: 29px;
      vertical-align: middle;
      background: url("../images/global/ico-page-top.png") no-repeat center; }
    footer .page_top .txt {
      font-family: 'Microsoft YaHei', serif;
      font-size: 18px;
      margin-top: 15px;
      color: #fff; }

section {
  margin: 100px auto 50px;
  width: 960px;
  line-height: 1.5; }
  section .intro {
    width: 1140px;
    margin: 0 auto;
    font-size: 20px;
    color: #F1853B;
    text-align: left;
    margin-bottom: 50px; }
    section .intro div {
      display: block;
      font-size: 16px;
      color: #5B5B5B; }
  section .line {
    margin: 34px 0;
    height: 2px;
    background-image: linear-gradient(90deg, rgba(250, 250, 250, 0.52) 11%, #898989 49%, rgba(243, 243, 243, 0.42) 86%); }
  section .item {
    padding: 0 0 40px 0; }
    section .item h4 {
      color: #FB8A00;
      font-size: 18px;
      font-weight: 600;
      line-height: 36px; }
    section .item p {
      color: #949898;
      font-size: 16px;
      line-height: 25px; }
    section .item ul {
      margin-top: 10px; }
      section .item ul li {
        list-style: disc;
        color: #949898;
        line-height: 25px;
        margin-left: 20px;
        padding-left: 0;
        font-size: 14px; }
  section ul.tab {
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    width: 960px;
    margin: 0 auto; }
    section ul.tab li {
      flex: 1;
      margin: 0 5px; }
      section ul.tab li a {
        font-size: 24px;
        color: #fff;
        text-decoration: none;
        display: block;
        background-color: #959595;
        padding: 7px; }
        section ul.tab li a:hover, section ul.tab li a.active {
          background-image: linear-gradient(to left, #ff7e34, #ffa665); }
  section h3 {
    color: #333;
    font-size: 36px;
    text-align: center;
    margin: 50px auto;
    box-sizing: border-box; }
    section h3:before {
      content: '';
      display: block;
      width: 130px;
      height: 2px;
      background: #ff7e34;
      margin: 0 auto 10px; }

section,
article {
  width: 100%; }
  section h2,
  article h2 {
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: .6px;
    color: #ee8e43; }
    @media screen and (max-width: 1200px) {
      section h2,
      article h2 {
        display: none; } }
  section div.desc,
  article div.desc {
    line-height: 1.5;
    width: 628px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    color: #949898; }
    @media screen and (max-width: 1200px) {
      section div.desc,
      article div.desc {
        display: none; } }

section.index_section {
  position: relative;
  z-index: 300;
  margin: 30px auto 50px; }
  section.index_section article.news_block {
    font-size: 0;
    position: relative;
    z-index: 200;
    top: -55px;
    width: 70%;
    height: 145px;
    margin: 0 15%;
    padding: 25px 25px 0 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #fff; }
    section.index_section article.news_block .news_title {
      font-size: 24px;
      display: inline-block;
      width: 25%;
      padding-top: 10px;
      text-align: center;
      vertical-align: top;
      color: #99161c; }
    section.index_section article.news_block .news_content {
      font-size: 14px;
      display: inline-block;
      width: 75%;
      height: 175px;
      vertical-align: top; }
      section.index_section article.news_block .news_content p {
        line-height: 43.75px;
        position: relative;
        overflow: hidden;
        height: 43.75px;
        border-left: 2px solid #979797; }
        section.index_section article.news_block .news_content p:hover {
          border-left: 2px solid #45403f; }
          section.index_section article.news_block .news_content p:hover a {
            color: #4c4948; }
            section.index_section article.news_block .news_content p:hover a .news_classification {
              visibility: visible; }
            section.index_section article.news_block .news_content p:hover a .news_txt {
              border-bottom: 1px solid #99161c; }
            section.index_section article.news_block .news_content p:hover a:after {
              position: absolute;
              right: 0;
              display: inline-block;
              width: 30px;
              height: 15px;
              margin-top: 14.375px;
              content: '';
              vertical-align: middle;
              background: url("../images/global/s_more.png"); }
        section.index_section article.news_block .news_content p a {
          padding-left: 5%;
          text-decoration: none;
          color: #979797; }
          section.index_section article.news_block .news_content p a .news_date {
            padding: 0 5%; }
          section.index_section article.news_block .news_content p a .news_classification {
            line-height: 18px;
            display: inline-block;
            visibility: hidden;
            width: 70px;
            height: 18px;
            margin-right: 3%;
            text-align: center;
            color: #fff;
            border-radius: 3px;
            background: #99161c; }
    section.index_section article.news_block .news_block_shadow {
      position: absolute;
      z-index: 100;
      top: 0;
      width: 70%;
      height: 90px;
      margin: 0 15%;
      padding: 25px 25px 0 25px;
      -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2); }
  section.index_section article.about_block {
    position: relative; }
    section.index_section article.about_block img.about_bg {
      width: 100%; }
    section.index_section article.about_block .block {
      color: #e58646;
      background: rgba(255, 255, 255, 0.6); }
      section.index_section article.about_block .block a {
        color: inherit; }
      section.index_section article.about_block .block:hover {
        transition: .2s;
        color: #fff;
        background: rgba(231, 120, 34, 0.6); }
        section.index_section article.about_block .block:hover a {
          color: inherit; }
      section.index_section article.about_block .block.b1 {
        position: absolute;
        top: 0;
        left: 0;
        width: 33%;
        height: 50%; }
      section.index_section article.about_block .block.b2 {
        position: absolute;
        top: 50%;
        left: 33%;
        width: 33%;
        height: 50%; }
      section.index_section article.about_block .block.b3 {
        position: absolute;
        top: 0;
        right: 0;
        width: 33%;
        height: 50%; }
      section.index_section article.about_block .block > div {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 50%;
        height: 30%;
        margin: auto;
        text-align: center; }
        section.index_section article.about_block .block > div p {
          font-size: 24px;
          line-height: 1.5; }
        section.index_section article.about_block .block > div a {
          font-size: 24px;
          display: block;
          margin-top: 30px;
          text-decoration: underline; }
    section.index_section article.about_block .about_content {
      position: absolute;
      top: 0;
      right: 0;
      width: 46%;
      height: 100%; }
      section.index_section article.about_block .about_content > div {
        height: 33.33333%; }
        section.index_section article.about_block .about_content > div:nth-child(2) {
          text-align: right; }
      section.index_section article.about_block .about_content .about_item {
        display: inline-block;
        width: 50%;
        height: 100%;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        background: rgba(255, 255, 255, 0.65); }
        section.index_section article.about_block .about_content .about_item p {
          font-size: 1.3rem;
          text-align: center;
          color: #a53237; }
          section.index_section article.about_block .about_content .about_item p:first-child {
            margin: 20% 0 2% 0; }
        section.index_section article.about_block .about_content .about_item:hover {
          transition: .2s;
          background: rgba(151, 21, 27, 0.9); }
          section.index_section article.about_block .about_content .about_item:hover p {
            color: #fff; }
          section.index_section article.about_block .about_content .about_item:hover .more {
            width: 39px;
            height: 39px;
            margin: 8% 0 0 0;
            background: url("../images/global/s_play.png"); }
        section.index_section article.about_block .about_content .about_item .more {
          display: inline-block;
          width: 30px;
          height: 15px;
          margin: 10% 0 0 0;
          background: url("../images/global/s_more.png"); }
  section.index_section article.service_block .bg_item img {
    width: 100%;
    vertical-align: bottom; }
  section.index_section article.service_block .service_title {
    font-size: 40px;
    position: absolute;
    z-index: 2;
    top: 3%;
    right: 3%;
    color: #99161c; }
  section.index_section article.service_block .service_content {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    width: 46%;
    margin: 6% 0;
    padding: 2%;
    text-align: right;
    background: rgba(255, 255, 255, 0.65); }
    section.index_section article.service_block .service_content .service_c_title {
      font-size: 30px;
      margin-bottom: 1%;
      color: #99161c; }
    section.index_section article.service_block .service_content .service_c_txt {
      font-size: 14px;
      font-weight: 600;
      line-height: initial;
      margin-bottom: 1%;
      color: #4c4948; }
    section.index_section article.service_block .service_content .more {
      display: inline-block;
      width: 39px;
      height: 39px;
      background: url("../images/global/s_more.png") no-repeat center; }
      section.index_section article.service_block .service_content .more:hover {
        width: 39px;
        height: 39px;
        background: url("../images/global/s_play_r.png"); }
    section.index_section article.service_block .service_content .service_list ul {
      position: absolute;
      bottom: 3%;
      left: 0;
      width: 100%;
      text-align: center; }
      section.index_section article.service_block .service_content .service_list ul li {
        font-size: 14px;
        display: inline-block;
        box-sizing: border-box;
        width: 10%;
        padding: 0 1%;
        cursor: pointer;
        text-align: center; }
        section.index_section article.service_block .service_content .service_list ul li.cur p {
          color: #99161c; }
        section.index_section article.service_block .service_content .service_list ul li.cur i {
          color: #99161c; }
        section.index_section article.service_block .service_content .service_list ul li i {
          color: #fff; }
        section.index_section article.service_block .service_content .service_list ul li p {
          margin-top: 5px;
          color: #fff; }
        section.index_section article.service_block .service_content .service_list ul li img {
          width: 70%; }
    section.index_section article.service_block .service_content .mobile_service_list {
      display: none; }
    section.index_section article.service_block .service_content .mobile_service_txt {
      display: none; }
  section.index_section article.option_section {
    overflow: hidden; }
    section.index_section article.option_section .option_wrapper {
      position: relative;
      color: white; }
      section.index_section article.option_section .option_wrapper .option_block {
        font-size: 20px;
        position: relative;
        display: inline-block;
        float: left;
        width: 33.3333%;
        height: 462px;
        text-align: center;
        vertical-align: middle;
        background: black; }
        section.index_section article.option_section .option_wrapper .option_block .option_title {
          position: relative;
          margin: 170px 0 10px 0;
          color: #fff; }
          section.index_section article.option_section .option_wrapper .option_block .option_title .blod {
            font-weight: bold; }
        section.index_section article.option_section .option_wrapper .option_block .option_title_cht {
          position: relative;
          margin: 15px 0 55px 0;
          color: #fff; }
        section.index_section article.option_section .option_wrapper .option_block .option_button {
          font-size: 18px;
          position: relative;
          display: inline-block;
          vertical-align: middle;
          text-decoration: none;
          color: #fff; }
          section.index_section article.option_section .option_wrapper .option_block .option_button_img {
            position: relative;
            display: none;
            width: 39px;
            height: 39px;
            content: ' ';
            vertical-align: middle;
            background: url("../images/global/s_play.png"); }
          section.index_section article.option_section .option_wrapper .option_block .option_button::after {
            position: absolute;
            right: 0;
            bottom: -5px;
            left: 0;
            width: 100%;
            height: 2px;
            margin: 0 auto;
            content: ' ';
            transition: .5s;
            background-color: white; }
        section.index_section article.option_section .option_wrapper .option_block .option_image {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0; }
          section.index_section article.option_section .option_wrapper .option_block .option_image.first {
            background: url("../images/global/option1.jpg") center center; }
          section.index_section article.option_section .option_wrapper .option_block .option_image.second {
            background: url("../images/global/option2.jpg") center center; }
          section.index_section article.option_section .option_wrapper .option_block .option_image.third {
            background: url("../images/global/option3.jpg") center center; }
        section.index_section article.option_section .option_wrapper .option_block .mask {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 100%;
          margin: auto;
          transition: .2s;
          opacity: .3; }
        section.index_section article.option_section .option_wrapper .option_block .submask {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          width: 62%;
          height: 226px;
          margin: auto;
          cursor: pointer;
          opacity: 0;
          background-color: #ff7000; }
        section.index_section article.option_section .option_wrapper .option_block .content_block {
          width: 62%;
          margin: auto;
          word-wrap: break-word; }
        section.index_section article.option_section .option_wrapper .option_block:hover .option_image {
          filter: blur(3px); }
        section.index_section article.option_section .option_wrapper .option_block:hover .mask {
          transition: .2s;
          opacity: 1; }
        section.index_section article.option_section .option_wrapper .option_block:hover .submask {
          transition: .2s;
          opacity: .9; }
        section.index_section article.option_section .option_wrapper .option_block:hover .option_button {
          display: none; }
          section.index_section article.option_section .option_wrapper .option_block:hover .option_button_img {
            display: inline-block; }
  section.index_section article.contact_us_section .map {
    position: relative;
    height: 500px; }
    section.index_section article.contact_us_section .map .black-mask {
      position: absolute;
      z-index: 100;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5); }
    section.index_section article.contact_us_section .map .phoney {
      color: #fff; }
      section.index_section article.contact_us_section .map .phoney h5 {
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 16px; }
      section.index_section article.contact_us_section .map .phoney p {
        font-size: 14px;
        line-height: 1.7; }
      section.index_section article.contact_us_section .map .phoney a {
        color: #fca235; }

section.about_section {
  margin: 150px auto 50px; }
  section.about_section p {
    width: 890px;
    margin: 0 auto;
    font-size: 16px;
    color: #949898;
    padding: 10px 0 30px 0;
    line-height: 25px;
    font-weight: 500; }
  section.about_section ul.pussy {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 1040px;
    margin: 0 auto; }
    section.about_section ul.pussy li {
      flex: 1;
      align-items: stretch;
      justify-content: space-between;
      align-content: center;
      box-sizing: border-box;
      margin-left: 5px;
      color: #adadad;
      text-align: center;
      padding: 20px 0;
      line-height: 1.5; }
      section.about_section ul.pussy li.icon_1 i {
        background: url("../images/about/icons/icon_1.png") center center no-repeat;
        background-size: cover;
        display: block;
        width: 100px;
        height: 100px;
        margin: 0 auto; }
      section.about_section ul.pussy li.icon_2 i {
        background: url("../images/about/icons/icon_2.png") center center no-repeat;
        background-size: cover;
        display: block;
        width: 100px;
        height: 100px;
        margin: 0 auto; }
      section.about_section ul.pussy li.icon_3 i {
        background: url("../images/about/icons/icon_3.png") center center no-repeat;
        background-size: cover;
        display: block;
        width: 100px;
        height: 100px;
        margin: 0 auto; }
      section.about_section ul.pussy li.icon_4 i {
        background: url("../images/about/icons/icon_4.png") center center no-repeat;
        background-size: cover;
        display: block;
        width: 100px;
        height: 100px;
        margin: 0 auto; }
      section.about_section ul.pussy li.icon_5 i {
        background: url("../images/about/icons/icon_5.png") center center no-repeat;
        background-size: cover;
        display: block;
        width: 100px;
        height: 100px;
        margin: 0 auto; }
      section.about_section ul.pussy li.icon_6 i {
        background: url("../images/about/icons/icon_6.png") center center no-repeat;
        background-size: cover;
        display: block;
        width: 100px;
        height: 100px;
        margin: 0 auto; }
      section.about_section ul.pussy li.icon_7 i {
        background: url("../images/about/icons/icon_7.png") center center no-repeat;
        background-size: cover;
        display: block;
        width: 100px;
        height: 100px;
        margin: 0 auto; }
  section.about_section .item {
    width: 900px;
    margin: 0 auto;
    background: #f6f6f6;
    padding: 30px;
    font-size: 0;
    box-sizing: border-box;
    min-height: 280px; }
    section.about_section .item .cow {
      width: 50%;
      float: left; }
      section.about_section .item .cow img {
        margin-right: 30px; }
    section.about_section .item:nth-child(even) .cow {
      float: right; }
      section.about_section .item:nth-child(even) .cow img {
        margin-left: 30px; }
    section.about_section .item .cowboy {
      width: 50%;
      float: right; }
      section.about_section .item .cowboy h4 {
        color: #ff7e34;
        font-size: 20px;
        padding: 0 0 10px 0; }
      section.about_section .item .cowboy p {
        color: #949898;
        font-size: 14px;
        width: 400px;
        margin: 0; }
    section.about_section .item:nth-child(even) .cowboy {
      float: left; }
  section.about_section .item_right .s_50 {
    padding: 0; }
  section.about_section .s_title {
    color: #454545;
    font-size: 36px;
    text-align: center;
    overflow: hidden;
    padding: 0 0 30px 0; }
    section.about_section .s_title:before {
      content: '';
      display: block;
      width: 120px;
      height: 2px;
      background: #ff7e34;
      margin: 100px auto 20px auto; }

section.privacy_section .line_s {
  width: 64px;
  height: 1px;
  background: #4c4948;
  margin: 100px auto 0 auto; }

section.privacy_section .line {
  width: 100%;
  height: 1px;
  background: #7d7d7d; }

section.privacy_section h3 {
  color: #4c4948;
  font-size: 24px;
  padding: 40px 0 60px 0;
  text-align: center;
  font-weight: 500;
  line-height: 30px; }

section.privacy_section .item {
  padding: 0 0 40px 0; }
  section.privacy_section .item h4 {
    color: #99161c;
    font-size: 18px;
    font-weight: 600;
    line-height: 36px; }
  section.privacy_section .item p {
    color: #4c4948;
    font-size: 16px;
    line-height: 25px; }
  section.privacy_section .item ul li {
    list-style: disc;
    color: #4c4948;
    font-size: 16px;
    line-height: 25px;
    margin-left: 60px;
    padding-left: 30px; }

section.privacy_section .inner {
  padding: 50px 0 100px 0; }

body.service section .item h4, body.service section .item p, body.service section .item li {
  text-align: left; }

section.professional_section {
  width: 960px; }
  section.professional_section #pro_3 {
    margin-right: 25px; }
  section.professional_section .item_left, section.professional_section .item_right {
    clear: both;
    margin-bottom: 50px;
    overflow: hidden; }
    section.professional_section .item_left img, section.professional_section .item_right img {
      float: right; }
    section.professional_section .item_left .num, section.professional_section .item_right .num {
      color: #ffe9eb;
      font-size: 90px;
      display: inline-block;
      vertical-align: top;
      display: none; }
    section.professional_section .item_left#pro_4, section.professional_section .item_right#pro_4 {
      margin: initial; }
    section.professional_section .item_left .item_content, section.professional_section .item_right .item_content {
      width: 400px;
      display: inline-block;
      float: right;
      margin-right: 90px;
      line-height: 379px; }
      section.professional_section .item_left .item_content .item_content_wrapper, section.professional_section .item_right .item_content .item_content_wrapper {
        display: inline-block;
        vertical-align: middle;
        line-height: initial; }
      section.professional_section .item_left .item_content h4, section.professional_section .item_right .item_content h4 {
        color: #ff7e34;
        font-size: 20px;
        vertical-align: top;
        margin: 10px 0 10px 0; }
      section.professional_section .item_left .item_content p, section.professional_section .item_right .item_content p {
        color: #a5a5a5;
        font-size: 15px;
        vertical-align: top;
        line-height: 22px;
        letter-spacing: 0.28px;
        margin: 15px 0; }
  section.professional_section .item_left img {
    float: left; }
  section.professional_section .item_left .item_content {
    float: left;
    margin: 0 0 30px 110px;
    width: 430px; }
  section.professional_section .item_table {
    margin: 0 0 15px 0; }
    section.professional_section .item_table h4 {
      height: 65px;
      line-height: 65px;
      color: #99161c;
      font-size: 20px;
      border: 2px solid #f8f8f8;
      font-weight: 400; }
      section.professional_section .item_table h4 span {
        padding: 0 0 0 40px; }
    section.professional_section .item_table .item_content {
      background: #f8f8f8;
      padding: 25px 35px; }
      section.professional_section .item_table .item_content h3 {
        text-align: center;
        color: #99161c;
        font-size: 18px;
        font-weight: 400;
        padding: 0 0 25px 0; }
      section.professional_section .item_table .item_content ul li {
        background: #fcfdfe;
        height: 52px;
        line-height: 52px;
        text-align: center;
        color: #4c4948;
        font-size: 16px;
        margin: 0 0 25px 0;
        position: relative; }
        section.professional_section .item_table .item_content ul li:last-child {
          margin: 0; }
          section.professional_section .item_table .item_content ul li:last-child:after {
            display: none; }
        section.professional_section .item_table .item_content ul li:after {
          content: '';
          display: inline-block;
          background: #eaeaea;
          width: 4px;
          height: 25px;
          bottom: -25px;
          position: absolute;
          left: 50%; }
      section.professional_section .item_table .item_content p {
        padding: 0 0 40px 0;
        color: #4c4948;
        font-size: 14px;
        line-height: 20px; }
        section.professional_section .item_table .item_content p:last-child {
          padding: 0; }
  section.professional_section .txt_p {
    font-size: 17px;
    color: #949898;
    letter-spacing: 0.28px;
    text-align: left;
    line-height: 25px;
    margin: 20px auto; }

body.job {
  position: relative; }
  body.job section table {
    width: 100%; }
    body.job section table tr:hover {
      background-color: #f8f8f8; }
    body.job section table th, body.job section table td {
      font-size: 16px;
      text-align: center;
      color: #4b4948; }
    body.job section table th {
      padding: 10px 0;
      text-align: center;
      border-right: 10px solid #fff;
      background-color: #bfc0c0; }
    body.job section table td {
      line-height: 1.5em;
      padding: 15px 0; }
      body.job section table td a {
        color: #E77822; }
  body.job .popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1001; }
    body.job .popup .mask {
      position: fixed;
      width: 100%;
      height: 100%;
      z-index: 1002;
      background-color: rgba(0, 0, 0, 0.8); }
    body.job .popup .window {
      position: relative;
      top: 30vh;
      left: 0;
      right: 0;
      bottom: 0;
      background: #f6f6f6;
      width: 36vw;
      height: fit-content;
      color: #111111;
      font-size: 16px;
      text-align: center;
      margin: 0 auto;
      padding: 0;
      z-index: 1005;
      border-radius: 5px; }
      body.job .popup .window .header {
        background-image: linear-gradient(to right, #ff7000, #ff9539);
        padding: 10px;
        border-radius: 5px 5px 0 0; }
        body.job .popup .window .header a {
          display: inline-block;
          float: right;
          font-family: Arial, sans-serif;
          color: #fff;
          text-decoration: none; }
        body.job .popup .window .header .title {
          font-weight: bold;
          color: #fff;
          text-align: center; }
      body.job .popup .window .content {
        font-size: .9em;
        line-height: 25px;
        padding: 30px 50px;
        color: #666464;
        text-align: left;
        max-height: 400px;
        overflow-y: scroll; }
        body.job .popup .window .content a {
          color: #E77822; }
      body.job .popup .window a.btn {
        margin: 10px auto 20px;
        display: none;
        padding: 10px;
        text-align: center;
        width: 90%; }

.sp-icon {
  display: inline-block;
  vertical-align: middle; }

body {
  min-width: 320px; }

* {
  font-family: "Microsoft YaHei", "serif"; }

.w_center {
  text-align: center; }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

.inner {
  width: 1140px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 0 50px 0; }
