.main{
    width: 1400px;
    margin: 0 auto;
}
body{background-color: #f5f5f5;}
/* header */
.header{
    height: 36px;
    line-height: 36px;
    background-color: #f3f6f7;
}
.header .main{overflow: hidden;}
.header ul{
    float: left;
}
.header li{
    display: inline-block;
    font-size: 12px;
    margin-right: 20px;
}
.header li a{
    color: #666;
}
.header li a.login{color: #05a2e5;}
.header p{
    float: right;
    font-size: 0;
}
.header p a{
    font-size: 12px;
    color: #666;
    padding-right: 8px;
    margin-right: 10px;
    border-right: 1px solid #e0e0e1;
}
.header p a.phone{
    color: #05a2e5;
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}
.header p a.phone i{
    display: inline-block;
    width: 11px;
    height: 14px;
    background: url(../../../../Images/sub/version/2021/phone.png) no-repeat;
    margin-right: 4px;
    vertical-align: top;
    margin-top: 10px;
}
.header a:hover{color: #f60;}
/* top */
.top{padding:25px 0;background-color: #fff;}
.logo {
	float: left;
}
.logo img{
    height: 68px;
}
.searchBox {
	float: left;
	position: relative;
	padding-top: 5px;
    margin-left: 144px;
}
.searchBox .form {
	width: 620px;
	height: 40px;
	border: 2px solid #05a2e5;
	border-radius: 2px;
}
.searchBox .form .select {
	width: 80px;
	height: 100%;
	position: relative;
	float: left;
}
.searchBox .form .select .select-top p {
	font-size: 14px;
	line-height: 40px;
	cursor: pointer;
	text-indent: 17px;
	border-right: 1px solid #ddd;
}
.searchBox .form .select .select-top i {
	display: inline-block;
	width: 10px;
	height: 5px;
	background: url('https://www.nongjx.com/images/index2020/search_ico.png') no-repeat;
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	right: 14px;
	top: 18px;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}
.searchBox ul {
	display: block;
	position: absolute;
	z-index: 9999;
	width: 78px;
	border: 1px solid #ddd;
	border-top: 0;
	display: block;
	top: 42px;
	left: 0px;
	padding: 5px 0;
	background: #fff;
	display: none;
}
.searchBox ul li {
	display: block;
	font: normal 14px/22px microsoft yahei;
	color: #666;
	text-indent: 15px;
	line-height: 25px;
}
.searchBox ul li:hover {
	background: #2b82d9;
	color: #fff;
}
.searchBox input {
	width: 446px;
	float: left;
	height: 40px;
	background: #fff;
	border: none;
	outline: none;
	font-size: 14px;
	color: #999;
	text-indent: 15px;
}
.searchBox button {
	width: 95px;
	float: right;
	height: 44px;
	border: none;
	outline: none;
	cursor: pointer;
	background: #05a2e5;
	color: #fff;
	font-size: 15px;
	margin-top: -2px;
	margin-right: -2px;
	border-radius: 2px;
}
.searchBox .hot{
    margin-top: 8px;
}
.searchBox .hot b{
    display: inline-block;
    width: 10px;
    height: 12px;
    background: url(../../../../Images/sub/version/2021/hot.png) no-repeat;
    margin-right: 5px;
    vertical-align: top;
    margin-top: 3px;
}
.searchBox .hot a{
    color: #666;
    font-size: 12px;
    margin-right: 12px;
}
.searchBox .hot a:hover{color: #05a2e5;}
.topAdv {
	float: right;
    position: relative;
}
.topAdv  img{
    height: 68px;
}
.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;
}
/* nav */
.nav {
	height: 50px;
	background-color: #05a2e5;
}
.nav .menu {
	position: relative;
	height: 100%;
}
.nav .menu ul li {
	float: left;
	position: relative;
}
.nav .menu ul li b a {
	color: #fff;
	height: 50px;
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	padding: 0 41px;
	display: block;
}
.nav .menu ul li b a:hover,.nav .menu ul li b a.home{
	background-color: #05a2e5;
}
.nav .menu ul li .menu-top a {
	color: #fff;
	height: 50px;
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	padding: 0 35px;
	display: block;
	font-weight: bold;
}
.nav .menu ul li b a:hover {
	background-color: #ffa726;
}
.nav .menu ul li.hover .menu-top a {
	background-color: #05a2e5;
}
.nav .menu ul li .menu-top a i{
	font-size: 14px;
	margin: 0 0 0 8px;
	vertical-align: top;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	display: inline-block;
	font-weight: normal;
}
.nav .menu ul li.hover .menu-top a i{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.nav .menu ul li.hover .menu-top{
	background-color: #05a2e5;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.12);
}
.nav .menu ul li .menu-bot{
	position:absolute;
	z-index: 999;
	width: 100%;
	display: none;
	top: 50px;
	left: 0;
	background-color: #fff;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
}
.nav .menu ul li .menu-bot p a{
	height: 46px;
	text-align: center;
	font-size: 16px;
	line-height: 46px;
	color: #333;
	display: block;
	position:relative;
}
.nav .menu ul li .menu-bot p a:hover {
	color: #05a2e5;
	background-color: #e8f9f3;
}
.nav .menu ul li .menu-bot p a::after{
	content:'';
	position:absolute;
	bottom:0;
	left:16px;
	right: 16px;
	border-bottom:1px dotted #ddd;
}
/* part1 */
.part1{
    margin-top: 20px;
    padding: 24px 22px;
    background-color: #fff;
}
.part1 .left{
    float: left;
    width: 360px;
    margin-right: 36px;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}
.part1 .gallery-top{
    width: 360px;
    overflow: hidden;
}
.part1 .gallery-top .image{
    padding-bottom: 81.11%;
    height: 0;
    overflow: hidden;
}
.part1 .gallery-top .image img{
    max-height: none;
    width: 100%;
}
.part1 .gallery-thumbs{
    height: 86px;
    background-color: #f5f5f5;
    position: relative;
}
.part1 .gallery-thumbs .item{
    position: absolute;
    top: -32px;
    width: 100%;
}
.part1 .gallery-thumbs .box{
    height: 72px;
    width: 66px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    background: url(../../../../Images/sub/version/2021/coverbg_index.png) no-repeat;
    background-size: 100% 100%!important;
}
.part1 .gallery-thumbs .item img{
    height: 36px;
    line-height: 36px;
    text-align: center;
    overflow: hidden;
    width: calc(100% - 6px);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.part1 .gallery-thumbs .swiper-slide p{
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    margin-top: 14px;
}
.part1 .gallery-thumbs .swiper-slide p a{
    font-size: 15px;
    color: #333;
}
.part1 .gallery-thumbs .swiper-slide{
    float: left;
    width: 25%!important;
    text-align: center;
    margin: 0 auto;
    position: relative;
}
.part1 .gallery-thumbs .swiper-slide-thumb-active .box{
    background: url(../../../../Images/sub/version/2021/coverbg_index1.png) no-repeat;
}
.part1 .gallery-thumbs .swiper-slide-thumb-active p a{
    color: #3db5e9;
    font-weight: 700;
}
.part1 .swiper-button-next,.part1 .swiper-button-prev{
    width: 38px;
    height: 58px;
    background-image: none!important;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
}
.part1 .swiper-button-next{
    left: inherit!important;
    right: 0;
    border-radius: 3px 0 0 3px;
}
.part1 .swiper-button-prev{
    right: inherit!important;
    left: 0;
    border-radius: 0 3px 3px 0;
}
.part1 .swiper-button-next i{
    display: inline-block;
    width: 20px;
    height: 16px;
    background: url(../../../../Images/sub/version/2021/arrRight.png) no-repeat;
    margin-top: 20px;

}
.part1 .swiper-button-prev i{
    display: inline-block;
    width: 20px;
    height: 16px;
    background: url(../../../../Images/sub/version/2021/arrLeft.png) no-repeat;
    margin-top: 20px;
}
.part1 .center{
    float: left;
    width: 604px;
    margin-right: 36px;
}
.part1 .center .news-top{
    border-bottom: 1px solid #ddd;
}
.part1 .center .news-top a{
    display: inline-block;
    font-size: 22px;
    color: #999;
    font-weight: 700;
    padding: 4px 30px 20px;
    position: relative;
}
.part1 .center .news-top a span{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 4px;
    /* background-color: #05a2e5; */
}
.part1 .center .news-top a span i{
    position: absolute;
    left: 50%;
    width: 22px;
    height: 13px;
    transform: translateX(-50%);
    bottom: -2px;
    background: url(../../../../Images/sub/version/2021/borderBot1.png) no-repeat;
    z-index: 9;
    display: none;
}
.part1 .center .news-top a span b{
    position: absolute;
    float: left;
    height: 4px;
    width: 0;
    background-color: #05a2e5;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.part1 .center .news-top a span b.leftB{
    right: 50%;
}
.part1 .center .news-top a span b.rightB{
    left: 50%;
}
.part1 .center .news-top a.focus{color: #333;}
.part1 .center .news-top a.focus span i{
    display: block;
}
.part1 .center .news-top a.focus span b{
    width: 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;
}
.part1 .news-bot p.title{
    height: 30px;
    line-height: 30px;
    margin: 25px 0;
    font-size: 24px;
    font-weight: 700;
    overflow: hidden;
}
.part1 .news-bot p.title a{
    color: #e53030;
}
.part1 .news-bot ul{
    overflow: hidden;
    padding-bottom: 5px;
    border-bottom: 1px solid #e6e6e6;
}
.part1 .news-bot li{
    float: left;
    height: 21px;
    line-height: 21px;
    overflow: hidden;
    width: 50%;
    font-size: 16px;
    margin-bottom: 15px;
    padding: 0 8px;
    box-sizing: border-box;
}
.part1 .news-bot li a{color: #333;}
.part1 .news-bot li a:hover{color: #05a2e5;}
.part1 .news-bot dl{
    overflow: hidden;
    margin-top: 20px;
}
.part1 .news-bot dt{
    float: left;
    width: 192px;
    margin-right: 20px;
}
.part1 .news-bot dt a{
    display: block;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 3px;
}
.part1 .news-bot dt img{
    max-height: none;
    width: 100%;
}
.part1 .news-bot dd{
    overflow: hidden;
}
.part1 .news-bot dd p{
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    font-size: 16px;
    padding-left: 12px;
    position: relative;
}
.part1 .news-bot dd p i{
    position: absolute;
    left: 0;
    width: 4px;
    height: 4px;
    top: 50%;
    transform: translateY(-2px);
    background-color: #f08200;
}
.part1 .news-bot dd p a{
    color: #333;
}
.part1 .news-bot dd p a:hover{
    color: #f60;
}
.part1 .right{
    overflow: hidden;
}
.part1 .right .title{
    padding: 4px 0 20px;
    font-size: 22px;
    font-weight: 700;
    color: #333;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.part1 .right .title i{
    display: inline-block;
    width: 24px;
    height: 22px;
    background: url(../../../../Images/sub/version/2021/titleIcon1.png) no-repeat;
    vertical-align: top;
    margin-top: 5px;
    margin-right: 6px;
}
.part1 .right .title a.more{
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 14px;
    color: #999;
    font-weight: normal;
}
.part1 .right ul{
    overflow: hidden;
    padding-bottom: 3px;
}
.part1 .right li{
    height: 20px;
    line-height: 20px;
    margin-top: 20px;
    padding:0 0 0 20px;
    position: relative;
    overflow: hidden;
}
.part1 .right li i{
    position: absolute;
    left: 0;
    font-size: 16px;
    font-weight: 700;
    color: #cacaca;
}
.part1 .right li i.i1{color: #ff4a1a;}
.part1 .right li i.i2{color: #ff8b1a;}
.part1 .right li i.i3{color: #ffb400;}
.part1 .right li a{
    display: block;
    font-size: 16px;
    color: #333;
}
.part1 .right li a:hover{color: #05a2e5;}
/* part2 */
.part2{
    padding: 22px 22px 24px;
    background-color: #fff;
    margin-top: 30px;
}
.partTitle{
    overflow: hidden;
}
.partTitle i{
    float: left;
    width: 38px;
    height: 36px;
    background: url(../../../../Images/sub/version/2021/titleIcon2.png) no-repeat;
    margin-right: 8px;
}
.partTitle b{
    float: left;
    line-height: 36px;
    font-size: 26px;
    color: #333;
}
.partTitle a{
    float: right;
    width: 56px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    font-size: 14px;
    color: #999;
    text-align: center;
    margin-top: 5px;
}
.part2 ul{overflow: hidden;margin: 18px -10px 0;}
.part2 li{
    float: left;
    width: 16.66%;
    padding: 0 10px;
    box-sizing: border-box;
}
.part2 li .item{
    position: relative;
}
.part2 li .item a.images{
    display: block;
    padding-bottom: 52.85%;
    height: 0;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 4px;
    position: relative;
}
.part2 li .item a.images img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.part2 li .item .hoverItem{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 5px;
    background: rgba(5, 162, 229, 0.7);
    border-radius: 4px;
    display: none;
}
.part2 li .item .hoverItem span{
    display: block;
    height: 100%;
    border: 1px solid #bce6f8;
    border-radius: 4px;
    padding: 0 20px;
    text-align: center;
}
.part2 li .item .hoverItem span b{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 18px;
    width: 159px;
}
.part2 li .item .hoverItem span b a{color: #fff;}
.part2 li:hover .hoverItem{display: block;cursor: pointer;}
/* part3 */
.part3{
    margin-top: 30px;
    padding: 22px 22px 24px;
    background-color: #fff;
}
.part3 .left{
    float: left;
    width: 980px;
    margin-right: 30px;
}
.part3 .left dl{
    overflow: hidden;
    margin-top: 36px;
}
.part3 .left dt{
    float: left;
    width: 650px;
    margin-right: 18px;
    position: relative;
}
.part3 .left dt a.images{
    display: block;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 5px;
}
.part3 .left dt a.images img{
    max-height: none;
    width: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.part3 .left dt a.images:hover img{
    -ms-transform: scale(1.10);
	transform: scale(1.10);
}
.part3 .left dt p{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: transparent;
    background-image: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
    padding: 10px 20px;
    border-radius: 0 0 5px 5px;
}
.part3 .left dt p a{
    display: block;
    max-height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #fff;
    overflow: hidden;
}
.part3 .left dt p:hover a{
    max-height: 60px;
    color: #f60;
}

.part3 .left dd{
    overflow: hidden;
}
.part3 .left dd .item{
    position: relative;
}
.part3 .left dd .item a.images{
    display: block;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 5px;
}
.part3 .left dd .item a.images img{
    max-height: none;
    width: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.part3 .left dd .item:first-child{
    margin-bottom: 14px;
}
.part3 .left dd p{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: transparent;
    background-image: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
    padding: 10px 15px;
    border-radius: 0 0 5px 5px;
}
.part3 .left dd p a{
    display: block;
    max-height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
}
.part3 .left dd p:hover a{
    max-height: 48px;
    color: #f60;
}
.part3 .left dd a.images:hover img{
    -ms-transform: scale(1.10);
	transform: scale(1.10);
}
.part3 .partTitle i{
    background: url(../../../../Images/sub/version/2021/titleIcon3.png) no-repeat;
}
.part3 .right{
    overflow: hidden;
}
.part3 .right .info-top{
    border-bottom: 1px solid #ddd;
}
.part3 .right .info-top a{
    display: inline-block;
    font-size: 22px;
    color: #999;
    font-weight: 700;
    width: 112px;
    padding: 4px 0 20px;
    text-align: center;
    position: relative;
}
.part3 .right .info-top a span{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 4px;
    /* background-color: #05a2e5; */
}
.part3 .right .info-top a span i{
    position: absolute;
    left: 50%;
    width: 22px;
    height: 13px;
    transform: translateX(-50%);
    bottom: -2px;
    background: url(../../../../Images/sub/version/2021/borderBot1.png) no-repeat;
    z-index: 9;
    display: none;
}
.part3 .right .info-top a span b{
    position: absolute;
    float: left;
    height: 4px;
    width: 0;
    background-color: #05a2e5;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.part3 .right .info-top a span b.leftB{
    right: 50%;
}
.part3 .right .info-top a span b.rightB{
    left: 50%;
}
.part3 .right .info-top a.focus{color: #333;}
.part3 .right .info-top a.focus span i{
    display: block;
}
.part3 .right .info-top a.focus span b{
    width: 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;
}
.part3 .right .info-bot{
    height: 360px;
    padding: 24px 0 0px;
}
.part3 .right .info-bot li{
    position: relative;
    padding-right: 60px;
}
.part3 .right .info-bot li a{
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
}
.part3 .right .info-bot li a:hover{color: #05a2e5;}
.part3 .right .info-bot li i{
    position: absolute;
    right: 0;
    top: 0;
    line-height: 34px;
    font-size: 14px;
    font-style: normal;
    color: #999;
}
.part1,.part2,.part3,.part4,.part5,.part6,.part7,.part8{box-sizing: border-box;}
/* part4 */
.part4{
    background: url(../../../../Images/sub/version/2021/part4Bgi.png) no-repeat;
    margin-top: 30px;
    padding: 29px 22px 12px;
}
.part4 .title{
    padding-bottom: 13px;
    overflow: hidden;
}
.part4 .title i{
    float: left;
    width: 32px;
    height: 36px;
    background: url(../../../../Images/sub/version/2021/hot1.png) no-repeat;
    margin-right: 10px;
}
.part4 .title b{
    float: left;
    line-height: 36px;
    font-size: 26px;
    color: #fff;
}
.part4 .title p{
    float: right;
    font-size: 0;
}
.part4 .title p a{
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 18px;
    font-size: 16px;
    color: #fff;
    position: relative;
    border-radius: 22px;
}
.part4 .title p a.focus em{
    display: inline-block;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 8px solid #ffab31;
}
.part4 .title p a.focus{
    background-color: #ffab31;
}
.part4 ul{
    overflow: hidden;
    margin: 0 -8px;
}
.part4 li{
    float: left;
    width: 20%;
    padding: 12px 8px;
    box-sizing: border-box;
}
.part4 li .item{
    padding: 24px 22px 32px;
    background-color: #fff;
    border-radius: 5px;
}
.part4 li .item:hover {
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
}
.part4 li .item a.images{
    display: block;
    height: 187px;
    position: relative;
}
.part4 li .item a.images img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);

}
.part4 li .item h3{
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}
.part4 li .item h3 a{color: #333;}
.part4 li .item h3 a:hover{color: #05a2e5;}
.part4 li .item p{
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    font-size: 14px;
    color: #999;
    margin-top: 8px;
    text-align: center;
}
.part4 li .item span{
    display: block;
    width: 140px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    font-weight: 700;
    background-color: #ffeed5;
    text-indent: 8px;
    position: relative;
    border-radius: 3px;
    margin: 15px auto 0;
}
.part4 li .item span a{
    color: #b6710c;
}
.part4 li .item span b{
    position: absolute;
    right: 0;
    top: -2px;
    width: 90px;
    height: 28px;
    background: url(../../../../Images/sub/version/2021/borderBg1.png) no-repeat;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 28px;
}
.part4 li .item span b i{
    font-style: normal;
    font-size: 18px;
}
/* part5 */
.part5{
    margin-top: 30px;
    padding: 24px 22px;
    background-color: #fff;
}
.part5 .left{
    float: left;
    width: 360px;
    margin-right: 36px;
}
.part5 .left .expo-top{
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.part5 .left .expo-top p{font-size: 0;}
.part5 .left .expo-top a{
    display: inline-block;
    font-size: 22px;
    color: #333;
    font-weight: 700;
    padding: 4px 16px 20px;
    text-align: center;
    position: relative;
}
.part5 .left .expo-top a span{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 4px;
    /* background-color: #05a2e5; */
}
.part5 .left .expo-top a span i{
    position: absolute;
    left: 50%;
    width: 22px;
    height: 13px;
    transform: translateX(-50%);
    bottom: -2px;
    background: url(../../../../Images/sub/version/2021/borderBot1.png) no-repeat;
    z-index: 9;
    display: none;
}
.part5 .left .expo-top a span b{
    position: absolute;
    float: left;
    height: 4px;
    width: 0;
    background-color: #05a2e5;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.part5 .left .expo-top a span b.leftB{
    right: 50%;
}
.part5 .left .expo-top a span b.rightB{
    left: 50%;
}
.part5 .left .expo-top a.focus span i{
    display: block;
}
.part5 .left .expo-top a.focus span b{
    width: 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;
}
.part5 .left .expo-bot{}
.part5 .left .expo-bot .images{
    position: relative;
}
.part5 .left .expo-bot .images a.image{
    display: block;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.part5 .left .expo-bot .images img{
    max-height: none;
    width: 100%;
}
.part5 .left .expo-bot .images p{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px 15px;
}
.part5 .left .expo-bot .images p a{
    display: block;
    max-height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
}
.part5 .left .expo-bot .images p a:hover{
    max-height: 48px;
    color: #f60;
}
.part5 .left .expo-bot ul{
    padding: 15px 12px;
    background-color: #f7f7f7;
}
.part5 .left .expo-bot li{
    padding-left: 14px;
    position: relative;
}
.part5 .left .expo-bot li i{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background-color: #cccccc;
    border-radius: 2px;
}
.part5 .left .expo-bot li a{
    display: block;
    height: 33px;
    line-height: 33px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
}
.part5 .left .expo-bot li:hover i{background-color: #05a2e5;}
.part5 .left .expo-bot li:hover a{color: #05a2e5;}


.part5 .center{
    float: left;
    width: 604px;
    margin-right: 36px;
}
.part5 .center .title{
    padding: 4px 0 20px;
    position: relative;
}
.part5 .center .title i{
    display: inline-block;
    width: 24px;
    height: 22px;
    background: url(../../../../Images/sub/version/2021/titleIcon1.png) no-repeat;
    vertical-align: top;
    margin-top: 5px;
    margin-right: 6px;
}
.part5 .center .title b{
    font-size: 22px;
    color: #333;
}
.part5 .center .title a{
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 14px;
    color: #999;
    font-weight: normal;
}
.part5 .center .item a.images{
    display: block;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}
.part5 .center .item a.images img{
    max-height: none;
    width: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.part5 .center .swiper-container1{
    overflow: hidden;
    position: relative;
}
.part5 .center .swiper-container1 .swiper-pagination{
    left: initial;
    width: auto;
    right: 10px;
    bottom: 120px;
}
.part5 .center .swiper-container1 .swiper-pagination .swiper-pagination-bullet-active {
	width: 16px !important;
	border-radius: 12px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.part5 .center .text{
    background-color: #f7f7f7;
    padding: 10px 20px 20px;
    border-radius: 0 0 4px 4px;
}
.part5 .center .text p{
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    font-size: 20px;
    margin: 5px 0 10px;
    font-weight: 700;
}
.part5 .center .text p a{
    color: #333;
}
.part5 .center .text p a:hover{
    color: #05a2e5;
}
.part5 .center .text span{
    display: block;
    line-height: 20px;
    height: 40px;
    font-size: 14px;
    color: #999;
    overflow: hidden;
}
.part5 .center .text span a{color: #ff9700;}
.part5 .right{
    overflow: hidden;
}
.part5 .right .title{
    padding: 4px 0 20px;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.part5 .right .title i{
    display: inline-block;
    width: 24px;
    height: 22px;
    background: url(../../../../Images/sub/version/2021/titleIcon1.png) no-repeat;
    vertical-align: top;
    margin-top: 5px;
    margin-right: 6px;
}
.part5 .right .title b{
    font-size: 22px;
    color: #333;
}
.part5 .right .title a{
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 14px;
    color: #999;
    font-weight: normal;
}
.part5 .right ul{
    margin: 20px 10px 0 5px;
    border-left: 1px solid #dbe3f1;
}
.part5 .right li{
    margin-bottom: 16px;
}
.part5 .right li:last-child{
    margin-bottom: 0;
}
.part5 .right li p{
    font-size: 16px;
    padding-left: 14px;
    position: relative;
}
.part5 .right li i{
    position: absolute;
    display: inline-block;
    width: 11px;
    height: 11px;
    left: -6px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../../../../Images/sub/version/2021/titleIcon4.png) no-repeat;
    
}
.part5 .right li a{
    display: block;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    color: #333;
}
.part5 .right li a:hover{color: #05a2e5;}
.part5 .right li span{
    display: block;
    margin: 8px 0 0 14px;
    font-size: 14px;
    color: #999;
}
/* part6 */
.part6{
    margin-top: 30px;
    padding: 24px 22px;
    background-color: #fff;
}
.part6 .partTitle{margin-bottom: 4px;}
.part6 .partTitle i{
    width: 35px;
    height: 38px;
    background: url(../../../../Images/sub/version/2021/titleIcon5.png) no-repeat
}
.part6 .partTitle b{
    line-height: 38px;
}
.part6 .partTitle a {
    margin-top: 6px;
}
.part6 ul{
    margin: 0 -8px;
    overflow: hidden;
}
.part6 li{
    float: left;
    width: 20%;
    padding: 0 8px;
    margin: 13px 0;
    box-sizing: border-box;
}
.part6 li .images{
    padding-bottom:56.25%;
    height: 0;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}
.part6 li a.image img{
    width: 100%;
    max-height: none;
}
.part6 li a.play{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    display: none;
}
.part6 li a.play i{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: inline-block;
    width: 56px;
    height: 56px;
    background: url(../../../../Images/sub/version/2021/play.png) no-repeat;
}
.part6 li .images:hover .play{
    display: block;
}
.part6 li .text{
    margin-top: 12px;
}
.part6 li .text p{
    height: 44px;
    line-height: 22px;
    font-size: 16px;
    margin-bottom: 8px;
    overflow: hidden;
}
.part6 li .text p a{
    color: #333;
}
.part6 li .text p a:hover{color: #05a2e5;}
.part6 li .text span{
    font-size: 14px;
    color: #999;
}
.part6 li .text span i{
    font-size: 14px;
    margin-right: 3px;
}
.part6 li .text span a{
    float: right;
    color: #05a2e5;
}
/* .part7 */
.part7{
    margin-top: 30px;
    padding: 24px 22px;
    background-color: #fff;
}
.part7 .main{overflow: hidden;}
.part7 .title{
    padding: 4px 0 20px;
    position: relative;
    border-bottom: 1px solid #ddd;
}
.part7 .title i{
    display: inline-block;
    width: 24px;
    height: 22px;
    background: url(../../../../Images/sub/version/2021/titleIcon1.png) no-repeat;
    vertical-align: top;
    margin-top: 5px;
    margin-right: 6px;
}
.part7 .title b{
    font-size: 22px;
    color: #333;
}
.part7 .title a{
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 14px;
    color: #999;
    font-weight: normal;
}
.part7 .left{
    float: left;
    width: 360px;
    margin-right: 36px;
}
.part7 .left ul{
    padding-top: 10px;
}
.part7 .left li{
    font-size: 16px;
    position: relative;
    padding: 7px 0;
}
.part7 .left li i{
    display: inline-block;
    position: absolute;
    left: 0;
    width: 21px;
    height: 24px;

}
.part7 .left li i.pdf{
    background: url(../../../../Images/sub/version/2021/pdf.png) no-repeat;
}
.part7 .left li i.img{
    background: url(../../../../Images/sub/version/2021/img.png) no-repeat;
}
.part7 .left li a{
    display: block;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    color: #333;
}
.part7 .left li a:hover{color: #05a2e5;}


.part7 .center{
    float: left;
    width: 604px;
    margin-right: 36px;
}
.part7 .center ul{padding-top: 10px;}
.part7 .center li{
    font-size: 16px;
    position: relative;
    padding: 7px 50px 7px 0;
}
.part7 .center li i{
    position: absolute;
    left: 0;
    font-size: 12px;
    width: 64px;
    height: 22px;
    margin: 1px 0;
    color: #ef8700;
    background-color: #fff4e3;
    text-align: center;
    font-style: normal;
}
.part7 .center li a{
    display: block;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    color: #333;
}
.part7 .center li a:hover{color: #f60;}
.part7 .center li b{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 22px;
    line-height: 22px;
    font-size: 13px;
    border-radius: 7px 0 7px 0;
    background-image: linear-gradient(to right, #ff3c39 , #ff6b01);
    color: #fff;
    font-weight: normal;
    text-align: center;
}
.part7 .center li span{
    position: absolute;
    right: 0;
    top: 0;
    line-height: 24px;
    font-size: 14px;
    color: #999;
}

.part7 .right{
    overflow: hidden;
}
.part7 .swiper-container2{
    overflow: hidden;
    margin-top: 17px;
    position: relative;
}
.part7 .swiper-slide .images{
    display: block;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}
.part7 .swiper-slide .images img{
    width: 100%;
    max-height: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.part7 .swiper-slide .images img:hover{
    -ms-transform: scale(1.10);
    transform: scale(1.10);
}
.part7 .swiper-slide .text{
    background-color: #f7f7f7;
    padding: 18px 16px 20px;
    border-radius: 0 0 5px 5px;
}
.part7 .swiper-slide .text p{
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    font-size: 16px;
}
.part7 .swiper-slide .text p a{color: #333;}
.part7 .swiper-slide .text p a:hover{color: #05a2e5;}
.part7 .swiper-slide .text a.clickA{
    display: inline-block;
    margin-top: 12px;
    font-size: 14px;
    color: #999;
}
.part7 .swiper-slide .text a.clickA i{
    display: inline-block;
    width: 10px;
    height: 9px;
    background:url(../../../../Images/sub/version/2021/arr1.png) no-repeat;
    margin-left: 5px;
}
.part7 .swiper-pagination{
    width: auto!important;
    left:inherit!important;
    right: 16px;
}
.part7 .swiper-pagination .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;
}
.part7 .swiper-pagination .swiper-pagination-bullet-active{
    width: 16px!important;
    border-radius: 12px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
/* advBox */
.advBox li a{
    display: block;
    margin-top: 30px;
    position: relative;
}
.advBox li img{
    width: 100%;
    height: 100%;
}
.advBox li 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;
}
/* part8 */
.part8{
    margin-top: 30px;
    padding: 24px 22px;
    background-color: #fff;
}
.part8 .link-top{
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.part8 .link-top p{font-size: 0;}
.part8 .link-top a{
    display: inline-block;
    font-size: 22px;
    color: #333;
    font-weight: 700;
    padding: 4px 16px 20px;
    text-align: center;
    position: relative;
}
.part8 .link-top a span{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 4px;
    /* background-color: #05a2e5; */
}
.part8 .link-top a span i{
    position: absolute;
    left: 50%;
    width: 22px;
    height: 13px;
    transform: translateX(-50%);
    bottom: -2px;
    background: url(../../../../Images/sub/version/2021/borderBot1.png) no-repeat;
    z-index: 9;
    display: none;
}
.part8 .link-top a span b{
    position: absolute;
    float: left;
    height: 4px;
    width: 0;
    background-color: #05a2e5;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.part8 .link-top a span b.leftB{
    right: 50%;
}
.part8 .link-top a span b.rightB{
    left: 50%;
}
.part8 .link-top a.focus span i{
    display: block;
}
.part8 .link-top a.focus span b{
    width: 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;
}
.part8 .link-bot{overflow: hidden;margin-left:-15px;padding-top: 5px;}
.part8 .link-bot a{
    float: left;
    margin: 7px 0 7px 30px;
    font-size: 14px;
    color: #333;
}
.part8 .link-bot a:hover{color: #05a2e5;}



/* footer */
.footer{
    padding: 40px 0 30px;
    margin-top: 30px;
    background: url(../../../../Images/sub/version/2021/footerBgi.png) no-repeat top center;
    background-size: 100% 100%;
}
.footer .main{overflow: hidden;}
.footer .logo{
    float: left;
    margin-right: 84px;
}
.footer .footerCenter{
    float: left;
}
.footer .footerCenter p{
    font-size: 14px;
    color: #fff;
    margin-bottom: 12px;
    overflow: hidden;
}
.footer .footerCenter p a{
    font-size: 14px;
    padding-left: 12px;
    margin-left: 12px;
    color: #fff;
    position: relative;
}
.footer .footerCenter p a:first-child{
    margin-left: 0;
    padding-left: 0;
}
.footer .footerCenter p a i{
    position: absolute;
    left: 0;
    top: 8px;
    display: inline-block;
    width: 2px;
    height: 2px;
    background-color: #fff;
}
.footer .footerCenter ul{margin-bottom: 12px;}
.footer .footerCenter li{
    display: inline-block;
    font-size: 14px;
    color: #fff;
    margin-right: 16px;
}
.footer .footerCenter li:last-child{margin-right: 0;}
.footer .footerCenter p span{
    float: left;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    margin-right: 18px;
}
.footer .footerCenter p span:last-child{margin-right: 0;}
.footer .footerCenter p span a{
    float: right;
    height: 24px;
    line-height: 24px;
    background-color: #0098d9;
    padding: 0 7px!important;
    font-size: 12px;
    border-radius: 12px;
    margin-left: 7px!important;
    color: #fff!important;
}
.footer .footerCenter p span b{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(https://www.nongjx.com/images/index2020/qqhover.png) no-repeat;
    vertical-align: top;
    margin: 4px 3px 0 0;
}
.footer p a:hover{color: #05a2e5;}
/* 两边广告 */
.LeftBar{
    position: fixed;
    top:300px;
    left: 10px;
    height: 340px;
    width: 71px;
}
.LeftBar a{
    display: block;
    width: 100%;
    height: 100%;
}
.LeftBar img{
    width: 100%;
}
.RightBar{
    position: fixed;
    top: 300px;
    right: 10px;
    width: 54px;
}
.RightBar a{
    width: 38px;
    height: 46px;
    display: block;
    float: left;
    text-align: center;
    color: #fff;
    padding: 8px 8px 0 8px;
    margin: 2px 0;
    filter: alpha(opacity=70);
    z-index: 99;
}
.RightBar_position{
    position: relative;
}
.RightBar_position img{
    position: absolute;
    top: 0;
    left: -55px;
    cursor: pointer;
    display: none;
}
.RightBar_position:hover img{
    display: inline-block;
}
.RightBar a:nth-child(1){
    background: url(https://www.nongjx.com/Images/News/Version/2020/rightBar.png) no-repeat 0 0;
}
.RightBar a:nth-child(2){
    background: url(https://www.nongjx.com/Images/News/Version/2020/rightBar.png) no-repeat 0 -59px;
}
.RightBar a:nth-child(3){
    background: url(https://www.nongjx.com/Images/News/Version/2020/rightBar.png) no-repeat 0 -115px;
}   
.RightBar a:nth-child(4){
    background: url(https://www.nongjx.com/Images/News/Version/2020/rightBar.png) no-repeat 0 -172px;
}
.gotoTop{
    position: fixed;
    top: 534px;
    right: 10px;
    width: 54px;
    height: 54px;
    background: url(https://www.nongjx.com/Images/News/Version/2020/rightBar.png) no-repeat 0 -229px;
}
/* 响应式 */
@media only screen and (max-width: 1024px){
    .main{width: 840px;}
    body{min-width: 840px;}
    .top {
        padding: 20px 0;
    }
    .topAdv img {
        height: 48px;
    }
    .logo img {
        height: 48px;
    }
    .searchBox {
        margin-left: 25px;
    }
    .searchBox .form {
        width: 432px;
        height: 30px;
    }
    .searchBox .form .select {
        width: 52px;
    }
    .searchBox .form .select .select-top p {
        font-size: 12px;
        line-height: 30px;
        text-indent: 7px;
    }
    .searchBox .form .select .select-top i {
        width: 8px;
        height: 4px;
        right: 8px;
        top: 13px;
        background-size: 100% 100%;
    }
    .searchBox input {
        width: 320px;
        height: 30px;
        font-size: 12px;
        text-indent: 15px;
    }
    .searchBox button {
        width: 60px;
        height: 32px;
        font-size: 13px;
    }
    .searchBox .hot {
        margin-top: 4px;
    }
    .nav {
        height: 34px;
    }
    .nav .menu ul li b a {
        height: 34px;
        font-size: 13px;
        line-height: 34px;
        padding: 0 18px;
    }
    .nav .menu ul li .menu-top a {
        height: 34px;
        font-size: 13px;
        line-height: 34px;
        padding: 0 16px;
    }
    .nav .menu ul li .menu-top a i {
        font-size: 12px;
    }
    .nav .menu ul li .menu-bot {
        top: 34px;
    }
    .nav .menu ul li .menu-bot p a {
        height: 30px;
        font-size: 12px;
        line-height: 30px;
    }
    .part1 {
        margin-top: 12px;
        padding: 14px 12px;
    }
    .part1 .left,.part5 .left,.part7 .left {
        width: 228px;
        margin-right: 14px;
    }
    .part1 .gallery-top {
        width: 228px;
    }
    .part1 .center,.part5 .center,.part7 .center {
        width: 366px;
        margin-right: 14px;
    }
    .part1 .swiper-button-next, .part1 .swiper-button-prev {
        width: 22px;
        height: 36px;
    }
    .part1 .swiper-button-next i,.part1 .swiper-button-prev i {
        width: 12px;
        height: 8px;
        margin-top: 14px;
        background-size: 100% 100%;
    }
    .part1 .gallery-thumbs .item {
        top: -19px;
    }
    .part1 .gallery-thumbs .box {
        height: 50px;
        width: 45px;
    }
    .part1 .gallery-thumbs .item img {
        height: 22px;
        line-height: 22px;
    }
    .part1 .gallery-thumbs .swiper-slide p {
        height: 16px;
        line-height: 16px;
        margin-top: 5px;
    }
    .part1 .gallery-thumbs {
        height: 52px;
    }
    .part1 .center .news-top a {
        font-size: 14px;
        padding: 2px 14px 12px;
    }
    .part1 .center .news-top a span {
        height: 3px;
    }
    .part1 .center .news-top a span b {
        height: 3px;
    }
    .part1 .center .news-top a span i {
        width: 19px;
        height: 11px;
        bottom: -2px;
        background-size: 100% 100%;
    }
    .part1 .news-bot p.title {
        height: 20px;
        line-height: 20px;
        margin: 10px 0;
        font-size: 14px;
    }
    .part1 .news-bot li {
        height: 16px;
        line-height: 16px;
        font-size: 12px;
        margin-bottom: 9px;
        padding: 0 5px;
        box-sizing: border-box;
    }
    .part1 .news-bot dl {
        margin-top: 10px;
    }
    .part1 .news-bot dt {
        width: 115px;
        margin-right: 8px;
    }
    .part1 .news-bot dd p {
        height: 22px;
        line-height: 22px;
        font-size: 12px;
        padding-left: 10px;
    }
    .part1 .news-bot ul {
        padding-bottom: 0px;
    }
    .part1 .right li {
        height: 14px;
        line-height: 14px;
        margin-top: 10px;
        padding: 0 0 0 14px;
    }
    .part1 .right li i {
        font-size: 12px;
    }
    .part1 .right li a {
        font-size: 12px;
    }
    .part1 .right .title {
        padding: 0 0 14px;
        font-size: 14px;
    }
    .part1 .right .title i {
        width: 16px;
        height: 14px;
        margin-top: 3px;
        background-size: 100% 100%;
    }
    .part1 .right .title a.more {
        top: 1px;
        font-size: 12px;
    }
    .part2,.part3,.part5,.part6,.part7,.part8{
        padding: 12px;
        margin-top: 18px;
    }
    .partTitle i {
        width: 24px;
        height: 22px;
        margin-right: 3px;
        background-size: 100% 100%!important;
    }
    .partTitle b {
        line-height: 22px;
        font-size: 16px;
    }
    .partTitle a {
        width: 50px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        margin-top: 0px;
    }
    .part1 .gallery-thumbs .swiper-slide p a {
        font-size: 12px;
    }
    .part2 li .item .hoverItem span {
        padding: 0 5px;
    }
    .part2 li .item .hoverItem span b {
        font-size: 12px;
        width: 105px;
    }
    .part2 ul {
        margin: 12px -6px 0;
    }
    .part2 li {
        padding: 0 6px;
    }
    .part3 .left {
        width: 590px;
        margin-right: 18px;
    }
    .part3 .left dt {
        width: 392px;
        margin-right: 10px;
    }
    .part3 .left dd .item:first-child {
        margin-bottom: 8px;
    }
    .part3 .left dt p {
        padding: 6px 10px;
    }
    .part3 .left dt p a {
        max-height: 22px;
        line-height: 22px;
        font-size: 14px;
    }
    .part3 .left dd p {
        padding: 5px 8px;
    }
    .part3 .left dd p a {
        max-height: 20px;
        line-height: 20px;
        font-size: 12px;
    }
    .part3 .right .info-top a {
        font-size: 14px;
        width: 66px;
        padding: 2px 0 12px;
    }
    .part3 .right .info-top a span {
        height: 3px;
    }
    .part3 .right .info-top a span b {
        height: 3px;
    }
    .part3 .right .info-bot {
        padding: 10px 0 0px;
        height: 200px;
    }
    .part3 .right .info-bot li {
        padding-right: 40px;
    }
    .part3 .right .info-bot li a {
        height: 20px;
        line-height: 20px;
        font-size: 12px;
    }
    .part3 .right .info-bot li i {
        line-height: 24px;
        font-size: 12px;
    }
    .part4 {
        margin-top: 18px;
        padding: 17px 13px 10px;
    }
    .part4 .title {
        padding-bottom: 8px;
    }
    .part4 .title i {
        width: 18px;
        height: 22px;
        margin-right: 4px;
        background-size: 100% 100%;
    }
    .part4 .title p a {
        height: 22px;
        line-height: 22px;
        padding: 0 8px;
        font-size: 12px;
        border-radius: 22px;
    }
    .part4 .title b {
        line-height: 22px;
        font-size: 18px;
    }
    .part4 .title p a.focus em {
        bottom: -4px;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 4px solid #ffab31;
    }
    .part4 ul {
        margin: 0 -6px;
    }
    .part4 li {
        padding: 6px 6px;
    }
    .part4 li .item {
        padding: 10px 12px 18px;
    }
    .part4 li .item a.images {
        height: 120px;
    }
    .part4 li .item h3 {
        height: 14px;
        line-height: 14px;
        font-size: 12px;
    }
    .part4 li .item p {
        height: 14px;
        line-height: 14px;
        font-size: 12px;
        margin-top: 2px;
    }
    .part4 li .item span {
        width: 108px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        text-indent: 6px;
        border-radius: 3px;
        margin: 8px auto 0;
    }
    .part4 li .item span b {
        width: 64px;
        height: 24px;
        font-size: 12px;
        line-height: 24px;
        background-size: 100% 100%;
    }
    .part4 li .item span b i {
        font-size: 12px;
    }
    .part5 .left .expo-top a ,.part8 .link-top a{
        font-size: 14px;
        padding: 2px 14px 12px;
    }
    .part5 .left .expo-top a span,.part8 .link-top a span {
        height: 3px;
    }
    .part5 .left .expo-top a span b,.part8 .link-top a span b {
        height: 3px;
    }
    .part5 .left .expo-top {
        margin-bottom: 10px;
    }
    .part5 .left .expo-bot .images p {
        padding: 3px 6px;
    }
    .part5 .left .expo-bot .images p a {
        max-height: 16px;
        line-height: 16px;
        font-size: 12px;
    }
    .part5 .left .expo-bot .images p a:hover{
        max-height: 32px;
    }
    .part5 .left .expo-bot ul {
        padding: 8px 5px;
    }
    .part5 .left .expo-bot li {
        padding-left: 8px;
    }
    .part5 .left .expo-bot li a {
        height: 21px;
        line-height: 21px;
        font-size: 12px;
    }
    .part3 .left dt p:hover a {
        max-height: 44px;
    }
    .part3 .left dd p:hover a {
        max-height: 40px;
    }

    .part5 .center .title,.part5 .right .title,.part7 .title {
        padding: 0 0 11px;
    }
    .part5 .center .title i,.part5 .right .title i,.part7 .title i {
        width: 18px;
        height: 16px;
        margin-top: 2px;
        margin-right: 4px;
        background-size: 100% 100%;
    }
    .part5 .center .title b,.part5 .right .title b,.part7 .title b{
        font-size: 14px;
    }
    .part5 .center .title a,.part5 .right .title a,.part7 .title a{
        top: 3px;
        font-size: 12px;
    }
    .part5 .center .text {
        padding: 6px 10px 12px;
    }
    .part5 .center .text p {
        height: 18px;
        line-height: 18px;
        font-size: 13px;
        margin: 4px 0 7px;
    }
    .part5 .center .text span {
        line-height: 16px;
        height: 32px;
        font-size: 12px;
    }
    .part5 .right ul {
        margin: 10px 0 0 3px;
    }
    .part5 .right li {
        margin-bottom: 6px;
    }
    .part5 .right li p {
        font-size: 13px;
        padding-left: 4px;
    }
    .part5 .right li i {
        width: 7px;
        height: 7px;
        left: -4px;
        background-size: 100% 100%;
    }
    .part5 .right li a {
        height: 15px;
        line-height: 15px;
    }
    .part5 .right li span {
        margin: 2px 0 0 4px;
        font-size: 12px;
        height: 16px;
        line-height: 16px;
        overflow: hidden;
    }
    .part6 .partTitle i {
        width: 25px;
        height: 28px;
    }
    .part6 .partTitle b {
        line-height: 28px;
    }
    .part6 .partTitle a {
        margin-top: 3px;
    }
    .part6 ul {
        margin: 0 -6px;
    }
    .part6 li {
        padding: 0 6px;
        margin: 9px 0;
    }
    .part6 li a.play i {
        width: 40px;
        height: 40px;
        background-size: 100% 100%;
    }
    .part6 li .text {
        margin-top: 3px;
    }
    .part6 li .text p {
        height: 32px;
        line-height: 16px;
        font-size: 12px;
        margin-bottom: 3px;
    }
    .part6 li .text span {
        font-size: 12px;
    }
    .part6 li .text span i {
        font-size: 12px;
        margin-right: 3px;
    }
    .part7 .left li i {
        width: 16px;
        height: 18px;
        background-size: 100% 100% !important;
    }
    .part7 .left li {
        font-size: 12px;
        padding: 4px 0;
    }
    .part7 .left li a {
        height: 18px;
        line-height: 18px;
    }
    .part7 .center li i {
        width: 60px;
        height: 18px;
        margin: 0;
        line-height: 18px;
    }
    .part7 .center li {
        font-size: 12px;
        padding: 4px 40px 4px 0;
    }
    .part7 .center li a {
        height: 18px;
        line-height: 18px;
    }
    .part7 .center li b {
        width: 36px;
        height: 18px;
        line-height: 18px;
        font-size: 12px;
    }
    .part7 .center li span {
        line-height: 18px;
        font-size: 12px;
    }
    .part7 .swiper-container2 {
        margin-top: 13px;
    }
    .part7 .swiper-slide .text {
        padding: 10px 12px 12px;
    }
    .part7 .swiper-slide .text p {
        height: 44px;
        line-height: 22px;
        font-size: 14px;
    }
    .part7 .swiper-slide .text a.clickA {
        margin-top: 8px;
        font-size: 12px;
    }
    .advBox li a {
        margin-top: 20px;
    }
    .part8 .link-top {
        margin-bottom: 12px;
    }
    .part8 .link-bot {
        margin-left: -12px;
        padding-top: 3px;
    }
    .part8 .link-bot a {
        margin: 5px 0 5px 24px;
        font-size: 12px;
    }
    .footer {
        padding: 30px 0 25px;
        margin-top: 20px;
        background-size: 100% 100%;
    }
    .footer .logo {
        margin-right: 20px;
    }
    .footer .footerCenter p {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .footer .footerCenter p a {
        font-size: 12px;
    }
    .footer .footerCenter li {
        font-size: 12px;
        margin-right: 14px;
    }
    .footer .footerCenter p span {
        height: 22px;
        line-height: 22px;
        font-size: 12px;
        margin-right: 16px;
    }
    .footer .footerCenter p span a {
        height: 22px;
        line-height: 22px;
        padding: 0 6px !important;
        margin-left: 6px !important;
    }
    .footer .logo img{
        height: 40px;
    }
    .part5 .left,.part5 .center{
        margin-right: 10px;
    }
    .part3 .left dl {
        margin-top: 6px;
    }
    .part5 .center .swiper-container1 .swiper-pagination {
        bottom: 85px;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px){
    .main{width: 978px;}
    body{min-width: 978px;}
    .top {
        padding: 20px 0;
    }
    .topAdv img {
        height: 48px;
    }
    .logo img {
        height: 48px;
    }
    .searchBox {
        margin-left: 103px;
    }
    .searchBox .form {
        width: 432px;
        height: 30px;
    }
    .searchBox .form .select {
        width: 52px;
    }
    .searchBox .form .select .select-top p {
        font-size: 12px;
        line-height: 30px;
        text-indent: 7px;
    }
    .searchBox .form .select .select-top i {
        width: 8px;
        height: 4px;
        right: 8px;
        top: 13px;
        background-size: 100% 100%;
    }
    .searchBox input {
        width: 320px;
        height: 30px;
        font-size: 12px;
        text-indent: 15px;
    }
    .searchBox button {
        width: 60px;
        height: 32px;
        font-size: 13px;
    }
    .searchBox .hot {
        margin-top: 4px;
    }
    .nav {
        height: 36px;
    }
    .nav .menu ul li b a {
        height: 36px;
        font-size: 14px;
        line-height: 36px;
        padding: 0 25px;
    }
    .nav .menu ul li .menu-top a {
        height: 36px;
        font-size: 14px;
        line-height: 36px;
        padding: 0 20px;
    }
    .nav .menu ul li .menu-top a i {
        font-size: 12px;
    }
    .nav .menu ul li .menu-bot {
        top: 36px;
    }
    .nav .menu ul li .menu-bot p a {
        height: 32px;
        font-size: 13px;
        line-height: 32px;
    }
    .part1 {
        margin-top: 15px;
        padding: 18px;
    }
    .part1 .left,.part5 .left,.part7 .left {
        width: 250px;
        margin-right: 24px;
    }
    .part1 .gallery-top {
        width: 250px;
    }
    .part1 .center,.part5 .center,.part7 .center {
        width: 422px;
        margin-right: 24px;
    }
    .part1 .swiper-button-next, .part1 .swiper-button-prev {
        width: 25px;
        height: 40px;
    }
    .part1 .swiper-button-next i,.part1 .swiper-button-prev i {
        width: 14px;
        height: 10px;
        margin-top: 15px;
        background-size: 100% 100%;
    }
    .part1 .gallery-thumbs .item {
        top: -22px;
    }
    .part1 .gallery-thumbs .box {
        height: 55px;
        width: 50px;
    }
    .part1 .gallery-thumbs .item img {
        height: 28px;
        line-height: 28px;
    }
    .part1 .gallery-thumbs .swiper-slide p {
        height: 16px;
        line-height: 16px;
        margin-top: 5px;
    }
    .part1 .gallery-thumbs {
        height: 60px;
    }
    .part1 .center .news-top a {
        font-size: 16px;
        padding: 4px 16px 14px;
    }
    .part1 .news-bot p.title {
        height: 22px;
        line-height: 22px;
        margin: 12px 0;
        font-size: 16px;
    }
    .part1 .news-bot li {
        height: 18px;
        line-height: 18px;
        font-size: 13px;
        margin-bottom: 10px;
        padding: 0 5px;
        box-sizing: border-box;
    }
    .part1 .news-bot dl {
        margin-top: 14px;
    }
    .part1 .news-bot dt {
        width: 134px;
        margin-right: 14px;
    }
    .part1 .news-bot dd p {
        height: 25px;
        line-height: 25px;
        font-size: 13px;
        padding-left: 10px;
    }
    .part1 .news-bot ul {
        padding-bottom: 0px;
    }
    .part1 .right li {
        height: 17px;
        line-height: 17px;
        margin-top: 10px;
        padding: 0 0 0 16px;
    }
    .part1 .right li i {
        font-size: 13px;
    }
    .part1 .right li a {
        font-size: 13px;
    }
    .part1 .right .title {
        padding: 4px 0 16px;
        font-size: 16px;
    }
    .part1 .right .title i {
        width: 18px;
        height: 16px;
        margin-top: 3px;
        background-size: 100% 100%;
    }
    .part2,.part3,.part5,.part6,.part7,.part8{
        padding: 18px;
        margin-top: 20px;
    }
    .partTitle i {
        width: 28px;
        height: 26px;
        margin-right: 4px;
        background-size: 100% 100%!important;
    }
    .partTitle b {
        line-height: 26px;
        font-size: 18px;
    }
    .partTitle a {
        width: 50px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        margin-top: 2px;
    }
    .part1 .gallery-thumbs .swiper-slide p a {
        font-size: 12px;
    }
    .part2 li .item .hoverItem span {
        padding: 0 10px;
    }
    .part2 li .item .hoverItem span b {
        font-size: 13px;
        width: 110px;
    }
    .part3 .left {
        width: 683px;
        margin-right: 24px;
    }
    .part3 .left dt {
        width: 454px;
        margin-right: 10px;
    }
    .part3 .left dd .item:first-child {
        margin-bottom: 9px;
    }
    .part3 .left dt p {
        padding: 8px 15px;
    }
    .part3 .left dt p a {
        max-height: 22px;
        line-height: 22px;
        font-size: 15px;
    }
    .part3 .left dd p {
        padding: 7px 10px;
    }
    .part3 .left dd p a {
        max-height: 20px;
        line-height: 20px;
        font-size: 13px;
    }
    .part3 .right .info-top a {
        font-size: 16px;
        width: 75px;
        padding: 4px 0 14px;
    }
    .part3 .right .info-bot {
        padding: 18px 0 0px;
        height: 260px;
    }
    .part3 .right .info-bot li {
        padding-right: 46px;
    }
    .part3 .right .info-bot li a {
        height: 26px;
        line-height: 26px;
        font-size: 13px;
    }
    .part3 .right .info-bot li i {
        line-height: 26px;
        font-size: 13px;
    }
    .part4 {
        margin-top: 20px;
        padding: 20px 15px 10px;
    }
    .part4 .title {
        padding-bottom: 11px;
    }
    .part4 .title i {
        width: 22px;
        height: 26px;
        margin-right: 6px;
        background-size: 100% 100%;
    }
    .part4 .title p a {
        height: 26px;
        line-height: 26px;
        padding: 0 11px;
        font-size: 13px;
        border-radius: 22px;
    }
    .part4 .title b {
        line-height: 26px;
        font-size: 20px;
    }
    .part4 .title p a.focus em {
        bottom: -5px;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 5px solid #ffab31;
    }
    .part4 ul {
        margin: 0 -6px;
    }
    .part4 li .item {
        padding: 14px 14px 22px;
    }
    .part4 li .item a.images {
        height: 150px;
    }
    .part4 li .item h3 {
        height: 16px;
        line-height: 16px;
        font-size: 13px;
    }
    .part4 li .item p {
        height: 16px;
        line-height: 16px;
        font-size: 13px;
        margin-top: 4px;
    }
    .part4 li .item span {
        width: 110px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        text-indent: 6px;
        border-radius: 3px;
        margin: 8px auto 0;
    }
    .part4 li .item span b {
        width: 64px;
        height: 24px;
        font-size: 12px;
        line-height: 24px;
        background-size: 100% 100%;
    }
    .part4 li .item span b i {
        font-size: 14px;
    }
    .part5 .left .expo-top a ,.part8 .link-top a{
        font-size: 18px;
        padding: 4px 14px 16px;
    }
    .part5 .left .expo-top {
        margin-bottom: 13px;
    }
    .part5 .left .expo-bot .images p {
        padding: 5px 8px;
    }
    .part5 .left .expo-bot .images p a {
        max-height: 18px;
        line-height: 18px;
        font-size: 13px;
    }
    .part5 .left .expo-bot .images p a:hover{
        max-height: 36px;
    }
    .part5 .left .expo-bot ul {
        padding: 10px 8px;
    }
    .part5 .left .expo-bot li {
        padding-left: 10px;
    }
    .part5 .left .expo-bot li a {
        height: 24px;
        line-height: 24px;
        font-size: 13px;
    }
    .part3 .left dt p:hover a {
        max-height: 44px;
    }
    .part3 .left dd p:hover a {
        max-height: 40px;
    }

    .part5 .center .title,.part5 .right .title,.part7 .title {
        padding: 0 0 18px;
    }
    .part5 .center .title i,.part5 .right .title i,.part7 .title i {
        width: 20px;
        height: 18px;
        margin-top: 2px;
        margin-right: 4px;
        background-size: 100% 100%;
    }
    .part5 .center .title b,.part5 .right .title b,.part7 .title b{
        font-size: 16px;
    }
    .part5 .center .title a,.part5 .right .title a,.part7 .title a{
        top: 6px;
        font-size: 12px;
    }
    .part5 .center .text {
        padding: 6px 10px 12px;
    }
    .part5 .center .text p {
        height: 20px;
        line-height: 20px;
        font-size: 14px;
        margin: 5px 0 10px;
    }
    .part5 .center .text span {
        line-height: 16px;
        height: 32px;
        font-size: 13px;
    }
    .part5 .right ul {
        margin: 16px 5px 0 4px;
    }
    .part5 .right li {
        margin-bottom: 8px;
    }
    .part5 .right li p {
        font-size: 14px;
        padding-left: 10px;
    }
    .part5 .right li i {
        width: 9px;
        height: 9px;
        left: -5px;
        background-size: 100% 100%;
    }
    .part5 .right li a {
        height: 18px;
        line-height: 18px;
    }
    .part5 .right li span {
        margin: 2px 0 0 10px;
        font-size: 12px;
    }
    .part6 .partTitle i {
        width: 25px;
        height: 28px;
    }
    .part6 .partTitle b {
        line-height: 28px;
    }
    .part6 .partTitle a {
        margin-top: 3px;
    }
    .part6 ul {
        margin: 0 -6px;
    }
    .part6 li {
        padding: 0 6px;
        margin: 9px 0;
    }
    .part6 li a.play i {
        width: 40px;
        height: 40px;
        background-size: 100% 100%;
    }
    .part6 li .text {
        margin-top: 5px;
    }
    .part6 li .text p {
        height: 36px;
        line-height: 18px;
        font-size: 14px;
        margin-bottom: 5px;
    }
    .part6 li .text span {
        font-size: 13px;
    }
    .part6 li .text span i {
        font-size: 12px;
        margin-right: 3px;
    }
    .part7 .left li i {
        width: 16px;
        height: 18px;
        background-size: 100% 100% !important;
    }
    .part7 .left li {
        font-size: 13px;
        padding: 5px 0;
    }
    .part7 .left li a {
        height: 18px;
        line-height: 18px;
    }
    .part7 .center li i {
        width: 60px;
        height: 18px;
        margin: 0;
        line-height: 18px;
    }
    .part7 .center li {
        font-size: 13px;
        padding: 5px 40px 5px 0;
    }
    .part7 .center li a {
        height: 18px;
        line-height: 18px;
    }
    .part7 .center li b {
        width: 36px;
        height: 18px;
        line-height: 18px;
        font-size: 12px;
    }
    .part7 .center li span {
        line-height: 18px;
        font-size: 12px;
    }
    .part7 .swiper-container2 {
        margin-top: 13px;
    }
    .part7 .swiper-slide .text {
        padding: 13px 12px 14px;
    }
    .part7 .swiper-slide .text p {
        height: 40px;
        line-height: 20px;
        font-size: 14px;
    }
    .part7 .swiper-slide .text a.clickA {
        margin-top: 8px;
        font-size: 12px;
    }
    .advBox li a {
        margin-top: 20px;
    }
    .part8 .link-top {
        margin-bottom: 12px;
    }
    .part8 .link-bot {
        margin-left: -12px;
        padding-top: 3px;
    }
    .part8 .link-bot a {
        margin: 5px 0 5px 24px;
        font-size: 13px;
    }
    .footer {
        padding: 30px 0 25px;
        margin-top: 20px;
        background-size: 100% 100%;
    }
    .footer .logo {
        margin-right: 50px;
    }
    .footer .footerCenter p {
        font-size: 13px;
        margin-bottom: 10px;
    }
    .footer .footerCenter p a {
        font-size: 13px;
    }
    .footer .footerCenter li {
        font-size: 13px;
        margin-right: 14px;
    }
    .footer .footerCenter p span {
        height: 22px;
        line-height: 22px;
        font-size: 13px;
        margin-right: 16px;
    }
    .footer .footerCenter p span a {
        height: 22px;
        line-height: 22px;
        padding: 0 6px !important;
        margin-left: 6px !important;
    }
    .part5 .center .swiper-container1 .swiper-pagination {
        bottom: 90px;
    }
    .part2 li .item .hoverItem span b{
        width: 132px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px){
    .main{width: 1168px;}
    body{min-width: 1168px;}
    .logo img {
        height: 62px;
    }
    .searchBox {
        padding-top: 3px;
        margin-left: 100px;
    }
    .searchBox .form {
        width: 520px;
        height: 38px;
    }
    .searchBox input {
        width: 356px;
        height: 38px;
    }
    .searchBox button {
        width: 84px;
        height: 42px;
    }
    .searchBox .hot {
        margin-top: 4px;
    }
    .topAdv img {
        height: 62px;
    }
    .nav {
        height: 45px;
        background-color: #05a2e5;
    }
    .nav .menu ul li b a {
        height: 45px;
        font-size: 16px;
        line-height: 45px;
        padding: 0px 26px;
    }
    .nav .menu ul li .menu-top a {
        height: 45px;
        font-size: 16px;
        line-height: 45px;
        padding: 0 38px;
    }
    .nav .menu ul li .menu-top a i {
        font-size: 12px;
        margin: 0 0 0 6px;
    }
    .nav .menu ul li .menu-bot {
        top: 45px;
    }
    .nav .menu ul li .menu-bot p a {
        height: 44px;
        font-size: 15px;
        line-height: 44px;
    }
    .part1 .left,.part5 .left,.part7 .left {
        width: 300px;
        margin-right: 30px;
    }
    .part1 .center,.part5 .center,.part7 .center{
        width: 504px;
        margin-right: 30px;
    }
    .part1 .gallery-top {
        width: 300px;
    }
    .part1 .swiper-button-next, .part1 .swiper-button-prev {
        width: 30px;
        height: 48px;
    }
    .part1 .swiper-button-next i {
        width: 16px;
        height: 12px;
        margin-top: 18px;
        background-size: 100% 100%;
    }
    .part1 .swiper-button-prev i {
        width: 16px;
        height: 12px;
        margin-top: 18px;
        background-size: 100% 100%;
    }
    .part1 .gallery-thumbs .box {
        height: 60px;
        width: 55px;
    }
    .part1 .gallery-thumbs .item img {
        height: 30px;
        line-height: 30px;
    }
    .part1 .gallery-thumbs .item {
        top: -27px;
    }
    .part1 .gallery-thumbs .swiper-slide p {
        margin-top: 9px;
    }
    .part1 .gallery-thumbs .swiper-slide p a {
        font-size: 14px;
    }
    .part1 .center .news-top a {
        font-size: 18px;
        font-weight: 700;
        padding: 4px 20px 16px;
    }
    .part1 .news-bot p.title {
        height: 26px;
        line-height: 26px;
        margin: 20px 0;
        font-size: 21px;
        font-weight: 700;
    }
    .part1 {
        margin-top: 17px;
        padding: 20px 18px;
    }
    .part2,.part3,.part5,.part6,.part7,.part8{
        margin-top: 24px;
        padding: 20px 18px;
    }
    .part1 .news-bot li {
        height: 18px;
        line-height: 18px;
        font-size: 15px;
        margin-bottom: 12px;
    }
    .part1 .news-bot dl {
        margin-top: 16px;
        padding: 0 6px;
    }
    .part1 .gallery-thumbs {
        height: 72px;
    }
    .part1 .news-bot dt {
        width: 160px;
        margin-right: 16px;
    }
    .part1 .news-bot dd p {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        padding-left: 12px;
    }
    .part1 .right .title {
        padding: 4px 0 16px;
        font-size: 18px;
    }
    .part1 .right .title i {
        width: 22px;
        height: 20px;
        margin-top: 3px;
        background-size: 100% 100%;
    }
    .part1 .right .title a.more {
        top: 7px;
        font-size: 13px;
    }
    .part1 .right li {
        height: 18px;
        line-height: 18px;
        margin-top: 15px;
    }
    .part1 .right li i {
        font-size: 14px;
        font-weight: 700;
    }
    .part1 .right li a {
        font-size: 14px;
    }
    .partTitle i {
        width: 32px;
        height: 30px;
        margin-right: 6px;
        background-size: 100% 100% !important;
    }
    .partTitle b {
        line-height: 32px;
        font-size: 22px;
    }
    .partTitle a {
	width: 50px;
	height: 22px;
	line-height: 22px;
	border-radius: 12px;
	font-size: 12px;
	margin-top: 2px;    
    }
    .part2 li .item .hoverItem span {
        padding: 0 16px;
    } 
    .part3 .left {
        width: 818px;
        margin-right: 30px;
    }
    .part3 .left dt {
        width: 544px;
        margin-right: 14px;
    }
    .part3 .right .info-top a {
        font-size: 18px;
        width: 90px;
        padding: 4px 0 16px;
    }
    .part3 .right .info-bot {
        padding: 18px 0 0px;
        height: 320px;
    }
    .part3 .right .info-bot li a {
        height: 32px;
        line-height: 32px;
        font-size: 15px;
    }
    .part4 {
        margin-top: 20px;
        padding: 25px 22px 12px;
    }
    .part4 .title i {
        width: 28px;
        height: 32px;
        margin-right: 10px;
        background-size: 100% 100%;
    }
    .part4 .title b {
        line-height: 32px;
        font-size: 22px;
    }
    .part4 .title p a {
        height: 32px;
        line-height: 32px;
        padding: 0 15px;
        font-size: 15px;
        border-radius: 22px;
    }
    .part4 .title p a.focus em {
        bottom: -6px;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 6px solid #ffab31;
    }
    .part4 ul {
        margin: 0 -6px;
    }
    .part4 li {
        width: 20%;
        padding: 6px 6px;
    }
    .part4 li .item {
        padding: 20px 17px 28px;
        border-radius: 5px;
    }
    .part4 li .item a.images {
        height: 170px;
    }
    .part4 li .item h3 {
        font-size: 15px;
    }
    .part4 li .item p {
        height: 16px;
        line-height: 16px;
        font-size: 13px;
        margin-top: 5px;
    }
    .part4 li .item span {
        width: 126px;
        height: 22px;
        line-height: 22px;
        font-size: 12px;
        border-radius: 3px;
        margin: 12px auto 0;
    }
    .part4 li .item span b {
        top: -2px;
        width: 74px;
        height: 26px;
        font-size: 12px;
        line-height: 26px;
        background-size: 100% 100%;
    }
    .part4 li .item span b i {
        font-size: 16px;
    }
    .part5 .left .expo-top a {
        font-size: 18px;
        padding: 4px 14px 16px;
    }
    .part5 .left .expo-top {
        margin-bottom: 16px;
    }
    .part5 .left .expo-bot .images p {
        padding: 8px 12px;
    }
    .part5 .left .expo-bot .images p a {
        max-height: 20px;
        line-height: 20px;
        font-size: 14px;
    }
    .part5 .left .expo-bot .images p a:hover{
        max-height: 40px;
    }

    .part5 .left .expo-bot ul {
	    padding: 11px 10px;
    }
    .part5 .left .expo-bot li a {
        height: 28px;
        line-height: 28px;
        font-size: 14px;
    }
    .part5 .center .title,.part5 .right .title,.part7 .title {
        padding: 4px 0 16px;
    }
    .part5 .center .title b,.part5 .right .title b,.part7 .title b {
        font-size: 18px;
    }
    .part5 .center .title i,.part5 .right .title i,.part7 .title i {
        width: 22px;
        height: 20px;
        margin-top: 3px;
        background-size: 100% 100%;
    }
    .part5 .center .title a,.part5 .right .title a,.part7 .title a {
        top: 8px;
        font-size: 13px;
    }
    .part5 .center .text {
        padding: 6px 12px 12px;
        border-radius: 0 0 4px 4px;
    }
    .part5 .center .text p {
        height: 22px;
        line-height: 22px;
        font-size: 17px;
        margin: 4px 0 8px;
    }
    .part5 .right ul {
        margin: 10px 10px 0 5px;
    }
    .part5 .right li {
        margin-bottom: 10px;
    }
    .part5 .right li p {
        font-size: 15px;
        padding-left: 14px;
    }
    .part5 .right li a {
        height: 20px;
        line-height: 20px;
    }
    .part5 .right li span {
        margin: 6px 0 0 14px;
        font-size: 13px;
    }
    .part6 ul {
        margin: 0 -6px;
    }
    .part6 li {
        padding: 0 6px;
        margin: 10px 0;
    }
    .part6 li .text {
        margin-top: 8px;
    }
    .part6 li .text p {
        height: 40px;
        line-height: 20px;
        font-size: 15px;
        margin-bottom: 6px;
    }
    .part6 li .text span {
        font-size: 13px;
    }
    .part6 li .text span i {
        font-size: 13px;
    }
    .part7 .left li i {
        width: 18px;
        height: 20px;
        background-size: 100% 100% !important;
    }
    .part7 .left li a {
        height: 20px;
        line-height: 20px;
    }
    .part7 .left li {
        font-size: 15px;
        padding: 6px 0;
    }
    .part7 .center li i {
        width: 64px;
        height: 20px;
        margin: 0;
        line-height: 20px;
    }
    .part7 .center li a {
        height: 20px;
        line-height: 20px;
    }
    .part7 .center li {
        font-size: 15px;
        padding: 6px 45px 6px 0;
    }
    .part7 .center li b {
        width: 40px;
        height: 20px;
        line-height: 20px;
        border-radius: 6px 0 6px 0;
    }
    .part7 .swiper-container2 {
        margin-top: 15px;
    }
    .part7 .swiper-slide .text {
        padding: 13px 12px 16px;
        border-radius: 0 0 5px 5px;
    }
    .part7 .swiper-slide .text p {
        height: 44px;
        line-height: 22px;
        font-size: 15px;
    }
    .part7 .swiper-slide .text a.clickA {
        margin-top: 10px;
        font-size: 13px;
    }
    .part8 .link-top a {
        font-size: 18px;
        padding: 4px 14px 16px;
    }
    .part8 .link-top {
        margin-bottom: 12px;
    }
    .part8 .link-bot {
        margin-left: -12px;
        padding-top: 0px;
    }
    .part8 .link-bot a {
        margin: 7px 0 7px 24px;
        font-size: 14px;
    }
    .part5 .center .swiper-container1 .swiper-pagination {
        bottom: 100px;
    }
    .part2 li .item .hoverItem span b{
        width: 129px;
        font-size: 16px;
    }




}
@media only screen and (min-width: 1400px) and (max-width: 1599px){
    .main{width: 1240px;}
    body{min-width: 1240px;}
    .searchBox {
        padding-top: 5px;
        margin-left: 120px;
    }
    .searchBox .form {
        width: 570px;
    }
    .searchBox input {
        width: 406px;
    }
    .searchBox button {
        width: 85px;
    }
    .nav .menu ul li .menu-top a {
        padding: 0 30px;
    }
    .nav .menu ul li b a {
        padding: 0 30px;
    }
    .part1 .left {
        width: 318px;
        margin-right: 32px;
    }
    .part1 .gallery-top {
        width: 318px;
    }
    .part1 .gallery-thumbs .box {
        height: 66px;
        width: 60px;
    }
    .part1 .gallery-thumbs .item img {
        height: 32px;
        line-height: 32px;
    }
    .part1 .gallery-thumbs .swiper-slide p {
        margin-top: 12px;
    }
    .part1 .gallery-thumbs .swiper-slide p a {
        font-size: 14px;
    }
    .part1 .swiper-button-next, .part1 .swiper-button-prev {
        width: 34px;
        height: 52px;
    }
    .part1 .center {
        width: 536px;
        margin-right: 32px;
    }
    .part1 .center .news-top a {
        font-size: 20px;
        padding: 4px 22px 20px;
    }
    .part1 .news-bot p.title {
        margin: 22px 0;
        font-size: 22px;
    }
    .part1 .news-bot li {
        height: 18px;
        line-height: 18px;
        font-size: 15px;
        margin-bottom: 13px;
    }
    .part1 .news-bot dt {
        width: 170px;
        margin-right: 20px;
    }
    .part1 .news-bot dd p {
        height: 32px;
        line-height: 32px;
        font-size: 15px;
        padding-left: 12px;
    }
    .part1 .right .title i {
        width: 22px;
        height: 20px;
        background-size: 100% 100%;
    }
    .part1 .right li {
        margin-top: 16px;
    }
    .part1 .right li i {
        font-size: 15px;
    }
    .part1 .right li a {
        font-size: 15px;
    }
    .part2 {
        padding: 20px;
        margin-top: 20px;
    }
    .partTitle i {
        width: 34px;
        height: 32px;
        background-size: 100% 100%;
    }
    .partTitle b {
        line-height: 32px;
        font-size: 24px;
    }
    .partTitle a {
        margin-top: 4px;
    }
    .part2 ul {
        margin: 16px -8px 0;
    }
    .part2 li .item .hoverItem span b {
        font-size: 16px;
    }
    .part3 {
        margin-top: 20px;
        padding: 20px;
    }
    .part3 .partTitle i {
        background-size: 100% 100%;
    }
    .part3 .left {
        width: 866px;
        margin-right: 32px;
    }
    .part3 .left dt {
        width: 576px;
        margin-right: 14px;
    }
    .part3 .left dt p a {
        max-height: 28px;
        line-height: 28px;
        font-size: 17px;
    }
    .part3 .left dt p:hover a {
        max-height: 56px;
    }
    .part3 .left dd p a {
        max-height: 22px;
        line-height: 22px;
        font-size: 15px;
    }
    .part3 .left dd p:hover a {
        max-height: 44px;
    }
    .part3 .right .info-top a {
        font-size: 20px;
        width: 96px;
    }
    .part3 .right .info-bot {
        padding: 12px 0 0px;
        height: 330px;
    }
    .part3 .right .info-bot li {
        padding-right: 50px;
    }
    .part3 .right .info-bot li a {
        height: 33px;
        line-height: 33px;
        font-size: 15px;
    }
    .part3 .right .info-bot li i {
        line-height: 33px;
        font-size: 13px;
    }
    .part4 {
        margin-top: 20px;
        padding: 25px 20px 15px;
    }
    .part4 .title i {
        width: 30px;
        height: 32px;
    }
    .part4 .title b {
        line-height: 32px;
        font-size: 24px;
    }
    .part4 .title p a {
        height: 32px;
        line-height: 32px;
        padding: 0 15px;
        font-size: 15px;
    }
    .part4 li .item {
        padding: 20px 18px 28px;
    }
    .part4 li .item h3 {
        font-size: 15px;
    }
    .part4 li .item p {
        font-size: 13px;
    }
    .part4 li .item span {
        margin: 12px auto 0;
    }
    .part5 .left {
        width: 318px;
        margin-right: 32px;
    }
    .part5 .left .expo-top a {
        font-size: 20px;
    }
    .part5 .left .expo-top {
        margin-bottom: 16px;
    }
    .part5 .left .expo-bot ul {
        padding: 14px 12px;
        background-color: #f7f7f7;
    }
    .part5 .left .expo-bot li {
        padding-left: 12px;
    }
    .part5 .left .expo-bot li a {
        height: 32px;
        line-height: 32px;
        font-size: 15px;
    }
    .part5 .center .title i {
        width: 22px;
        height: 20px;
        background-size: 100% 100%;
    }
    .part5 .center {
        width: 534px;
        margin-right: 32px;
    }
    .part5 .right .title i {
        width: 22px;
        height: 20px;
        background-size: 100% 100%;
    }
    .part5 .right ul {
        margin: 15px 10px 0 5px;
    }
    .part5 .right li {
        margin-bottom: 14px;
    }
    .part5 .right li p {
        font-size: 15px;
        padding-left: 14px;
    }
    .part5 .right li span {
        margin: 5px 0 0 14px;
        font-size: 14px;
    }
    .part6 {
        margin-top: 20px;
        padding: 20px;
    }
    .part6 .partTitle i {
        width: 29px;
        height: 32px;
        background-size: 100% 100%;
    }
    .part6 .partTitle b {
        line-height: 32px;
    }
    .part6 .partTitle a {
        margin-top: 4px;
    }
    .part6 ul {
        margin: 0 -7px;
    }
    .part6 li {
        padding: 0 7px;
        margin: 11px 0;
    }
    .part6 li .text p {
        height: 40px;
        line-height: 20px;
        font-size: 15px;
        margin-bottom: 6px;
    }
    .part7 .left {
        width: 318px;
        margin-right: 32px;
    }
    .part7 .title i {
        width: 22px;
        height: 20px;
        background-size: 100% 100%;
    }
    .part7 .left ul {
        padding-top: 8px;
    }
    .part7 .left li {
        font-size: 15px;
        padding: 6px 0;
    }
    .part7 .left li a {
        height: 22px;
        line-height: 22px;
    }
    .part7 .left li i {
        width: 19px;
        height: 22px;
        background-size: 100% 100% !important;
    }
    .part7 .center {
        width: 534px;
        margin-right: 32px;
    }
    .part7 .center ul {
        padding-top: 8px;
    }
    .part7 .center li {
        font-size: 15px;
        padding: 6px 50px 6px 0;
    }
    .part7 .center li a {
        height: 22px;
        line-height: 22px;
    }
    .part7 .swiper-container2 {
        margin-top: 12px;
    }
    .part7 .swiper-slide .text {
        padding: 16px 14px 18px;
    }
    .part7 .swiper-slide .text p {
        height: 44px;
        line-height: 22px;
        font-size: 15px;
    }
    .advBox li a {
        margin-top: 20px;
    }
    .part8 {
        margin-top: 20px;
        padding: 20px;
    }
    .part8 .link-top {
        margin-bottom: 16px;
    }
    .part8 .link-top a {
        font-size: 20px;
    }
    .part2 li .item .hoverItem span b{
        width: 132px;
    }

}
@media only screen and (min-width: 1600px){
    .main{width: 1400px;}
    body{min-width: 1400px;}
}