﻿/* CSS Document   Version: 1.0.0
   Date: 2018/08/22
   Author: Tian Guang
   Copyright: www.east.net
*/


/*右侧*/

* {
    margin: 0;
    padding: 0;
    list-style: none;
}
.MobileCode{display: none;}

.x_indexBanner {
    display: block;
}

.M_banner {
    display: none;
}

.BackTop {
    display: none;
}

#sliderBar {
    position: fixed;
    bottom: 200px;
    right: 0px;
    z-index: 999;
}
#sliderBar ul li {
    width: 48px;
    height: 48px;
    cursor: pointer;
    position: relative;
}

#sliderBar ul li.ma {
    background: url('../images/youce.png') center center no-repeat;
}
#sliderBar ul li.ma>p {
    width:128px;
    height: 127px;
   background: url('../images/ferw.jpg') center center no-repeat;
    position: absolute;
    left: -130px;
    top:0px;
    line-height: 40px;
    opacity: 0;
}
#sliderBar ul li.ma:hover>p{
     opacity: 1;
}





/*右侧end*/

.center {
    width: 1200px;
    margin: 0 auto;
}

.position {
    line-height: 48px;
    height: 48px;
    text-align: right;
    background-color: #f6f6f7;
    letter-spacing: 2px;
}

.position .center .location {
    background: url(../images/daohang.png) left center no-repeat;
    
    padding-left: 20px;
    display: inline-block;
}
.position .center .location a:hover{color:#5cb531;}
.position .center .location  span{padding:0px 5px}

.position .center a {
    color: #313131;
    font-size: 12px;
}

.leftNav {
    float: left;
    width: 282px;
    margin: 20px 0px;
}

.leftNav p.title {
    line-height: 66px;
    height: 66px;
    overflow: hidden;
    background: url("../images/leftNav.png") center center no-repeat;
    background-size: cover;
    font-size: 24px;
    color: #f6f6f7;
    padding-left: 35px;
}

.leftNav .subnav {
    line-height: 39px;
}

.leftNav .subnav li,
.leftNav .subnav li.now {
    
    background: url("../images/icon1.png") left -2px no-repeat;
}

.leftNav .subnav li:hover,
.leftNav .subnav li.now {
    background: url("../images/icon.png") left -2px no-repeat;
}

.leftNav .subnav li a.firstA,
.leftNav .subnav li.now a.firstA {
    color: #231815;
    font-size: 18px;
}

.leftNav .subnav li:hover a.firstA,
.leftNav .subnav li.now a.firstA {
    color: #5cb531;
    font-size: 18px;
    font-weight: bold;
}

.leftNav .subnav li a.firstA {
    color: #231815;
    display: block;
    /*margin: 0 13px;*/
    height: 58px;
    line-height: 58px;
    margin-top: 2px;
    padding-left: 57px;
    border-bottom: 1px solid #5cb531;
}

.rightmain {
    float: right;
    width: 880px;
    position: relative;
    margin: 21px 0px 50px 0px;
    min-height: 300px;
}

.rcontent {
    color: #313131;
    font-size: 14px;
    line-height: 25px;
}

.rightmain img{max-width:100%;max-height: 700px;}

/*视频中心*/

.videomain {
    float: right;
    width: 883px;
    position: relative;
    margin-top: 21px;
    margin-bottom: 61px;
}

.videomain .vcontent {
    margin-bottom: 68px;
    min-height: 200px;
}


.videomain img{max-width: 100%;}

.about_prc {
    cursor: pointer;
    width: 284px;
    height: 240px;
    background-color: #FFFFFF;
    float: left;
    margin-right: 15px;
}

.vi {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.vi img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 183px;
}

.vi .ovrly {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    position: absolute;
    width: 100%;
    left: -50%;
    top: 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.vi .buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.vi .buttons .fa {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    display: inline-block;
    margin: 0 1px;
    text-align: center;
    -webkit-transition: all 0.2s 0.3s;
    -moz-transition: all 0.2s 0.3s;
    -o-transition: all 0.2s 0.3s;
    transition: all 0.2s 0.3s;
    opacity: 0;
}

.vi .buttons .fa img {
    width: 39px;
    height: 35px;
}

.vi:hover .ovrly {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
}

.vi:hover .buttons .fa {
    opacity: 1;
}

.about_p p {
    font-size: 14px;
    color: #313131;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
}

.about_prc:hover .about_p p {
    color: #5cb531;
    font-weight: bold;
}


/*页码*/

.pages {
    text-align: center;
}

.pages a {
    padding: 10px 15px;
    background-color: #f6f6f7;
    margin: 0 5px;
    color: #313131;
    font-size: 14px;
    font-family: arial;
}

.pages a:hover {
    background-color: #5cb531;
    color: #ffffff;
}

.pn_page {
    margin-top: 55px;
    margin-bottom: 160px;
}

.pn_page a {
    display: block;
    color: #959595;
    line-height: 40px;
}

.pn_page a:hover {
    color: #5cb531;
}

.pn_page1 {
    margin-top: 30px;
    margin-bottom: 80px;
}

.pn_page1 a {
    display: block;
    color: #959595;
    line-height: 40px;
}

.pn_page1 a:hover {
    color: #5cb531;
}


/*招贤纳士*/

.contactmain {
    float: right;
    width: 887px;
    position: relative;
    margin-bottom: 61px;
}

.contactmain .concontent {
    margin-bottom: 68px;
    margin-top: 30px;
}

.conslist ul li {
    position: relative;
    height: 62px;
    border-bottom: 1px dashed #eeeeee;
    border-top: 1px dashed #eeeeee;
}

.conslist ul li a {
    padding-left: 28px;
    font-size: 14px;
    color: #231815;
    line-height: 62px;
    height: 62px;
    display: block;
}

.conslist ul li em {
    float: right;
    display: inline-block;
    width: 78px;
    font-size: 14px;
}

.conslist ul li:hover a,
.conslist ul li:hover em {
    color: #5cb531;
    background-color: #f6f6f7;
}


/*招贤纳士详情*/

.coninfomain {
    float: right;
    width: 887px;
    position: relative;
    margin-top: 21px;
    border-top: 2px solid #5cb531;
}

.coninfocontent {
    background-color: #f7f9fa;
}

.coninfocontent p {
    margin-left: 20px;
    font-size: 26px;
    color: #5cb531;
    padding-top: 30px;
}

.coninfocontent .s_coninfo {
    margin-left: 20px;
    color: #231815;
    font-size: 14px;
    margin-top: 35px;
    border-bottom: 1px solid #e3e3e3;
    line-height: 2;
    display: block;
    padding-bottom: 40px;
}

.coninfocontent .s1_coninfo {
    margin-left: 20px;
    color: #231815;
    font-size: 14px;
    margin-top: 35px;
    line-height: 2;
    display: block;
    padding-bottom: 58px;
}

.coninfomain .s2_coninfo {
    padding-bottom: 50px;
}

.coninfomain .s2_coninfo span>a {
    width: 145px;
    height: 50px;
    position: relative;
    line-height: 50px;
    background-color: #5cb531;
    display: block;
    text-align: center;
    margin: 0 auto;
    color: #ffffff;
    font-size: 20px;
}


/*联系方式*/

.conusmain {
    float: right;
    width: 882px;
    position: relative;
    margin-top: 40px;
    margin-bottom: 30px;
}

.conusmain h1 {
    font-size: 26px;
    color: #5cb531;
}

.z_conuscontent {
    width: 430px;
    height: 535px;
    background-color: #f6f6f7;
    margin-top: 25px;
    float: left;
    margin-right: 20px;
}

.z_conuscontent h1 {
    color: #231815;
    font-size: 18px;
    margin-left: 19px;
    height: 24px;
    padding-top: 20px;
    background: url(../images/icon-slide.png) left 20px no-repeat;
    padding-left: 13px;
}

.z_conuscontent img {
    margin-left: 19px;
    margin-top: 10px;
    width: 393px;
    height: 280px;
}

.z_conuscontent p {
    margin-left: 19px;
    margin-top: 25px;
    line-height: 2;
    color: #231815;
    font-size: 14px;
}


/*荣誉资质 */

.honormain {
    float: right;
    width: 882px;
    position: relative;
    margin-bottom: 30px;
}

.subnavhon {
    margin-top: 21px;
    line-height: 38px;
    text-align: center;
}

.subnavhon li,
.subnavhon li.now {
    background-color: #f6f6f7;
    width: 91px;
    height: 38px;
    float: left;
    margin-right: 10px;
}

.subnavhon li:hover,
.subnavhon.now {
    background-color: #5cb531;
}

.subnavhon li a,
.subnavhon li.now a {
    color: #231815;
    font-size: 14px;
}

.subnavhon li:hover a,
.subnavhon li.now a {
    color: #ffffff;
    background-color: #5cb531;
    font-size: 14px;
    font-weight: bold;
}

.subnavhon li a {
    color: #231815;
    display: block;
}

.honormain .hcontent {
    text-align: center;
    margin-top: 43px;
}

.honormain .hcontent img{max-width: 100%;}

/*行业动态*/

.hyactmain {
    width: 885px;
    float: right;
    position: relative;
    margin-bottom: 85px;
}

.hyactmain .hyacontent {
    margin-bottom: 70px;
    margin-top: 40px;
}

.hyalist ul li {
    position: relative;
    height: 50px;
    border-bottom: 1px solid #eeeeee;
}

.hyalist ul li a {
    padding-left: 28px;
    font-size: 14px;
    color: #231815;
    line-height: 50px;
    height: 50px;
    display: block;
}

.hyalist ul li em {
    float: right;
    display: inline-block;
    width: 78px;
    font-size: 14px;
}

.hyalist ul li:hover a,
.hyalist ul li:hover em {
    color: #5cb531;
}


/*行业动态详情*/

.hyactinfomain {
    width: 882px;
    float: right;
    position: relative;
    margin-bottom: 85px;
}

.hyactinfomain .hyainfocontent {
    margin-top: 21px;
}

.hyactinfomain img{max-width:100%;}
.hyatop {
    width: 881px;
    height: auto;
    padding: 0 0 30px 0;
    background-color: #f6f6f7;
    border-bottom: 2px solid #5cb531;
    text-align: center;
}

.hyatop h1 {
    color: #1b1b1b;
    font-size: 21px;
    padding: 30px 0px 10px 0px;
    font-weight: 500;
}
.hyatop h2 {
    color: #1b1b1b;
    font-size: 24px;
    padding: 30px 0px 10px 0px;
    font-weight: 500;
}

.hyatop p {
    color: #959595;
    font-size: 12px;
    float: right;
    padding: 0px 30px 0px 0px;
}

.hyatop em {
    color: #959595;
    font-size: 12px;
    float: right;
    display: inline-block;
    padding: 0px 42px 0px 0px;
}

.hyatop span {
    color: #959595;
    font-size: 12px;
    float: left;
    padding: 10px 0px 0px 30px;
}

.hya_nei {
    font-size: 14px;
    color: #1b1b1b;
    line-height: 2;
    margin-top: 30px;
    padding-bottom:  30px;
    border-bottom: 1px solid #eee;
}
.hya_nei img{
    width: 800px;
}
.hya_Img {
    text-align: center;
    border-bottom: 1px solid #f6f6f7;
    padding-bottom: 48px;
}


/*配合饲料*/

.about_siliao {
    cursor: pointer;
    width: 284px;
    height: 242px;
    background-color: #FFFFFF;
    float: left;
    margin-right: 15px;
}

.vi1 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.vi1 img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 183px;
}

.vi1 .ovrly {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    position: absolute;
    width: 100%;
    left: -50%;
    top: 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.vi1 .buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.vi1 .buttons .fa {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    display: inline-block;
    margin: 0 1px;
    text-align: center;
    -webkit-transition: all 0.2s 0.3s;
    -moz-transition: all 0.2s 0.3s;
    -o-transition: all 0.2s 0.3s;
    transition: all 0.2s 0.3s;
    opacity: 0;
}

.vi1 .buttons .fa img {
    width: 99px;
    height: 45px;
}

.vi1:hover .ovrly {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
}

.vi1:hover .buttons .fa {
    opacity: 1;
}

.about_sil p {
    font-size: 14px;
    color: #313131;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
}

.about_siliao:hover .about_sil p {
    color: #5cb531;
    font-weight: bold;
}

.leftNav .subnavit {
    line-height: 39px;
    display:  none;
}

.leftNav .subnavit ldd,
.leftNav .subnavit dd.now {
    padding-left: 57px;
    background-color: #f6f6f7;
    border-bottom: 1px solid #dfdfe0;
}

.leftNav .subnavit dd:hover,
.leftNav .subnavit dd.now {
    padding-left: 50px;
    background-color: #ebf1e9;
    border-bottom: 1px solid #dfdfe0;
}

.leftNav .subnavit dd a,
.leftNav .subnavit dd.now a {
    color: #231815;
    font-size: 16px;
}

.leftNav .subnavit dd:hover a,
.leftNav .subnavit dd.now a {
    color: #5cb531;
    font-size: 16px;
    font-weight: bold;
}

.leftNav .subnavit dd a {
    color: #231815;
    display: block;
    /*margin: 0 13px;*/
    height: 42px;
    line-height: 42px;
    margin-top: 2px;
}

.leftNav .subnavit dd{padding-left: 50px;border-bottom: 1px solid #dfdfe0;}
.leftNav li.now .subnavit{display:block;}
.leftNav li:hover .subnavit{display:block;}
/*新闻中心*/

.newctmain {
    width: 885px;
    float: right;
    position: relative;
    margin-bottom: 85px;
}

.newctmain .ncontent {
    margin-bottom: 70px;
    margin-top: -9px;
}

.newlist {
    width: 880px;
    height: 262px;
    border: 1px solid #eeeeee;
    margin-top: 30px;
}
.newlist:hover{cursor:pointer;}

.new_Img {
    float: left;
    width: 338px;
    height: 244px;
}

.new_Img img {
    float: left;
    margin: 27px 0px 0px 20px;
    width: 100%;
    height: 217px;
}

.newR {
    float: right;
    width: 500px;
}

.newR .newR_left {
    float: left;
    width: 331px;
    padding-top: 82px;
}

.newR .newR_right {
    float: right;
    padding-top: 77px;
    padding-right: 12px;
}

.newR .newR_left p {
    font-size: 16px;
    color: #1b1b1b;
    padding-bottom: 40px;
}

.newR .newR_left .newsp {
    color: #9f9f9f;
    font-size: 12px;
    text-indent: 2em;
    height: 83px;
    overflow: hidden;
    display: block;
}

.newR .newR_right p {
    color: #b0b0b0;
    font-size: 24px;
    padding-bottom: 60px;
}

.newR .newR_right .newsp1 a {
    color: #b0b0b0;
    font-size: 20px;
    text-transform: uppercase;
}

.newR:hover .newR_left p,
.newR:hover .newR_right .newsp1 a {
    color: #5cb531;
}

.newlist:hover {
    background-color: #ffffff;
    box-shadow: 0px 0px 22px 0px rgba(1, 1, 1, .08);
}

.newlist:nth-child(2n) .new_Img {
    float: right;
    width: 338px;
    height: 244px;
}

.newlist:nth-child(2n) .new_Img img {
    margin-right: 20px;
    margin: 27px 20px 0px -15px;
    width: 100%;
    height: 217px;
}

.newlist:nth-child(2n) .newR {
    float: right;
    margin-right: 22px;
}

.newlist:nth-child(2n) .newR_left {
    float: right;
}

.newlist:nth-child(2n) .newR_right {
    float: right;
}


/*历史发展*/

.hismain {
    width: 885px;
    float: right;
    position: relative;
    margin-bottom: 85px;
}

.hismain .hiscontent {
    margin-bottom: 70px;
}

.hisImg {
    text-align: center;
    margin-top: 21px;
}

.sub4_main {
    width: 882px;
    margin: 0 auto;
    margin-top: 15px;
}

.sub4_content {
    /*display: none;*/
    width: 100%;
}

.sub4_content .Line {
    text-align: center;
    padding-bottom: 75px;
    background: url(../images/line.png) center center repeat-y;
}

.sub4_content .Line p {
    width: 14px;
    height: 14px;
    margin: 0 auto;
    border-radius: 100%;
    background-color: #faa546;
}

.sub4_content li {
    width: 100%;
    border: none !important;
    margin: 0 !important;
    padding: 0 0 35px 0 !important;
    background: url(../images/line.png) center center repeat-y;
    line-height: 24px;
}

.sub4_content .into {
    width: 48% !important;
    margin: 0 !important;
    position: relative;
    float: right;
}

.sub4_content .into>i {
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border: 1px solid #6fbe49;
    background-color: #ffffff;
    border-radius: 100%;
    left: -5%;
    top: 7px;
}

.sub4_content li:nth-child(2n) .into>i {
    right: -23px;
    left: auto;
}

.sub4_content .into .sum {
    font-size: 16px;
    color: #313131;
    padding-left: 15px;
}

.sub4_content .into .sum span {
    font-size: 16px;
    color: #5cb531;
    font-weight: bold;
    float:  left;
}

.sub4_content .into .sum .p1 {
    display: block;
    margin: 0px 10px;
    float: left;
    width: 300px;
    text-align: left;
}

.sub4_content li:nth-child(2n) .into .sum .p1 {
    float: right;
    text-align: right;
}

.sub4_content .last {
    display: list-item;
    text-align: center;
    background: url(../images/yamn.png) top center no-repeat;
}

.sub4_content .last a {
    padding-top: 70px;
    display: block;
    color: #313131;
    font-size: 16px;
}

.Development li:nth-child(2n) .into {
    float: left!important;
}

.Development li:nth-child(2n) .sum span {
    float: right;
    display: block;
}

.sub4_content li:nth-child(2n) .p1 {
    float: right;
}
/*专项页*/

.zxmain {
    width: 1290px;
    margin: 0 auto;
    height: 618px;
    margin-top: 130px;
}

.zxmain img {
    width: 549px;
    height: 558px;
}

.zxmainImg {
    margin-bottom: 20px;
    width: 737px;
    float: left;
}

.fe_zxImg {
    width: 370px;
    height: 371px;
    margin-top: -350px;
    margin-left: 364px;
    padding-top: 35px;
}
.fe_zxImg  .swiper-pagination{top:0px;bottom: auto;left:  auto;right: 0px;width: auto;}

.fe_zxImg img {
    width: 370px;
    height: 371px;
}

.zxmainImg .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: url(../images/dian.png) center center no-repeat;
    opacity: 1;
    margin:0px 20px 0px 5px!important;
}

.zxmainImg .swiper-pagination-bullet-active {
    background: url(../images/h_yuan.png) center center no-repeat;
    position: relative;
}

.zxRight {
    float: right;
    width: 510px;
    height: 565px;
}

.zxRight .zxnei {
    background: url(../images/zxbg.png) center center no-repeat;
    height: 143px;
}

.zxRight .zxnei span {
    color: #231815;
    font-size: 32px;
    font-family: '微软雅黑';
    position: relative;
    top: 86px;
    left: 4px;
}

.zxjt {
    font-size: 26px;
    margin-top: 113px;
    color: #313131;
    height: 294px;
}

.zxjt span {
    color: #bfbfbf;
    font-size: 26px;
    text-transform: Capitalize;
    padding-left: 20px;
    font-family: "HelveticaNeueLTProThEx";
    font-weight: 300;
}

.zxjt p {
    margin-top: 44px;
    width: 360px;
    line-height: 30px;
    color: #535353;
    font-size: 14px;
    text-indent: 2em;
}

.zxjt .more1 {
    width: 118px;
    height: 44px;
    display: inline-block;
    background: url(../images/more.png) center center no-repeat;
    margin-top: 20px;
}

.zxhis {
    width: 100%;
    background-color: #fbfafa;
    margin-top: 100px;
    padding-bottom: 70px;
}

.zxhis .hissZ {
    width: 1200px;
    margin: 0 auto;
    padding-top: 74px;
}

.hissZ {
    font-size: 26px;
    margin-top: 113px;
    color: #313131;
}

.hissZ span,
.zxqiye .qiyeeLeft span {
    color: #bfbfbf;
    font-size: 26px;
    text-transform: Capitalize;
    padding-left: 20px;
    font-family: "HelveticaNeueLTProThEx";
    font-weight: 300;
}

.zxqiye {
    width: 100%;
    height: 470px;
    background-color: #fbfafa;
    margin-top: 60px;
}
.zxqiye .qiyeeLeft{
  float: left;
  width: 50%;
}
.zxqiye .qiyeeLeft p {
    
    font-size: 26px;
    margin-top: 93px;
    color: #313131;
   padding-left: 38%;
    
}
.zxqiye .qiyeeLeft .qiJ{
     padding-left: 38%;
     padding-top: 50px;
     color:  #313131;
     line-height: 30px;
     font-size: 16px;
}
.zxqiye .qiyeeLeft .qiJ img{
    width: 700px;
    height: 500px;
}
.qiyeeRight {
    float: right;
    width: 50%;
}
.qiyeeRight img{
    width:960px;
    height: 470px;
}
.qiyeeLeft .more2 {
    width: 118px;
    height: 44px;
    display: inline-block;
    margin-left: 38%;
    background: url(../images/more.png) center center no-repeat;
    margin-top: 45px;
   
}

.Develop{width:100%;background:url(../images/icon-slide1.png) center 20px no-repeat;}
.DevelopBox{width:1200px;margin: 70px auto 0px;}
.DevelopBox li{text-align: center;cursor:pointer;}
.DevelopBox li .icon01{width: 18px;height: 18px;background: url(../images/icon-circle2.png) center center no-repeat;display: inline-block;position: absolute;top: 13px;left: 184px;}
.DevelopBox li p.title{color:#58b530;font-size:16px;font-weight: bold;margin-top: 45px;}
.DevelopBox .swiper-button-prev{background:url(../images/icon-left1.png) center center no-repeat;width:45px;height:45px;top: 22px;}
.DevelopBox .swiper-button-next{background:url(../images/icon-right1.png) center center no-repeat;width:45px;height:45px;top: 22px;}
.DevelopBox li .Sum01{color:#313131;font-size:16px;width: 210px;line-height: 24px;margin: 20px auto;}
.DevelopBox li .more{width:122px;height:44px;background: url(../images/more.png) center center no-repeat;display: inline-block;margin-top: 30px;}
.DevelopBox li .De_Info{display: none;}
.DevelopBox li:hover .De_Info{display: block;}
.DevelopBox li .icon-slide{width:1px;height:50px;background: #5cb531;display: inline-block;margin: 30px 0px 0px -5px;display: none;}
.DevelopBox li:hover .icon-slide{display:inline-block;}
.DevelopBox li:hover p.title{margin-top:0px;}
.DevelopBox li:hover .icon01{background: url(../images/icon-circle1.png) center center no-repeat;}
.Honor{width:1200px;margin:0 auto;}
.HonorT{margin-top:70px;}
.HonorL{width: 550px;display: inline-block;background: url(../images/honorbg.png) center center no-repeat;padding: 10px 35px 10px 35px;margin-top: 40px;}
.HonorL li{width:545px;box-shadow: 0px 0px 30px #ccc;background:  #fff;border-radius: 2px;}
.HonorL li img.honorImg{width:100%;height:350px;}
.HonorL li .Sum{padding: 20px 30px;}
.HonorL li .tit{color:#313131;font-size:18px;line-height:  30px;}
.HonorL li .s1{color:#9f9f9f;font-size:14px;line-height:  30px;text-indent: 40px;}
.HonorL li .s2{color:#5cb531;font-size:14px;line-height: 30px;margin-top: 10px;}
.HonorL li .s2 img{margin-right: 5px;position:  relative;top: 3px;}
.HonorL .swiper-button-prev{background:url(../images/icon-left1.png) center center no-repeat;width:45px;height:45px;top: 140px;}
.HonorL .swiper-button-next{background:url(../images/icon-right1.png) center center no-repeat;width:45px;height:45px;top: 140px;}
.HonorR{width:530px;float: right;margin-top: 40px;}
.HonorR .tit{color:#313131;font-size:20px;}
.HonorR .sum{font-size:14px;line-height:30px;color:#434343;text-indent:2em;margin-top:20px;}
.HonorR .Img img{margin: 25px 25px 30px 0px;}
.HonorR .more{width:122px;height:44px;background: url(../images/more.png) center center no-repeat;display: inline-block;margin-top: 30px;}
.PageNav{display: none;}
.bdsharebuttonbox{display: block;}
.HonorR .tit img{margin-right:20px}


