.wrapper {
  overflow: hidden;
  background: url(../images/bg.jpg) no-repeat center 0;
}

.wrapper a {
  color: #000;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.w1160 {
  width: 1160px;
  margin: 0 auto;
}

.row1 {
  width: 1200px;
  margin: 0px auto 0;
}

.row1 .left {
  float: left;
  width: 786px;
}

.row1 .left>a {
  display: block;
  width: 786px;
  height: 442px;
}

.row1 .left ul {
  margin-top: 35px;
}

.row1 .right {
  float: right;
  width: 383px;
}

.yjxx {
  margin-bottom: 35px
}

.content {
  height: 355px;
  background-color: #ffffff;
}

.bor {
  float: left;
  height: 154px;
  width: 1px;
  background-color: #ededee;
  margin-top: 16px;
}

.kptj {
  width: 860px;
  height: 75px;
  background: url(../images/index/kptj.png) no-repeat;
  margin-bottom: 20px;
  position: relative;
}

.yjyp-left {
  width: 568px;
  float: left;
}

.yjyp {
  width: 568px;
  height: 41px;
  margin-top: 35px;
}

.yjyp a {
  display: block;
  width: 47px;
  height: 23px;
  float: right;
  margin-top: 17px;
}

.w860 .w271 .wrap {
  width: 271px;
  height: 455px;
  margin-top: 5px;
  background: #f6f6f6;
  padding: 20px 0;
}

.w860 .w271 .wrap div {
  width: 228px;
  height: 78px;
  border: 1px solid #e1e1e1;
  margin: 0 auto;
  background: #fff;
  margin-bottom: 14px;
}

.w860 .w271 .wrap div .flag1 {
  float: left;
  display: block;
  width: 79px;
  margin-left: 8px;
  height: 100%;
  background: url("../images/index/flag1.png") no-repeat center;
}

.w860 .w271 .wrap div .flag2 {
  float: left;
  display: block;
  width: 66px;
  margin-left: 18px;
  height: 100%;
  background: url("../images/index/flag2.png") no-repeat center;
}

.w860 .w271 .wrap div .flag3 {
  float: left;
  display: block;
  width: 93px;
  margin-left: 5px;
  height: 100%;
  background: url("../images/index/flag3.png") no-repeat center;
}

.w860 .w271 .wrap div .flag4 {
  float: left;
  display: block;
  width: 76px;
  margin-left: 20px;
  height: 100%;
  background: url("../images/index/flag4.png") no-repeat center;
}

.w860 .w271 .wrap div .flag5 {
  float: left;
  display: block;
  width: 90px;
  margin-left: 13px;
  height: 100%;
  background: url("../images/index/flag5.png") no-repeat center;
}

.w860 .w271 .wrap div .name {
  display: block;
  width: 125px;
  float: right;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 78px;
  text-align: center;
}

.w860 .w271 .wrap div .name.long {
  line-height: 1.2;
  margin-top: 20px;
}

.w860 .w271 {
  width: 271px;
  float: right;
  margin-top: 35px;
}

.img {
  display: block;
  width: 388px;
  height: 156px;
  margin-right: 18px;
  float: left;
  margin-top: 26px;
}

.img:last-child {
  margin-right: 0;
}

.txt.isMove {
  animation: move 10s linear infinite;
}

@keyframes move {
  0% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(-100%);
  }
}

.mixBlock li img {
  width: 215px;
  margin-bottom: 8px;
}

.mixBlock li {
  margin-right: 35px;
  padding: 9px 12px 12px;
}

.mixBlock li p {
  height: 54px;
  line-height: 28px;
  padding-top: 8px;
}

.imgTxt {
  height: 212px;
}

.imgTxt p {
  padding-left: 10px;
  box-sizing: border-box;
}

.gz_title {
  font-size: 36px;
  font-weight: bold;
  color: #003668;
  margin-bottom: 20px;
  text-align: center;
}

.flex-row {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 60px;
}

.flex-row p {
  margin-top: 13px;
}

.kpk {
  position: relative;
  width: 1200px;
  height: 691px;
  margin: 70px auto 0;
  padding-top: 20px;
}

.kpk::after {
  display: block;
  content: "";
  background: url(../images/di.png) no-repeat;
  width: 1289px;
  height: 711px;
  position: absolute;
  left: -44px;
  top: 0;
  z-index: 1;
}

.kpk .w1200 {
  position: relative;
  z-index: 2;
}

.kpk .title {
  margin-left: -15px;
  margin-bottom: 40px;
}

.type-list {
  width: 232px;
  float: left;
}

.type {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgb(240, 247, 255);
  box-shadow: -2px 2px 7.5px 1.3px rgba(41, 113, 197, 0.2);
  width: 232px;
  height: 75px;
  margin-bottom: 37px;
  padding: 0 43px 0 11px;
  box-sizing: border-box;
  cursor: pointer;
}

.type.selected {
  background-color: #2d7ae3;
}

.type span {
  font-size: 24px;
  color: #2d7ae3;
  font-weight: bold;
}

.type.selected span {
  color: #ffffff;
}

.type .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 61px;
  height: 75px;
}

.type1 .icon{
  background: url(../images/icon1.png) no-repeat center;
}
.type1.selected .icon{
  background: url(../images/icon1_s.png) no-repeat center;
}
.type2 .icon{
  background: url(../images/icon2.png) no-repeat center;
}
.type2.selected .icon{
  background: url(../images/icon2_s.png) no-repeat center;
}
.type3 .icon{
  background: url(../images/icon3.png) no-repeat center;
}
.type3.selected .icon{
  background: url(../images/icon3_s.png) no-repeat center;
}
.type4 .icon{
  background: url(../images/icon4.png) no-repeat center;
}
.type4.selected .icon{
  background: url(../images/icon4_s.png) no-repeat center;
}

.yjbs {
  width: 1200px;
  height: 262px;
  position: relative;
  margin: 0 auto 40px;
  padding-top: 45px;
  box-sizing: border-box;
}

.yjbs .w1200 {
  z-index: 2;
}

.yjbs::after {
  display: block;
  content: "";
  background: url(../images/di2.png) no-repeat;
  width: 1311px;
  height: 262px;
  position: absolute;
  left: -55px;
  top: 0;
  z-index: 1;
}

.yjbs .title {
  margin-left: -15px;
}

.bs-list {
  display: flex;
  margin-left: -15px;
  margin-top: 20px;
}

.bs-content {
  width: 936px;
  float: right;
}

.s-pic {
  width: 204px;
  float: left;
  margin-right: 40px;
  margin-bottom: 15px;
}

.s-pic:nth-child(4n) {
  margin-right: 0;
}

.s-pic img {
  border-radius: 10px;
}

.s-pic p {
  margin-top: -5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #055ec2;
  font-weight: 450;
}

.s-pic p a {
  font-size: 16px;
  color: #055ec2;
  font-weight: 450;
}

.card-list{
  width: 450px;
  float: left;
}

.card {
  width: 204px;
  height: 241px;
  background-color: #ffffff;
  box-shadow: 0 0 7px 0 #218ce7;
  border-radius: 10px;
  float: left;
}
.card img{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.card .f16{
  text-align: center;
}
.card .f16 a{
  font-size: 16px;
  color: #055ec2;
  font-weight: 450;
  border-bottom: 1px solid #cce6ff;
  text-align: center;
}
.card .f12{
  font-size: 12px;
  color: #aaaaaa;
  font-weight: 450;
  padding: 0 7px;
  margin-top: 3px;
}
.card:nth-child(2n){
  float: right;
}
.yinpin{
  width: 441px;
  float: left;
  margin-left: 42px;
}
