* {
  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, .why_sel2 ul .ul_pic .ul_pic2, .section_4 ul li a .mous_box .mous_box_c, .section_4 ul li a .qd_box .qd_box_c, .solutions ul li a > img, .solutions ul li a .seek_b .seek_b_c, .section_8_b .company_b li .company_b_img, .post_cen ul li span font {
  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_4 ul li a .mous_box .mous_box_c h4, .solutions ul li p, .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: 1001;
}
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 10px;
  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: 0;
  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;padding-bottom: 100px;
}
.w_title {
  color: #0084eb;
  font-size: 36px;
  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: #434343;
  font-size: 16px;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
}
.our_do ul li .our_li_b .our_li_pos {
  width: 100%;
  padding: 5px;
}
.our_do ul li .our_li_b .our_li_pos em {
  color: #0094d4;
  font-size: 42px;
}
.our_do ul li .our_li_b .our_li_pos em font {
  font-size: 18px;
}
@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;
}
.why_sel .sel_box ul {
  width: 50%;
  float: left;
}
.why_sel .sel_box ul h3 {
  margin: 0 0 40px;
}
.why_sel .sel_box ul h3 span {
  color: #0084eb;
  font-size: 72px;
  display: inline-block;
}
.why_sel .sel_box ul h3 em {
  font-size: 36px;
  color: #1f1f1f;
  display: inline-block;
  vertical-align: top;
  padding-top: 10px;
  padding-left: 15px;
}
@media (max-width:1000px) {
  .why_sel .sel_box ul h3 {
    margin: 0 0 1.5rem;
  }
  .why_sel .sel_box ul h3 span {
    font-size: 2.2rem;
  }
  .why_sel .sel_box ul h3 em {
    font-size: 1.5rem;
    padding: 0.5rem;
  }
}
.why_sel .sel_box ul li {
  color: #1f1f1f;
  font-size: 18px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}
.why_sel .sel_box ul li::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #0084eb;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width:1000px) {
  .why_sel .sel_box ul li {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}
.why_sel .sel_box ul a {
  color: #0084eb;
  font-size: 14px;
  border: 1px solid #158eec;
  border-radius: 4px;
  display: inline-block;
  padding: 9px 15px;
}
.why_sel .sel_box ul a:hover {
  background: #158eec;
  color: #fff;
}
.why_sel .sel_box ul:nth-child(2) {
  text-align: right;
}
@media (max-width:1000px) {
  .why_sel .sel_box {
    padding: 0 1rem;
  }
  .why_sel .sel_box ul {
    width: 100%;
    float: none;
  }
  .why_sel .sel_box ul:nth-child(2) {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width:800px) {
  .why_sel .sel_box ul {
    text-align: center;
  }
  .why_sel .sel_box .w_pic_1 img {
    display: block;
    margin: 0 auto;
  }
}
.why_sel2 {
  background: #54b8ea;
  padding: 40px 0 24px;
}
.why_sel2 ul {
  width: 50%;
  float: left;
}
.why_sel2 ul .ul_pic {
  position: relative;
  max-width: 442px;
}
.why_sel2 ul .ul_pic .ul_pic2 {
  z-index: 10;
  margin-top: 10px;
}
@media (max-width:750px) {
  .why_sel2 ul .ul_pic .ul_pic2 {
    width: 150px;
  }
}
.why_sel2 .sel_box .w_ul2 {
  color: #fff;
  text-align: left !important;
}
.why_sel2 .sel_box .w_ul2 h3 span, .why_sel2 .sel_box .w_ul2 h3 em {
  color: #fff;
}
.why_sel2 .sel_box .w_ul2 li {
  color: #fff;
  text-align: left;
}
.why_sel2 .sel_box .w_ul2 li::before {
  background: #fff;
}
.why_sel2 .sel_box .w_ul2 a {
  color: #fff;
  border: 1px solid #fff;
}
.why_sel2 .sel_box .w_ul2 a:hover {
  border: 1px solid #54b8ea;
}
.why_sel3 {
  background: #f3fbff;
  padding-top: 70px;
}
@media (max-width:750px) {
  .why_sel3 {
    padding-top: 2rem;
  }
}
.why_sel3 .sel_box .sel_b_u {
  padding-top: 40px;
  width: 40%;
}
@media (max-width:1000px) {
  .why_sel3 .sel_box .sel_b_u {
    width: auto;
    padding-top: 0;
  }
}
.why_sel3 .sel_box .sel_b_u2 {
  width: 60%;
}
@media (max-width:1000px) {
  .why_sel3 .sel_box .sel_b_u2 {
    width: auto;
  }
}
.section_4 .cen h3 {
  text-align: center;
  margin: 48px auto;
}
.section_4 .cen h3 span {
  color: #0084eb;
  font-size: 72px;
  display: inline-block;
  vertical-align: middle;
}
.section_4 .cen h3 em {
  color: #1f1f1f;
  font-size: 36px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
}
@media (max-width:1000px) {
  .section_4 .cen h3 {
    margin: 2rem auto;
  }
  .section_4 .cen h3 span {
    font-size: 2rem;
  }
  .section_4 .cen h3 em {
    font-size: 1.5rem;
  }
}
.section_4 ul li {
  width: 25%;
  float: left;
  margin-bottom: 20px;
}
.section_4 ul li a {
  position: relative;
  display: block;
  margin: 0 10px;
  border: 1px solid #0084eb;
  border-radius: 4px;
  height: 280px;
  overflow: hidden;
}
.section_4 ul li a .mous_box {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  background: #0084eb;
  height: 100%;
  z-index: 2;
  transition: left .3s;
}
.section_4 ul li a .mous_box .mous_box_c {
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 1rem;
}
.section_4 ul li a .mous_box .mous_box_c h4 {
  margin: 15px auto 10px;
  font-size: 24px;
}
.section_4 ul li a .mous_box .mous_box_c p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 56px;
}
.section_4 ul li a .qd_box {
  text-align: center;
  position: relative;
  height: 100%;
}
.section_4 ul li a .qd_box .qd_box_c {
  width: 100%;
  padding: 0 1rem;
}
@media (max-width:750px) {
  .section_4 ul li a .qd_box .qd_box_c {
    padding: 0 0.5rem;
  }
}
.section_4 ul li a .qd_box .qd_box_c .qx_img {
  text-align: center;
  max-width: 80px;
}
@media (max-width:750px) {
  .section_4 ul li a .qd_box .qd_box_c .qx_img {
    max-width: 3rem;
  }
}
.section_4 ul li a .qd_box .qd_box_c h4 {
  color: #474747;
  font-size: 24px;
}
.section_4 ul li a .qd_box .qd_box_c p {
  color: #868686;
  font-size: 14px;
  margin-bottom: 15px;
}
.section_4 ul li a:hover .mous_box {
  left: 0;
}
@media (max-width:1000px) {
  .section_4 ul li {
    width: 33.3%;
  }
}
@media (max-width:750px) {
  .section_4 ul li {
    width: 50%;
    margin-bottom: .5rem;
  }
  .section_4 ul li a {
    margin: 0 .25rem;
    height: 240px;
  }
}
@media (max-width:330px) {
  .section_4 ul li {
    width: 100%;
  }
}
@media (max-width:750px) {
  .section_4 ul {
    padding: 0 0.5rem;
  }
}
.section_5 {
  background: #f3fbff;
  overflow: hidden;
}
.solutions {
  margin-bottom: 70px;
}
@media (max-width:640px) {
  .solutions {
    margin-bottom: 2rem;
  }
}
.solutions ul li {
  width: 33.3%;
  float: left;
}
.solutions ul li a {
  display: block;
  margin: 0 15px;
  border-radius: 4px;
  border: 1px solid #d1e7f9;
  background: #fff;
  height: 280px;
  position: relative;
  overflow: hidden;
}
.solutions ul li a .seek_b {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 132, 235, 0.9);
  opacity: 0;
  transition: all .3s;
}
.solutions ul li a .seek_b .seek_b_c img {
  display: block;
  margin: 0 auto;
}
.solutions ul li a .seek_b .seek_b_c span {
  display: block;
  font-size: 18px;
  color: #fff;
  margin-top: 6px;
}
.solutions ul li a:hover .seek_b {
  opacity: 1;
}
.solutions ul li p {
  text-align: center;
  color: #474747;
  font-size: 18px;
  display: block;
  margin-top: 20px;
}
@media (max-width:1000px) {
  .solutions ul li p {
    margin: 1rem auto;
  }
}
@media (max-width:1000px) {
  .solutions ul li {
    width: 50%;
  }
}
@media (max-width:640px) {
  .solutions ul li {
    width: 100%;
  }
}
.feature {
  background: #f1f1f1;
}
@media (max-width:750px) {
  .feature {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.feature .container {
  text-align: center;
}
.feature .container h3 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #333;
}
@media (max-width:750px) {
  .feature .container h3 {
    font-size: 2rem;
    margin: 1rem 0;
  }
}
.feature .container .fea1 {
  margin: 30px auto;
}
.feature2 {
  background: #fff;
  padding-bottom: 20px;
}
.feature2 .swiper-container22 {
  padding-bottom: 50px;
  margin-top: 10px;
}
.feature2 .swiper-container22 .swiper-slide {
  border: 1px solid #eee;
  height: 80px;
  line-height: 80px;
}
.feature2 .swiper-container22 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
@media (max-width:750px) {
  .feature2 {
    padding: 0 1rem 1rem;
  }
}
#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;
}
.section_6 {
  background: #f3fbff;
  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/con_bg.jpg) no-repeat center center;
  overflow: hidden;
  position: relative;
  padding-bottom: 90px;background-size: cover;
}
.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: #fff;
  font-size: 16px;
}
.contact_us .contact_box button {
  background: #f3fbff;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  color: #0084eb;
  border: none;
  margin-top: 20px;
  font-size: 16px;
}
.contact_us .contact_box input {
  height: 80px;
  line-height: 50px;
}
.contact_us .contact_box textarea {
  -webkit-appearance: none;
  height: 150px;
}
.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: 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;
  padding: 14px;
  float: left;
}
.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: 5px 10px;
  margin-top: 12px;margin-left: 6px;
}
.head_phone .head_phone_icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.head_phone p {
  display: inline-block;
  color: #0094d4;
  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: #0094d4;
}
.w_title2 {
  color: #333;
  font-weight: bold;
}
.w_title2 i {
  width: 56px;
  height: 3px;
  background: #0094d4;
  display: block;
  margin: 15px auto;
}
@media (max-width:750px) {
  .w_title2 i {
    margin: 0.5rem auto;
  }
}
.cir_col1 {
  background: url(../images/bor_1.png) no-repeat center center;
  background-size: cover;
}
.cir_col2 {
  background: url(../images/bor_2.png) no-repeat center center;
  background-size: cover;
}
.cir_col3 {
  background: url(../images/bor_3.png) no-repeat center center;
  background-size: cover;
}
.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: 22px;
  font-weight: bold;
}
@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 {
  top: 45%;
}
.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: url(../images/phone2_02.jpg) no-repeat center center;
  padding: 50px 0 35px;
  background-size: cover;
}
.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: 0px auto;
  background: #f8f7f7;
  overflow: hidden;padding-bottom: 10px;
}
@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: 14.2%;
  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: 33.3%;
  float: left;
  text-align: center;
}
.section_7_b ul li h3 {
  color: #fff;
  font-size: 36px;
  margin: 0;
}
.section_7_b ul li h3 em {
  font-size: 60px;
  vertical-align: middle;
  padding-right: 4px;
}
.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 h3 em {
    font-size: 2rem;
  }
  .section_7_b ul li p {
    font-size: 1rem;
  }
}
.w_title3 {
  color: #313131;
}
.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;
}
.contact_us1 {
  padding-top: 30px;
}
.w_title_white2 {
  color: #fff;
}
.w_title_white2 i {
  margin-top: 10px;
}
.contact_inf {
  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;
  float: left;
  margin-left: 90px;
}
@media (max-width:750px) {
  .contact_inf {
    margin-left: 0;
  }
}
.swiper_cen {
  position: absolute;
  max-width: 1080px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  top: 50%;
}
.swiper_big {
  position: relative;
}
.swiper_bot {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  height: 60px;
  width: 100%;
  overflow: hidden;
  line-height: 60px;
}
.swiper_bot #up_swiper {
  height: 100%;
}
.swiper_bot #up_swiper span {
  color: #0094d4;
  font-size: 18px;
}
.swiper_bot #up_swiper a {
  color: #fff;
  font-size: 14px;
  padding-left: 26px;
}
@media (max-width:750px) {
  .swiper_bot {
    position: relative;
    height: 40px;
    line-height: 40px;
  }
}
.case_tab {
  text-align: center;
  margin-top: 20px;
}
.case_tab span {
  display: inline-block;
  color: #333;
  font-size: 18px;
  padding-bottom: 15px;
  margin-left: 30px;
  cursor: pointer;
}
.case_tab .current {
  color: #0094d4;
  border-bottom: 2px solid #0094d4;
}
.case_tab_con {
  margin: 25px auto;
}
.case_tab_con ul {
  display: none;
}
.case_tab_con ul li {
  width: 262px;
  float: left;
  margin-right: 10px;
  border: 1px solid #666;
  margin-bottom: 10px;
  transition: all .3s;
}
.case_tab_con ul li:nth-child(4n) {
  margin-right: 0;
}
.case_tab_con ul li .case_tab_img {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #efefef;
  overflow: hidden;
}
.case_tab_con ul li .case_tab_img img {
  max-height: 100%;
}
.case_tab_con ul li .case_tab_txt {
  padding: 10px;
}
.case_tab_con ul li .case_tab_txt span {
  color: #5e83b5;
  font-size: 16px;
  display: block;
  border-left: 2px solid #5e83b5;
  padding-left: 10px;
  font-weight: bold;
}
.case_tab_con ul li .case_tab_txt p {
  height: 60px;
  color: #999;
  font-size: 14px;
  margin-top: 10px;
}
.case_tab_con ul li .case_play_icon span {
  width: 25%;
  float: left;
  display: block;
  text-align: center;
  transition: all .3s;
  padding-top: 5px;
}
.case_tab_con ul li .case_play_icon span i {
  background-image: url(../images/icon-btns.png);
  background-position: -3px 0;
  width: 26px;
  height: 26px;
  display: block;
  margin: 0 auto;
  transition: all .3s;
}
.case_tab_con ul li .case_play_icon span .pos2 {
  background-position: -3px 58px;
}
.case_tab_con ul li .case_play_icon span .pos3 {
  background-position: -1px 29px;
}
.case_tab_con ul li .case_play_icon span p {
  color: #333;
  font-size: 12px;
  margin-top: 4px;
}
.case_tab_con ul li:hover {
  box-shadow: 0 0 5px #aaa;
  border-top: 1px solid #5e83b5;
}
.case_tab_con ul li:hover .case_play_icon {
  background: #5e83b5;
}
.case_tab_con ul li:hover .case_play_icon span i {
  background-position: 28px 0;
}
.case_tab_con ul li:hover .case_play_icon span .pos2 {
  background-position: -34px 59px;
}
.case_tab_con ul li:hover .case_play_icon span .pos3 {
  background-position: -31px 29px;
}
.case_tab_con ul li:hover .case_play_icon span p {
  color: #fff;
}
@media (max-width:1080px) {
  .case_tab_con ul li {
    width: 30%;
    margin-right: 3%;
  }
  .case_tab_con ul li:nth-child(3n) {
    margin-right: 0;
  }
  .case_tab_con ul li:nth-child(4n) {
    margin-right: 3%;
  }
}
@media (max-width:800px) {
  .case_tab_con ul li {
    width: 48%;
    margin-right: 2%;
  }
  .case_tab_con ul li:nth-child(3n) {
    margin-right: 2%;
  }
  .case_tab_con ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media (max-width:750px) {
  .case_tab_con ul li {
    width: 100%;
  }
  .case_tab_con ul li:nth-child(4n), .case_tab_con ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width:800px) {
  .case_tab_con ul {
    margin: 0 1rem;
  }
}
.case_more {
  text-align: center;
  margin: 30px auto;
}
.case_more a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  background: #363636;
  border-radius: 10px;
  padding: 15px 50px;
}
.w_title2_white {
  color: #fff;
}
.w_title2_white i {
  background: #fff;
}
.commitment_box {
  background: #f7faff;
  padding: 40px 0;
}
.commitment_box .sel_box ul h3 b {
  color: #0094d4;
  display: inline-block;
}
.commitment_box .sel_box ul h3 em {
  color: #1f1f1f;
  display: inline;
  font-size: 24px;
  padding-left: 10px;
}
.commitment_box .sel_box ul a {
  color: #0094d4;
  border: 1px solid #0094d4;
}
.commitment_box .sel_box ul a:hover {
  background: #0094d4;
  color: #fff;
}
@media (max-width:750px) {
  .commitment_box .sel_box ul em {
    font-size: 1.5rem;
  }
}
@media (max-width:750px) {
  .commitment_box {
    padding: 1.5rem 0;
  }
}
.commitment_box2 {
  background: #fff;
}
.commitment_box2 .w_pic_1 {
  text-align: right !important;
}
.hornor_box {
  background: #0094d4;
  overflow: hidden;
  padding-bottom: 70px;
}
.hornor_box ul li {
  width: 25%;
  float: left;
  margin-bottom: 20px;
}
@media (max-width:1000px) {
  .hornor_box ul li {
    width: 50%;
    margin-bottom: 20px;
    padding: 0 0.5rem;
  }
}
@media (max-width:1000px) {
  .hornor_box ul {
    padding: 1rem 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width:750px) {
  .hornor_box {
    padding-bottom: 1rem;
  }
}
.post_cen {
  background: #fff;
  background-size: cover;
  overflow: hidden;padding-bottom: 100px;
}
.post_cen ul li {
  width: 25%;
  float: left;
  display: block;
  position: relative;
  overflow: hidden;
}
.post_cen ul li img {
  width: 100%;
  height: 100%;
}
.post_cen ul li span {
  background: #38b6ec;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  position: absolute;
  z-index: 10;
  transition: all .3s;
}
.post_cen ul li span font {
  color: #fff;
  font-size: 30px;
}
.post_cen ul li:nth-child(5n) {
  clear: both;
}
.post_cen ul li:hover span {
  top: 0;
}

@media(max-width:750px){
  .post_cen ul li{
    width: 50%;
  }
  .post_cen ul li span font{font-size: 20px;}
}
.company_mod {
  background: url(../images/com.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  padding-bottom: 90px;
}
.company_mod ul li {
  width: 340px;
  float: left;
  margin-right: 30px;
}
.company_mod ul li h3 {
  text-align: center;
  color: #333;
  font-size: 24px;
  display: block;
  height: 60px;
  line-height: 60px;
  background: #fff;
  margin: 0;
}
.company_mod ul li .company_mod_p {
  background: #0094d4;
  padding: 20px;
}
.company_mod ul li .company_mod_p img {
  margin: 0 auto;
  display: block;
}
.company_mod ul li .company_mod_p p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}
.company_mod ul li:nth-child(3n) {
  margin-right: 0;
}
@media (max-width:1080px) {
  .company_mod ul li {
    width: 30%;
    margin-right: 3%;
  }
}
@media (max-width:750px) {
  .company_mod ul {
    padding: 1rem;
  }
  .company_mod ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
@media (max-width:750px) {
  .company_mod {
    padding-bottom: 2rem;
  }
}
.foot_qr {
  float: left;
  width: 160px;
}
.foot_qr img {
  width: 100%;
}
.company_mod ul li {
  transition: all .3s;
}
.company_mod ul li:hover {
  transform: translateY(-10px);
}

/*# sourceMappingURL=style.css.map */
.case_tab_con ul li .case_tab_txt p {
  height: 90px
}
;

.hotKeyword {
  width: 100%;
  text-align: center;
}
.hotKeyword ul {
  width: 100%;
  padding-bottom: 10px;
}
.hotKeyword li {
  float: left;
  padding: 0 8px;
}
.hotKeyword li a{color:#666;}
.in_header .cen {
  width: 1200px;
}
.sel_language {
  margin-top: 14px;
  margin-left: 10px;
}
@media(max-width:750px) {
  .in_header .cen {
    width: 100%;
  }
}

.data_resource {
  margin: 0 auto;
  position: relative;
}
.data_resource ul {
  width: 100%;
  display: block;
}
.data_resource li {
  width: 50%;
  float: left;
  padding: 66px;
  padding-top: 180px;
}
.data_resource li h3 {
  font-size: 36px;
  margin: 0 0 60px;
}
.data_resource li p {
  font-size: 16px;
  margin-bottom: 16px;
}
.data_resource li .learn_more a {
  border: 1px solid #fff;
  font-size: 14px;
  display: inline-block;
  border-radius: 4px;
  padding: 10px;
  color: #fff;
}
.data_resource li .learn_more a:hover {
  background: #fff;
  color: #489fff;
}
@media (max-width:750px) {
  .data_resource li {
    width: 100%;
    padding: 1rem;
  }
  .data_resource li h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.data_resource .res_first {
  text-align: right;
  background: #1040c4;
}
.data_resource .res_first h3, .data_resource .res_first p {
  color: #fff;
}
.data_resource .res_first i {
  display: inline-block;
  padding-left: 10px;
}
.data_resource .res_second {
  text-align: left;
  background: #f8f8f8;
}
.data_resource .res_second h3, .data_resource .res_second p {
  color: #1f1f1f;
}
.data_resource .res_second i {
  padding-right: 10px;
  color: #1040c4;
}
.data_resource .res_second .learn_more a {
  color: #1040c4;
  border: 1px solid #1040c4;
}
.data_resource .res_second .learn_more a:hover {
  background: #1040c4;
  color: #fff;
}
.data_resource .li_con {
  min-height: 150px;
}
@media (max-width:750px) {
  .data_resource .li_con {
    min-height: 100px;
  }
}
.data_resource .rect {
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 432px;
}
.data_resource .rect img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.data_resource .rect h3 {
  font-size: 36px;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin: 45px auto 35px;
  position: relative;
  z-index: 10;
}
.data_resource .rect i {
  width: 50px;
  height: 3px;
  background: #1040c4;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 10;
}
@media (max-width:750px) {
  .data_resource .rect {
    display: none;
  }
}

.face_tz{
  background: #f8f7f7;padding:50px 0;
}

.m-scene {
    padding: 20px 0 50px;
    background: #fff;
    width: 1300px;
    margin: auto
}

.m-scene .scene-list {
    display: table;
    width: 100%;
    margin-top: 0
}

.m-scene .scene-list li {
 float: left;margin-bottom: 20px;
    width: 25%;
}

.m-scene .scene-list li .list-box {
    width: 94%;
    height: 280px;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    transition: all .5s ease-in-out;
    border: 1px solid #dcdcdc;
    overflow: hidden;
    margin:0 auto;
}
.list_box_bg{
  position: absolute;width: 100%;height: 100%;top:0;left:0;z-index: 2;background: rgba(16,64,196,.6);opacity: 0;
}

.m-scene .scene-list li .list-box img {
    height: 160px;
    width: 100%
}

.m-scene .scene-list li:hover .list_box_bg{opacity: 1;}

.m-scene .scene-list li .list-box .pos_z p {
    font-size: 18px;
    color: #383838;
    padding-left: 30px;
    font-weight: 600;
    transition: all .5s ease-in-out;
    text-align: left;
    margin-top: 15px
}

.m-scene .scene-list li .list-box .pos_z p.en {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 100;
    color: #bbb
}

.m-scene .scene-list li .list-box .pos_z p.detail {
    opacity: 0;
    margin-top: 22px;
    font-size: 14px
}

.m-scene .scene-list li .list-box:hover .title {
    text-align: center
}

.m-scene .scene-list li .list-box:hover .en {
    text-align: center
}

.m-scene .scene-list li .list-box:hover img {
    opacity: 0
}

.m-scene .scene-list li .list-box:hover .en {
    margin-top: 5px
}

.m-scene .scene-list li .list-box:hover p {
    color: #fff;
    opacity: 1;
    transform: translateY(-108px)
}

.m-scene .scene-list li .list-box:hover.pos_z p.detail {
    opacity: 1;
    padding: 0 40px;
}



.m-scene .scene-list li .list-box .mt-xs {
    margin-top: 5px !important
}

.m-scene .scene-list li:first-child .list-box:hover {
    //background: url(../images/back_scene02.jpg) no-repeat center center;
    background-size: 100% 100%
}

.m-scene .scene-list li:nth-child(2) .list-box:hover {
    //background: url(../images/back_scene02.jpg) no-repeat center center;
    background-size: 100% 100%
}

.m-scene .scene-list li:nth-child(3) .list-box:hover {
    //background: url(../images/back_scene02.jpg) no-repeat center center;
    background-size: 100% 100%
}

@media (min-width: 1200px) and (max-width:1300px) {
    .m-scene {
        width:100% !important
    }
}

@media (max-width: 750px) {
    .m-scene .scene-list{margin-top: 10px;}
    .m-scene {
        width:100% !important;padding:15px 0;
    }
    .m-scene .scene-list li{
      width: 100%;display: block;margin-bottom: 10px;
    }
}

.pos_z{
  position: relative;z-index: 3;
}

.m-scene .scene-list li:hover .pos_z .detail{opacity: 1!important;}

header .nav_r li dl dt a{white-space: nowrap;}
.swiper-slide  img{width:100%;display:block;}

.in_header{background: rgba(0,0,0,.5);}
.swiper_cen{max-width:none;width:98%;}