 body {
     background: #f4f4f4 url(/uploads/image/tz2023davos/top.jpg) 50% 0 no-repeat
 }
 html,
 body {
     min-width: 1400px;
 }
a:hover {
    color: #f09f35 !important;
}
 .banner {
	height: 985px;
	font-size: 36px;
	font-weight: bold;
	color: #ffe5b4;
	text-decoration: none;
	text-align: center;
	top: 850px;
	position: relative;
	font-family: "微软雅黑";
 }

 .content {
     width: 1200px;
     height: auto;
     margin: 0 auto;
 }

 .title {
     margin: 0 auto 60px
 }

 .title img {
     margin: 0 auto;
     width: 580px;
     display: block
 }
  /*banner视频*/
 /*.view_more_video {
    width: 1200px;
    margin: 0px auto;
    position: relative
}

.view_more_video img {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 34px;
    top: 806px;
    cursor: pointer;
}

#show-video {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999 !important;
    background: rgba(0, 0, 0, .7);
    display: none;

}

.video-close {
    width: 45px;
    height: 45px;
    color: #211d1e;
    position: absolute;
     right: 15%;
     top: 20%;
    z-index: 999;
    cursor: pointer;
}

#show-video video {
    outline: none;
    max-width: 85%;
    max-height: 70vh;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 20px 40px rgb(0 0 0 / 50%);
    width:800px;
    height: 450px;
}*/
 /*part1*/
 .part1 {
     margin-bottom: 80px;
 }

 .part1-right {
	width: 490px;
	float: right;
	overflow: hidden;
	height: 386px;
	background:rgba(255, 255, 255, 0.6);
	box-shadow: 0px 0px 5px 1px #e2e2e2;
 }


 .part1-right ul {
     overflow: hidden;
     margin: 30px;
 }

 .part1-right li {
	font-size: 17px;
	color: #305798;
	padding-top: 20px;
	padding-left: 24px;
	padding-bottom: 20px;
	position: relative;
	line-height: auto;
	height: auto;
	width: 95%;
	       /* overflow: hidden;
         white-space: nowrap;
        text-overflow: ellipsis;*/
 }

 .part1-right li:before {
     content: "";
     position: absolute;
     left: 2px;
     top: 28px;
     width: 6px;
     height: 6px;
     background: #012d76;
 }

 .part1-right li li {
     border-top: 1px dotted #ccc;
 }

 .part1-right li a {
     color: #000000;
 }

 .part1-right li * {
     vertical-align: middle;
 }
 .more {
     float: right;
     margin-top: -20px;
     margin-right: 30px;
     font-size: 14px;
     color: #999;
 }
 .more a {
     font-size: 14px;
     color: #999;
 }
  .more1 {
      float: right;
      border: 1px solid #a8a8a8;
     width: 160px;
     height: 45px;     
      font-size: 14px;
      color: #666;
      text-align: center;
      line-height: 45px;
      margin-top: 45px;
      margin-right: 10px;
  }

  .more1 a {
      font-size: 14px;
      color: #666;
  }
 .part1-left {
     width: 686px;
     height: 386px;
     position: relative;
     float: left;
 }

 .part1-left .part1-left-button-prev {
     background: url(/uploads/image/tzimg/left.png) no-repeat left top;
     position: absolute;
     left: 10px;
     top: 194px;
     width: 16px;
     height: 28px;
     z-index: 2;
 }

 .part1-left .part1-left-button-next {
     background: url(/uploads/image/tzimg/right.png)no-repeat left bottom;
     position: absolute;
     right: 10px;
     top: 194px;
     width: 16px;
     height: 28px;
     z-index: 2;
 }

 .part1-left .swiper-container {
     width: 686px;
     height: 386px;
     margin: 0 auto;
 }

 .swiper-slide {
     position: relative;
 }

 .part1-left .swiper-pagination {
     position: absolute;
     right: 10px;
     text-align: right;
     bottom: 15px;
     z-index: 2;
 }

 .part1-left .swiper-pagination-switch {
     display: inline-block;
     width: 10px;
     height: 10px;
     background: #ccc;
     margin: 0 3px;
     cursor: pointer;
     -moz-border-radius: 10px;
     -webkit-border-radius: 10px;
     border-radius: 10px;
 }

 .part1-left .swiper-active-switch {
     background: #fb964c !important;
 }

 .part1-left .swiper-pagination-bullet {
     margin-left: 5px;
 }

 .part1-left .swiper-pagination-bullet-active {
     background: #fff !important;
 }

 .part1-left .pictitle {
     position: relative;
     width: 686px;
     height: 386px;
     overflow: hidden;
 }

 .part1-left .pictitle .img img {
     width: 686px;
     height: 386px;
     display: block;
 }

 .part1-left .pictitle .bg {
     background: rgba(0, 0, 0, 0.5);
     bottom: 0;
     height:50px;
     left: 0;
     position: absolute;
     width: 100%;
     z-index: 10;
 }

 .part1-left .pictitle .name {
     bottom: 0;
     color: #fff;
     height: 50px;
     left: 0;
     line-height: 50px;
     overflow: hidden;
     position: absolute;
     text-indent: 0.5em;
     text-align: left;
     font-size: 20px;
     width: 90%;
     z-index: 11;
 }

 .part1-left .pictitle .name a {
     color: #fff;
     text-decoration: none;
 }

 .mul-play {
     position: absolute;
     width: 70px;
     height: 70px;
     bottom: 64px;
     left: 18px;
     display: none;
     cursor: pointer;
     z-index: 999;
 }

 .mul-play img {
     width: 100%;
     height: 100%;
     display: block;
 }

 .videopart {
     width: 686px;
     height: 386px;
     background: #333;
     position: absolute;
     top: 0;
     left: 0;
     z-index: 50;
 }

 .videopart iframe {
     width: 686px;
     height: 386px;
 }

 .videopart .videopart-close {
     width: 22px;
     height: 22px;
     position: absolute;
     top: 0;
     right: -22px;
     z-index: 50;
     background: url(/uploads/image/tzimg/s1014_icon_btn_close.png) no-repeat;
     cursor: pointer;
     background-size: 100% auto;
 }

 .titlebox {
     width: 1200px;
     height: auto;
     margin: 0 auto;
     margin-top: 35px;
     margin-bottom: 30px;
 }

 .titlebox img {
     width: 100%;
     height: auto;
 }

 /*part2*/
 .part2 {
        background: #fff;
        padding: 60px 0px;
 }

 .part2_l {
     float: left;
     width: 580px;
 }
 .part2_l li {
     font-size: 18px;
     padding-left: 25px;
     position: relative;
     color: #666;
     line-height: 45px;
     height: 45px;
     width: 560px;
     overflow: hidden;
     white-space: nowrap;
     text-overflow: ellipsis;
 }

 .part2_l li a {
     position: relative;
     color: #666;
 }



 .part2_l li::before {
     content: "";
     width: 6px;
     height: 6px;
     background: #d79642;
     position: absolute;
     left: 5px;
     top: 18px;
     z-index: 2;
 }

 .part2_r {
     float: right;
     width: 580px;
 }

 .picnews2 {
     width: 580px;
     height: 310px;
     overflow: hidden;
     position: relative;
     margin-bottom: 25px;
 }

 .picnews2 .picimg a {
     display: block;
     line-height: 0
 }

 .picnews2 .picimg img {
     width: 100%
 }

 .picnews2 .picbg {
     background: rgba(0, 0, 0, .65);
     background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .8)));
     background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
     background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
     background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 100%);
     bottom: 0;
     height: 35px;
     left: 0;
     position: absolute;
     width: 100%;
     z-index: 10;
 }

 .picnews2 .pictit {
     bottom: 0;
     color: #ffffff;
     height: 35px;
     left: 20px;
     line-height: 35px;
     overflow: hidden;
     position: absolute;
     text-align: left;
     width: 100%;
     z-index: 11;
 }

 .picnews2 .pictit a {
     color: #ffffff;
     line-height: 35px;
     font-size: 18px;
 }

 .list-style2 li {
     position: relative;
     margin-bottom: 40px
 }
 .list-style2 li:last-child {
      margin-bottom:20px
 }
 .list-style2 li .img {
     float: left;
     margin-right: 10px;
     width: 250px;
     height: 140px;
     overflow: hidden;
     
     /* border-radius: 5px; */
 }

 .list-style2 li .img img {
     width: 100%;
     height: 100%
 }

 .list-style2 li .tit {
     font-size: 18px;
     line-height:32px;
     color: #333;
     padding: 5px 10px 10px 0;
     max-height: 85px;
     overflow: hidden;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box
 }

 /*part3*/
 .part3 {
     height: 590px;
     background: url(/uploads/image/tz2023davos/bg01_jhcf.png) 50% 0 no-repeat;
     padding-top: 70px;
 }

 .part03_con {
     width: 1200px;
     margin: 0 auto;
 }

 .part03_left {
  width: 540px;
  float: left;
  height: 340px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 5px 1px #cdcdcd;
  padding: 20px;
 }

 .wzlist li {
     font-size: 18px;
     padding-left: 25px;
     position: relative;
     color: #666;
     line-height: 55px;
     height: 55px;
     width: 500px;
     overflow: hidden;
     white-space: nowrap;
     text-overflow: ellipsis;
 }

 .wzlist li a {
     position: relative;
     color: #666;
 }
 .wzlist li li {
     border-top: 1px dotted #ccc;
 }

 .wzlist li::before {
     content: "";
     width: 6px;
     height: 6px;
     background: #d79642;
     position: absolute;
     left: 5px;
     top: 24px;
     z-index: 2;
 }

 .wzlist li:last-child {
     border-bottom: none;
 }

 .part03_right {
     width: 580px;
     height: 380px;
     float: right;
 }

 .part03_right .sdgc .swiper-pagination {
     width: auto;
     right: 10px;
     left: auto;
     bottom: 13px
 }

 .part03_right .sdgc .swiper-pagination .swiper-pagination-bullet {
     margin-right: 0;
     opacity: 1;
     background: #d3d3d3;
     -webkit-transition: width .5s;
     -moz-transition: width .5s;
     transition: width .5s;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     border-radius: 4px
 }

 .part03_right .sdgc .swiper-pagination .swiper-pagination-bullet-active {
     background: #fbca49
 }

 .part03_right .sdgc .swiper-button-prev {
     display: none;
     width: 34px;
     height: 73px;
     left: 0;
     margin-top: -52px;
     background:  0 0 no-repeat
 }

 .part03_right .sdgc .swiper-button-next {
     display: none;
     width: 34px;
     height: 73px;
     right: 0;
     margin-top: -52px;
     background:  0 0 no-repeat
 }

 .part03_right .sdgc .swiper-container {
     width: 100%;
     height: 100%
 }

 .part03_right .sdgc .swiper-container:hover .swiper-button-next,
 .part03_right .sdgc .swiper-container:hover .swiper-button-prev {
     display: block
 }

 .part03_right .sdgc .swiper-slide {
     position: relative;
     overflow: hidden;
     cursor: pointer
 }

 .part03_right .sdgc .swiper-slide .img {
     position: relative;
     z-index: 1;
     width: 580px;
     height: 380px;
 }

 .part03_right .sdgc .swiper-slide .img img {
     width: 580px;
     height: 380px;
 }

 .part03_right .sdgc .swiper-slide .tit {
     position: absolute;
     left: 0;
     right: 0;
     bottom: 0;
     z-index: 3;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     width: 100%;
     font-size: 18px;
     font-weight: 400;
     line-height: 32px;
     padding: 10px 10px 10px 10px;
     color: #fff;
     background: rgba(0, 0, 0, .65);
     background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .65)));
     background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
     background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
     background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%)
 }

 .part03_right .sdgc .swiper-slide .tit a {
     color: #fff
 }

 .part03_right .sdgc .swiper-slide .tit .btn {
     display: inline-block;
     margin-right: 10px;
     margin-top: -6px;
     vertical-align: middle;
     width: 46px;
     height: 46px;
     background:  0 0
 }

 .part03_right .sdgc .swiper-slide .tit .btn.hide {
     display: none
 }

 .part03_right .sdgc .swiper-slide img {
     width: 640px;
     height: 357px;
 }

 /*大咖说*/
 .part4 {
     height:580px;
     background: url(/uploads/image/tz2023davos/bg02_jhcf.png) 50% 0 no-repeat;
     padding-top: 100px;
 }

 .hyfc_box {
     position: relative;
 }

 

 .talking-swiper {
     width: 100%;
     height: 400px;
     overflow: hidden;
 }

 .talking-swiper .swiper-container {
     width: 100%;
     height:400px;
 }

 .hyfc_nr {
     width: 220px;
     margin: 0 auto;    
     box-shadow:0px 0px 5px 1px #cdcdcd
 }

 .talking-swiper .swiper-container img {
     width: 220px;
     height: 268px;
 }
 .talking-swiper .swiper-text {
     padding: 15px;
     background: #fff;
     height: 90px;
 }
 .talking-swiper .swiper-container h3 {
     height: 90px;
     font-size: 16px;
     display:-webkit-box;
     -webkit-box-orient: vertical;
     -webkit-line-clamp:3;
     overflow: hidden;
 }
  .talking-swiper .swiper-container h3 a {
      font-size: 16px;
      line-height: 28px;
  }

 .talking-arrow-left {
     background:  no-repeat left top;
     position: absolute;
     left: -80px;
     top: 50%;
     margin-top: -80px;
     width: 48px;
     height: 136px;
     cursor: pointer;
 }

 .talking-arrow-right {
     background:  no-repeat right top;
     position: absolute;
     right: -80px;
     top: 50%;
     margin-top: -80px;
     width: 48px;
     height: 136px;
     cursor: pointer;
 }


 



 

 /*part5*/
 .part5 {
     height: 620px;
     background: url(/uploads/image/tz2023davos/bg03_jhcf.png) 50% 0 no-repeat;
     padding-top: 100px;
 }

 .listpic1 {}

 .listpic1 li {
     width: 290px;
     height: 340px;
     overflow: hidden;
     float: left;
     margin-right: 10px;
     margin-bottom: 5px;
     background: #fff
 }
.listpic1 li:hover {
    background: #012d76;
    color: #fff!important;
}
 .listpic1 li a {
     display: block;
     line-height: 0
 }

 .listpic1 li img {
     width: 290px;
     height: 240px;
 }

 .listpic1 li .pictit {
     padding: 6px 15px;
     font-size: 16px;
     line-height: 32px;
     overflow: hidden;
     margin-top: 10px;
     display: -webkit-box;
     -webkit-box-orient: vertical;
     -webkit-line-clamp:2;
     overflow: hidden;

 }

 .listpic1 li .pictit a {
     line-height: 32px;
     
 }
.listpic1 li .pictit a:hover {
    color: #fff!important;
}
 /*part6*/
 .part6 {
     width: 100%;
     overflow: hidden;
     margin: 15px auto 0;
 }

 .part6 .part6_t_l {
     width: 1200px;
     overflow: hidden;
 }

 .part6 .part6_t_l ul {
     overflow: hidden;
     width: 1200px;
     height: 510px;
     position: relative;
 }

 .part6 .part6_t_l li {
     position: absolute;
     overflow: hidden;
 }

 .part6 .part6_t_l li .img {
     width: 100%;
     height: 100%;
 }

 .part6 .part6_t_l li img {
     width: 100%;
     height: 100%;
 }

 .part6 .part6_t_l .ts1 {
     width: 400px;
     height: 510px;
     top: 0;
     left: 0;
 }

 .part6 .part6_t_l .ts2 {
     width: 388px;
     height: 248px;
     top: 0;
     left: 412px;
 }

 .part6 .part6_t_l .ts3 {
     width: 388px;
     height: 248px;
     bottom: 0;
     left: 412px;
 }

 .part6 .part6_t_l .ts4 {
     width: 388px;
     height: 248px;
     top: 0;
     right: 0;
 }

 .part6 .part6_t_l .ts5 {
     width: 388px;
     height: 248px;
     bottom: 0;
     right: 0;
 }

 .part6 .part6_t_l .text {
     position: absolute;
     bottom: 0;
     left: 0;
     height: 60%;
     z-index: 11;
     line-height: 28px;
     padding: 5px 10px;
     display: none;
     text-align:left;
 }

 .part6 .part6_t_l .text a {
     color: #fff;
     text-decoration: none;
     font-size: 18px;
 }

.part6 .part6_t_l .text:before {
    content: "";
    position: absolute;
    left: 10px;
    top: -10px;
    width: 30px;
    height: 2px;
    background: #fff;
}
 .part6 .part6_t_l .bg {
     width: 100%;
     height: 100%;
     opacity: 0.6;
     filter: alpha(opacity=60);
     position: absolute;
     bottom: 0;
     left: 0;
     background: #000;
     z-index: 10;
     display: none;
 }

 .part6 .part6_t_r {
     width: 290px;
     float: right;
     margin-right: 10px;
     margin-top: 10px;
 }

 .part6 .part6_t_r .dl1 {
     width: 290px;
 }

 .part6 .part6_bot {
     width: 1000px;
     margin: 0px auto 0;
     overflow: hidden;
     background: #fff;
     padding-bottom: 20px;
 }

 .part6 .part6_b_l {
     margin-top: 10px;
     background: url(/uploads/image/tzimg/20151203_tgpd_dian06_v1.png) 100% 100% no-repeat;
     float: left;
     width: 330px;
     margin-left: 13px;
 }

 .part6 .part6_b_c {
     margin-top: 10px;
     float: left;
     width: 320px;
     margin-left: 28px;
 }

 .part6 .part6_b_r {
     margin-top: 10px;
     background: #e9e9e9;
     float: right;
     width: 270px;
     overflow: hidden;
     padding: 10px;
     margin-right: 10px;
 }

 .part6 .part6_b_r ul {
     background: #fff;
     margin-top: 10px;
 }

 .part6 .part6_b_r li {
     padding: 12px 0px;
     font-size: 16px;
     margin: 0 5px;
 }

 .part6 .part6_b_r li li {
     border-top: 1px solid #ccc;
 }

 /* part7 */
 .part7 {
     margin-top: 100px;
 }

 .slider {
     width: 100%;
     min-width: 1000px;
     height: 500px;
     position: relative;
     overflow: hidden;
     background: #fff;
     text-align: center;
     margin-top: 18px;
 }

 .slider .bd {
     width: 1000px;
     position: absolute;
     left: 50%;
     margin-left: -521px
 }

 .slider .bd li {
     width: 1000px;
     overflow: hidden;
     position: relative;
 }

 .slider .bd li img {
     display: block;
     width: 1000px;
     height: 500px;
     background: #0ff;
 }

 .slider .tempwrap {
     overflow: visible !important
 }

 .slider .tempwrap ul {
     margin-left: -980px !important;
     /*强制位置*/
 }

 .slider .hd {
     position: absolute;
     width: 100%;
     left: 70%;
     z-index: 1;
     height: 8px;
     bottom: 20px;
     text-align: center;
 }

 .slider .hd li {
     display: inline-block;
     *display: inline;
     zoom: 1;
     width: 8px;
     height: 8px;
     line-height: 99px;
     overflow: hidden;
     background: url(/uploads/image/tzimg/slider-btn.png) 0 -10px no-repeat;
     margin: 0 5px;
     cursor: pointer;
     filter: alpha(opacity=60);
     opacity: 0.6;
 }

 .slider .hd li.on {
     background-position: 0 0;
     filter: alpha(opacity=100);
     opacity: 1;
 }

 .slider .pnbtn {
     position: absolute;
     z-index: 1;
     top: 0;
     width: 100%;
     height: 508px;
     cursor: pointer;
 }

 .slider .prev {
     left: -50%;
     margin-left: -501px;
 }

 .slider .next {
     left: 50%;
     margin-left: 499px;
 }

 .slider .pnbtn .blackbg {
     display: block;
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 500px;
     background: #000;
     filter: alpha(opacity=50);
     opacity: 0.5;
 }

 .slider .pnbtn .arrow {
     display: none;
     position: absolute;
     top: 70px;
     z-index: 1;
     width: 60px;
     height: 500px;
 }

 .slider .pnbtn .arrow:hover {
     filter: alpha(opacity=60);
     opacity: 0.6;
 }

 .slider .prev .arrow {
     right: 0;
     background: url(/uploads/image/tzimg/slider-arrow.png) -114px 0 no-repeat;
 }

 .slider .next .arrow {
     left: 0;
     background: url(/uploads/image/tzimg/slider-arrow.png) 0 0 no-repeat;
 }

 .slider .bd li .bg {
     position: absolute;
     left: 0;
     bottom: 0;
     width: 100%;
     height: 50px;
     opacity: 0.6;
     background: #000;
     z-index: 0
 }

 .slider .bd li .bt {
     position: absolute;
     left: 0;
     bottom: 0;
     width: 100%;
     height: 50px;
     line-height: 50px;
     color: #fff;
     overflow: hidden;
     z-index: 1;
     padding-left: 10px;
     font-size: 18px;
 }

 .slider .bd li .bt a {
     position: absolute;
     left: 0;
     bottom: 0;
     width: 100%;
     height: 50px;
     line-height:50px;
     color: #fff;
     overflow: hidden;
     z-index: 1;
     padding-left: 10px
 }

 .footer {
     padding: 25px 0 25px 0;
     background: #012d76;
     text-align: center;
     margin-top: 60px;
 }

 .footer p {
     line-height: 30px;
     font-size: 14px;
     color: #fff;
 }