
.auto {
  margin: 0 auto;
  min-width: 1220px;
  max-width: 1220px
}

.auto * {
  box-sizing: border-box;
}

.shuang11 {
  width: 100%;
  height: 500px;
  margin-top: -130px
}

.auto-dnbuy {
  margin: 0 auto;
  min-width: 1250px;
  max-width: 1250px
}

.img-circle {
  width: 30px;
  height: 30px;
}

/*banner*/
.none {
  display: none;
}

.pos-r {
  position: relative;
}

.main-box {
  height: auto;
  margin: 0 auto;
  max-width: 1200px;
}

.banner-box {
  width: 100%;
  height: 620px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.banner-img {
  width: 100%;
  height: 620px;
  position: absolute;
  z-index: 111;
}

.banner-img li {
  position: absolute;
  width: 100%;
  height: 620px;
}

.ad-img {
  position: absolute;
  right: 0;
  top: 100px;
}

.banner-txt {
  width: 100%;
  position: absolute;
  z-index: 333;
}

.custom-title {
  margin-top: 100px !important;
}

.banner-txt li {
  position: absolute;
  width: 100%;
  top: 110px;
}

.banner-text {
  margin-top: 125px;
  color: #fff;
}

.banner-text h2 {
  font-size: 46px;
  font-weight: normal;
  line-height: 66px;
  white-space: nowrap;
}

.banner-text h2:before,
.banner-text h2:after {
  display: table;
  content: "";
}

.banner-text h2:after {
  clear: both;
}

.banner-text .small {
  font-size: 22px;
  color: #fff
}

.banner-text .big {
  letter-spacing: 3px;
}

.banner-text p {
  font-size: 20px;
  line-height: 32px;
  /*padding-top: 20px;*/
  width: 60%;
}

.banner-text h2,
.banner-text p,
.banner-text a {
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.banner-link {
  padding: 10px 28px;
  border: 1px solid #fff;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  margin-top: 20px;
}

.banner-link:hover {
  /*background: #fff;*/
  border-color: #fff;
  color: #fff;
}

.banner-ctr {
  position: absolute;
  z-index: 332;
  width: 100%;
  bottom: 78px;
}

.banner-ctr ul {
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
}

.banner-ctr ul li {
  padding: 0 4px;
  display: inline-block;
  cursor: pointer;
}

.banner-ctr ul li i {
  width: 58px;
  height: 5px;
  background: #5d6067;
  display: inline-block;
  vertical-align: middle;
}

.banner-ctr ul li.active i {
  height: 5px;
  background: #00a9f4;
  -webkit-transition: height 0.3s ease-out;
  -o-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
}

.ad-area img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  right: inherit;
}

/*С����banner��*/
.section_events {
  overflow: visible;
  background: #f2f6ff;
}

.section_events_list {
  margin: -60px 0 0;
  border-right: 1px solid #E6E9EE;
}

.section_events_list_item {
  width: 25%;
  float: left;
  padding-left: 0;
  padding-right: 0;
  cursor: pointer;
  overflow: visible;
  -webkit-transition: -webkit-box-shadow .35s;
  transition: -webkit-box-shadow .35s;
  transition: box-shadow .35s;
  transition: box-shadow .35s, -webkit-box-shadow .35s;
  -o-transition: box-shadow .35s;
  background: #fff
}

.section_events_list_item_box {
  height: 120px;
  border-left: 1px solid #E6E9EE;
  border-top: 1px solid #E6E9EE;
  border-bottom: 1px solid #E6E9EE;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  box-sizing: border-box;
}

.section_events_list_item_box_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.section_events_list_item_box_list_icon {
  width: 55px;
}

.section_events_list_item_box_list_icon i {
  width: 55px;
  height: 55px;
  display: block;
  background-size: 100%;
}

.section_events_list_item_box_list_icon-1 {
  background: url(image/events_icon1.png) no-repeat;
}

.section_events_list_item_box_list_icon-2 {
  background: url(image/events_icon2.png) no-repeat;
}

.section_events_list_item_box_list_icon-3 {
  background: url(image/events_icon3.png) no-repeat;
}

.section_events_list_item_box_list_icon-4 {
  background: url(image/events_icon4.png) no-repeat;
}

.section_events_list_item_box_list_info {
  margin-left: 12px;
  z-index: 1;
  position: relative;
}

.section_events_list_item_box_list_info_title {
  font-size: 16px;
  color: #242D4E;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.section_events_list_item_box_list_info_text {
  font-size: 14px;
  color: #8B9DB6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/*����ͷ��*/
.section_title {
  text-align: center;
  padding: 60px 0px 40px;
}

.section_title p {
  font-size: 28px;
  color: #333;
}

.section_title span {
  font-size: 16px;
  color: #999;
  margin-top: 5px;
  display: block;
}

/*���Ų�Ʒ*/
.hot_pro {
  background: #fafafa;
  padding-bottom: 40px;
}

.hot_pro li {
  width: 24%;
  margin: 0px 0.5%;
  float: left;
  background: #fff;
  padding: 10px 20px 20px;
  box-sizing: border-box;
  border-radius: 4px;
}

.hot_pro_title {
  font-size: 18px;
  color: #242d53;
  padding-left: 40px;
  background: url(image/hot_pro_icon1.png) no-repeat center left;
  border-bottom: 1px solid #e6e6e6;
  line-height: 50px;
}

.hot_pro_title2 {
  background: url(image/hot_pro_icon2.png) no-repeat center left;
}

.hot_pro_title3 {
  background: url(image/hot_pro_icon6.png) no-repeat center left;
}

.hot_pro_title4 {
  background: url(image/hot_pro_icon5.png) no-repeat center left;
}

.hot_pro_text {
  margin: 10px 0px 20px;
  font-size: 14px;
  color: #575d6c;
  line-height: 32px;
}

.hot_pro_text span {
  color: #252b3a;
}

.hot_pro_text span.E14D42 {
  color: #E14D42
}

.hot_pro_price {
  font-size: 14px;
  color: #252b3a;
  text-align: center;
  float: left;
}

.hot_pro_price span {
  font-size: 24px;
  color: #df5a38;
  font-weight: 600
}

.hot_pro_more a {
  width: 100px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  color: #2c5fc8;
  border: 1px solid #2c5fc8;
  margin: 0px auto 0px;
  text-align: center;
  display: block;
  border-radius: 4px;
  float: right;
}

/*��Ʒ�����*/
.section_pro_list {
  padding-bottom: 30px;
}

.section_pro_list_left {
  width: 260px;
  float: left;
  padding: 30px;
  box-sizing: border-box;
  background: url(image/pro_left1.png) no-repeat bottom center #5379ff;
  height: 359px;
}

.section_pro_list_left2 {
  background: url(image/pro_left2.png) no-repeat bottom center #e8726c;
}

.section_pro_list_left3 {
  background: url(image/pro_left3.png) no-repeat bottom center #29c1cb;
}

.section_pro_list_left4 {
  background: url(image/pro_left4.png) no-repeat bottom center #fea456;
}

.section_pro_list_left_header {
  font-size: 20px;
  color: #fff;
  line-height: 32px;
}

.section_pro_list_left_text {
  font-size: 14px;
  color: #fff;
  line-height: 22px;
  font-weight: 300;
  margin: 10px 0 24px;
}

.section_pro_list_left_more a {
  display: block;
  width: 96px;
  height: 32px;
  border-radius: 2px;
  background: #fff;
  font-size: 14px;
  color: #5379ff;
  border-radius: 4px;
  line-height: 32px;
  text-align: center;
}

.section_pro_list_left_more2 a {
  color: #e8726c
}

.section_pro_list_left_more3 a {
  color: #29c1cb
}

.section_pro_list_left_more4 a {
  color: #fea456
}

.section_pro_list_left_more a:hover {
  box-shadow: 0 10px 12px 0 rgba(0, 0, 0, .1);
  -webkit-transition: -webkit-box-shadow .2s;
  transition: -webkit-box-shadow .2s;
  transition: box-shadow .2s;
  transition: box-shadow .2s, -webkit-box-shadow .2s;
}

.section_pro_list_left:hover {
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .1);
  -webkit-transition: -webkit-box-shadow .2s;
  transition: -webkit-box-shadow .2s;
  transition: box-shadow .2s;
  transition: box-shadow .2s, -webkit-box-shadow .2s;
}

.section_pro_list_right {
  width: calc(100% - 260px);
  float: left;
}

.section_pro_list_right_item {
  width: calc((100% - 2px)/2);
  height: calc((100% - 2px)/2);
  border-radius: 2px;
  background: #fff;
  float: left;
  position: relative;
}

.section_pro_list_right_item:nth-child(1) {
  border-bottom: 1px solid #e6e9ee;
  border-right: 1px solid #e6e9ee;
  border-top: 1px solid #e6e9ee;
}

.section_pro_list_right_item:nth-child(2) {
  border-bottom: 1px solid #e6e9ee;
  border-right: 1px solid #e6e9ee;
  border-top: 1px solid #e6e9ee;
}

.section_pro_list_right_item:nth-child(3) {
  border-bottom: 1px solid #e6e9ee;
  border-right: 1px solid #e6e9ee;
}

.section_pro_list_right_item:nth-child(4) {
  border-bottom: 1px solid #e6e9ee;
  border-right: 1px solid #e6e9ee;
}

.section_pro_list_right_item a {
  display: block;
}

.section_pro_list_right_item_card {
  padding: 30px;
  box-sizing: border-box;
  height: 178px;
}

.section_pro_list_right_item_card_content_title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 8px;
  color: #252b3a;
}

.section_pro_list_right_item_card_content_title i {
  padding: 0px 10px;
  border: 1px solid #f09816;
  color: #f09816;
  font-size: 12px;
  display: inline-block;
  border-radius: 4px;
  line-height: 14px;
  margin-left: 6px;
  font-style: normal;
}

.section_pro_list_right_item_card_content_desc {
  font-size: 14px;
  line-height: 22px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #575d6c;
}

.section_pro_list_right_item_card_content_price {
  margin-top: 20px;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  color: #252b3a;
}

.section_pro_list_right_item_card_content_price span {
  font-size: 18px;
  color: #df5a38;
  font-weight: 800;
}

.section_pro_list_right_item:hover {
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .1);
  -webkit-transition: -webkit-box-shadow .2s;
  transition: -webkit-box-shadow .2s;
  transition: box-shadow .2s;
  transition: box-shadow .2s, -webkit-box-shadow .2s;
  position: relative;
}

.section_pro_list_right_item_card_detail {
  opacity: 0;
  transition: all .3s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding-left: 0;
  background-color: #ff6a00;
  text-align: center;
  line-height: 50px;
  clear: both;
}

.section_pro_list_right_item:hover .section_pro_list_right_item_card_detail {
  opacity: 1;
  transition: all .3s;
}

.section_pro_list_right_item_card_detail_text0 {
  text-decoration: none;
  float: left;
  text-align: center;
  font-size: 14px;
  letter-spacing: .65px;
  height: 50px;
  width: 50%;
  position: relative;
  z-index: 1;
  background-color: #fff;
  border: 1px solid #ff6a00;
  box-sizing: border-box;
  color: #ff6a00;
}

.section_pro_list_right_item_card_detail_text1 {
  text-decoration: none;
  float: right;
  text-align: center;
  font-size: 14px;
  color: #fff;
  letter-spacing: .65px;
  width: 50%;
  position: relative;
  z-index: 1;
  transition: all .3s;
}

/*����*/
.mapjifang {
  background: url(image/map.png) no-repeat center;
  height: 669px;
  position: relative;
  z-index: 1
}

.mapjifang_img {
  display: block;
  margin: -80px auto 0px;
  position: relative;
  z-index: 0
}

.map-lf-footer {
  margin-top: 30px;
  margin-left: 54px;
  position: absolute;
  ;
  right: 0px;
  bottom: -470px;
  font-size: 14px;
}

.map-lf-footer .map-lf-ft1 {
  color: #72c02c;
  margin-bottom: 10px;
}

.map-lf-footer .map-lf-ft2 {
  color: #328bf9;
}

.map-lf-footer span {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  display: inline-block;
  margin: 1px 5px 0 0;
}

.map-lf-footer .map-lf-ft1 span {
  background: #72c02c;
}

.map-lf-footer .map-lf-ft2 span {
  background: #2c5fc8;
}

.jifang_youshi ul {
  width: 902px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #dcdcdc;
  margin: -40px auto 0px;
  position: relative;
  z-index: 10;
  padding: 20px 0px;
  box-sizing: border-box;
}

.jifang_youshi ul li {
  float: left;
  width: 299px;
  text-align: center;
  border-right: 1px solid #dcdcdc;
}

.jifang_youshi ul li:nth-child(3) {
  border-right: 0
}

.jifang_youshi ul li p {
  font-size: 16px;
  color: #252b3a;
}

.jifang_youshi ul li span {
  font-size: 14px;
  color: #575d6c;
  line-height: 24px;
}

/*����*/
.why_main {
  display: block;
  margin: 0px auto 0px;
  margin-bottom: 50px;
}

.why_main ul li {
  float: left;
  width: 23%;
  margin: 0 1%;
  box-shadow: 0px 0px 10px 0px #f1f1f1;
  padding: 40px 20px 20px;
  box-sizing: border-box;
  background: #fff;
  min-height: 270px;
  text-align: center;
  border-radius: 6px;
}

.why_main ul li img {
  display: block;
  margin: 0 auto;
}

.why_main ul li p {
  font-size: 16px;
  color: color:#252b3a;
  ;
  margin: 30px 0px 10px;
}

.why_main ul li span {
  font-size: 14px;
  color: #575d6c;
  line-height: 24px;
}

/*����*/
.news {
  padding-bottom: 20px;
}

.news_gonggao {
  width: 370px;
  float: left;
  margin-right: 35px;
}

.news_youhui {
  width: 385px;
  float: left;
}

.news_title {
  font-size: 20px;
  color: #333;
  border-bottom: 1px solid #dcdcdc;
  line-height: 50px;
}

.news_title a {
  color: #666;
  font-size: 14px;
  float: right;
  display: inline-block;
}

.news ul,
.news_youhui ul {
  padding: 20px 10px;
  box-sizing: border-box;
}

.news li {
  width: 100%;
  margin-bottom: 20px;
  cursor: pointer;
}

.news_time {
  width: 70px;
  height: 70px;
  background: #eeeeee;
  color: #333;
  padding: 15px 10px;
  box-sizing: border-box;
  text-align: center;
  float: left;
}

.news_time b {
  font-size: 14px;
  color: #333
}

.news_time span {
  font-size: 12px;
  color: #666
}

.news_main {
  float: right;
  width: 260px;
}

.news_main p,
.ny_t a {
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 6px 0px;
  display: block;
}

.news_main span,
.ny_m {
  font-size: 14px;
  color: #888;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news li:hover .news_time {
  background: #2c5fc8;
}

.news li:hover .news_time b {
  color: #fff;
}

.news li:hover .news_time hr {
  color: #fff;
}

.news li:hover .news_time span {
  color: #fff;
}

.news li:hover .news_main p {
  color: #2c5fc8;
}

.news_youhui ul img {
  display: block;
  width: 100%;
  height: 156px;
  margin-bottom: 20px;
}

.ny_t a:hover {
  color: #2c5fc8
}

.i_news_gonggao {
  width: 44%;
  float: left;
  margin: 0px 3% 20px;
}

.i_news_gonggao ul {
  padding: 20px 0px;
}

.inews_title {
  font-size: 18px;
  color: #252b3a;
  border-bottom: 1px solid #dcdcdc;
  line-height: 50px;
  padding-left: 40px;
  background: url(image/nIco_1.png) no-repeat center left;
}

.inews_title1 {
  background: url(image/nIco_2.png) no-repeat center left;
}

.inews_title a {
  color: #666;
  font-size: 14px;
  float: right;
  display: inline-block;
}

.inews_title a:hover {
  color: #ff7600
}

.i_news_gonggao li {
  padding-left: 15px;
  background: url(image/nico1.png) no-repeat left 11px;
  line-height: 30px;
}

.i_news_gonggao li a {
  font-size: 14px;
  color: #575d6c;
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}

.i_news_gonggao li a:hover {
  color: #2c5fc8
}

.i_news_gonggao li span {
  font-size: 14px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: right;
}

.text-stress {
  color: #f60
}

/*����*/
.zizhi {
  background: #2c5fc8;
  height: 100px;
}

.picMarquee-left {
  overflow: hidden;
  position: relative;
  padding: 10px 0px;
}

.picMarquee-left .bd {}

.picMarquee-left .bd ul {
  overflow: hidden;
  zoom: 1;
}

.picMarquee-left .bd ul li {
  float: left;
  _display: inline;
  overflow: hidden;
  width: 300px;
  padding-right: 30px;
  box-sizing: border-box;
  height: 100px;
}

.picMarquee-left .bd ul li .pic img {
  width: 80px;
  display: block;
}

.picMarquee-left .bd ul li .pic a:hover img {
  border-color: #999;
}

.picMarquee-left .bd ul li .title {
  line-height: 24px;
  color: #fff;
  width: 150px;
  padding: 15px 0px;
  font-size: 15px;
  margin-left: 10px;
}

.picMarquee-left .bd ul li .tt {
  padding: 25px 0px;
}

/*��ע��*/
.m-statis {
  width: 100%;
  height: 380px;
  background: url(image/statistics.png) 50% no-repeat;
  text-align: center;
}

.m-statis-item {
  float: left;
  width: 20%;
  height: 100%;
}

.u-item-num {
  margin: 160px auto 20px;
  width: 250px;
  height: 36px;
  background-size: 800px 600px;
  line-height: 38px;
  font-size: 40px;
  letter-spacing: 2px;
  color: #2c5fc8;
}

.u-item-desc {
  font-size: 18px;
  line-height: 18px;
  color: #575d6c;
}

.p-right {
  position: absolute;
  right: 0;
  top: 90%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-right_t {
  font-size: 32px;
  font-weight: normal;
  color: #333;
}

.u-try {
  margin: 10px auto 20px;
  width: 240px;
  display: block;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  border-radius: 6px;
}

.u-btn-norm-blue {
  color: #fff;
  border: 1px solid #2c5fc8;
  background-color: #2c5fc8;
}

.u-btn-norm-blue:hover {
  color: #ff7600
}

.p-right_m {
  font-size: 14px;
  font-weight: 500;
}

/* �������������ƣ���Ȩ���У�����ؾ�������QQ:7099174��2021.09.25*/

.apy-pop-item dt {
  padding-left: 24px;
}

.apy-pop-item .nav1 dt {
  background: url("img/nav1.png") left center no-repeat;
}

.apy-pop-item .nav2 dt {
  background: url("img/nav2.png") left center no-repeat;
}

.apy-pop-item .nav3 dt {
  background: url("img/nav3.png") left center no-repeat;
}

.apy-pop-item .nav4 dt {
  background: url("img/nav4.png") left center no-repeat;
}

.apy-pop-item .nav5 dt {
  background: url("img/nav5.png") left center no-repeat;
}

.apy-pop-item .nav6 dt {
  background: url("img/nav6.png") left center no-repeat;
}

.apy-pop-item .nav7 dt {
  background: url("img/nav7.png") left center no-repeat;
}

.apy-pop-item .nav8 dt {
  background: url("img/nav8.png") left center no-repeat;
}

.apy-pop-item .nav9 dt {
  background: url("img/nav9.png") left center no-repeat;
}

.apy-pop-item .nav10 dt {
  background: url("img/nav10.png") left center no-repeat;
}

.apy-pop-item .nav11 dt {
  background: url("img/nav11.png") left center no-repeat;
}

.apy-pop-item .nav12 dt {
  background: url("img/nav12.png") left center no-repeat;
}

.apy-pop-item em {
  display: inline-block;
  vertical-align: text-top;
  width: 31px;
  height: 15px;
  margin: 0px 0 0 5px;
}

.apy-pop-item .hot {
  background: url("img/ico4.png") center no-repeat;
}

.apy-pop-item .new {
  background: url("img/new.png") center no-repeat;
}



.index-news {
  padding: 25px 0 25px;
  overflow: hidden;
  min-width: 1380px
}

.index-news .module-title {
  margin: 0 0 80px
}

.index-news .item1 {
  background: url(image/index/bg/news-bg1.jpg) center no-repeat
}

.index-news .item2 {
  background: url(image/index/bg/news-bg2.jpg) center no-repeat
}

.index-news .item3 {
  background: url(image/index/bg/news-bg3.jpg) center no-repeat
}

.index-news dl {
  width: 400px;
  background: #fff;
  float: left;
  margin: 0 20px 25px 0
}

.index-news dl:last-child {
  margin-right: 0
}

.index-news dt {
  height: 120px;
  text-align: center;
  font-size: 30px
}

.index-news dt a {
  display: block;
  color: #fff;
  line-height: 120px
}

.index-news dt a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 32px;
  margin-left: 20px;
  background: url(image/index/bg/ico2.png) center top no-repeat
}

.index-news dd {
  padding: 10px 20px 0;
  border: 1px solid #ddd;
  border-top: none
}

.index-news dd p {
  height: 25px;
  line-height: 25px;
  margin: 0 0 15px
}

.index-news dd span {
  width: 55px;
  float: left;
  margin-right: 15px;
  text-align: center;
  background: #f6f6f6;
  color: #999
}

.index-news dd a {
  display: block;
  width: 75%;
  float: left;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.index-news dd p:hover span {
  color: #fff;
  background: url(image/index/bg/time-bg.png) center no-repeat
}

.sm-hide {
  display: block
}

.engage {
  position: relative;
}

.engage img {
  position: relative;
  top: -1px;
}

.engage span {
  font-size: 130px;
  position: absolute;
  left: 150px;
  right: 6;
  top: 110px;
  line-height: normal;
  text-align: left;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

.video-overview {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background-color: rgba(0, 0, 0, 0.5);
}

.video-overview.open {
  display: block;
}

.video-overview .video-card {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 15px;
  width: 100%;
  max-width: 920px;
  box-sizing: border-box;
  background-color: #1f2026;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}

.video-overview .video-card .videotop-tool {
  position: absolute;
  height: 20%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 1), rgba(255, 255, 255, 0));
  background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(255, 255, 255, 0));
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.video-overview .video-card img {
  opacity: 0;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.video-overview .video-card:hover img {
  display: block;
  opacity: 1;
}

.video-overview .video-card:hover .videotop-tool {
  display: block;
  opacity: 1;
}

.video-card video {
  width: 100%;
}



.dn23-buygo {
  margin: 5px 0px;
  color: #fff;
  background: #ff6600;
  position: relative;
  border-width: 0;
  padding: 10px 22px;
}

.dn23-buywu {
  margin: 5px 0px;
  color: #fff;
  background: #c6cdd5;
  position: relative;
  border-width: 0;
  padding: 10px 22px;
}

.pull-right a:hover {
  color: #fff;
}

.dn23-buyd {
  margin: 5px 10px;
  color: #999999;
  background: #f2f3f8;
  position: relative;
  border-width: 0;
  padding: 10px 22px;
}

.tanchu a:hover {
  color: #999999;
}

@media screen and (max-width:767px) {
  .auto-dnbuy {
    margin: 0 auto;
    min-width: 100%;
    max-width: 100%;
  }

  .dn23-buyt {
    display: none;
  }

  .dn23-buygo {
    margin: 5px 0px;
    color: #fff;
    background: #ff6600;
    position: relative;
    border-width: 0;
    padding: 5px 12px;
  }

  .main-box {
    height: auto;
    margin: 0 auto;
    max-width: 100%;
  }

  .banner-box {
    width: 100%;
    height: 600px;
    position: relative;
    z-index: 0;
    overflow: hidden;
  }

  .banner-img {
    width: 100%;
    height: 600px;
    position: absolute;
    z-index: 111;
  }

  .banner-img li {
    position: absolute;
    width: 100%;
    height: 600px;
  }

  .ad-img {
    position: absolute;
    right: 0;
  }

  .banner-txt {
    width: 100%;
    position: absolute;
    z-index: 333;
    margin-left: 20px;
  }

  .banner-txt li {
    position: absolute;
    width: 100%;
  }

  .banner-text h2 {
    font-size: 28px;
    font-weight: normal;
    line-height: 66px;
    white-space: nowrap;
  }

  .banner-text .small {
    font-size: 28px;
    color: #fff
  }

  .banner-text .big {
    letter-spacing: 3px;
  }

  .banner-text p {
    font-size: 16px;
    line-height: 32px;
    /*padding-top: 20px;*/
    width: 80%;
  }

  .section_events_list_item {
    width: 50%;
    float: left;
    padding-left: 0;
    padding-right: 0;
    cursor: pointer;
    overflow: visible;
    -webkit-transition: -webkit-box-shadow .35s;
    transition: -webkit-box-shadow .35s;
    transition: box-shadow .35s;
    transition: box-shadow .35s, -webkit-box-shadow .35s;
    -o-transition: box-shadow .35s;
    background: #fff
  }


  .jifang_youshi ul {
    width: 100%;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #dcdcdc;
    margin: -40px auto 0px;
    position: relative;
    z-index: 10;
    padding: 20px 0px;
    box-sizing: border-box;
  }

  .jifang_youshi ul li {
    float: left;
    width: 33%;
    text-align: center;
    border-right: 1px solid #dcdcdc;
  }

  .jifang_youshi ul li:nth-child(3) {
    border-right: 0
  }

  .jifang_youshi ul li p {
    font-size: 14px;
    color: #252b3a;
  }

  .jifang_youshi ul li span {
    font-size: 12px;
    color: #575d6c;
    line-height: 24px;
  }



  .index-news {
    padding: 25px 0 25px;
    overflow: hidden;
    min-width: 100%
  }

  .index-news .module-title {
    margin: 0 0 80px
  }

  .index-news .item1 {
    background: url(image/index/bg/news-bg1.jpg) center repeat
  }

  .index-news .item2 {
    background: url(image/index/bg/news-bg2.jpg) center repeat
  }

  .index-news .item3 {
    background: url(image/index/bg/news-bg3.jpg) center repeat
  }

  .index-news dl {
    width: 100%;
    background: #fff;
    float: left;
    margin: 0 40px 25px 0
  }

  .index-news dl:last-child {
    margin-right: 0
  }

  .index-news dt {
    height: 120px;
    text-align: center;
    font-size: 30px
  }

  .index-news dt a {
    display: block;
    color: #fff;
    line-height: 120px
  }

  .index-news dt a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 32px;
    margin-left: 20px;
    background: url(image/index/bg/ico2.png) center top no-repeat
  }

  .index-news dd {
    padding: 10px 20px 0;
    border: 1px solid #ddd;
    border-top: none
  }

  .index-news dd p {
    height: 25px;
    line-height: 25px;
    margin: 0 0 15px
  }

  .index-news dd span {
    width: 55px;
    float: left;
    margin-right: 15px;
    text-align: center;
    background: #f6f6f6;
    color: #999
  }

  .index-news dd a {
    display: block;
    width: 75%;
    float: left;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
  }

  .index-news dd p:hover span {
    color: #fff;
    background: url(image/index/bg/time-bg.png) center no-repeat
  }


  .section_events_list_item_box_list_info_title {
    font-size: 14px;
    color: #242D4E;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }

  .section_events_list_item_box_list_info_text {
    font-size: 12px;
    color: #8B9DB6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .section_title {
    text-align: center;
    padding: 20px 0px 40px;
  }

  .section_title p {
    font-size: 18px;
    color: #333;
  }

  .section_title span {
    font-size: 12px;
    color: #999;
    margin-top: 5px;
    display: block;
  }

}