﻿body {
  font-family: "微软雅黑" ，sans-serif;
}

* {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

img{
  opacity: 1 !important;
}

.clearfix::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

/*********header部分*******************/
.navbar-default {
  background-color: #242a37;
  color: #fff;
  border: none;
}

.navbar-default .navbar-brand {
  height: 64px;
  line-height: 32px;
  vertical-align: middle;
  font-size: 28px;
}

.navbar-brand > img {
  display: block;
  padding-top: 7px;
}

.navbar-default .navbar-nav > li > a {
  height: 64px;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
}

.navbar-default .navbar-toggle:hover {
  border-color: #10c18a;
  background-color: #10c18a;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-toggle {
  margin-top: 15px;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #10c18a;
  background-color: transparent;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #10c18a;
  background-color: transparent;
}

.navbar-nav li > a.active {
  color: #10c18a;
}

#carousel-container {
  padding-top: 64px !important;
}

.index-banner {
  margin-top: 64px !important;
}

.carousel-caption {
  position: absolute;
  left: 20%;
  top: 50% !important;
  transform: translateY(-50%);
  padding: 0;
  bottom: auto;
  z-index: 10;
  color: #fff;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption-d {
  position: absolute;
  right: 15%;
  bottom: 20%;
}

#carousel-container .carousel-caption h2 {
  font-family: "微软雅黑", helvetica, sans-serif, arial;
  font-size: 36px;
  line-height: 60px;
  margin-top: 0;
}

.product-title {
  color: #333;
  text-shadow: none;
}

.product-text {
  color: #4c4c4c !important;
  text-shadow: none;
}

#carousel-container .carousel-caption p {
  width: 600px;
  text-align: justify;
  line-height: 30px;
  margin-top: 1em;
  font-size: 14px;
  color: #ccc;
  font-family: "微软雅黑", helvetica, sans-serif, arial;
}

#carousel-container .carousel-caption a {
  display: block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  margin-top: 2em;
  background-color: #10c18a;
  color: #fff;
  text-decoration: none;
  text-align: center;
  text-shadow: none;
}
#carousel-container .carousel-caption a:hover {
  background-color: #0ead7c;
}

.news .container {
  margin-top: 32px;
}

.news .carousel-caption {
  position: absolute;
  top: 45%;
}

.news-title {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.news-title p {
  font-size: 48px !important;
  margin: 0 !important;
  color: #fff !important;
}

.aboutUs #carousel-container {
  padding-top: 32px !important;
}

.about-title {
  margin: 0 auto;
  padding: 0;
  width: 600px !important;
  height: 150px !important;
  text-align: center;
  background-color: rgba(225, 225, 225, 0.1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about-title .about-text {
  font-size: 50px !important;
  font-weight: bold !important;
  margin: 0 !important;
  line-height: 150px !important;
  width: 600px !important;
  text-align: center !important;
}

.title1 {
  color: #fff;
}

.title2 {
  color: #0fc18a;
}
.section3-content {
  position: relative;
}
.left-int {
  position: absolute;
  margin-top: 40px !important;
  width: 510px;
  height: 220px !important;
  vertical-align: middle;
  background-color: #fff;
  box-shadow: 0px 2px 8px #c1c1c1;
  padding: 54px 0 0 40px;
  float: left;
  z-index: 1;
}
.left-int p {
  margin-bottom: 5px !important;
}
.left-int p a {
  color: #0fc18a !important;
}
.left-int p a:hover {
  text-decoration: underline !important;
  color: #0fc18a !important;
}
.right-int {
  position: relative;
  float: right;
  margin-bottom: 70px;
}
.right-border {
  width: 444px;
  height: 295px;
  border: 1px solid rgba(15, 193, 138, 1);
}
.right-img {
  position: absolute;
  bottom: 17px;
  left: 17px;
  width: 443px;
  height: 296px;
}
.right-img img {
  width: 100%;
  height: 100%;
}

/************footer部分*******************/
footer {
  background-color: #242a37;
  padding-bottom: 40px;
}

footer p:last-child{
  margin-top: 12px;
}
footer .row:nth-of-type(2){
  padding: 0 15px;
}

footer dl {
  margin-top: 30px;
}

footer dl dt {
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
}

footer dl dd a {
  height: 30px;
  line-height: 30px;
  color: #929093;
  font-size: 12px;
}

footer dl dd a:hover,
footer dl dd a:focus {
  color: #10c18a;
}

footer dl dd img {
  width: 100px;
}

footer h4 {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  vertical-align: bottom;
}

footer ul {
  display: inline-block;
  font-size: 0;
  overflow: hidden;
  vertical-align: bottom;
}

footer ul li {
  display: inline-block;
  vertical-align: bottom;
}

footer ul li a {
  display: block;
  font-size: 12px;
  color: #929093;
  margin: 0 15px;
}

footer ul li a:hover,
footer ul li a:focus {
  color: #10c18a;
}

footer .border {
  height: 20px;
  border-bottom: 1px solid #929093;
}

footer p {
  font-size: 12px;
  color: #929093;
  margin-top: 20px;
}

/**********锚链接部分****************/
main > header {
  border-bottom: 1px solid #eaeaea;
}

main > header a {
  display: inline-block;
  width: 100px;
  height: 52px;
  line-height: 52px;
  text-decoration: none;
  text-align: center;
  color: #3e3e3e;
  font-size: 14px;
}

main > header a:focus,
main > header a:hover,
main > header a.active {
  color: #10c18a;
  border-bottom: 2px solid #10c18a;
  text-decoration: none;
}

main .section {
  padding: 0px 0px 3em 0px;
}

main .section .section-title > h2 {
  line-height: 80px;
  margin-top: 40px;
  font-size: 24px;
  font-weight: bolder;
  font-family: "微软雅黑", helvetica, sans-serif, arial;
}

main .section .section-title > p {
  line-height: 30px;
  margin: 0px 0px 30px 0px;
  font-size: 16px;
  color: #666;
  font-family: "微软雅黑", helvetica, sans-serif, arial;
  text-align: left;
}

main .danger h4,
main .advantages h4 {
  height: 35px;
  line-height: 40px;
  font-size: 16px;
  text-align: left;
  text-indent: 25px;
  font-family: "MicrosoftYaHei";
}

main .danger .danger-box,
main .advantages .advantages-box {
  padding: 10px;
}

.advantages-box .media {
  margin: auto;
}
.p-advantages .advantages-box .media {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

main .danger .danger-box .media p,
main .advantages .advantages-box .media p {
  font-size: 14px;
  color: #666;
  text-align: left;
  margin-left: 25px;
  line-height: 20px;
  font-family: "MicrosoftYaHei";
}

main .advantages .advantages-box .media p.second {
  height: 72px;
}

main .danger .danger-box .media .media-right a,
main .advantages .advantages-box .media-right a {
  display: inline-block;
  width: 60px;
  height: 38px;
  margin-right: 15px;
  line-height: 36px;
  text-decoration: none;
  color: #888;
}

.special-img {
  line-height: 400px;
}

.special-img1 {
  line-height: 350px;
}

.special-img2 {
  line-height: 450px;
}

.special-advan {
  margin-top: -40px;
}

main .function,
main .p-advantages {
  background-color: #f7f8fa;
}

main .function-white {
  background-color: #fff;
}

main .function .function-content {
  margin-top: 40px;
}

main .advantages {
  width: 100%;
  background: url("../img/unmanned-bank/bg.png") no-repeat;
  background-size: cover;
}


main .productsAddApplications .nav-tabs > li > a {
  display: inline-block;
  width: 200px;
  margin-right: 2px;
  line-height: 1.42857143;
  background-color: #dbe0e5;
  border: 1px solid transparent;
  border-radius: 0;
  text-align: center;
}

.productsAddApplications a {
  color: #000;
}

.productsAddApplications a:hover {
  color: #10c18a;
}

.productsAddApplications .tab-content {
  padding: 0 !important;
}

.productsAddApplications img {
  margin: 36px 0;
  padding: 0 !important;
}
.special-productsAddApplications img {
  margin: 0;
}

.productsAddApplications p {
  margin: 30px 0 0 !important;
}

main .productsAddApplications .nav-tabs > li.active > a,
main .productsAddApplications .nav-tabs > li.active > a:focus,
main .productsAddApplications .nav-tabs > li.active > a:hover {
  color: #10c18a;
  cursor: default;
  background-color: #fff;
  border-top: 2px solid #10c18a;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

main .productsAddApplications .tab-content {
  padding-top: 40px;
  border-bottom: 1px solid #dbe0e5;
  border-left: 1px solid #dbe0e5;
  border-right: 1px solid #dbe0e5;
}

main .policy-ul {
  border-left: 1px solid #dbe0e5;
}

main .productsAddApplications .tab-content img {
  padding-top: 1em;
}

main .awards {
  background-color: #f7f8fa;
}

main .awards p.awards-content {
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
}

main .awards .col-md-4 img {
  vertical-align: top;
}

main .policySupport {
  background-color: #f7f8fa;
}

main .policySupport .policySupport-box {
  height: 126px;
  background-color: #fff;
  border: 1px solid #e7e8ea;
  margin: 10px 0;
  box-shadow: 0px 0px 5px #e7e8ea;
  vertical-align: top;
}


main .map .section-title p {
  text-align: center !important;
}

main .map img {
  width: 100%;
}

main .map p.map-smallTit {
  color: #eee;
  text-align: center;
}

main .awardsPic {
  background-color: #f7f8fa;
}

main .awardsPic .content img {
  width: 80%;
  height: 200px;
  vertical-align: top;
}

main .awardsPic .content p {
  width: 80%;
  font-size: 16px;
  height: 30px;
  margin: 15px 0px;
  text-align: center;
}

main .certificateDisplay img {
  width: 80%;
  vertical-align: top;
}

main .certificateDisplay .content p,
main .provide .content p {
  width: 80%;
  font-size: 16px;
  height: 30px;
  margin: 15px 0px;
  text-align: center;
}

main .certificateDisplay .vertical img {
  display: inline-block;
  width: 45%;
  float: left;
}

main .provide {
  background-color: #f7f8fa;
}

main .provide img {
  vertical-align: top;
}
.special-p1 p {
  margin-top: 28px !important;
}
.special-p2 p {
  margin-top: 15px !important;
  margin-bottom: 0 !important;
}
.special-p3 p {
  margin-top: 15px !important;
}

main .provide .content p {
  width: 100%;
}

/*********产品模块部分样式*******************/
main .p-function .function-box {
  width: 100%;
  height: 336px;
  box-shadow: 0 0 5px #ececec;
  border-radius: 2px;
  box-sizing: border-box;
  background-color: #fff;
  margin-bottom: 40px;
}

main .p-function .function-box img {
  margin: 30px auto;
}

main .p-function .function-box p {
  padding: 10px 16% 0;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  line-height: 22px;
  /*********中英文字混用两端对齐*******************/
  text-align: justify;
  /*********中英文字混用两端对齐(兼容IE)*******************/
  text-justify: inter-ideograph;
  /*********中英文字混用两端对齐(兼容FireFox)*******************/
  text-justify: distribute;
}

main .p-advantages {
  margin-top: -10px;
}

main .p-advantages .advantages-box {
  position: relative;
  margin-bottom: 30px;
  height: 140px;
  border: 1px solid #dbe0e5;
  background-color: #fff;
  box-sizing: border-box;
}

main .p-advantages .advantages-box .media-object {
  margin-right: 10px;
}

main .p-advantages .advantages-box h4 {
  margin-bottom: 10px;
}

main .p-advantages .advantages-box p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  line-height: 22px;
}

.advantages-box1 {
  border: 1px solid rgba(219, 224, 229, 1);
  height: 140px;
  padding: 21px 40px 21px 24px;
  box-sizing: border-box;
}


main .p-display .container img {
  padding-bottom: 30px;
}

.img-special-h img {
  width: 70% !important;
}

.img-special-s img {
  width: 50% !important;
}

main .last-section {
  padding-bottom: 40px;
}

main .special-awards-margin {
  margin-top: -30px;
}


main .special-advantages {
  background-color: #fff;
  margin-top: 0 !important;
}


main .p-display .content:nth-of-type(3) {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

main .p-display .lock {
  padding: 40px 0;
}

main .p-display .lock:nth-of-type(1) {
  margin-top: -40px;
}

main .p-display .lock a {
  display: inline-block;
  margin-top: 84px;
  width: 216px;
  height: 56px;
  background-color: #30b182;
  font-size: 22px;
  line-height: 56px;
  color: #fff;
  border-radius: 28px;
  text-align: center;
}

main .p-display .lock p {
  font-size: 14px;
  color: #666;
  font-family: MicrosoftYaHei;
}

main .p-display .lock p:nth-of-type(1) {
  margin: 30px 0 15px 0;
}

main .p-framework .framework-box {
  margin-bottom: 8px;
  background: rgba(234, 238, 245, 1);
  border-radius: 4px;
}

main .p-framework .framework-box .box-left {
  float: left;
}

main .p-framework .framework-box .box-right {
  float: left;
}

main .p-framework .text-circle {
  margin: 14px 12px 10px 12px;
  width: 8px;
  height: 8px;
  background: rgba(16, 193, 138, 1);
  border-radius: 50%;
}

main .p-framework .text-content {
  margin-bottom: 0;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  line-height: 36px;
}


.policy-left {
  line-height: 134px;
}

.policy-left img {
  margin-left: 20px;
}

/* 新闻 */
.date-img {
  display: inline-block;
  margin-right: 3px;
  width: 11px !important;
  height: 11px !important;
}

.date-img img {
  width: 100% !important;
  height: 100% !important;
}

.date-circle {
  margin: 0 3px 2px 24px;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #b3b3b3;
}

/* 关于我们 */
.context-num {
  position: relative;
}
.context-text {
  position: absolute;
  top: 200px;
  top: 20px;
  left: 40px;
}
.context-title {
  margin-bottom: 20px !important;
  font-size: 36px !important;
  color: #333 !important;
}
.context-text p {
  margin-bottom: 10px;
  font-size: 14px;
  color: #666;
}
.context-left,
.context-right {
  height: 240px;
  box-sizing: border-box;
}

/* 分页 */
.paging {
  text-align: right !important;
  margin: 40px 0 70px;
}

.paging .number.active {
  background-color: #0fc18a !important;
}

.paging .number:hover {
  color: #0fc18a !important;
}

@media screen and (max-width: 1400px) {
  .carousel-caption {
    left: 6%;
  }

  .carousel-caption h2 {
    font-size: 24px !important;
  }

  .carousel-caption p {
    font-size: 12px !important;
  }

  .news-title p {
    font-size: 30px !important;
    width: 980px !important;
    margin-top: 30px !important;
  }

  .p-awards .container img {
    width: 70%;
  }
}

@media (max-width: 768px) {
  .navbar-header {
    margin-left: 1% !important;
  }

  .nav-left {
    width: 240px !important;
    line-height: 50px !important;
  }
  #paging .container {
    padding: 0;
  }
  .nav-left img {
    width: 100% !important;
  }
  .news .container {
    margin-top: 0;
  }
  .carousel-content .item {
    height: 240px;
  }
  .carousel-content .item img {
    height: 100%;
  }
  .news-title p {
    font-size: 16px !important;
  }
  .news-center .media-left {
    display: none;
  }
  .news-center .media-content {
    padding-left: 0;
    height: 320px;
  }
  .paging {
    text-align: left !important;
  }
  #carousel-container .carousel-caption h2 {
    font-size: 18px !important;
    line-height: 10px;
  }
  .carousel-caption {
    right: 6% !important;
  }
  #carousel-container .carousel-caption p {
    width: auto;
  }
  #carousel-container .carousel-caption a  {
    margin-top: 0;
  }
  main .section .section-title > h2 {
    margin-top: 0;
  }
  .container-fluid {
    display: none;
  }
  footer .container-fluid {
    display: block;
  }
  main .section .section-title > p {
    margin: 0;
  }
  .special-img {
    line-height: 0;
  }
  .special-img img {
    width: 100%;
  }
  .function-content img {
    width: 100%;
  }
  .advantages-box .media p {
    margin-left: 5px !important;
  }
  main .advantages h4 {
    text-indent: 5px !important;
  }
  main .productsAddApplications .tab-content img {
    width: 100%;
  }
  main .productsAddApplications .nav-tabs > li.active > a {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd !important;
  }
  main .p-function .function-box img {
    width: auto;
  }
  .p-awards .container img {
    width: 100%;
  }
  #carousel-container .carousel-caption p {
    line-height: 22px;
  }
}
@media (max-width: 375px) {
  .carousel-caption {
    bottom: 20%;
  }
  .case-carousel img {
    width: 70%;
  }
}
