@charset "UTF-8";

/* Body */
body {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 14px;
  color: #ffffff;
  /* background: #008dd5; */
  background: #a5defa;
}

* {
  list-style: none;
}

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
input,
button,
textarea,
select,
optgroup,
option,
img,
lable {
  margin: 0;
  border: 0;
  padding: 0;
  outline: 0;
}

a {
  text-decoration: none;
  color: #ffffff;
}

a:hover {
  color: #ffffff;
  cursor: pointer;
}

.float_l {
  float: left;
}

.float_r {
  float: right;
}

/* Container */
.container {
  width: 1200px;
  clear: both;
  margin: 0 auto;
  overflow: hidden;
}

#container {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

/* 标题 */
.title {
  width: 1200px;
  float: left;
  height: 50px;
  line-height: 50px;
  letter-spacing: 2px;
  font-weight: 500;
  text-align: center;
  font-size: 26px;
  color: #fff;
  margin: 30px 0;
  display: block;
  position: relative;
}

.title:before {
  width: 48px;
  height: 29px;
  content: '';
  position: absolute;
  top: 0px;
  right: 480px;
  background: url("/i/web/images/images_changchun_20250712/title_line.png") no-repeat;
}

/* 标题 end */

/* 头图 */
.toutu {
  width: 100%;
  min-width: 1200px;
  text-align: center;
  /* height: 800px;*/
  margin: 0 auto;
  clear: both;
  /*position: relative; background-size: 100% 100%; background: url() top center no-repeat;*/
}

.toutu img {
  width: 100%;
  min-width: 1200px;
}

/* 头图 end*/

/* 在线购票 */
.buy {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  background: linear-gradient(to bottom, #021d8c, #090cc9);
  display: none;
}

.buy h1 {
  width: 710px;
  text-align: center;
  height: 54px;
  line-height: 54px;
  font-size: 28px;
  color: #008dd5;
  background: #1D2089;
  border-top-left-radius: 37px;
  border-top-right-radius: 13px;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 26px;
  border: #0b6eed solid 1px;
  box-shadow: 1px 4px 16px #0b6eed;
  margin: 25px auto 0;
  cursor: pointer;
}

.buy h1 a {
  color: #008dd5;
}

.buy .xuzhi {
  width: 100%;
  float: left;
  padding: 30px 0;
}

.buy .xuzhi_left {
  width: 32%;
  float: left;
  text-align: right;
  padding: 50px 3% 0 0;
  font-size: 20px;
  font-weight: bold;
}

.buy .xuzhi_right {
  width: 65%;
  float: left;
  line-height: 26px;
  font-size: 16px;
}

/* 在线购票 end */

/* 焦点图 在线报名 */
.uptont {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  clear: both;
  padding: 30px 0 40px 0;
  overflow: hidden;
  background: url(/i/web/images/images_changchun_20250712/baoming_bg.jpg) center no-repeat;
  background-size: 100% 100%;
}

/* 表单 */
.baoming01 .apply {
  width: 570px;
  overflow: hidden;
}

.margin15 {
  padding: 0 0 0 15px;
}

.baoming01 .apply .tit_h2 {
  width: 570px;
  float: left;
  height: 50px;
  line-height: 50px;
  letter-spacing: 2px;
  font-weight: 500;
  text-align: center;
  font-size: 26px;
  color: #fff;
  margin: 5px 0 10px 0;
  display: block;
  position: relative;
}

.baoming01 .apply .tit_h2:before {
  width: 48px;
  height: 29px;
  content: '';
  position: absolute;
  top: 0px;
  right: 165px;
  background: url("/i/web/images/images_changchun_20250712/title_line.png") no-repeat;
}

.baoming01 .apply form {
  float: right;
}

.baoming01 .apply ul {
  overflow: hidden;
}

.baoming01 .apply ul li {
  width: 100%;
  height: 52px;
  position: relative;
}

.baoming01 .apply ul li input {
  width: 495px;
  background: none;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  margin-right: 14px;
  padding-left: 40px;
  border-top-left-radius: 37px;
  border-top-right-radius: 13px;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 26px;
  border: #ffffff solid 2px;
  float: left;
}

.hqyzm {
  width: 100px;
  height: 32px;
  line-height: 32px;
  font-size: 13px;
  text-align: center;
  position: absolute;
  cursor: pointer;
  bottom: 14px;
  left: 425px;
  color: #1D2089;
  background: #ffffff;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 25px;
}

.hqyzm a {
  color: #df0105;
  cursor: pointer;
}

.baoming01 .apply ul li .botton {
  width: 535px;
  height: 48px;
  line-height: 48px;
  font-size: 15px;
  background: #ffffff;
  color: #1D2089;
  cursor: pointer;
  border-top-left-radius: 37px;
  border-top-right-radius: 13px;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 26px;
  border: #1D2089 solid 1px;
}

.baoming01 .apply ul li .botton:hover {
  /* font-weight: 600; */
  font-size: 16px;
}

.baoming01 .apply ul.tishi {
  width: 520px;
  height: 96px;
  padding: 25px 25px;
  background: url("/i/web/images/images_changchun_20250712/tishi_bg.png") right no-repeat;
}

.baoming01 .apply ul.tishi li {
  width: 100%;
  height: 62px;
}

.baoming01 .apply ul.tishi .biaotit {
  color: #1D2089;
  font-size: 13px;
}

.baoming01 .apply ul.tishi span {
  width: 100%;
  line-height: 24px;
  display: inline-block;
  text-align: justify;
  font-size: 13px;
}

.baoming01 .apply ul li a {
  display: inline-block;
  color: #1D2089;
  border-radius: 5px;
}

/* 焦点图 */
.banner {
  width: 600px;
  height: 460px;
  position: relative;
  overflow: hidden;
  float: left;
}

.banner-btn {
  display: none;
}

.banner-btn a {
  display: block;
  line-height: 40px;
  position: absolute;
  top: 195px;
  width: 35px;
  height: 70px;
  background: #000000;
  opacity: 0.3;
  filter: alpha(opacity=50);
  color: rgb(255, 255, 255);
  overflow: hidden;
  z-index: 4;
}

.prevBtn {
  left: 0px;
}

.nextBtn {
  right: 0px;
}

.banner-img {
  font-size: 0;
  letter-spacing: -0.5em;
  position: relative;
}

.banner-img li {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  letter-spacing: normal;
}

.banner-img li img {
  width: 600px;
  height: 380px;
  margin-top: 75px;
}

.banner i {
  background: url("/i/web/images/images_changchun_20250712/nest_but.png") no-repeat;
  width: 15px;
  height: 23px;
  cursor: pointer;
  margin: 23px 0 0 12px;
  display: block;
}

.banner .nextBtn i {
  background-position: -200px -24px;
}

.banner .prevBtn i {
  background-position: -200px 0px;
}

.banner-circle {
  position: absolute;
  right: 20px;
  bottom: 8px;
  height: 20px;
  text-align: center;
  font-size: 0;
  border-radius: 10px;
  filter: alpha(opacity=30);
}

.banner-circle li {
  border-radius: 10px;
  margin: 2px;
  display: inline-block;
  display: -moz-inline-stack;
  vertical-align: middle;
  zoom: 1;
}

.banner-circle li a {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #ffffff;
  overflow: hidden;
}

.banner-circle .selected a {
  width: 50px;
  background: #00B0EC;
}

.banner-bg,
.banner-tit {
  position: absolute;
}

.banner-bg {
  height: 42px;
  line-height: 42px;
  width: 600px;
  background-color: #000000;
  opacity: 0.3;
  filter: alpha(opacity=50);
  color: rgb(255, 255, 255);
  bottom: 3px;
  position: absolute;
}

.banner-tit {
  color: #ffffff;
  bottom: 15px;
  /*left:10px;8*/
  padding-left: 10px;
  font-size: 15px;
}

/* 在线报名 end */

/*展会介绍*/
.jieshao {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  padding-bottom: 130px;
  background: url(/i/web/images/images_changchun_20250712/jieshao_bg.png) center bottom no-repeat;
}

.content_jieshao {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.content_jieshao p {
  text-indent: 2em;
  font-size: 15px;
  line-height: 32px;
  float: left;
  text-align: justify;
}

/*数据显示*/
.box {
  background: #f8f8f8;
  width: 100%;
  height: 50vh;
}

.timerDiv {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.time_cont {
  width: 300px;
  padding: 40px 0;
  position: relative;
  display: inline;
  display: inline-block;
  float: left;
  margin-bottom: 20px;
}

.timerDiv span {
  font-size: 36px;
  color: #00B1ED;
  font-weight: 600;
  margin-top: 10px;
  float: left;
}

.sj_cont {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.count-title {
  font-size: 36px;
  color: #1D2089;
  font-weight: 600;
  margin-top: 10px;
  float: left;
}

.count-fbiaoti {
  font-size: 24px;
  color: #00B1ED;
  margin-top: 16px;
  float: left;
}

.count-text {
  font-size: 13px;
  font-weight: 500;
  margin-top: 10px;
  text-align: center;
}

/*展会介绍 end*/

/*在线购票*/
.goupiao {
  width: 1200px;
  margin: 0 auto;
  clear: both;
  padding-top: 15px;
}

/*往届回顾*/
.wangjie {
  width: 100%;
  min-width: 1200px;
  padding: 10px 0;
  margin: 0 auto;
  clear: both;
  background: url(/i/web/images/images_changchun_20250712/wangjie_bg.png) center top no-repeat;
}

.year-active {
  color: #ffffff;
}

.year-active i {
  background-color: #ffffff;
  color: #ffffff;
}

#timeLine {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

#yearList {
  width: 250%;
  position: relative;
  margin-left: 300px;
  color: #6ebaee;
}

#yearList:after,
.container-li:after {
  content: "";
  display: table;
  clear: both;
}

#yearList li {
  float: left;
  cursor: pointer;
  text-align: center;
  font-size: 15px;
  padding: 10px 40px;
  position: inherit;
  z-index: 3;
}

.year-dot {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #6ebaee;
  margin: 10px auto;
  display: block;
}

.dotted-line {
  border-bottom: dashed 2px #6ebaee;
  position: relative;
  top: -26px;
  z-index: 1;
}

#cList {
  width: 100%;
  position: relative;
  padding: 0 0 30px 0;
}

.clist_cont {
  width: 1050px;
  margin: 0 auto;
  overflow: hidden;
}

#btnLeft {
  width: 42px;
  height: 180px;
  border-radius: 21px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 142px;
  color: #ffffff;
  font-size: 30px;
  text-align: center;
  line-height: 180px;
  background: rgba(110, 186, 238, 0.4);
}

#btnRight {
  width: 42px;
  height: 180px;
  border-radius: 21px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 142px;
  color: #ffffff;
  font-size: 30px;
  text-align: center;
  line-height: 180px;
  background: rgba(110, 186, 238, 0.4);
}

#btnLeft:hover,
#btnRight:hover {
  background: rgba(110, 186, 238, 0.5);
}

#cUl {
  width: 1050px;
  list-style: none;
  height: 400px;
  margin: 0 auto;
  position: relative;
  left: 0px;
}

#cUl li {
  width: 1050px;
  position: absolute;
  top: 60px;
  left: 0;
}

.li-tit {
  display: none;
  /*display:inline-block;*/
  color: #fff;
  background: #002f21;
  padding: 10px 20px;
  margin: 30px auto 10px;
}

.container-li {
  width: 100%;
}

.c-li-left {
  width: 580px;
  float: left;
}

.c-li-left img {
  width: 540px;
  height: 330px;
  float: left;
}

.c-li-right {
  width: 470px;
  float: right;
  padding: 40px 0;
  text-align: center;
}

.c-li-right h2 {
  font-size: 18px;
  line-height: 80px;
  letter-spacing: 2px;
}

.c-li-right-title {
  font-size: 19px;
  line-height: 80px;
  letter-spacing: 2px;
}

.c-li-right p {
  font-size: 15px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: 1px;
}

/*往届回顾end*/

/*豪车美女*/
.testimonials {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  background: url(/i/web/images/images_changchun_20250712/models_bg.png) bottom center no-repeat;
}

.shadow-effect {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
  position: relative;
  z-index: -2;
  cursor: pointer;
}

.testimonial-name {
  position: relative;
  z-index: 10;
  margin: -17px auto 0;
  display: table;
  background: #00B0EC;
  width: 200px;
  height: 42px;
  line-height: 42px;
  border-radius: 6px;
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}

#customers-testimonials .item {
  text-align: center;
  padding: 0 20px 30px 20px;
  opacity: .2;
  transform: scale3d(0.8, 0.8, 1);
  transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  transform: scale3d(1.0, 1.0, 1);
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #00B0EC;
  width: 50px;
}

#customers-testimonials.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 0 0 40px 0;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #ffffff;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 18px 3px;
  border-radius: 6px;
}

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  float: left;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  display: none;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

/*豪车美女 end*/

/*交通指南*/
.content_jiaotong {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  background: url(/i/web/images/images_changchun_20250712/wangjie_bg.png) center top no-repeat;
  background-size: 100% 100%;
}

.jiaotong_one {
  width: 1200px;
  min-width: 1200px;
  height: 690px;
  margin: 0 auto;
  padding: 40px 0;
  overflow: hidden;
}

.jiaotong {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}

/*.jiaotong h1 {-webkit-text-stroke: 1px #fff; color: #b30000;}*/
.jiaotong_tit {
  width: 1200px;
  min-width: 1200px;
  height: 58px;
  background: url(/i/web/images/images_changchun_20240308/jiaotong_line.png) no-repeat center;
}

.jiaotong_tit p {
  color: #fff;
  font-size: 36px;
  text-align: center;
}

.map {
  width: 563px;
  height: 302px;
  float: left;
  margin-left: 25px;
}

.map img {
  width: 100%;
}

.jiaotong_t {
  width: 610px;
  float: left;
  ;
  margin-top: -8px;
  position: relative;
}

.jiaotong_t img {
  position: absolute;
  left: 22px;
  top: 0;
}

.jiaotong_t p {
  font-size: 15px;
  line-height: 23px;
  padding-left: 24px;
  color: #ffffff;
  text-align: justify;
}

.jiaotong_t p span {
  display: block;
  font-size: 16px;
  color: #00f0ff;
}

/*交通指南 end*/

/*新闻资讯*/
.news {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  background: url(/i/web/images/images_changchun_20250712/news_bg.png) center top no-repeat;
}

.Con_one {
  width: 1200px;
  min-width: 1200px;
  height: 530px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

.news .news_left {
  float: left;
  width: 600px;
}

.news .news_right {
  float: right;
  width: 560px;
}

.news dl {
  width: 100%;
  height: 130px;
}

.news dl:hover {
  background: #ffffff;
}

.news dl dt {
  width: 600px;
  height: 368px;
  float: left;
}

.news dl dt img {
  width: 600px;
  height: 368px;
}

.news dl dd {
  width: 570px;
  float: left;
  height: 41px;
  background: #4400df;
  padding: 15px;
}

.news dl dd .time {
  width: 100%;
  float: left;
  /*text-align: center;*/
  padding: 0 15px 0 0;
  /*border-right: solid #ffffff 1px;*/
  color: #00f0ff;
}

/*.news dl dd .time .day { width: 70px; float: left; font-size: 30px; font-weight: bold;}*/
/*.news dl dd .time .month { width: 70px; float: left; font-size: 18px; font-weight: 600; padding: 2px 0;}*/
.news dl dd .content {
  width: 540px;
  float: left;
  /*padding: 0 0 0 15px;*/
}

.news dl dd .content h4 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 3px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.news dl dd .content h5 {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news ol li {
  width: 560px;
  height: 75px;
  background: #4400df;
  margin-bottom: 16px;
}

.news ol li .time {
  width: calc(100% - 30px);
  height: 26px;
  line-height: 26px;
  padding: 5px 15px;
  float: left;
  /* text-align: right; background: #4a03eb;*/
  color: #00f0ff;
}

.news ol li .time .year {
  width: 70px;
  float: left;
  font-size: 16px;
  font-weight: 600;
}

.news ol li .time .month {
  width: 70px;
  float: left;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 5px 0;
}

.news ol li .biaoti {
  width: calc(100% - 30px);
  height: 26px;
  line-height: 26px;
  padding: 0 15px;
  float: left;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.scrollBox {
  margin: 10px 0 0;
  overflow: hidden;
  width: 1083px;
}

.scrollBox01 {
  width: 100%;
  position: relative;
  float: left;
}

.scrollBox01 .bd {
  height: 480px;
}

.scrollBox01 .hd01 {
  width: 100%;
  position: absolute;
  height: 30px;
  line-height: 30px;
  bottom: -15px;
  right: 0;
  text-align: right;
  z-index: 1;
}

.scrollBox01 .hd01 ul {
  text-align: center;
}

.scrollBox01 .hd01 li {
  cursor: pointer;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  color: #ffffff;
  background: #ffffff;
  text-align: center;
  overflow: hidden;
  margin: 18px 3px;
}

.scrollBox01 .hd01 li:hover {
  background: #1D2089;
  width: 50px;
  height: 12px;
  border-radius: 6px;
  color: #1D2089;
}

.scrollBox01 .hd01 li.on {
  cursor: pointer;
  background: #1D2089;
  width: 50px;
  height: 12px;
  border-radius: 6px;
  color: #1D2089;
}

/*新闻资讯 end*/

/*合作媒体*/
.content_hz {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  background: url(/i/web/images/images_changchun_20250712/content_hz_bg.png) center top no-repeat;
}

.content_hz .hz {
  width: 1200px;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
}

.content_hz .Models {
  position: relative;
  padding: 0 58px 45px;
  width: 1083px;
  float: left;
}

.content_hz .Godness {
  float: left;
  width: 394px;
}

.content_hz .Godness li {
  float: left;
  margin: 0 0 17px 12px;
  width: 230px;
}

.content_hz .Godness li:last-child {
  padding-right: 0;
}

.content_hz .Godness .big-g {
  float: left;
  width: 168px;
  padding-right: 15px;
  height: 95px;
  margin: 0;
}

.content_hz .Godness .big-g img {
  width: 168px;
  height: 78px;
}

.content_hz .Godness img:hover {
  top: 0;
}

.content_hz .Models .prev,
.content_hz .Models .next {
  position: absolute;
  width: 40px;
  height: 74px;
  background: url("/i/web/images/images_changchun_20250712/focus_btn_hz.png") no-repeat;
}

.content_hz .Models .prev {
  top: 50%;
  margin-top: -60px;
  left: 0px;
  background-position: 0 -74px;
  cursor: pointer;
}

.content_hz .Models .next {
  top: 50%;
  margin-top: -60px;
  right: 0px;
  background-position: -40px -74px;
  cursor: pointer;
}

.content_hz .Models .hd {
  width: 1200px;
  top: 45%;
  z-index: 1;
}

.content_hz .prev {
  width: 40px;
  height: 70px;
  background: url(/i/web/images/images_changchun_20250712/focus_btn_hz.png) 0 -74px no-repeat;
  position: absolute;
  top: 40%;
  left: 0;
  color: #fff;
  text-align: center;
  line-height: 70px;
  margin-top: -20px;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
  display: block;
  z-index: 1111;
}

.content_hz .next {
  width: 40px;
  height: 70px;
  background: url(/i/web/images/images_changchun_20250712/focus_btn_hz.png) -40px -74px no-repeat;
  position: absolute;
  top: 40%;
  right: -4px;
  color: #fff;
  text-align: center;
  line-height: 70px;
  margin-top: -20px;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
  z-index: 1111;
  display: block;
}

/*#banner:hover .prev ,#banner:hover .next{display: block;}*/
.content_hz .prev:hover {
  background: url(/i/web/images/images_changchun_20250712/focus_btn_hz.png) 0 0 no-repeat;
}

.content_hz .next:hover {
  background: url(/i/web/images/images_changchun_20250712/focus_btn_hz.png) -40px 0 no-repeat;
}

/* 合作媒体 end */

/* 站底 */
.footer_bg {
  width: 100%;
  min-width: 1200px;
  height: 355px;
  margin: 0 auto;
  clear: both;
  padding-top: 15px;
  background: url(/i/web/images/images_changchun_20250712/foot_bg.jpg) center no-repeat;
}

.footer {
  width: 1200px;
  margin: 0 auto;
  clear: both;
  padding-top: 20px;
}

.foot {
  width: 600px;
}

.foot p {
  color: #ffffff;
  font-size: 13px;
  line-height: 30px;
  padding-top: 10px;
}

.foot img {
  margin-bottom: 15px;
}

.pics_l {
  padding-top: 20px;
}

.pics_j {
  padding-top: 35px;
}

.ul01 {
  padding: 15px 0;
  height: 15px;
  border-bottom: 1px #dedede solid;
}

.ul01 li {
  height: 15px;
  line-height: 15px;
  border-right: 1px solid #fff;
  color: #ffffff;
  font-size: 13px;
  float: left;
  padding: 0 15px;
}

.ul01 li:first-child {
  padding-left: 0;
}

.ul01 li:last-child {
  border: none;
}

.ul01 li a {
  color: #ffffff;
}

.ul01 li a:hover {
  font-size: 15px;
}

.ul02 {
  width: 100%;
  float: left;
}

.ul02 li {
  width: 135px;
  padding-right: 50px;
  padding-top: 15px;
  float: left;
  text-align: center;
  color: #ffffff;
}

.ul02 li img {
  width: 135px;
  height: 135px;
  margin-bottom: 3px;
}

.ul02 li p {
  padding-top: 3px;
  line-height: 15px;
}

/* 站底 end */

/* 浮动导航 */
.Float {
  width: 100px;
  position: fixed;
  top: 32%;
  right: 25px;
  _position: absolute;
  margin-top: -200px;
  z-index: 5000000;
}

.Float .float-info {
  width: 100px;
  float: left;
  /*background: #1a20fb;  box-shadow: 0px 0px 8px #c113e7; */
}

.Float p {
  display: block;
  position: absolute;
  bottom: 540px;
  height: 50px;
  width: 91px;
  right: 13px;
}

.Float a {
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 35px;
  color: #008dd5;
  font-size: 13px;
  /* font-weight: bold; */
  background: #ffffff;
  box-shadow: 0px 0px 5px #8cd5f5;
  margin: 5px 0;
  border-radius: 10px;
}

/*.Float a:hover { font-size: 16px;}*/
.Float .an_12 img {
  margin-top: 20px;
}

.Float .baoming {
  height: 74px;
  margin-top: 18px;
  box-shadow: 0px 0px 8px #a3131b;
}

.Float .baoming a {
  display: block;
  overflow: hidden;
  height: 74px;
  text-align: center;
  line-height: 74px;
  color: #fff;
  border-bottom: none;
}

.Float .return_top {
  width: 100px;
  float: left;
  height: 92px;
  /* margin-top: 10px; background: #008dd5; box-shadow: 0px 0px 15px #8cd5f5;*/
}

.Float .return_top:hover img {
  /* width: 30px; margin-top: 25px;*/
}

.Float .return_goupiao {
  margin: 10px 0;
  margin-left: -100px;
  width: 200px;
  height: 66px;
  display: none;
}

.Float .return_goupiao a {
  overflow: hidden;
  text-align: center;
  line-height: 66px;
  color: #008dd5;
  background: none;
  margin: 5px 0;
}

.Float .return_goupiaoshu {
  margin: 10px 0;
  width: 100px;
  height: 310px;
}

.Float .return_goupiaoshu a {
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 66px;
  color: #008dd5;
  background: none;
  margin: 5px 0;
}

/* 浮动导航 end */

/* 倒计时 */
.daojishi {
  width: 80px;
  float: left;
  padding: 15px 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 5px #8cd5f5;
  color: #008dd5;
  background: #ffffff;
}


.timer-box h5 {
  text-align: center;
  font-size: 19px;
  letter-spacing: 2px;
  line-height: 32px;
  border-bottom: #008dd5 solid 1px;
  margin-bottom: 8px;

}

.dash {
  width: 80px;
  height: 60px;
  position: relative;
}

.dash .digit {
  font-size: 24px;
  float: left;
  width: 30px;
  margin: 0 5px;
  background: #008dd5;
  text-align: center;
  color: #ffffff;
}

.dash_title {
  position: absolute;
  display: block;
  bottom: 5px;
  text-align: center;
  width: 80px;
  font-size: 15px;
  color: #008dd5;
}

ul.social-link {
  text-align: center;
  margin: 0px;
  padding: 0px;
  margin-top: 25px;
}

ul.social-link li {
  display: inline-block;
  margin-right: 20px;
}

/* 倒计时 end */

/* 媒体查询 */
.find {
  width: 100%;
  padding-left: 10px;
  float: left;
}

.find ul {
  width: 100%;
  float: left;
}

.find ul li {
  width: auto;
  height: 26px;
  line-height: 26px;
  float: left;
}

/* 媒体查询 end*/