.container {
}

.col {
    background: #fff;
    padding: 50px 0;
}

.col .content {
}

.col .h2 {
    text-align: center;
    font-size: 30px;
    /*font-weight: 700;*/
    line-height: 42px;
    color: #444;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.col .p {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #666;
}
/* 头部导航 */
.navbar-default {
    min-height: 89px;
    background-color: #fff;
    border: 0;
    margin: 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  }
  .navbar-default .nav > li {
    padding: 28px 16px;
  }
  .navbar-default .nav > li.dropdown {
    padding-right: 22px;
  }
  .navbar-default .nav > li.dropdown > a:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0d7";
    color: #999;
    font-weight: 400;
    margin-left: 4px;
    font-size: 12px;
    position: absolute;
  }
  .navbar-default .nav > li > a {
    font-size: 13px;
    line-height: 15px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    padding: 8px 0;
    border-bottom: 2px solid transparent;
  }
  .navbar-default .navbar-nav > li:hover > a,
  .navbar-default .navbar-nav > li:focus > a {
    color: #333;
    background: transparent;
    border-bottom: 2px solid #ccc;
  }
  .navbar-default .navbar-nav > .active > a {
    color: #333;
    background: transparent;
    border-bottom: 2px solid #ea623d;
  }
  .navbar-default .navbar-nav > .active:hover > a,
  .navbar-default .navbar-nav > .active:focus > a {
    background: transparent;
    border-color: #ea623d;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    background: transparent;
  }
  .navbar-default .navbar-brand {
    margin-top: 9px;
  }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    background: none;
    border-color: inherit;
  }
  .navbar-toggle {
    margin-top: 25px;
  }
  /* menu on hover */
  li.dropdown:hover .dropdown-menu {
    display: block;
  }
  .dropdown-menu {
    overflow: hidden;
    list-style: circle outside none;
  }
  .dropdown-menu {
    min-width: 220px;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  }
  .dropdown-menu > li > a {
    background: #2a272e;
    border-top: 1px solid #353239;
    display: block;
    padding: 17px 20px;
    color: #fff;
    font-size: 14px;
    line-height: 15px;
    width: 100px;
  }
  .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:focus {
    color: #ea623d;
    background: #2a272e;
  }
  @media (min-width: 768px) {
    .navbar-right .dropdown-menu {
      right: auto;
      left: 0;
    }
  }
  .navbar-default {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease ease-in-out 0.2s;
    -moz-transition: all 0.5s ease ease-in-out 0.2s;
    -o-transition: all 0.5s ease ease-in-out 0.2s;
    transition: all 0.5s ease ease-in-out 0.2s;
  }
  .navbar-transparent {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-transparent .nav > li > a {
    color: #fff !important;
  }
  .navbar-transparent .navbar-nav > .active > a {
    border-color: #fff;
  }
  .navbar-transparent .navbar-nav > .active:hover > a,
  .navbar-transparent .navbar-nav > .active:focus > a {
    border-color: #fff;
  }
  .navbar-fixed-top .navbar-nav > li:hover > a,
  .navbar-fixed-top .navbar-nav > li:focus > a {
    border-color: transparent;
  }
  #showHeaderSearch {
    float: right;
    padding: 22px 0 22px 22px;
    margin: 11px 0 10px 10px;
    color: #666;
  }
  #showHeaderSearch:hover {
    color: #333;
  }
  #showHeaderSearch i {
    width: 15px;
  }
  .header-search {
    position: absolute;
    height: 106px;
    left: 0;
    right: 0;
    bottom: -106px;
    background: #ea623d;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25) inset, 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25) inset, 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  }
  .header-search .container {
    position: relative;
    margin-top: 26px;
  }
  .header-search input[type="text"] {
    border: 0;
    width: 100%;
    color: #fff;
    color: rgba(255, 255, 255, 0.85);
    height: 52px;
    padding: 5px 60px 5px 0;
    font-size: 32px;
    line-height: 40px;
  }
  .header-search input[type="text"]:-moz-placeholder {
    color: #fff;
    color: rgba(255, 255, 255, 0.4);
  }
  .header-search input[type="text"]::-moz-placeholder {
    color: #fff;
    color: rgba(255, 255, 255, 0.4);
    opacity: 1;
  }
  .header-search input[type="text"]:-ms-input-placeholder {
    color: #fff;
    color: rgba(255, 255, 255, 0.4);
  }
  .header-search input[type="text"]::-webkit-input-placeholder {
    color: #fff;
    color: rgba(255, 255, 255, 0.4);
  }
  .header-search button[type="submit"] {
    border: 0;
    padding: 0;
    margin: 0;
    color: #fff;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease ease-in-out 0.2s;
    -moz-transition: all 0.2s ease ease-in-out 0.2s;
    -o-transition: all 0.2s ease ease-in-out 0.2s;
    transition: all 0.2s ease ease-in-out 0.2s;
    background: #777;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    right: 0;
    top: 1px;
  }
  .header-search button[type="submit"]:hover {
    background: #2a272e;
  }
  .header-search button[type="submit"] i {
    margin-right: -1px;
  }
  /* ==================== */
  /* ====== FORMS ======= */
  .form-group {
    margin-bottom: 10px;
  }
  .form-control {
    display: block;
    width: 100%;
    height: 39px;
    padding: 9px;
    font-size: 13px;
    line-height: 17px;
    color: #333;
    background-color: transparent;
    background-image: none;
    border: 2px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
    -webkit-transition: none ease-in-out 0.2s;
    -moz-transition: none ease-in-out 0.2s;
    -o-transition: none ease-in-out 0.2s;
    transition: none ease-in-out 0.2s;
  }
  .form-control:focus {
    border-color: #999;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .form-control:-moz-placeholder {
    color: #333;
  }
  .form-control::-moz-placeholder {
    color: #333;
    opacity: 1;
  }
  .form-control:-ms-input-placeholder {
    color: #333;
  }
  .form-control::-webkit-input-placeholder {
    color: #333;
  }
  .form-control textarea {
    height: auto;
    min-height: 210px;
    resize: none;
  }
  .control-label {
    display: block;
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0 0 7px 0;
  }
  .control-label span {
    color: #999;
  }
  .form-group {
    margin-bottom: 25px;
  }
  .has-error .control-label,
  .has-error .radio,
  .has-error .checkbox,
  .has-error .radio-inline,
  .has-error .checkbox-inline {
    color: inherit;
  }
  .has-error .help-block {
    color: #bc3d3d;
  }
  .has-error .form-control:focus {
    border-color: #bc3d3d;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .has-error .form-control {
    border-color: #bc3d3d;
  }
  .has-error .help-block {
    font-size: 11px;
    line-height: 11px;
    margin: 0;
    position: relative;
    top: 7px;
    height: 0;
  }
  @media (max-width: 771px) {
    .navbar .dropdown-menu {
      position: relative;
      display: block;
      width: 100%;
      float: none !important;
      margin-top: 10px !important;
    }
    .header-search {
      display: block !important;
      position: relative;
      margin: 20px 0 0 0;
      top: 0;
      bottom: 0;
      float: none !important;
      -webkit-box-shadow: none;
      box-shadow: none;
      height: auto;
    }
    .header-search .container {
      margin-top: 0;
    }
    .header-search input[type="text"] {
      font-size: 20px;
      line-height: 22px;
    }
    .header-search button[type="submit"] {
      background: transparent;
    }
    .header-search .form-group {
      margin: 0;
    }
  }
/* 侧边栏 */
.slide {
    position: fixed;
    right: 1px;
    top: 100px;
    z-index: 999999999;
  }
  .slide a{
    text-decoration: none;
  }
  .slide > div {
    width: 82px;
    height: 68px;
    position: relative;
    margin-bottom: 2px;
  }
  
  .slide > div:hover .base {
    background-color: #0099ff;
  }
  
  .slide > div:hover .hover {
    display: block;
  }
  
  .slide > div .base {
    overflow: hidden;
    background-color: #474747;
    width: 82px;
    height: 68px;
  }
  
  .slide > div .base img {
    margin: 13px auto 5px;
    width: 25%;
    display: block;
  }
  
  .slide > div .base p {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: white;
    line-height: 1.2;
    text-align: center;
    margin: 8px;
  }
  
  .slide > div .hover {
    position: absolute;
    right: 82px;
    top: 0;
    display: none;
  }
  
  .slide > div .tel {
    background-color: #0099ff;
    width: 217px;
    height: 68px;
    text-indent: 15px;
  }
  
  .slide > div .tel p {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: white;
    line-height: 40px;
    margin: 12px 0;
  }
  
  .slide > div .tel a {
    font-size: 25px;
    color: #fff;
    display: block;
    font-weight: bold;
    text-indent: 60px;
    position: relative;
    top: -29px;
    left: -45px;
  }
  
  .slide > div .er {
    width: 219px;
    background: #0099ff;
    position: absolute;
    right: 100%;
    height: 261px;
    bottom: -10px;
    z-index: 99;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    color: #fff;
  }
  
  .slide > div .er img {
    width: 200px;
    height: 200px;
    display: block;
    margin: 10px auto;
  }
/* 底部 */
footer {
    padding: 16px 0;
    color: #ccc;
    background: #2a272e;
}
footer p {
    color: #ccc;
    margin: 0;
}
footer a {
    color: #ea623d;
    text-decoration: none
}
footer a:hover{
    color: #ea623d;
    text-decoration: none
}

.banner {
    height: 520px;
    background: url(../images/banner.png) no-repeat center;
    position: relative;
}

.banner .wrp1150 {
    position: relative;
    height: 100%;
}

.banner .btn-group {
    position: absolute;
    bottom: 60px;
    left: 310px;
}

.banner .btn-group .btn {
    font-size: 18px;
    display: block;
    width: 158px;
    height: 52px;
    border: 1px solid;
    text-align: center;
    line-height: 52px;
    float: left;
    color: #fff;
    border-radius: 4px;
    margin: 0 20px;
}

.banner .btn-group .btn.resUrl {
    background: #fdea2e;
    border-color: #fdea2e;
    color: #fd444c;
}

.banner .btn-group .btn.kfUrl {
}

.banner .btn-group .btn:hover {
    opacity: .9;
}

.last-col {
    text-align: center;
}

.last-col p {
    font-size: 28px;
    color: #1c8ffb;
    font-weight: 700;
    margin-bottom: 25px;
}

.last-col a {
    background: #1C8FFB;
    color: #fff;
    font-size: 18px;
    padding: 12px 40px;
    border-radius: 8px;
}

.last-col img {
    margin-top: 40px;
}

/*介绍*/
.js-col {
}

.js-col .h2 {
    color: #fd444c;
}

.js-col .content {
}

.js-col .content ul {
    padding-top: 20px;
}

.js-col .content ul li {
    width: 33.3333%;
    float: left;
    background: url(../images/jieshao_bg.png)no-repeat right 36px;
    height: 270px;
}

.js-col .content ul li h3 {
    color: #494949;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}

.js-col .content ul li p {
    color: #494949;
    font-size: 16px;
    line-height: 30px;
    padding: 20px 50px 20px 40px;
}

.js-col .content .p {
    text-align: center;
    padding: 20px 54px;
    color: #494949;
    font-size: 16px;
    line-height: 30px;
}

.js-col .content .img {
    text-align: center;
    padding: 50px 0;
}

.js-col .content .img img {
}

.js-col .content .btn {
    margin: 0 auto;
    display: block;
    margin-top: 20px;
    width: 160px;
    height: 54px;
    background: #fd444c;
    color: #fff;
    text-align: center;
    line-height: 54px;
    font-size: 16px;
    border-radius: 4px;
}

.js-col .content .btn:hover {
    opacity: .9;
}

/*模式介绍*/
.fxms-col {
    background: #f4f4f4;
}

.fxms-col .content {
    padding: 0 50px;
}

.fxms-col .content>div {
    width: 45%;
}

.fxms-col .content .text {
    margin-bottom: 40px;
    height: 240px;
}

.fxms-col .content .text h3 {
    color: #71a6dc;
    font-size: 28px;
    margin-bottom: 16px;
    text-align: center;
}

.fxms-col .content .text p {
    line-height: 2;
    margin-bottom: 10px;
    padding: 0 40px;
}

.fxms-col .content .fl .text p {
    line-height: 3;
}

.fxms-col .content .img {
    text-align: center;
}

.fxms-col .btn-group {
    text-align: center;
    padding: 50px 0 0;
}

.fxms-col .btn-group .btn {
    font-size: 18px;
    display: inline-block;
    width: 158px;
    height: 52px;
    border: 1px solid;
    text-align: center;
    line-height: 52px;
    color: #fff;
    border-radius: 4px;
    margin: 0 20px;
}

.fxms-col .btn-group .btn.resUrl {
    background: #fc424d;
    border-color: #fc424d;
    color: #fff;
}

.fxms-col .btn-group .btn.kfUrl {
    background: #6aa5ff;
    border-color: #6aa5ff;
    color: #fff;
}

.fxms-col .btn-group .btn:hover {
    opacity: .9;
}

/*发展*/
.fz-col {
}

.fz-col .head-bg {
    width: 100%;
    height: 300px;
    background: url('../images/fxs_bg.jpg') no-repeat center top,url('../../img/weifenxiao/fxs_bg01.jpg') repeat-x top;
}

.fz-col h3 {
    font-size: 26px;
    line-height: 56px;
    padding-bottom: 20px;
    font-weight: 800;
    text-align: center;
}

.fz-col h3 span {
    color: #008cd7;
}

.fz-col .img {
    text-align: center;
}

/*系统及功能*/
.xitong .title {
    text-align: center;
    margin-bottom: 40px;
}

.xitong .title h2 {
    background: #0176ca;
    color: #fff;
    font-size: 42px;
    font-weight: 800;
    line-height: 90px;
}

.xitong .title .xsj {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 23px solid transparent;
    border-right: 23px solid transparent;
    border-top: 38px solid #0176ca;
}

.xitong_head {
    padding-left: 592px;
    height: 628px;
    background: url(../images/xitong01.jpg) no-repeat left;
}

.xitong_head ul {
    padding-left: 30px;
}

.xitong_head ul li {
    background: #ebebeb;
    width: 520px;
    border-radius: 60px;
    margin-bottom: 40px;
}

.xitong_head ul li .aside {
    font-size: 74px;
    font-weight: 800;
    color: #fff;
    border-radius: 50%;
    background: #0176ca;
    display: block;
    width: 112px;
    height: 112px;
    text-align: center;
    line-height: 112px;
}

.xitong_head ul li .txt {
    padding-top: 12px;
    padding: 12px 10px;
}

.xitong_head ul li .txt h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
}

.xitong_head ul li .txt h3 span {
    color: #E57728;
}

.xitong_head ul li .txt p {
    line-height: 26px;
    font-size: 16px;
}

.xitong_con {
    padding: 50px 0;
}

.xitong_con ul {
}

.xitong_con ul li {
    padding: 10px;
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.xitong_con ul li:nth-child(odd) {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

.xitong_con ul li:nth-child(even) {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

.xitong_con ul li .img {
}

.xitong_con ul li .img img {
}

.xitong_con ul li .txt {
    padding: 22px 30px;
}

.xitong_con ul li .txt h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 10px;
}

.xitong_con ul li .txt p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 2px;
}

.xitong_con .xt_col1 {
    background: linear-gradient(to right, #F7EADC , #fff);
}

.xitong_con .xt_col1 h3 {
    color: #f89628;
}

.xitong_con .xt_col2 {
    background: linear-gradient(to left, #b2f1c2 , #fff);
}

.xitong_con .xt_col2 h3 {
    color: #6cd086;
}

.xitong_con .xt_col3 {
    background: linear-gradient(to right, #b0d7ff , #fff);
}

.xitong_con .xt_col3 h3 {
    color: #6ab4ff;
}

.xitong_con .xt_col4 {
    background: linear-gradient(to left, #ffadae , #fff);
}

.xitong_con .xt_col4 h3 {
    color: #eb5f60;
}

.xitong_con .xt_col5 {
    background: linear-gradient(to right, #aefaff, #fff);
}

.xitong_con .xt_col5 h3 {
    color: #37bac3;
}

.gongneng {
}

.gongneng .title {
    text-align: center;
    margin-bottom: 40px;
}

.gongneng .title h2 {
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    line-height: 90px;
    background: #01b9ef;
}

.gongneng .title h2 span {
    font-weight: 400;
}

.gongneng .title .xsj {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 23px solid transparent;
    border-right: 23px solid transparent;
    border-top: 38px solid #01b9ef;
}

.gongneng .gn_col {
    margin-bottom: 40px;
    padding: 0 40px;
}

.gongneng .gn_col .img {
}

.gongneng .gn_col .txt {
}

.gongneng .gn_col .txt ul li {
    letter-spacing: 2px;
    padding: 20px 10px;
}

.gongneng .gn_col .txt ul li:nth-child(2) {
    border-top: 1px dashed #00adec;
    border-bottom: 1px dashed #00adec;
}

.gongneng .gn_col .txt ul li b {
    font-size: 40px;
    font-weight: 400;
    line-height: 32px;
    padding-right: 30px;
    color: #E01437;
}

.gongneng .gn_col .txt ul li span {
}

.gongneng .gn_col .txt ul li span h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.gongneng .gn_col .txt ul li span p {
    font-size: 16px;
    color: #494949;
}

.gongneng .gn_col:last-child .txt {
    width: 460px;
    padding-top: 100px;
}

.gongneng .gn_col:last-child h3 {
    text-align: center;
    font-size: 36px;
    color: #FF5301;
    line-height: 90px;
    margin-bottom: 20px;
}

.gongneng .gn_col:last-child p {
    font-size: 16px;
    color: #454545;
    letter-spacing: 1px;
    line-height: 28px;
    margin-bottom: 26px;
    padding: 0 8px;
}

.gongneng .gn_col:last-child p span {
    font-weight: 700;
    color: #E53C39;
}

/*特色*/
.ts-col {
    background: #4383ff;
}

.ts-col .h2 {
    color: #fff;
}

.ts-col .p {
    color: #fff;
}

.ts-col .content {
}

.ts-col .content ul {padding-top: 30px;}

.ts-col .content ul li {float: left;border: 1px solid #fff;border-radius: 4px;text-align: center;width: 190px;margin: 30px 47px;}

.ts-col .content ul li .img {
}

.ts-col .content ul li .img .icon {display: block;margin: 20px auto 10px;}

.ts-col .content ul li h3 {color: #fff;font-size: 16px;margin-bottom: 10px;}

.ts-col .content ul li p {color: #fff;font-size: 14px;padding: 0 10px;height: 100px;}

.pk-col{}
.pk-col .content{}
.pk-col .content .bg{width:944px;height:566px;background: url('../images/pk-bg.png') no-repeat center;margin: 0 auto;position: relative;}
.pk-col .content ul{
    position: absolute;
    width: 432px;
    padding-top: 132px;
    padding-left: 40px;
}
.pk-col .content ul.l{
    left: 0;
    color: #967d09;
}
.pk-col .content ul.r{
    right: 0;
}
.pk-col .content ul li{
    height: 54px;
    line-height: 54px;
    margin-bottom: 5px;
    font-size: 16px;
}

.bg-icon_01 {
    width: 70px;
    height: 70px;
    background: url('../images/ts-icon-bg.png') no-repeat -10px -10px;
}

.bg-icon_02 {
    width: 70px;
    height: 70px;
    background: url('../images/ts-icon-bg.png') no-repeat -100px -10px;
}

.bg-icon_03 {
    width: 70px;
    height: 70px;
    background: url('../images/ts-icon-bg.png') no-repeat -190px -10px;
}

.bg-icon_04 {
    width: 70px;
    height: 70px;
    background: url('../images/ts-icon-bg.png') no-repeat -280px -10px;
}

.bg-icon_05 {
    width: 70px;
    height: 70px;
    background: url('../images/ts-icon-bg.png') no-repeat -370px -10px;
}

.bg-icon_06 {
    width: 70px;
    height: 70px;
    background: url('../images/ts-icon-bg.png') no-repeat -460px -10px;
}

.bg-icon_07 {
    width: 70px;
    height: 70px;
    background: url('../images/ts-icon-bg.png') no-repeat -550px -10px;
}

.bg-icon_08 {
    width: 70px;
    height: 70px;
    background: url('../images/ts-icon-bg.png') no-repeat -640px -10px;
}
