﻿@charset "utf-8";

.TCs .flexBox {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  flex-wrap: wrap;
}

.TCs .tcItem {
  width: 680px;
  padding: 22px 38px;
  box-shadow: 0px 4px 130px 0px rgba(0, 4, 23, 0.8);
  border: 4px solid #fff;
  border-radius: 10px;
  background: url(01-01-tcbg.jpg) #0a227e;
  background-size: cover;
  color: #fff;
  position: relative;
  margin: 0 30px;
}

.TCs.ieStyle .tcItem {
  background-image: none;
}

.TCs .tcItem .picBox {
  text-align: center;
}

.TCs .tcItem .pic {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.TCs .tcItem .tit {
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}

.TCs .tcItem .des {
  line-height: 1.9;
  max-height: 400px;
  overflow: auto;
}

.TCs .tcItem .closeBtn {
  width: 48px;
  height: 47px;
  position: absolute;
  right: -58px;
  top: 0;
  background: url(01-01-tcclose.png);
  cursor: pointer;
  z-index: 10;
}

.TCs.ieStyle .flexBox {
  display: block;
  width: 100%;
  height: 100%;
}

.TCs.ieStyle .tcItem {
  position: absolute;
  left: 50%;
  margin-left: -340px;
  top: 15%;
}

.TCs.threeItem .tcItem {
  width: 570px;
}

.TCs.threeItem .tcItem.tc1 {
  margin: 0 500px;
}

.TCs.threeItem .tcItem .des {
  max-height: 250px;
  min-height: 100px;
}

.TCs.twoItem .tcItem {
  width: 570px;
}

.TCs.twoItem .tcItem .des {
  min-height: 400px;
}

.ieStyle.TCs.threeItem .tcItem.tc1 {
  margin-left: -285px;
}

.ieStyle.TCs.threeItem .tcItem.tc2 {
  margin-left: -600px;
  top: auto;
  bottom: 0;
}

.ieStyle.TCs.threeItem .tcItem.tc3 {
  margin-left: 30px;
  top: auto;
  bottom: 0;
}

.ieStyle.TCs.twoItem .tcItem.tc1 {
  margin-left: -600px;
}

.ieStyle.TCs.twoItem .tcItem.tc2 {
  margin-left: 30px;
}

/* home1 */
.home1 .container {
  position: relative;
}

.home1 .rightAside,
.home1 .leftAside {
  position: absolute;
  right: -100px;
  top: 0;
  width: 82px;
  line-height: 1.6;
}

.home1 .leftAside {
  right: auto;
  left: -100px;
}

.home1 .asideItem {
  margin-bottom: 10px;
}

.home1 .asideClose {
  cursor: pointer;
}

.home1 .asideClose:hover {
  color: #19518C;
}

.home1 .linkPics {
  margin-right: -6px;
}

.home1 .linkPics .listItem {
  margin-top: 6px;
  margin-right: 6px;
  float: left;
}

.home1 .linkPics .listItem img {
  border: 1px solid transparent;
}

.home1 .linkPics .item1,
.home1 .linkPics .item2,
.home1 .linkPics .item3 {
  width: 396px;
  height: 80px;
}

.home1 .linkPics .item4 {
  width: 42px;
  height: 52px;
}

.home1 .linkPics .item5,
.home1 .linkPics .item6,
.home1 .linkPics .item7 {
  width: 380px;
  height: 52px;
}

.home1 .linkPics .listItem:hover img {
  border-color: #18518c;
  box-shadow: 0px 2px 20px 0px rgba(0, 29, 59, 0.5);
}

/* home2 */
.home2 .leftBox {
  width: 56.8%;
  float: left;
}

.home2 .rightBox {
  width: 43.2%;
  float: left;
  padding-left: 20px;
}

.home2 .newsSwi {
  position: relative;
}

.home2 .newsSwi .hd {
  position: absolute;
  right: 20px;
  bottom: 17px;
  overflow: hidden;
  z-index: 200;
}

.home2 .newsSwi .hd li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  margin-left: 10px;
  float: left;
  cursor: pointer;
}

.home2 .newsSwi .hd li.on {
  background: #18518c;
}

.home2 .newsSwi .bd li {
  width: 100%;
  height: 432px;
  position: relative;
}

.home2 .newsSwi .bd .picBox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.home2 .newsSwi .bd .textBox {
  padding: 0 20px;
  padding-right: 20%;
  line-height: 45px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, endColorstr=#B2000000);
  color: #fff;
}

.home2 .newsSwi .bd .textBox a:hover {
  color: #18518c;
}

.home2 .newsTab .tabBar {
  float: left;
  display: block;
  width: 50%;
  line-height: 58px;
  height: 58px;
  text-align: center;
  color: #18518c;
  background: #f8f8f8;
  position: relative;
}

.home2 .newsTab .tabBar:after {
  content: ' ';
  border: 8px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 58px;
}

.home2 .newsTab .tabBar.active {
  background: #18518C;
  color: #fff;
}

.home2 .newsTab .tabBar.active:after {
  border-top-color: #18518C;
}

.home2 .newsTab .topOne {
  display: block;
  text-align: center;
  padding: 24px 10px;
  line-height: 1.5;
}

.home2 .newsTab .topOne .title {
  font-weight: bold;
  margin-bottom: 10px;
}

.home2 .newsTab .list a {
  display: block;
  padding: 5px 0;
  line-height: 26px;
  padding-right: 136px;
  position: relative;
}

.home2 .newsTab .list .listItem .time {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 5px;
}

.home2 .newsTab .topOne a:hover {
  color: #18518C;
}

/* home4 */
.home4 .leftBox {
  float: left;
  width: 27.25%;
  position: relative;
  padding-left: 54px;
}

.home4 .rightBox {
  float: left;
  width: 72.25%;
}

.home4 .leftBox .title {
  width: 54px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  text-align: center;
  line-height: 1.6;
  font-weight: bold;
  color: #19518C;
  padding: 26px 12px 0;
}

.home4 .leftBox .list {
  padding-right: 16px;
  border-right: 2px solid #f5f6f9;
  margin-bottom: -10px;
}

.home4 .leftBox .item {
  display: block;
  float: left;
  width: 100%;
  height: 46px;
  line-height: 46px;
  text-align: center;
  overflow: hidden;
  border: 1px solid #d5e1ef;
  background-repeat: repeat-x;
  margin-bottom: 10px;
  background-image: url(zfgkxx-item-bg.png);
}

.home4 .leftBox .item.half {
  width: 48%;
}

.home4 .leftBox .item.mgright {
  margin-right: 4%;
}

.home4 .leftBox .item.mgbottom {
  margin-bottom: 0;
}

.home4 .rightBox .item {
  display: block;
  margin: 0 1% 10px;
  width: 31.33%;
  background: #f5f6f9;
  text-align: center;
  line-height: 46px;
  height: 46px;
  float: left;
}

.home4 .list .item:hover {
  background: #19518C;
  color: #fff;
}

/* home5 */
.home5 .box1 {
  float: left;
  width: 300px;
}

.home5 .box2 {
  float: left;
  width: 900px;
  padding-left: 16px;
}

.home5 .box1 .item1 {
  width: 100%;
  height: 146px;
  margin-bottom: 12px;
}

.home5 .box1 .item2 {
  width: 100%;
  height: 100px;
}

.home5 .box1 a {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
}

.home5 .box1 a:hover {
  border: 1px solid #19518C;
  box-shadow: 0px 2px 20px 0px rgba(0, 29, 59, 0.5);
}

.home5 .box2 .tabBars {
  float: left;
  width: 190px;
  background: #d5e1ef;
  height: 258px;
}

.home5 .box2 .tabBar {
  display: block;
  width: 100%;
  height: 127px;
  line-height: 127px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1px;
  position: relative;
  cursor: pointer;
}

.home5 .box2 .tabBar:after {
  content: ' ';
  border: 12px solid transparent;
  position: absolute;
  right: -24px;
  top: 50%;
  margin-top: -12px;
}

.home5 .box2 .tabBar1 {
  background: #8fccf0;
}

.home5 .box2 .tabBar2 {
  background: #eeb763;
}

.home5 .box2 .tabBar1.active:after {
  border-left-color: #8fccf0;
}

.home5 .box2 .tabBar2.active:after {
  border-left-color: #eeb763;
}

.home5 .box2 .tabCons {
  float: left;
  width: 694px;
  background: #fafafa;
  height: 258px;
  border: 1px solid #d5e1ef;
  border-left: none;
  padding: 20px 30px 0;
}

.home5 .box2 .list .item {
  width: 20%;
  text-align: center;
  float: left;
  height: 110px;
}

.home5 .box2 .list .item a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 14px;
  border-radius: 5px;
  line-height: 1.6;
}

.home5 .box2 .list .item a:hover {
  background: #e5f1fc;
  font-weight: bold;
}

.home5 .box2 .list .item .icon {
  display: block;
  width: 58px;
  height: 58px;
  margin: 0 auto;
  background: url(01-sprite.png);
}

.home5 .box2 .list .item .icon1 {
  background-position: 0 -250px;
}

.home5 .box2 .list .item .icon2 {
  background-position: -58px -250px;
}

.home5 .box2 .list .item .icon3 {
  background-position: -116px -250px;
}

.home5 .box2 .list .item .icon4 {
  background-position: -174px -250px;
}

.home5 .box2 .list .item .icon5 {
  background-position: -232px -250px;
}

.home5 .box2 .list .item .icon6 {
  background-position: -290px -250px;
}

.home5 .box2 .list .item .icon7 {
  background-position: -348px -250px;
}

.home5 .box2 .list .item .icon8 {
  background-position: -406px -250px;
}

.home5 .box2 .list .item .icon9 {
  background-position: -464px -250px;
}

.home5 .box2 .list .item .icon10 {
  background-position: -522px -250px;
}

.home5 .box2 .list2 {
  margin-right: -10px;
}

.home5 .box2 .list2 .item {
  width: 33.3%;
  float: left;
  height: 58px;
  padding-right: 10px;
  margin-bottom: 20px;
}

.home5 .box2 .list2 .item a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 58px;
  text-align: center;
  overflow: hidden;
  border: 1px solid #d5e1ef;
  background-repeat: repeat-x;
  background-image: url(zfgkxx-item-bg.png);
}

.home5 .box2 .list2 .item a:hover {
  background: #19518C;
  color: #fff;
}

.home5 .serviceList {
  margin-right: 0.7%;
}

.home5 .serviceList .listItem {
  float: left;
  width: 19.3%;
  margin-right: 0.7%;
  height: 172px;
  text-align: center;
  line-height: 1.5;
  color: #fff;
}

.home5 .serviceList .listItem a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 32px;
  border: 1px solid transparent;
}

.home5 .serviceList .listItem .icon {
  margin: 0 auto 20px;
  width: 70px;
  height: 70px;
  display: block;
  background: url(01-sprite.png) no-repeat;
}

.home5 .serviceList .item1 {
  background: #d68c83;
}

.home5 .serviceList .item2 {
  background: #92c2d0;
}

.home5 .serviceList .item3 {
  background: #bad274;
}

.home5 .serviceList .item4 {
  background: #ddc48a;
}

.home5 .serviceList .item5 {
  background: #80cab3;
}

.home5 .serviceList .item1 .icon {
  background-position: 0 0;
}

.home5 .serviceList .item2 .icon {
  background-position: -70px 0;
}

.home5 .serviceList .item3 .icon {
  background-position: -140px 0;
}

.home5 .serviceList .item4 .icon {
  background-position: -210px 0;
}

.home5 .serviceList .item5 .icon {
  background-position: -280px 0;
}

.home5 .serviceList .listItem a:hover {
  border: 1px solid #19518C;
  box-shadow: 0px 2px 20px 0px rgba(0, 29, 59, 0.5);
}

/* home6 */
.home6 .list .listItem {
  width: 20%;
  float: left;
  height: 172px;
  text-align: center;
  line-height: 1.6;
}

.home6 .list .listItem a {
  display: block;
  padding-top: 30px;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 5px;
}

.home6 .list .listItem .icon {
  display: block;
  width: 80px;
  height: 76px;
  margin: 0 auto 10px;
  background: url(01-sprite.png) no-repeat;
}

.home6 .list .listItem .icon1 {
  background-position: 0 -78px;
}

.home6 .list .listItem .icon2 {
  background-position: -80px -78px;
}

.home6 .list .listItem .icon3 {
  background-position: -160px -78px;
}

.home6 .list .listItem .icon4 {
  background-position: -240px -78px;
}

.home6 .list .listItem .icon5 {
  background-position: -320px -78px;
}

.home6 .list .listItem a:hover {
  background: #19518C;
  color: #fff;
  font-weight: bold;
}

.home6 .list .listItem a:hover .icon {
  background-position-y: -154px;
}

/* home7 */
.home7 .box a {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
}

.home7 .box2 {
  margin-right: -4px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.home7 .box2 .item {
  width: 396px;
  margin-right: 4px;
  float: left;
  height: 158px;
}

.home7 .box a:hover {
  border-color: #19518C;
  box-shadow: 0px 2px 20px 0px rgba(0, 29, 59, 0.5);
}

.sixlogomain li {
  float: left;
  margin-right: 2.8px;
}

.sixlogomain li:last-child {
  margin-right: 0;
}

@media only screen and (max-width:1200px) {
  .home1 {
    padding-top: 0.2rem;
    background: #fff;
    margin-top: -0.2rem;
    padding-bottom: 0.2rem;
  }

  .home1 .linkPics {
    margin-right: 0;
  }

  .home1 .linkPics .listItem {
    margin-right: 0;
    margin-top: 0.1rem;
    margin-right: 0.1rem;
  }

  .home1 .linkPics .item1,
  .home1 .linkPics .item2,
  .home1 .linkPics .item3 {
    height: 0.46rem;
    width: calc((100% - 0.2rem)/3);
  }

  .home1 .linkPics .item3,
  .home1 .linkPics .item7 {
    margin-right: 0;
  }

  .home1 .linkPics .item4 {
    height: 0.28rem;
    width: 0.3rem;
  }

  .home1 .linkPics .item5,
  .home1 .linkPics .item6,
  .home1 .linkPics .item7 {
    height: 0.28rem;
    width: calc((100% - 0.6rem)/3);
  }

  .home2 {
    background: #fff;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }

  .home2 .leftBox {
    width: 100%;
    margin-bottom: 0.2rem;
  }

  .home2 .newsSwi .bd .textBox {
    height: 0.5rem;
    line-height: 0.5rem;
  }

  .home2 .rightBox {
    width: 100%;
    padding-left: 0;
  }

  .home2 .newsTab .tabBar {
    height: 0.8rem;
    line-height: 0.8rem;
  }

  .home2 .newsTab .tabBar:after {
    top: 0.8rem;
  }

  .home2 .newsTab .list a {
    line-height: 0.7rem;
    padding-right: 2rem;
  }

  .home3 .halfMo {
    width: calc(100% + 0.6rem);
    margin-left: -0.3rem;
    margin-right: -0.3rem;
    padding: 0.1rem 0.3rem 0.2rem;
  }

  .moTitle .tabBar:after {
    top: 50%;
    height: 0.3rem;
    margin-top: -0.15rem;
  }

  .home4 {
    background: #fff;
  }

  .home4 .halfMo {
    padding: 0;
  }

  .home4 .halfMo:nth-of-type(1) {
    margin-bottom: 0;
  }

  .home4 .leftBox {
    width: 100%;
    padding-left: 0;
  }

  .home4 .leftBox .title {
    font-weight: normal;
    padding: 0;
    position: static;
    width: 100%;
    margin-bottom: 0.2rem;
  }

  .home4 .leftBox .list {
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid #eee;
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
  }

  .home4 .leftBox .item,
  .home4 .leftBox .item.half {
    width: 49%;
    margin-right: 2%;
    height: 0.8rem;
    line-height: 0.8rem;
    margin-bottom: 0.2rem;
    background-size: auto 100%;
  }

  .home4 .leftBox .item.mgright {
    margin-right: 2%;
  }

  .home4 .leftBox .item:nth-of-type(2n) {
    margin-right: 0;
  }

  .home4 .leftBox .item:nth-of-type(5) {
    width: 100%;
  }

  .home4 .rightBox {
    width: 100%;
  }

  .home4 .rightBox .item {
    width: 32%;
    margin-right: 2%;
    margin-left: 0;
    margin-bottom: 0.2rem;
    height: 0.8rem;
    line-height: 0.8rem;
  }

  .home4 .rightBox .item:nth-of-type(3n) {
    margin-right: 0;
  }

  .home5 {
    background: #fff;
    padding-bottom: 0.3rem;
  }

  .home5 .box1 {
    width: 100%;
  }

  .home5 .box1 .item1,
  .home5 .box1 .item2 {
    height: auto;
    margin-bottom: 0.2rem;
  }

  .home5 .box2 {
    width: 100%;
    padding-left: 0;
  }

  .home5 .box2 .tabBars {
    width: 0.7rem;
    height: 2.9rem;
  }

  .home5 .box2 .tabBar {
    font-weight: normal;
    line-height: 1;
    padding: 0.18rem 0.1rem;
    height: 1.44rem;
  }

  .home5 .box2 .tabBar.mbt4 {
    margin-bottom: 0.02rem;
  }

  .home5 .box2 .tabCons {
    width: calc(100% - 0.7rem);
    height: 2.9rem;
    padding: 0.1rem;
  }

  .home5 .box2 .list .item {
    height: 1.34rem;
  }

  .home5 .box2 .list2 .item {
    height: 0.82rem;
    margin-bottom: 0.1rem;
  }

  .home5 .box2 .list2 .item a {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    background-size: auto 100%;
    line-height: 1.2;
  }

  .home5 .serviceList {
    margin-right: 0;
  }

  .home5 .serviceList .listItem {
    width: 17.6%;
    margin-right: 3%;
    height: 1.22rem;
  }

  .home5 .serviceList .listItem:last-of-type {
    margin-right: 0;
  }

  .home5 .serviceList .listItem a {
    padding-top: 0;
  }

  .home5 .serviceList .listItem .icon {
    transform: scale(0.6);
    margin-bottom: 0;
  }

  .home5 .serviceList .listItem p {
    margin-top: -0.1rem;
  }

  .home6 {
    background: #fff;
    padding-bottom: 0.2rem;
  }

  .home6 .list .listItem a {
    padding-top: 0.2rem;
    line-height: 1.4;
  }

  .home7 {
    background: #fff;
    padding-bottom: 0.2rem;
  }

  .home7 .box2 {
    margin-top: 0.2rem;
    margin-right: 0;
    margin-bottom: 0.2rem;
  }

  .home7 .box2 .item {
    width: 32%;
    margin-right: 2%;
    height: 0.88rem;
  }

  .home7 .box2 .item:last-of-type {
    margin-right: 0;
  }

  .sixlogomain li {
    margin-right: 2%;
    width: 32%;
  }

  .sixlogomain li a {
    display: inline-block;
    width: 100%;
    height: 100%;
  }

  .sixlogomain li a img {
    display: inline-block;
    width: 100%;
    height: 100%;
  }

  .sixlogomain li:nth-child(3n) {
    margin-right: 0;
  }
}