* {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei","MicrosoftJhengHei",PingFang SC, Verdana; }

a {
  text-decoration: none; }

li {
  list-style: none; }

.pointer {
  cursor: pointer; }

.clear:after {
  clear: both;
  content: "";
  display: block; }

.fl {
  float: left; }

.fr {
  float: right; }

.blue {
  color: #2F78DC; }

.wrap {
  width: 1190px;
  margin: 0 auto; }

.text-r {
  text-align: right; }

.text-l {
  text-align: left; }

.yellow {
  color: #FFB80B; }

.gray {
  color: #B1AFB2; }

.black {
  color: #000000 !important; }

.split {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.hide {
  display: none !important; }

/* com-title  */
.com-title {
  border-left: 6px solid #0755bd;
  font-size: 24px;
  color: #3e3e3f;
  line-height: 36px;
  padding: 0 10px;
  margin: 25px 0; }
  .com-title span {
    padding: 0 10px;
    font-weight: bold; }
  .com-title a {
    color: #3576DE;
    float: right;
    font-size: 16px; }

/* header */
.header {
  background-color: #fff;
  overflow: hidden; }
  .header .logo-box .left .big-title {
    font-size: 30px;
    font-weight: bold;
    color: #2f78dc;
    line-height: 36px;
    padding: 22px 0 10px; }
  .header .logo-box .left .sub-title {
    font-size: 11px;
    font-weight: 400;
    color: #7c7e82;
    line-height: 36px; }
  .header .logo-box .right {
    float: right;
    min-width: 400px; }
    .header .logo-box .right .phone {
      font-size: 30px;
      font-weight: 300;
      color: #3468ec;
      line-height: 36px; }
      .header .logo-box .right .phone img {
        vertical-align: middle;
        margin-right: 18px; }
    /*.header .logo-box .right a {
      font-size: 16px;
      font-weight: 400;
      color: #58595c;
      line-height: 36px;
      text-decoration: none; }*/
  .header .menu-box ul {
    padding: 0; }
    .header .menu-box ul li {
      float: left;
      height: 19px;
      font-size: 18px;
      font-weight: 400;
      line-height: 36px;
      padding: 10px 10px 20px;
      margin-right: 15px;
      border-bottom: 3px solid #fff; }
      .header .menu-box ul li a {
        color: #403E41; }
    .header .menu-box ul .active {
      border-color: #2f78dc; }
      .header .menu-box ul .active a {
        color: #2f78dc; }
    .header .menu-box ul li:last-child {
      margin-right: 0; }
.header #line {width: 1220px;margin:0 auto; height: 24px;line-height: 24px;}
.header #line span {float:left;color:#fff;font-size: 14px;line-height: 24px;}
.header #line a.opt {color:#fff;font-size: 14px;}
.header #line a.opt:hover {color:#fff;font-size: 14px;}
.header .logo-box .left .big-title {
    font-size: 30px;
    font-weight: bold;
    color: #0755bd;
    line-height: 20px;
    padding: 10px 0 10px; }
/* footer */
.footer {
  background-color: #535353;
  padding: 20px;
  color: #fff;
  text-align: left;
  line-height: 30px;
  font-size: 14px; }
  .footer .link {
    margin-bottom: 10px; }
  .footer span {
    margin-right: 40px; }
  .footer a {
    padding: 0 10px;
    color: #fff;
    font-size: 14px;
    line-height: 26px; }

/* crumbs */
.crumbs {
  height: 70px;
  line-height: 70px;
  width: 1220px;
  margin: 0 auto;
  font-size: 18px;
  color: #5C5959; }
  .crumbs a {
    color: #0755bd; }
  .crumbs .address {
    display: inline-block;
    width: 27px;
    height: 23px;
    background: url("../img/address.png") center center;
    background-size: contain;
    vertical-align: -6px;
    margin-right: 10px; }

.index {
  /* banner */
  /* model1 */
  /* model2 */
  /*  model3 */
  /*  model4 */
  /* fix-container */ }
  .index .banner {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden; }
    .index .banner .swiper-container {
      width: 100%;
      height: 100%; }
    .index .banner .swiper-pagination-bullet-active {
      background-color: #A2D7FC; }
    .index .banner .swiper-pagination-bullet {
      width: 14px;
      height: 14px; }
    .index .banner .info {
      position: absolute;
      bottom: 100px;
      left: 0px;
      right: 0;
      z-index: 99;
      font-size: 50x;
      font-weight: bold;
      color: white;
      line-height: 112px; }
      .index .banner .info .sub-title {
        font-size: 28px;
        font-weight: 400;
        line-height: 18px; }
  .index .model1 .container {
    background-color: #F6F5F8;
    margin-bottom: 30px; }
    .index .model1 .container .box {
      padding: 20px; }
      .index .model1 .container .box .tab-content {
        display: flex;
        flex-direction: row;
        justify-content: space-around; }
      .index .model1 .container .box .item {
        font-size: 18px;
        text-align: center; }
        .index .model1 .container .box .item a {
          color: #3E3E3F; }
        .index .model1 .container .box .item .border {
          width: 84px;
          height: 84px;
          line-height: 84px;
          border: 2px solid #386CC5;
          border-radius: 50%;
          text-align: center;
          margin: 0 auto 10px; }
          .index .model1 .container .box .item .border img {
            vertical-align: middle; }
        .index .model1 .container .box .item:hover .border {
          transform: scale(1.1);
          -webkit-transform: scale(1.1); }
  .index .model2 {
    overflow: hidden; }
    .index .model2 .com-title span {
      color: #B1AFB2; }
    .index .model2 .left .container {
      padding-right: 60px; }
    .index .model2 > div {
      width: 50%;
      float: left; }
      .index .model2 > div .img-item {
        overflow: hidden;
        margin-bottom: 36px;
        cursor: pointer; }
        .index .model2 > div .img-item img {
          float: left;
          margin-right: 10px;
          width: 240px;
          height: 140px; }
        .index .model2 > div .img-item .info .title {
          font-size: 18px;
          font-weight: bold;
          color: #000;
          line-height: 36px; }
        .index .model2 > div .img-item .info .des {
          font-size: 16px;
          color: #5E5F61 !important; }
          .index .model2 > div .img-item .info .des a {
            color: #3979db; }
        .index .model2 > div .img-item:hover .info .title {
          color: #2f78dc; }
      .index .model2 > div .info-item {
        border-bottom: 1px solid #E5E5F3;
        overflow: hidden;
        margin-bottom: 10px; }
        .index .model2 > div .info-item .time {
          width: 50px;
          height: 40px;
          float: left;
          padding: 4px 5px;
          background-color: #E5E5E5;
          font-size: 14px;
          margin-right: 10px; }
          .index .model2 > div .info-item .time .date {
            color: #2F78DC; }
          .index .model2 > div .info-item .time .year {
            color: #949293; }
        .index .model2 > div .info-item .info-text {
          color: #262728;
          font-size: 16px;
          line-height: 46px; }
        .index .model2 > div .info-item:hover .info-text {
          color: #2f78dc; }
  .index .model3 {
    overflow: hidden;
    margin-bottom: 30px; }
    .index .model3 .container .item {
      width: 283px;
      border: 1px solid #557495;
      float: left;
      margin-right: 26px; }
      .index .model3 .container .item .img-box {
        width: 100%;
        height: 182px;
        overflow: hidden; }
        .index .model3 .container .item .img-box img {
          width: 100%;
          height: 100%; }
      .index .model3 .container .item .info-box {
        padding: 20px 15px; }
        .index .model3 .container .item .info-box .title {
          height: 36px;
          font-size: 18px;
          font-weight: bold;
          color: #3e3e3f;
          line-height: 36px; }
        .index .model3 .container .item .info-box .des {
          color: #7E7E82;
          font-size: 16px;
          display: -webkit-box;
          overflow: hidden;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical; }
    .index .model3 .container .item:last-child {
      margin-right: 0; }
    .index .model3 .container .item:hover img {
      transform: scale(1.1);
      -webkit-transform: scale(1.1); }
  .index .model4 {
    overflow: hidden;
    margin-bottom: 40px; }
    .index .model4 .container .item {
      width: 180px;
      height: 70px;
      border: 1px solid #DCDADD;
      float: left;
      margin-top: 15px;
      margin-bottom: 15px;
      margin-right: 25px; }
      .index .model4 .container .item img {
        width: 100%;
        height: 100%; }
    .index .model4 .container .item:last-child {
      margin-right: 0; }
  .index .fix-container {
    position: fixed;
    width: 45px;
    top: 500px;
    right: 10px;
    z-index: 99;
    box-shadow: 0 0 10px #EAEAEC;
    text-align: center;
    background-color: white; }
    .index .fix-container .item {
      cursor: pointer;
      border-bottom: 1px solid #E3E3E5;
      padding: 5px 0;
      position: relative; }
      .index .fix-container .item img {
        display: inline-block;
        height: 25px; }
    .index .fix-container .turn img {
      animation: turn 0s linear forwards; }
@keyframes turn {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(180deg); } }
    .index .fix-container .cover {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      color: white;
      background-color: #2F78DC;
      display: none;
      line-height: 40px; }
    .index .fix-container .item:hover .cover {
      display: block; }

.about_us {
  background-color: #EAEAEB;
  /* model1 */
  /* model2 */
  /* model3 */ }
  .about_us .banner {
    background: url(../img/a-banner.png) center center;
    background-size: cover;
    height: 270px;
    width: 100%;
    overflow: hidden; }
  .about_us .content {
    background-color: #fff; }
  .about_us .info-title {
    padding: 64px 0 30px;
    color: #0755bd;
    text-align: center;
    height: 37px;
    font-size: 36px;
    font-weight: bold;
    color: #0755bd;
    line-height: 32px; }
  .about_us .model1 {
    overflow: hidden;
    width: 100%; }
    .about_us .model1 .img-item {
      overflow: hidden;
      margin-bottom: 36px; }
      .about_us .model1 .img-item img {
        float: left;
        margin-right: 60px;
        width: 452px;
        height: 241px; }
      .about_us .model1 .img-item .info {
        font-size: 18px;
        font-weight: 400;
        color: #2e2f30;
        line-height: 48px; }
  .about_us .model2 {
    overflow: hidden; }
    .about_us .model2 .container .item {
      width: 283px;
      height: 325px;
      border: 1px solid #557495;
      float: left;
      margin-right: 26px; }
      .about_us .model2 .container .item .box {
        padding: 15px 15px; }
        .about_us .model2 .container .item .box .title {
          font-size: 24px;
          font-weight: bold;
          color: #2e2e30;
          line-height: 32px;
          text-align: center;
          padding: 10px 0 20px; }
        .about_us .model2 .container .item .box .img-box {
          width: 100%;
          height: 100px;
          overflow: hidden;
          text-align: center;
          margin-bottom: 20px; }
        .about_us .model2 .container .item .box .info-box {
          font-size: 18px;
          font-weight: 400;
          color: #3d3f40;
          line-height: 32px;
          display: -webkit-box;
          overflow: hidden;
          -webkit-line-clamp: 4;
          -webkit-box-orient: vertical;
          text-indent: 2em; }
    .about_us .model2 .container .item:last-child {
      margin-right: 0; }
  .about_us .model3 {
    padding-bottom: 30px; }
    .about_us .model3 .container .box {
      padding: 20px;
      display: flex;
      flex-direction: row;
      justify-content: space-around; }
    .about_us .model3 .container .item {
      font-size: 18px;
      text-align: center; }
      .about_us .model3 .container .item a {
        font-size: 24px;
        font-weight: 400;
        color: #49494a;
        line-height: 48px; }
      .about_us .model3 .container .item .border {
        width: 164px;
        height: 164px;
        line-height: 164px;
        border: 2px solid #386CC5;
        border-radius: 50%;
        text-align: center;
        margin: 0 auto 10px; }
        .about_us .model3 .container .item .border img {
          vertical-align: middle; }
      .about_us .model3 .container .item:hover .border {
        transform: scale(1.1);
        -webkit-transform: scale(1.1); }

.center {
  background-color: #EAEAEB; }
  .center .banner {
    background: url(../img/bengbu3.jpg) center center;
    background-size: cover;
    height: 270px;
    width: 100%;
    overflow: hidden; }
  .center .content a, .center .content div, .center .content li {
    box-sizing: border-box;}
  .center .wrap {
    background-color: #fff;
    padding: 0 25px 0 20px; }
  /*.center .left-menu {
    padding: 25px 0;
    width: 250px; }*/
	
	.center .left-menu2 {
    padding: 25px 0;
    width: 200px; }
	
  .center .menu-header {
    height: 50px;
    line-height: 50px;
    color: #FFFFFF;
    font-size: 22px;
    padding-left: 70px;
    background: url(../img/menus.png) 30px center no-repeat;
    background-size: 23px 23px;
    background-color: #0755bd; }
  .center .menu-list {
    color: #4F4E4D;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .center .menu-list > li {
      margin-top: 2px;
      color: #4F4E4D; }
	.center .menu-list > li.active {
      background-color: #ebf4fc;
      color: #347bd9;}
    .center .menu-list a {color:#666;
      line-height: 50px;
      padding-left: 70px;
      background-color: #EAEDEF;
      display: block;
      cursor: pointer; }
  .center .menu-list a:hover {color:#347bd9;
      line-height: 50px;
      padding-left: 70px;
      background-color: #ebf4fc;
      display: block;
      cursor: pointer; }
    .center .menu-list .menu-title {
      line-height: 50px;
      padding-left: 70px;
      cursor: pointer;
      background: url(../img/plus.png) 30px center no-repeat;
      background-size: 23px 23px;
      background-color: #EAEDEF; }
    .center .menu-list .sub-menu {
      line-height: 50px;
      display: none; }
      /**
	  .center .menu-list .sub-menu li {
        padding-left: 70px;
        cursor: pointer; }
	  .center .menu-list .sub-menu li a {
        padding-left: 0px;
        background-color: #FFFFFF; }
        .center .menu-list .sub-menu li.active {
          background-color: #ebf4fc;
          color: #347bd9; }
	  **/
    .center .menu-list .open + ul {
      display: block; }
  .center .main {
    width: 885px;
    padding: 15px 0; }
	
	.center .main2 {
    width: 950px;
    padding: 15px 0; }
	
    .center .main .app-list {
      margin-top: 10px;
      min-height: 400px; }
    .center .main .app-item {
      padding: 10px 30px 10px 10px;
      color: #4F4E4D;
      border: 1px solid #EAEDEF;
      border-radius: 4px;
      margin-bottom: 30px; }
      .center .main .app-item img {
        width: 160px;
        height: 100px;
        margin-top: 15px; }
      .center .main .app-item .app-info {
        width: 670px; }
        .center .main .app-item .app-info .app-name {
          font-size: 18px;
          line-height: 30px;
          font-weight: 600; }
        .center .main .app-item .app-info .app-intro {
          font-size: 14px;
          font-weight: 600; }
        .center .main .app-item .app-info .app-desc {
          margin-top: 5px;
          font-size: 14px;
          line-height: 25px;
          max-height: 50px;
          display: -webkit-box;
          overflow: hidden;
          -webkit-box-orient: vertical;
          text-overflow: ellipsis;
          -webkit-line-clamp: 2; }
        .center .main .app-item .app-info .app-more {
          text-align: right;
          font-size: 14px;
          margin-top: 10px;
          line-height: 40px; }
 .pagation {
    margin: 50px 0 16px;
    text-align: center;
    font-size: 18px;
    color: #717372; }
 .pagation a {
      display: inline-block;
      line-height: 40px;
      padding: 0 16px;
      border: 1px solid #769FF2;
      margin: 0 3px;
      color: #2F78DC;
      cursor: pointer; }
 .pagation a.disabled-page {
      background-color: #EAEAEB;
      border-color: #C6C8CD;
      color: #727474;
      cursor: not-allowed; }
.pagation .current-page {
      background-color: #2F78DC;
      border: 1px solid #769FF2;
      color: #fff; }
  .pagation .total-page {
      color: #717372;
      margin-left: 25px; }

.question {
  background-color: #EAEAEB; }
  .question .banner {
    background: url(../img/bengbu4.jpg) center center;
    background-size: cover;
    height: 270px;
    width: 100%;
    overflow: hidden; }
    .question .wrap {
    background-color: #fff;
    padding: 0 25px 0 20px;
}
  .question .content a, .question .content div, .question .content li {
    box-sizing: border-box; }
  .question .wrap .main {
    background-color: #fff; }
    .question .wrap .main .title {
      border-bottom: 1px solid #C4C4C9; }
    .question .wrap .main .form {
      width: 95%;
      margin: 0 auto;
      padding: 5px 0  }
      .question .wrap .main .form p {
        margin-top: 30px;
        font-size: 18px; }
        .question .wrap .main .form p span {
          color: #a1a1a1;
          font-size: 14px; }
        .question .wrap .main .form p i {
          display: inline-block;
          background: url(../img/plus.png) center center no-repeat;
          width: 25px;
          height: 25px;
          background-size: contain;
          margin-right: 10px;
          vertical-align: -5px; }
      .question .wrap .main .form input, .question .wrap .main .form textarea {
        width: 95%;
        padding: 10px;
        margin-top: 10px; }
      .question .wrap .main .form .form-submit {
        line-height: 30px;
        padding: 5px 25px;
        background-color: #2F78DC;
        color: #fff;
        font-size: 16px;
        border: none;
        margin-top: 30px; }

/*# sourceMappingURL=main.css.map */
.ask {padding: 20px 0px;line-height: 30px;}
.asktitle {color: #F6BB07; font-weight: bold;font-size: 20px; margin-right: 15px;}
.asktime {float:right;color:#c4c4c9;}
.answertitle {color: #F6BB07; font-weight: bold;font-size: 20px;margin-right: 15px;}
.answertxt {color:#666;}
.platform {
  background-color: #EAEAEB; }
.platform .banner {
    background: url(../img/bengbu2.jpg) center center;
    background-size: cover;
    height: 270px;
    width: 100%;
    overflow: hidden; }
.news{
  background-color: #EAEAEB; }
.news .banner {
    background: url(../img/bengbu1.jpg) center center;
    background-size: cover;
    height: 270px;
    width: 100%;
    overflow: hidden; }
.park{
  background-color: #EAEAEB; }
.park .banner {
    background: url(../img/park-banner.jpg) center center;
    background-size: cover;
    height: 270px;
    width: 100%;
    overflow: hidden; }
#platform { margin-top: 10px;min-height: 800px; }
#platform ul li {width:183px; float:left;margin: 10px 15px;}
#platform ul li dt {width:183px;height:108px;box-shadow: 0 0 10px #c2bfbf; border:1px solid #efefef;}
#platform ul li dd {width:183px; text-align:center;}
#platform ul li a {color:#999;line-height:36px;} 
#platform ul li a:hover {color:#2f78dc;} 

.bannertxt {
    width: 1220px;
    margin: 0 auto;
    margin-top: 90px;
    height: 95px;
    text-align: left;
}
#news { margin-top: 10px;min-height: 800px; height: 133px;}
.newsphoto {float:left;width:201px; height: 133px;margin-right: 20px;}
.newstxt {float:left;width:650px;line-height:24px;}

.newstxt h3 {font-size:18px;}
.newstime {color:#999;font-size:14px;}
.newsdetail {margin-top:10px; font-size:16px; color:#4f4e4d;}
#park { margin-top: 10px;width: 1180px; height: 133px;}
.parkphoto {float:left;width:283px; height: 182px;margin-right: 20px;}
#park p {color: #666;line-height: 30px; margin-top: 8px;}
.line {border-bottom :1px dashed #d4d6d7;width: 100%;height: 1px; float:left; margin: 10px 0px;}
/* Upcoming Events */
.upcoming-events,
.upcoming-events ul{
	list-style:none;
	margin:0;
	padding:0;
}

.upcoming-events{
	margin-bottom:-10px;
}

.upcoming-events>li{
	display:table;
	padding:0 0 15px;
	border-bottom:1px solid #eee;
}

.upcoming-events>li+li{
	padding-top:15px;
}

.upcoming-events li:last-child{
	border:none;
}

.upcoming-events>li>*{
	display:table-cell;
	vertical-align:top;
}

.upcoming-events .date>span{
	background:#ebf4fc;
	text-align:center;
	padding:7px 10px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	width:42px;
	display:block;
	transition:color 0.2s, background 0.3s;
	-webkit-transition:color 0.2s, background 0.3s;
	-moz-transition:color 0.2s, background 0.3s;
}

.upcoming-events .date .day{
	font-size:16px;
	font-weight:700;
	display:block;
	padding:0;
}

.upcoming-events .date .month{
	font-size:12px;
	line-height:16px;
	font-weight:400;
	text-transform:uppercase;
	display:block;
	padding:0;
}

.upcoming-events .event-content{width: 800px;
	padding-left:15px;
	vertical-align:top;
}

.upcoming-events .event-content h6{
	margin:0 0 4px;
	font-size:16px;
	font-weight:400;
}
.upcoming-events .event-content h6 a {color:#666;}
.upcoming-events .event-content h6 a:hover{color:#999;}
.upcoming-events .event-content .event-meta{
	color:#95999e;
	font-size:13px;
	line-height:16px;
}

.upcoming-events>li:hover .date>span{
	background:#63b2f5;
	color:#fff;
}
/* Upcoming Event */
.upcoming-event,
.upcoming-event ul{
	list-style:none;
	margin:0;
	padding:0;
}

.upcoming-event{
	margin-bottom:-10px;
}

.upcoming-event>li{
	display:table;
	padding:0 0 7px;
	border-bottom:1px solid #eee;
}

.upcoming-event>li+li{
	padding-top:7px;
}

.upcoming-event li:last-child{
	border:none;
}

.upcoming-event>li>*{
	display:table-cell;
	vertical-align:top;
}

.upcoming-event .date>span{
	background:#ebf4fc;
	text-align:center;
	padding:20px 10px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	width:42px;
	display:block;
	transition:color 0.2s, background 0.3s;
	-webkit-transition:color 0.2s, background 0.3s;
	-moz-transition:color 0.2s, background 0.3s;
}

.upcoming-event .date .day{
	font-size:16px;
	font-weight:700;
	display:block;
	padding:0;
}

.upcoming-event .date .month{
	font-size:12px;
	line-height:14px;
	font-weight:400;
	text-transform:uppercase;
	display:block;
	padding:0;
}

.upcoming-event .event-content{width: 800px;
	padding-left:15px;
	vertical-align:top;
}

.upcoming-event .event-content h6{
	margin:0 0 4px; line-height: 40px;
	font-size:16px;
	font-weight:400;
}
.upcoming-event .event-content h6 a {color:#666;}
.upcoming-event .event-content h6 a:hover{color:#999;}


.upcoming-events>li:hover .date>span{
	background:#63b2f5;
	color:#fff;
}
#indexnews ul li {line-height: 33px;}
.indexnews a {font-size: 16px; color:#666;display: block;}
.indexnews a:hover {font-size: 16px; color:#999;}
#indexnews ul li span {font-size:14px; color:#666;float:right;}
#zhengwu {width: 235px; height: 160px;background: #ebf4fc; border-radius: 15px; border: 1px solid #8eb5ea;box-shadow: 0 0 10px #8eb5ea; float:left;margin: 20px 25px; text-align: center;  }
#zhengwu a {width: 235px; height: 160px;display: block;color: #2f78dc; padding-top: 15px;}
#zhengwu a:hover{width: 235px; height: 160px;color: #666; border-radius: 15px; border: 1px solid #2f78dc;box-shadow: 0 0 10px #2f78dc; padding-top: 15px;}
#zhengwu img {width:60px;height: 60px; margin-top: 10px;}
#zhengwu p {line-height: 24px;font-size: 18px;padding: 10px;}
#enter {width: 180px; height: 180px;background: #ebf4fc; border-radius: 90px; border: 1px solid #8eb5ea;box-shadow: 0 0 10px #8eb5ea; float:left;margin: 20px 25px; text-align: center;  }
#enter a {width: 180px; height: 180px;display: block;color: #2f78dc; padding-top: 15px;}
#enter a:hover{width: 180px; height: 180px;color: #666; border-radius: 90px; border: 1px solid #2f78dc;box-shadow: 0 0 10px #2f78dc; padding-top: 15px;}
#enter img {width:60px;height: 60px; margin-top: 25px;}
#enter p {line-height: 24px;font-size: 18px;padding: 10px;}
#newsdetail { padding: 30px 0px;width: 90%; margin: 0 auto;}
#newsdetail-title h3 {line-height:50px; font-size: 22px;}
#newsdetail-title {width: 100%;height:40px;  margin: 0 auto; float:left;text-align: center;}
#newsdetail-titletime {text-align: center; line-height: 36px;color:#999;width: 100%; margin-bottom: 10px;float:left;height: 30px;}
#newsline {width: 100%;height: 1px; background: #999; margin: 0 auto; float:left; }
#newstxt {width: 100%;color: #666; line-height: 36px;text-indent:2em; margin: 0 auto;margin: 30px 0px;float:left;}
#down {line-height: 40px;}
#down p {font-size:15px;}
.liucheng {width: 64px; height: 64px;float:left; background:url(../img/icons/arrow.svg); margin-top: 80px;}
.liuchengtxt {width: 100%; float:left;line-height: 30px;margin-top: 20px;}
.liuchengtxt a {color:#347bd9}
.liuchengtxt a:hover {color:#333;}

.menu-list.active {
          background-color: #ebf4fc;
          color: #347bd9; }
.menu-list .active a {
          background-color: #ebf4fc;
          color: #347bd9; }
.m-menu {
    display: none;
}

.m-menu-box {
    display: none;
}
.ask-search .ask-box .input-box input {
    width: 100%;
    line-height: 30px;
    padding: 5px 10px;
    border: 1px solid #999;
    border-radius: 4px;
    box-sizing: border-box;
}
.com-btn {
    line-height: 30px;
    min-width: 130px;
    padding: 5px 25px;
    background-color: #2F78DC;
    color: #fff;
    font-size: 16px;
    border: none;
    cursor: pointer;
    margin-left: 15px;
}
.ask-search .ask-box {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 10px;
}
.ask-search .ask-box .input-box {
    width: 100%;
}
.question .main-all {
    padding: 40px 20px 50px;
}
.question .quick-remind {
    margin: 40px 0 60px;
}
.question .quick-remind .remind-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 5px;
}
.question .quick-remind .remind-item a:first-child {
    color: #000;
    font-weight: 600;
    cursor: default;
}
.question .quick-remind .remind-item a {
    color: #333;
    cursor: pointer;
    display: inline-block;
    width: 15%;
    text-align: left;
}
.question .quick-remind .remind-item a:first-child {
    color: #000;
    font-weight: 600;
    cursor: default;
}
.question .ask-list a:first-child .ask-item {
    border-top: 1px solid #e1e1e1;
}
.question .ask-list .ask-item {
    line-height: 75px;
    border-bottom: 1px solid #e1e1e1;
    color: #666;
    cursor: pointer;
}
.question .ask-list .ask-point {
    /*font-weight: bolder;*/
    font-size: 50px;
    color: #000000;
    vertical-align: middle;
    line-height: 1;
}
.question .ask-list .ask-item {
    line-height: 75px;
    border-bottom: 1px solid #e1e1e1;
    color: #666;
    cursor: pointer;
}
.asktime {
    float: right;
    color: #c4c4c9;
}
.question .wrap .width100 {
    width: 100%;
}
.question .wrap .main .form {
    width: 95%;
    padding: 60px 60px 120px;
}
.question .wrap .main .form .form-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.question .wrap .main .form .flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.question .wrap .main .form .form-group {
    margin-bottom: 40px;
    display: flex;
}
.question .wrap .main .form .btn {
    text-align: center;
    margin-bottom: 80px;
}
.question .wrap .main .form label {
    display: inline-block;
    width: 80px;
    text-align: center;
}
.question .wrap .main .form .c-red {
    color: red;
}
.question .wrap .main .form .form-row input {
    width: 180px;
    margin-top: 0;
    border: 1px solid #999;
    border-radius: 4px;
}
.question .wrap .main .form .form-row select {
    padding: 10px;
    width: 101px;
    margin-top: 0;
    height: 40px;
    border: 1px solid #999;
    border-radius: 4px;
}

.question .wrap .main .form textarea {
    width: 863px;
    margin-top: 0;
    line-height: 1.5;
    min-height: 90px;
    border: 1px solid #999;
    border-radius: 4px;
}
.question .quick-remind .remind-item span {
    width: 25%;
    text-align: center;
    cursor: pointer;
}
.question .quick-remind .remind-item span.active {
    color: #2e77dd;
}
.question .main-answer {
    padding: 60px 80px 120px;
}
.question .question-block {
    padding-bottom: 60px;
    border-bottom: 1px dashed #d1d1d1;
}
.question .center-title {
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 15px;
}
.question .q-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}
.question .q-a-content {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 10px;
}
.question .q-a-user {
    font-size: 16px;
    text-align: right;
}
.question .q-a-user span:first-child {
    margin-right: 20px;
}
.question .q-a-user {
    font-size: 16px;
    text-align: right;
}
.question .answer-block {
    padding-top: 50px;
}
.question .center-title {
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 15px;
}
.blue {color: #2F78DC; }
.question .q-a-content {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 10px;
}
.question .q-a-user {
    font-size: 16px;
    text-align: right;
}
.question .q-a-user span:first-child {
    margin-right: 20px;
}
.question .question-page {
    text-align: center;
    margin-top: 80px;
}
.question .question-page a {
    margin: 0 10px;
    cursor: pointer;
    color: #5e5e5e;
}
.question .question-page a img {
    height: 18px;
    width: auto;
    vertical-align: -3px;
}
.question .question-page a img {
    height: 18px;
    width: auto;
    vertical-align: -3px;
}
.ruZhuliuChenMain {
  width: 885px;
  background: #EBF4FC;
  box-sizing: border-box;
  padding: 20px 19px 0;
  padding-bottom: 20px;
  margin-bottom: 60px; }
.ruZhuliuChenMain .ruZhuList {
  display: flex;
  justify-content: space-between; }
.ruZhuliuChenMain .ruZhuList .ruZhuItem {
  cursor: pointer;
  border: 1px solid #a0c4f6;
  border-radius: 8px;
  box-sizing: border-box;
  padding-left: 22px;
  padding-right: 27px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 200px;
  color: #0c60d6; }
.ruZhuliuChenMain .ruZhuList .ruZhuItem img {
  width: 42px; }
.ruZhuliuChenMain .ruZhuList .ruZhuItem > div {
  font-weight: bold;
  font-size: 18px;
  line-height: 90px; }
.ruZhuliuChenMain .ruZhuList .ruZhuItem :nth-child(2) {
  display: none; }
.ruZhuliuChenMain .ruZhuList .ruZhuItem:hover {
  border-color: #2f78dc;
  color: #fff;
  background: #2f78dc; }
.ruZhuliuChenMain .ruZhuList .ruZhuItem:hover :nth-child(1) {
  display: none; }
.ruZhuliuChenMain .ruZhuList .ruZhuItem:hover :nth-child(2) {
  display: block; }
.ruZhuliuChenMain .ruZhuList .te {
  border-color: #2f78dc;
  color: #fff;
  background: #2f78dc; }
.ruZhuliuChenMain .ruZhuList .te :nth-child(1) {
  display: none; }
.ruZhuliuChenMain .ruZhuList .te :nth-child(2) {
  display: block; }
.ruZhuliuChenMain .ruZhuliuChenMainContent {
  border-radius: 8px;
  background: #fff;
  margin-top: 19px;
  padding: 0 20px;
  padding-top: 20px;
  white-space: normal;
  min-height: 698px; }
.ruZhuliuChenMain .ruZhuliuChenMainContent p {
  font-size: 16px;
  line-height: 30px;
  color: #242424;
  text-align: justify; }
.ruZhuliuChenMain .ruZhuliuChenMainContent p .beizhu {
  color: #6ea3e7; }
.ruZhuliuChenMain .ruZhuliuChenMainContent .liuCheng .liuChengTitle {
  font-size: 22px;
  font-weight: bold;
  color: #2F78DC;
  font-family: "Microsoft YaHei","MicrosoftJhengHei",PingFang SC, Verdana;
  margin-top: 36px;
  margin-bottom: 7px; }
.ruZhuliuChenMain .ruZhuliuChenMainContent .lianJie {
  margin-top: 30px; }
.ruZhuliuChenMain .ruZhuliuChenMainContent .lianJie .lianJieList .lianJieListP img {
  width: 780px;
  margin-right: 10px; }
.ruZhuliuChenMain .ruZhuliuChenMainContent .lianJie .lianJieList a {
  color: #6ea3e7; }
#platform {
  margin-top: 10px;
  min-height: 800px; }

#platform ul li {
  width: 183px;
  float: left;
  margin: 10px 15px; }

#platform ul li dt {
  width: 183px;
  height: 108px;
  box-shadow: 0 0 10px #c2bfbf;
  border: 1px solid #efefef; }

#platform ul li dd {
  width: 183px;
  text-align: center; }

#platform ul li a {
  color: #999;
  line-height: 36px; }

#platform ul li a:hover {
  color: #2f78dc; }
#platform ul li a:hover img {
  animation: xuanZhuan 1.5s; }

@keyframes xuanZhuan {
  from {
    transform: rotateY(0deg); }
  to {
    transform: rotateY(360deg); } }