body{
	min-width:1200px;}
.banner, .banner #banner-first {
    max-height: 512px;
    min-height: 341px
}

.container {
    width: 1200px;
    padding: 0
}

.container * {
    box-sizing: border-box
}

.container:after, .container:before {
    content: "";
    display: block;
    clear: both
}

.top-bar {
    height: 30px;
    background: #366a03;
    color: #fff;
    line-height: 30px
}

.top-bar .tel {
    float: left;
    width: 900px
}

.header {
    height: 136px
}

.header .container {
    height: 100%
}

.logo {
    float: left;
    width: 411px;
    margin-top: 24px
}

.logo img {
    width: 100%
}

.service-tel {
    margin-top: 24px;
    width: 333px;
    height: 73px;
    float: right;
    background: url(../images/telbg.png) left center no-repeat;
    padding-left: 73px
}

.service-tel p {
    font-size: 37px;
    color: #366a03;
    font-weight: 700
}

.service-tel p span {
    font-size: 24px;
    font-weight: 400;
    color: #000
}

.nav {
    height: 53px;
    background: url(../images/nvabg.png) repeat-x
}

.nav .layui-nav {
    background: 0 0
}

.nav .layui-nav-more {
    display: none
}

.nav .layui-nav-item a {
    color: #fff;
    line-height: 52px;
    font-size: 18px;
    width: 130px;
    text-align: center;
    margin: 0 5px;
    border-top: 0;
    border-bottom: 0
}

.banner, .banner img {
    width: 100%
}

.nav .layui-nav-item a:hover, .nav .layui-this a {
    color: #fff;
    background: url(../images/navhover.png) no-repeat
}

.nav .layui-nav-bar {
    display: none;
    z-index: 1;
    background-color: #fcca01
}

.nav .layui-nav-child {
    top: 53px;
    padding: 0;
    border: 0;
    display: none
}

.nav .layui-nav-child a {
    height: 36px;
    line-height: 36px;
    background: #fe0000;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid #fff
}

.banner {
    overflow: hidden;
    position: relative
}

.banner:after {
    content: "";
    height: 512px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.title-box {
    margin: 23px 0;
    text-align: center;
    background: url(../images/titlebg.png) left center
}

.title-box h3 {
    font-size: 34px;
    line-height: 45px;
    position: relative
}

.title-box h3 .l {
    color: #f7941c
}

.title-box h3 .r {
    color: #366a03
}

.title-box p {
    text-transform: uppercase;
    line-height: 30px;
    font-size: 24px
}

.about {
    height: 350px;
    margin-top: 20px
}

.about .con, .about .video {
    height: 100%;
    width: 50%;
    float: left
}

.about .video {
    padding-right: 19px;
    
}

.about .con {
    line-height: 28px;
    text-align: left;
    padding: 28px
}

.special {
    height: 530px;
    margin-top: 60px
}

.special .mt20 {
    padding-top: 20px
}

.special .left-box {
    width: 33.3333%;
    height: 100%;
    float: left
}

.special .center-box {
    width: 25.333%;
    float: left;
    height: 100%
}

.special .right-box {
    width: 41.3333%;
    height: 100%;
    float: left;
    padding-right: 20px
}

.special .right-box .wb50 {
    width: 50%;
    float: left
}

.special .item {
    width: 100%;
    height: 50%;
    padding-right: 20px
}

.special .item .item-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative
}

.special .item .item-box img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.special .item .item-box .item-txt {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 163, 80, .5);
    text-align: center;
    color: #fff
}

.special .item .item-box .item-txt h3 {
    margin-top: 70px;
    color: #fff;
    font-size: 25px;
    position: relative
}

.special .item .item-box .item-txt h3:after {
    width: 50%;
    position: absolute;
    content: " ";
    border-bottom: 1px solid #fff;
    bottom: -20px;
    left: 50%;
    margin-left: -25%
}

.special .item .item-box .item-txt p {
    margin-top: 30px;
    line-height: 30px;
    padding: 0 60px;
    font-size: 16px
}

.special .item .item-box .item-txt:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    border: 1px solid #fff
}

.special .item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.special .item:hover .item-txt {
    display: block
}

.special .tit-box {
    width: 100%;
    height: 50%;
    text-align: center;
    padding-right: 20px;
    overflow: hidden
}

.special .tit-box .tit-con {
    background: #fff2f5;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.special .tit-box .tit-con h3 {
    margin-top: 70px;
    color: #000;
    font-size: 25px;
    position: relative
}

.special .tit-box .tit-con h3:after {
    width: 50%;
    position: absolute;
    content: " ";
    border-bottom: 1px solid #fff;
    bottom: -20px;
    left: 50%;
    margin-left: -25%
}

.special .tit-box .tit-con p {
    margin-top: 30px;
    line-height: 30px;
    padding: 0 60px;
    font-size: 16px
}

.market {
    background: url(../images/market.png) center top no-repeat;
    height: 425px;
    margin-top: 30px;
    padding: 37px 39px
}

.market .market-item {
    width: 50%;
    height: 50%;
    padding: 38px;
    float: left
}

.market .market-item .market-img {
    width: 100px;
    height: 100px;
    float: left
}

.market .market-item .fr {
    float: right
}

.market .market-item .market-txt {
    padding: 10px 20px 20px 120px;
    line-height: 28px
}

.market .market-item .right-txt {
    padding-left: 10px;
    padding-right: 120px
}

.banner-first {
    width: 100%;
    margin: 20px 0
}

.banner-two {
    width: 100%;
    margin: 30px 0
}

.training {
    overflow: hidden;
    zoom: 1
}

.training .training-scroller {
    overflow: hidden;
    zoom: 1;
    height: 435px
}

.training .training-scroller .item {
    width: 217px;
    height: 435px;
    box-sizing: border-box;
    margin: 0 13.5px;
    float: left
}

.training .training-scroller .item .img-area {
    width: 217px;
    height: 260px;
    overflow: hidden
}

.training .training-scroller .item img {
    width: 217px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.training .training-scroller .item .box-header h3 {
    width: 137px;
    line-height: 63px;
    border-bottom: 1px solid #00ac4a;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    color: #fff
}

.training .training-scroller .item .box-header h4 {
    width: 137px;
    line-height: 40px;
    margin: 0 auto 12px;
    text-align: center
}

.training .training-scroller .item .item-more {
    width: 216px;
    padding-right: 61px;
    text-align: center;
    line-height: 61px;
    background: url(../images/training-more.png);
    font-size: 20px;
    color: #000
}

.training .training-scroller .item .item-more:hover {
    color: #fff
}

.training .training-scroller .item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.team .news-box .bd li {
    height: 208px
}

.team .news-box .bd li .imgbox {
    width: 226px;
    height: 188px;
    float: left
}

.team .news-box .bd li .imgbox .img-area {
    width: 226px;
    height: 168px;
    overflow: hidden
}

.team .news-box .bd li .imgbox .img-area img {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.team .news-box .bd li .box-txt {
    position: relative;
    margin-left: 246px
}

.team .news-box .bd li .box-txt h3 {
    font-size: 16px;
    color: #353535;
    border-bottom: 1px dashed #d2d2d2;
    line-height: 35px;
    margin-bottom: 10px
}

.team .news-box .bd li .box-txt p {
    font-size: 12px;
    line-height: 24px;
    color: #333
}

.team .news-box .bd li .box-txt .more {
    display: block;
    margin-top: 10px;
    color: #00ac4a
}

.team .news-box .bd li:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.news .recomment-box {
    width: 580px;
    float: left
}

.news .recomment-box .img-area {
    width: 580px;
    height: 290px;
    overflow: hidden
}

.news .recomment-box .img-area img {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.news .recomment-box .box-header h3 {
    line-height: 50px;
    font-size: 20px;
    font-weight: 700
}

.news .recomment-box .box-header p {
    line-height: 25px
}

.news .recomment-box .recommend-more {
    width: 110px;
    line-height: 40px;
    border: 2px solid #366a03;
    color: #366a03;
    padding: 5px 20px
}

.news .recomment-box:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.news .content-box {
    width: 590px;
    overflow: hidden;
    float: right
}

.news .content-box .box-item {
    padding: 15px 0;
    border-bottom: 1px dashed #cbcbcb;
    display: block;
    min-height: 95px
}

.news .content-box .box-item .box-time {
    float: left;
    width: 80px;
    text-align: center
}

.news .content-box .box-item .box-time div {
    font-size: 50px;
    color: #989898;
    padding: 0 10px
}

.news .content-box .box-item .box-time span {
    font-size: 15px;
    color: #989898
}

.news .content-box .box-item .box-txt {
    margin-left: 110px
}

.news .content-box .box-item .box-txt h3 {
    line-height: 30px;
    font-size: 16px
}

.news .content-box .box-item .box-txt p {
    line-height: 20px;
    font-size: 14px
}

.other .item {
    float: left;
    width: 33.33333%;
    padding-right: 33px
}

.other .item .title {
    font-size: 25px;
    line-height: 50px
}

.other .item .img-box {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.other .item .img-box img {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.other .item .img-box .item-txt {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 172, 74, .5);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: scale(.00001);
    -ms-transform: scale(.00001);
    transform: scale(.00001)
}

.other .item .img-box .item-txt h3 {
    text-align: center
}

.other .item .img-box .item-txt h3 p {
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    padding: 8px 15px;
    line-height: 20px;
    margin: 130px auto 0;
    width: auto;
    display: inline-block
}

.other .item .img-box:hover .item-txt {
    display: block;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.other .item .img-box:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.foot {
    margin-top: 30px;
    background: #366a03
}

.foot .bg1 {
    background: #2d2d2d
}

.foot .footlogo {
    width: 293px;
    height: 183px;
    padding: 20px 0 0
}

.foot .service-tel {
    border: 1px solid #fff;
    color: #fff;
    padding: 5px
}

.foot .service-tel div {
    line-height: 40px;
    font-size: 21px
}

.foot .service-tel h3 {
    font-size: 38px;
    font-weight: 700
}

.foot .bg2 {
    background: #000
}

.foot .foot-content {
    padding-bottom: 38px
}

.foot .foot-content .item {
    width: 180px;
    float: left;
    padding-top: 20px;
    text-align: center
}

.foot .foot-content .item h3 {
    font-size: 25px;
    line-height: 70px;
    color: #fff
}

.foot .foot-content .item li {
    font-size: 14px;
    line-height: 28px
}

.foot .foot-content .item li a {
    color: #fff
}

.foot .friend-link {
    margin: 20px auto;
    color: #fff
}

.foot .friend-link h3 {
    font-size: 34px;
    float: left;
    padding: 0 10px;
    line-height: 90px;
    background-color: #4c9306
}

.foot .friend-link p {
    line-height: 35px;
    background-color: #4c9306;
    margin-left: 130px;
    padding: 10px 20px;
    height: 90px
}

.foot .friend-link p span[lay-separator] {
    color: #fff
}

.foot .friend-link p span a {
    color: #fff !important
}

.foot .friend-link p span a:hover {
    color: #fff
}

.foot .copyright {
    line-height: 38px;
    color: #fff;
    text-align: center
}

.w290 {
    width: 290px
}

.fl {
    float: left
}

.article, .fr {
    float: right
}

.article {
    width: 830px;
    margin-top: 30px
}

.article .title {
    font-size: 24px;
    color: #000;
    border-left: #366a03 5px solid;
    padding-left: 21px;
    line-height: 100%
}

.article .content {
    margin-top: 25px;
    padding-top: 25px;
    border-top: #e5e5e5 1px solid
}

.article .list {
    margin-top: 25px
}

.article .list li {
    padding: 20px 0;
    border-bottom: #e5e5e5 1px solid
}

.article .list li a {
    display: block;
    border-left: #366a03 10px solid;
    padding-left: 20px
}

.article .list li a .time {
    display: block;
    color: #b8b8b8;
    padding-bottom: 20px;
    line-height: 100%;
    font-style: normal
}

.article .pic-list {
    margin-top: 25px;
    overflow: hidden
}

.article .pic-list .item {
    width: 217px;
    height: 360px;
    box-sizing: border-box;
    margin: 0 25.25px;
    float: left
}

.article .pic-list .item .img-area {
    width: 217px;
    height: 260px;
    overflow: hidden
}

.article .pic-list .item img {
    width: 217px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.article .pic-list .item .box-header h3 {
    width: 137px;
    line-height: 63px;
    border-bottom: 1px solid #366a03;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    color: #000
}

.article .pic-list .item .box-header h4 {
    width: 137px;
    line-height: 40px;
    margin: 0 auto 12px;
    text-align: center
}

.article .pic-list .item .item-more {
    width: 216px;
    padding-right: 61px;
    text-align: center;
    line-height: 61px;
    background: url(../images/training-more.png);
    font-size: 20px;
    color: #000
}

.article .pic-list .item .item-more:hover {
    color: #fff
}

.article .pic-list .item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.article .page {
    text-align: center
}

.article .page .layui-laypage {
    margin: 20px auto
}

.article .page .layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #366a03
}

.inside-menu {
    width: 270px;
    min-height: 600px;
    margin-top: 30px;
    float: left;
    position: relative;
    z-index: 100
}

.inside-menu .layui-nav-bar {
    display: none
}

.inside-menu .layui-nav {
    background-color: #fff !important
}

.inside-menu .layui-nav-tree {
    width: 270px
}

.inside-menu .layui-nav-tree .layui-nav-more {
    top: 32px
}

.inside-menu .layui-nav-tree .layui-nav-itemed .layui-nav-more {
    top: 25px
}

.inside-menu .layui-nav-tree .layui-nav-item {
    line-height: 50px;
    margin-bottom: 30px
}

.inside-menu .layui-nav-tree .layui-nav-item a {
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #366a03;
    font-size: 20px;
    color: #fff
}

.inside-menu .layui-nav-tree .layui-nav-child {
    padding: 20px;
    border: 1px solid #e5e5e5;
    border-top: 0;
    background-color: #fff !important
}

.inside-menu .layui-nav-tree .layui-nav-child dd {
    border-bottom: #e5e5e5 1px solid
}

.inside-menu .layui-nav-tree .layui-nav-child dd a {
    height: 60px;
    line-height: 60px;
    display: block;
    text-align: center;
    font-size: 20px;
    color: #a9a9a9;
    background-color: #fff
}