.main{
    width: 1400px;
    margin: 0 auto;
}
/* header */
.header{
    height: 39px;
    line-height: 39px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #e3e3e3;
}
.header ul{
    float: left;
}
.header ul li a{
    margin-right:5px;
}
.header a{
    font-size: 12px;
    color: #666;
}
.header a:hover{
    color: #f60;
}
.header .main{
    overflow: hidden;
}
.header p{
    float: left;
}
.header p a{
    margin-right: 20px;
}
.header span{
    float: right;
}
.header span a{
    padding-right: 7px;
    border-right: 1px solid #666;
    margin-right: 7px;
}
.header span a:last-child{
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
    color: #0072bd;
}
.header span a i{
    display: inline-block;
    width: 12px;
    height: 16px;
    background: url(https://www.nongjx.com/images/brand2016/band2016.png) no-repeat -89px 0px;
    vertical-align: middle;
    margin-right: 4px;
}
/* y-bannerAdvtop */
.bannerAdvtop ul{overflow: hidden;}
.bannerAdvtop li{
    margin-top: 20px;
}
.bannerAdvtop li a{
    display: block;
    padding-bottom: 5.71%;
    height: 0;
    overflow: hidden;
    position: relative;
}
.bannerAdvtop li a img{
    width: 100%;
    max-height: none;
}
.bannerAdvtop li a 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;
}
/* top */
.top{
    padding: 30px 0;
    height: 64px;
}
.top .logo{
    float: left;
}
.top #searchForm{
    float: right;
    margin-top: 11px;
}
.top .form {
    width: 618px;
    height: 40px;
    border: 1px solid #e3e3e3;
    border-radius: 25px;
    position: relative;
}
.top .form .select{
    float: left;
    width: 13%;
    height: 100%;
    position: relative;
}
.top .form .select .select-top p {
    font-size: 16px;
    line-height: 40px;
    cursor: pointer;
    text-indent: 20px;
}
.top .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: 12px;
    top: 18px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
.top .form .select 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;
}
.top .form .select ul li {
    display: block;
    font: normal 14px/22px microsoft yahei;
    color: #666;
    text-indent: 15px;
    line-height: 25px;
}
.top .form .select ul li:hover {
	background: #2b82d9;
	color: #fff;
}
.top .form input{
    float: left;
    width: 73%;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border: none;
    outline: none;
    font-size: 16px;
    color: #999;
    text-indent: 8px;
}
.top .form button{
    position: absolute;
    right: -1px;
    top: -1px;
    bottom: -1px;
    width: 14%;
    line-height: 42px;
    border: none;
    border-radius: 0 25px 25px 0;
    background-color: #116cb0;
    color: #fff;
    font-size: 16px;
}
.top .topAdv{
    float: right;
    width: 304px;
    margin-left: 40px;
}
.top .topAdv a{
    display: block;
    padding-bottom: 21.19%;
    height: 0;
    overflow: hidden;
    position: relative;
}
.top .topAdv a img{
    max-height: none;
    width: 100%;
}
.top .topAdv a 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{
    margin-bottom: 30px;
}
.nav .nav-top{
    background-color: #116cb0;
}
.nav .nav-top ul{
    height: 50px;
}
.nav .nav-top li{
    float: left;
    position: relative;
    height: 50px;
    line-height: 50px;
}
.nav .nav-top li:last-child i::before{
    display: none;
}
.nav .nav-top li a{
    padding: 0 60px;
    color: #fff;
    font-size: 20px;
}
.nav .nav-top li a em{
    position: relative;
    font-style: normal;
    z-index: 2;
}
.nav .nav-top li a i{ 
    content: ''; 
    /* To generate the box */ 
    position: absolute; 
    top: 0; 
    right: 0; 
    bottom: 0; 
    left: 0; 
    /* z-index: -1;  */
    background: #116cb0; 
    /* 为负时向左，为正时向右， 度数越大越倾斜*/
    transform: skew(-35deg);
    -ms-transform: skew(-35deg);	/* IE 9 */
    -webkit-transform: skew(-35deg);	/* Safari and Chrome */
    -o-transform: skew(-35deg);	/* Opera */
    -moz-transform: skew(-35deg);
    }
.nav .nav-top li a i::before{
    position: absolute;
    content: "";
    right: 0;
    top: 14px;
    height: 22px;
    width: 1px;
    background-color: #fff;
}
.nav .nav-top li a b{
    position: absolute;
    top: 4px;
    right: 21px;
    width: 37px;
    height: 12px;
    background: url(../../../../Images/brands/version/2021/new.png) no-repeat;
}
.nav .nav-top li.focus i{
    background-color: rgba(255, 255, 255, 0.3);
}
.nav .nav-top li.focus::after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #f8f8f8;
}
.nav .nav-bot{
    height: 50px;
    line-height: 50px;
    background-color: #f8f8f8;
}
.nav .nav-bot span.nav-bot-title{
    float: left;
    width: 8%;
    font-size: 18px;
    color: #116cb0;
}
.nav .nav-bot span.nav-bot-title i{
    display: inline-block;
    width: 26px;
    height: 28px;
    background: url(../../../../Images/brands/version/2021/nav-icon001.png) no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}
.nav .nav-bot .nav_item{
    float: right;
    width: 92%;
    display: none;
}
.nav .nav-bot .nav_item.hover{
    display: block;
}
.nav .nav-bot .nav_item li{
    float: left;
    padding: 0 26px;
}
.nav .nav-bot .nav_item li a{
    font-size: 16px;
    color: #333;
}
.nav .nav-bot .nav_item li a:hover{
    color: #f60;
}
/* newsRecommendation */
.newsRecommendation .main{overflow: hidden;}
.newsRecommendation .right{
    float: right;
    width: 400px;
    margin-left: 36px;
}
.newsRecommendation .right .title{
    height: 58px;
    line-height: 58px;
    border-top: 2px solid #116cb0;
    background-color: #e9f6ff;
    text-align: center;
}
.newsRecommendation .right .title i{
    display: inline-block;
    width: 24px;
    height: 16px;
    background: url(../../../../Images/brands/version/2021/title-icon001.png) no-repeat;
    vertical-align: top;
    margin-top: 21px;
}
.newsRecommendation .right .title b{
    font-size: 24px;
    color: #116cb0;
    margin: 0 20px;
}
.newsRecommendation .right ul{
    background-color: #fafafa;
    padding: 0 16px 14px;
    overflow: hidden;
}
.newsRecommendation .right li{
    margin-top: 22px;
    padding:0 25px;
    position: relative;
}
.newsRecommendation .right li p{
    height: 18px;
    line-height: 18px;
    overflow: hidden;
}
.newsRecommendation .right li p i{
    position: absolute;
    top: 1px;
    left: 0;
    width: 16px;
    height: 14px;
    background: url(../../../../Images/brands/version/2021/title-icon002.png) no-repeat;
}
.newsRecommendation .right li p a{
    font-size: 16px;
    color: #333;
}
.newsRecommendation .right li p a:hover{
    color: #116cb0;
}
.newsRecommendation .right li span{
    display: block;
    margin-top: 5px;
    font-size: 14px;
    color: #999;
}
.newsRecommendation .left{
    overflow: hidden;
}
.newsRecommendation .left .swiper-slide{
    padding-bottom: 45.64%;
    height: 0;
    overflow: hidden;
    position: relative;
}
.newsRecommendation .left .swiper-slide img{
    max-height: none;
    width: 100%;
}
.newsRecommendation .left .swiper-slide 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;
}
/* companyRecommend */
.companyRecommend{
    margin: 27px auto 40px;
}
.shareTitle{
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}
.shareTitle b {
    float: left;
    position: relative;
    width: 88px;
    border-bottom: 2px solid #116cb0;
    font: normal 24px/40px "microsoft yahei";
    color: #116cb0;
}
.shareTitle b i {
    position: absolute;
    top: 0;
    left: 53px;
    width: 35px;
    height: 24px;
    color: #000;
    text-indent: 5px;
    font: normal 12px/19px "microsoft yahei";
    background: url(https://www.nongjx.com/images/brands/version/2021/iconTitle004.png)  no-repeat;
}
.shareTitle i.line {
    height: 2px;
    background-color: #e2e2e2;
    width: 91%;
    position: absolute;
    right: 0;
    bottom: 0;
}
.shareTitle a{
    float: right;
    line-height: 43px;
    font-size: 16px;
    color: #999;
    text-transform: uppercase;
}
.companyRecommend ul{
    height: 140px;
    margin-right: -20px;
}
.companyRecommend li{
    float: left;
    width: 20%;
    height: 140px;
    padding-right: 20px;
    box-sizing: border-box;
}
.companyRecommend li a{
    display: block;
    height: 140px;
    border-radius: 6px;
    position: relative;
    background: url(https://www.nongjx.com/images/index2020/part2_item.png) no-repeat;
}
.companyRecommend li a:hover{
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
	z-index: 1000;
}
.companyRecommend li img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
/* part1 */
.part1,.part2{
    padding-bottom: 40px;
}
.part1 .swiperBox2 .swiper-top,.part2 .swiperBox3 .swiper-top{
    overflow: hidden;
}
.part1 .swiper-slide,.part2 .swiper-slide{
    width: 264px;
}
.part1 .swiper-slide a.image,.part2 .swiper-slide a.image{
    display: block;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    position: relative;
    border-radius: 6px 6px 0 0;
}
.part1 .swiper-slide a.image img,.part2 .swiper-slide a.image 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;
}
.part1 .swiper-slide a.image img:hover,.part2 .swiper-slide a.image img:hover{
    transform: scale(1.1);
    -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 .swiper-slide a.image span{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    padding: 0 10px;
    background-color: rgba(0, 0, 0, 0.2);
}
.part1 .swiper-slide a.image span i{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../../../../Images/brands/version/2021/play.png) no-repeat;
    font-style: normal;
    vertical-align: top;
    margin: 4px 5px 0 0;
}
.part1 .swiper-slide a.image span b{
    font-weight: normal;
    float: right;
}
.part1 .swiper-slide p,.part2 .swiper-slide p{
    background-color: #f8f8f8;
    padding: 8px 10px;
    border-radius: 0 0 6px 6px;
}
.part1 .swiper-slide p a,.part2 .swiper-slide p a{
    display: block;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    color: #333;
    overflow: hidden;
    border-radius: 0 0 6px 6px;
}
.part1 .swiper-slide p a:hover,.part2 .swiper-slide p a:hover{
    color: #f60;
}
.part1 .swiper-button-next,.part2 .swiper-container-rtl .swiper-button-prev {
    right: -57px!important;
    background: none!important;
    width: 36px!important;
    height: 60px!important;
    line-height: 60px;
    background-color: #d2d2d2!important;
    border-radius: 5px;
    text-align: center;
    margin-top: -30px;
}
.part2 .swiper-button-next,.part2 .swiper-container-rtl .swiper-button-prev {
    right: -57px!important;
    background: none!important;
    width: 36px!important;
    height: 60px!important;
    line-height: 60px;
    background-color: #d2d2d2!important;
    border-radius: 5px;
    text-align: center;
    margin-top: -30px;
}
.part1 .swiper-button-next a,.part1 .swiper-container-rtl .swiper-button-prev a,
.part1 .swiper-button-prev a,.part1 .swiper-container-rtl .swiper-button-next a{color: #fff;}
.part2 .swiper-button-next a,.part2 .swiper-container-rtl .swiper-button-prev a,
.part2 .swiper-button-prev a,.part2 .swiper-container-rtl .swiper-button-next a{color: #fff;}
.part1 .swiper-button-prev,.part2 .swiper-container-rtl .swiper-button-next {
    left: -57px!important;
    background: none!important;
    width: 36px!important;
    height: 60px!important;
    line-height: 60px;
    background-color: #d2d2d2!important;
    border-radius: 5px;
    text-align: center;
    margin-top: -30px!important;
}
.part2 .swiper-button-prev,.part2 .swiper-container-rtl .swiper-button-next {
    left: -57px!important;
    background: none!important;
    width: 36px!important;
    height: 60px!important;
    line-height: 60px;
    background-color: #d2d2d2!important;
    border-radius: 5px;
    text-align: center;
    margin-top: -30px !important;
}
/* brandsShow */
.brandsShow{
    background-color: #f8f8f8;
    padding-bottom: 30px;
}
.brandsShow-item .item-title{
    padding: 20px 0 15px 0;
    color: #333;
    overflow: hidden;
}
.brandsShow-item .item-title span{
    float: left;
    position: relative;
    line-height: 36px;
    padding-bottom: 10px;
    font-size: 24px;
}
.brandsShow-item .item-title span i{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
}  
.brandsShow-item .item-title a{
    float: right;
    line-height: 46px;
    font-size: 16px;
    color: #999;
    text-transform: uppercase;
    font-family: "Microsoft YaHei";
}
.brandsShow .brandsShow-item .item-title b{display: none;}
.brandsShow .brandsShow-item:nth-child(1) .item-title span i{background-color: #118bf3;}
.brandsShow .brandsShow-item:nth-child(2) .item-title span i{background-color: #f37111;}
.brandsShow .brandsShow-item:nth-child(3) .item-title span i{background-color: #9279ff;}
.brandsShow .brandsShow-item:nth-child(4) .item-title span i{background-color: #aa985e;}
.brandsShow .brandsShow-item:nth-child(5) .item-title span i{background-color: #ac7a54;}
.brandsShow .brandsShow-item:nth-child(6) .item-title span i{background-color: #2ca2a6;}
.brandsShow .brandsShow-item:nth-child(7) .item-title span i{background-color: #f27676;}
.brandsShow .brandsShow-item:nth-child(8) .item-title span i{background-color: #19aa53;}
.brandsShow .item-bot{
    background: url(../../../../Images/brands/version/2021/brandsShowBgi001.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    box-sizing: border-box;
}
.brandsShow .brandsShow-item .bgColor{
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 14px;
}
.brandsShow .brandsShow-item:nth-child(1) .bgColor{
    background-color: rgba(17, 139, 243,.3);
}
.brandsShow .brandsShow-item:nth-child(2) .bgColor{
    background-color: rgba(255, 158, 33,.3);
}
.brandsShow .brandsShow-item:nth-child(3) .bgColor{
    background-color: rgba(146, 121, 255,.3);
}
.brandsShow .brandsShow-item:nth-child(4) .bgColor{
    background-color: rgba(170, 151, 93,.3);
}
.brandsShow .brandsShow-item:nth-child(5) .bgColor{
    background-color: rgba(172, 122, 84,.3);
}
.brandsShow .brandsShow-item:nth-child(6) .bgColor{
    background-color: rgba(44, 162, 166,.3);
}
.brandsShow .brandsShow-item:nth-child(7) .bgColor{
    background-color: rgba(242, 118, 118,.3);
}
.brandsShow .brandsShow-item:nth-child(8) .bgColor{
    background-color: rgba(25, 170, 83,.3);
}
.brandsShow .item-bot ul{
    overflow: hidden;
}
.brandsShow .item-bot li{
    float: left;
    width: 16.66%;
    box-sizing: border-box;
    padding: 10px;
}
.brandsShow .item-bot li .item{
    padding: 10px;
    position: relative;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    overflow: hidden;
    background-color: #fff;
}
.brandsShow .item-bot li .images{
    display: block;
    height: 83px;
    position: relative;
}
.brandsShow .item-bot li .images img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.brandsShow .item-bot li .item p{
    text-align: center;
    position: relative;
}
.brandsShow .item-bot li .item p a{
    display: inline-block;
    height: 22px;
    line-height: 22px;
    max-width: 116px;
    overflow: hidden;
    color: #333;
    margin: 0 12px;
    font-size: 16px;
}
.brandsShow .item-bot li .item p i{
    position: relative;
    top: -9px;
    display: inline-block;
    width: 22px;
    height: 1px;
    background-color: #aaaaaa;
}
.brandsShow .item-bot li .item span {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}
.brandsShow .item-bot li .item span a {
    position: absolute;
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border: 1px solid #fff;
    border-radius: 6px;
    padding: 25px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 24px;
}
.brandsShow .item-bot li .item:hover span{
    display: block;
}
/* part3 */
.part3{
    overflow: hidden;
    margin-top: 15px;
}
.part3_left{
    float: left;
    width: 946px;
    margin-right: 36px;
}
.part3_left .shareTitle{
    margin-bottom: 0;
}
.part3_left ul{
    margin-right: -20px;
    overflow: hidden;
}
.part3_left li{
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding-right: 20px;
    margin-top: 20px;
}
.part3_left li a.images{
    display: block;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 6px;
}
.part3_left li a.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;
}
.part3_left li a.images img:hover{
    transform: scale(1.1);
    -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 li .text{
    background-color: #f8f8f8;
    padding: 0 10px 10px 10px;
    border-radius: 0 0 6px 6px;
}
.part3_left li .text p{
    height: 32px;
    line-height: 32px;
    overflow: hidden;
}
.part3_left li .text p a{
    font-size: 16px;
    color: #333;
}
.part3_left li .text p a:hover{
    color: #f60;
}
.part3_left li .text span{
    display: block;
    height: 36px;
    line-height: 18px;
    overflow: hidden;
    font-size: 14px;
    color: #999;
}
.part3_right{
    overflow: hidden;
}
.part3_right .title{
    height: 58px;
    line-height: 58px;
    border-top: 2px solid #116cb0;
    background-color: #e9f6ff;
    padding: 0 20px;
}
.part3_right .title b{
    float: left;
    font-size: 24px;
    color: #116cb0;
    position: relative;
}
.part3_right .title b i{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #116cb0;
}
.part3_right .title a{
    float: right;
    font-size: 16px;
    color: #999;
    text-transform: uppercase;
}
.part3_right ul{
    background-color: #fafafa;
    padding: 0 20px 18px;
    overflow: hidden;
}
.part3_right li{
    padding-left: 25px;
    position: relative;
    margin-top: 16px;
}
.part3_right li i{
    position: absolute;
    top: 3px;
    left: 0;
    width: 16px;
    height: 14px;
    background: url(../../../../Images/brands/version/2021/title-icon002.png) no-repeat;
}
.part3_right li a{
    display: block;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    font-size: 16px;
    color: #333;
}
.part3_right li a:hover{
    color: #116cb0;
}
/* service */
.service{
    width: 1400px;
    padding-top: 10px;
    margin: 40px auto 0;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
.service dl {
    float: left;
	width: 25%;
    height: 190px;
	padding-left: 24px;
    box-sizing: border-box;
    position: relative;
}
.service dl::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 220px;
    width: 1px;
    background-color: #f6f6f6;
}
.service dt {
    height: 48px;
    float: left;
    font: normal 16px/48px "Microsoft Yahei", "\5b8b\4f53";
    color: #565656;
    text-indent: 48px;
    background: url(https://www.nongjx.com/images/brand2016/serviceIcon.jpg) no-repeat;
}
.service dd{
    width: 220px;
    max-height: 112px;
    line-height: 28px;
    overflow: hidden;
}
.service dd a {
    float: left;
    color: #999;
    padding-right: 14px;
    font-size: 14px;
}
.service dd a:hover{
    color: #116cb0;
}
.service .s2 dt{
    background-position: 0 -48px;
}
.service .s3 dt{
    background-position: 0 -96px;
}
.service .s4 dt{
    background-position: 0 -144px;
}
/* footer */
#footer {
	width: 100%;
	margin: 40px auto 0;
	padding-bottom: 20px;
	border-top: 1px solid #e9e9e9;
}

.footer {
	width: 1400px;
	margin: 0 auto;
	padding-top: 16px;
	
}

.footer p {
	width: 1100px;
	float: left;
	font: normal 12px/30px "Microsoft Yahei", "\5b8b\4f53";
	overflow: hidden;
	color: #878787;
}

.footer p a {
	padding: 0 4px;
	color: #878787;
}

.footer p a:hover,
.footer span a:hover {
	color: #f60;
	text-decoration: underline;
}

.footer span {
	width: 1400px;
	height: 26px;
	float: left;
	padding: 16px 0;
	text-align: center;
	font: normal 16px/26px "Microsoft Yahei", "\5b8b\4f53";
	color: #333;
}

.footer span a {
	color: #333;
	padding: 0 10px;
}

.footer b {
	width: 1400px;
	height: 21px;
	float: left;
	text-align: center;
	font: normal 12px/21px "Tahoma", "\5b8b\4f53";
	color: #888;
}

.footer strong {
	padding: 0 15px;
}
/* 浮窗 */
.appDl{
	width:54px;
	position:fixed;
	top: 145px;
	right: 10px;
	z-index: 9999;
}
.appDl a{
	width:38px; height:46px; display:block; float:left; background:#FEB70F; text-align:center; font:normal 14px/20px "\5b8b\4f53","simhei"; color:#fff; padding:8px 8px 0 8px; margin:2px 0; opacity:0.7; filter:alpha(opacity=70); overflow: hidden;
}
.appDl a:hover{
	opacity:1; filter:alpha(opacity=100);
}
.appDl img{
	width: 100px;
	height: 100px;
	cursor: pointer;
	position: absolute;
	top: -20px;
	right: 60px;
	display: none;
    max-height: none;
    max-width: none;
}
.appDl:hover img{
	display: block;
}
#companyApp a{
	font:normal 12px/20px "Microsoft Yahei","simhei";
	background: #3697fe;
}
/*goTop*/
.backHome{ width:54px; }
.backHome a{ width:38px; height:46px; display:block; float:left; background:#5b7648; text-align:center; font:normal 14px/20px "Microsoft Yahei","simhei"; color:#fff; padding:8px 8px 0 8px; margin:2px 0; opacity:0.7; filter:alpha(opacity=70); background:url(https://www.nongjx.com/images/public/rightBar2.png) no-repeat 0 0; overflow: hidden; text-indent: -9999px; }
.backHome a:hover{ opacity:1; filter:alpha(opacity=100); }
.backHome a.guest,.backHome a.guest:hover{ background:url(https://www.nongjx.com/images/public/rightBar2.png) no-repeat 0 -114px; opacity: 0.7; filter:alpha(opacity=70); }
.backHome a.price{ background:url(https://www.nongjx.com/images/public/rightBar2.png) no-repeat 0px -57px; opacity: 0.7; filter:alpha(opacity=70); }
.backHome a.guest:hover,.backHome a.price:hover{ opacity: 1; filter:alpha(opacity=100); }
.toTop{ width:54px; height:54px; position:fixed; _position:absolute; top:379px; _top:expression(eval(document.documentElement.scrollTop+321)); display:none; }
.toTop a,.toTop a:hover{ display:block; width:54px; height:54px; background:url(https://www.nongjx.com/images/public/rightBar2.png) no-repeat 0px -171px; opacity: 0.6; filter:alpha(opacity=60); }
.toTop a:hover{ opacity:1; filter:alpha(opacity=100); }
#goTop { position:fixed; _position:absolute; top:203px; display:block; right:10px; }
*html, * html body { background-attachment:fixed; }
*html #goTop { position:absolute; right:expression(eval(document.documentElement.scrollLeft+10)); top:expression(eval(document.documentElement.scrollTop+145)); }
.newsRecommendation{overflow: hidden;}
#goTop .guest img {
    position: absolute;
    top: 96px;
    left: -105px;
    cursor: pointer;
    display: none;
    width: 100px;
    height: 100px;
    max-width: none;
}
#goTop .guest:hover img{display: block;}
@media only screen and (min-width:1600px){
    /* 版心宽度 */
    .main{
        width: 1400px;
    }
    .service{
        width: 1400px;
    }
    .footer {
        width: 1400px;
    }
    .footer span {
        width: 1400px;
    }
    .footer b {
        width: 1400px;
    }
    body{
        min-width: 1400px;
    }
    /* end */
}
@media only screen and (min-width:1400px) and (max-width:1599px){
    /* 版心宽度 */
    .main{
        width: 1240px;
    }
    .service{
        width: 1240px;
    }
    .footer {
        width: 1240px;
    }
    .footer span {
        width: 1240px;
    }
    .footer b {
        width: 1240px;
    }
    body{
        min-width: 1240px;
    }
    /* end */
    .nav .nav-top ul {
        height: 46px;
    }
    .nav .nav-top li {
        height: 46px;
        line-height: 46px;
    }
    .nav .nav-top li a {
        padding: 0 50px;
        font-size: 18px;
    }
    .nav .nav-top li a i::before {
        top: 12px;
    }
    .nav .nav-top li a b {
        top: 3px;
        right: 13px;
    }
    .nav .nav-bot {
        height: 46px;
        line-height: 46px;
    }
    .nav .nav-bot span.nav-bot-title {
        font-size: 16px;
    }
    .nav .nav-bot span.nav-bot-title i {
        width: 24px;
        height: 26px;
        background-size: 100% 100%;
        margin-right: 6px;
    }
    .nav .nav-bot .nav_item li a {
        font-size: 14px;
    }
    .newsRecommendation{overflow: hidden;}
    .newsRecommendation .right {
        width: 354px;
        margin-left: 30px;
    }
    .newsRecommendation .right .title {
        height: 50px;
        line-height: 50px;
    }
    .newsRecommendation .right .title b {
        font-size: 22px;
    }
    .newsRecommendation .right .title i {
        margin-top: 17px;
    }
    .newsRecommendation .left {
        width: 856px;
    }
    .newsRecommendation .right li p a {
        font-size: 15px;
        color: #333;
    }
    .newsRecommendation .right li {
        margin-top: 16px;
    }
    .newsRecommendation .right li p a {
        font-size: 15px;
    }
    .newsRecommendation .right li span {
        margin-top: 4px;
        font-size: 14px;
    }
    .companyRecommend {
        margin: 22px auto 30px;
    }
    .shareTitle {
        margin-bottom: 16px;
    }
    .shareTitle b {
        font-size: 23px;
    }
    .shareTitle a {
        font-size: 15px;
    }
    .companyRecommend ul {
        height: 124px;
        margin-right: -23px;
    }
    .companyRecommend li {
        height: 124px;
        padding-right: 17px;
    }
    .companyRecommend li a {
        height: 124px;
    }
    .part1, .part2 {
        padding-bottom: 30px;
    }
    .part1 .swiper-slide a.image span {
        height: 28px;
        line-height: 28px;
        font-size: 15px;
        padding: 0 8px;
    }
    .part1 .swiper-slide p, .part2 .swiper-slide p {
        padding: 6px 8px;
    }
    .part1 .swiper-slide p a, .part2 .swiper-slide p a {
        font-size: 15px;
        height: 18px;
        line-height: 18px;
    }
    .part1 .swiper-button-next, .part2 .swiper-container-rtl .swiper-button-prev {
        width: 30px !important;
        height: 54px !important;
        line-height: 54px;
        margin-top: -27px!important;
    }
    .part2 .swiper-button-next, .part2 .swiper-container-rtl .swiper-button-prev {
        width: 30px !important;
        height: 54px !important;
        line-height: 54px;
        margin-top: -27px!important;
    }
    .brandsShow-item .item-title {
        padding: 15px 0 10px 0;
    }
    .brandsShow-item .item-title span{
        height: 34px;
        line-height: 34px;
        font-size: 23px;
    }
    .brandsShow .item-bot li {
        padding: 8px;
    }
    .brandsShow .item-bot li .item {
        padding: 8px;
    }
    .brandsShow .item-bot li .images {
        height: 75px;
    }
    .brandsShow .item-bot li .item p i {
        width: 10px;
    }
    .brandsShow .item-bot li .item p a {
        height: 20px;
        line-height: 20px;
        max-width: 122px;
        margin: 0 10px;
        font-size: 15px;
    }
    .brandsShow .item-bot li .item span a {
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        padding: 25px;
        font-size: 16px;
        line-height: 22px;
    }
    .part3_left {
        width: 840px;
        margin-right: 30px;
    }
    .part3_left ul {
        margin-right: -17px;
    }
    .part3_left li {
        padding-right: 17px;
        margin-top: 16px;
    }
    .part3_left li .text p a {
        font-size: 15px;
    }
    .part3_left li .text span {
        height: 32px;
        line-height: 16px;
        font-size: 13px;
    }
    .part3_right .title {
        height: 50px;
        line-height: 50px;
    }
    .part3_right .title b {
        font-size: 22px;
    }
    .part3_right li a {
        font-size: 15px;
    }
    .part3_right ul {
        padding: 0 20px 19px;
    }
    .part3_right li {
        margin-top: 13px;
    }
    .brandsShow-item .item-title a{
        font-size: 15px;
        line-height: 44px;
    }
}
@media only screen and (min-width:1200px) and (max-width:1399px){
    /* 版心宽度 */
    .main{
        width: 1168px;
    }
    .service{
        width: 1168px;
    }
    .footer {
        width: 1168px;
    }
    .footer span {
        width: 1168px;
    }
    .footer b {
        width: 1168px;
    }
    body{
        min-width: 1168px;
    }
    /* end */
    .top .logo img{
        height: 53px;
    }
    .top .topAdv {
        width: 250px;
        margin-left: 32px;
    }
    .top .form {
        width: 520px;
        height: 36px;
    }
    .top .form .select .select-top p {
        font-size: 14px;
        line-height: 36px;
        text-indent: 16px;
    }
    .top .form .select .select-top i {
        top: 16px;
        right: 8px;
    }
    .top .form .select ul {
        width: 68px;
        top: 38px;
    }
    .top .form .select ul li {
        font: normal 13px/22px microsoft yahei;
    }
    .top .form input {
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }
    .top .form button {
        line-height: 38px;
        font-size: 15px;
    }
    .nav .nav-top ul {
        height: 44px;
    }
    .nav .nav-top li {
        height: 44px;
        line-height: 44px;
    }
    .nav .nav-top li a {
        padding: 0 45px;
        font-size: 18px;
    }
    .nav .nav-top li a i::before {
        top: 12px;
        height: 18px;
    }
    .nav .nav-bot {
        height: 44px;
        line-height: 44px;
    }
    .nav .nav-bot span.nav-bot-title {
        font-size: 16px;
    }
    .nav .nav-bot span.nav-bot-title i {
        width: 22px;
        height: 24px;
        margin-right: 5px;
        background-size: 100% 100%;
    }
    .nav .nav-bot .nav_item li {
        padding: 0 22px;
    }
    .nav .nav-bot .nav_item li a {
        font-size: 14px;
    }
    .top {
        padding: 25px 0;
        height: 53px;
    }
    .top #searchForm {
        margin-top: 9px;
    }
    .nav {
        margin-bottom: 25px;
    }
    .newsRecommendation .right {
        width: 335px;
        margin-left: 30px;
    }
    .newsRecommendation .right .title {
        height: 48px;
        line-height: 48px;
    }
    .newsRecommendation .right .title b {
        font-size: 20px;
        margin: 0 15px;
    }
    .newsRecommendation .right .title i {
        width: 20px;
        height: 12px;
        margin-top: 17px;
        background-size: 100% 100%;
    }
    .newsRecommendation .right ul {
        padding: 0 12px 10px;
    }
    .newsRecommendation .right li {
        margin-top: 13px;
        padding: 0 22px;
    }
    .newsRecommendation .right li p i {
        top: 4px;
        width: 12px;
        height: 10px;
        background-size: 100% 100%;
    }
    .newsRecommendation .right li p a {
        font-size: 14px;
    }
    .newsRecommendation .right li span {
        margin-top: 4px;
        font-size: 13px;
    }
    .companyRecommend {
        margin: 25px auto 30px;
    }
    .shareTitle {
        margin-bottom: 13px;
    }
    .shareTitle b {
        font-size: 22px;
    }
    .shareTitle a {
        font-size: 14px;
    }
    .shareTitle i.line {
        width: 89%;
    }
    .companyRecommend ul {
        height: 118px;
        margin-right: -16px;
    }
    .companyRecommend li {
        height: 118px;
        padding-right: 16px;
    }
    .companyRecommend li a {
        height: 118px;
    }
    .part1, .part2 {
        padding-bottom: 25px;
    }
    .part1 .swiper-slide p, .part2 .swiper-slide p {
        padding: 7px 10px;
    }
    .part1 .swiper-slide p a, .part2 .swiper-slide p a {
        font-size: 14px;
        height: 16px;
        line-height: 16px;
    }
    .part1 .swiper-slide a.image span {
        height: 26px;
        line-height: 26px;
        font-size: 14px;
        padding: 0 8px;
    }
    .part1 .swiper-slide a.image span i {
        width: 16px;
        height: 16px;
        background-size: 100% 100%;
    }
    .part1 .swiper-button-next, .part2 .swiper-container-rtl .swiper-button-prev {
        right: -35px !important;
        width: 26px !important;
        height: 50px !important;
        line-height: 50px;
        margin-top: -25px !important;
    }
    .part1 .swiper-button-prev, .part2 .swiper-container-rtl .swiper-button-next {
        left: -35px !important;
        width: 26px !important;
        height: 50px !important;
        line-height: 50px;
        margin-top: -25px !important;
    }
    .part2 .swiper-button-next, .part2 .swiper-container-rtl .swiper-button-prev {
        right: -35px !important;
        width: 26px !important;
        height: 50px !important;
        line-height: 50px;
        margin-top: -25px !important;
    }
    .part2 .swiper-button-prev, .part2 .swiper-container-rtl .swiper-button-next {
        left: -35px !important;
        width: 26px !important;
        height: 50px !important;
        line-height: 50px;
        margin-top: -25px !important;
    }
    .brandsShow-item .item-title {
        padding: 15px 0 10px 0;
    }
    .brandsShow-item .item-title span{
        height: 34px;
        line-height: 34px;
        font-size: 22px;
    }
    .brandsShow .brandsShow-item .bgColor {
        padding: 13px;
    }
    .brandsShow .item-bot li {
        padding: 7px;
    }
    .brandsShow .item-bot li .item {
        padding: 7px;
    }
    .brandsShow .item-bot li .item p i {
        top: -6px;
        width: 10px;
        height: 1px;
    }
    .brandsShow .item-bot li .item p a {
        height: 16px;
        line-height: 16px;
        max-width: 122px;
        margin: 0 8px;
        font-size: 13px;
    }
    .brandsShow .item-bot li .images {
        height: 75px;
    }
    .brandsShow .item-bot li .item span a {
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        padding: 20px;
        font-size: 15px;
        line-height: 22px;
    }
    .part3 {
        margin-top: 30px;
    }
    .part3_left {
        width: 790px;
        margin-right: 30px;
    }
    .part3_left li {
        padding-right: 16px;
        margin-top: 16px;
    }
    .part3_left li .text {
        padding: 0 8px 8px 8px;
    }
    .part3_left li .text p {
        height: 28px;
        line-height: 28px;
    }
    .part3_left li .text p a {
        font-size: 14px;
    }
    .part3_left li .text span {
        height: 30px;
        line-height: 15px;
        font-size: 13px;
    }
    .part3_right .title {
        height: 48px;
        line-height: 48px;
        padding: 0 17px;
    }
    .part3_right ul {
        padding: 0 17px 15px;
    }
    .part3_right li {
        padding-left: 20px;
        margin-top: 13px;
    }
    .part3_right li a {
        height: 16px;
        line-height: 16px;
        font-size: 14px;
    }
    .part3_right li i {
        width: 12px;
        height: 10px;
        background-size: 100% 100%;
    }
    .part3_right .title b {
        font-size: 20px;
    }
    .part3_right .title a {
        font-size: 14px;
    }
    .part3_right .title b i {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 7px solid #116cb0;
    }
    .service {
        margin: 30px auto 0;
    }
    #footer {
        margin: 30px auto 0;
    }
    .brandsShow-item .item-title a{
        font-size: 14px;
        line-height: 44px;
    }
}
@media only screen and (min-width:1025px) and (max-width:1199px){
    /* 版心宽度 */
    .main{
        width: 978px;
    }
    .service{
        width: 978px;
    }
    .footer {
        width: 978px;
    }
    .footer span {
        width: 978px;
    }
    .footer b {
        width: 978px;
    }
    body{
        min-width: 978px;
    }
    /* end */
    .header {
        height: 31px;
        line-height: 31px;
    }
    .bannerAdvtop li {
        margin-top: 15px;
    }
    .top {
        padding: 20px 0;
        height: 45px;
    }
    .top .logo img{
        height: 45px;
    }
    .top .form {
        width: 430px;
        height: 30px;
    }
    .top .form .select .select-top p {
        font-size: 13px;
        line-height: 30px;
        text-indent: 10px;
    }
    .top .form .select .select-top i {
        width: 8px;
        height: 4px;
        right: 6px;
        top: 13px;
        background-size: 100% 100%;
    }
    .top .topAdv {
        float: right;
        width: 212px;
        margin-left: 28px;
    }
    .top .form input {
        height: 30px;
        line-height: 30px;
        font-size: 13px;
        text-indent: 8px;
    }
    .top .form button {
        line-height: 32px;
        font-size: 13px;
    }
    .nav .nav-top ul {
        height: 38px;
    }
    .nav .nav-top li {
        height: 38px;
        line-height: 38px;
    }
    .nav .nav-top li a {
        padding: 0 36px;
        font-size: 16px;
    }
    .nav .nav-top li a i::before {
        right: 0;
        top: 13px;
        height: 12px;
        width: 1px;
    }
    .nav .nav-top li a b {
        top: 1px;
        right: 2px;
        width: 37px;
        height: 12px;
        background-size: 90%;
    }
    .nav .nav-bot {
        height: 38px;
        line-height: 38px;
    }
    .nav .nav-bot span.nav-bot-title {
        width: 9%;
        font-size: 14px;
    }
    .nav .nav-bot span.nav-bot-title i {
        width: 20px;
        height: 22px;
        margin-right: 5px;
        background-size: 100% 100%;
    }
    .nav .nav-bot .nav_item {
        width: 91%;
    }
    .nav .nav-bot .nav_item li a {
        font-size: 13px;
    }
    .nav .nav-bot .nav_item li {
        padding: 0 15px;
    }
    .nav {
        margin-bottom: 15px;
    }
    .newsRecommendation .right {
        float: right;
        width: 280px;
        margin-left: 24px;
    }
    .newsRecommendation .right .title {
        height: 40px;
        line-height: 40px;
    }
    .newsRecommendation .right .title b {
        font-size: 16px;
        margin: 0 16px;
    }
    .newsRecommendation .right .title i {
        width: 18px;
        height: 11px;
        margin-top: 13px;
        background-size: 100% 100%;
    }
    .newsRecommendation .right ul {
        padding: 0 10px 13px;
    }
    .newsRecommendation .right li p {
        height: 15px;
        line-height: 15px;
    }
    .newsRecommendation .right li p a {
        font-size: 13px;
    }
    .newsRecommendation .right li p i {
        width: 12px;
        height: 10px;
        background-size: 100% 100%;
    }
    .newsRecommendation .right li {
        margin-top: 9px;
        padding: 0 18px;
        position: relative;
    }
    .newsRecommendation .right li span {
        margin-top: 3px;
        font-size: 12px;
    }
    .companyRecommend {
        margin: 20px auto 25px;
    }
    .shareTitle {
        margin-bottom: 14px;
    }
    .shareTitle b {
        font-size: 20px;
    }
    .shareTitle i.line {
        width: 88%;
    }
    .shareTitle a {
        font-size: 12px;
    }
    .companyRecommend ul {
        height: 98px;
        margin-right: -15px;
    }
    .companyRecommend li {
        height: 98px;
        padding-right: 15px;
    }
    .companyRecommend li a {
        height: 98px;
    }
    .part1, .part2 {
        padding-bottom: 20px;
    }
    .part1 .swiper-slide a.image span {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 22px;
        line-height: 22px;
        font-size: 13px;
        color: #fff;
        padding: 0 6px;
        background-color: rgba(0, 0, 0, 0.2);
    }
    .part1 .swiper-slide a.image span i {
        width: 15px;
        height: 15px;
        margin: 3px 3px 0 0;
        background-size: 100% 100%;
    }
    .part1 .swiper-slide p, .part2 .swiper-slide p {
        padding: 5px 8px;
    }
    .part1 .swiper-slide p a, .part2 .swiper-slide p a {
        font-size: 13px;
        height: 18px;
        line-height: 18px;
    }
    .part1 .swiper-button-next, .part2 .swiper-container-rtl .swiper-button-prev {
        right: -32px !important;
        width: 24px !important;
        height: 42px !important;
        line-height: 42px;
        margin-top: -21px !important;
    }
    .part1 .swiper-button-prev, .part2 .swiper-container-rtl .swiper-button-next {
        left: -32px !important;
        width: 24px !important;
        height: 42px !important;
        line-height: 42px;
        margin-top: -21px !important;
    }
    .part2 .swiper-button-next, .part2 .swiper-container-rtl .swiper-button-prev {
        right: -32px !important;
        width: 24px !important;
        height: 42px !important;
        line-height: 42px;
        margin-top: -21px !important;
    }
    .part2 .swiper-button-prev, .part2 .swiper-container-rtl .swiper-button-next {
        left: -32px !important;
        width: 24px !important;
        height: 42px !important;
        line-height: 42px;
        margin-top: -21px !important;
    }
    .brandsShow-item .item-title {
        padding: 15px 0 8px 0;
    }
    .brandsShow-item .item-title span{
        height: 30px;
        line-height: 30px;
        font-size: 22px;
        padding-bottom: 7px;
    }
    .brandsShow .brandsShow-item .bgColor {
        padding: 9px;
    }
    .brandsShow .item-bot li {
        padding: 7px;
    }
    .brandsShow .item-bot li .item {
        padding: 7px;
    }
    .brandsShow .item-bot li .images {
        height: 55px;
    }
    .brandsShow .item-bot li .item p i {
        top: -7px;
        width: 6px;
        height: 1px;
    }
    .brandsShow .item-bot li .item p a {
        height: 16px;
        line-height: 18px;
        max-width: 113px;
        margin: 0 2px;
        font-size: 13px;
    }
    .brandsShow .item-bot li .item span a {
        top: 4px;
        left: 4px;
        right: 4px;
        bottom: 4px;
        padding: 18px;
        font-size: 13px;
        line-height: 18px;
    }
    .part3_left li {
        padding-right: 14px;
        margin-top: 14px;
    }
    .part3_left li .text {
        padding: 0 7px 7px 7px;
    }
    .part3_left li .text p {
        height: 24px;
        line-height: 24px;
    }
    .part3_left li .text p a {
        font-size: 14px;
    }
    .part3_left li .text span {
        height: 28px;
        line-height: 14px;;
        font-size: 12px;
    }
    .part3_left {
        width: 658px;
        margin-right: 24px;
    }
    .part3_right .title {
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
    }
    .part3_right .title b {
        font-size: 16px;
    }
    .part3_right .title b i {
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 5px solid #116cb0;
    }
    .part3_right .title a {
        font-size: 13px;
    }
    .part3_right ul {
        padding: 0 14px 14px;
    }
    .part3_right li {
        margin-top: 10px;
    }
    .part3_right li i {
        width: 12px;
        height: 10px;
        background-size: 100% 100%;
    }
    .part3_right li a {
        height: 15px;
        line-height: 15px;
        font-size: 13px;
    }
    .service {
        margin: 25px auto 0;
    }
    .service dd a {
        padding-right: 12px;
        font-size: 13px;
    }
    .footer span {
        height: 24px;
        padding: 14px 0;
        font: normal 14px/24px "Microsoft Yahei", "\5b8b\4f53";
    }
    #footer {
        margin: 25px auto 0;
        padding-bottom: 15px;
    }
    .top .form .select ul {
        width: 62px;
        top: 32px;
    }
    .top .form .select ul li {
        font: normal 12px/22px microsoft yahei;
        text-indent: 10px;
        line-height: 22px;
    }
    .brandsShow-item .item-title a{
        line-height: 40px;
        font-size: 12px;
    }
}
@media only screen and (max-width:1024px){
    /* 版心宽度 */
    .main{
        width: 840px;
    }
    .service{
        width: 840px;
    }
    .footer {
        width: 840px;
    }
    .footer span {
        width: 840px;
    }
    .footer b {
        width: 840px;
    }
    body{
        min-width: 840px;
    }
    /* end */
    .header {
        height: 31px;
        line-height: 31px;
    }
    .header p a {
        margin-right: 10px;
    }
    .bannerAdvtop li {
        margin-top: 10px;
    }
    .top {
        padding: 20px 0;
        height: 38px;
    }
    .top .logo img{
        height: 38px;
    }
    .top #searchForm {
        margin-top: 6px;
    }
    .top .form {
        width: 372px;
        height: 28px;
    }
    .top .form .select .select-top p {
        font-size: 12px;
        line-height: 28px;
        text-indent: 8px;
    }
    .top .form .select .select-top i {
        width: 8px;
        height: 4px;
        right: 3px;
        top: 13px;
        background-size: 100% 100%;
    }
    .top .topAdv {
        float: right;
        width: 179px;
        margin-left: 24px;
    }
    .top .form input {
        height: 28px;
        line-height: 28px;
        font-size: 12px;
        text-indent: 8px;
    }
    .top .form button {
        line-height: 30px;
        font-size: 12px;
    }
    .nav .nav-top ul {
        height: 34px;
    }
    .nav .nav-top li {
        height: 34px;
        line-height: 34px;
    }
    .nav .nav-top li a {
        padding: 0 32px;
        font-size: 14px;
    }
    .nav .nav-top li a i::before {
        right: 0;
        top: 13px;
        height: 12px;
        width: 1px;
    }
    .nav .nav-top li a b {
        top: 1px;
        right: 2px;
        width: 37px;
        height: 12px;
        background-size: 90%;
    }
    .nav .nav-bot {
        height: 34px;
        line-height: 34px;
    }
    .nav .nav-bot span.nav-bot-title {
        width: 9%;
        font-size: 13px;
    }
    .nav .nav-bot span.nav-bot-title i {
        width: 16px;
        height: 18px;
        margin-right: 3px;
        background-size: 100% 100%;
    }
    .nav .nav-bot .nav_item {
        width: 91%;
    }
    .nav .nav-bot .nav_item li a {
        font-size: 12px;
    }
    .nav .nav-bot .nav_item li {
        padding: 0 10px;
    }
    .nav {
        margin-bottom: 15px;
    }
    .newsRecommendation .right {
        float: right;
        width: 242px;
        margin-left: 20px;
    }
    .newsRecommendation .right .title {
        height: 34px;
        line-height: 34px;
    }
    .newsRecommendation .right .title b {
        font-size: 14px;
        margin: 0 14px;
    }
    .newsRecommendation .right .title i {
        width: 16px;
        height: 10px;
        margin-top: 12px;
        background-size: 100% 100%;
    }
    .newsRecommendation .right ul {
        padding: 0 8px 10px;
    }
    .newsRecommendation .right li p {
        height: 13px;
        line-height: 13px;
    }
    .newsRecommendation .right li p a {
        font-size: 12px;
    }
    .newsRecommendation .right li p i {
        width: 12px;
        height: 10px;
        background-size: 100% 100%;
    }
    .newsRecommendation .right li {
        margin-top: 7px;
        padding: 0 18px;
        position: relative;
    }
    .newsRecommendation .right li span {
        margin-top: 1px;
        font-size: 12px;
    }
    .companyRecommend {
        margin: 15px auto 20px;
    }
    .shareTitle {
        margin-bottom: 14px;
    }
    .shareTitle b {
        width: 82px;
        font: normal 18px/38px "microsoft yahei";
    }
    .shareTitle b i {
        left: 46px;
    }
    .shareTitle i.line {
        width: 88%;
    }
    .shareTitle a {
        line-height: 40px;
        font-size: 12px;
    }
    .companyRecommend ul {
        height: 83px;
        margin-right: -12px;
    }
    .companyRecommend li {
        height: 83px;
        padding-right: 12px;
    }
    .companyRecommend li a {
        height: 83px;
    }
    .part1, .part2 {
        padding-bottom: 15px;
    }
    .part1 .swiper-slide a.image span {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        color: #fff;
        padding: 0 6px;
        background-color: rgba(0, 0, 0, 0.2);
    }
    .part1 .swiper-slide a.image span i {
        width: 14px;
        height: 14px;
        margin: 3px 3px 0 0;
        background-size: 100% 100%;
    }
    .part1 .swiper-slide p, .part2 .swiper-slide p {
        padding: 4px 7px;
    }
    .part1 .swiper-slide p a, .part2 .swiper-slide p a {
        font-size: 12px;
        height: 16px;
        line-height: 16px;
    }
    .part1 .swiper-button-next, .part2 .swiper-container-rtl .swiper-button-prev {
        right: -28px !important;
        width: 22px !important;
        height: 38px !important;
        line-height: 38px;
        margin-top: -19px !important;
    }
    .part1 .swiper-button-prev, .part2 .swiper-container-rtl .swiper-button-next {
        left: -28px !important;
        width: 22px !important;
        height: 38px !important;
        line-height: 38px;
        margin-top: -19px !important;
    }
    .part2 .swiper-button-next, .part2 .swiper-container-rtl .swiper-button-prev {
        right: -28px !important;
        width: 22px !important;
        height: 38px !important;
        line-height: 38px;
        margin-top: -19px !important;
    }
    .part2 .swiper-button-prev, .part2 .swiper-container-rtl .swiper-button-next {
        left: -28px !important;
        width: 22px !important;
        height: 38px !important;
        line-height: 38px;
        margin-top: -19px !important;
    }
    .brandsShow-item .item-title {
        padding: 10px 0 8px 0;
    }
    .brandsShow-item .item-title span{
        height: 26px;
        line-height: 26px;
        padding-bottom: 5px;
        font-size: 18px;
    }
    .brandsShow-item .item-title span i{
        height: 1px;
    }
    .brandsShow .brandsShow-item .bgColor {
        padding: 8px;
    }
    .brandsShow .item-bot li {
        padding: 5px;
    }
    .brandsShow .item-bot li .item {
        padding: 5px;
    }
    .brandsShow .item-bot li .images {
        height: 44px;
        margin-top: 3px;
    }
    .brandsShow .item-bot li .item p i {
        top: -7px;
        width: 3px;
        height: 1px;
    }
    .brandsShow .item-bot li .item p a {
        height: 14px;
        line-height: 14px;
        max-width: 104px;
        margin: 0 2px;
        font-size: 12px;
    }
    .brandsShow .item-bot li .item p{
        height: 14px;
    }
    .brandsShow .item-bot li .item span a {
        top: 3px;
        left: 3px;
        right: 3px;
        bottom: 3px;
        padding: 10px;
        font-size: 12px;
        line-height: 16px;
    }
    .part3_left li {
        padding-right: 12px;
        margin-top: 12px;
    }
    .part3_left li .text {
        padding: 0 4px 4px 4px;
    }
    .part3_left li .text p {
        height: 22px;
        line-height: 22px;
    }
    .part3_left li .text p a {
        font-size: 13px;
    }
    .part3_left li .text span {
        height: 24px;
        line-height: 12px;
        font-size: 12px;
    }
    .part3_left {
        width: 572px;
        margin-right: 20px;
    }
    .part3_right .title {
        height: 35px;
        line-height: 35px;
        padding: 0 12px;
    }
    .part3_right .title b {
        font-size: 14px;
    }
    .part3_right .title b i {
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        border-top: 4px solid #116cb0;
    }
    .brandsShow {
        padding-bottom: 15px;
    }
    .part3_right .title a {
        font-size: 12px;
    }
    .part3_right ul {
        padding: 0 12px 12px;
    }
    .part3_right li {
        margin-top: 9px;
    }
    .part3_right li i {
        width: 12px;
        height: 10px;
        background-size: 100% 100%;
    }
    .part3_right li a {
        height: 14px;
        line-height: 14px;
        font-size: 12px;
    }
    .service {
        margin: 20px auto 0;
    }
    .service dd a {
        padding-right: 10px;
        font-size: 12px;
    }
    .footer span {
        height: 24px;
        padding: 14px 0;
        font: normal 14px/24px "Microsoft Yahei", "\5b8b\4f53";
    }
    #footer {
        margin: 20px auto 0;
        padding-bottom: 15px;
    }
    .top .form .select ul {
        width: 62px;
        top: 32px;
    }
    .top .form .select ul li {
        font: normal 12px/22px microsoft yahei;
        text-indent: 10px;
        line-height: 22px;
    }
    .brandsShow-item .item-title a{
        line-height: 36px;
        font-size: 12px;
    }
}