/*通用*/
h2.common-h2{
  color:#000;
  margin-top:70px;
}
h3.common-h3{
  color:#333;
  margin-top:70px;
  text-align: center;
}
p.common-p{
  margin-top:20px;
  color:#666;
  font-size:16px;
}
/*
**导航栏
*/
.navbar-itcast #nav-bar .navbar-nav > li > a{
  color:#333;
}
.navbar-itcast #nav-bar .navbar-nav > li a > p{
  border-color:#459ad3;
  color:#459ad3;
}
.navbar-itcast #nav-bar .navbar-nav > li a > p:hover{
  color:#fff;
  border-color:#3466f6;
}
/*
**banner
*/
#banner{
  width:100%;
  height:400px;
  background:url(../image/banner1.png) center center no-repeat;
  margin-top:80px;
  color:#fff;
}
#banner .container .word{
  margin-left:30px;
  font-size:16px;
}
#banner .container .word  h1{
  font-size:40px;
  margin-top:120px;
}
#banner .container .word  p{
  font-size:18px;
  margin-top:30px;
  color:#fff;
}
#banner .container .word  .button button{
  width: 126px;
  height: 46px;
  background-color: #ffffff;
  border-radius: 2px;
  margin-top:35px;
  border:none;
  color: #0042a3;
}
#banner .container .word  .button button+button{
  color:#fff;
  background: transparent;
  border: solid 1px #ffffff;
  margin-left:20px;
}
/*6星*/
.liuxin {
  width: 100%;
  background: #000;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/*优势*/
.youshi {
  background: #f5f8fc;
  height: 577px;
}
.youshi>div {
  width: 1170px;
  margin: 0 auto;
  padding: 70px 0;
}
.youshi>div>h1 {
  text-align: center;
  font-size:30px;
  color:rgba(0,0,0,1);
  line-height:30px;
  text-shadow:0px 3px 0px rgba(255,255,255,1);
}
.youshi>div>h2 {
  font-size:16px;
  color:rgba(102,102,102,1);
  line-height:30px;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 70px;
}
.youshi>div>div>div {
  width:200px;
  height:299px;
  background:rgba(255,255,255,1);
  border:1px solid rgba(166,206,232,1);
  text-align: center;
  float: left;
  margin-left: 40px;
}
.youshi>div>div>div:first-child {
  margin-left: 0;
}
.youshi>div>div>div:hover {
  transform:scale(1.2);
}
.youshi>div>div>div>img {
  width: 70px;
  height: 70px;
  margin-top: 45px;
  margin-bottom: 30px;
}
.youshi>div>div>div>h3 {
  font-size:24px;
  font-weight:400;
  color:rgba(51,51,51,1);
  line-height:30px;

}
.youshi>div>div>div>p {
  font-size:14px;
  font-weight:400;
  color:rgba(102,102,102,1);
  line-height:22px;
}
/*核心*/
.hexin>div {
  width: 1170px;
  margin: 0 auto;
  padding: 70px 0;
  overflow: hidden;
}
.hexin>div>h1 {
  font-size:30px;
  font-weight:400;
  color:rgba(0,0,0,1);
  line-height:30px;
  text-align: center;
}
.hexin>div>h2 {
  font-size:16px;
  font-weight:400;
  color:rgba(102,102,102,1);
  line-height:30px;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 75px;
}
.hexin>div>div {
  position: relative;
  background: url('../image/hexin-bg.png') no-repeat center;
  background-size: 378px;
  height: 521px;
}
.hexin .box1 {
  position: absolute;
  top: 0;
  left: 0;
  width:327px;
  height:142px;
  background:rgba(255,255,255,1);
  border:1px solid rgba(153,204,255,1);
}
.hexin .box1::after {
  content: '';
  background: url('../image/hexin-box1-bg.png');
  background-size: 177px;
  position: absolute;
  top: 51px;
  left: 306px;
  width: 177px;
  height: 90px;
}
.hexin .box2 {
  position: absolute;
  top: 187px;
  left: 0;
  width:327px;
  height:142px;
  background:rgba(255,255,255,1);
  border:1px solid rgba(153,204,255,1);
}
.hexin .box2::after {
  content: '';
  background: url('../image/hexin-box2-bg.png');
  background-size: 135px;
  position: absolute;
  top: 51px;
  left: 306px;
  width: 135px;
  height: 40px;
}
.hexin .box3 {
  position: absolute;
  top: 375px;
  left: 0;
  width:327px;
  height:142px;
  background:rgba(255,255,255,1);
  border:1px solid rgba(153,204,255,1);
}
.hexin .box3::after {
  content: '';
  background: url('../image/hexin-box3-bg.png');
  background-size: 179px;
  position: absolute;
  top: 0;
  left: 306px;
  width: 179px;
  height: 91px;
}
.hexin .box4 {
  position: absolute;
  top: 0;
  right: 0;
  width:327px;
  height:142px;
  background:rgba(255,255,255,1);
  border:1px solid rgba(153,204,255,1);
}
.hexin .box4::after {
  content: '';
  background: url('../image/hexin-box4-bg.png') no-repeat;
  background-size: 180px;
  position: absolute;
  top: 51px;
  right: 306px;
  width: 180px;
  height: 89px;
}
.hexin .box5 {
  position: absolute;
  top: 187px;
  right: 0;
  width:327px;
  height:142px;
  background:rgba(255,255,255,1);
  border:1px solid rgba(153,204,255,1);
}
.hexin .box5::after {
  content: '';
  background: url('../image/hexin-box5-bg.png');
  background-size: 135px;
  position: absolute;
  top: 51px;
  right: 306px;
  width: 135px;
  height: 40px;
}
.hexin .box6 {
  position: absolute;
  top: 375px;
  right: 0;
  width:327px;
  height:142px;
  background:rgba(255,255,255,1);
  border:1px solid rgba(153,204,255,1);
}
.hexin .box6::after {
  content: '';
  background: url('../image/hexin-box6-bg.png');
  background-size: 178px;
  position: absolute;
  top: 0;
  right: 306px;
  width: 179px;
  height: 91px;
}
.hexin .box {
  opacity:0;
}
.hexin .box>h3 {
  font-size:18px;
  font-weight:400;
  color:rgba(51,51,51,1);
  margin-left: 23px;
  margin-top: 20px;
  margin-bottom: 16px;
}
.hexin .box>ul {
  margin-left: 23px;
}
.hexin .box>ul>li {
  width:140px;
  font-size:14px;
  font-weight:400;
  color:rgba(102,102,102,1);
  line-height:20px;
  float: left;
  padding-left: 10px;
  background: url('../image/dian.png') no-repeat left center;
}
.hexin .box4>h3 {
  margin-left: 48px;
}
.hexin .box5>h3 {
  margin-left: 48px;
}
.hexin .box6>h3 {
  margin-left: 48px;
}
.hexin .box4>ul {
  margin-left: 48px;
}
.hexin .box5>ul {
  margin-left: 48px;
}
.hexin .box6>ul {
  margin-left: 48px;
}
.hexin .box1>ul>li {
  width: 153px;
}
.hexin .box2>ul>li:last-child {
  width: 153px;
}
.hexin .box4>ul>li {
  width: 123px;
}
.hexin .box4>ul>li:last-child {
  width: 153px;
}
.hexin .box5>ul>li {
  width: 123px;
}
.hexin .box6>ul>li {
  width: 153px;
}
.hexin .moveleft {
  opacity:1;
  animation: fadeInLeft 1s 1 linear;
}
.hexin .moveright {
  opacity:1;
  animation: fadeInRight 1s 1 linear;
}
/*从右到左进入*/
@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate(1000px,0);
        transform: stranslate(1000px,0);
    }
    to {
        opacity:1;
        -webkit-transform: translate(10px,0);
        transform: stranslate(10px,0);
    }
}
@-webkit-keyframes fadeInRight {
    from {
        opacity:0;
       -webkit-transform: translate(1000px,0);
        transform: stranslate(1000px,0);
    }
    to {
        opacity:1;
        -webkit-transform: translate(10px,0);
        transform: stranslate(10px,0);
    }
}
/*从左到右进入*/
@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate(-1000px,0);
        transform: stranslate(-1000px,0);
    }
    to {
        opacity:1;
        -webkit-transform: translate(10px,0);
        transform: stranslate(10px,0);
    }
}
@-webkit-keyframes fadeInLeft {
    from {
        opacity:0;
       -webkit-transform: translate(-1000px,0);
        transform: stranslate(-1000px,0);
    }
    to {
        opacity:1;
        -webkit-transform: translate(10px,0);
        transform: stranslate(10px,0);
    }
}
/*亮点*/
.liangdian {
  background: #f5f8fc;
  height: 890px;
}
.liangdian>div {
  width: 1170px;
  padding: 70px 0;
  margin: 0 auto;
}
.liangdian>div>h1 {
  font-size:30px;
  font-weight:400;
  color:rgba(0,0,0,1);
  line-height:30px;
  text-align: center;
}
.liangdian>div>h2 {
  margin-top: 24px;
  margin-bottom: 56px;
  font-size:16px;
  font-weight:400;
  color:rgba(102,102,102,1);
  line-height:30px;
  text-align: center;
}
.liangdian .tag {
  margin-bottom: 41px;
  border-bottom: 1px solid rgba(187,187,187,1);
}
.liangdian .tag .active {
  color:rgba(0,104,183,1);
  border-bottom: 4px solid rgba(0,104,183,1);
}
.liangdian .tag li {
  float: left;
  width:25%;
  text-align: center;
  font-size:24px;
  font-weight:400;
  color:rgba(102,102,102,1);
  line-height:62px;
}
.liangdian .tag li:hover {
  cursor: pointer;
}
.liangdian-main>div>div {
  background:rgba(253,254,254,1);
  border:1px solid rgba(166,206,232,1);
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
}
.liangdian-main>div>div:hover {
  box-shadow:0px 0px 10px 0px rgba(59,133,244,0.3);
}
.liangdian-main>div>div>img {
  margin-bottom: 35px;
  width: 108px;
}
.liangdian-main>div>div>h3 {
  font-size:18px;
  font-weight:400;
  color:rgba(51,51,51,1);
  text-align: left;
  margin-bottom: 30px;
  margin-top: 0;
  text-align: center;
}
.liangdian-main>div>div>p {
  font-size:14px;
  font-weight:400;
  color:rgba(102,102,102,1);
  line-height:24px;
  text-align: justify;
}
.liangdian-main>.liangdian-dingdan>div {
  width: 378px;
  height:502px;
  float: left;
  margin-left: 18px;
}
.liangdian-main>.liangdian-cangchu>div {
  float: left;
  margin-left: 30px;
  width:570px;
  height:453px;
}
.liangdian-main>.liangdian-caiwu>div {
  float: left;
  margin-left: 30px;
  width:570px;
  height:453px;
}
.liangdian-main>.liangdian-caigou>div {
  height:453px;
}
.liangdian-main>.liangdian-caigou>div>h3 {
  width: 490px;
  margin: 0 auto;
  margin-bottom: 28px;
}
.liangdian-main>.liangdian-caigou>div>p {
  width: 490px;
  margin: 0 auto;
}
.liangdian-main .liangdian-cangchu,.liangdian-caiwu,.liangdian-caigou {
  display: none;
}
.liangdian-main>div>div:first-child {
  margin-left: 0;
}
/*对接平台*/
.duijie {
  height: 737px;
}
.duijie>div {
  width: 1170px;
  margin: 0 auto;
  padding: 76px 0;
  padding-bottom: 60px;
}
.duijie>div>h1 {
  font-size:30px;
  font-weight:400;
  color:rgba(0,0,0,1);
  line-height:30px;
  text-align: center;
}
.duijie>div>h2 {
  font-size:16px;
  font-weight:400;
  color:rgba(102,102,102,1);
  line-height:30px;
  text-align: center;
  margin-bottom: 60px;
}
.duijie>div>div>img {
  width: 137px;
  height: 81px;
  float: left;
}
/*故事*/
.gushi {
  height: 790px;
  background: url('../image/gushi-bg.png');
}
.gushi>div {
  width: 1170px;
  margin: 0 auto;
  padding: 72px 0;
  position: relative;
}
.gushi>div>h1 {
  font-size:30px;
  font-weight:400;
  color:rgba(255,254,254,1);
  line-height:30px;
  text-align: center;
}
.gushi>div>h2 {
  font-size:16px;
  font-weight:400;
  color:rgba(225,225,225,1);
  line-height:30px;
  text-align: center;
  margin-bottom: 65px;
}
.gushi .gushi-left {
  float: left;
  width: 635px;
}
.gushi .gushi-left>img {
  margin-bottom: 52px;
  width: 262px;
}
.gushi .gushi-left>p {
  font-size:14px;
  font-weight:400;
  color:rgba(255,255,255,1);
  line-height:26px;
  margin-bottom: 71px;
  text-align: justify;
}
.gushi .gushi-left>h3 {
  font-size:20px;
  font-weight:400;
  color:rgba(255,254,254,1);
  line-height:26px;
}
.gushi .gushi-left>ul>li {
  font-size:14px;
  font-weight:400;
  color:rgba(255,255,255,1);
  line-height:40px;
}
.gushi .gushi-left>ul>li>img {
  margin-right: 12px;
}
.gushi .gushi-right {
  width:378px;
  height:500px;
  background:rgba(255,255,255,1);
  box-shadow:0px 0px 20px 0px rgba(0,102,204,1);
  border-radius:5px;
  float: right;
  padding-left: 29px;
}
.gushi .gushi-right>h3{
  margin-top: 45px;
  margin-bottom: 27px;
  font-size:20px;
  font-weight:400;
  color:rgba(51,51,51,1);
  line-height:26px;
}
.gushi .gushi-right>ul>li {
  height: 94px;
  width: 304px;
  font-size:14px;
  font-weight:400;
  color:rgba(102,102,102,1);
  border-bottom:1px solid rgba(238,238,238,1);
}
.gushi .gushi-right>ul>li:last-child {
  border-bottom: none;
}
.gushi .gushi-right>ul>li>img {
  float: left;
  margin-right: 26px;
  margin-left: 5px;
  margin-top: 21px;
  width: 50px;
}
.gushi .gushi-right>ul>li>p {
  line-height:26px;
  padding-top: 21px;
}
.gushi .gushi-btn {
  position: absolute;
  top: 715px;
  left: 0;
}
.gushi .gushi-btn>div {
  width: 60px;
  height: 4px;
  cursor: pointer;
}
.gushi .gushi-btn .btn-left {
  float: left;
  background: rgba(255,254,254,1);
  margin-right: 10px;
}
.gushi .gushi-btn .btn-right {
  float: left;
  background: #6A9FD6;
}
.gushi .gushi-zhenshiming {
  display: none;
}
/*客户*/
.kehu {
  height: 596px;
}
.kehu>div {
  width: 1170px;
  margin: 0 auto;
  padding: 76px 0;
  padding-bottom: 60px;
}
.kehu>div>h1 {
  font-size:30px;
  font-weight:400;
  color:rgba(0,0,0,1);
  line-height:30px;
  text-align: center;
}
.kehu>div>h2 {
  font-size:16px;
  font-weight:400;
  color:rgba(102,102,102,1);
  line-height:30px;
  text-align: center;
  margin-bottom: 60px;
}
.kehu>div>div>img {
  width: 136px;
}
.kehu>div>div>div {
  width: 136px;
  display: inline-block;
  text-align: center;
  font-size:18px;
  font-weight:400;
  color:rgba(0,102,204,1);
  line-height:44px;
}
/*申请使用*/
.apply {
  height: 120px;
  background: #5885c9 url(../image/apply_bg.png) no-repeat right top;
}
.apply>div {
  position: relative;
  margin: 0;
  padding: 0;
  width: 420px;
  height: 120px;
  line-height: 120px;
  color: #ffffff;
  font-size: 24px;
  margin: 0 auto;
}
.apply>div>a {
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border: 1px solid #ffffff;
  border-radius: 5px;
  width: 118px;
  text-align: center;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top:-20px;
}

.clear {
  clear: both;
}
