.container{width: 1200px;}
/***banner***/
.banner{
    min-width: 1200px;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 80px;
}
.banner img{
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}


.p_box{
    padding: 80px 0;
}
.p_box .p_h1{
    font-size: 30px;
    color: #000;
    margin-bottom: 35px;
    text-align: center;
}
.p_box .p_p1{
    font-size: 16px;
    color: #4f4f4f;
    margin-bottom: 10px;
    text-align: justify;
    line-height: 30px;
}

/***关于集团***/
.box_about{
    background-color: #f6f6f6;
    min-width: 1200px;
}
.box_about_dot{
    /*display: inline-block;*/
    margin-top: 20px;
}
.box_about_dot div{
    text-align: center;
}
.box_about_dot .item{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #00923f;
    padding: 10px 0 0 10px;
    margin: auto;
    text-align: center;
    margin-bottom: 10px;
    /*margin: 10px 0 0 50%;*/
    cursor: pointer;
}
.box_about_dot .item:hover span{
    background-color: transparent;
    border: 10px solid #fff;
}
.box_about_dot .item span{
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #00923f;
    border: 10px solid #00923f;
    font-size: 60px;
    text-align: center;
    line-height: 80px;
    color: #fff;
    font-weight: normal;
}
/*.box_about_dot div:nth-child(2)  .item span{*/
/*border: 10px solid #fff;*/
/*}*/
.box_about_btn{
    text-align: center;
    margin-top: 55px;
}
.box_about_btn button{
    width: 220px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #dadada;
    background-color: transparent;
    color: #7f7f7f;
}

/***董事长致辞***/
.box_leader .container{
    min-width: 1200px;
    background: url("../img/bg5.png") no-repeat 100% 100%;
    /*background-size: cover;*/
}
.box_leader .p_p1{
    width: 50%;
    height: 120px;
    overflow: hidden;
}
.box_leader .box_leader_p{
    margin: 110px 0;
}

/***领导班子***/
.box_number{
    background-color: #f6f6f6;
    min-width: 1200px;
    /*padding: 0 3px;*/
    /*padding-left: 4%;*/
    /*padding-right: 4%;*/
}
.box_number_list li{
    padding: 0 2%;
    width: 50%;
    float: left;
}
.box_number_list li dl{
    background-color: #fff;
    padding: 20px 50px;
}
.list_left,.list_right{
    display: inline-block;
    vertical-align: middle;
}
.list_left{
    font-size: 20px;
    color: #999;
    font-weight: normal;
    margin-right: 10px;
    width: 90px;
}
.list_right{
    width: 71%;
}
.list_right p{
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 120%;
    display: inline-block;
}

/***组织架构***/
.box_organize{
    min-width: 1200px;
}
.box_organize img{
    width: 100%;
    height: 100%;
}

/***集团历程***/
.box_course{
    min-width: 1200px;
    background-color: #f6f6f6;
}
.course-wrap .course-list {
    position: relative;
}
.course-wrap .course-list .ovh {
    width: 90%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background: url("http://www.hailiang.com/static/web/css/../img/bg_12.png") repeat-x left center;
}
.course-wrap .course-list li {
    width: 280px;
    position: relative;
    margin-right: -93px;
    list-style: none;
    float: left;
    background-color: #fff;
    cursor: pointer;
}
.course-wrap .course-list p {
    margin-top: 20px;
    padding: 0 30px;
    color: #666;
    font-size: 12px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
}
.course-wrap .course-list li h6 {
    background-color: #e8e8e8;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    color: #4f4f4f;
    font-family: Arial;
}

.course-wrap .course-list li:nth-child(2n-1):before{
    content: '';
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom: 10px solid #e8e8e8;
    margin-top: -20px;
    left: 50%;
    margin-left: -10px;
}
.course-wrap .course-list li:nth-child(2n-1):hover:before{
    border-bottom: 10px solid #00923f;
}
.course-wrap .course-list li:nth-child(2n-1):hover h6{
    background-color: #00923f;
    color: #fff;
}

.course-wrap .course-list li.odd:after{
    content: '';
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 10px solid #e8e8e8;
    left: 50%;
    margin-left: -10px;
    margin-bottom: -20px;
    z-index: 10;
}
.course-wrap .course-list li.odd:hover:after{
    border-top: 10px solid #00923f;
}
.course-wrap .course-list li.odd:hover  h6{
    background-color: #00923f;
    color: #fff;
}

.course-wrap .course-list li .year {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    background: #c2c2c2;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -7px;
}
.course-wrap .course-list li.odd .year{
    bottom: -58px;
}
.course-wrap .course-list li:nth-child(2n-1) .year{
    top: -56px;
}

.course-wrap .course-list .butn {
    display: block;
    width: 42px;
    height: 42px;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    cursor: pointer;
}
.course-wrap .course-list .prev {
    background: url("http://www.hailiang.com/static/web/css/../img/ico_40.png") no-repeat center top;
    left: 0;
}
.course-wrap .course-list .next {
    background: url("http://www.hailiang.com/static/web/css/../img/ico_39.png") no-repeat center top;
    right: 0;
}
.course-wrap .course-list .butn:hover {
    background-position: center bottom;
}


/***企业荣誉***/
.box_honor{
    min-width: 1200px;
}
.box_honor .carousel{
    padding-bottom: 50px;
}
.box_honor .carousel .item{
    padding: 5px;
}
.box_honor .carousel dl{
    background-color: #fff;
    width: 29%;
    margin: 0 1.5%;
    display: inline-block;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    padding: 20px 25px;
}
.box_honor .carousel dl:last-child{
    margin-right: 0;
}
.box_honor .carousel dl img{
    width: 100%;
    height: 180px;
    margin-bottom: 32px;
}
.box_honor .carousel dl h5{
    font-size: 16px;
    color: #000;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    margin-bottom: 40px;
}
.box_honor .carousel dl p{
    text-align: right;
    color: #c2c2c2;
    font-size: 16px;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.box_honor .carousel-indicators{
    bottom: 0;
}
.box_honor .carousel-indicators li{
    border: 1px solid #e6e6e6;
    width: 14px;
    height: 14px;
}
.box_honor .carousel-indicators li.active{
    border: 1px solid #00923f;
    background-color: #00923f;
}

/***企业理念***/
.box_nav{
    border-bottom: 1px solid #f2f2f2;
}
.box_ln{
    min-width: 1200px;
}
.box_ln ul li {
    width: 25%;
    float: left;
    border-left: 1px solid #ececec;
    text-align: center;
    padding: 60px 0;
}
.box_ln ul li:last-child{
    border-right: 1px solid #ececec;
}
.box_ln ul li i.icon{
    font-size: 56px;
    color: #d4d4d7;
}
.box_ln ul li p{
    color: #333;
    font-size: 18px;
}
.box_ln ul li p:last-child{
    margin-top: 16px;
    color: #666;
    font-size: 14px;
}

/***工会群团***/
.box_gh{
    background-color: #f6f6f6;
}
.box_gh ul li{
    background-color: #fff;
    margin-bottom: 60px;
}
.box_gh ul li img{
    width: 700px;
    height: 400px;
}
.box_gh ul li a>div{
    width: 430px;
    padding: 78px 60px 0 60px;
    display: inline-block;
}
.box_gh ul li h5{
    font-size: 40px;
    color: #00923f;
    margin-bottom: 22px;
}
.box_gh ul li p{
    font-size: 12px;
    line-height: 26px;
    color: #4f4f4f;
}


/***团队服务***/
.box_td{
    min-width: 1200px;
}
.box_td h1,.box_zs h1,.box_zj h1,.box_cp h1{
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
}
.box_td_p{
    font-size: 14px;
    color: #4f4f4f;
    margin-top: 45px;
    margin-bottom: 60px;
}
.box_td_p span{
    font-weight: 700;
}

/*** 农技知识***/
.box_zs{
    background: url("../img/dome8.png") 100% 100%;
    background-size: cover;
    min-width: 1200px;
}
.box_zs .p_h1{
    font-weight: bold;
    color: #fff;
}
.box_zs .carousel-inner .item{
    padding: 0 50px;
}
.box_zs .carousel-inner .item div{
    background-color: #fff;
    width: 32%;
    margin-right: 2%;
    float: left;
    padding: 40px 30px 70px;
    position: relative;
}
.box_zs .carousel-inner div:last-child{
    margin-right: 0;
}
.box_zs .carousel-inner .item div p{
    line-height: 24px;
    height: 96px;
    overflow: hidden;
    text-align: justify;
    font-size: 12px;
}
.box_zs .carousel-inner h6{
    font-size: 18px;
    font-weight: 700;
    color: #00923f;
    margin-bottom: 22px;
}
.box_zs .carousel-inner time{
    position: absolute;
    font-size: 80px;
    font-weight: bolder;
    color: #f4f4f4;
    right: 20px;
    margin-top: -25px;
}
.box_zs .carousel-control{
    background-image: none;
    width: 0;
    top: 50%;
    margin-top: -25px;
    opacity: 1;
}
.box_zs .carousel-control i{
    font-size: 40px;
    color: #fff;
}
.box_zs .carousel-control.left{
    /*margin-left: -50px;*/
}
.box_zs .carousel-control.right{
    margin-right: 40px;
}


/***专家信箱***/
.box_zj{
    min-width: 1200px;
    background-color: #f4f4f4;
}
.box_zj .carousel-inner{
    padding-bottom: 80px;
}
.box_zj .carousel-indicators{
    bottom: 0;
}
.box_zj .carousel-indicators li{
    border: 1px solid #dbdbdb;
}
.box_zj .carousel-indicators li.active{
    background-color: #00923f;
    border:1px solid #00923f;
}
.box_zj .carousel-inner .item a{
    color: #333;
}
.box_zj .carousel-inner .item p{
    width: 23.5%;
    margin-right: 2%;
    float: left;
    background-color: #fff;
    text-align: center;
    padding: 70px 0;
    color: #333;
    font-size: 20px;
    line-height: 28px;
}
.box_zj .carousel-inner .item p:last-child{
    margin-right: 0;
}
.box_zj .carousel-inner .item p span{
    color: #999;
    font-size: 16px;
}
.box_zj .carousel-inner .item p:hover{
    background: url("../img/dome9.png") no-repeat;
    background-color: #fff;
    background-size: contain;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.box_zj .carousel-inner .item p:hover a{
    color: #00923f;
}

/***产品信息***/
.box_cp{
    min-width: 1200px;
    text-align: center;
}
.box_cp ul li{
    width: 10%;
    margin-right: 1.25%;
    float: left;
    height: 200px;
    position: relative;
}

.box_cp ul li:nth-child(9n){
    margin-right: 0;
}
.box_cp ul li img{
    width: 100%;
    height: 100%;
}
.box_cp ul li span{
    position: absolute;
    top: 50%;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
}
.box_cp ul li:hover dl{
    display: block;
    color: #fff;
}
.box_cp ul li:hover dl p{
    color: #fff;
}
.box_cp ul li dl{
    display: none;
    position: absolute;
    background-color: #00923f;
    color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 5px;
}
.box_cp ul li dl dt{
    border: 1px solid #fff;
    height: 100%;
    color: #fff;
}
.box_cp ul li dl img{
    margin-bottom: 5px;
    width: 40px;
    height: 45px;margin-top: 70px;
}



.box_cp button{
    width: 220px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #dadada;
    margin: auto;
    margin-top: 50px;
}
.box_cp button:hover{
    background-color: #00923f;
    border: 1px solid #00923f;
    color: #fff;
}
.box_cp button:hover i{color: #fff;}

/***直属公司***/
.box_gs{
    min-width: 1200px;
}
.box_gs .item{
    width: 31%;
    margin-right: 3.5%;
    float: left;
}
.box_gs .item:last-child{
    margin-right: 0;
}
.box_gs .item li{
    height: 40px;
    line-height: 40px;
    background-color: #f4f4f4;
    margin-bottom: 10px;
    padding-left: 40px;
}
.box_gs .item li a{
    display: block;
}
.box_gs .item li:first-child{
    font-size: 20px;
    color: #00923f;
    background-color: transparent;
    text-align: center;
    padding: 0;
    font-weight: bolder;
}
.box_gs .item li:first-child:hover{
    background-color: transparent;
}
.box_gs .item li:first-child:hover a{
    color: #00923f;
}
.box_gs .item li a{
    color: #333;
}
.box_gs .item li:hover{
    background-color: #e15517;
}
.box_gs .item li:hover a{
    color: #fff;
}

.box_gs p{
    width: 780px;
    line-height: 30px;
    text-align: center;
    color: #999;
    font-size: 16px;
    margin: 80px auto;
}


/***农资板块***/
.box_nz{
    min-width: 1200px;
    background-color: #f4f4f4;
}
.box_nz ul li{
    width: 48.5%;
    margin-right: 3%;
    float:left;
    height: 380px;
    background-color: #fff;
    padding: 50px;
    margin-bottom: 40px;
}
.box_nz ul li:nth-child(2n){
    margin-right: 0;
}
.box_nz ul li h5{
    font-size: 24px;
    color: #00923f;
    margin-bottom: 30px;
}
.box_nz ul li p{
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    margin-bottom: 20px;
}
.box_nz ul li button{
    border: 0;
}
.box_nz ul li a{
    width: 125px;
    height: 40px;
    line-height: 40px;
    background-color: #f4f4f4;
    text-align: center;
    color: #666;
    display: inline-block;
}
.box_nz ul li:hover{
    background-color: #00923f;
}
.box_nz ul li:hover h5,.box_nz ul li:hover p{
    color: #fff;
}
.box_nz ul li:hover button a{
    background-color: #fff;
    color: #00923f;
}


/***联系方式***/
.box_contact{
    min-width: 1200px;
    padding: 85px 0;
}
.box_contact h5{
    font-size: 24px;
    color: #000;
    margin-bottom: 50px;
}
.box_contact_bd ul{
    float: left;
}
.box_contact_bd .left{
    width: 75%;
    border-right: 1px solid #f4f4f4;
}
.box_contact_bd .left li{
    width: 32%;
    margin-right: 2%;
    float: left;
    font-size: 14px;
    margin-bottom: 30px;
    color: #4f4f4f;
}
.box_contact_bd .left li:nth-child(3n){
    margin-right: 0;
}
.box_contact_bd .left li i{
    margin-right: 5px;
    font-size: 18px;
    color: #a5a5a5;
}
.box_contact_bd .right{
    width: 25%;
}
.box_contact_bd .right li{
    float: left;
    width: 50%;
    text-align: center;
    padding-left: 40px;
}

/***在线留言***/
.box_online{
    min-width: 1200px;
    background-color: #f4f4f4;
}
.box_online h5{
    font-size: 24px;
    color: #000;
    margin-bottom: 30px;
}
.box_online h5 small{
    color: #4f4f4f;
    font-size: 14px;
    margin-left: 15px;
}
.box_online ul li{
    width: 50%;
    float: left;
    line-height: 44px;
    height: 44px;
    margin-bottom: 20px;
}
.box_online ul li input{
    border: 1px solid #dbdbdb;
    width: 85%;
    background-color: #fff;
    display: inline-block;
    padding: 0 20px;
}
.box_online span {
    display: inline-block;
    width: 80px;
    text-align: right;
    padding-right: 20px;
    font-size: 14px;
    color: #4f4f4f;
}
.box_online label{
    display: block;
    font-weight: normal;
}
.box_online textarea{
    display: inline-block;
    border: 1px solid #dbdbdb;
    vertical-align: middle;
    width: 1084px;
    background-color: #fff;
    margin-left: -4px;
    margin-bottom: 20px;
    padding: 10px 20px;
}
.box_online p input{
    width: 140px;
    border: 1px solid #dbdbdb;
    height: 44px;
    line-height: 44px;
    background-color: #fff;
    margin-left: -4px;
    padding: 0 20px;
}
.box_online p img{
    height: 44px;
    border: 1px solid #dbdbdb;
    margin: -2px 15px 0;
}
.box_online p button{
    background-color: #00923f;
    color: #fff;
    width: 230px;
    height: 44px;
    line-height: 40px;
    border: 0;
}




.footer,.footer_address{
    min-width: 1200px;
}

@media (min-width: 1380px){
    .footer .container {
        width: 1380px;
    }
    .footer_address .container {
        width: 1380px;
    }
}