body,
div,
ul,
li,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}

body {
  font-size: 14px;
  color: #333;
  font-family: "Franklin Gothic Medium", "Arial Narrow", "MicroSoft YaHei",
    Arial, sans-serif;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
}

img {
  display: block;
  width: 100%;
  margin: auto;
}

textarea {
  resize: none;
}

.form-control {
  border-radius: 0;
  height: 50px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.warp {
  width: 100%;
  margin: 0 auto;
}

.header {
  overflow: hidden;
  font-size: 16px;
}

.logo-img {
  width: 52px;
  height: 52px;
  margin-top: 6%;
}

.logo {
  float: left;
  margin-left: 95px;
  height: 80px;
  line-height: 80px;
}

.nav {
  float: right;
}

.nav li.nav-li {
  float: left;
}

.nav .nav-li a.nav-link {
  display: block;
  height: 80px;
  line-height: 80px;
  margin-right: 55px;
}

.nav .nav-li a.active {
  color: #17b1f7;
  border-bottom: 3px solid #17b1f7;
}

.nav .nav-li a:hover {
  color: #17b1f7;
  border-bottom: 3px solid #17b1f7;
}

.banner {
  color: #fefefe;
  background: #1a3c77;
  padding: 100px 0;
}
.banner-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.banner h1 {
  font-size: 50px;
  line-height: 1;
  text-align: left;
  color: #fafafa;
  margin-left: 0;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.banner h2 {
  padding-top: 30px;
  font-size: 24px;
  line-height: 1;
  text-align: left;
  color: #e5e5e5;
  margin-left: 0;
  opacity: 1;
  -webkit-transition: all 0.5s ease 0.3s;
  -moz-transition: all 0.5s ease 0.3s;
  -ms-transition: all 0.5s ease 0.3s;
  transition: all 0.5s ease 0.3s;
}

.banner .img {
  display: block;
  background: url(../img/cashflow-banner.png) no-repeat;
  background-size: 100% 100%;
  width: 493px;
  height: 430px;
}

.banner-solve {
  background: url("../img/banner-solve.png") top center;
  background-size: 100% 100%;
}

.content {
  text-align: center;
  padding: 40px 82px;
}
.content.solve-content {
  padding: 40px 82px 0;
}
.content::after {
  clear: both;
}

.content h1.title {
  font-size: 24px;
  color: #333;
  margin-bottom: 33px;
  font-weight: normal;
}

.content h2.second-title {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 40px;
  line-height: 22px;
}

.gray-content {
  background: url("../img/index-resolve-bg-1.png") no-repeat;
  background-size: 100% 100%;
}

.solve-area {
  overflow: hidden;
  margin: 30px 0;
}

.solve-area .col-md-4 {
  margin-bottom: 28px;
}

.solve-card {
  text-align: center;
  padding: 50px 12px 60px 12px;
  background: #fff;
}

.solve-card .solve-icon {
  width: 21%;
  margin: 0 auto;
}

.solve-card .solve-icon img {
  display: block;
  width: 100%;
}

.solve-card .solve-icon h2 {
  font-weight: normal;
  color: #17b1f7;
  margin-top: 43px;
  font-size: 16px;
}

.solve-card h3.solve-title {
  font-size: 14px;
  font-weight: normal;
  margin: 53px 0;
}

.solve-card p {
  font-size: 14px;
  line-height: 20px;
}

.advantage-area {
  margin: 0 auto;
  overflow: hidden;
  margin-top: 86px;
  width: 100%;
}

.advantage-area .col-lg-2 {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 110px;
}

.advantage-area .col-lg-2 {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 110px;
}

.advantage-area .col-lg-2 img {
  margin: 0 auto;
}

.advantage-area .col-lg-2 h2 {
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  margin-top: 65px;
}
.pro-ser {
  text-align: center;
}

.pro-ser ul {
  display:flex;
  padding: 0px 0 95px;
  font-size: 0;
  justify-content: space-between;
}

.pro-ser li {
  display: inline-block;
  text-align: center;
  transition: all 0.3s ease;
}

.pro-ser li .solve-icon,
.resolve .resolve-header li {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

.pro-ser li .solve-icon {
  cursor: pointer;
  display: block;
  width: 275px;
  height: 120px;
  padding-top: 150px;
  transition: all 0.3s ease;
  position: relative;
  top: 0;
  box-sizing: content-box;
}

.pro-ser li .solve-icon:before {
  content: "";
  background-image: url(../img/index-icon-1.svg);
  background-repeat: no-repeat;
  background-size: 1000px auto;
  width: 66px;
  height: 66px;
  margin-left: -33px;
  position: absolute;
  top: 40px;
  left: 50%;
}

.pro-ser li h4 {
  font-size: 20px;
  color: #333;
  margin-bottom: 15px;
}

.pro-ser li p {
  font-size: 16px;
  color: #666;
  line-height: 26px;
}

.pro-ser li:nth-child(1) .solve-icon:before {
  width: 66px;
  height: 68px;
  background-position: 0 -1048px;
}

.pro-ser li:nth-child(2) .solve-icon:before {
  height: 56px;
  background-position: 4px -1187px;
  top: 45px;
}

.pro-ser li:nth-child(3) .solve-icon:before {
  height: 68px;
  background-position: 0 -1300px;
}

.pro-ser li:nth-child(4) .solve-icon:before {
  height: 70px;
  background-position: 8px -1437px;
}

.pro-ser li:hover {
  box-shadow: 0 7px 10px 0 rgba(6, 8, 27, 0.06);
}

.pro-ser li:hover .solve-icon {
  top: -10px;
}

.pro-ser li:hover:nth-child(1) .solve-icon:before {
  background-position: 0 -1118px;
}

.pro-ser li:hover:nth-child(2) .solve-icon:before {
  background-position: 4px -1243px;
}

.pro-ser li:hover:nth-child(3) .solve-icon:before {
  background-position: 0 -1370px;
}

.pro-ser li:hover:nth-child(4) .solve-icon:before {
  background-position: 8px -1508px;
}

.cilent-area {
  padding: 0px 0 382px 0;
  overflow: hidden;
}

.cilent-area .col-md-3 img.img-logo {
  width: 100%;
  display: block;
}

.cilent-area .col-md-3 {
  margin-bottom: 53px;
}

.footer {
  width: 100%;
  background: #333333;
  color: #cccccc;
  overflow: auto;
}

.footer a {
  color: #cccccc;
}

.footer .footer-content {
  padding-top: 45px;
}
.footer .footer-content h2 {
  font-size: 22px;
  margin-bottom: 38px;
}
.footer .footer-content .footer-link {
  font-size: 14px;
}
.footer .footer-content .footer-link li {
  margin-bottom: 32px;
}

.footer .footer-content .contact-item {
  color: #fff;
  font-size: 14px;
  margin-bottom: 20px;
}
.footer .footer-content .contact-item i {
  margin-right: 8px;
}
.footer .footer-content .footer-nav {
  display: inline-block;
  padding: 60px 0;
  overflow: hidden;
  border-bottom: 1px solid #2e2e2e;
  margin-right: 45px;
}

.footer-nav li {
}

.footer-nav li a {
  color: #cccccc;
}
/* .footer-info {
            padding: 25px 0 30px 0;
            overflow: hidden;
        } */

.footer-info {
  text-align: center;
  border-top: 1px solid #666666;
}

.footer-info p {
  margin: 12px;
}

.banner-information {
  background: url("../img/banner-information.png") top center;
  background-size: 100% 100%;
}

.content-infor {
  width: 100%;
  text-align: center;
}

h2.title-chn {
  font-size: 28px;
  margin-bottom: 18px;
  font-weight: 700;
}

h4.title-eng {
  font-size: 16px;
  color: #999999;
}

.content-infor h2.title-chn {
  margin-top: 88px;
  margin-bottom: 18px;
}

.content-infor h4.title-eng {
  margin-bottom: 105px;
  font-size: 16px;
  color: #999999;
}

.infor-ul {
  width: 100%;
  margin: 0 auto;
}

.infor-ul li.infor-li {
  padding: 40px;
  border: solid 1px #e9e9e9;
  margin-bottom: 42px;
}

.infor-li:hover .information-card .infor-content h3 {
  color: #17b1f7;
}

.information-card {
  overflow: hidden;
}

.information-card .infor-img {
}

.information-card .infor-content {
  text-align: left;
}

.information-card .infor-content h3 {
  margin: 24px 0;
  font-size: 16px;
}

.information-card .infor-content h5 {
  margin-bottom: 30px;
  font-size: 14px;
  color: #999999;
}

.information-card .infor-content p {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}

.job-infor {
  text-align: center;
}

.form-job {
  /* width: 40.83%; */
  margin: 0 auto;
  margin-bottom: 300px;
}

.form-job div input,
.form-job div textarea {
  border: 1px solid #eee;
  border-radius: 0;
  resize: none;
}

.form-job div.form-group input.form-control {
  height: 50px;
}

.form-job div.form-group label {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
  padding: 0;
  margin-top: 10px;
  text-align: left;
}

.form-job li {
  overflow: hidden;
  margin-bottom: 20px;
}

.form-job li label {
  font-size: 16px;
  color: #666666;
  display: block;
  float: left;
  position: relative;
  top: 14px;
}

.form-job li input {
  height: 50px;
}

.form-job li input,
.form-job li textarea {
  display: block;
  float: right;
  width: 88%;
  border: solid 1px #e9e9e9;
  resize: none;
}

.form-job li textarea {
  width: 87.5%;
  height: 120px;
}

.btn-area {
  height: 44px;
  margin-top: 45px;
}

.btn-job {
  display: block;
  width: 100%;
  border: 0;
  height: 50px;
  font-size: 16px;
  margin-top: 15px;
}

.btn-return {
  background-color: #e9e9e9;
  color: #999999;
  float: left;
}

.btn-submit {
  background-color: #17b1f7;
  color: #ffffff;
  float: right;
}

.job-card table {
  border: 0;
  width: 100%;
  color: #666666;
}

.job-ul {
}

.job-li {
  border: solid 1px #e9e9e9;
  padding: 50px 33px;
  margin-bottom: 40px;
}

.job-li .col-2 {
  width: 20%;
  text-align: left;
  margin-bottom: 18px;
}

.search-area {
  overflow: hidden;
  margin-bottom: 84px;
  background-color: #fff;
  padding-top: 40px;
}

.search-condition {
  overflow: hidden;
}

.search-condition li {
  margin: 0 25px;
  float: left;
}

.search-condition select {
  border: 0;
  background: transparent;
  width: 50px;
}

.input-search {
  float: right;
  height: 45px;
  font-size: 14px;
  border: 0;
  border-bottom: solid 1px #e9e9e9;
  position: relative;
  display: block;
  width: 100%;
}

.input-search-area {
  position: relative;
  top: -15px;
}

.job-card h3 {
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  margin-bottom: 36px;
}

.job-list {
  margin-bottom: 670px;
}

.tab {
  margin: 0 auto;
  overflow: hidden;
}

.tab li {
  font-size: 16px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  margin: 30px 2.22%;
  cursor: pointer;
}

.tab li.active {
  background: #17b1f7;
  color: #fff;
}

.tab li:hover {
  background: #17b1f7;
  color: #fff;
}

.contact-row {
  width: 100%;
  overflow: hidden;
  margin-bottom: 235px;
}

.contact-row .contact-infor {
  /* width: 43.12%;
            float: left; */
  text-align: left;
}
/* .contact-row .contact-form {
            width: 56.88%;
            float: left;
        } */

.contact-container h2.title-chn {
  margin-top: 78px;
}

.contact-container h4.title-eng {
  margin-bottom: 105px;
}

.contact-information {
  text-align: left;
}

.contact-information h3 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 23px;
}

.contact-information p {
  font-size: 14px;
  line-height: 40px;
  color: #666666;
  overflow: hidden;
}

.contact-form input {
  padding: 5px 100px 5px 5px;
  margin-bottom: 10px;
  border: 1px solid #eee;
}

.contact-form li {
  text-align: left;
}

.contact-form textarea {
  resize: none;
  border: 1px solid #eee;
}
/* .contact-form form {
            width: 88.32%;
        }
        
        .contact-form .form-contact {
            width: 100%;
        } */

.contact-form .form-contact input,
.contact-form .form-contact textarea {
  display: block;
  /* width: 97%; */
  border: solid 1px #e9e9e9;
  /* height: 50px; */
  resize: none;
  padding: 5%;
  margin: 15px 30px;
}

.contact-form .form-contact textarea {
  height: 150px;
}
.job-infor {
  padding-bottom: 60px;
}
.job-infor .btn-area {
  margin: 0 auto;
  margin-top: 6px;
  margin-bottom: 20px;
}
.job-infor h4.title-eng {
  margin-bottom: 18px;
}
.job-infor .contact-info {
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
.job-infor .contact-list {
  margin-bottom: 28px;
}
.contact-tips {
  margin-top: 28px;
  margin-bottom: 42px;
  font-size: 16px;
}
.contact-tips span {
  color: #000;
  margin: 0 28px;
}
.contact-tips i {
  margin-right: 10px;
}
.contact-text {
  font-size: 20px;
  margin-bottom: 32px;
}
.btn-area button.btn-contact {
  background-color: #17b1f7;
  color: #ffffff;
  border: 0;
  padding: 20px 0;
  font-size: 16px;
  border-radius: 0;
}

.code-img {
  width: 25.4%;
  float: left;
  margin-right: 10%;
  margin-top: 10px;
}

.contact-container {
  margin-bottom: 35px;
}

.map {
  margin: 0 auto 150px auto;
}

.white-line {
  width: 26px;
  height: 2px;
  background-color: #ffffff;
}

.about-card {
  position: relative;
  background: #fff;
  top: -120px;
  z-index: 10;
  padding-top: 78px;
  text-align: center;
}

.about-card h2.title-chn {
  margin-top: 0;
  font-size: 24px;
  margin-bottom: 18px;
}

.about-card h4.title-eng {
  margin-bottom: 50px;
  font-size: 16px;
  color: #999999;
}

.about-card p {
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #666666;
  text-indent: 2em;
  text-align: left;
}

.about-img {
  padding: 40px;
}

.about-text {
  display: inline-block;
  vertical-align: middle;
  padding-top: 50px;
}

.about-content {
  padding: 0 25px;
  overflow: hidden;
}
/* .about-content img {
            width: 43%;
            float: left;
        } */

.about-content p {
  /* float: left;  */
  line-height: 36px;
  font-size: 14px;
  color: #666666;
  text-align: left;
  text-indent: 2em;
  /* width: 44.41%; */
  /* margin-left: 4%; */
  margin-top: 40px;
}

.culture-info {
  text-align: center;
  padding-bottom: 139px;
  background: url("../img/bg-about.png") top center;
  background-size: 100% 100%;
  margin-bottom: 300px;
}

.culture-info h2.title-chn {
  margin-top: 0;
  font-size: 24px;
  margin-bottom: 18px;
}

.culture-info h4.title-eng {
  margin-bottom: 61px;
  font-size: 16px;
  color: #999999;
}

.culture-card {
  height: 280px;
  padding-top: 76px;
  padding-bottom: 87px;
  background: #fff;
}

.culture-card h3 {
  color: #333333;
  font-size: 16px;
}

.culture-card h4 {
  font-size: 14px;
  color: #999999;
  margin-bottom: 60px;
  margin-top: 16px;
}

.culture-card p {
  font-size: 14px;
  color: #666;
}

.culture-card:hover {
  box-shadow: 0px 6px 26px 0px rgba(223, 223, 223, 0.43);
  cursor: pointer;
}

.clear {
  clear: both;
  overflow: hidden;
}

.clear::after {
  clear: both;
  zoom: 1;
}

.culture-area {
  text-align: center;
  overflow: hidden;
  padding: 0 1.86%;
  /* margin-bottom: 396px; */
}

.recruitment {
  overflow: hidden;
  margin-bottom: 473px;
}

.recruitment .recruitment-card {
  margin-bottom: 38px;
}

.recruitment .recruitment-card:hover {
  box-shadow: 0px 6px 26px 0px rgba(223, 223, 223, 0.43);
  cursor: pointer;
}

.recruitment .recruitment-card .recruitment-content {
  padding: 0 3% 27px 1.5%;
}

.recruitment-content h3 {
  font-size: 16px;
  color: #333333;
  line-height: 70px;
}

.recruitment-content h5 {
  color: #999999;
  line-height: 70px;
  font-size: 14px;
}

.recruitment-content p {
  line-height: 36px;
  font-size: 14px;
  color: #666666;
}

h1.solve-title-bg {
  font-size: 60px;
  color: #e9e9e9;
  text-align: center;
}

h2.solve-title {
  text-align: center;
  color: #333333;
  font-size: 24px;
  line-height: 70px;
  position: relative;
  top: -77px;
  z-index: 5;
}

h3.solve-describle {
  text-align: center;
  font-size: 16px;
  color: #666666;
  position: relative;
  top: -61px;
  z-index: 5;
}

.solve-line {
  width: 32px;
  height: 4px;
  background-color: #999999;
  margin: 0 auto;
  position: relative;
  top: -88px;
  z-index: 5;
}

.head-line {
  width: 32px;
  height: 4px;
  background-color: #17b1f7;
  margin: 0 auto;
  margin-bottom: 64px;
}

.head-area {
  overflow: hidden;
  width: 84.85%;
  margin: 0 auto;
}

.head-card {
  text-align: center;
  cursor: pointer;
}

.head-card:hover {
  box-shadow: 0px 6px 26px 0px rgba(223, 223, 223, 0.43);
}

.head-content {
  padding: 56px 56px 107px 56px;
}

.head-card h3 {
  color: #17b1f7;
  line-height: 70px;
  font-size: 16px;
}

.head-card p {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  text-align: left;
}

.tab-card {
  display: none;
}

.tab-card .float {
  float: left;
  text-align: center;
}

.tab-card .float_01 {
  float: left;
  width: 21.8%;
  margin: 0 1.56%;
  text-align: center;
  margin-bottom: 26px;
}

.tab-card .float_01 p {
  line-height: 60px;
}
/* .tab-card {
            overflow: auto;
            width: 100%;
            margin-top: 35px;
        } */

.tab-card-select {
  /* display: flex;
            justify-content: space-between; */
  padding: 0 35px;
  margin: 5px 0;
  overflow: auto;
}

.tab-card-select .select_all {
  padding: 10px;
  margin: 15px 0;
  border: 1px solid #eee;
}

.tab-card-select > input {
  padding: 10px;
  border: 1px solid #eee;
}

.tab-card .font_aline {
  color: #666666;
  line-height: 30px;
  font-size: 14px;
}

.clear-both:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}

.tab-card-one {
  overflow: auto;
  overflow: auto;
  /* width: 95%; */
  margin: auto;
  border: solid 1px #e9e9e9;
  margin: 35px;
  padding: 10px;
  box-shadow: 0px 6px 26px 0px rgba(223, 223, 223, 0.43);
}

.clear-both {
  zoom: 1;
}

.business-area {
  margin: 0 auto;
}

.business-content {
  padding: 47px 45px 70px 45px;
  text-align: center;
}

.business-content .line {
  width: 32px;
  height: 4px;
  background-color: #17b1f7;
  margin: 0 auto;
}

.business-content h3 {
  font-size: 16px;
  line-height: 70px;
  color: #17b1f7;
}

.business-content p {
  font-size: 14px;
  line-height: 36px;
  color: #666666;
}

.hover-shadow {
  cursor: pointer;
}

.hover-shadow:hover {
  box-shadow: 0px 6px 26px 0px rgba(223, 223, 223, 0.43);
}

.blue-card-title {
  height: 365px;
  background-color: #17b1f7;
  color: #fff;
  text-align: center;
  padding-top: 85px;
}

.blue-card-title h3 {
  line-height: 45px;
}

.dispatch-card-type {
  background-color: #fff;
  line-height: 45px;
  margin: -120px auto 0;
}

.dispatch-card-type .dispatch-md li.font_aline {
  padding: 33px;
  line-height: 30px;
}

.dispatch-card-type .font_color {
  color: #17b1f7;
  font-weight: 550;
  font-size: 16px;
}

.dispatch-card {
  overflow: auto;
  margin: 26px auto;
  padding: 25px 0;
  text-align: center;
}

.dispatch-card .col-md-3 {
  padding: 60px 0;
}

.dispatch-card h3 {
  line-height: 45px;
  color: #999;
}

.dispatch-card .img {
  margin: 0 auto;
  margin-bottom: 54px;
  width: 18%;
}

.dispatch-card h4.font_color {
  color: #333;
  font-weight: 550;
  font-size: 16px;
}

.dispatch-card .col-md-3 h3 {
  color: #333333;
  line-height: 16px;
  font-size: 16px;
}

.dispatch-card .col-md-3 p {
  color: #666666;
  margin-top: 30px;
  font-size: 14px;
}

.dispatch-content {
  margin-bottom: 137px;
}

.dispatch-blue h2.solve-title {
  color: #fefefe;
}

.dispatch-blue h1.solve-title-bg {
  color: #5ec4f2;
}

.dispatch-blue h3.solve-describle {
  color: #f8f8f8;
}

.dispatch-blue .solve-line {
  background: #fff;
}

.serve-content {
  margin: 80px auto;
}

.font_aline {
  color: #666;
}

.tiao-color {
  width: 2%;
  padding: 15px 0;
  margin: auto;
}

.agency-card {
  text-align: center;
}

.agency-card h3 {
  line-height: 45px;
  color: #999;
  font-size: 16px;
}

.agency-card-type {
  background-color: #fff;
  padding-bottom: 55px;
}
/* .agency-card-type .font_aline {
            padding: 35px;
        } */

.agency-card-type .font_color {
  color: #17b1f7;
  font-weight: 550;
  font-size: 16px;
}

.font_color h4 {
  font-weight: 550;
  font-size: 16px;
  position: relative;
  top: -25px;
}

.agency-container {
  padding-bottom: 312px;
}

.agency-area {
  padding-bottom: 80px;
}

.all {
  padding: 30px 20px;
  background: url("../img/personal-bg.png");
  background-size: 100% 100%;
}

.personal-blue {
  padding-top: 108px;
  padding-bottom: 123px;
  color: #fff;
}

.personal-blue h4 {
  font-size: 16px;
  letter-spacing: 0px;
}

.personal-blue .cn-agency {
  color: #ffffff;
  margin-bottom: 18px;
}

.personal-blue .en-agency {
  font-family: DINPro-Regular;
  font-weight: normal;
  letter-spacing: 0px;
  color: #5ec4f2;
  margin-top: 16px;
}

.float {
  /* float: left; */
  /* width: 25%; */
  padding: 25px;
  text-align: center;
}

.float li {
  padding: 10px 0;
  margin: auto;
}
/* .agency-card {
            overflow: auto;
            /* width: 84.85%;
            margin: 35px auto 0;
            padding: 25px 0; 
        } */

.agency-card .img img {
  width: 20%;
  margin: auto;
}

.agency-tab {
  padding-bottom: 300px;
}

.agency-card .font_color {
  font-weight: 550;
  font-size: 16px;
  margin-top: 40px;
}

.agency-card .float {
  width: 23.33%;
  padding: 40px 0px;
}

.font_aline {
  color: #666;
}

.tiao {
  text-align: center;
}

.tiao-color {
  width: 2%;
  padding: 15px 0;
  margin: auto;
}

.imgA {
  width: 20%;
  margin: auto;
}

.con {
  text-align: center;
  line-height: 30px;
  background-color: #fff;
  padding-top: 80px;
}

.tab-card .con li.font_color {
  margin: 75px auto;
  font-size: 16px;
}

.left {
  text-align: center;
}

.left span {
  position: relative;
  bottom: 120px;
  color: #eee;
  font-size: 32px;
  z-index: -1;
}

.right {
  width: 75%;
  position: relative;
  left: -50px;
}

.types {
  margin: 35px 0 45px 0;
  overflow: auto;
}

.right .float {
  text-align: center;
  margin: auto;
  padding: 0 40px;
}

.width-93 {
  width: 92.82%;
  margin: 0 auto;
}

.training-card {
  text-align: center;
}

.training-card h3.font_color {
  line-height: 16px;
  font-size: 16px;
  color: #17b1f7;
  padding: 0;
  margin-top: 16px;
}

.training-card p.font_aline {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
}

.train-content {
  padding-bottom: 10px;
}

.train-container {
  padding-bottom: 122px;
}

.train-container p.font_aline {
  line-height: 36px;
  height: 100px;
}

.head-container {
  padding-bottom: 331px;
}

.col-90 {
  margin: 0 auto;
  width: 90%;
}

.pages-area {
  width: 45%;
  margin: 0 auto;
  margin-bottom: 338px;
}

.pages-area li {
  text-align: center;
  line-height: 40px;
  height: 40px;
  width: 40px;
  background-color: #f9f9f9;
  font-size: 14px;
  color: #999999;
  cursor: pointer;
  margin-left: 20px;
}

.pages-area li:hover {
  background-color: #17b1f7;
  color: #ffffff;
}

a.arrow {
  display: block;
  width: 38px;
  height: 22px;
  background: url("../img/arrow.png") top center;
  background-size: 100% 100%;
}

a.arrow:hover {
  background: url("../img/arrow-active.png") top center;
  background-size: 100% 100%;
}

.infor-content .link-arrow {
  margin-top: 20px;
}

.navbar-toggle {
  border: 1px solid #17b1f1;
}

.navbar-toggle .icon-bar {
  background: #17b1f1;
}

.navbar {
  margin-bottom: 0px;
  min-height: 70px;
  font-size: 16px;
}

.navbar-brand {
  font-size: 16px;
  display: block;
  padding: 30px;
}

.navbar-nav > li > a {
  display: block;
  height: 80px;
  text-align: center;
  padding: 20px 20px;
}

.navbar-nav > li > a:hover {
  background: #fff;
  color: #17b1f7;
  border-bottom: 3px solid #17b1f7;
}

.navbar-nav > li > a.active {
  color: #17b1f7;
  border-bottom: 3px solid #17b1f7;
}

@media screen and (max-width: 756px) {
  .content,
  .content.solve-content {
    padding: 30px 5px;
  }
  .nav {
    float: none;
  }
  .navbar {
    min-height: 50px;
  }
  .navbar-brand {
    padding: 0;
    line-height: 50px;
  }
  .navbar-nav > li > a {
    display: block;
    height: 50px;
    padding: 0 20px;
  }
  .logo-img {
    width: 30px;
    height: 30px;
    margin-top: 3%;
    margin-left: 5px;
  }
}
/* solveCase-1 */

.warp {
  color: #333;
}

.title {
  text-align: center;
  line-height: 35px;
  margin-bottom: 10px;
}

.solve-title {
  /* margin-top: 45px; */
  font-size: 24px;
}

.title h3 {
  font-size: 16px;
  color: #666666;
}

.tab-card {
  text-align: center;
}

.tab-card .float {
  float: left;
  width: 30%;
  padding: 0 1.56%;
  margin: 1% 0;
  text-align: center;
}

.tab-card .float li {
  padding: 20px 0;
}

.tab-card .float_01 {
  float: left;
  width: 21.8%;
  padding: 0 1.56%;
  text-align: center;
}

.tab-card .float_01 li {
  padding: 20px 0;
}

.tab-card {
  overflow: auto;
  width: 100%;
  margin-top: 35px;
}

.tab-card .img_01 {
  height: 200px;
  overflow: hidden;
}

.tab-card .font_color {
  padding-top: 40px;
  color: #34bbf8;
  font-weight: 550;
  box-sizing: content-box;
}

.tab-card .font_aline {
  color: #666666;
  line-height: 14px;
  font-size: 14px;
  padding: 20px 0;
}

.num-bg {
  font-family: DINPro-Medium;
  font-size: 72px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 70px;
  letter-spacing: 0px;
  color: rgba(23, 177, 247, 0.1);
}

.dispatch-md {
  height: 300px;
}

.icon-blue {
  width: 32px;
  height: 4px;
  background-color: #17b1f7;
  margin: 0 auto;
}

.search {
  border: 0;
  background: transparent;
  position: relative;
  top: -32px;
  font-size: 14px;
}
.form-row {
  display: flex;
  align-items: center;
}
.form-row label {
  font-size: 16px;
}
