.main,.w{
    width: 1430px;
    margin: 0 auto;
}
.iframe,.iframe iframe{
	height: 40px;
}
.iframe{
	width: calc(100% + 17px);
}
/* header */
.header{
    height: 40px;
    line-height: 40px;
    color: #666;
}
.header .main{
    overflow: hidden;
}
.header ul{
    float: left;
    height: 40px;
}
.header span{
    float: right;
    height: 40px;
    font-size: 0;
}
.header a{
    font-size: 13px;
    color: #666;
}
.header a:hover{color: #f60;}
.header li{
    display: inline-block;
    font-size: 13px;
}
.header li:nth-child(2) a,.header li:nth-child(3) a{
    display: inline-block;
    width: 96px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #ddd;
    text-align: center;
    margin-top: 9px;
    margin-left: 9px;
}
.header li a.login{
    color: #138146;
    margin-right: 8px;
}
.header span a{
    padding-right: 8px;
    margin-right: 8px;
    border-right: 1px solid #e0e0e0;
}
.header span a:last-child{
    border-right: none;
}
.header span a.phone i{
    display: inline-block;
    width: 12px;
    height: 16px;
    background: url(../../../../images/exhibition/version/2022/phone.png) no-repeat;
    background-size: 100% 100%;
    vertical-align: top;
    margin: 13px 7px 0 0;
}
/* top */
.top{
    margin-bottom: 24px;
    background: url(../../../../images/products/version/2022/topbg.png) no-repeat center;
    background-size: 100% 100%;
}
.top .main{
    height: 48px;
    padding: 62px 0 66px 0;
}
.top .logo{
    float: left;
    height: 48px;
    margin-left: 30px;
}
.top .logo img{
    float: left;
    height: 48px;
}
.top .logo span{
    float: left;
    margin-top: 14px;
    padding-left: 12px;
    margin-left: 8px;
    border-left: 1px solid #99cbdf;
}
.top .logo span i{
    display: block;
    width: 124px;
    height: 25px;
    background: url(../../../../images/exhibition/version/2022/topTitle.png) no-repeat;
    background-size: 100% 100%;
}
.top .search{
    float: right;
    width: 885px;
    height: 50px;
    border:1px solid #138146;
    border-radius: 25px;
    background-color: #fff;
    position: relative;
}
.top .search span {
	display: inline-block;
	height: 26px;
	min-width: 79px;
	font-size: 15px;
	line-height: 26px;
    padding-right: 20px;
	color: #333;
	position: absolute;
	top: 12px;
	left: 14px;
	z-index: 999;
	cursor: pointer;
    border-right: 1px solid #e6e6e6;
    text-indent: 10px;
}
.top .search span::before,
.search b::before,
#hangye::before,
.ereaTop::before{
    display: inline-block;
    position: absolute;
    content: "";
    right: 8px;
    top: 10px;
    width: 10px;
    height: 6px;
    background: url(../../../../images/exhibition/version/2022/search-arr-bot.png) no-repeat;
    -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-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
.search b {
	display: inline-block;
	height: 26px;
	min-width: 79px;
    padding-right: 20px;
	border-right: 1px solid #e6e6e6;
	font-size: 15px;
	line-height: 26px;
	color: #333;
	position: absolute;
	top: 12px;
	left: 115px;
	font-weight: normal;
	z-index: 999;
	text-indent: 10px;
	cursor: pointer;
}
#hangye {
	position: absolute;
	min-width: 79px;
    padding-right: 20px;
	height: 26px;
	border-right: 1px solid #e6e6e6;
	font: normal 15px/26px "microsoft yahei", Tahoma, Arial;
	color: #333;
	text-indent: 10px;
	top: 12px;
	left: 215px;
	cursor: pointer;
	z-index: 999;
}
.ereaTop {
	position: absolute;
	height: 26px;
	font: normal 15px/26px "microsoft yahei", Tahoma, Arial;
	color: #333;
	text-indent: 12px;
	top: 12px;
    left: 315px;
	cursor: pointer;
	z-index: 999;
	min-width: 54px;
    padding-right: 20px;
    border-right: 1px solid #e6e6e6;
}
.top .search input.searchText{
    float: right;
    height: 26px;
    line-height: 26px;
    font-size: 15px;
    margin-top: 12px;
    width: 395px;
    text-indent: 8px;
    color: #ccc;
    border: none;
}
.top .search button{
    float: right;
    height: 46px;
    width: 96px;
    margin: 2px;
    font-size: 16px;
    border-radius: 25px;
    background-color: #f9901f;
    color: #fff;
    text-align: center;
    border: 0;
}
.top .search button i{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../../../../images/exhibition/version/2022/search.png) no-repeat;
    vertical-align: top;
    margin: 4px 5px 0 0;
}
#searchList ul {
	position: absolute;
	z-index: 9999;
	width: 85px;
	border: 1px solid #c4c4c4;
	display: block;
	top: 50px;
	left: 224px;
	padding: 5px 0;
	background: #fff;
}
#searchList ul li {
	display: block;
	font: normal 12px/22px microsoft yahei;
	color: #666;
	text-indent: 16px;
    cursor: pointer;
}
#searchList ul li:hover{
    background: #138146;
    color: #fff;
}
.ereaBot ul {
	width: 110px;
	position: absolute;
	top: 50px;
	left: 280px;
	background: #fff;
	z-index: 99;
	border-top: 1px solid #c7c7c7;
}
.ereaBot ul li {
	height: 24px;
	color: #666;
	text-indent: 3px;
	width: 50px;
	line-height: 24px;
	float: left;
	z-index: 999;
    cursor: pointer;
}
.ereaBot ul li.selected{
    background:#138146;
    color:#fff;
    padding: 0;
}
.search ul li:hover {
    background: #138146;
    color: #fff;
}
/* wrapper */
.headlines{
    height: 76px;
    line-height: 76px;
    background: url(../../../../images/exhibition/version/2022/bgi1.jpg) no-repeat;
    margin-bottom: 24px;
    position: relative;
    text-align: center;
}
.headlines i {
	position: relative;
	display: inline-block;
	width: 76px;
	height: 30px;
	background: url(../../../../images/exhibition/version/2022/tt.png) no-repeat;
	vertical-align: top;
	margin: 25px 10px 0 0;
}
.headlines h2{
    display: inline-block;
    font-size: 32px;
    text-align: center;
}
.headlines h2 a{
    color: #138146;
}
/* part1 */
.part1{
    margin-top: 24px;
    padding: 28px;
    background-color: #f5f5f5;
    overflow: hidden;
    box-sizing: border-box;
}
.part1 .left{
    float: left;
    width: 687px;
    margin-right: 30px;
    overflow: hidden;
    position: relative;
}
.part1 .left .swiper-slide{
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.part1 .left .swiper-slide img{
    max-height: none;
    width: 100%;
}
.part1 .left .swiper-pagination{
    bottom: 23px!important;
}
.part1 .left .swiper-pagination-bullet-active {
	opacity: 1;
	background: #fff!important;
    width: 20px!important;
    border-radius: 10px;
}
.part1 .left .swiper-pagination-bullet{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
	background: #fff!important;
}
.part1 .left .swiper-button-prev{
    left: 15px;
}
.part1 .left .swiper-button-next{
    right: 15px;
}
.part1 .left .swiper-button-prev,.part1 .left .swiper-button-next{
    background-image: none!important;
}
.part1 .left .swiper-button-prev i,.part1 .left .swiper-button-next i{
    display: inline-block;
    width: 19px;
    height: 36px;
    background-size: 100% 100%!important;
}
.part1 .left .swiper-button-prev i{
    background: url(../../../../images/exhibition/version/2022/part1-arrLeft.png) no-repeat;
}
.part1 .left .swiper-button-next i{
    background: url(../../../../images/exhibition/version/2022/part1-arrRight.png) no-repeat;
}

.part1 .right{
    overflow: hidden;
}
.part1 .right .title{
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}
.part1 .right .title p{
    float: left;
    height: 43px;
}
.part1 .right .title p a{
    display: inline-block;
    width: 108px;
    font-size: 22px;
    color: #999;
    cursor: pointer;
    margin: 0 12px;
    font-weight: 700;
    text-align: center;
    position: relative;
}
.part1 .right .title p a.focus{color: #333;}
.part1 .right .title p a.focus i{
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    display: inline-block;
    width: 108px;
    height: 11px;
    background: url(../../../../images/exhibition/version/2022/botHover.png) no-repeat;
    background-size: 100% 100%;
}
.part1 .right .title .more{
    float: right;
    line-height: 43px;
    font-size: 14px;
    color: #999;
}
.part1 .right .title .more:hover{color: #f60;}
.part1 .right .item_bot{
    margin-top: 20px;
}
.part1 .right .item_bot h2{
    height: 27px;
    position: relative;
    text-align: center;
}
.part1 .right .item_bot h2 i{
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 15px;
    margin: 2px 5px 0 0;
    color: #fff;
    background-color: #f9901f;
    border-radius: 2px;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    vertical-align: top;
}
.part1 .right .item_bot h2 a{
    display: inline-block;
    height: 27px;
    line-height: 27px;
    max-width: 625px;
    font-size: 20px;
    color: #333;
    overflow: hidden;
}
.part1 .right .item_bot h2 a:hover{color: #138146;}
.part1 .right .item_bot p{
    line-height: 22px;
    height: 44px;
    font-size: 14px;
    margin-top: 12px;
    color: #666;
    overflow: hidden;
}
.part1 .right .item_bot p a{
    color: #138146;
}
.part1 .right .item_bot ul{
    padding-top: 11px;
    margin-top: 11px;
    border-top: 1px dashed #ddd;
}
.part1 .right .item_bot li{
    padding-left: 16px;
    position: relative;
    overflow: hidden;
}
.part1 .right .item_bot li a{
    float: left;
    height: 36px;
    line-height: 36px;
    width: 490px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
}
.part1 .right .item_bot li a:hover{color: #138146;}
.part1 .right .item_bot li span{
    float: left;
    line-height: 36px;
    font-size: 14px;
    color: #999;
}
.part1 .right .item_bot li span em{
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../../../../images/exhibition/version/2022/time.png) no-repeat;
    margin:13px 5px 0 0;
    vertical-align: top;
}
.part1 .right .item_bot li span b{
    color: #138146;
}
.part1 .right .item_bot li i{
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    width: 9px;
    height: 8px;
}
.part1 .right .item_bot li i::after{
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 4px;
    height: 4px;
    background: #ccc;
    border-radius: 50%;
}
.part1 .right .item_bot li:hover i::after{
    display: none;
}
.part1 .right .item_bot li:hover i{
    background: url(../../../../images/exhibition/version/2022/arrHover.png) no-repeat;
}
/* bannerAdv */
.bannerAdv ul{
    margin: 5px -5px 0;
    overflow: hidden;
}
.bannerAdv.line-2 li{
    width: 50%!important;
}
.bannerAdv.line-3 li{
    width: 33.3%!important;
}
.bannerAdv.line-4 li{
    width: 25%!important;
}
.bannerAdv.line-5 li{
    width: 20%!important;
}
.bannerAdv li{
    float: left;
    width: 100%;
    height: 86px;
    padding: 5px;
    box-sizing: border-box;
}
.bannerAdv li img{
    width: 100%;
    height: 100%;
}
.bannerAdv li a{
    display: block;
    height: 100%;
    position: relative;
}
.advs i {
	position: absolute;
	left: 5px;
	bottom: 5px;
	z-index: 9;
	width: 24px;
	height: 12px;
	background: url(https://public.mtnets.com/Images/public/adv.png) no-repeat;
}
/* part2 */
.part2{
    margin-top: 30px;
}
.part2 .title i{
    display: inline-block;
    height: 51px;
    width: 132px;
    background: url(../../../../images/exhibition/version/2022/EXHIBITION.png) no-repeat;
}
.part2 .title p{
    float: right;
    margin-top: 6px;
}
.part2 .title p a{
    display: inline-block;
    width: 110px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    margin: 0 5px;
    color: #999;
    text-align: center;
    cursor: pointer;
    font-weight: 700;
}
.part2 .title p a.focus {
	color: #fff;
	background-image: linear-gradient(to bottom right, #61d0dd, #138146);
}
.part2 ul{
    margin: 0 -11px;
    overflow: hidden;
}
.part2 li{
    float: left;
    width: 20%;
    padding: 12px 11px;
    box-sizing: border-box;
}
.part2 li a.images{
    display: block;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.part2 li a.images img{
    max-height: none;
    width: 100%;
}
.part2 li .text{
    padding: 12px 15px;
    background-color: #f5f5f5;
}
.part2 li p{
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #999;
}
.part2 li p span{
    float: left;
    width: 55px;
}
.part2 li p i{
    display: inline-block;
    width: 13px;
    height: 13px;
    background-size: 100% 100%!important;
    vertical-align: top;
    margin:7px 4px 0 0;
}
.part2 li .text p:nth-child(1) i{
    background: url(../../../../images/exhibition/version/2022/icon001.png) no-repeat;
}
.part2 li .text p:nth-child(2) i{
    background: url(../../../../images/exhibition/version/2022/time1.png) no-repeat;
}
.part2 li p b{
    font-size: 18px;
    color: #138146;
    overflow: hidden;
}
/* part3 */
.part3{
    margin-top: 12px;
    overflow: hidden;
}
.part3 .left{
    float: left;
    width: 1020px;
    margin-right: 30px;
}
.part3 .left .title{
    height: 51px;
    overflow: hidden;
}
.part3 .left .title i{
    display: inline-block;
    width: 132px;
    height: 51px;
    background: url(../../../../images/exhibition/version/2022/EXHIBITION01.png) no-repeat;
}
.part3 .left .title p{
    float: right;
    margin-top: 19px;
}
.part3 .left .title p a{
    float: left;
    width: 38px;
    height: 30px;
    font-size: 16px;
    margin: 0 15px;
    color: #999;
    font-weight: 700;
    position: relative;
    cursor: pointer;
    text-align: center;
}
.part3 .left .title p a.zzz{
    width: 93px;
    height: 36px;
    background: url(../../../../images/exhibition/version/2022/titleFont.png) no-repeat;
}
.part3 .left .title p a.focus{
    color: #138146;
}
.part3 .left .title p a.focus em{
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 26px;
    height: 10px;
    background: url(../../../../images/exhibition/version/2022/part3-botHover.png) no-repeat;
}
.part3 .left .bot-item{
    margin-top: 10px;
    position: relative;
}
.part3 .left .bot-item ul{
    height: 502px;
    overflow-y: auto;
}
.part3 .left li{
    padding: 16px;
    background-color: #f5f5f5;
    overflow: hidden;
}
.part3 .left li:nth-child(2n){
    background-color: #fff;
}
.part3 .left li .images{
    float: left;
    width: 160px;
    margin-right: 20px;
}
.part3 .left li .images a{
    display: block;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.part3 .left li .images img{
    max-height: none;
    width: 100%;
}
.part3 .left li .text{
    float: left;
    padding-top: 10px;
    max-width: 630px;
}
.part3 .left li .text h3 a{
    display: block;
    height: 28px;
    line-height: 28px;
    font-size: 20px;
    color: #333;
    overflow: hidden;
}
.part3 .left li .text h3 a:hover{color: #138146;}
.part3 .left li .text p{
    margin-top: 20px;
    font-size: 14px;
    color: #999;
}
.part3 .left li .text p a{
    color: #138146;
    margin-right: 10px;
}
.part3 .left li .text p i{
    margin: 0 10px;
    font-style: normal;
}
.part3 .left .clickBtn{
    float: right;
    width: 140px;
    margin-top: 15px;
    border-left: 1px solid #e6e6e6;
}
.part3 .left .clickBtn b{
    display: block;
    font-size: 18px;
    color: #333;
    text-align: center;
}
.part3 .left .clickBtn b i{
    display: inline-block;
    width: 18px;
    height: 20px;
    background: url(../../../../images/exhibition/version/2022/icon002.png) no-repeat;
    vertical-align: top;
    margin: 3px 5px 0 0;
}
.part3 .left .clickBtn a{
    display: block;
    width: 100px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin: 12px auto 0;
    border-radius: 20px;
    background-image: linear-gradient(to bottom right, #138146, #61d0dd);
}
.part3 .right{
    overflow: hidden;
}
.part3 .right .title {
	height: 51px;
	overflow: hidden;
}
.part3 .right .title i {
	display: inline-block;
	width: 132px;
	height: 51px;
	background: url(../../../../images/exhibition/version/2022/EXHIBITION02.png) no-repeat;
}
.part3 .right .title .more {
	float: right;
	line-height: 51px;
	font-size: 14px;
	color: #999;
}
.part3 .right .title .more:hover{
    color: #f60;
}
.part3 .right .item{
    margin-top: 10px;
    padding: 24px 20px;
    background-color: #f5f5f5;
}
.part3 .right ul{
    padding-left: 51px;
}
.part3 .right li{
    padding:0 0 21px 12px;
    border-left: 1px dashed #cdd6e0;
    position: relative;
}
.part3 .right li:last-child{
    padding-bottom: 0;
}
.part3 .right li p a{
    display: block;
    height: 46px;
    line-height: 23px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
}
.part3 .right li p a:hover{
    color: #138146;
}
.part3 .right li p:last-child{
    height: 19px;
    line-height: 19px;
    font-size: 14px;
    margin-top: 9px;
    color: #999;
    overflow: hidden;
}
.part3 .right li span{
    position: absolute;
    left: -60px;
    display: inline-block;
    width: 51px;
    font-size: 14px;
    color: #138146;
    text-align: right;
}
.part3 .right li span b{
    display: block;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
}
.part3 .right li span i{
    position: absolute;
    right: -12px;
    top: 7px;
    width: 3px;
    height: 3px;
    border: 2px solid #138146;
    border-radius: 50%;
}
/* part4 */
.part4{
    margin-top: 24px;
    overflow: hidden;
}
.part4 .left{
    float: left;
    width: 380px;
}
.part4 .title {
	height: 51px;
	overflow: hidden;
}
.part4 .title i {
	display: inline-block;
	width: 132px;
	height: 51px;
	background: url(../../../../images/exhibition/version/2022/EXHIBITION3.png) no-repeat;
}
.part4 .title .more {
	float: right;
	line-height: 51px;
	font-size: 14px;
	color: #999;
}
.part4 .left ul{
    padding-top: 6px;
}
.part4 .left li{
    margin-top: 19px;
    overflow: hidden;
}
.part4 .left li a.images{
    float: left;
    width: 76px;
    height: 76px;
    margin-right: 15px;
    position: relative;
}
.part4 .left li a.images img{
    height: 100%;
    width: 100%;
    border-radius: 50%;
}
.part4 .left li a.images i{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 24px;
    height: 24px;
    background: url(../../../../images/exhibition/version/2022/icon003.png) no-repeat;
}
.part4 .left li .text p{
    text-align: right;
    font-size: 14px;
    color: #999;
}
.part4 .left li .text {
    overflow: hidden;
}
.part4 .left li .text p a {
	float: left;
	text-align: left;
	color: #138146;
	max-width: calc(100% - 90px);
	height: 19px;
	overflow: hidden;
}

.part4 .left li .text span{
    display: block;
    height: 44px;
    line-height: 22px;
    font-size: 16px;
    margin-top: 7px;
    color: #333;
    overflow: hidden;
}
.part4 .center{
    float: left;
    width: 610px;
    margin: 0 30px;
}
.part4 .center .title i {
    background: url(../../../../images/exhibition/version/2022/EXHIBITION4.png) no-repeat;
}
.part4 .center .item{
    margin-top: 20px;
    padding: 8px 30px 18px;
    background-color: #f5f5f5;
}
.part4 .center .item p a{
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    overflow: hidden;
}
.part4 .center .item p a:hover{color: #f60;}
.part4 .center .item p{
    margin-top: 10px;
    color: #999;
    text-align: center;
}
.part4 .center .item p i{
    font-size: 14px;
    color: #999;
    font-style: normal;
    margin: 0 10px;
}
.part4 .center li{
    padding-left: 48px;
    margin-top: 20px;
    position: relative;
}
.part4 .center li i{
    position: absolute;
    left: 10px;
    top: 0;
    width: 18px;
    font-size: 16px;
    height: 48px;
    line-height: 24px;
    font-weight: 700;
    font-style: normal;
    color: #ccc;
    border-bottom: 2px solid #cccccc;
}
.part4 .center li p{
    overflow: hidden;
}
.part4 .center li p a{
    float: left;
    height: 24px;
    line-height: 24px;
    max-width: 450px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
}
.part4 .center li p a:hover{color: #138146;}
.part4 .center li:hover i{
    color: #138146;
    border-color: #138146;
}
.part4 .center li p b{
    float: right;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    background-color: #faf0da;
    border-radius: 20px;
}
.part4 .center li p em{
    display: inline-block;
    width: 17px;
    height: 14px;
    font-size: 14px;
    margin: 5px 5px 0 0;
    background: url(../../../../images/exhibition/version/2022/vip.png) no-repeat;
    background-size: 100% 100%;
    vertical-align: top;
    color: #e6ab12!important;
}
.part4 .center li span{
    display: block;
    height: 19px;
    line-height: 19px;
    font-size: 14px;
    margin-top: 10px;
    color: #999;
    overflow: hidden;
}
.part4 .right{
    overflow: hidden;
}
.part4 .right .title i {
    background: url(../../../../images/exhibition/version/2022/EXHIBITION5.png) no-repeat;
}
.part4 .right .item{
    padding-bottom: 57.89%;
    height: 0;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}
.part4 .right .item img{
    max-height: none;
    width: 100%;
}
.part4 .right .item .imgHover{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    display: none;
}
.part4 .right .item .imgHover a{
    display: block;
    margin: 90px auto 0;
    height: 38px;
    line-height: 38px;
    width: 120px;
    font-size: 16px;
    color: #fff;
    background-color: #3daf72;
    text-align: center;
    border-radius: 20px;
}
.part4 .right .item .imgHover a i{
    display: inline-block;
    width: 11px;
    height: 10px;
    background: url(../../../../images/exhibition/version/2022/arr.png) no-repeat;
    vertical-align: top;
    margin: 15px 0 0 5px;

}
.part4 .right .item:hover .imgHover{
    display: block;
}
/* part5 */
.part5{
    margin-top: 24px;
}
.part5 .title{
    height: 51px;
    overflow: hidden;
}
.part5 .title i {
	display: inline-block;
	width: 132px;
	height: 51px;
	background: url(../../../../images/exhibition/version/2022/EXHIBITION6.png) no-repeat;
}
.part5 .title .more {
	float: right;
	line-height: 51px;
	font-size: 14px;
	color: #999;
}
.part5-cont{
    padding: 14px;
    margin-top: 14px;
    overflow: hidden;
    background-color: #f5f5f5;
}
.part5 .left{
    float: left;
    width: 367px;
    margin-right: 14px;
}
.part5 .left li{
    padding: 16px 30px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
}
.part5 .left li span{
    float: left;
    font-size: 14px;
    padding-right: 12px;
    margin-right: 20px;
    border-right: 1px solid #e6e6e6;
    font-weight: 700;
    color: #999;
    text-align: right;
}
.part5 .left li span em{
    display: block;
    font-size: 26px;
    font-style: normal;
}
.part5 .left li p{
    height: 56px;
    line-height: 28px;
    font-size: 16px;
    overflow: hidden;
}
.part5 .left li p a{color: #333;}
.part5 .left li::before{
    position: absolute;
    content: "";
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 8px solid #138146;
    border-bottom: 8px solid transparent;
    display: none;
}
.part5 .left li.focus,.part5 .left li:hover{
    background-size: 100% 100%!important;
    background: url(../../../../images/exhibition/version/2022/hoverBgi.jpg) no-repeat;
}
.part5 .left li.focus::before,.part5 .left li:hover::before{
    display: block;
}
.part5 .left li.focus span,.part5 .left li:hover span{
    color: #fff;
}
.part5 .left li.focus p a,.part5 .left li:hover p a{
    color: #fff;
}
.right-item{
    overflow: hidden;
}
.right-item .item-left{
    float: left;
    width: 679px;
    margin-right: 14px;
}
.right-item .item-left .swiper-container2{
    overflow: hidden;
    position: relative;
}
.right-item .item-left .swiper-slide{
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    position: relative;
}
.right-item .item-left .swiper img{
    max-height: none;
    width: 100%;
}
.right-item .item-left .swiper-slide i{
    position: absolute;
    display: inline-block;
    width: 86px;
    height: 86px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url(../../../../images/exhibition/version/2022/play.png) no-repeat;
    background-size: 100% 100%;
}
.right-item .item-left .swiper p{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 13px 54px 13px 13px;
    background: rgba(0, 0, 0, .3);
}
.right-item .item-left .swiper p a{
    display: block;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
}
.right-item .item-left .swiper p a:hover{
    color: #138146;
}
.right-item .item-left .swiper-pagination2{
    position: absolute;
    right: 16px;
    bottom: 16px!important;
    left:unset!important;
    width: auto!important;
    font-size: 14px;
    color: #fff;
    z-index: 9999;
}
.right-item .item-left .swiper-pagination-current{
    font-size: 18px;
    font-weight: 700;
}
.swiper-button-next2,.swiper-button-prev2{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 76px;
    z-index: 999;
    cursor: pointer;
}
.swiper-button-next2{
    right: 0;
    background: url(../../../../images/exhibition/version/2022/arrRight.png) no-repeat;
}
.swiper-button-prev2{
    left: 0;
    background: url(../../../../images/exhibition/version/2022/arrLeft.png) no-repeat;
}
.right-item .item-left ul{
    margin:14px -14px 0 0;
    overflow: hidden;
}
.right-item .item-left li{
    float: left;
    width: 50%;
    padding-right: 14px;
    box-sizing: border-box;
}
.right-item .item-left li .liBox{
    position: relative;
}
.right-item .item-left li a.images{
    display: block;
    padding-bottom: 55.77%;
    height: 0;
    overflow: hidden;
}
.right-item .item-left li img{
    max-height: none;
    width: 100%;
}
.right-item .item-left li p{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 11px 14px;
    background: rgba(0, 0, 0, .3);
}
.right-item .item-left li p a{
    display: block;
    height: 23px;
    line-height: 23px;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
}
.right-item .item-left li p a:hover{
    color: #f60;
}
.item-right{
    overflow: hidden;
}
.right-item .item-right ul{
    margin-top: -14px;
    overflow: hidden;
}
.right-item .item-right li{
    margin-top: 14px;
}
.right-item .item-right li .liBox{
    position: relative;
}
.right-item .item-right li a.images{
    display: block;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.right-item .item-right li img{
    max-height: none;
    width: 100%;
}
.right-item .item-right li p{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 11px 14px;
    background: rgba(0, 0, 0, .3);
}
.right-item .item-right li p a{
    display: block;
    height: 23px;
    line-height: 23px;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
}
.right-item .item-right li p a:hover{
    color: #f60;
}
/* link */
.link{
    margin-top: 45px;
    overflow: hidden;
}
.link span{
    float: left;
    width: 68px;
    height: 64px;
    margin-right: 16px;
    background: url(../../../../images/exhibition/version/2022/linkTitle_01.png) no-repeat;
}
.link .text{
    float: left;
    width: 1220px;
}
.link .link-line{
    font-size: 15px;
    color: #333;
    overflow: hidden;
}

.link .link-line b{
    float: left;
    width: 82px;
    position: relative;
}
.link .link-line b::before{
    position: absolute;
    content: "";
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 4px solid #138146;
    border-bottom: 4px solid transparent;
}
.link ul{
    overflow: hidden;
    margin: 0 -12px;
}
.link li{
    float: left;
    margin: 0 12px;
}
.link .link-line a{
    color: #333;
}
.link .link-line a:hover{
    color: #138146;
}
.link .link-line:first-child{
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #e6e6e6;
}
.link .linkApply{
    float: right;
    height: 62px;
    width: 84px;
    font-size: 15px;
    color: #138146;
    font-weight: 700;
    border: 1px dashed #a1b9d3;
    text-align: center;
    background-color: #f7f9fc;
}
.link .linkApply b{
    display: block;
    width: 18px;
    height: 18px;
    margin: 10px auto 8px;
    background: url(../../../../images/exhibition/version/2022/link.png) no-repeat;
}

/* footer */
.footer {
	margin-top: 35px;
	background: #232830;
	padding: 25px 0;
}
.footer-nav {
	height: 26px;
	line-height: 26px;
	text-align: center;
}
.footer-nav a {
	font-size: 16px;
	color: #d4d4d4;
	padding: 0 20px;
	position: relative;
}
.footer-nav a::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 18px;
	background: #414141;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.footer-nav a:last-child::after {
	display: none;
}
.footer p {
	color: #838383;
	font-size: 14px;
	margin-top: 20px;
	text-align: center;
}
.footer p .qq{
	position: relative;
	cursor: pointer;
   }
   .footer p .qq .QQhover {
	position: absolute;
	left: 0px;
	bottom: 21px;
	border: 1px solid #666;
	border-radius: 4px;
	line-height: 20px;
	color: #333;
	background: rgba(255,255,255,.9);
	display: none;
	cursor: auto;
	font-weight: 700;
	height: 20px;
	width: 100px;
	text-align: center;
	overflow: hidden;
	resize: none;

   }
   .footer p .qq .QQhover::after{
	position: absolute;
	left: 0;
	top: 0;
	line-height: 20px;
	content: "QQ:";
   }
   .footer p .qq:hover .QQhover{
	display: inline-block;
   }
.footer .footer_img{
	display: block;
	height: 47px;
	width: 751px;
	background: url('../../../../images/Version/2022/Index/copyright.png') no-repeat 0 0;
	background-size: auto 100%;
	margin: 15px auto 0;
}
.footer .footer_img li{
	float: left;
	width: 117px;
	height: 47px;
	margin-right: 9px;
}
.footer .footer_img li:last-child {
	margin-right: 0;
}
.footer .footer_img li a{
	display: block;
	height: 47px;
	width: 100%
}
/* footer End */









/* rightfloat */
.rightfloat {
	width: 72px;
    background: -moz-linear-gradient( -90deg, rgb(19,129,70) 0%, rgb(177,232,203) 100%);
    background: -webkit-linear-gradient( -90deg, rgb(19,129,70) 0%, rgb(177,232,203) 100%);
    background: -ms-linear-gradient( -90deg, rgb(19,129,70) 0%, rgb(177,232,203) 100%);
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9999;
	border-radius: 36px;
	padding: 6px 0;
}
.rightfloat a {
	display: block;
	height: 80px;
	width: 72px;
	float: left;
	position: relative;
	text-align: center;
	color: #fff;
}
.rightfloat a i {
	display: inline-block;
	margin: 15px auto 10px;
	height: 26px;
	font-size: 24px;
}
.rightfloat a i {
	width: 26px;
	background-size: 100% auto !important;
}
.rightfloat a i.icon-hezuo {
	background: url(../../../../images/exhibition/version/2022/icon1.png) no-repeat;
}
.rightfloat a i.icon-qq {
	background: url(../../../../images/exhibition/version/2022/icon2.png) no-repeat;
}
.rightfloat a i.icon-phone {
	background: url(../../../../images/exhibition/version/2022/icon3.png) no-repeat;
}
.rightfloat a i.icon-yijian {
	background: url(../../../../images/exhibition/version/2022/icon4.png) no-repeat;
}
.rightfloat a i.icon-top {
	background: url(../../../../images/exhibition/version/2022/icon5.png) no-repeat;
}
.rightfloat a:hover i {
	color: #fff;
}
.rightfloat a:hover .code {
	display: block;
}
.rightfloat a .code {
	position: absolute;
	top: 0;
	right: 70px;
	padding-right: 5px;
	width: 150px;
	height: 150px;
	display: none;
}
.rightfloat a .code img {
	width: 100%;
}
.rightfloat a p {
	font-size: 13px;
	text-align: center;
}
.rightfloat a::after {
	content: '';
	height: 1px;
	width: 52px;
	background: rgba(255,255,255,0.6);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.rightfloat a:last-child::after {
	display: none;
}
/* ---弹出框样式 */
/* app+wx */
.p-appImg,.p-wxImg{
    position: absolute;
    left: -235px;
    top: 0;
    width: 220px;
    height: 230px;
    background: url(https://www.hbzhan.com/Images/rightAdv/version/2021/rightAdvAppBgi.png) no-repeat -8px -8px;
    text-align: center;
    box-shadow: 0 2px 5px #eee;
    display: none;
	box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.12);
}
.p-appImg img,.p-wxImg img{
    width: 130px;
    height: 130px;
    margin: 30px 0 20px;
}
.p-appImg p, .p-wxImg p {
	font-size: 14px !important;
	font-weight: 700;
	color: #333;
}

/* QQ */
.p-qq {
	display: block;
	width: 68px;
	float: left;
	position: relative;
}
.p-qqBox {
	position: absolute;
	left: -300px;
	top: 0;
	padding-right: 20px;
	display: none;
}
.p-qqBox1 {
	width: 290px;
	background: url(https://www.hbzhan.com/Images/rightAdv/version/2021/rightAdvQQbgi.png) #fff no-repeat;
	padding: 30px 0 55px 0;
	box-shadow: 0 2px 5px #eee;
	position: relative;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}
.p-qqBox p {
	overflow: hidden;
	padding-left: 20px;
}
.p-qqBox i {
	float: left;
	width: 50px;
	height: 56px;
	background: url(https://www.hbzhan.com/Images/rightAdv/version/2021/rightBar.png) no-repeat -190px -87px;
	margin-right: 20px;
	margin-left: 10px;
}
.p-qqBox em {
	font-size: 14px;
	color: #666;
	font-style: normal;
	line-height: 18px;
}
.p-qqBox strong {
	color: #666;
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
}
.p-qqBox a {
	display: inline-block !important;
	height: 34px !important;
	line-height: 34px;
	width: 76px !important;
	border-radius: 18px;
	font-size: 14px;
	color: #fff;
	background-color: #fe9900;
	margin: 20px 0 0px;
	box-shadow: 0 2px 5px #e68557;
	text-align: center;
}
.p-qqBox a{
	position: relative;
	cursor: pointer;
   }
   .p-qqBox a .QQhover {
	position: absolute;
	left: -15px;
	bottom: 25px;
	border: 1px solid #666;
	border-radius: 4px;
	line-height: 20px;
	color: #333;
	background: rgba(255,255,255,.9);
	display: none;
	cursor: auto;
	font-weight: 700;
	height: 20px;
	width: 100px;
	text-align: center;
	overflow: hidden;
	resize: none;

   }
   .p-qqBox a .QQhover::after{
	position: absolute;
	left: 0;
	top: 0;
	line-height: 20px;
	content: "QQ:";
   }
   .p-qqBox a:hover .QQhover{
	display: inline-block;
   }
.p-qqBox a:hover {
	background-color: #fe9900;
}
.p-qqBox a:nth-child(2n) {
	background-color: #44a531 !important;
	margin: 20px 10px 5px;
	box-shadow: 0 2px 5px #5c9950;
}

.p-qqBox span {
	/* display: block; */
	text-align: center;
	font-size: 14px;
	color: #999;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #f5f5f5;
}
.p-qqBox a::after {
	display: none;
}
.p-qqBox p:nth-child(3) a{
	margin-top: 0px;
}
.rightfloat a:hover .p-appImg,.rightfloat a:hover .p-wxImg{display: block;}
.rightfloat a:hover .p-appImg p,.rightfloat a:hover .p-wxImg p {color: #333;}
.p-qq:hover .p-qqBox {display: block;}
.p-telBox {
	left: -230px;
}
.p-telBox .p-qqBox1 {
	padding: 20px 0 50px;
	width: 220px;
}
.p-telBox em b {
	color: #f60;
}
.p-telBox b {
	display: block;
	font-size: 20px;
	margin: 4px 0;
}
.p-telBox p {
	padding-left: 40px;
}



@media only screen and (max-width: 1024px){
    .main,.w{width: 1000px;}
    body{min-width: 1000px;}
    .part3 .left .bot-item ul {
        height: 336px;
    }
    .iframe,.iframe iframe{
        height: 37px;
    }
    .header {
        height: 36px;
        line-height: 36px;
    }
    .header ul {
        height: 36px;
    }
    .header li {
        font-size: 12px;
    }
    .header a {
        font-size: 12px;
    }
    .header li:nth-child(2) a, .header li:nth-child(3) a {
        width: auto;
        padding: 0 8px;
        margin-top: 7px;
        margin-left: 7px;
    }
    .header span a.phone i {
        margin: 10px 4px 0 0;
    }
    .top .logo img {
        height: 36px;
    }
    .top .logo span {
        margin-top: 12px;
        padding-left: 8px;
        margin-left: 6px;
    }
    .top .logo span i {
        width: 86px;
        height: 20px;
    }
    .top .search {
        width: 622px;
        height: 36px;
    }
    .top .search span {
        height: 18px;
        min-width: 49px;
        font-size: 12px;
        line-height: 18px;
        padding-right: 15px;
        top: 10px;
        left: 10px;
        text-indent: 5px;
    }
    .top .search span::before, .search b::before, #hangye::before, .ereaTop::before {
        right: 4px;
        top: 8px;
        width: 7px;
        height: 4px;
        background-size: 100% 100%;
    }
    .search b {
        height: 18px;
        min-width: 49px;
        font-size: 12px;
        line-height: 18px;
        padding-right: 15px;
        top: 10px;
        left: 80px;
        text-indent: 5px;
    }
    #hangye {
        height: 18px;
        min-width: 49px;
        font-size: 12px;
        line-height: 18px;
        padding-right: 15px;
        top: 10px;
        left: 150px;
        text-indent: 5px;
    }
    .ereaTop {
        height: 18px;
        min-width: 34px;
        font-size: 12px;
        line-height: 18px;
        padding-right: 15px;
        top: 10px;
        left: 220px;
        text-indent: 5px;
    }
    .top .search input.searchText {
        height: 18px;
        line-height: 18px;
        font-size: 12px;
        margin-top: 10px;
        width: 252px;
        text-indent: 6px;
    }
    .top .search button {
        height: 34px;
        width: 68px;
        margin: 1px;
        font-size: 12px;
    }
    .top .search button i {
        width: 12px;
        height: 12px;
        margin: 3px 4px 0 0;
        background-size: 100% 100%;
    }
    .top .main {
        height: 38px;
        padding: 44px 0;
    }
    #searchList ul {
        width: 72px;
        top: 36px;
        left: 144px;
        padding: 5px 0;
    }
    .ereaBot ul {
        width: 90px;
        top: 36px;
        left: 182px;
    }
    .ereaBot ul li {
        height: 22px;
        text-indent: 2px;
        width: 45px;
        line-height: 22px;
    }
    .part1 {
        margin-top: 16px;
        padding: 18px;
    }
    .headlines {
        height: 54px;
        line-height: 54px;
        margin-bottom: 16px;
        background-size: 100% 100%;
    }
    .headlines h2 {
        font-size: 22px;
    }
    .headlines i {
        width: 49px;
        height: 20px;
        background-size: 100% 100%;
        margin: 17px 18px 0 0;
    }
    .part1 .left {
        width: 480px;
        margin-right: 22px;
    }
    .part1 .right .title p {
        height: 31px;
    }
    .part1 .right .title p a {
        width: 80px;
        font-size: 16px;
        margin: 0 8px;
    }
    .part1 .right .title .more {
        line-height: 31px;
        font-size: 12px;
    }
    .part1 .right .title p a.focus i {
        bottom: -11px;
        width: 80px;
        height: 8px;
        background-size: 100% 100%;
    }
    .part1 .right .item_bot {
        margin-top: 10px;
    }
    .part1 .right .item_bot h2 i {
        width: 16px;
        height: 16px;
        line-height: 16px;
        font-size: 12px;
        margin: 2px 2px 0 0;
    }
    .part1 .right .item_bot h2 {
        height: 20px;
    }
    .part1 .right .item_bot h2 a {
        height: 20px;
        line-height: 20px;
        max-width: 442px;
        font-size: 14px;
    }
    .part1 .right .item_bot p {
        line-height: 16px;
        height: 32px;
        font-size: 12px;
        margin-top: 8px;
    }
    .part1 .right .item_bot ul {
        padding-top: 6px;
        margin-top: 6px;
    }
    .part1 .right .item_bot li {
        padding-left: 12px;
    }
    .part1 .right .item_bot li a {
        height: 26px;
        line-height: 26px;
        width: 322px;
        font-size: 12px;
    }
    .part1 .right .item_bot li span {
        line-height: 26px;
        font-size: 12px;
    }
    .part1 .right .item_bot li i {
        left: 1px;
        width: 7px;
        height: 6px;
    }
    .part1 .right .item_bot li:hover i{
        background-size: 100% 100%;
    }
    .part1 .right .item_bot li span em {
        width: 10px;
        height: 10px;
        margin: 9px 4px 0 0;
        background-size: 100% 100%;
    }
    .bannerAdv li {
        height: 60px;
        padding: 4px;
    }
    .bannerAdv ul {
        margin: 0px -4px;
        padding-top: 12px;
    }
    .part2 {
        margin-top: 18px;
    }
    .part2 .title i,
    .part3 .left .title i,
    .part3 .right .title i,
    .part4 .title i,
    .part5 .title i
    {
        height: 36px;
        width: 94px;
        background-size: 100% 100%!important;
    }
    .part2 .title p a {
        width: 76px;
        height: 28px;
        line-height: 28px;
        font-size: 14px;
        margin: 0 3px;
    }
    .part2 .title p {
        margin-top: 4px;
    }
    .part2 li {
        padding: 7px;
    }
    .part2 ul {
        margin: 0 -7px;
    }
    .part2 li .text {
        padding: 3px 4px;
    }
    .part2 li p b {
        font-size: 13px;
    }
    .part2 li p {
        height: 18px;
        line-height: 18px;
        font-size: 12px;
    }
    .part2 li p i {
        width: 10px;
        height: 10px;
        background-size: 100% 100% !important;
        margin: 5px 3px 0 0;
    }
    .part2 li p span {
        width: 42px;
    }
    .part3 .left .title {
        height: 36px;
    }
    .part3 .left {
        width: 714px;
        margin-right: 20px;
    }
    .part3 .left .title p a {
        width: 32px;
        height: 26px;
        font-size: 13px;
        margin: 0 8px;
        text-align: center;
    }
    .part3 .left .title p a.focus em {
        width: 22px;
        height: 8px;
        background-size: 100% 100%;
    }
    .part3 .left .title p {
        margin-top: 8px;
    }
    .part3 .left .title p a.zzz {
        width: 70px;
        height: 22px;
        background-size: 100% 100%;
    }
    .part3 .left li {
        padding: 9px 10px 10px;
    }
    .part3 .left li .images {
        width: 112px;
        margin-right: 15px;
    }
    .part3 .left li .text {
        padding-top: 5px;
        width: 459px;
    }
    .part3 .left li .text h3 a {
        height: 20px;
        line-height: 20px;
        font-size: 14px;
    }
    .part3 .left li .text p {
        margin-top: 10px;
        font-size: 12px;
    }
    .part3 .left li .text p a {
        margin-right: 4px;
    }
    .part3 .left li .text p i {
        margin: 0 4px;
    }
    .part3 .left .clickBtn {
        width: 105px;
        margin-top: 5px;
    }
    .part3 .left .clickBtn b i {
        width: 12px;
        height: 14px;
        margin: 3px 3px 0 0;
        background-size: 100% 100%;
    }
    .part3 .left .clickBtn a {
        width: 70px;
        height: 24px;
        line-height: 24px;
        font-size: 12px;
        margin: 5px auto 0;
    }
    .part3 .right .title {
        height: 36px;
    }
    .part3 .right .title .more {
        line-height: 36px;
        font-size: 12px;
    }
    .part3 .left .clickBtn b {
        font-size: 14px;
    }
    .part3 .right .item {
        padding: 13px 8px;
    }
    .part3 .right ul {
        padding-left: 42px;
    }
    .part3 .right li {
        padding: 0 0 10px 8px;
    }
    .part3 .right ul {
        padding-left: 42px;
    }
    .part3 .right li span {
        left: -48px;
        width: 42px;
        font-size: 12px;
    }
    .part3 .right li span b {
        height: 18px;
        line-height: 18px;
    }
    .part3 .right li span i {
        right: -9px;
        top: 7px;
        width: 2px;
        height: 2px;
    }
    .part3 .right li p a {
        height: 34px;
        line-height: 17px;
        font-size: 13px;
    }
    .part3 .right li p:last-child {
        height: 16px;
        line-height: 16px;
        font-size: 12px;
        margin-top: 4px;
    }
    .part4 .title {
        height: 36px;
    }
    .part4 .title .more {
        line-height: 36px;
        font-size: 12px;
    }
    .part4 .left {
        width: 266px;
    }
    .part4 .center {
        width: 428px;
        margin: 0 20px;
    }
    .part4 .left ul {
        padding-top: 0px;
        margin-top: -2px;
    }
    .part4 .left li {
        margin-top: 15px;
    }
    .part4 .left li a.images {
        width: 54px;
        height: 54px;
        margin-right: 10px;
    }
    .part4 .left li a.images i {
        width: 16px;
        height: 16px;
        background-size: 100% 100%;
    }
    .part4 .left li .text p {
        font-size: 12px;
    }
    .part4 .left li .text span {
        height: 32px;
        line-height: 16px;
        font-size: 12px;
        margin-top: 5px;
    }
    .part4 .center .item {
        margin-top: 10px;
        padding: 6px 15px 10px;
    }
    .part4 .center .item p {
        margin-top: 5px;
    }
    .part4 .center .item p a {
        height: 20px;
        line-height: 20px;
        font-size: 14px;
    }
    .part4 .center .item p i {
        font-size: 12px;
        margin: 0 4px;
    }
    .part4 .center li {
        padding-left: 34px;
        margin-top: 15px;
    }
    .part4 .center li p a {
        height: 20px;
        line-height: 20px;
        max-width: 310px;
        font-size: 14px;
    }
    .part4 .center li p b {
        height: 20px;
        line-height: 20px;
    }
    .part4 .center li span {
        height: 16px;
        line-height: 16px;
        font-size: 12px;
        margin-top: 4px;
    }
    .part4 .center li i {
        left: 6px;
        top: 0;
        width: 14px;
        font-size: 12px;
        height: 35px;
        line-height: 20px;
    }
    .part4 .center li p em {
        width: 12px;
        height: 10px;
    }
    .part5 .title {
        height: 42px;
    }
    .part5 .title .more {
        line-height: 42px;
        font-size: 12px;
    }
    .part5-cont {
        padding: 10px;
        margin-top: 10px;
    }
    .part5 .left {
        width: 252px;
        margin-right: 10px;
    }
    .right-item .item-left {
        width: 477px;
        margin-right: 10px;
    }
    .part5 .left li {
        padding: 10px 12px;
    }
    .part5 .left li span {
        font-size: 12px;
        padding-right: 6px;
        margin-right: 12px;
    }
    .part5 .left li p {
        height: 42px;
        line-height: 21px;
        font-size: 13px;
    }
    .part5 .left li span em {
        font-size: 18px;
    }
    .part5 .left li::before {
        right: -5px;
        border-top: 5px solid transparent;
        border-left: 5px solid #3478be;
        border-bottom: 5px solid transparent;
    }
    .swiper-button-next2, .swiper-button-prev2 {
        width: 30px;
        height: 54px;
        background-size: 100% 100% !important;
    }
    .right-item .item-left .swiper p {
        padding: 8px 45px 8px 10px;
    }
    .right-item .item-left .swiper p a {
        height: 18px;
        line-height: 18px;
        font-size: 14px;
    }
    .right-item .item-left li p,
    .right-item .item-right li p {
        padding: 7px 10px;
    }
    .right-item .item-left li p a,
    .right-item .item-right li p a {
        height: 18px;
        line-height: 18px;
        font-size: 13px;
    }
    .right-item .item-right li {
        margin-top: 12px;
    }
    .link span {
        width: 48px;
        height: 44px;
        margin-right: 10px;
        background-size: 100% 100%;
    }
    .link .link-line:first-child {
        padding-bottom: 4px;
        margin-bottom: 4px;
        border-bottom: 1px solid #e6e6e6;
    }
    .link .link-line b {
        width: 64px;
    }
    .link .link-line b::before {
        right: 5px;
    }
    .link ul {
        margin: 0 -8px;
    }
    .link li {
        margin: 0 8px;
    }
    .link .linkApply {
        height: 44px;
        width: 58px;
        font-size: 12px;
        border: 1px dashed #a1b9d3;
    }
    .link .linkApply b {
        width: 12px;
        height: 12px;
        margin: 6px auto 4px;
        background-size: 100% 100%;
    }
    .link {
        margin-top: 25px;
    }
    .link .text {
        width: 850px;
    }
    .link .link-line {
        font-size: 12px;
    }
    .part4 .right .item .imgHover a {
        margin: 64px auto 0;
        height: 26px;
        line-height: 26px;
        width: 84px;
        font-size: 12px;
    }
    .part4 .right .item .imgHover a i {
        margin: 9px 0 0 5px;
    }

    .footer {
		margin-top: 24px;
		padding: 16px 0;
	}
	.footer-nav {
		height: 22px;
		line-height: 22px;
	}
	.footer-nav a::after {
		height: 12px;
	}
	.footer-nav a {
		font-size: 12px;
		padding: 0 10px;
	}
	.footer p {
		font-size: 12px;
		margin-top: 8px;
	}
	.footer .footer_img {
		width: 483px;
		height: 30px;
		margin: 12px auto 0;
	}
	.footer .footer_img li {
		width: 75px;
		height: 30px;
		margin-right: 6px;
	}
	.footer .footer_img li a {
		height: 30px;
	}

}
@media only screen and (min-width: 1025px) and (max-width: 1199px){
    .main,.w{width: 1158px;}
    body{min-width: 1158px;}
    .part3 .left .bot-item ul {
        height: 409px;
    }
    .iframe,.iframe iframe{
        height: 37px;
    }
    .header {
        height: 36px;
        line-height: 36px;
    }
    .header ul {
        height: 36px;
    }
    .header li {
        font-size: 12px;
    }
    .header a {
        font-size: 12px;
    }
    .header li:nth-child(2) a, .header li:nth-child(3) a {
        width: auto;
        padding: 0 8px;
        margin-top: 7px;
        margin-left: 7px;
    }
    .header span {
        height: 36px;
    }
    .top .main {
        height: 42px;
        padding: 50px 0 52px 0;
    }
    .top .logo img {
        height: 40px;
    }
    .top .logo span i {
        width: 100px;
        height: 20px;
    }
    .top .logo span {
        margin-top: 7px;
        margin-left: 8px;
        padding: 5px 0 5px 12px;
    }
    .top .logo {
       height: 40px;
    }
    .top .search {
        width: 716px;
        height: 40px;
    }
    .top .search span {
        height: 24px;
        min-width: 76px;
        font-size: 14px;
        line-height: 24px;
        padding-right: 18px;
        top: 8px;
        left: 14px;
        text-indent: 10px;
    }
    .search b {
        height: 24px;
        min-width: 76px;
        padding-right: 18px;
        font-size: 14px;
        line-height: 24px;
        top: 8px;
        left: 107px;
    }
    #hangye {
        min-width: 76px;
        padding-right: 18px;
        height: 24px;
        font: normal 14px/24px "microsoft yahei", Tahoma, Arial;
        top: 8px;
        left: 202px;
    }
    .ereaTop {
        height: 24px;
        font: normal 14px/24px "microsoft yahei", Tahoma, Arial;
        text-indent: 10px;
        top: 8px;
        left: 297px;
        min-width: 50px;
        padding-right: 18px;
    }
    .top .search input.searchText {
        height: 24px;
        line-height: 24px;
        font-size: 14px;
        margin-top: 8px;
        width: 268px;
        text-indent: 8px;
    }
    .top .search button {
        height: 36px;
        width: 78px;
        margin: 2px;
        font-size: 14px;
    }
    #searchList ul {
        width: 84px;
        top: 40px;
        left: 208px;
    }
    .ereaBot ul {
        top: 40px;
        left: 258px;
        padding-bottom: 5px;
    }
    .ereaBot ul li {
        height: 22px;
        text-indent: 3px;
        width: 55px;
        line-height: 22px;
    }
    .part1 {
        margin-top: 22px;
        padding: 26px;
    }
    .headlines {
        height: 72px;
        line-height: 72px;
        margin-bottom: 22px;
        background-size: 100% 100%;
    }
    .headlines i {
        width: 72px;
        height: 28px;
        background-size: 100% 100%;
        margin: 24px 9px 0 0;
    }
    .headlines h2 {
        font-size: 28px;
    }
    .part1 .left {
        width: 648px;
        margin-right: 28px;
    }
    .part1 .right .item_bot h2 a {
        height: 23px;
        line-height: 23px;
        max-width: 405px;
        font-size: 17px;
    }
    .part1 .right .item_bot h2 i {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 13px;
        margin: 1px 3px 0 0;
    }
    .part1 .right .item_bot h2 {
        height: 23px;
    }
    .part1 .right .item_bot {
        margin-top: 10px;
    }
    .part1 .right .title p a.focus i {
        bottom: -16px;
        width: 90px;
        height: 10px;
        background-size: 100% 100%;
    }
    .part1 .right .title p a {
        width: 90px;
        font-size: 18px;
        margin: 0 10px;
    }
    .part1 .right .title p {
        height: 38px;
    }
    .part1 .right .title .more {
        line-height: 38px;
        font-size: 13px;
    }
    .part1 .right .item_bot ul {
        padding-top: 9px;
        margin-top: 9px;
    }
    .part1 .right .item_bot li a {
        height: 32px;
        line-height: 32px;
        width: 290px;
        font-size: 14px;
    }
    .bannerAdv ul {
        margin: 0 -4px;
        padding-top: 16px;
    }
    .bannerAdv li {
        height: 70px;
        padding: 4px;
    }
    .part2 {
        margin-top: 18px;
    }
    .part2 .title{
        height: 42px;
    }
    .part2 .title i,
    .part3 .left .title i,
    .part3 .right .title i,
    .part4 .title i,
    .part5 .title i
    {
        height: 42px;
        width: 106px;
        background-size: 100% 100%!important;
    }
    .part2 .title p {
        margin-top: 5px;
    }
    .part2 .title p a {
        width: 90px;
        height: 32px;
        line-height: 32px;
        font-size: 16px;
    }
    .part2 ul {
        margin: 0 -9px;
    }
    .part2 li {
        padding: 9px;
    }
    .part2 li .text {
        padding: 6px 8px;
    }
    .part2 li p {
        height: 24px;
        line-height: 24px;
        font-size: 13px;
    }
    .part2 li p b {
        font-size: 15px;
    }
    .part2 li p span {
        width: 45px;
    }
    .part3 .left .title {
        height: 42px;
    }
    .part3 .left .title p {
        margin-top: 12px;
    }
    .part3 .left .title p a.zzz {
        width: 78px;
        height: 30px;
        background-size: 100% 100%;
    }
    .part3 .left .title p a {
        width: 35px;
        height: 28px;
        font-size: 15px;
        margin: 0 10px;
    }
    .part3 .left {
        width: 826px;
        margin-right: 24px;
    }
    .part3 .left li .images {
        width: 131px;
        margin-right: 15px;
    }
    .part3 .left li .text {
        padding-top: 8px;
        width: 530px;
    }
    .part3 .left li .text h3 a {
        height: 24px;
        line-height: 24px;
        font-size: 16px;
    }
    .part3 .left li .text p a {
        margin-right: 5px;
    }
    .part3 .left li .text p i {
        margin: 0 5px;
    }
    .part3 .left .clickBtn {
        width: 116px;
        margin-top: 8px;
    }
    .part3 .left .clickBtn b {
        font-size: 15px;
    }
    .part3 .left .clickBtn b i {
        width: 14px;
        height: 16px;
        margin: 3px 3px 0 0;
        background-size: 100% 100%;
    }
    .part3 .left .clickBtn a {
        width: 82px;
        height: 28px;
        line-height: 28px;
        font-size: 14px;
        margin: 10px auto 0;
    }
    .part3 .right .title {
        height: 42px;
    }
    .part3 .right .title .more {
        line-height: 42px;
        font-size: 13px;
    }
    .part3 .right .item {
        padding: 14px 12px;
    }
    .part3 .right ul {
        padding-left: 44px;
    }
    .part3 .right li {
        padding: 0 0 19px 10px;
    }
    .part3 .right li span {
        left: -54px;
        width: 44px;
        font-size: 13px;

    }
    .part3 .right li p:last-child {
        height: 17px;
        line-height: 17px;
        font-size: 13px;
        margin-top: 4px;
    }
    .part3 .right li p a {
        height: 40px;
        line-height: 20px;
        font-size: 14px;
    }
    .part3 .left li {
        padding: 14px;
    }
    .part4 .title {
        height: 42px;
    }
    .part4 .title .more {
        line-height: 42px;
        font-size: 13px;
    }
    .part4 .left {
        width: 308px;
    }
    .part4 .left li {
        margin-top: 14px;
    }
    .part4 .left li a.images {
        width: 62px;
        height: 62px;
        margin-right: 10px;
    }
    .part4 .left li a.images i {
        width: 20px;
        height: 20px;
        background-size: 100% 100%;
    }
    .part4 .left li .text p {
        font-size: 13px;
    }
    .part4 .left li .text span {
        height: 36px;
        line-height: 18px;
        font-size: 14px;
        margin-top: 6px;
    }
    .part4 .center .item {
        margin-top: 15px;
        padding: 5px 20px 14px;
    }
    .part4 .center .item p {
        margin-top: 8px;
    }
    .part4 .center .item p a {
        height: 24px;
        line-height: 24px;
        font-size: 16px;
    }
    .part4 .center .item p {
        margin-top: 8px;
    }
    .part4 .center .item p i {
        font-size: 13px;
        margin: 0 6px;
    }
    .part4 .center li {
        padding-left: 35px;
        margin-top: 15px;
    }
    .part4 .center li i {
        left: 6px;
        top: 0;
        width: 18px;
        font-size: 16px;
        height: 39px;
        line-height: 20px;
    }
    .part4 .center li p a {
        height: 18px;
        line-height: 18px;
        width: 330px;
        font-size: 13px;
    }
    .part4 .center li p b {
        height: 20px;
        line-height: 20px;
    }
    .part4 .center li p em {
        width: 14px;
        height: 12px;
        margin: 5px 5px 0 0;
    }
    .part4 .center li span {
        font-size: 13px;
        margin-top: 7px;
        height: 17px;
        line-height: 17px;
    }
    .part4 .right .item .imgHover a {
        margin: 74px auto 0;
        height: 32px;
        line-height: 32px;
        width: 98px;
        font-size: 14px;
    }
    .part4 .right .item .imgHover a i {
        margin: 11px 0 0 5px;
    }
    .part4 .center {
        width: 494px;
        margin: 0 24px;
    }
    .part4 .right .item {
        margin-top: 15px;
    }
    .part5 .title {
        height: 42px;
    }
    .part5 .title .more {
        line-height: 42px;
        font-size: 13px;
    }
    .part5-cont {
        padding: 12px;
        margin-top: 10px;
    }
    .part5 .left {
        width: 298px;
        margin-right: 12px;
    }
    .part5 .left li {
        padding: 11px 22px 12px;
    }
    .part5 .left li span {
        font-size: 13px;
        padding-right: 8px;
        margin-right: 14px;
    }
    .part5 .left li span em {
        font-size: 21px;
    }
    .part5 .left li p {
        height: 48px;
        line-height: 24px;
        font-size: 14px;
    }
    .right-item .item-left {
        width: 550px;
        margin-right: 12px;
    }
    .swiper-button-next2, .swiper-button-prev2 {
        width: 36px;
        height: 60px;
        background-size: 100% 100% !important;
    }
    .right-item .item-left .swiper p {
        padding: 10px 44px 10px 10px;
    }
    .right-item .item-left .swiper p a {
        height: 20px;
        line-height: 20px;
        font-size: 14px;
    }
    .right-item .item-left ul {
        margin: 12px -12px 0 0;
    }
    .right-item .item-left li {
        padding-right: 12px;
    }
    .right-item .item-right li p {
        padding: 7px 10px;
    }
    .right-item .item-right li p a {
        height: 20px;
        line-height: 20px;
        font-size: 14px;
    }
    .link {
        margin-top: 32px;
    }
    .link span {
        width: 56px;
        height: 54px;
        margin-right: 12px;
        background-size: 100% 100%;
    }
    .link .text {
        width: 940px;
    }
    .link .link-line:first-child {
        padding-bottom: 5px;
        margin-bottom: 5px;
    }
    .link .link-line b {
        width: 76px;
    }
    .link .link-line {
        font-size: 14px;
    }
    .link ul {
        margin: 0 -8px;
    }
    .link li {
        margin: 0px 8px;
    }
    .link .linkApply {
        height: 52px;
        width: 68px;
        font-size: 14px;
    }
    .link .linkApply b {
        width: 14px;
        height: 14px;
        margin: 8px auto 5px;
        background-size: 100% 100%;
    }
    .right-item .item-left .swiper-slide i {
        width: 70px;
        height: 70px;
    }
    .right-item .item-left .swiper-pagination-current {
        font-size: 17px;
    }
    .right-item .item-left .swiper-pagination2 {
        right: 14px;
        bottom: 10px !important;
        font-size: 13px;
    }
    .footer {
		margin-top: 24px;
		padding: 16px 0;
	}
	.footer-nav {
		height: 22px;
		line-height: 22px;
	}
	.footer-nav a::after {
		height: 12px;
	}
	.footer-nav a {
		font-size: 12px;
		padding: 0 10px;
	}
	.footer p {
		font-size: 12px;
		margin-top: 8px;
	}
	.footer .footer_img {
		width: 483px;
		height: 30px;
		margin: 12px auto 0;
	}
	.footer .footer_img li {
		width: 75px;
		height: 30px;
		margin-right: 6px;
	}
	.footer .footer_img li a {
		height: 30px;
	}

}
@media only screen and (min-width: 1200px) and (max-width: 1399px){
    .main,.w{width: 1348px;}
    body{min-width: 1348px;}
    .part3 .left .bot-item ul {
        height: 497px;
    }
    .part3 .left li .text {
    	max-width: 604px;
    }
    .part4 .center li p a {
        max-width: 400px;
    }
    .top .main {
        padding: 59px 0 59px 0;
    }
    .part1 {
        margin-top: 22px;
        padding: 26px;
    }
    .headlines {
        height: 72px;
        line-height: 72px;
        background-size: 100% 100%;
    }
    .headlines h2 {
        font-size: 30px;
    }
    .headlines i {
        width: 70px;
        height: 28px;
        background-size: 100% 100%;
        margin: 24px 13px 0 0;
    }
    .part1 .left {
        width: 648px;
        margin-right: 28px;
    }
    .part1 .right .item_bot {
        margin-top: 16px;
    }
    .part1 .right .item_bot ul {
        padding-top: 8px;
        margin-top: 8px;
    }
    .part1 .right .item_bot li span {
        line-height: 34px;
        font-size: 14px;
    }
    .part1 .right .item_bot li a {
        height: 34px;
        line-height: 34px;
        width: 470px;
        font-size: 16px;
    }
    .bannerAdv li {
        height: 82px;
    }
    .part2 .title i,
    .part3 .left .title i,
    .part3 .right .title i,
    .part4 .title i,
    .part5 .title i
     {
        height: 48px;
        width: 130px;
        background-size: 100% 100%!important;
    }
    .part2 .title p a {
        width: 104px;
        height: 38px;
        line-height: 38px;
        font-size: 16px;
        margin: 0 5px;
    }
    .part2 .title p {
        margin-top: 5px;
    }
    .part2 li p span {
        width: 50px;
    }
    .part2 li p {
        height: 25px;
        line-height: 25px;
        font-size: 13px;
    }
    .part2 li p b {
        font-size: 17px;
    }
    .part2 li .text {
        padding: 10px 12px;
    }
    .part3 .left .title,
    .part3 .right .title
     {
        height: 48px;
    }
    .part3 .left .title p {
        margin-top: 18px;
    }
    .part3 .left {
        width: 962px;
        margin-right: 28px;
    }
    .part3 .left li {
        padding: 15px;
    }
    .part3 .left li .images {
        width: 149px;
    }
    .part3 .left li .text h3 a {

        height: 26px;
        line-height: 26px;
        font-size: 18px;
    }
    .part3 .left li .text p i {
        margin: 0 6px;
    }
    .part3 .left li .text p a {
        margin-right: 6px;
    }
    .part3 .left .clickBtn {
        width: 140px;
        margin-top: 12px;
    }
    .part3 .left .clickBtn a {
        width: 96px;
        height: 32px;
        line-height: 32px;
        font-size: 15px;
        margin: 10px auto 0;
    }
    .part3 .left .clickBtn b {
        font-size: 16px;
    }
    .part3 .left .clickBtn b i {
        width: 16px;
        height: 18px;
        margin: 3px 4px 0 0;
        background-size: 100% 100%;
    }
    .part3 .right li {
        padding: 0 0 14px 11px;
    }
    .part3 .right li p {
        margin-top: 5px;
    }
    .part3 .right .item {
        margin-top: 9px;
        padding: 23px 20px;
    }
    .part4 .left {
        width: 358px;
    }
    .part4 .center {
        width: 576px;
        margin: 0 28px;
    }
    .part4 .title {
        height: 48px;
    }
    .part4 .left li {
        margin-top: 18px;
    }
    .part4 .left li a.images {
        width: 72px;
        height: 72px;
        margin-right: 12px;
    }
    .part4 .left li a.images i {
        width: 22px;
        height: 22px;
        background-size: 100% 100%;
    }
    .part4 .center .item p a {
        height: 28px;
        line-height: 28px;
        font-size: 18px;
    }
    .part4 .center .item p i {
        font-size: 14px;
        margin: 0 10px;
    }
    .part4 .center li span {
        margin-top: 8px;
    }
    .part4 .center li {
        margin-top: 18px;
    }
    .part4 .center .item {
        padding: 8px 30px 16px;
    }
    .part4 .title .more {
        line-height: 48px;
    }
    .part4 .right .item {
        margin-top: 21px;
    }
    .part5 .title {
        height: 48px;
    }
    .part5 .title .more {
        line-height: 48px;
    }
    .part5 .left {
        width: 340px;
        margin-right: 14px;
    }
    .part5 .left li {
        padding: 15px 26px 16px;
    }
    .part5 .left li span em {
        font-size: 25px;
    }
    .part5 .left li span {
        font-size: 13px;
        padding-right: 12px;
        margin-right: 18px;
    }
    .part5 .left li p {
        height: 52px;
        line-height: 26px;
    }
    .right-item .item-left {
        width: 643px;
    }
    .link span {
        width: 65px;
        height: 60px;
        margin-right: 14px;
        background-size: 100% 100%;
    }
    .link .text {
        width: 1160px;
    }
    .link .link-line {
        font-size: 14px;
    }
    .link li {
        margin: 0 11px;
    }
    .link .linkApply {
        height: 58px;
        width: 78px;
    }
    .link .linkApply b {
        margin: 8px auto 6px;
    }
    .top .search {
        width: 840px;
        height: 50px;
    }
    .top .search input.searchText {
        width: 350px;
    }
    .part1 .right .item_bot h2 a {
        max-width: 580px;
        font-size: 19px;
    }
    .footer {
		margin-top: 30px;
		padding: 22px 0;
	}
	.footer-nav a {
		font-size: 14px;
		padding: 0 16px;
	}
	.footer p {
		font-size: 12px;
		margin-top: 12px;
	}
	.footer .footer_img {
		width: 640px;
		height: 40px;
		margin: 13px auto 0;
	}
	.footer .footer_img li {
		width: 99px;
		height: 40px;
	}
	.footer .footer_img li a {
		height: 40px;
	}

}
@media only screen and (min-width: 1400px) and (max-width: 1599px){
    .main{width: 1430px;}
    body{min-width: 1430px;}
}
@media only screen and (min-width: 1600px){
    .main{width: 1430px;}
    body{min-width: 1430px;}
}
