.main{
    width: 1400px;
    margin: 0 auto;
}
body {
	line-height: 1;
}
.main::after {
	content: "";
	display: block;
	clear: both;
}
a{
    outline: none;
    color: #333;
}
a:hover{
    color: #457de1;
}
.iframe {
	height: 46px;
	overflow: hidden;
}
.iframe iframe {
	width: calc(100% + 18px);
	margin-left: -9px;
}
.advs {
	position: relative;
	display: block;
}
.advs i {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 24px;
	height: 12px;
	background: url("https://public.mtnets.com/Images/public/adv.png") no-repeat;
}
.advs img {
	display: block;
}
.Center {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%, -50%);
}
.Center-x {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.Center-y {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.ease {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
    font-family: 'hbzhan';  /* Project id 1875012 */
    src: url('//at.alicdn.com/t/c/font_1875012_69r6jbbz9t.woff2?t=1715227165300') format('woff2'),
         url('//at.alicdn.com/t/c/font_1875012_69r6jbbz9t.woff?t=1715227165300') format('woff'),
         url('//at.alicdn.com/t/c/font_1875012_69r6jbbz9t.ttf?t=1715227165300') format('truetype');
  }
  .hbzhan {
      font-family: "hbzhan" !important;
      font-size: 16px;
      font-style: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
  }
  /* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
  @font-face {
      font-family: 'Public';  /* Project id 2901389 */
      src: url('//at.alicdn.com/t/c/font_2901389_the5ha9h0z.woff2?t=1703660205790') format('woff2'),
           url('//at.alicdn.com/t/c/font_2901389_the5ha9h0z.woff?t=1703660205790') format('woff'),
           url('//at.alicdn.com/t/c/font_2901389_the5ha9h0z.ttf?t=1703660205790') format('truetype');
}
.Public {
      font-family: "Public" !important;
      font-size: 16px;
      font-style: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
}
/* //优设标题黑 */
@font-face {
	font-family: "优设标题黑";
  font-style: normal;
	font-weight: 400;
  src: url("https://public.mtnets.com/Font/youshebiaotihei/youshebiaoti.eot?#iefix") format("embedded-opentype"),
  url("https://public.mtnets.com/Font/youshebiaotihei/youshebiaoti.woff") format("woff"),
  url("https://public.mtnets.com/Font/youshebiaotihei/youshebiaoti.ttf") format("truetype");
}


/* header */
.header{
    background-color: #f2f2f2;
}
.header .main>div{
    font-size: 0;
}
.header .left{
    padding: 9px 0;
    float: left;
}
.header .left a,
.Tophead .right li>a,
.Tophead .right li .head_top a{
    height: 28px;
    line-height: 28px;
    display: inline-block;
    vertical-align: top;
}
.header .left a.logo{
    height: 27px;
    margin-right: 25px;
}
.header .left a img{
    width: auto;
    height: 100%;
    display: inline-block;
    vertical-align: top;
}
.header .left a.Abtn1,
.header .left a.Abtn2{
    height: 28px;
    line-height: 28px;
    padding: 0 16px;
    font-size: 14px;
    color: #fff;
    border-radius: 2px;
    background-image: -moz-linear-gradient( 0deg, rgb(72,135,228) 0%, rgb(16,152,203) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(72,135,228) 0%, rgb(16,152,203) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(72,135,228) 0%, rgb(16,152,203) 100%);
}
.header .left a.Abtn2{
    margin-left: 15px;
    background-image: -moz-linear-gradient( 0deg, rgb(229,106,68) 0%, rgb(245,143,11) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(229,106,68) 0%, rgb(245,143,11) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(229,106,68) 0%, rgb(245,143,11) 100%);
}
/* Tophead */
.Tophead {
	position: relative;
	margin: 0 auto;
}
.Tophead .right{
	position: absolute;
	top: -46px;
	right: 0;
    font-size: 0;
}
.Tophead .right li{
    padding: 9px 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.Tophead .right li>a{
    margin: 0 12px;
    font-size: 15px;
    color: #333;
}
.Tophead .right li>a:hover{
    color: #457de1;
}
.Tophead .right li:last-child>a{
    color: #356ed6;
}
.Tophead .right li>a i{
    font-size: 15px;
    margin-right: 3px;
}
.Tophead .right li .head_top a{
    padding: 0 6px 0 12px;
    font-size: 15px;
    border-radius: 20px;
    color: #fff;
    background-color: #457de1;
}
.Tophead .right li .head_top a i{
    font-size: 22px;
    margin-top: 2px;
    line-height: normal;
    display: inline-block;
    vertical-align: top;
}
.Tophead .right .head_bot{
    width: 196px;
    top: 46px;
    left: -55px;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
    z-index: 99999;
    display: none;
}
.Tophead .right .head_bot p a{
    height: 44px;
    line-height: 44px;
    padding: 0 22px;
    font-size: 16px;
    color: #333;
    display: block;
}
.Tophead .right .head_bot p a:hover{
    color: #457de1;
    background-color: #ebf1fb;
}
/* top */
.top{
    padding: 20px 0;
    background-image: linear-gradient(to bottom right, #f1f7ff , #fff);
}

.top .logo{
    height: 114px;
    width: 192px;
    background-color: #fff;
    box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.04);
    float: left;
    position: relative;
}
.top .info{
    margin-left: 20px;
    width: 360px;
    float: left;
}
.top .info b {
	margin-top: 10px;
	max-height: 60px;
	line-height: 30px;
	font-size: 28px;
	display: block;
	overflow: hidden;
}
.top .info p{
    margin-top: 13px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.top .info p strong{
    font-size: 22px;
    color: #356ed6;
    position: relative;
}
.top .info p strong:nth-child(2){
    margin-left: 15px;
    padding-left: 15px;
}
.top .info p strong:nth-child(2)::after{
    width: 1px;
    height: 20px;
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #bfceea;
}
.searchMain {
	margin: 32px 0 0 82px;
    width: 590px;
    height: 50px;
    border: 2px solid #457de1;
    position: relative;
	float: left;
}
.searchSelect {
	width: 78px;
	height: 46px;
	position: relative;
	float: left;
    background-color: #fff;
}
.selectTop {
	position: relative;
	cursor: pointer;
}
.selectTop p {
	font-size: 16px;
	line-height: 20px;
	color: black;
	text-indent: 10px;
	border-right: 1px solid #e6e6e6;
	margin-top: 13px;
}
.selectTop i {
	position: absolute;
    right: 10px;
    top: 0px;
    font-size: 24px;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}
.selectTop.focus i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.searchMain button {
	position: absolute;
	height: 50px;
	line-height: 46px;
	background-color: #457de1;
	color: #ffffff;
	width: 94px;
	font-size: 16px;
	border: none;
	cursor: pointer;
	right: -2px;
	top: -2px;
}
.searchMain button i {
	font-size: 16px;
	margin: 0 5px 0 0;
}
.searchMain input {
	width: 418px;
	height: 46px;
	float: left;
	border: none;
	font-size: 16px;
	color: #aaa;
	text-indent: 14px;
	background-color: #fff;
}
.selectBot {
	position: absolute;
	width: 100%;
	background-color: #ffffff;
	top: 48px;
	left: 0px;
	z-index: 99;
	display: none;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
}

.selectBot li {
	line-height: 40px;
	font-size: 16px;
	text-indent: 22px;
}

.selectBot li:hover {
    color: #4d82e1;
	cursor: pointer;
}
.topRight{
    margin-top: 32px;
    float: right;
}
.topRight a{
    height: 50px;
    line-height: 48px;
    width: 124px;
    font-size: 16px;
    text-align: center;
    background-color: #f08508;
    border: 1px solid #f08508;
    color: #fff;
    display: block;
}
.topRight a:hover{
    background-color: #fff;
    color: #f08508;
}
/* nav */
.nav{
    background-color: #457de1;
    font-size: 0;
}
.nav a{
    height: 58px;
    line-height: 58px;
    padding: 0 34px;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.nav a::after{
    height: 2px;
    width: 0;
    background-color: #ffa945;
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.nav a.focus::after,.nav a:hover::after{
    width: 16px;
}
/* part1 */
.part1{
    padding: 46px 0 64px;
    background: url("/images/expo/version/2024/part1.jpg") no-repeat;
    background-size: 100% 100%;
}
.part1 .banner-left{
    padding: 14px;
    width: 1100px;
    background: url("/images/expo/version/2024/part1-leftBg.png") no-repeat;
    background-size: 100% 100%;
    float: left;
    display: none;
}
.part1 .banner-left .item{
    position: relative;
}
.part1 .banner-left .image{
    height: 596px;
}
.part1 .banner-left .image img{
    width: 100%;
    height: 100%;
}
.part1 .banner-left .image i{
    width: 96px;
    height: 96px;
    background: url("/images/expo/version/2024/play.png") no-repeat;
    background-size: 100% 100%;
}
.part1 .banner-left p{
    height: 58px;
    line-height: 58px;
    padding: 0 14px 0 100px;
    font-size: 24px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
}
.part1 .banner-left p mark{
    height: 38px;
    line-height: 38px;
    padding: 0 20px;
    left: 14px;
    top: 11px;
    font-size: 18px;
    border-radius: 2px;
    color: #fff;
    position: absolute;
}
.part1 .banner-left p mark.notice {
	background: #2884e2;
}
.part1 .banner-left p mark.replay {
	background: #f47d11;
}
.part1 .banner-left p mark.living {
	background: #fa4c2f;
}
.part1 .banner-left p a{
    color: #fff;
}
.part1 .banner-left p a:hover{
    text-decoration: underline;
}
.part1 .right{
    width: 257px;
    float: right;
}
.part1 .right li{
    margin-top: 16px;
    position: relative;
}
.part1 .right li:first-child{
    margin-top: 0;
}
.part1 .right li .image{
    height: 144px;
}
.part1 .right li .image img{
    width: 100%;
    height: 100%;
}
.part1 .right li span{
    height: 32px;
    line-height: 32px;
    padding: 0 8px;
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,.6) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,.6) 0%, rgba(0,0,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,.6) 0%, rgba(0,0,0,0) 100%);
    overflow: hidden;
}
.part1 .right li span:hover{
    color: #457de1;
}
.part1 .right li .hover{
    border: 5px solid #fbb678;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 999;
    display: none;
}
.part1 .right li .hover i{
    font-size: 56px;
    color: #fff;
}
.part1 .right li.focus span{
    display: none;
}
.part1 .right li.focus .hover{
    display: block;
}
/* part2 */
.part2{
    margin-top: 54px;
}
.part-title{
    height: 34px;
    line-height: 34px;
    position: relative;
}
.part-title span{
    font-size: 30px;
}
.part-title span i{
    width: 37px;
    height: 32px;
    margin-right: 5px;
    background: url("/images/expo/version/2024/part2-title.png") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: top;
}
.part-title a.more{
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
}
.part2-bot{
    margin-top: 20px;
    position: relative;
}
.part2-bot .swiper-container{
    margin: -20px -18px 0;
    overflow: hidden;
}
.part2-bot .swiper-button-next,
.part2-bot .swiper-button-prev{
    top: 45%;
    width: 50px;
    height: 50px;
    text-align: center;
    background-image: none;
    background: rgba(0, 0, 0, 0.5);
    margin: 0;
}
.part2-bot .swiper-button-prev{
    left: -86px;
    right: auto;
}
.part2-bot .swiper-button-next{
    right: -86px;
    left: auto;
}
.part2-bot .swiper-button-next i,
.part2-bot .swiper-button-prev i{
    font-size: 20px;
    color: #fff;
    vertical-align: top;
    display: inline-block;
}
.part2-bot .swiper-button-prev i{
    margin: 15px 0 0 6px;
}
.part2-bot .swiper-button-next i{
    margin: 15px 6px 0 0;
}
.part2-bot .swiper-slide{
    padding: 0 18px;
    margin-top: 20px!important;
}
.part2-bot .image,.part2-bot .video{
    height: 240px;
    background-color: #eceff4;
    position: relative;
}
.part2-bot .swiper-slide img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
}
.part2-bot .swiper-slide mark{
    top: 12px;
    right: 12px;
    height: 34px;
    line-height: 34px;
    width: 68px;
    font-size: 20px;
    border-radius: 16px 0 16px 16px;
    color: #fff;
	font-family: "优设标题黑";
    text-align: center;
    position: absolute;
}
.part2-bot .swiper-slide mark.new{
    background-image: -moz-linear-gradient( 0deg, rgb(75,109,255) 0%, rgb(0,171,214) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(75,109,255) 0%, rgb(0,171,214) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(75,109,255) 0%, rgb(0,171,214) 100%);
}
.part2-bot .swiper-slide mark.tj{
    background-image: -moz-linear-gradient( 0deg, rgb(240,64,64) 0%, rgb(252,125,12) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(240,64,64) 0%, rgb(252,125,12) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(240,64,64) 0%, rgb(252,125,12) 100%);
}
.part2-bot .swiper-slide .image>a{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9;
}
.part2-bot .swiper-slide .image:hover>a{
    background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,.6) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,.6) 0%, rgba(0,0,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,.6) 0%, rgba(0,0,0,0) 100%);
}
.part2-bot .imgHover{
    line-height: 40px;
    height: 40px;
    padding: 0 14px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
    display: none;
}
.part2-bot .imgHover a{
    width: 66px;
    height: 12px;
	background: url("/images/expo/version/2024/db.png") no-repeat;
	background-size: 100% 100%;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    margin-top: 18px;
}
.part2-bot .imgHover a.clicked0{
    width: 43px;
    height: 13px;
	background: url("/images/expo/version/2024/db-hover.png") no-repeat;
	background-size: 100% 100%;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    margin-top: 17px;
}
.part2-bot .imgHover .dzBtn{
    float: right;
}
.part2-bot .imgHover .dzBtn i{
    font-size: 17px;
    margin:11px 3px 0 0;
    line-height: normal;
    display: inline-block;
    vertical-align: top;
}
.part2-bot .swiper-slide .image:hover .imgHover{
    display: block;
}

.part2-bot .video>a{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9;
}
.part2-bot .video a i{
    font-size: 64px;
    color: #fff;
}
.part2-bot .text{
    padding: 17px 15px;
    background-color: #f8f8f8;
}
.part2-bot .text p{
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    overflow: hidden;
}
.part2-bot .text:hover p a{
    color: #3568c5;
}
.part2-bot .text .bot{
    margin-top: 18px;
    line-height: 38px;
    height: 38px;
    font-size: 14px;
    overflow: hidden;
}
.part2-bot .text .bot span{
    color: #999;
    float: left;
    width: 60%;
}
.part2-bot .text .bot a{
    width: 104px;
    background-color: #eeeeee;
    color: #999;
    float: right;
    text-align: center;
    border-radius: 2px;
}
.part2-bot .text:hover .bot a{
    background-color: #457de1;
    color: #fff;
}
.part2-bot .video .imgHover {
	z-index: 999;
}
.part2-bot .swiper-slide .video:hover .imgHover{
    display: block;
}
/* part3 */
.part3{
    margin-top: 40px;
    padding: 55px 0 60px;
    height: 638px;
    background: url("/images/expo/version/2024/part3.png") no-repeat;
    background-size: 100% 100%;
}
.part3 .left{
    width: 730px;
    float: left;
}
.part3 .left .title b{
    height: 28px;
    line-height: 28px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: normal;
    color: #fff;
    display: block;
}
.part3 .left .title p{
    height: 42px;
    line-height: 42px;
    font-size: 32px;
    color: #fff;
}
.part3 .left .content{
    margin-top: 98px;
    max-height: 256px;
    line-height: 32px;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
}
.part3 .left .btn{
    margin-top: 54px;
}
.part3 .left .btn a{
    height: 46px;
    line-height: 46px;
    width: 132px;
    font-size: 15px;
    border-radius: 2px;
    color: #fff;
    background-color: #f08e2e;
    text-align: center;
    display: block;
}
.part3 .left .btn a i{
    margin-left: 14px;
    font-size: 15px;
}
.part3 .right{
    width: 608px;
    float: right;
}
.part3 .comNane{
    height: 36px;
    line-height: 36px;
    font-size: 26px;
    overflow: hidden;
}
.part3 .comNane i{
    width: 24px;
    height: 24px;
    margin: 6px 6px 0 0;
    background: url("/images/expo/version/2024/comNane.png") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: top;
}
.part3 .comNane a{
    color: #fff;
}
.part3 .comInfo{
    margin-top: 20px;
    line-height: 26px;
    height: 52px;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
}
.part3 .comImage{
    margin-top: 72px;
    height: 342px;
    width: 608px;
    position: relative;
}
.part3 .comImage img{
    width: 100%;
    height: 10%0;
}
.part3 .comImage i{
    font-size: 76px;
    color: #fff;
    display: none;
}
/* part4 */
.part4{
    margin-top: 40px;
}
.part4-bot{
    margin-top: 22px;
}
.part4-bot .left{
    width: 450px;
    float: left;
}
.part4-bot .left .image{
    height: 300px;
    position: relative;
    display: block;
}
.part4-bot .left .image img{
    width: 100%;
    height: 100%;
}
.part4-bot .left .image b{
    height: 54px;
    line-height: 54px;
    width: 110px;
    font-size: 22px;
    text-align: center;
    color: #fff;
    background-color: #457de1;
    position: absolute;
    left: 0;
    bottom: 0;
}
.part4-bot .left .text{
    padding: 20px;
    background-color: #f8f8f8;
}
.part4-bot .left .text p{
    height: 28px;
    line-height: 28px;
    font-size: 18px;
    font-weight: 700;
    overflow: hidden;
}
.part4-bot .left .text p a:hover{
    color: #457de1;
}
.part4-bot .left .text .bot{
    margin-top: 12px;
    overflow: hidden;
    position: relative;
}
.part4-bot .left .text .bot span{
    width: 76%;
    line-height: 24px;
    height: 48px;
    font-size: 14px;
    color: #999;
    float: left;
    overflow: hidden;
}
.part4-bot .left .text .bot a,
.part4-bot .right li .time a{
    width: 36px;
    height: 9px;
    background: url("/images/expo/version/2024/part4-a.png") no-repeat;
    background-size: 100% 100%;
    right: 0;
}
.part4-bot .left .text:hover p a{
    color: #457de1;
}
.part4-bot .left .text:hover .bot a{
    background: url("/images/expo/version/2024/part4-a-hover.png") no-repeat;
    background-size: 100% 100%;
}
.part4-bot .right{
    overflow: hidden;
}
.part4-bot .right li{
    padding-left: 20px;
    width: 50%;
    float: left;
}
.part4-bot .right li:nth-child(n+3){
    margin-top: 20px;
}
.part4-bot .right li .item{
    padding: 30px;
    background-color: #f8f8f8;
}
.part4-bot .right li p{
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    overflow: hidden;
}
.part4-bot .right li span{
    margin-top: 14px;
    line-height: 24px;
    height: 48px;
    font-size: 14px;
    color: #999;
    display: block;
    overflow: hidden;
}
.part4-bot .right li .time{
    margin-top: 20px;
    height: 30px;
    line-height: 30px;
    position: relative;
}
.part4-bot .right li .time b{
    font-size: 22px;
    color: #444;
}
.part4-bot .right li .item:hover p a{
    color: #3568c5;
}
.part4-bot .right li .item:hover .time b{
    color: #3568c5;
}
.part4-bot .right li .item:hover .time a{
    background: url("/images/expo/version/2024/part4-a-hover.png") no-repeat;
    background-size: 100% 100%;
}
/* footer */
.footer{
    margin-top: 40px;
    background: url("/images/expo/version/2024/footer.jpg") no-repeat;
    background-size: 100% 100%;
}
.footer .main{
    padding: 60px 0 56px;
}
.footLogo{
    width: 12%;
    margin-right: 78px;
    float: left;
}
.footLeft{
    width: 65%;
    float: left;
}
.footText{
    min-width: 258px;
    max-width: 33.3%;
    padding: 0 30px 0 30px;
    border-left: 1px solid #494e5a;
    float: left;
    position: relative;
}
.footText::after{
    width: 4px;
    height: 16px;
    left: -2px;
    top: 0;
    background-color: #457de1;
    position: absolute;
    content: "";
}
.footText b{
    line-height: 1;
    font-size: 16px;
    color: #fff;
}
.footText li{
    margin-top: 20px;
    height: 16px;
    line-height: 16px;
    font-size: 14px;
    color: #d8d8d8;
    overflow: hidden;
}
.footText li a{
    color: #d8d8d8;
}
.footText:nth-child(2) li a{
    text-decoration: underline;
}
.footText li a:hover,
.footText li a:hover strong{
    color: #457de1;
}
.footText li a strong{
    color: #f08e2e;
}
.footText:first-child li{
    height: auto;
    line-height: 24px;
}
.footRight{
    overflow: hidden;
}
.footItem{
    width: 180px;
    text-align: center;
}
.footRight .image{
    width: 168px;
    height: 168px;
    margin: 0 auto;
    background: #fff;
}
.footRight .image img{
    width: 100%;
    height: 100%;
}
.footRight p{
    margin-top: 20px;
    line-height: 1;
    font-size: 16px;
    color: #fff;
}
.footRight a{
    margin: 26px auto 0;
    height: 38px;
    line-height: 38px;
    width: 132px;
    font-size: 16px;
    border-radius: 20px;
    text-align: center;
    display: block;
    color: #fff;
    background-color: #457de1;
}
.bottom{
    height: 70px;
    line-height: 70px;
    font-size: 14px;
    border-top: 1px solid #3c404a;
    text-align: center;
    color: #626670;
    background-color: #2e3139;
}

/* rightAdv */
.rightAdv {
	top: 150px;
	right: 20px;
	z-index: 9997;
	position: fixed;
}
.rightAdv ul{
    margin-top: 20px;
}
.rightAdv li{
    margin-top: 7px;
    position: relative;
}
.rightAdv li:first-child{
    margin-top: 0;
}
.rightAdv li a{
    width: 68px;
    height: 68px;
    padding: 12px 0 11px;
    text-align: center;
    background-color: #f08e2e;
    border: 1px solid #f08e2e;
    color: #fff;
    display: block;
}
.rightAdv li i{
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 auto;
}
.rightAdv li:nth-child(1) i{
	background: url("/images/expo/version/2024/rightAdv-01.png") no-repeat;
	background-size: 100% 100%;
}
.rightAdv li:nth-child(2) i{
    height: 23px;
	background: url("/images/expo/version/2024/rightAdv-02.png") no-repeat;
	background-size: 100% 100%;
}
.rightAdv li:nth-child(3) i{
    height: 23px;
    width: 20px;
	background: url("/images/expo/version/2024/rightAdv-03.png") no-repeat;
	background-size: 100% 100%;
}
.rightAdv li:nth-child(4) i{
    width: 20px;
    height: 22px;
	background: url("/images/expo/version/2024/rightAdv-04.png") no-repeat;
	background-size: 100% 100%;
}
.rightAdv li:nth-child(5) i{
    width: 22px;
    height: 20px;
	background: url("/images/expo/version/2024/rightAdv-05.png") no-repeat;
	background-size: 100% 100%;
}
.rightAdv li b{
    margin-top: 6px;
    line-height: 18px;
    font-size: 14px;
    font-weight: normal;
    display: block;
}
.rightAdv li a:hover{
    background-color: #fff;
    border-color: #fdd1a7;
    color: #f08e2e;
}
.rightAdv li a.dz-hover{
    background-color: #fff;
    border-color: #fdd1a7;
    color: #f08e2e;
    display: none;
}
.rightAdv li:nth-child(1) a:hover i{
	background: url("/images/expo/version/2024/rightAdv-01-hover.png") no-repeat;
	background-size: 100% 100%;
}
.rightAdv li:nth-child(2) a:hover i{
    height: 23px;
	background: url("/images/expo/version/2024/rightAdv-02-hover.png") no-repeat;
	background-size: 100% 100%;
}
.rightAdv li:nth-child(3) a:hover i{
    height: 23px;
    width: 20px;
	background: url("/images/expo/version/2024/rightAdv-03-hover.png") no-repeat;
	background-size: 100% 100%;
}
.rightAdv li:nth-child(4) a:hover i{
    width: 20px;
    height: 22px;
	background: url("/images/expo/version/2024/rightAdv-04-hover.png") no-repeat;
	background-size: 100% 100%;
}
.rightAdv li:nth-child(5) a:hover i{
    width: 22px;
    height: 20px;
	background: url("/images/expo/version/2024/rightAdv-05-hover.png") no-repeat;
	background-size: 100% 100%;
}
.rightAdv li a.dz-hover i{
    margin-bottom: 8px;
    font-size: 24px;
    display: block;
}
.rightAdv li a.dz-hover b{
    font-weight: normal;
}
.rightAdv-bot{
    right: 68px;
    padding-right: 16px;
    top: 0;
    position: absolute;
    display: none;
}
.rightAdv-bot .rightAdv-item{
    width: 332px;
    padding: 32px 26px 30px;
	background: url("/images/expo/version/2024/rightAdv-phone.png") no-repeat;
	background-size: 100% 100%;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.16);
    overflow: hidden;
}
.rightAdv-bot .text{
    width: 182px;
    margin-left: 18px;
    float: right;
}
.rightAdv-bot .text p{
    height: 26px;
    line-height: 26px;
    font-size: 18px;
    font-weight: 700;
    color: #f08e2e;
    overflow: hidden;
}
.rightAdv-bot .text b{
    height: 40px;
    line-height: 40px;
    font-weight: 700;
    font-size: 24px;
    color: #333;
    display: block;
    overflow: hidden;
    margin: 0;
}
.rightAdv-bot .text span{
    margin-top: 11px;
    height: 26px;
    line-height: 24px;
    font-size: 14px;
    color: #999999;
    background-color: #fff;
    border: 1px solid #ebebea;
    border-radius: 20px;
    display: inline-block;
    padding: 0 8px;
    text-align: center;
}
.rightAdv-bot .image{
    margin-top: 10px;
    width: 80px;
    height: 80px;
    background: url("/images/expo/version/2024/rightAdv-phone-left.png") no-repeat;
	background-size: 100% 100%;
    float: left;
}
.rightAdv li:hover .rightAdv-bot{
    display: block;
}
/* 对比 */
.comBox {
	overflow: hidden;
	width: 108px;
	position: fixed;
	top: 60px;
	display: block;
	left: 4px;
	z-index: 99999;
	background: #fff;
}
.comBox p.title {
	height: 32px;
	line-height: 32px;
	color:#fff;
	background:#457de1;
	font-size: 12px;
	padding: 0 8px;
	width: 106px;
    box-sizing: content-box;
}
.comBox p.title a {
    display: block;
    width: 16px;
    height: 16px;
    background: url("/images/product/close1.png") no-repeat center;
    position: absolute;
    top: 8px;
    right: 8px;
}
.comBox ul li {
	width: 106px;
	height: 80px;
	border: 1px solid #457de1;
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid transparent;
	text-align: center;
	padding-top: 10px;
	position: relative;
    box-sizing: content-box;
}
.comBox ul li img {
	max-width: 85px;
	max-height: 50px;
	margin-top: -3px;
}
.comBox ul li p {
	padding: 0 10px;
	line-height: 16px;
	max-height: 32px;
	overflow: hidden;
    box-sizing: content-box;
}
.comBox ul li p a {
	color: #333;
}
.comBox ul li.add a {
	color: #999;
	font-size: 12px;
	background: url(/images/proCompla.png) no-repeat 10px -83px;
	padding-top: 38px;
	position: absolute;
	top: 25px;
	left: 29px;
    box-sizing: content-box;
}
.comBox .btn a {
	display: block;
	width: 80px;
	height: 26px;
	line-height: 26px;
	color: #fff;
	background: #457de1;
	text-align: center;
	margin: 0 auto;
	border-radius: 2px;
}
.comBox ul li a.empty {
	background-color: #fff;
	color: #457de1;
	display: inline;
	line-height: 32px;
}
.comBox .btn {
	border: 1px solid #457de1;
	/* border-top: 1px solid #e4e4e4; */
	border-top: 0;
	height: 58px;
	font-family: "microsoft yahei";
}
.comBox ul li a.close{
	display: none;
	width: 18px;
	height: 18px;
	position: absolute;
	top: -1px;
	right: -1px;
	background:#457de1 url("/images/product/close1.png") no-repeat center;
}
.comBox ul li.pro:hover{
	border: 1px dashed #457de1;
	/* border-bottom: 0; */
}
.comBox ul li.pro:hover a.close{
	display: block;
}
.sub{
    display: none;
}
/* invitation_bg */
.invitation_bg{
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.invitation_main{
    width: 412px;
    padding-bottom: 84px;
    position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%, -50%);
}
.invitation_close{
    position: absolute;
    top: -32px;
    right: -32px;
    width: 28px;
    height: 28px;
    background: url(https://www.hbzhan.com/images/expo/version/2024/invitation_close.png) no-repeat;
    background-size: 100% 100%;
}
.invitation_img img{
    width: 100%;
    height: auto;
}
.invitation_down{
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 50px;
    line-height: 50px;
    width: 200px;
    font-size: 17px;
    -webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
    background-image: -moz-linear-gradient( 0deg, rgb(58,193,113) 0%, rgb(14,176,80) 64%);
    background-image: -webkit-linear-gradient( 0deg, rgb(58,193,113) 0%, rgb(14,176,80) 64%);
    background-image: -ms-linear-gradient( 0deg, rgb(58,193,113) 0%, rgb(14,176,80) 64%);
    border-radius: 26px;
    z-index: 9;
    text-align: center;
}
.invitation_down a{
    color: #fff;
}
.invitation_down i{
    width: 19px;
    height: 18px;
    margin: 16px 8px 0 0;
    background: url(https://www.hbzhan.com/images/expo/version/2024/invitation_down.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: top;
}

/* 订阅弹窗 */
.sub {
	display: none;
	position: fixed;
	z-index: 99998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.sub-mask {
	width: 100%;
	height: 100%;
	opacity: .5;
	background: #000;
	filter: Alpha(Opacity=50);
}
.sub-box {
	width: 350px;
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	background-color:#fff;
	padding: 18px 24px;
	box-sizing: border-box;
}
.sub-title {
	font-size: 18px;
	color: #333;
	height: 30px;
	line-height: 30px;
	position: relative;
}
.sub-title::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -6px;
	width: 22px;
	height: 4px;
	left: 0;
	background: #22af6b;
}
.sub-title a {
	position: absolute;
	right: 0;
	top: 0;
	color: #bababa;
}
.sub-title a i {
	font-size: 16px;
}
.sub-main {
	padding: 35px 0 20px 0;
	border-bottom: 1px solid #e6e6e6;
}
.sub-main b {
	font-size: 20px;
	color: #333;
	display: block;
}
.sub-main p {
	margin-top: 20px;
	font-size: 14px;
	line-height: 22px;
	max-height: 66px;
	overflow: hidden;
	margin-top: 18px;
	color: #999;
}
.sub-create {
	background: #fff;
	padding: 24px 0;
	border-radius: 3px;
}
.sub-create label {
	color: #333;
	font-size: 14px;
}
.sub-create label b {
	color: #f71b1b;
	margin-right: 3px;
}
.sub-create .input {
	margin-top: 20px;
}
.sub-create .input .sub-select {
	width: 100%;
	border: 1px solid #22af6b;
	color: #333;
	position: relative;
	border-radius: 3px;
	margin-top: 10px;
}
.sub-create .input .sub-select-top .sec-p {
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	text-indent: 10px;
	margin-top: 0;
}
.sub-select-top {
	position: relative;
    cursor: pointer;
}
.sub-select-top i {
	position: absolute;
	right: 6px;
	top: 6px;
	font-size: 24px;
}
.sub-select-bot {
	display: none;
	position: absolute;
	top: 38px;
	left: -1px;
	border-bottom: 1px solid #22af6b;
	border-top: 1px solid #22af6b;
	width: 100%;
}
.sub-select-bot li {
	height: 38px;
	line-height: 38px;
	font-size: 12px;
	width: 100%;
	background: #fff;
	text-indent: 10px;
	border-left: 1px solid #22af6b;
	border-right: 1px solid #22af6b;
	font-size: 14px;
	color: #333;
	cursor: pointer;
}
.sub-select-bot li:hover {
	background: #22af6b;
	color: #fff;
}
.sub-create .input:first-child {
	margin-top: 0;
}
.sub-create .input p {
	position: relative;
	margin-top: 10px;
}
.sub-create .input:first-child p {
	margin-top: 0;
}
.sub-create .input p .yzm {
	position: absolute;
	right: 0;
	top: 0;
	color: #333;
	font-size: 14px;
	width: 36%;
	border: 1px solid #ddd;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border-radius: 3px;
}
.sub-create .input p input {
	height: 38px;
	line-height: 38px;
	width: 100%;
	border: 0;
	color: #333;
	font-size: 14px;
	border: 1px solid #ddd;
	text-indent: 10px;
	border-radius: 3px;
}
.sub-create .input:nth-child(3) p input {
	width: 58%;
}
.sub-create .sub-btn {
	height: 40px;
	line-height: 40px;
	display: block;
	width: 100%;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	font-size: 14px;
	background: #22af6b;
	margin-top: 31px;
}
.sub-box .sub-ewm {
	margin-top: 40px;
}
.sub-box .sub-ewm img {
	display: block;
	width: 146px;
	height: 146px;
	margin: 0 auto;
}
.sub-box .sub-ewm p {
	font-size: 14px;
	color: #333;
	line-height: 22px;
	max-height: 44px;
	overflow: hidden;
	text-align: center;
	margin-top: 28px;
}

/* media */
@media screen and (max-width: 1200px) {
    .main{width:  970px;}
    body{min-width:  970px;}
    .header .left a.Abtn1, .header .left a.Abtn2 {
        padding: 0 10px;
        font-size: 12px;
    }
    .header .left a.Abtn2 {
        margin-left: 8px;
    }
    .Tophead .right li .head_top a {
        font-size: 12px;
    }
    .Tophead .right li .head_top a i {
        font-size: 17px;
        margin-top: 4px;
    }
    .Tophead .right li > a {
        margin: 0 7px;
        font-size: 12px;
    }
    .Tophead .right .head_bot p a {
        height: 32px;
        line-height: 32px;
        padding: 0 14px;
        font-size: 13px;
    }
    .top {
        padding: 15px 0;
    }
    .top .logo {
        height: 83px;
        width: 140px;
    }
    .top .info {
        margin-left: 14px;
        width: 240px;
    }
    .top .info b {
        margin-top: 8px;
        max-height: 44px;
        line-height: 22px;
        font-size: 18px;
    }
    .top .info p strong {
        font-size: 17px;
    }
    .top .info p strong:nth-child(2) {
        margin-left: 10px;
        padding-left: 10px;
    }
    .top .info p strong:nth-child(2)::after {
        height: 14px;
    }
    .top .info p {
        margin-top: 10px;
        height: 20px;
        line-height: 20px;
    }
    .searchMain {
        margin: 23px 0 0 48px;
        width: 432px;
        height: 36px;
    }
    .searchSelect {
        width: 62px;
        height: 32px;
    }
    .selectTop p {
        font-size: 12px;
        text-indent: 7px;
        margin-top: 6px;
    }
    .selectTop i {
        right: 3px;
        top: 1px;
        font-size: 17px;
    }
    .selectBot {
        top: 34px;
    }
    .selectBot li {
        line-height: 30px;
        font-size: 13px;
        text-indent: 14px;
    }
    .searchMain input {
        width: 305px;
        height: 32px;
        font-size: 12px;
        text-indent: 10px;
    }
    .searchMain button {
        height: 36px;
        line-height: 32px;
        width: 63px;
        font-size: 13px;
        right: -2px;
        top: -2px;
    }
    .topRight {
        margin-top: 23px;
    }
    .topRight a {
        height: 36px;
        line-height: 34px;
        width: 76px;
        font-size: 13px;
    }
    .nav a {
        height: 42px;
        line-height: 42px;
        padding: 0 23px;
        font-size: 13px;
    }
    .part1 {
        padding: 31px 0 44px;
    }
    .part1 .banner-left {
        padding: 9px;
        width: 762px;
    }
    .part1 .banner-left .image {
        height: 413px;
    }
    .part1 .banner-left .image i {
        width: 66px;
        height: 66px;
    }
    .part1 .banner-left p {
        height: 38px;
        line-height: 38px;
        padding: 0 10px 0 76px;
        font-size: 16px;
    }
    .part1 .banner-left p mark {
        height: 28px;
        line-height: 28px;
        padding: 0 12px;
        left: 5px;
        top: 5px;
        font-size: 14px;
    }
    .part1 .right {
        width: 179px;
    }
    .part1 .right li {
        margin-top: 10px;
    }
    .part1 .right li .image {
        height: 100px;
    }
    .part1 .right li span {
        height: 22px;
        line-height: 22px;
        padding: 0 8px;
        font-size: 13px;
    }
    .part1 .right li .hover i {
        font-size: 38px;
    }
    .part2 {
        margin-top: 35px;
    }
    .part-title span i {
        width: 30px;
        height: 27px;
        margin-right: 4px;
        margin-top: 2px;
    }
    .part-title span {
        font-size: 22px;
    }
    .part-title a.more {
        font-size: 13px;
    }
    .part2-bot {
        margin-top: 15px;
    }
    .part2-bot .swiper-container {
        margin: -14px -13px 0;
    }
    .part2-bot .swiper-slide {
        padding: 0 13px;
        margin-top: 14px!important;
    }
    .part2-bot .image, .part2-bot .video {
        height: 166px;
    }
    .part2-bot .swiper-slide mark {
        top: 8px;
        right: 8px;
        height: 26px;
        line-height: 26px;
        width: 54px;
        font-size: 16px;
    }
    .part2-bot .video a i {
        font-size: 54px;
    }
    .part2-bot .text {
        padding: 11px;
    }
    .part2-bot .text p {
        height: 20px;
        line-height: 20px;
        font-size: 14px;
    }
    .part2-bot .text .bot {
        margin-top: 8px;
        line-height: 28px;
        height: 28px;
        font-size: 12px;
    }
    .part2-bot .text .bot a {
        width: 70px;
    }
    .part2-bot .swiper-button-next,
    .part2-bot .swiper-button-prev{
        width: 34px;
        height: 34px;
    }
    .part2-bot .swiper-button-prev{
        left: -40px;
    }
    .part2-bot .swiper-button-next{
        right: -40px;
    }
    .part2-bot .swiper-button-next i,
    .part2-bot .swiper-button-prev i{
        font-size: 14px;
    }
    .part2-bot .swiper-button-next i {
        margin: 11px 5px 0 0;
    }
    .part2-bot .swiper-button-prev i{
        margin: 11px 0 0 5px;
    }
    .part3 {
        margin-top: 28px;
        padding: 38px 0 41px;
        height: 495px;
    }
    .part3 .left {
        width: 350px;
    }
    .part3 .left .title b {
        height: 20px;
        line-height: 20px;
        font-size: 15px;
    }
    .part3 .left .title p {
        height: 28px;
        line-height: 28px;
        font-size: 22px;
    }
    .part3 .left .content {
        margin-top: 30px;
        font-size: 13px;
    }
    .part3 .left .btn {
        margin-top: 39px;
    }
    .part3 .left .btn a {
        height: 32px;
        line-height: 32px;
        width: 92px;
        font-size: 13px;
    }
    .part3 .left .btn a i {
        margin-left: 8px;
        font-size: 12px;
    }
    .part3 .comNane {
        height: 26px;
        line-height: 26px;
        font-size: 18px;
    }
    .part3 .comNane i {
        width: 18px;
        height: 18px;
        margin: 4px 4px 0 0;
    }
    .part3 .comInfo {
        margin-top: 14px;
        line-height: 17px;
        height: 34px;
        font-size: 12px;
    }
    .part3 .comImage {
        margin-top: 0;
    }
    .part3 .comImage i {
        font-size: 56px;
    }
    .part4 {
        margin-top: 24px;
    }
    .part4-bot .left {
        width: 312px;
    }
    .part4-bot .left .image {
        height: 208px;
    }
    .part4-bot .left .image b {
        height: 36px;
        line-height: 36px;
        width: 76px;
        font-size: 15px;
    }
    .part4-bot .left .text {
        padding: 12px;
    }
    .part4-bot .left .text p {
        height: 22px;
        line-height: 22px;
        font-size: 15px;
    }
    .part4-bot .left .text .bot span {
        line-height: 18px;
        height: 36px;
    }
    .part4-bot .left .text .bot {
        margin-top: 6px;
    }
    .part4-bot .right li {
        padding-left: 14px;
    }
    .part4-bot .right li:nth-child(n+3) {
        margin-top: 14px;
    }
    .part4-bot .right li .item {
        padding: 18px;
    }
    .part4-bot .right li p {
        height: 24px;
        line-height: 24px;
        font-size: 14px;
    }
    .part4-bot .right li span {
        margin-top: 10px;
        line-height: 20px;
        height: 40px;
        font-size: 12px;
    }
    .part4-bot .right li .time {
        margin-top: 7px;
        height: 24px;
        line-height: 24px;
    }
    .part4-bot .right li .time b {
        font-size: 16px;
    }
    .footLogo {
        margin-right: 52px;
    }
    .footText {
        min-width: 176px;
        padding: 0 10px 0 10px;
    }
    .footText:nth-child(1){
        max-width: 24%
    }
    .footText:nth-child(2){
        max-width: 42.6%
    }
    .footText b {
        font-size: 14px;
    }
    .footText li {
        margin-top: 14px;
        height: 16px;
        line-height: 16px;
        font-size: 12px;
    }
    .footText:first-child li {
	    height: auto;
	    line-height: 22px;
    }
    .footer .main {
        padding: 40px 0;
    }
    .footRight .image {
        width: 148px;
        height: 148px;
    }
    .footRight p {
        margin-top: 10px;
        font-size: 13px;
    }
    .footRight a {
        margin: 14px auto 0;
        height: 28px;
        line-height: 28px;
        width: 104px;
        font-size: 13px;
    }
    .rightAdv {
        right: 10px;
        top: 100px;
    }
    .rightAdv span {
        width: 50px;
        height: 43px;
    }
    .rightAdv ul {
        margin-top: 15px;
    }
    .rightAdv li {
        margin-top: 6px;
    }
    .rightAdv li a {
        width: 50px;
        height: 50px;
        padding: 7px 0 5px;
    }
    .rightAdv li i {
        width: 18px;
        height: 18px;
    }
    .rightAdv li b {
        margin-top: 4px;
        line-height: 16px;
        font-size: 12px;
    }
    .rightAdv li:nth-child(2) i,
    .rightAdv li:nth-child(2) a:hover i{
        height: 17px;
    }
    .rightAdv li:nth-child(3) i,
    .rightAdv li:nth-child(3) a:hover i{
        height: 17px;
        width: 14px;
    }
    .rightAdv li:nth-child(4) i,
    .rightAdv li:nth-child(4) a:hover i{
        width: 14px;
        height: 16px;
    }
    .rightAdv li:nth-child(5) i,
    .rightAdv li:nth-child(5) a:hover i{
        width: 16px;
        height: 14px;
    }
    .comBox {
        left: 4px;
    }
    .float-left {
        bottom: 240px!important;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px){
    .main{width:  1200px;}
    body{min-width:  1200px;}
    .header .left a.Abtn1, .header .left a.Abtn2 {
        padding: 0 14px;
        font-size: 13px;
    }
    .header .left a.Abtn2 {
        margin-left: 10px;
    }
    .Tophead .right li .head_top a {
        font-size: 14px;
    }
    .Tophead .right li .head_top a i {
        font-size: 20px;
        margin-top: 4px;
    }
    .Tophead .right li > a {
        margin: 0 10px;
        font-size: 14px;
    }
    .Tophead .right .head_bot p a {
        height: 36px;
        line-height: 38px;
        padding: 0 16px;
        font-size: 14px;
    }
    .top {
        padding: 18px 0;
    }
    .top .logo {
        height: 98px;
        width: 166px;
    }
    .top .info {
        margin-left: 16px;
        width: 280px;
    }
    .top .info b {
        margin-top: 8px;
        max-height: 52px;
        line-height: 26px;
        font-size: 22px;
    }
    .top .info p strong {
        font-size: 19px;
    }
    .top .info p strong:nth-child(2) {
        margin-left: 12px;
        padding-left: 12px;
    }
    .top .info p strong:nth-child(2)::after {
        height: 16px;
    }
    .top .info p {
        margin-top: 12px;
        height: 26px;
        line-height: 26px;
    }
    .searchMain {
        margin: 28px 0 0 106px;
        width: 510px;
        height: 42px;
    }
    .searchSelect {
        width: 66px;
        height: 38px;
    }
    .selectTop p {
        font-size: 14px;
        text-indent: 9px;
        margin-top: 9px;
    }
    .selectTop i {
        right: 5px;
        top: 1px;
        font-size: 20px;
    }
    .selectBot {
        top: 40px;
    }
    .selectBot li {
        line-height: 36px;
        font-size: 14px;
        text-indent: 18px;
    }
    .searchMain input {
        width: 360px;
        height: 38px;
        font-size: 14px;
        text-indent: 12px;
    }
    .searchMain button {
        height: 42px;
        line-height: 38px;
        width: 82px;
        font-size: 14px;
        right: -2px;
        top: -2px;
    }
    .topRight {
        margin-top: 28px;
    }
    .topRight a {
        height: 42px;
        line-height: 40px;
        width: 106px;
        font-size: 14px;
    }
    .nav a {
        height: 50px;
        line-height: 50px;
        padding: 0 28px;
        font-size: 16px;
    }
    .part1 {
        padding: 39px 0 55px;
    }
    .part1 .banner-left {
        padding: 12px;
        width: 950px;
    }
    .part1 .banner-left .image {
        height: 514px;
    }
    .part1 .banner-left .image i {
        width: 80px;
        height: 80px;
    }
    .part1 .banner-left p {
        height: 48px;
        line-height: 48px;
        padding: 0 12px 0 84px;
        font-size: 20px;
    }
    .part1 .banner-left p mark {
        height: 32px;
        line-height: 32px;
        padding: 0 16px;
        left: 8px;
        top: 8px;
        font-size: 16px;
    }
    .part1 .right {
        width: 221px;
    }
    .part1 .right li {
        margin-top: 14px;
    }
    .part1 .right li .image {
        height: 124px;
    }
    .part1 .right li span {
        height: 26px;
        line-height: 26px;
        padding: 0 8px;
        font-size: 14px;
    }
    .part1 .right li .hover i {
        font-size: 42px;
    }
    .part2 {
        margin-top: 40px;
    }
    .part-title span i {
        width: 34px;
        height: 30px;
        margin-right: 4px;
        margin-top: 2px;
    }
    .part-title span {
        font-size: 25px;
    }
    .part-title a.more {
        font-size: 15px;
    }
    .part2-bot {
        margin-top: 15px;
    }
    .part2-bot .swiper-container {
        margin: -17px -16px 0;
    }
    .part2-bot .swiper-slide {
        padding: 0 16px;
        margin-top: 17px!important;
    }
    .part2-bot .image, .part2-bot .video {
        height: 207px;
    }
    .part2-bot .swiper-slide mark {
        top: 10px;
        right: 10px;
        height: 30px;
        line-height: 30px;
        width: 58px;
        font-size: 18px;
    }
    .part2-bot .video a i {
        font-size: 54px;
    }
    .part2-bot .text {
        padding: 14px 13px;
    }
    .part2-bot .text .bot {
        margin-top: 16px;
        line-height: 32px;
        height: 32px;
        font-size: 14px;
    }
    .part2-bot .text .bot a {
        width: 98px;
    }
    .part2-bot .swiper-button-next,
    .part2-bot .swiper-button-prev{
        width: 40px;
        height: 40px;
    }
    .part2-bot .swiper-button-prev{
        left: -55px;
    }
    .part2-bot .swiper-button-next{
        right: -55px;
    }
    .part2-bot .swiper-button-next i,
    .part2-bot .swiper-button-prev i{
        font-size: 16px;
    }
    .part3 {
        margin-top: 35px;
        padding: 48px 0 51px;
        height: 547px;
    }
    .part3 .left {
        width: 560px;
    }
    .part3 .left .title b {
        height: 22px;
        line-height: 22px;
        font-size: 18px;
    }
    .part3 .left .title p {
        height: 38px;
        line-height: 38px;
        font-size: 28px;
    }
    .part3 .left .content {
        font-size: 14px;
        margin-top: 56px;
    }
    .part3 .left .btn {
        margin-top: 50px;
    }
    .part3 .left .btn a {
        height: 40px;
        line-height: 40px;
        width: 112px;
        font-size: 14px;
    }
    .part3 .left .btn a i {
        margin-left: 10px;
        font-size: 13px;
    }
    .part3 .comNane {
        height: 30px;
        line-height: 30px;
        font-size: 22px;
    }
    .part3 .comNane i {
        width: 20px;
        height: 20px;
        margin: 5px 5px 0 0;
    }
    .part3 .comInfo {
        margin-top: 18px;
        line-height: 24px;
        height: 44px;
        font-size: 14px;
    }
    .part3 .comImage {
        margin-top: 14px;
    }
    .part3 .comImage i {
        font-size: 60px;
    }
    .part4 {
        margin-top: 30px;
    }
    .part4-bot .left {
        width: 388px;
    }
    .part4-bot .left .image {
        height: 259px;
    }
    .part4-bot .left .image b {
        height: 48px;
        line-height: 48px;
        width: 94px;
        font-size: 18px;
    }
    .part4-bot .left .text {
        padding: 16px;
    }
    .part4-bot .left .text p {
        height: 26px;
        line-height: 26px;
        font-size: 17px;
    }
    .part4-bot .left .text .bot span {
        line-height: 22px;
        height: 44px;
    }
    .part4-bot .left .text .bot {
        margin-top: 8px;
    }
    .part4-bot .right li {
        padding-left: 17px;
    }
    .part4-bot .right li:nth-child(n+3) {
        margin-top: 17px;
    }
    .part4-bot .right li .item {
        padding: 24px;
    }
    .part4-bot .right li p {
        height: 28px;
        line-height: 28px;
        font-size: 15px;
    }
    .part4-bot .right li span {
        margin-top: 12px;
        line-height: 22px;
        height: 44px;
    }
    .part4-bot .right li .time {
        margin-top: 16px;
        height: 28px;
        line-height: 28px;
    }
    .part4-bot .right li .time b {
        font-size: 20px;
    }
    .footLogo {
        margin-right: 78px;
    }
    .footText {
        min-width: 222px;
        padding: 0 22px 0 22px;
    }
    .footText li {
        margin-top: 16px;
        height: 16px;
        line-height: 16px;
        font-size: 13px;
    }
    .footText:first-child li {
	    height: auto;
	    line-height: 22px;
    }
    .footer .main {
        padding: 50px 0;
    }
    .footRight p {
        margin-top: 14px;
        font-size: 14px;
    }
    .footRight a {
        margin: 20px auto 0;
        height: 34px;
        line-height: 34px;
        width: 119px;
        font-size: 14px;
    }
    .rightAdv {
        right: 10px;
        top: 120px;
    }
    .rightAdv span {
        width: 50px;
        height: 43px;
    }
    .rightAdv ul {
        margin-top: 15px;
    }
    .rightAdv li {
        margin-top: 6px;
    }
    .rightAdv li a {
        width: 50px;
        height: 50px;
        padding: 7px 0 5px;
    }
    .rightAdv li i {
        width: 18px;
        height: 18px;
    }
    .rightAdv li b {
        margin-top: 4px;
        line-height: 16px;
        font-size: 12px;
    }
    .rightAdv li:nth-child(2) i,
    .rightAdv li:nth-child(2) a:hover i{
        height: 17px;
    }
    .rightAdv li:nth-child(3) i,
    .rightAdv li:nth-child(3) a:hover i{
        height: 17px;
        width: 14px;
    }
    .rightAdv li:nth-child(4) i,
    .rightAdv li:nth-child(4) a:hover i{
        width: 14px;
        height: 16px;
    }
    .rightAdv li:nth-child(5) i,
    .rightAdv li:nth-child(5) a:hover i{
        width: 16px;
        height: 14px;
    }

    .comBox {
        left: 4px;
    }

}
