﻿.container {
  width: 100%;
  height: 100%;
}
.container .banner {
  width: 100%;
  height: 530px;
}
.container .banner .swiper-container {
  width: 100%;
  height: 100%;
}
.container .banner .swiper-container .swiper-slide {
  background-image: url('../static/images/banner.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.container .banner .swiper-container .swiper-slide .bannerBox {
  width: 1200px;
  margin: 0 auto;
  color: #fff;
  padding-top: 145px;
}
.container .banner .swiper-container .swiper-slide .bannerBox h3 {
  font-size: 55px;
}
.container .banner .swiper-container .swiper-slide .bannerBox p {
  margin-top: 30px;
  margin-bottom: 92px;
  font-size: 22px;
}
.container .banner .swiper-container .swiper-slide .bannerBox .goInfo a {
  display: inline-block;
  line-height: 40px;
  text-align: center;
  width: 120px;
  height: 40px;
  margin-right: 20px;
  color: #fff;
  font-size: 14px;
  background-color: #4481ff;
  cursor: pointer;
  border: 1px solid #fff;
}
.container .banner .swiper-container .swiper-slide .bannerBox .goInfo a:hover {
  background-color: #09dcb2;
  border: none;
}
.container .banner .swiper-container .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
}
.container .banner .swiper-container .swiper-pagination-bullet-active {
  background-color: #fff;
}
.container .banner .system {
  width: 100%;
  padding-top: 75px;
  box-sizing: border-box;
  background-color: #f5f5f5;
}
.container .banner .system h3 {
  font-size: 30px;
  text-align: center;
  font-weight: normal;
}
.container .banner .system p {
  width: 869px;
  height: 51px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: #666666;
}
.container .system {
  width: 100%;
  height: 490px;
  box-sizing: border-box;
  padding-top: 75px;
  background-color: #f5f5f5;
}
.container .system h3 {
  font-size: 30px;
  text-align: center;
  font-weight: normal;
}
.container .system > p {
  width: 869px;
  height: 51px;
  font-family: MicrosoftYaHei;
  margin: 0 auto;
  font-size: 16px;
  line-height: 32px;
  color: #666666;
  text-align: center;
  margin-top: 15px;
}
.container .system > p span {
  color: #4481ff;
}
.container .system ul {
  width: 1180px;
  margin: 0 auto;
  margin-top: 45px;
  display: flex;
  flex-flow: row nowrap;
}
.container .system ul li {
  margin-right: 36px;
  width: 171px;
}
.container .system ul li img {
  display: block;
  width: 171px;
  height: 171px;
  border-radius: 50%;
}
.container .system ul li p {
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.container .system ul li:last-of-type {
  margin-right: 0;
}
.container .special {
  width: 100%;
  height: 710px;
  box-sizing: border-box;
  padding-top: 75px;
}
.container .special h3 {
  font-size: 30px;
  text-align: center;
  font-weight: normal;
}
.container .special > p {
  width: 1000px;
  height: 17px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 32px;
  color: #6e6e6e;
  text-align: center;
  margin-top: 15px;
}
.container .special ul {
  width: 1201px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  margin-top: 25px;
}
.container .special ul li {
  width: 389px;
  height: 220px;
  margin-right: 16px;
  margin-top: 20px;
  color: #fff;
}
.container .special ul li h4 {
  font-size: 24px;
  text-align: center;
  font-weight: normal;
  height: 24px;
  margin-top: 76px;
}
.container .special ul li p {
  height: 17px;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}
.container .special ul li span.detail {
  display: none;
}
.container .special ul li.current {
  background: #4481ff!important;
}
.container .special ul li.current h4 {
  margin-top: 55px;
}
.container .special ul li.current span.detail {
  display: block;
  width: 101px;
  border-radius: 17px;
  border: solid 1px #a8ccf6;
  text-align: center;
  padding: 5px 0;
  margin: 31px auto 0;
  cursor: pointer;
}
.container .special ul li.list1 h4,.container .special ul li.list2 h4,.container .special ul li.list3 h4,.container .special ul li.list4 h4,.container .special ul li.list5 h4,.container .special ul li.list6 h4{
  margin-top: 55px;
}
.container .special ul li.list1 p ,.container .special ul li.list2 p ,.container .special ul li.list3 p ,.container .special ul li.list4 p ,.container .special ul li.list5 p ,.container .special ul li.list6 p {
  width: 280px;
  height: 45px;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  margin: 25px auto 0;
}
.container .special ul li.list1 span.detail {
  display: none;
}
.container .special ul li.list1.current h4 {
  margin-top: 40px;
}
.container .special ul li.list1.current p {
  width: 280px;
  height: 45px;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  margin: 25px auto 0;
}
.container .special ul li.list1.current span.detail {
  display: block;
  width: 101px;
  border-radius: 17px;
  border: solid 1px #a8ccf6;
  text-align: center;
  padding: 5px 0;
  margin: 31px auto 0;
}
.container .special ul li.list1 {
  background: url('/static/picture/administration/spec01.png') no-repeat;
  background-size: 100%;
}
.container .special ul li.list2 {
  background: url('/static/picture/cost/spec02.png') no-repeat;
  background-size: 100%;
}
.container .special ul li.list3 {
  background: url('/static/picture/administration/spec03.png') no-repeat;
  background-size: 100%;
}
.container .special ul li.list4 {
  background: url('/static/picture/administration/spec04.png') no-repeat;
  background-size: 100%;
}
.container .special ul li.list5 {
  background: url('/static/picture/cost/spec05.png') no-repeat;
  background-size: 100%;
}
.container .special ul li.list6 {
  background: url('/static/picture/administration/spec06.png') no-repeat;
  background-size: 100%;
}
.container .special ul li:nth-of-type(3n+0) {
  margin-right: 0;
}
.container .platform {
  width: 100%;
  padding-top: 75px;
  background-color: #f5f5f5;
  height: 830px;
  box-sizing: border-box;
}
.container .platform h3 {
  font-size: 30px;
  text-align: center;
  font-weight: normal;
}
.container .platform .tabList {
  margin: 25px auto;
  width: 706px;
  display: flex;
  flex-flow: row nowrap;
}
.container .platform .tabList span {
  display: block;
  margin: 17px;
  width: 107px;
  height: 43px;
  padding-top:14px;
  box-sizing: border-box;
  background-color: #4481ff;
  color: #fff;
  opacity: 0.7;
  border-radius: 25px;
  text-align: center;
  cursor: pointer;
  font-size:14px;
}
.container .platform .tabList .active {
  opacity: 1;
}
.container .platform .imgList {
  width: calc(100% - 40px);
  min-width: 1200px;
  margin: 0 20px;
  overflow: hidden;
  position: relative;
  height: 550px;
}
.container .platform .imgList .slider {
  height: 510px;
  position: absolute;
  left: 0;
  top: 0;
}
.container .platform .imgList .slider > li {
  height: 510px;
  padding-right: 20px;
  float: left;
  opacity: 0.5;
}
.container .platform .imgList .slider > li > .img {
  width: 100%;
  height: 215px;
}
.container .platform .imgList .slider > li > .img img {
  width: 100%;
  height: 100%;
}
.container .platform .imgList .slider > li .txt {
  width: 100%;
  height: 295px;
  background-color: #fff;
  padding-left: 24px;
  padding-top: 25px;
}
.container .platform .imgList .slider > li .txt h4 {
  font-size: 24px;
  color: #333;
}
.container .platform .imgList .slider > li .txt .txtCon {
  margin-top: 20px;
}
.container .platform .imgList .slider > li .txt .txtCon > div > p {
  font-size: 18px;
  color: #4493f3;
}
.container .platform .imgList .slider > li .txt .txtCon > div span {
  display: block;
  font-size: 14px;
  margin-top: 10px;
  color: #666;
  line-height:22px;
}
.container .platform .imgList .slider > li .txt .txtCon > div.left {
  float: left;
  width: 50%;
}
.container .platform .imgList .slider > li .txt .txtCon > div.right {
  float: right;
  width: 50%;
}
.container .platform .imgList .slider > li:last-of-type {
  padding-right: 0;
}
.container .platform .imgList .slider > li.show {
  opacity: 1;
}
.container .platform .imgList .circle {
  margin: 0 auto ;
  width: 200px;
  height: 40px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.container .platform .imgList .circle li {
  margin-top: 1050px;
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background-color: #d6d6d6;
}
.container .platform .imgList .circle li.cyan {
  background-color: #dae7f6;
}
.container .func {
  width: 100%;
  height:540px;
  background-color: #4481ff;
  color: #fff;
  padding-top:75px;
}
.container .func h3 {
  font-size: 30px;
  text-align: center;
  font-weight: normal;
}
.container .func > p {
  width:416px;
  height:17px;
  font-size:16px;
  line-height:32px;
  margin:0 auto;
  text-align:center;
}
.container .func ul {
	width:1135px;
	margin:0 auto;
	margin-top:70px;
	display:flex;
	flex-flow:row wrap;
}
.container .func ul li {
  width: 188px;
  height: 112px;
  border-left: 1px solid #74a0fc;
  box-sizing: border-box;
  cursor: pointer;
}
.container .func ul li img {
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  margin-left: 64px;
  margin-top: 20px;
}
.container .func ul li p {
  text-align: center;
  height: 16px;
  line-height: 32px;
  font-size: 16px;
}
.container .func ul li:nth-of-type(-n+6) {
  border-bottom: 1px solid #74a0fc;
}
.container .func ul li:nth-of-type(-n+6) img {
  margin-top: 5px;
}
.container .func ul li:nth-of-type(6n+0) {
  border-right: 1px solid #74a0fc;
}
.container .func span.more {
  display: block;
  background-color: #2360df;
  width: 131px;
  padding: 13px 0;
  border-radius: 25px;
  text-align: center;
  margin: 78px auto 0;
  font-size: 16px;
}
.container .case {
  width: 100%;
  background-color: #f5f5f5;
  padding-top: 75px;
  box-sizing: border-box;
  height: 532px;
}
.container .case h3 {
  font-size: 30px;
  text-align: center;
  font-weight: normal;
}
.container .case p {
  font-size: 16px;
  text-align: center;
  color: #666;
}
.container .case ul {
  width: 1128px;
  margin: 20px auto 0;
}
.container .case ul li {
  float: left;
  width: 269px;
  height: 277px;
  margin-right: 17px;
  padding-top: 20px;
  cursor: pointer;
}
.container .case ul li:last-of-type {
  margin-right: 0;
}
.container .case ul li.current {
  box-shadow: 5px 5px 8px #dedede;
}

.newsInfo{width:100%;padding:60px 0; height:450px;}
@media -sass-debug-info{
line{font-family:\00003134}
}
.newsInfo .newsInfo_box{width:1200px;margin:0 auto}
@media -sass-debug-info{
line{font-family:\00003137}
}
.newsInfo .newsInfo_box h3{font-size:30px;text-align:center;font-weight:400;color:#333;margin-bottom:38px}
@media -sass-debug-info{
line{font-family:\00003144}
}
.newsInfo .newsInfo_box .newsInfo_img{max-width:100%;width:446px;height:340px}
@media -sass-debug-info{
line{font-family:\00003148}
}
.newsInfo .newsInfo_box .newsInfo_img img{max-width:100%;width:100%}
@media -sass-debug-info{
line{font-family:\00003153}
}
.newsInfo .newsInfo_box .newsInfo_lists{width:59%;margin-left:38px}
@media -sass-debug-info{
line{font-family:\00003156}
}
.newsInfo .newsInfo_box .newsInfo_lists li{margin-bottom:8px; height:62px;}
@media -sass-debug-info{
line{font-family:\00003158}
}
.newsInfo .newsInfo_box .newsInfo_lists li .lists_time{font-size:14px;color:#4382ff;text-align:center;padding:10px 14px;border:1px solid #4382ff; height:36px; line-height:18px;}
@media -sass-debug-info{
line{font-family:\00003165}
}
.newsInfo .newsInfo_box .newsInfo_lists li .lists_text{width:87%;margin-left:18px}
@media -sass-debug-info{
line{font-family:\00003168}
}
.newsInfo .newsInfo_box .newsInfo_lists li .lists_text p{font-size:14px;color:#333;margin-bottom:4px;font-weight:500;}
@media -sass-debug-info{
line{font-family:\00003173}
}
.newsInfo .newsInfo_box .newsInfo_lists li .lists_text p.brief{font-size:12px;color:#636262;margin-bottom:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;line-height:18px;height:36px}
@media -sass-debug-info{
line{font-family:\00003187}
}
.newsInfo .newsInfo_box .newsInfo_lists li:last-child{margin-bottom:0}
@media -sass-debug-info{
line{font-family:\00003194}
}
