#index-content .index-1 {
  padding-top: 74px;
}
#index-content .index-1 .cont .left {
  display: inline-block;
  vertical-align: top;
  margin-right: 27px;
}
#index-content .index-1 .cont .left .p1 {
  color: #c6c6c6;
  font-size: 12px;
  font-weight: lighter;
  line-height: 22px;
}
#index-content .index-1 .cont .left .p2 {
  color: #333333;
  font-size: 38px;
  font-weight: bold;
  margin-top: 20px;
}
#index-content .index-1 .cont .left .p3 {
  color: #3866c4;
  font-size: 50px;
  font-weight: bold;
}
#index-content .index-1 .cont .left .items {
  margin-top: 77px;
}
#index-content .index-1 .cont .left .items .item {
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
}
#index-content .index-1 .cont .left .items .item .icon {
  width: 148px;
  height: 148px;
  border-radius: 50%;
  border: 1px solid #dfdfdf;
  text-align: center;
  margin: 0 auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
#index-content .index-1 .cont .left .items .item .icon .iconfont {
  color: #3866c4;
  font-size: 80px;
  line-height: 146px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
#index-content .index-1 .cont .left .items .item .icon:hover {
  background: #3866c4;
  border-color: #3866c4;
}
#index-content .index-1 .cont .left .items .item .icon:hover .iconfont {
  color: #ffffff;
}
#index-content .index-1 .cont .left .items .item .tit {
  color: #3866c4;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  margin-top: 28px;
  margin-bottom: 24px;
}
#index-content .index-1 .cont .left .items .item .line {
  width: 26px;
  height: 3px;
  background: #3866c4;
  margin: 0 auto;
}
#index-content .index-1 .cont .left .items .item .desc {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  margin-top: 20px;
}
#index-content .index-1 .cont .right {
  display: inline-block;
  vertical-align: top;
}
#index-content .index-2 {
  width: 100%;
  background: url(../images/bg2.jpg) no-repeat center top;
  font-size: 0px;
}
#index-content .index-2 .left {
  width: 314px;
  display: inline-block;
  vertical-align: top;
}
#index-content .index-2 .left .tit {
  margin-top: 72px;
}
#index-content .index-2 .left .tit .p1 {
  color: #ffffff;
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
}
#index-content .index-2 .left .tit .p2 {
  color: #ffffff;
  font-size: 38px;
  font-weight: bold;
}
#index-content .index-2 .left .tit .p2 .s1 {
  color: #fde200;
}
#index-content .index-2 .left .tit .p2 .s2 {
  color: #ffffff;
  font-size: 18px;
  margin-left: 12px;
  font-weight: normal;
}
#index-content .index-2 .left .left-nav {
  margin-top: 70px;
}
#index-content .index-2 .left .left-nav ul {
  width: 306px;
  background: #f0f0f0;
  margin-left: 8px;
  padding-top: 12px;
  padding-bottom: 32px;
}
#index-content .index-2 .left .left-nav ul li {
  width: 279px;
  position: relative;
  height: 50px;
  background: #ffffff;
  margin-top: 20px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
#index-content .index-2 .left .left-nav ul li .color {
  position: absolute;
  width: 8px;
  height: 100%;
  background: #3866c4;
  left: -8px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
#index-content .index-2 .left .left-nav ul li a .s1 {
  color: #333333;
  font-size: 16px;
  line-height: 50px;
  padding-left: 72px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
#index-content .index-2 .left .left-nav ul li a .s2 {
  float: right;
  color: #cfcfcf;
  font-size: 12px;
  line-height: 50px;
  margin-right: 22px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
#index-content .index-2 .left .left-nav ul li:hover {
  background: #3866c4;
}
#index-content .index-2 .left .left-nav ul li:hover .color {
  background: #fdad00;
}
#index-content .index-2 .left .left-nav ul li:hover a .s1 {
  color: #ffffff;
}
#index-content .index-2 .left .left-nav ul li:hover a .s2 {
  color: #fde200;
}
#index-content .index-2 .right {
  width: 860px;
  height: 759px;
  display: inline-block;
  vertical-align: top;
  background: #ffffff;
  margin-left: 26px;
  margin-top: 75px;
  padding: 26px;
  box-shadow: 0px 0px 24px 5px rgba(93, 128, 199, 0.16);
}
#index-content .index-2 .right .tit {
  line-height: 30px;
}
#index-content .index-2 .right .tit .s1 {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  font-size: 18px;
  background: #3866c4;
  padding: 0 16px;
  margin-right: 15px;
}
#index-content .index-2 .right .tit .s2 {
  vertical-align: middle;
  color: #c2c2c2;
  font-size: 18px;
}
#index-content .index-2 .right .tit .line {
  display: inline-block;
  vertical-align: middle;
  width: 538px;
  height: 1px;
  background: #e4e4e4;
  margin-left: 19px;
}
#index-content .index-2 .right .pc-slide {
  margin-top: 29px;
}
#index-content .index-2 .right .pc-slide .view {
  width: 806px;
  height: 504px;
}
#index-content .index-2 .right .pc-slide .view .swiper-container {
  width: 100%;
  height: 100%;
}
#index-content .index-2 .right .pc-slide .view .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
}
#index-content .index-2 .right .pc-slide .preview {
  position: relative;
  width: 806px;
  margin-top: 26px;
}
#index-content .index-2 .right .pc-slide .preview > a {
  position: absolute;
  top: 45px;
}
#index-content .index-2 .right .pc-slide .preview > a .iconfont {
  font-size: 20px;
  font-weight: bold;
}
#index-content .index-2 .right .pc-slide .preview .arrow-left {
  left: -11px;
}
#index-content .index-2 .right .pc-slide .preview .arrow-left .iconfont {
  color: #b4b4b4;
}
#index-content .index-2 .right .pc-slide .preview .arrow-right {
  right: -11px;
}
#index-content .index-2 .right .pc-slide .preview .arrow-right .iconfont {
  color: #3866c4;
}
#index-content .index-2 .right .pc-slide .preview .swiper-container {
  width: 761px;
  height: 114px;
}
#index-content .index-2 .right .pc-slide .preview .swiper-container .swiper-slide {
  width: 194px;
  height: 114px;
  position: relative;
}
#index-content .index-2 .right .pc-slide .preview .swiper-container .swiper-slide .mask {
  position: absolute;
  display: block;
  width: 179px;
  height: 114px;
  background: rgba(56, 102, 196, 0.8);
  color: #f7f7f7;
  font-size: 14px;
  line-height: 114px;
  text-align: center;
  top: -114px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
#index-content .index-2 .right .pc-slide .preview .swiper-container .swiper-slide img {
  width: 179px;
  height: 114px;
}
#index-content .index-2 .right .pc-slide .preview .swiper-container .swiper-slide.active-nav .mask {
  top: 0;
}
#index-content .index-3 {
  background: url(../images/bg3.jpg) center center;
  width: 100%;
  height: 780px;
  padding-top: 79px;
  margin-top: 78px;
}
#index-content .index-3 .tit {
  text-align: center;
}
#index-content .index-3 .tit .p1 {
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}
#index-content .index-3 .tit .p2 {
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  margin-top: 12px;
}
#index-content .index-3 .tit .p2 span {
  color: #fde200;
  line-height: 1;
}
#index-content .index-3 .tit .p3 {
  font-size: 0px;
  line-height: 14px;
  margin-top: 24px;
}
#index-content .index-3 .tit .p3 span {
  display: inline-block;
  vertical-align: middle;
}
#index-content .index-3 .tit .p3 .line {
  width: 30px;
  height: 1px;
  background: #a6b9e1;
}
#index-content .index-3 .tit .p3 .text {
  color: #a6b9e1;
  font-size: 14px;
  margin: 0 4px;
}
#index-content .index-3 .case-list {
  position: relative;
  margin-top: 60px;
}
#index-content .index-3 .case-list > a {
  position: absolute;
  top: 140px;
}
#index-content .index-3 .case-list > a .iconfont {
  font-size: 24px;
  font-weight: bold;
}
#index-content .index-3 .case-list .arrow-left {
  left: -39px;
}
#index-content .index-3 .case-list .arrow-left .iconfont {
  color: #ffffff;
}
#index-content .index-3 .case-list .arrow-right {
  right: -39px;
}
#index-content .index-3 .case-list .arrow-right .iconfont {
  color: #efd809;
}
#index-content .index-3 .case-list .swiper-container {
  margin-left: 9px;
  height: 326px !important;
}
#index-content .index-3 .case-list .swiper-container .swiper-wrapper .swiper-slide {
  width: 400px;
  height: 326px !important;
}
#index-content .index-3 .case-list .swiper-container .swiper-wrapper .swiper-slide .case-cont {
  width: 382px;
}
#index-content .index-3 .case-list .swiper-container .swiper-wrapper .swiper-slide .case-cont .pic {
  display: block;
  width: 100%;
  height: 264px;
  overflow: hidden;
}
#index-content .index-3 .case-list .swiper-container .swiper-wrapper .swiper-slide .case-cont .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
#index-content .index-3 .case-list .swiper-container .swiper-wrapper .swiper-slide .case-cont .title {
  display: block;
  line-height: 50px;
  border-bottom: 3px solid rgba(255, 255, 255, 0.33);
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  margin-top: 9px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
#index-content .index-3 .case-list .swiper-container .swiper-wrapper .swiper-slide:hover .pic img {
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
#index-content .index-3 .case-list .swiper-container .swiper-wrapper .swiper-slide:hover .title {
  color: #fde200;
}
#index-content .index-3 .case-desc {
  width: 100%;
  background: #ffffff;
  text-align: center;
  padding: 13px 0;
  margin-top: 54px;
}
#index-content .index-3 .case-desc p {
  color: #555555;
  font-size: 14px;
  line-height: 30px;
}
#index-content .index-3 .case-desc p span {
  display: inline-block;
  border-radius: 2px;
  line-height: 24px;
  background: #fdad00;
  color: #ffffff;
  font-size: 20px;
  padding: 0 8px;
}
/*#index-content .index-4 {*/
/*  width: 100%;*/
/*  height: 1587px;*/
/*  background: url(../images/index-4.jpg) no-repeat center center;*/
/*}*/
#index-content .index-5 {
  font-size: 0px;
  margin-top: 80px;
}
#index-content .index-5 > .tit {
  text-align: center;
  margin-bottom: 56px;
}
#index-content .index-5 > .tit .p1 {
  color: #e5e5e5;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}
#index-content .index-5 > .tit .p2 {
  color: #3866c4;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  margin-top: 12px;
}
#index-content .index-5 > .tit .p2 span {
  color: #333333;
  line-height: 1;
}
#index-content .index-5 > .tit .p3 {
  font-size: 0px;
  line-height: 14px;
  margin-top: 24px;
}
#index-content .index-5 > .tit .p3 span {
  display: inline-block;
  vertical-align: middle;
}
#index-content .index-5 > .tit .p3 .line {
  width: 30px;
  height: 1px;
  background: #333333;
}
#index-content .index-5 > .tit .p3 .text {
  color: #333333;
  font-size: 14px;
  margin: 0 4px;
}
#index-content .index-5 .left {
  display: inline-block;
  vertical-align: top;
  width: 640px;
  height: 814px;
}
#index-content .index-5 .left .news-tab .tabs {
  height: 44px;
  border-bottom: 4px solid #e7e7e7;
}
#index-content .index-5 .left .news-tab .tabs .tab {
  display: inline-block;
  color: #333333;
  font-size: 20px;
  width: 118px;
  height: 44px;
  text-align: center;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
#index-content .index-5 .left .news-tab .tabs .tab.active {
  background: #3866c4;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  line-height: 44px;
  color: #ffffff;
}
#index-content .index-5 .left .news-tab .tabs .more {
  float: right;
  color: #bdbdbd;
  font-size: 14px;
  line-height: 44px;
}
#index-content .index-5 .left .news-tab .news-tabs {
  height: 770px;
}
#index-content .index-5 .left .news-tab .news-tabs .swiper-slide .content-slide .first {
  border-bottom: 1px dashed #d2d2d2;
  padding-bottom: 20px;
}
#index-content .index-5 .left .news-tab .news-tabs .swiper-slide .content-slide .first .pic {
  display: block;
  width: 100%;
  height: 380px;
  margin-top: 28px;
}
#index-content .index-5 .left .news-tab .news-tabs .swiper-slide .content-slide .first .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
#index-content .index-5 .left .news-tab .news-tabs .swiper-slide .content-slide .first .pic:hover img {
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
#index-content .index-5 .left .news-tab .news-tabs .swiper-slide .content-slide .first .tit {
  font-size: 0px;
  text-align: left;
  margin-top: 35px;
}
#index-content .index-5 .left .news-tab .news-tabs .swiper-slide .content-slide .first .tit span {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 20px;
  line-height: 20px;
  border-radius: 10px;
  background: #fdad00;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  margin-right: 18px;
}
#index-content .index-5 .left .news-tab .news-tabs .swiper-slide .content-slide .first .tit a {
  color: #333333;
  vertical-align: middle;
  font-size: 18px;
  line-height: 20px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
#index-content .index-5 .left .news-tab .news-tabs .swiper-slide .content-slide .first .tit a:hover {
  color: #3866c4;
}
#index-content .index-5 .left .news-tab .news-tabs .swiper-slide .content-slide .first .desc {
  color: #888888;
  font-size: 14px;
  line-height: 24px;
  margin-top: 18px;
}
#index-content .index-5 .left .news-tab .news-tabs .swiper-slide .content-slide ul li {
  border-bottom: 1px dashed #d2d2d2;
  line-height: 54px;
}
#index-content .index-5 .left .news-tab .news-tabs .swiper-slide .content-slide ul li .dot {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  background: #fdad00;
  border-radius: 50%;
  margin-right: 16px;
}
#index-content .index-5 .left .news-tab .news-tabs .swiper-slide .content-slide ul li .tit {
  color: #555555;
  font-size: 16px;
  vertical-align: middle;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
#index-content .index-5 .left .news-tab .news-tabs .swiper-slide .content-slide ul li .more {
  color: #acacac;
  font-size: 14px;
  float: right;
  line-height: 54px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
#index-content .index-5 .left .news-tab .news-tabs .swiper-slide .content-slide ul li:hover .tit {
  color: #3866c4;
}
#index-content .index-5 .left .news-tab .news-tabs .swiper-slide .content-slide ul li:hover .more {
  color: #fdad00;
}
#index-content .index-5 .right {
  width: 494px;
  display: inline-block;
  vertical-align: top;
  margin-left: 64px;
}
#index-content .index-5 .right .tabs {
  height: 44px;
  border-bottom: 4px solid #e7e7e7;
}
#index-content .index-5 .right .tabs .tab {
  display: inline-block;
  color: #333333;
  font-size: 20px;
  width: 118px;
  height: 44px;
  text-align: center;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  border-bottom: 4px solid #3866c4;
  background: #f5f5f5;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  line-height: 44px;
}
#index-content .index-5 .right .tabs .more {
  float: right;
  color: #bdbdbd;
  font-size: 14px;
  line-height: 44px;
}
#index-content .index-5 .right .qa {
  margin-top: 28px;
}
#index-content .index-5 .right .qa ul li {
  border-bottom: 1px dashed #d2d2d2;
  padding-top: 28px;
  padding-bottom: 20px;
}
#index-content .index-5 .right .qa ul li .tit {
  font-size: 0px;
  text-align: left;
}
#index-content .index-5 .right .qa ul li .tit .icon {
  display: inline-block;
  vertical-align: middle;
  width: 23px;
  height: 23px;
  background: #fdad00;
  border-radius: 50%;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  line-height: 23px;
  margin-right: 8px;
}
#index-content .index-5 .right .qa ul li .tit a {
  color: #333333;
  font-size: 16px;
  vertical-align: middle;
  line-height: 23px;
}
#index-content .index-5 .right .qa ul li .desc {
  color: #888888;
  font-size: 14px;
  line-height: 26px;
  margin-top: 15px;
}
#index-content .index-5 .right .form {
  background: #f4f4f4;
  padding: 27px 35px 21px;
  margin-top: 34px;
}
#index-content .index-5 .right .form .tit p {
  color: #333333;
  font-size: 30px;
  line-height: 30px;
}
#index-content .index-5 .right .form .tit p span {
  color: #dadada;
  font-size: 24px;
}
#index-content .index-5 .right .form .input {
  margin-top: 17px;
}
#index-content .index-5 .right .form .input input {
  width: 203px;
  height: 40px;
  border: 1px solid #e5e5e5;
  text-indent: 16px;
}
#index-content .index-5 .right .form .input .name {
  margin-right: 18px;
}
#index-content .index-5 .right .form textarea {
  margin-top: 16px;
  width: 100%;
  border: 1px solid #e5e5e5;
  height: 79px;
  padding: 16px;
}
#index-content .index-5 .right .form button {
  width: 424px;
  height: 42px;
  background: #3866c4;
  color: #ffffff;
  font-size: 16px;
  margin-top: 16px;
}
#index-content .index-6 {
  width: 100%;
  height: 500px;
  background: url(../images/bg4.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 65px;
  margin-top: 68px;
}
#index-content .index-6 .about {
  width: 559px;
  background: rgba(56, 102, 196, 0.9);
  padding: 41px 56px 44px;
}
#index-content .index-6 .about .tit {
  font-size: 0;
}
#index-content .index-6 .about .tit .icon {
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fdad00;
  font-size: 36px;
  color: #4370c9;
  text-align: center;
  line-height: 38px;
  font-weight: lighter;
  margin-right: 13px;
}
#index-content .index-6 .about .tit .text {
  display: inline-block;
  vertical-align: middle;
}
#index-content .index-6 .about .tit .text p {
  color: #ffffff;
  font-weight: bold;
  font-size: 30px;
}
#index-content .index-6 .about .tit .text span {
  color: #ffffff;
  font-size: 12px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#index-content .index-6 .about .line {
  width: 73px;
  height: 2px;
  background: #ffffff;
  margin: 42px auto 35px;
}
#index-content .index-6 .about .desc {
  color: #e1e8f5;
  font-size: 14px;
  line-height: 30px;
  text-indent: 2em;
}
