﻿@charset "utf-8";

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: '黑体', Arial, ;
  font-weight: normal;
  argin: 0;
  padding: 0;
}

body,
ul,
li,
dt,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
div,
html,
form,
select,
option,
table,
tr,
td,
dt,
dl,
dd,
span,
input,
i,
em,
b,
br,
section,
header,
footer,
nav,
menu,
aside,
audio,
video,
canvas,
svg,
details,
figure,
figcaption,
summary,
hgroup,
pre,
sub,
sup,
button,
textarea,
input {
  margin: 0;
  padding: 0;
  color: inherit;
}

body {
  color: inherit;
  background-color: #fff;
  word-break: break-all;
  word-wrap: break-word;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button {
  overflow: visible;
  vertical-align: middle;
  outline: none
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

a,
a img {
  text-decoration: none;
  color: #000;
  border: 0;
}

a:focus {
  outline: none;
}

a:hover {
  background: none;
}

/*a:focus, a:hover{ color: #000;}*/
ul,
ul li,
li {
  list-style: none
}

fieldset,
img,
input,
button {
  border: none;
  padding: 0;
  margin: 0;
  outline-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

img {
  display: block;
}

.clearfix:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

.paddingHeader {
  padding-bottom: 80px;
}

@media screen and (max-width:768px) {
  .paddingHeader {
    padding-bottom: 66px;
  }
}

@media screen and (min-width:768px) {
  html {
    font-size: 14.5px;
  }
}

@media screen and (min-width:376px) and (max-width:767px) {
  html {
    font-size: 14px;
  }
}

@media screen and (min-width:320px) and (max-width:375px) {
  html {
    font-size: 13px;
  }
}

@media screen and (max-width:319px) {
  html {
    font-size: 12px;
  }
}

.container {
  width: 1200px;
  margin: 30px auto;
  position: relative;
  overflow: hidden;
}

.comont {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.flex {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: flex-start;
}

/*  导航  ==============================================  */
.header {
  width: 100%;
  z-index: 999;
  height: auto;

}

/*  左侧logo  ==============================================  */
.header .left {
  width: 45%;
  float: left;
  padding-top: 2px;
}

.header .left a img {
  max-width: 100%;
  margin-top: 17px;
}

.header .left .img2 {
  display: none;
}

/*  右侧  ==============================================  */
.header .nav {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  height: 100%;
  line-height: 120px;
  display: block;
  float: right;
}

.header .navbar_nav li {
  float: left;
  position: relative;
  display: block;
}

.header .navbar_nav li:after {
  content: "";
  width: 0;
  height: 2px;
  background: rgba(252, 221, 14, 0.9);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease 0s;
}

.header .navbar_nav li:hover:after {
  width: 100%;
}

.header .navbar_nav li a {
  text-decoration: none;
  height: 100%;
  padding: 0 22px;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #333;
  font-size: 17px;
}

.header .navbar_nav li:hover a {
  color: #fff;
  font-weight: bold;
  background-color: #68B95C;
}

.header .navbar_nav li.dropdown {
  display: inherit;
  position: relative;
}

.header .navbar_nav li.dropdown .jt {
  width: 20px;
  height: 20px;
  background: url(i/top.png) no-repeat;
  background-size: 100% 100%;
  display: block;
}

.header .navbar_nav li.dropdown .dropdown_menu {
  display: none;
  position: absolute;
  top: 50px;
  width: 100%;
  background: #fff;
  box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
  width: 120%;
  left: -10%;
}

.header .navbar_nav li.dropdown .dropdown_menu a {
  font-size: 14px;
  color: #666;
  padding: 0 10px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  margin-bottom: 2px;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu {
  display: block;
  background: #f3f3f3;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu a {
  color: #666;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover {
  color: #fff;
  background: #fff;
}

.active {
  background-color: #68B95C;
}

.active a {
  color: #fff !important;
}

/*  背景的头部
.header.on{width:100%;position:fixed;top:0;	left:0;	z-index:999;	height:70px;	padding: 0 30px;	background: rgba(0, 0, 0, 1);}
.header.on .left .img1{	display: none;}
.header.on .left .img2{	display: block;}
.header.on .navbar_nav li a{	color: #fff;}
.header.on .navbar_nav li:hover a{color: #ffffff;}
#navToggle{	display: none;}*/
.nytoutu {
  width: 100%;
  height: 200px;
  min-width: 1200px;
  margin: 0 auto;
  background: url(/i/web/images/banner_03.jpg) top center no-repeat;
  margin-top: 0px;
}

.toutu {
  width: 100%;
  height: 850px;
  min-width: 1200px;
  margin: 0 auto;
  background: url(/i/web/images/banner_04.jpg) top center no-repeat;
}

/*  头图  ==============================================  */
.slide-main {
  height: 550px;
  position: relative;
  margin-bottom: 30px;
}

.prev,
.next {
  display: none;
  width: 44px;
  height: 44px;
  position: absolute;
  z-index: 222;
  top: 267px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  _border: 1px solid none;
}

.prev {
  left: 70px;
}

.next {
  right: 70px;
}

.prev:hover,
.next:hover,
.nav-main a:hover,
.nav-main a.cur {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.item {
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  z-index: 124;
  bottom: 36px;
  left: 0;
  text-align: center;
}

.item a {
  display: inline-block;
  width: 40px;
  height: 6px;
  margin-right: 11px;
  background: rgba(255, 255, 255, 0.5);
  overflow: hidden;
}

.item a.cur {
  background: #fcdd0e;
}

.slide-box,
.slide {
  display: block;
  width: 100%;
  height: 700px;
  overflow: hidden;
}

.slide-box {
  position: relative;
}

.slide {
  display: none;
  height: 750px;
  position: relative;
  position: absolute;
  z-index: 8;
}

.slide a {
  display: block;
  width: 100%;
  height: 850px;
  cursor: pointer;
}

.slide img {
  width: 100%;
  height: auto;
}

.anbg1 {
  background: url(/i/web/images/an1.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.anbg2 {
  background: url(/i/web/images/an2.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.anbg3 {
  background: url(/i/web/images/an3.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/*  展会介绍  ==============================================  */
.abouttit {
  background: #68B95C;
  width: 660px;
  padding: 0 40px;
  position: absolute;
  left: 830px;
  transform: translateX(-50%);
  z-index: 9;
  top: 0;
}

.abouttit .tel {
  width: 270px;
  margin: 0 10px;
  float: right;
}

.abouttit .tel i {
  float: left;
  padding-top: 20px;
}

.abouttit .tel h4 {
  color: #fcdd0e;
  font-size: 16px;
  padding: 15px 0 0 60px;
}

.abouttit .tel h2 {
  color: #ffffff;
  font-size: 28px;
  padding-left: 60px;
  font-style: oblique;
}

.abouttit .left {
  padding-top: 15px;
  width: 200px;
  float: left;
}

.font14NewWhite {
  font-size: 14px;
  color: #FFFFFF;
  margin: 10px 0 0 0;
}

.font24whitefine {
  font-size: 30px;
  color: #FFFFFF;
}

.hengxian1 {
  width: 35px;
  height: 5px;
  background: #ffffff;
  margin: 10px 0 15px 0px;
}

.aboutfoot {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.aboutimg {
  float: left;
}

/*  活动背景banner  ==============================================  */
.banner {
  width: 600px;
  height: 368px;
  ;
  position: relative;
  margin-top: 30px;
  overflow: hidden;
  float: left;
}

.banner-btn {
  display: none;
}

.banner-btn a {
  display: block;
  line-height: 40px;
  position: absolute;
  top: 147px;
  width: 35px;
  height: 70px;
  background-color: #000;
  opacity: 0.3;
  overflow: hidden;
  z-index: 4;
  color: rgb(255, 255, 255);
}

.prevBtn {
  left: 0px;
}

.nextBtn {
  right: 0px;
}

.banner-img {
  font-size: 0;
  letter-spacing: -3px;
  position: relative;
}

.banner-img li {
  display: inline-block;
  vertical-align: top;
  font-size: 0.75rem;
}

.banner i {
  background: url(../images/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;
  opacity: 0.3;
}

.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: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
}

.banner-circle .selected a {
  background: #fcdd0e;
}

.banner-bg,
.banner-tit {
  position: absolute;
}

.banner-bg {
  height: 36px;
  line-height: 36px;
  width: 600px;
  background-color: #000;
  opacity: 0.3;
  color: rgb(255, 255, 255);
  bottom: 0px;
  position: absolute;
}

.banner-tit {
  color: #fff;
  bottom: 9px;
  padding-left: 10px;
  font-size: 15px;
}

.abouttext {
  width: 545px;
  line-height: 20px;
  text-indent: 2em;
  position: absolute;
  right: 0;
  top: 100px;
  font-size: 15px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 15;
  line-clamp: 9;
  -webkit-box-orient: vertical;
}

/*  报名入口  ==============================================  */
.baoming {
  width: 1200px;
  margin: 20px auto;
  clear: both;
  overflow: hidden;
}

.baoming li {
  width: 372px;
  height: 130px;
  float: left;
  border-radius: 10px;
  margin: 0 40px 0 0;
  position: relative;
}

.xyjt {
  width: 12%;
  position: absolute;
  right: 25px;
  bottom: 0px;
  margin: 0 !important;
}

.baoming li img {
  max-width: 100%;
  margin: 20px 40px;
  height: auto;
  float: left;
}

.baoming .text {
  padding: 20px 10px;
  box-sizing: border-box;
}

.baoming li h2 {
  font-size: 24px;
  padding-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  color: #fff;
  font-weight: bold;
}

.baoming li h3 {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}

/*  通用导航  ==============================================  */
.title {
  width: 1200px;
  height: 70px;
  margin: 0 auto;
  position: relative;
}

.title_more {
  width: 200px;
  height: 46px;
  position: absolute;
  right: 0;
  top: 20px;
  background: #f0f0f0;
  cursor: pointer;
}

.title_more span {
  line-height: 46px;
  color: #666666;
  padding-left: 52px;
  font-size: 16px;
}

.title_more i {
  width: 24px;
  height: 8px;
  position: absolute;
  right: 48px;
  top: 19px;
}

.title h1 {
  font-size: 56px;
  opacity: 0.1;
  position: absolute;
  left: 15px;
  top: 0;
}

.title h2 {
  font-size: 30px;
  position: absolute;
  left: 0;
  top: 23px;
}

.title h3 {
  width: 35px;
  height: 5px;
  background: #68B95C;
  position: absolute;
  left: 0;
  bottom: 0;
}

/*  精彩视频  ==============================================  */
.video_live {
  width: 600px;
  height: 450px;
  float: left;
  position: relative;
  overflow: hidden;
}

.video_live img {
  width: 100%;
  height: 450px;
  transition: all 1s;
  cursor: pointer;
}

.video_live:hover img {
  transform: scale(1.1);
}

.video_live .conmo {
  position: absolute;
  top: 15px;
  left: 20px;
  z-index: 9;
  height: 50px;
}

.zhibo {
  background: #68B95C;
  color: #ffffff;
  padding: 4px 7px;
  border-radius: 10px 0px 0px 10px;
  float: left;
}

.randow {
  background: rgba(0, 0, 0, .4);
  color: #ffffff;
  padding: 4px 7px;
  margin-left: 3px;
  border-radius: 0px 10px 10px 0px;
  float: left;
}

.video_live .biao {
  width: 50px;
  height: 50px;
  position: absolute;
  background: url(../images/play.png) center no-repeat;
  background-size: contain;
  bottom: 205px;
  left: 275px;
}

.video_list {
  width: 600px;
  float: left;
}

.video_list li {
  width: 280px;
  height: 215px;
  float: left;
  position: relative;
  overflow: hidden;
  margin: 0 0 20px 20px;
}

.video_list .conmo {
  position: absolute;
  top: 15px;
  left: 20px;
  z-index: 9;
  height: 50px;
}

.video_list li img {
  transition: all 1s;
  width: 100%;
  height: 215px;
  cursor: pointer;
}

.video_list li:hover img {
  transform: scale(1.1);
}

.video_list .biao {
  width: 50px;
  height: 50px;
  position: absolute;
  background: url(../images/play.png) center no-repeat;
  background-size: contain;
  bottom: 72px;
  left: 115px;
}

.video_list li:nth-child(3) {
  margin-bottom: 0;
}

.video_list li:nth-child(4) {
  margin-bottom: 0;
}

/*  新闻公告  ==============================================  */
.news_home {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.news_home li {
  transition: all 0.5s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 20px 15px 30px 15px;
  margin-bottom: 30px;
  width: 48%;
  position: relative;
  background: #f2f2f2;
  cursor: pointer;
}

.news_home li .newscontent {
  width: 70%;
  padding: 0 10px;
  box-sizing: border-box;
}

.news_home li h2 {
  font-size: 18px;
  padding-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.news_home li p {
  line-height: 26px;
  color: #333333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news_home li figure {
  width: 30%;
}

.news_home li img {
  width: 100%;
  height: 120px;
}

.news_home li a {
  transition: all 0.5s ease;
  z-index: 2;
  padding: 5px 20px;
  background: #fcdd0e;
  font-size: 12px;
  position: absolute;
  bottom: -8%;
  left: 40%;
}

.news_home li:hover {
  transform: translateX(10px);
  background: #fcdd0e;
  transition: all 0.5s ease;
  box-shadow: 1px 2px 3px 1px #ccc;
}

.news_home li:hover a {
  background: #333;
  color: #fff;
  transition: all 0.5s ease;
}

.news_home li a:hover {
  border-radius: 10px;
  transition: all 0.5s ease;
}

/*  展区规划  ==============================================  */
.content_m {
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
  padding-top: 30px;
}

.content_m .toyota5 {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}

.content_m .Models1 {
  position: relative;
}

.content_m .Models1 .bd .Godness p {
  position: absolute;
  bottom: 0;
  width: 562px;
  height: 58px;
  line-height: 68px;
  color: #fff;
  padding-left: 15px;
  font-size: 20px;
  background: url(../images/images_tianjin_20201209/video_titbg.png) bottom repeat-x;
}

.content_m .Models1 .hd {
  width: 1200px;
  top: 45%;
  z-index: 1;
}

.content_m .Models1 .bd .Godness img {
  width: 1200px;
  cursor: pointer;
}

.content_m .Models1 .prev1,
.content_m .Models1 .next1 {
  position: absolute;
  width: 40px;
  height: 80px;
  background: url(../images/focus_btn.png) no-repeat;
}

.content_m .Models1 .prev1 {
  top: 48%;
  margin-top: -35px;
  left: 0;
  background-position: 0 0px;
  cursor: pointer;
  display: block;
}

.content_m .Models1 .next1 {
  top: 48%;
  margin-top: -35px;
  right: 0;
  background-position: -40px 0;
  cursor: pointer;
  display: block;
}

.content_m .Models1 .prev1:hover {
  background-position: -0px -80px;
}

.content_m .Models1 .next1:hover {
  background-position: -40px -80px;
}

/*  首页往届回顾  ==============================================  */
.review {
  width: 1200px;
  float: left;
  margin-top: 30px;
}

.review li {
  width: 285px;
  float: left;
  margin-right: 20px;
  overflow: hidden;
  cursor: pointer;
}

.review li:nth-child(4n) {
  margin: 0;
}

.review li img {
  width: 100%;
  height: 212px;
  transition: all 1s;
}

.review li:hover img {
  transform: scale(1.1);
}

.review .text {
  background: #f8f8f8;
  width: 255px;
  float: left;
  padding: 10px 15px;
}

.review .text h1 {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.review .text h2 {
  font-size: 14px;
  line-height: 26px;
  color: #333;
}

.review li:hover .text {
  background: #68B95C;
}

.review li:hover h1,
.review li:hover h2 {
  color: #fff;
}

/*  合作媒体  ==============================================  */
.content_cars {
  min-width: 1200px;
  overflow: hidden;
}

.content_cars .toyota5 {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  height: 110px;
}

.content_cars .Models1 {
  position: relative;
}

.content_cars .Models1 .hd {
  width: 1200px;
  top: 45%;
  z-index: 1;
}

.content_cars .Models1 ul {
  width: 1140px;
  height: 90px;
  margin: 0 auto;
}

.content_cars .Models1 ul li {
  padding: 8px;
}

.content_cars .Models1 .prev1,
.Models1 .next1 {
  position: absolute;
  width: 40px;
  height: 80px;
  background: url(../images/meiti_btn.png) no-repeat;
}

.content_cars .Models1 .prev1 {
  top: 48%;
  margin-top: -35px;
  left: 0;
  background-position: 0 0;
  cursor: pointer;
  display: block;
}

.content_cars .Models1 .next1 {
  top: 48%;
  margin-top: -35px;
  right: 0;
  background-position: -40px 0;
  cursor: pointer;
  display: block;
}

.content_cars .Models1 .prev1:hover {
  background-position: -0 -80px;
}

.content_cars .Models1 .next1:hover {
  background-position: -40px -80px;
}

/*  展会布局  ==============================================  */
.Layout-Pic {
  width: 100%;
  height: 690px;
  background-image: url(../images/Layout-BG.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/*  底部  ==============================================  */
.footer {
  width: 100%;
  background: url(../images/footbg.jpg) no-repeat;
  overflow: hidden;
  border-top: #68B95C solid 3px;
  background-size: cover;
}

.footlogo {
  width: 390px;
  border-right: #dbdbdb solid 1px;
  overflow: hidden;
  float: left;
}

.footlogo .tou {
  margin: 25px 0 0 15px;
}

.footlogo .an {
  width: 360px;
  float: left;
}

.footlogo .an li {
  width: 109px;
  height: 40px;
  padding: 35px 10px 10px 0;
  float: left;
}

.footus {
  float: left;
  margin: 18px 40px 0 40px;
  width: 360px;
}

.footus .tel {
  width: 290px;
  float: left;
  margin-bottom: 10px;
}

.footus .tel i {
  float: left;
  padding-top: 8px;
}

.footus .tel h4 {
  font-size: 16px;
  padding: 0 0 0 60px;
}

.footus .tel h2 {
  color: #68B95C;
  font-size: 30px;
  padding: 0px 0 0 60px;
}

.footus .text {
  float: left;
  font-size: 16px;
  color: #333;
  line-height: 36px;
  padding-left: 10px;
}

.footewm {
  width: 176px;
  float: right;
  /* border-left: #cecece solid 1px; */
  text-align: center;
  margin-top: 35px;
}

.footewm img {
  width: 110px;
  height: 110px;
  padding: 0 33px;
}

.footewm span {
  color: #666666;
  font-size: 12px;
  line-height: 48px;
}

/*  二级页  ==============================================  */
/*  标题  */
.ny_title {
  width: 1200px;
  height: 100px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding: 20px 0;
}

.ny_title h1 {
  font-size: 56px;
  opacity: 0.1;
}

.ny_title h2 {
  font-size: 30px;
  margin-top: -50px;
}

.ny_title h3 {
  width: 35px;
  height: 5px;
  margin: 0 auto;
  border-bottom: #68B95C solid 5px;
}

/*  文字内容区  */
.ny_text {
  width: 1200px;
  float: left;
  padding: 20px 0;
}

.ny_tp {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.ny_tp img {
  display: initial;
}

.ny_text_box {
  width: 90%;
  float: left;
  margin: 0 5%;
  height: auto;
}

.ny_wz {
  width: 100%;
  float: left;
  line-height: 38px;
  font-size: 16px;
  text-indent: 34px;
  text-align: justify;
}

.ny_wzx {
  width: 100%;
  float: left;
  line-height: 38px;
  font-size: 16px;
  text-align: justify;
}

.ny_text h1 {
  font-size: 22px;
  text-align: center;
  width: 100%;
  float: left;
}


.Layout-image-container {
  text-align: center;
  margin-top: 20px;
}

/*  展会概况-组织机构 ==============================================  */
.Organization-text {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}

.left-column {
  text-align: right;
  padding-right: 10px;
  flex: 1;
}

.right-column {
  text-align: left;
  flex: 1;
}

/*  新闻列表  ==============================================  */

/*  标题样式  */
.ny_news nav {
  background: #f8f8f8;
  padding: 10px 0;
  visibility: visible;
  animation-delay: 0.5s;
  animation-name: fadeInUp;
  min-width: 1200px;
  margin: 30px 0;
}

.ny_news nav>.wrapper {
  padding: 5px 0;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.ny_news nav>.wrapper a {
  padding: 12px 48px;
  margin: 10px 15px;
  transition: all 0.3s ease;
  background: #e4e4e4;
  display: inline-block;
}

.ny_news nav>.wrapper a.active {
  background: #ff6900;
  color: #FFFFFF;
}

.ny_news nav>.wrapper a:hover {
  background: #ff6900;
  transition: all 0.3s ease;
  color: #ffffff;
}

/*  列表样式  */
.nynewslist ul {
  width: 1200px;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nynewslist ul li {
  width: 100%;
  transition: all 0.5s ease;
  overflow: hidden;
  box-sizing: border-box;
  padding: 20px;
  margin: 15px;
  border-bottom: 1px solid #e4e4e4;
}

.nynewslist li figure {
  width: 18%;
  display: inherit;
}

.nynewslist li figure img {
  width: 192px;
  height: 157px;
}

.nynewslist ul li>a {
  display: flex;
}

.nynewslist ul li>a .content {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  width: 100%;
}

.nynewslist ul li>a .content h1 {
  font-size: 18px;
  margin-top: 0;
}

.nynewslist ul li>a .content time {
  color: #666;
  font-size: 12px;
  padding: 15px 0;
}

.nynewslist ul li>a .content p {
  line-height: 2;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.nynewslist ul li:hover .content p {
  color: #333;
}

.nynewslist ul li:hover {
  border: 0;
  transition: all 0.3s ease;
  box-shadow: 1px 2px 5px 1px #ccc;
  transform: translateY(-10px);
}

.nynewslist .zanwu {
  margin: 0 auto;
  text-align: center;
  padding: 50px 0 90px;
}

.nynewslist .zanwu img {
  width: 150px;
  margin-bottom: 10px;
  margin: auto
}

/*联系我们*/
.contactus {
  width: 1200px;
  float: left;
  padding: 30px 0;
}

.contactus li {
  width: 50%;
  float: left;
  text-align: center;
}

.contactus li img {
  width: 15%;
  display: block;
  padding: 3% 38%;
  margin: auto;
}

.contactus .text {
  padding: 0 10px;
  line-height: 30px;
}

.contactus .text span {
  color: #666;
  width: 100%;
  float: left;
}

.contactus .text b {
  color: #666;
  font-size: 22px;
  width: 100%;
  float: left;
  font-weight: 500;
}

.map {
  width: 1200px;
  margin: 50px 0 20px 0;
  float: left;
}

.map img {
  border-radius: 8px;
}

.bm_box label input {
  float: left;
  margin-top: 5px;
  margin-right: 5px;
  display: block;
  accent-color: darkcyan;
}

.bm_box label span {
  font-size: 16px;
  float: left;
  display: block;
}

/*展商报名*/
.zsbaoming {
  width: 1200px;
  float: left;
  padding: 30px 0;
}

.zsbaoming li {
  width: 50%;
  float: left;
  text-align: center;
}

.zsbaoming li img {
  width: 22%;
  padding: 3% 38%;
}

.zsbaoming .text {
  padding: 0 10px;
  line-height: 30px;
}

.zsbaoming .text span {
  font-size: 18px;
  color: #666;
  width: 100%;
  float: left;
}

.zsbaoming .text b {
  color: #ff5555;
  font-size: 14px;
  width: 100%;
  float: left;
}

.hyhdnr {
  padding: 0 !important;
}

.hyhdnr .review {
  margin-top: 0 !important;
}

.hdbmbtn {
  width: 100%;
  float: left;
  height: auto;
  background: #f8f8f8;
}

.hdbmbtn a {
  display: block;
  width: 50%;
  float: left;
  text-align: center;
  padding: 15px 0;
  border-left: 1px solid #dbdbdb;
  box-sizing: border-box;
  border-top: 1px solid #dbdbdb;
}

.hdbmbtn a:first-child {
  border-left: none;
}

.hdbmbtn a:last-child {
  color: #f39700 !important;
}

.hyhdnr .text h1 {
  text-align: left !important;
}

/*观众报名*/
.mfmp_img img {
  max-width: 100%;
  margin-bottom: 20px;
}

.form_wrap {
  width: 682px;
  margin: 0 auto;
  background: #fff;
  border-radius: 4px;
  padding: 10px 45px 60px 45px;
  box-sizing: border-box;
  text-align: center;
}

.form_wrap h1 {
  line-height: 120px;
  font-size: 26px;
}

.form_login .input_wrap {
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  height: 46px;
  margin-bottom: 20px;
}

.form_login .input_wrap input {
  width: 450px;
  border: none;
  outline: none;
  height: 28px;
  padding: 8px 0;
  /*margin-left:10px;*/
  font-size: 16px;
}

.form_login .input_wrap.tel {
  background: url("../images/account.png") no-repeat 18px center;
}

.form_login .input_wrap.geren {
  background: url("../images/geren.png") no-repeat 18px center;
}

.form_login .input_wrap.yixiang {
  background: url("../images/auto.png") no-repeat 18px center;
}

.form_login .input_wrap.danwei {
  background: url("../images/danwei.png") no-repeat 18px center;
}

.form_login .input_wrap.weixin {
  background: url("../images/weixin.png") no-repeat 18px center;
}

.form_login .input_wrap.zhiwu {
  background: url("../images/zhiwu.png") no-repeat 18px center;
}

.form_login .input_wrap.diqu {
  background: url("../images/diqu.png") no-repeat 18px center;
}

.form_login .input_wrap.mianji {
  background: url("../images/mianji.png") no-repeat 18px center;
}

.form_login .input_wrap.zhanpin {
  background: url("../images/zhanpin.png") no-repeat 18px center;
}

.form_login .input_wrap.yaoqingren {
  background: url("../images/yaoqingren.png") no-repeat 18px center;
}

.form_btns {
  margin-top: 30px;
}

.form_btns input {
  width: 100%;
  height: 50px;
  background: #68B95C;
  border-radius: 2px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.form_btns input:hover {
  background: #68B95C;
}

.bm_box {
  width: 100%;
  float: left;
  height: auto;
  text-align: left;
  margin-bottom: 10px;
}

.bm_box2 {
  width: 100%;
  float: left;
  height: auto;
  text-align: left;
  margin-bottom: 20px;
}

.bm_box label {
  width: 100%;
  float: left;
  height: auto;
  margin-bottom: 10px;
}

.radio_k {
  width: 25%;
  float: left;
  margin-bottom: 10px;
}

.radio_k input {
  float: left;
  margin-top: 3px;
  margin-right: 5px;
  accent-color: darkcyan;
}

.radio_k input:hover {
  color: darkcyan !important;
}

.zslb_box {
  width: 100%;
  float: left;
  height: auto;
}

.zslb_boxk {
  width: 10%;
  float: left;
}

.zslb_boxk img {
  display: block;
  float: left;
  margin-right: 8px;
  height: 25px;
}

.zslb_boxk span {
  display: block;
  float: left;
  line-height: 25px;
}

.rcanimg {
  width: 50%;
  float: left;
  height: auto;
}

.rcanimg img {
  display: block;
  width: 50%;
  margin-top: 10%;
  margin-left: 15%;
}

.bm_box h2 {
  width: 100%;
  float: left;
  height: auto;
  font-size: 18px;
  padding: 10px 0;
}

.bm_box h2 span {
  color: red;
}

/*媒体报名下载*/
.meiti ul {
  width: 1200px;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.meiti ul li {
  width: 100%;
  transition: all 0.5s ease;
  overflow: hidden;
  box-sizing: border-box;
  padding: 20px;
  margin: 15px;
  border-bottom: 1px solid #e4e4e4;
  position: relative;
}

.meiti ul li>a {
  display: flex;
}

.meiti ul li>a .content {
  box-sizing: border-box;
  overflow: hidden;
  text-align: left;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}

.meiti ul li>a .content h1 {
  font-size: 18px;
  margin-top: 0;
}

.meiti ul li>a .content time {
  color: #666;
  font-size: 12px;
  padding: 15px 0;
}

.meiti ul li>a .content p {
  text-indent: 2em;
  line-height: 2;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.meiti ul li:hover .content p {
  color: #333;
}

.meiti ul li:hover {
  border: 0;
  transition: all 0.3s ease;
  box-shadow: 1px 2px 5px 1px #ccc;
  transform: translateY(-10px);
}

.xiazai {
  position: absolute;
  top: 20px;
  right: 15px;
}

.xiazai img {
  width: 30px;
}

/*分页*/
.page_news {
  text-align: center;
  font-size: 0;
  padding: 20px 0 20px;
  margin-top: 20px;
}

.page_news .page {
  text-align: center;
  font-size: 15px;
  color: #999;
  height: auto;
  border-radius: 5px;
}

.page_news .page u {
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  margin: 10px 6px;
  padding: 8px 12px;
  vertical-align: baseline;
  text-align: left;
  border: 1px solid #68B95C;
  text-decoration: none;
  background: #68B95C;
}

.page_news .page a {
  margin: 10px 6px;
  padding: 8px 12px;
  color: #999;
  border: 1px solid #dddddd;
  text-align: left;
  border-radius: 5px;
}

/*详细页*/
.xiangxi {
  width: 920px;
  float: left;
  margin-bottom: 40px;
  padding: 20px;
}

.xiangxi .tit {
  width: 100%;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 10px;
  float: left;
  text-align: center;
}

.xiangxi .admin {
  line-height: 28px;
  border-bottom: 1px dashed #EBEBEB;
  color: #999999;
  margin-bottom: 15px;
  text-align: center;
  padding: 15px 0;
}

.xiangxi img {
  width: 80%;
  margin: 10px 10%;
}

.xiangxi span {
  line-height: 28px;
}

.xiangxi p {
  font-size: 16px;
  line-height: 28px;
  font-family: Verdana, Geneva, sans-serif;
}

.r_ewm {
  width: 122px;
  padding: 16px;
  float: right;
  border: 1px solid #D9DADC;
  margin-top: 120px;
}

.r_ewm img {
  width: 122px;
  height: 122px;
}

.r_ewm p {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.zhjjj_box {
  width: 1200px;
  margin: auto;
}

.zhjjj_nr {
  width: 100%;
  float: left;
  height: auto;
  padding: 30px 0;
}

.zhjjj_nr_db {
  width: 100%;
  float: left;
  height: auto;
  margin-top: 10px;
}

.zhjjj_nr_db ul {
  width: 100%;
  float: left;
  height: auto;
}

.zhjjj_nr_db li {
  width: 24.25%;
  float: left;
  margin-left: 1%;
}

.zhjjj_nr_db li:first-child {
  margin-left: 0;
}

.zhjjj_nr_db li img {
  max-width: 100%;
}

.zhjjj_nr_top {
  width: 100%;
  float: left;
  height: auto;
}

.zhjjj_nr_top_fl {
  width: 49.5%;
  float: left;
  height: auto;
}

.zhjjj_nr_top_fr {
  width: 49.5%;
  float: right;
  height: auto;
}

.zhjjj_nr_top_fr li {
  width: 49%;
  float: left;
  height: auto;
  margin-left: 2%;
}

.zhjjj_nr_top_fr li img {
  max-width: 100%;
}

.zhjjj_nr_top_fl img {
  max-width: 100%;
  height: 398px;
}

.nytoutu22 {
  width: 100%;
  float: left;
  height: auto;
  padding: 2px 0;
  background: #FFDB45;
}

.login_other {
  height: 1px;
  background-color: #f1f3f6;
  position: relative;
  margin-top: 30px;
}

.login_other p {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 20px;
  font-size: 14px;
  color: #333;
  line-height: 20px;
  font-weight: 400;
  background: #fff;
  text-align: center;
  padding: 0 10px;
}

.agreement {
  font-size: 14px;
  color: #666d7f;
  font-weight: 400;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

.agreement input {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.agreement input {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  accent-color: darkcyan;
}

.qyrz_ts {
  width: 100%;
  float: left;
  height: auto;
  padding: 1rem 0;
  background-color: #f4dddd;
}

.qyrz_ts img {
  width: 5%;
  float: left;
  height: auto;
  margin-left: 3%;
  margin-right: 2%;
}

.qyrz_ts span {
  display: block;
  font-size: 1.5rem;
  color: #f10e0e;
}

.qyrzh2 {
  width: 94%;
  float: left;
  height: auto;
  margin: 0 3%;
  font-size: 1.8rem;
  padding: 1rem 0;
}

.qyrz_ul {
  width: 94%;
  float: left;
  height: auto;
  margin: 0 3%;
  background-color: #fff;
  padding: 2.5rem 0;
}

.qyrz_ul_box {
  width: 80%;
  float: left;
  height: auto;
  margin: 0 10%;
}

.qyrz_h2 {
  font-size: 1.6rem;
  padding: 1rem 0;
}

.qyrz_sc {
  width: 100%;
  float: left;
  height: auto;
  margin-top: 1rem;
}

.qyrz_sc_fl {
  width: 24%;
  float: left;
  height: auto;
}

.qyrz_sc_fr {
  width: 68%;
  float: left;
  height: auto;
  margin-left: 2%;
}

.qyrz_sc_fr p {
  width: 100%;
  float: left;
  height: auto;
  margin-bottom: 0.8rem;
}

.qyrz_sc_fr span {
  width: 100%;
  float: left;
  height: auto;
  display: block;
  margin-top: 0.5rem;
}

.qyrz_mc {
  width: 90%;
  float: left;
  height: auto;
  margin-top: 2rem;
  border: 1px solid #DBDBDB;
  border-radius: 5px;
}

.qyrz_mc input {
  width: 97%;
  float: left;
  height: auto;
  padding-left: 3%;
  line-height: 4rem;
}

.qyrz_xts {
  width: 100%;
  float: left;
  height: auto;
  padding: 1rem 0;
  margin-top: 1rem;
}

.qyrz_xts img {
  width: 3%;
  float: left;
  height: auto;
  margin-right: 2%;
}

.qyrz_xts span {
  display: block;
  float: left;
  font-size: 1rem;
  color: #f10e0e;
}

.qyrz_sc_fl_kk {
  width: 90%;
  height: auto;
  float: left;
}

.qyrz_sc_fl_kk img {
  width: 130px;
  height: 130px;
  display: block;
  margin: auto;
}

.qyrz_sc_fl_kk span {
  width: 130px;
  height: 130px;
  position: absolute;
  font-size: 14px;
  color: #fff;
  line-height: 130px;
  text-align: center;
  left: 50%;
  top: 50%;
  margin-left: -166px;
  margin-top: -148px;
  z-index: 10;
  background: rgba(0, 0, 0, .2);
}

.qyrz_sc_fl_kk input {
  position: absolute;
  width: 130px;
  height: 130px;
  left: 0;
  top: 0;
  z-index: 15;
  opacity: 0;
}

.qyrz_sc_fl_kk a {
  float: left;
}

.qyrz_sc_fl_kk ol {
  position: absolute;
  margin-top: 105px;
  background: #fff;
}

.qyrz_sc_fl_kk ol li {
  width: 130px;
  padding: 2px 0;
  line-height: 20px;
  text-align: center;
}

.index_cz_btn {
  float: left;
  height: auto;
  background-color: #68B95C;
  margin-top: 2rem;
  border-radius: 0.5rem;
  padding: 2px 30px;
}

.index_cz_btn a {
  display: block;
  width: 100%;
  float: left;
  height: auto;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.index_cz_btn input {
  display: block;
  width: 100%;
  float: left;
  height: auto;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: none;
  padding: 10px 30px;
}

.grzxnrbox {
  width: 94%;
  float: left;
  height: auto;
  margin: 0 3%;
}

.yhxynr {
  line-height: 30px;
  font-size: 15px;
}

.qyrz_h2 span {
  color: red;
}

.wdqy_txx {
  width: 100%;
  float: left;
  height: auto;
  background-color: #68B95C;
}

.wdqy_txx img {
  width: 15%;
  display: block;
  float: left;
  margin-left: 2%;
  padding: 1rem 0;
}

.wdqy_xgli {
  width: 100%;
  float: left;
  height: auto;
  background-color: #f4f4f4;
  padding: 0.5rem 0;
  margin-bottom: 0.5rem;
}

.wdqy_xgli a {
  display: block;
  width: 94%;
  float: left;
  height: auto;
  margin: 0 3%;
  line-height: 4rem;
}

.wdqy_xgli_fl {
  width: 50%;
  float: left;
  height: auto;
  font-size: 17px;
}

.wdqy_xgli_fr {
  width: 50%;
  float: left;
  height: auto;
  text-align: right;
}

.wdqy_xgli_fr img {
  display: block;
  width: 20px;
  margin-left: 0.5rem;
  margin-top: 17px;
  float: right;
}

.wdqy_xgli_fr span {
  display: block;
  float: right;
}

.wsgrxx_box {
  width: 90%;
  float: left;
  height: auto;
  margin: 0 5%;
}

.rzbkg textarea {
  width: 84%;
  float: left;
  height: auto;
  min-height: 100px;
  margin-top: 20px;
  padding: 8px 3%;
  border: 1px solid #DBDBDB;
}

.shglxz_xzbtn {
  width: 100%;
  float: left;
  height: auto;
  background-color: #fff;
  padding: 10px 0;
}

.shglxz_xzbtn_fl {
  width: 48%;
  float: left;
  height: auto;
  margin-left: 2%;
}

.shglxz_xzbtn_fl a {
  width: 35%;
  background-color: #68B95C;
  color: #fff;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
}

.shglxz_xzbtn_fr {
  width: 48%;
  float: left;
  height: auto;
  text-align: right;
  margin-right: 2%;
  line-height: 30px;
}

.shglxq_lb_box {
  width: 100%;
  float: left;
  height: auto;
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 30px;
}

.shglxq_lb {
  width: 765px;
  float: left;
  height: auto;
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 30px;
}

.shglxq_lb_con {
  width: 100%;
  float: left;
  height: auto;
  margin: 0 2%;
  overflow-x: scroll;
  overflow: hidden;
}

.shglxq_lb_con table {
  width: 100%;
  float: left;
  height: auto;
  border: 1px solid #ddd;
  overflow-x: scroll;
  overflow: hidden;
}

.shglxq_lb_con table td {
  text-align: center;
  padding: 5px 0;
  border: 1px solid #ddd;
}

.tr01 {
  background-color: #efefef;
}

.tr01 td {
  font-weight: bold;
}

.glbtn {
  display: inline-block;
  background-color: #56b443;
  padding: 3px 8px;
  border-radius: 5px;
  color: #fff;
}

.glbtn2 {
  display: inline-block;
  background-color: #e7716d;
  padding: 3px 8px;
  border-radius: 5px;
  color: #fff;
}

.shztwz {
  color: red;
}

.shglxz_xzbtn_fl a:hover {
  color: #fff;
}

.qyrz_sc_fl_kk2 {
  width: 90%;
  height: auto;
  float: left;
}

.qyrz_sc_fl_kk2 img {
  width: 100%;
  display: block;
  margin: auto;
}

.glbtn:hover {
  background-color: #56b443;
  color: #fff;
}

.glbtn2:hover {
  background-color: #56b443;
  color: #fff;
}

.hdpz_box {
  width: 80%;
  float: left;
  height: auto;
}

.hdpz_box li {
  width: 48%;
  float: left;
  height: auto;
  margin: 0 1%;
  margin-bottom: 40px;
}

.hdpz_box_fl {
  width: 100%;
  float: left;
  height: auto;
  border-radius: 10px;
}

.hdpz_box_fl img {
  width: 100%;
}

.hdpz_box_fr {
  width: 100%;
  float: left;
  height: auto;
  background-color: #f8f8f8;
}

.hdpz_box_fr h2 {
  width: 70%;
  float: left;
  height: auto;
  text-align: center;
  font-size: 16px;
  line-height: 50px;
  border-right: 1px solid #dbdbdb;
  box-sizing: border-box;
}

.hdpz_box_fr p {
  width: 30%;
  float: left;
  height: auto;
  color: #efa142;
  border-top: 1px solid #dbdbdb;
  text-align: center;
  font-size: 15px;
  line-height: 50px;
}

.white_content28 {
  display: none;
  position: fixed;
  margin: auto;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: 100%;
  z-index: 999;
  overflow: auto;
  padding-top: 0.5rem;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}

.xqtc_box28 {
  width: 30%;
  height: auto;
  left: 35%;
  top: 30%;
  background-color: #FFFFFF;
  position: fixed;
  margin: auto;
  z-index: 9999;
  border-radius: 10px;
}

.dmp_top28 {
  width: 100%;
  float: left;
  height: auto;
  text-align: center;
  font-size: 20px;
  color: #000;
  border-bottom: 1px solid #DBDBDB;
  padding: 1.5rem 0;
  cursor: pointer;
}

.xz28 {
  display: block;
  float: right;
  width: 10%;
}

.search_box {
  width: 100%;
  padding: 0 0 0 10px;
  height: auto;
  float: left;
  margin: 10px 0;
}

.spjslb_box img {
  display: block;
  margin: auto;
  width: 30%;
  float: left;
}

.hdpz_wz {
  width: 65%;
  float: left;
  height: auto;
  margin-top: 15px;
}

.hdpz_wz h2 {
  width: 100%;
  float: left;
  height: auto;
  margin-top: 10px;
  font-size: 18px;
}

.hdpz_wz p {
  margin-bottom: 10px;
  font-size: 15px;
}

.spjslb_box {
  width: 90%;
  margin: 0 5%;
  float: left;
  padding-bottom: 30px;
  padding-top: 20px;
}

.wdmp_con {
  width: 70%;
  float: left;
  height: auto;
}

.wdmp_box {
  width: 96%;
  float: left;
  height: auto;
  margin: 0 2%;
  padding-bottom: 20px;
  border-bottom: 1px dashed #68B95C;
}

.wdmp_top {
  width: 100%;
  float: left;
  height: auto;
  border-bottom: 1px solid #f5f5f5;
  padding: 15px 0;
}

.wdmp_nr {
  width: 100%;
  float: left;
  height: auto;
  margin-top: 10px;
}

.wdmp_nr a {
  display: block;
  width: 100%;
  float: left;
  height: auto;
}

.wdmp_nr_fl {
  width: 70%;
  float: left;
  height: auto;
}

.wdmp_nr_fr {
  width: 30%;
  float: left;
  height: auto;
}

.wdmp_nr_fl p {
  font-size: 16px;
}

.wdmp_nr_fl span {
  font-size: 15px;
  display: block;
  width: 100%;
  float: left;
  margin-top: 10px;
  color: #666;
}

.wdmp_top_fl {
  width: 50%;
  float: left;
  height: auto;
  font-weight: bold;
}

.wdmp_top_fr {
  width: 50%;
  float: left;
  height: auto;
  text-align: right;
}

.wdmp_nr_fr span {
  padding: 10px 20px;
  border: 2px solid #68B95C;
  border-radius: 6px;
  color: #68B95C;
  margin-top: 30px;
  display: inline-block;
  float: right;
}

.mpxq_con {
  width: 90%;
  float: left;
  height: auto;
  margin: 0 5%;
}

.mpxq_top {
  width: 100%;
  float: left;
  height: auto;
}

.mpxq_top_fl {
  width: 48%;
  float: left;
  height: auto;
}

.mpxq_top_fl img {
  max-width: 100%;
}

.mpxq_top_fr {
  width: 50%;
  float: left;
  height: auto;
  margin-left: 2%;
}

.mpxq_top_fr h2 {
  font-size: 17px;
  color: #333;
  margin-top: 5px;
  font-weight: bold;
}

.mpxq_top_fr p {
  font-size: 14px;
  color: #666;
  width: 100%;
  float: left;
  height: auto;
  margin-top: 20px;
}

.mpxq_pm {
  width: 100%;
  float: left;
  height: auto;
  margin-top: 20px;
}

.mpxq_pm h2 {
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #DBDBDB;
  font-size: 18px;
}

.mpxq_pm img {
  display: block;
  margin: auto;
  margin-top: 25px;
}

.mpxq_pm p {
  width: 100%;
  float: left;
  height: auto;
  text-align: center;
  padding: 10px 0;
  color: #f77a36;
}

.mpxq_pm .cen {
  text-align: center;
}

.mpxq_dh {
  width: 100%;
  float: left;
  height: auto;
  font-size: 16px;
  padding: 10px 0;
  margin-top: 15px;
}

.mpxq_dh_fl {
  width: 70%;
  float: left;
  height: auto;
}

.mpxq_dh_fr {
  width: 30%;
  float: left;
  height: auto;
  text-align: right;
}

.mpxq_gz {
  width: 100%;
  float: left;
  height: auto;
  margin-top: 10px;
}

.mpxq_gz_box {
  width: 100%;
  float: left;
  height: auto;
  line-height: 30px;
  font-size: 15px;
}

.mpxq_dh_fr img {
  display: block;
  float: right;
  width: 20px
}

.mpxq_dh_fr span {
  display: block;
  ;
  float: right;
}

.hscolor {
  color: red !important;
}

/*  展区规划   */
.water_box {
  position: relative;
  width: 1200px;
  margin: 20px auto;
}

/* .water_box div {
  width: 286px;
  display: none;
} */

.water_box2 div {
  width: 286px;
  display: none;
}

.water_box img {
  width: 286px;
}

/* .water_box a {
  position: relative;
  display: block;
}

.image-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  font-size: 14px;
  line-height: 1.4;
  box-sizing: border-box;
} */


#focus-banner {
  position: relative;
  width: 100%;

}

.clear {
  clear: both;
}

#focus-banner-list {
  position: relative;
}

#focus-banner-list li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

#focus-banner-list li img {
  width: 100%;
}

.focus-banner-img {
  display: block;
}

#focus-banner-list .focus-banner-text {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1000px;
  height: 100%;
  margin-left: -500px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

#focus-banner .focus-handle {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  z-index: 100;
  display: block;
  width: 80px;
  height: 80px;
  background-image: url("../images/focus_handle.png");
}

#next-img {
  left: 0;
}

#next-img {
  left: 50px;
  background-position: 0 0;
}

#next-img:hover {
  background-position: 0 -80px;
}

#prev-img {
  right: 0;
}

#prev-img {
  right: 50px;
  background-position: -80px 0;
}

#prev-img:hover {
  background-position: -80px -80px;
}

#focus-bubble {
  position: absolute;
  left: 50%;
  bottom: 10px;
  z-index: 999;
}

#focus-bubble li {
  float: left;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border: 1px #fff solid;
  cursor: pointer;
}

#focus-bubble li a {
  display: block;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=0);
  opacity: 0;
}

#focus-bubble li.current {
  background-color: #fff;
}