.banner {
  margin-top: 70px;
  height: 500px;
  width: 100%;
  background: url("../img/index/banner_bg_logo.png") no-repeat;
  min-width: 1200px;
}
.banner .banner_content {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 45px;
}
.banner .banner_content .banner_l {
  margin-top: 36px;
}
.banner .banner_content .banner_l .banner_l_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 40px;
  color: #1c2028;
  margin-bottom: 24px;
}
.banner .banner_content .banner_l .banner_l_title img {
  margin-right: 14px;
}
.banner .banner_content .banner_l .banner_l_des {
  font-size: 18px;
  color: #6c7280;
  line-height: 32px;
  margin-bottom: 60px;
}
.banner .banner_content .banner_l .banner_l_info {
  margin-top: 28px;
  color: #488fc4;
  line-height: 24px;
  font-size: 0;
}
.banner .banner_content .banner_l .banner_l_info span {
  display: inline-block;
  font-size: 14px;
}
.banner .banner_content .banner_l .banner_l_info span:first-child {
  width: 157px;
  margin-right: 30px;
}
.banner .banner_content .banner_r {
  width: 612px;
  height: 398px;
}
.free_download {
  width: 196px;
  height: 56px;
  background: #2c7df1;
  -webkit-box-shadow: 0px 6px 20px 1px rgba(44, 125, 241, 0.3);
          box-shadow: 0px 6px 20px 1px rgba(44, 125, 241, 0.3);
  border-radius: 28px 28px 28px 28px;
  font-size: 20px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.free_download img {
  margin-right: 12px;
}
.free_download:hover {
  background: #429bfd;
}
.free_download:active {
  background: #0c6afc;
}
.translate_introduce {
  padding-top: 70px;
  text-align: center;
  min-width: 1200px;
}
.translate_introduce h2 {
  font-weight: bold;
  font-size: 32px;
  color: #1d2737;
}
.translate_introduce .title_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
.translate_introduce .title_tab li {
  margin-right: 95px;
  position: relative;
  font-size: 16px;
  color: #727d8f;
  cursor: pointer;
}
.translate_introduce .title_tab li:last-child {
  margin-right: 0;
}
.translate_introduce .title_tab li:hover {
  color: #2c7df1;
}
.translate_introduce .title_tab li.active {
  font-weight: bold;
  color: #2c7df1;
}
.translate_introduce .title_tab li.active::after {
  content: "";
  display: block;
  width: 150px;
  height: 40px;
  border-radius: 29px 29px 29px 29px;
  border: 1px solid #2c7df1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.translate_introduce .translate_introduce_main {
  margin-top: 43px;
  width: 100%;
  margin: 0 auto;
}
.translate_introduce .translate_introduce_main .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  padding: 0 10px;
}
.translate_introduce .translate_introduce_main .item .item_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}
.translate_introduce .translate_introduce_main .item .item_l {
  margin-top: 109px;
  text-align: left;
}
.translate_introduce .translate_introduce_main .item .item_l h3 {
  font-weight: bold;
  font-size: 24px;
  color: #1c2028;
}
.translate_introduce .translate_introduce_main .item .item_l h3 span {
  color: #2c7df1;
}
.translate_introduce .translate_introduce_main .item .item_l p {
  width: 422px;
  font-size: 18px;
  color: #6c7280;
  line-height: 32px;
  margin: 24px 0 70px;
}
.translate_introduce .translate_introduce_main .item .item_l .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.translate_introduce .translate_introduce_main .item .item_l .btn .scan_translate_result {
  width: 196px;
  height: 56px;
  line-height: 50px;
  font-size: 20px;
  color: #2c7df1;
  background: #ffffff;
  border-radius: 28px 28px 28px 28px;
  border: 1px solid #2c7df1;
  margin-left: 16px;
}
.translate_introduce .translate_introduce_main .item .item_l .btn .scan_translate_result:hover {
  background: #2c7df1;
  color: #ffffff;
}
.translate_introduce .translate_introduce_main .item .item_l .btn .scan_translate_result:active {
  background: #0c6afc;
  color: #ffffff;
}
@media screen and (max-width: 1240px) {
  .translate_introduce .translate_introduce_main {
    width: auto;
  }
  .translate_introduce .translate_introduce_main .item {
    padding: 0;
  }
}
@media screen and (max-width: 1200px) {
  .translate_introduce .translate_introduce_main {
    width: 1200px;
  }
}
.file_translate_diaolog {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 16;
}
.file_translate_diaolog .dialog_content {
  width: 1200px;
  height: 683px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -600px;
  margin-top: -341px;
}
.file_translate_diaolog .dialog_content .img_all {
  width: 1035px;
  height: 683px;
  background: gray;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.file_translate_diaolog .dialog_content .img_all .close {
  width: 28px;
  height: 28px;
  background: url("../img/index/fileTranlateDialog/case_close.png");
  position: absolute;
  right: -35px;
  top: -25px;
  cursor: pointer;
}
.file_translate_diaolog .dialog_content .img_all .img_box {
  width: 512px;
  height: 683px;
  position: relative;
}
.file_translate_diaolog .dialog_content .img_all .img_box .title {
  width: 105px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  background: #2c7df1;
  position: absolute;
  right: 0;
  top: -1px;
}
.file_translate_diaolog .dialog_content .page {
  position: absolute;
  top: 278px;
  width: 100%;
}
.file_translate_diaolog .dialog_content .page div {
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
  background: hsla(0, 0%, 100%, 0.3);
  cursor: pointer;
}
.file_translate_diaolog .dialog_content .page div:hover {
  background: hsla(0, 0%, 100%, 0.6);
}
.file_translate_diaolog .dialog_content .page div.fl {
  float: left;
}
.file_translate_diaolog .dialog_content .page div.fr {
  float: right;
}
.main_item {
  width: 1200px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 32px;
  color: #1d2737;
  line-height: 25px;
  margin-bottom: 81px;
  position: relative;
  text-align: center;
}
.main_item::after {
  content: "";
  width: 50px;
  height: 7px;
  background: -webkit-gradient(linear, left top, right top, from(#1674fc), color-stop(99%, #7298ff), to(#7298ff));
  background: linear-gradient(90deg, #1674fc 0%, #7298ff 99%, #7298ff 100%);
  border-radius: 4px;
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -25px;
}
.translate_tool_help {
  background: #f3f9ff;
  border-radius: 0px 0px 0px 0px;
  padding: 100px 0;
  text-align: center;
  min-width: 1200px;
}
.translate_tool_help .translate_tool_help_content {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.translate_tool_help .translate_tool_help_content .item {
  width: 585px;
  height: 180px;
  background: #ffffff;
  -webkit-box-shadow: 0px 5px 13px 1px rgba(0, 124, 255, 0.18);
          box-shadow: 0px 5px 13px 1px rgba(0, 124, 255, 0.18);
  border-radius: 8px;
  padding: 23px 18px 23px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.translate_tool_help .translate_tool_help_content .item .item_img {
  display: block;
  width: 178px;
  height: 134px;
  margin-right: 19px;
}
.translate_tool_help .translate_tool_help_content .item .item_img img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.translate_tool_help .translate_tool_help_content .item .item_main {
  text-align: left;
}
.translate_tool_help .translate_tool_help_content .item .item_main h4 {
  height: 35px;
  font-size: 16px;
  color: #424242;
  line-height: 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 350px;
}
.translate_tool_help .translate_tool_help_content .item .item_main .item_des {
  width: 350px;
  height: 66px;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  cursor: default;
}
.translate_tool_help .translate_tool_help_content .item .item_main .item_des:hover {
  color: #7592c6;
}
.translate_tool_help .translate_tool_help_content .item .item_main .item_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
}
.translate_tool_help .translate_tool_help_content .item .item_main .item_info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.translate_tool_help .translate_tool_help_content .item .item_main .item_info ul li {
  font-size: 12px;
  color: #999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 14px;
}
.translate_tool_help .translate_tool_help_content .item .item_main .item_info ul li i {
  width: 12px;
  height: 10px;
  display: block;
  margin-right: 6px;
  background-size: contain;
}
.translate_tool_help .translate_tool_help_content .item .item_main .item_info ul li i.reader {
  background: url("../img/index/readerLogo.svg") no-repeat;
}
.translate_tool_help .translate_tool_help_content .item .item_main .item_info ul li i.time {
  height: 12px;
  background: url("../img/index/timeLogo.svg") no-repeat;
}
.translate_tool_help .translate_tool_help_content .item .item_main .item_info ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.translate_tool_help .translate_tool_help_content .item .item_main .item_info ol li a {
  display: block;
  max-width: 92px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #efefef;
  border-radius: 10px;
  padding: 0 10px 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 6px;
  color: #999999;
  font-size: 12px;
}
.translate_tool_help .translate_tool_help_content .item .item_main .item_info ol li a:hover {
  background: #4385fe;
  color: #ffffff;
}
.translate_tool_help .scan_btn {
  width: 300px;
  height: 80px;
  border-radius: 40px;
  border: 1px solid #c4c4c4;
  font-size: 24px;
  color: #777777;
  line-height: 80px;
  margin: 40px auto 0;
  cursor: pointer;
  display: block;
}
.translate_tool_help .scan_btn:hover {
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#47a0fd), to(#0c6afc));
  background: linear-gradient(90deg, #47a0fd 0%, #0c6afc 100%);
}
.translate_tool_help .scan_btn:active {
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#0c6afc), to(#0c6afc));
  background: linear-gradient(90deg, #0c6afc 0%, #0c6afc 100%);
}
.user_feedback {
  padding: 100px 0;
  min-width: 1200px;
}
.user_feedback .user_feedback_swiper_box {
  width: 1200px;
  position: relative;
  margin: 0 auto;
}
.user_feedback .user_feedback_swiper {
  width: 1070px;
  margin: 0 auto;
  padding: 25px 25px 30px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.user_feedback .user_feedback_swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 320px;
  height: 400px;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 21px 1px rgba(75, 128, 255, 0.2);
          box-shadow: 0px 3px 21px 1px rgba(75, 128, 255, 0.2);
  border-radius: 20px;
  padding-top: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.user_feedback .user_feedback_swiper .swiper-slide img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}
.user_feedback .user_feedback_swiper .swiper-slide .user_name {
  font-size: 16px;
  color: #333333;
  margin: 26px auto 11px;
}
.user_feedback .user_feedback_swiper .swiper-slide .user_type {
  font-size: 14px;
  color: #999999;
}
.user_feedback .user_feedback_swiper .swiper-slide .lines {
  width: 68px;
  height: 4px;
  background: #3280fd;
  border-radius: 2px;
  margin: 20px auto 24px;
}
.user_feedback .user_feedback_swiper .swiper-slide .user_des {
  font-size: 14px;
  color: #666666;
  line-height: 25px;
  width: 281px;
  margin: 0 auto;
}
.user_feedback .user_feedback_swiper .swiper-button {
  position: absolute;
  width: 1200px;
  height: 100px;
  left: 0;
  top: 50%;
  margin-top: -50px;
}
.user_feedback .user_feedback_swiper .swiper-button div {
  width: 40px;
  height: 40px;
  background: #dbe9ff;
  border-radius: 50%;
}
.user_feedback .user_feedback_swiper .swiper-button div:hover {
  background: #3A94FD;
}
.user_feedback .user_feedback_swiper .swiper-button div:active {
  background: #2983EB;
}
.user_feedback .user_feedback_swiper .swiper-button .swiper-button-next {
  right: 12px !important;
  background-image: url("../img/index/turnRight.svg") !important;
  background-repeat: no-repeat !important;
  background-position: 7px 9px !important;
}
.user_feedback .user_feedback_swiper .swiper-button .swiper-button-prev {
  left: 0 !important;
  background-image: url("../img/index/turnLeft.svg") !important;
  background-repeat: no-repeat !important;
  background-position: 12px 9px !important;
}
.translate {
  padding: 100px 0;
  background: #f3f9ff;
  min-width: 1200px;
}
.translate .main_item {
  margin-bottom: 105px;
}
.translate .main_item p {
  font-size: 16px;
  color: #666666;
  font-weight: normal;
  margin-top: 14px;
}
.translate .main_item::after {
  bottom: -17px;
}
.translate ul {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.translate ul li {
  width: 360px;
  height: 190px;
  background: #ffffff;
  border-radius: 16px;
  padding: 26px 23px 0 18px;
  margin-bottom: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.translate ul li .item_logo {
  position: relative;
  top: -50px;
  width: 90px;
  height: 90px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 21px;
  background-image: -webkit-gradient(linear, left top, right top, from(#48a1fd), color-stop(50%, #2a85fd), to(#0b69fc));
  background-image: linear-gradient(90deg, #48a1fd 0%, #2a85fd 50%, #0b69fc 100%);
}
.translate ul li .item_des {
  width: 208px;
}
.translate ul li .item_des span {
  font-size: 20px;
  color: #212121;
  font-weight: bold;
}
.translate ul li .item_des p {
  font-size: 16px;
  color: #888888;
  line-height: 25px;
  margin-top: 12px;
}
.translate .free_download_btn {
  margin: 7px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  height: 80px;
  background: -webkit-gradient(linear, left top, right top, from(#47a0fd), to(#0c6afc));
  background: linear-gradient(90deg, #47a0fd 0%, #0c6afc 100%);
  -webkit-box-shadow: 0px 2px 20px 1px rgba(2, 102, 255, 0.51);
          box-shadow: 0px 2px 20px 1px rgba(2, 102, 255, 0.51);
  border-radius: 40px;
  font-size: 24px;
  color: #fefeff;
}
.translate .free_download_btn i {
  display: block;
  background: url("../img/index/new/down-icon.png");
  width: 17px;
  height: 20px;
  margin-right: 9px;
}
.translate .free_download_btn:hover {
  background: -webkit-gradient(linear, left top, right top, from(#47a0fd), to(#47a0fd));
  background: linear-gradient(90deg, #47a0fd 0%, #47a0fd 100%);
}
.translate .free_download_btn:active {
  background: -webkit-gradient(linear, left top, right top, from(#0c6afc), to(#0c6afc));
  background: linear-gradient(90deg, #0c6afc 0%, #0c6afc 100%);
}
.links {
  padding: 28px 0 31px;
}
.links ul {
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
.links ul li {
  font-size: 14px;
  color: #838088;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  margin-bottom: 15px;
}
.footer {
  min-width: 1200px;
  height: 100px;
  background: #254d85;
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer ul li {
  color: #d3e5ff;
  font-size: 12px;
  color: #d3e5ff;
  margin: 0 5px;
  position: relative;
}
.footer ul li::after {
  content: "";
  background: #d3e5ff;
  width: 1px;
  height: 10px;
  position: absolute;
  right: -6px;
  top: 1px;
}
.footer ul li:last-child::after {
  width: 0;
}
.footer .linkBttom {
  text-align: center;
  margin: 20px 0 0;
  font-size: 12px;
  color: #6A89B6;
}
.none {
  display: none !important;
}
.sidebar {
  width: 60px;
  height: 132px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(3, 3, 3, 0.12);
          box-shadow: 0px 2px 20px 0px rgba(3, 3, 3, 0.12);
  border-radius: 4px;
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9999999;
}
.sidebar .customer {
  width: 60px;
  position: relative;
  padding-top: 16px;
}
.sidebar .customer i {
  display: block;
  background: url("../img/common/customer.png") no-repeat;
  width: 24px;
  height: 22px;
  margin: 0 auto 5px;
}
.sidebar .customer .sidebar-hover {
  width: 120px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(228, 228, 255, 0.68);
          box-shadow: 0px 0px 10px 1px rgba(228, 228, 255, 0.68);
  border-radius: 16px 16px 16px 16px;
  border: 1px solid rgba(0, 0, 0, 0);
  position: absolute;
  right: 75px;
  top: 0;
  display: none;
}
.sidebar .customer .sidebar-hover em {
  width: 0;
  height: 0;
  border-left: 13px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  position: absolute;
  right: -14px;
  top: 24px;
}
.sidebar .customer .sidebar-hover span {
  font-size: 12px;
  color: #666;
  display: block;
  text-align: center;
  margin: 14px 0 5px;
}
.sidebar .customer .sidebar-hover img {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto 10px;
}
.sidebar .customer:hover .sidebar-hover {
  display: block;
}
.sidebar .customer:hover b {
  color: #5697f4;
}
.sidebar .customer:hover i {
  background: url("../img/common/customerHover.png") no-repeat;
}
.sidebar b {
  font-size: 12px;
  color: #b9b9b9;
  text-align: center;
  display: block;
  font-weight: normal;
}
.sidebar .down {
  width: 60px;
  height: 61px;
  position: relative;
}
.sidebar .down i {
  display: block;
  background: url("../img/common/down.png") no-repeat;
  width: 20px;
  height: 22px;
  margin: 16px auto 5px;
}
.sidebar .down:hover i {
  background: url("../img/common/downHover.png") no-repeat;
}
.sidebar .down:hover b {
  color: #5697f4;
}
.header {
  background: #ffffff;
  -webkit-box-shadow: 0px 6px 16px 1px rgba(107, 193, 251, 0.36);
          box-shadow: 0px 6px 16px 1px rgba(107, 193, 251, 0.36);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 15;
}
.header.no_index {
  -webkit-box-shadow: 0px 6px 16px 1px rgba(219, 219, 219, 0.36);
          box-shadow: 0px 6px 16px 1px rgba(219, 219, 219, 0.36);
}
.header .header_content {
  width: 1200px;
  margin: 0 auto;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header_content .header_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header_content .header_l img {
  margin-right: 6px;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
}
.header .header_content .header_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 38px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #333333;
}
.header .header_content .header_r > div {
  margin-left: 50px;
  position: relative;
}
.header .header_content .header_r > div:hover ul {
  display: block;
}
.header .header_content .header_r > div p.item_title {
  cursor: default;
}
.header .header_content .header_r > div .item_title {
  position: relative;
}
.header .header_content .header_r > div .item_title:hover {
  font-weight: bold;
  color: #2c7df1;
}
.header .header_content .header_r > div .item_title:hover i {
  background: url("../img/header/header_turnUp.svg") no-repeat;
}
.header .header_content .header_r > div .item_title i {
  position: absolute;
  display: block;
  width: 9px;
  height: 5px;
  background: url("../img/header/header_turunDown.svg") no-repeat;
  right: -13px;
  top: 5px;
}
.header .header_content .header_r > div ul {
  position: absolute;
  top: 46px;
  padding: 30px 90px 0px 30px;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 18px rgba(44, 125, 241, 0.3);
          box-shadow: 0 1px 18px rgba(44, 125, 241, 0.3);
  border-radius: 8px;
  display: none;
}
.header .header_content .header_r > div ul::after {
  content: "";
  width: 130px;
  height: 30px;
  position: absolute;
  top: -30px;
  left: 0;
}
.header .header_content .header_r > div ul li {
  white-space: nowrap;
  margin-bottom: 30px;
  font-size: 16px;
  color: #666666;
}
.header .header_content .header_r > div ul li:hover {
  color: #2c7df1;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex_direction_r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex_direction_c {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex_align_c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex_align_s {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex_justify_c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex_justify_b {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex_justify_a {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex_justify_s {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex_justify_e {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.flex_justify_f_e {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex_warp {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex_align_content_s {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.text_overflow {
  white-space: nowrap;
}