.title {
  font-size: 28px;
  color: #111;
  text-align: center;
  font-weight: bold;
  margin-top: 50px;
}

.title-p {
  text-align: center;
  height: 25px;
  line-height: 25px;
}

.title-p span {
  display: inline-block;
  padding: 0 20px;
  color: #ABABAB;
}

.title-p i {
  display: inline-block;
  width: 10%;
  height: 1px;
  background:rgba(185,185,185,1);
  opacity:0.5;
  vertical-align: middle;
}

.box {
  padding: 50px;
  /* height: 350px; */
  border-left: 6px solid #E1993A;
  background: #fff;
  overflow: hidden;
}

.small-font {
  font-size: 10px;
  color: #ABABAB;
}

.s-title {
  color: #111;
  font-size: 28px;
  transition: all 1s ease;
}

.s-title span img {
  display: inline-block;
  margin-left: 15px;
  max-width: 25px;
  width: 6%;
}

.info {
  margin: 24px 0;
}

.info p {
  margin-bottom: 0 !important;
  color: #ABABAB;
}

.small-info {
  color: #ABABAB;
  font-size: 14px;
  line-height: 20px;
}

.box-p {
  padding: 50px;
  height: 389px;
  background: #809CC9;
  overflow: hidden;
  position: absolute;
  width: 100%;
  transition: all 1s ease;
}
.box-p .s-title{
  font-size: 22px;
}
.box-p:hover{
  transform: translateY(-170px);
  background: #4374c3;
}
.box-p .info,.box-p .small-info{
  display: none;
  color: #FFFFFF;
}
.box-p .info p{
  color: #FFFFFF !important;
}
.box-p:hover .info{
  display: block;
}
.box-p:hover .small-info{
  display: block;
}
.box-p:hover .s-title{
  font-size: 28px;
}
.part-one-img{
  /* position: absolute; */
}
.part-one-img img {
  width: 100%;
  height: 525px;
}
.part-two-img{
  opacity: 0;
  position: absolute;
  /* display: none; */
  top: 0;
}
.part-two-img img{
  width: 100%;
  height: 525px;
}
.part-one-img,.part-two-img{
  transition: all 1s ease, opacity 1s ease;
}
.part-two {
  position: relative;
}

.part-two>img {
  width: 100%;
}

.city {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 1%;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}

.city-title {
  font-size: 30px;
  margin-top: 46px;
}

.city-title-p {
  font-size: 20px;
  margin-top: 40px;
}

.city-box-img img{
  width: 280px;
}

.city-box {
  margin-top: -275px;
  position: relative;
  z-index: 1000;
}

.choose-list {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.choose {
  width: 100%;
  background: #fff;
  padding: 2px 32px 32px 32px;
}

.choose-part {
  text-align: center;
}

.choose-part-img {
  height: 50px;
}

.choose-part p {
  margin-top: 10px;
  color: #898989;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 19px;
}
.choose-part:hover p{
  color: #D86130;
}
.hang {
  margin-top: 30px;
}

.box-three {
  padding: 60px;
  /* height: 413px; */
  /* height: 399px; */
  border-right: 6px solid #E1993A;
  background: #fff;
  overflow: hidden;
  position: relative;
}
.box-three p:nth-child(2){
  margin-bottom: 0;
}
.part-three-img img{
  width: 100%;
  height: 413px;
}

.box-three-choose {
  margin-top: 20px;
}

.box-three-choose span {
  display: inline-block;
  border: 1px solid #B9B9B9;
  border-radius: 5px;
  padding: 5px;
  cursor: pointer;
  margin: 0 10px 10px 0;
}
.box-three-choose span:hover{
  border: 1px solid #D86130;
  background: #D86130;
  color: #fff;
}
.part-four {
  position: relative;
}

.part-four>img {
  width: 100%;
}

.p-four .choose {
  width: 100%;
}

.p-four {
  margin-top: -130px;
}

.p-four-list {
  display: flex;
  justify-content: space-between;
}

.news-choose ul {
  width: 45%;
  margin: 0 auto;
}

.news-choose ul li {
  text-align: center;
  height: 45px;
  line-height: 45px;
  color: #fff;
  padding: 0 5px;
  margin: 5px 0;
}

.news-choose ul li span {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #999999;
  cursor: pointer;
}
.news-choose ul li:hover span{
  background: rgb(47, 90, 166);
}
.news-info ul {
  width: 90%;
  margin: 0 auto;
  margin-top: 30px;
}

.news-info ul li {
  margin: 10px 0;
  box-sizing: border-box;
  cursor: pointer;
  padding-bottom: 14px;
  border: 2px solid transparent;
}

.news-info ul li img{
  width: 100%;
  transition: all .6s;
  height:260px;
}

.news-img {
  overflow: hidden;
}

.news-p {
  margin-top: 10px;
}

.news-icon {
  display: inline-block;
  color: #fff;
  width: 80px;
  text-align: center;
  height: 25px;
  line-height: 25px;
  background: #2F5AA6;
}

.news-title {
  font-size: 17px;
  color: #111;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.news-info ul li .des{
  display: -webkit-box;
  opacity: 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #929292;
  font-size: 16px;
}
.news-info ul li:hover .des{
  opacity: 1;
}
.news-info ul li:hover {
  border: 2px solid #E1993A;
}

.news-info ul li:hover img {
  transform: scale(1.2);
}

.news-part-two {
  display: none;
}
 
.part-six {
  margin-top: 30px;
}

.qiyexx .city-title-p{
  margin-top: 58px;
}
embed,iframe,video{
  display: block !important;
  margin: 0 auto;
  width: 75%;
  height: 598px;
}
.view_more{
  display: block;
  width: 200px;
  height: 45px;
  background: #999999;
  cursor: pointer;
  margin:0 auto 0 auto;
  line-height: 45px;
  color: #FFFFFF !important;
  text-align:center;
}
.view_more:hover{
  background: rgb(47, 90, 166);
}
.video .view_more{
  margin-top: 30px;
}
.video_youku{
  position: relative;
}
.video_youku .submit_play{
  position:absolute;
  width: 75%;
  height: 598px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.video_youku .submit_play .img1{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
}
.video_youku .submit_play .img2{
  position: absolute;
  left: 0;
  right: 0;
  top: 10%;
  bottom: 0;
  margin: auto;
  z-index: 11;
}


