.banner {
  padding: 18px 0;
  box-sizing: border-box !important;
}

.banner>div {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

.banner>div.nav {
  max-width: 100%;
}

.logo {
  width: 441px;
  height: 59px;
  float: left;
}

.search {
  float: right;
  position: relative;
  width: 280px;
  height: 44px;
  background: #fff;
  border: 1px solid #a9a9a9;
  border-radius: 10px;
  box-sizing: border-box;
  margin-top: 9px;
}

.wrapper .banner .search input {
  border: none;
  font-size: 16px;
  font-style: normal;
  width: 235px;
  height: 42px;
  line-height: 42px;
  padding: 0 10px;
  margin: 0;
  outline: none;
  background: none;
  color: #b8b8b8;
}

.wrapper .banner .search input::-webkit-input-placeholder {
  color: #b8b8b8;
}

.wrapper .banner .search input:-moz-placeholder {
  color: #b8b8b8;
}

.wrapper .banner .search input::-moz-placeholder {
  color: #b8b8b8;
}

.wrapper .banner .search input:-ms-input-placeholder {
  color: #b8b8b8;
}

.wrapper .banner .search button {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 45px;
  height: 45px;
  background: url(../images/search.png) no-repeat center;
  background-size: 95% auto;
  cursor: pointer;
  z-index: 2;
  border: none;
  outline: 0;
}

.wrapper .banner .nav {
  width: 100%;
  background: #fafcff;
  line-height: 1;
  font-size: 24px;
  margin-top: 40px;
  padding: 16px 0;
  box-shadow: 0 0 5px 0 #ddeafa;
}

.wrapper .banner .nav ul {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;

}

.wrapper .banner .nav li {
  flex: 1;
  -webkit-flex: 1;
  border-right: 2px solid #6595c2;
  padding: 0 6%;
  text-align: center;
  box-sizing: border-box;
}

.wrapper .banner .nav li:first-child {
  padding: 0 6% 0 2%;
}

.wrapper .banner .nav li:last-child {
  padding: 0 2% 0 6%;
  border: none;
}

.wrapper .banner .nav li a {
  font-size: 22px;
  color: #2d7ae3;
}


.footer {
  width: 100%;
  font-size: 14px;
  background: #004bc8;
  box-sizing: border-box;
}

.footer .w1200 {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  color: #fff;
  position: relative;
  padding: 28px 30px 70px 90px;
  overflow: hidden;
  box-sizing: border-box;
}

.footer h6 {
  width: 30px;
  color: #fff;
  position: absolute;
  left: 25px;
  top: 38px;
  font-size: 16px;
  padding: 0 10px 0 0;
  text-align: center;
}

.footer .left {
  float: left;
  width: 50%;
  position: absolute;
  padding-right: 3%;
}

.footer .left li {
  float: left;
  width: 36%;
  line-height: 36px;
  position: relative;
  padding-left: 10px;
  box-sizing: border-box;
  white-space: nowrap;
}

.footer .left li:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;

}

.footer .left li:nth-of-type(2),
.footer .left li:nth-of-type(5),
.footer .left li:nth-of-type(8) {
  width: 28%;
}

.footer .left li a {
  color: #fff;
}

.footer .right {
  float: right;
  text-align: center;
  padding: 0 10px;
}

.footer .right p:nth-of-type(1) {
  border-top: 2px solid #4d81d9;
  padding-top: 10px;
}

.footer h6:after,
.footer .left:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 3px;
  height: 86px;
  background: #4d81d9;
}

.mixBlock {
  width: 100%;
  display: flex;
  display: -webkit-flex;
}

.mixBlock li {
  flex: 1;
  -webkit-flex: 1;
  padding: 10px;
  background: #fff;
  margin-right: 20px;
  box-shadow: 0 0 5px 0 #ddeafa;
  overflow: hidden;
}

.mixBlock li img {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

.mixBlock li:last-child {
  margin-right: 0;
}

.mixBlock li h6 {
  font-size: 16px;
  line-height: 2.5;
  text-align: center;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}

.mixBlock li p {
  position: relative;
  padding-top: 10px;
  height: 68px;
  line-height: 34px;
  overflow: hidden;
  font-weight: normal;
}

.mixBlock li p:before {
  content: "";
  width: 90%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  height: 2px;
  background: #1f5591;
}

.yjxx {
  box-shadow: 0 0 5px 0 #ddeafa;
}

.yjxx .top {
  width: 100%;
  background: #2d79e3 url(../images/yj_top.png) no-repeat 15px 12px;
  position: relative;
  border-radius: 5px 5px 0 0;
  padding-top: 40px;
}

.yjxx .yj-more {
  position: absolute;
  top: 15px;
  right: 24px;
  border: 1px solid #fff;
  border-radius: 14px;
  font-size: 12px;
  padding: 0 8px;
  line-height: 1.3;
  font-style: italic;
}

.yjxx .yj-more a {
  color: #fff;
}

.yjxx .choice {
  height: 36px;
  border-bottom: 1px solid #ededee;
  padding-top: 10px;
  position: relative;
}

.yjxx .choice .new {
  float: left;
  width: 50px;
  height: 24px;
  line-height: 24px;
  background: #fff;
  font-size: 14px;
  color: #218ce7;
  text-align: center;
  font-weight: bold;
  margin-left: 20px;
  cursor: pointer;
  border-radius: 5px
}

.yjxx .choice .focus {
  position: relative;
  float: left;
  width: 50%;
  height: 22px;
  line-height: 22px;
  margin-left: 12px;
  padding-left: 58px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  border-radius: 6px;
  border: 1px solid #fff;
}

.yjxx .choice .focus:before {
  content: "地区";
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 10px;
  background: #fff;
  border-radius: 5px;
  font-size: 14px;
  color: #218ce7;
  line-height: 22px;
  text-align: center;
  font-weight: bold;
}

.yjxx .choice .focus span.arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid white;
  cursor: pointer;
  right: 5px;
  top: 6px;
}

.yjxx .choice a {
  font-size: 12px;
  color: #666;
}

.yjxx .choice .city {
  display: none;
  position: absolute;
  right: 67px;
  top: 45px;
  width: 118px;
  height: 168px;
  border: 1px solid #2274c3;
  border-radius: 10px;
  padding: 15px 0;
  background: #fff;
}

.yjxx .choice .city div.cityList {
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin-bottom: 1px;
}

.yjxx .choice .city div.cityList:hover {
  background: url("../images/icon7.png") no-repeat 8px center;
  color: #2254a5;
}

.yjxx .choice .city div.cityList.select {
  background: url("../images/icon7.png") no-repeat 8px center;
  color: #2254a5;
}

.yjxx .content ul {
  padding: 0 6px;
}

.yjxx .content li {
  overflow: hidden;
  padding: 20px 6px;
  color: #2d79e3;
  font-size: 14px;
  border-bottom: 1px solid #d6e7f5;
}

.yjxx .content li:last-child {
  border: none;
}

.yjxx .content li img {
  width: 52px;
  height: 43px;
  margin-right: 11px;
}

.yjxx .content li p {
  flex:1;
}

.yjxx .content li a {
  color: #2d79e3;
  display: flex;
  align-items: center;
}

.yjxx .nomore {
  font-size: 18px;
  padding-top: 30px;
  text-align: center;
  background: #fff;
}

.imgTxt {
  position: relative;
  height: 205px;
}

.imgTxt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.imgTxt p {
  position: absolute;
  width: 100%;
  line-height: 2.6;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  left: 0;
  bottom: 0
}

.video_wrap {
  width: 100%;
  height: 68px;
  background: url(../images/videoBg.png) no-repeat;
  background-size: 100% 100%;
}

.video_wrap .video {
  float: left;
  margin-top: 15px;
  margin-left: 5%;
  width: 26%;
}

.video_wrap .video img {
  width: 100%;
  object-fit: contain;
}

.video_wrap .name {
  float: left;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  margin-top: 5px;
  margin-left: 4%;
  width: 50%;
}

.video_wrap .controls .play {
  float: left;
  width: 100%;
  height: 100%;
  background: url(../images/playBtn.png) no-repeat center;
  background-size: contain;
  cursor: pointer;
}

.video_wrap .controls .pause {
  background-image: url(../images/pauseBtn.png);
}

.scrollbox {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.txt-scroll .txt {
  display: inline-block;
  position: relative;
  margin-right: 10px;
}

.txt {
  cursor: pointer;
}

.video_wrap .controls {
  width: 10%;
  height: 39px;
  float: left;
  margin-left: 1%;
  margin-top: 14px;
}

.video_wrap .progress_wrap {
  position: relative;
  width: 100%;
  height: 4px;
  background: #82d3ff;
  border-radius: 5px;
  margin: 18px auto 0;
  cursor: pointer;
}

.video_wrap .progress_wrap .progress {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 4px;
  border-radius: 5px;
  background: #fff;
}

.video_wrap .progress_wrap .progress:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 10px;
  top: -3px;
  right: -1px;
  border-radius: 2px;
  box-shadow: 0 0 3px 1px #fff;
  background: #2276c5;

}

.yp-list {
  width: 100%;
  background: #fff;
  box-shadow: 0 0 5px 0 #218ce7;
  border-radius: 5px;
}

.yp-list li .n_select {
  padding: 0 20px;
}

.yp-list li .n_select p {
  padding: 10px 0px;
  border-bottom: 1px solid #a5bae7;
}

.yp-list li:last-child .n_select p {
  border: none
}

.yp-list li .n_select span {
  padding-right: 25px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #003333;
  cursor: pointer;
  background: url(../images/voiceBtn.png) no-repeat right center;
  background-size: auto 60%;
  display: inline-block;
  max-width: 100%;
  box-sizing: border-box;
}

.yjxx .content li p span {
  float: right;
}

.footer .right {
  margin-top: -31px;
}

.yjxx .content li p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
