.header {
    padding-top: 12px;
    padding-bottom: 12px;
}

.header .logo {
    width: 246px;
    height: 58px;
}

.header ul {
    margin: 16px -30px 13px 0;
}

.header ul li {
    float: left;
    margin-right: 5px;
}

.header ul li .one {
    font-size: 16px;
    color: #333;
    padding: 6px 10px;
}

.header ul li a.act,
.header ul li:hover .one {
    background-color: #007b35;
    color: #fff;
}

.header .icon {
    position: absolute;
    top: 23px;
    right: 2%;
    background: url(../images/nav-ico.png) no-repeat center center;
    background-size: 29px 21px;
    width: 29px;
    height: 21px;
    display: none;
}

.header li {
    position: relative;
}

.header .snav {
    position: absolute;
    width: 300%;
    padding-top: 27px;
    top: 100%;
    opacity: 0;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.8);
    transition: all 0.8s;
    display: none;
    visibility: hidden;
}

.header li:hover .snav {
    display: block;
    opacity: 1;
    transition: all 0.8s;
    visibility: visible;
    z-index: 999;
}

.header .snav a:hover {
    color: #007b35;
}

.header .snav a {
    display: block;
    font-size: 14px;
    line-height: 34px;
    color: #333;
    padding-left: 12px;
    border-bottom: 1px solid #b2b7bb;
}

.gray {
    height: 4px;
    width: 100%;
    display: none;
    background-color: #dfe0dd;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a.active,
.banner .bx-wrapper .bx-pager.bx-default-pager a:focus,
.banner .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #f39800;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    text-indent: -9999px;
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 7px;
    border: 0;
    outline: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.banner .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -14px;
    outline: 0;
    width: 19px;
    height: 58px;
    text-indent: -9999px;
    z-index: 1;
}

.banner .bx-wrapper .bx-prev {
    left: 6%;
    background: url(../images/left01.png) no-repeat center center;
    background-size: 19px 58px;
}

.banner .bx-wrapper .bx-next {
    right: 6%;
    background: url(../images/right01.png) no-repeat center center;
    background-size: 19px 58px;
}

.about {
    padding-top: 45px;
}

.about h1 {
    font-size: 24px;
    text-align: center;
    color: #007b35;
    line-height: 54px;
}

.about .line {
    display: flex;
    margin-bottom: 15px;
}

.about .line p {
    font-size: 14px;
    color: #666;
    padding: 0 92px;
}

.about .line i {
    flex: 1;
    background-color: #dedede;
    height: 1px;
    width: 100%;
    margin-top: 9px;
}

.about span {
    width: 50px;
    height: 2px;
    background-color: #f39800;
    display: block;
    margin: 0 auto
}

.ab_txt {
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 25px;
}

.ab_txt h1 {
    font-size: 20px;
    color: #007b35;
    line-height: 68px;
    padding-top: 10px;
}

.ab_txt li {
    width: 26.9090%;
    float: left;
    margin: 0 3.18%;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.ab_txt li:hover {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.ab_txt li .ab_img {
    height: 181px;
}

.news {
    background: url(../images/new_bg.jpg) no-repeat center center;
    margin-top: 40px;
}

.news .news_l {
    width: 44.2727%;
    float: left;
    padding-bottom: 55px;
}

.news .news_l .title {
    width: 76%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news .news_l .new_img {
    height: 270px;
}

.news .news_l .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 31%;
    margin-top: 0;
    outline: 0;
    width: 31px;
    height: 44px;
    text-indent: -9999px;
    z-index: 1;
}

.news .bx-wrapper .bx-prev {
    left: 0px;
    background: url(../images/left02.png) no-repeat center center;
    background-size: 31px 44px;
}

.news .bx-wrapper .bx-next {
    right: 0px;
    background: url(../images/right02.png) no-repeat center center;
    background-size: 31px 44px;
}

.news .line {
    position: absolute;
    height: 100%;
    width: 3px;
    background-color: #546c7d;
    left: 50%;
    top: 0;
    margin-right: -2px;
}

.news .news_l li:hover p {
    color: #f39800;
}

.news .news_r {
    width: 47.8181%;
}

.news .news_r .news_item {
    padding-bottom: 35px;
}

.news .news_r .news_item .rad {
    width: 6px;
    height: 6px;
    border: 2px solid #9baab6;
    background-color: transparent;
    border-radius: 50%;
    top: 28px;
    left: -28px;
    z-index: 999999999;
}

.news .news_r .news_item:hover .rad {
    background-color: #eb6100;
    border: 2px solid #eb6100;
    transition: all 0.5s;
}

.news .news_r .news_item:hover .dot {
    background-color: #f39800;
    color: #fff;
    transition: all 0.5s;
}

.news .news_r .news_item:hover .content h1,
.news .news_r .news_item:hover .content p {
    color: #f39700;
    transition: all 0.5s;
}

.news .news_r .news_item .dot {
    width: 65px;
    height: 65px;
    background-color: #666;
    border-radius: 50%;
    text-align: center;
    margin-right: 4%;
    transition: all 0.5s;
}

.news .news_r .news_item .dot .txt1 {
    font-size: 16px;
    line-height: 32px;
    color: #eee;
    padding-top: 8px;
    transition: all 0.5s;
}

.news .news_r .news_item .dot .txt2 {
    color: #eee;
    transition: all 0.5s;
}

.news .news_r .news_item .content {
    width: 78%;
}

.news .news_r .news_item .content h1 {
    font-size: 16px;
    color: #fff;
    padding-bottom: 14px;
    line-height: 16px;
    transition: all 0.5s;
}

.news .news_r .news_item .content p {
    font-size: 12px;
    color: #999;
    line-height: 20px;
    transition: all 0.5s;
}

.group {
    background: url(../images/group_bg.jpg) no-repeat center center;
    padding-bottom: 55px;
}

.group .group1 li:hover h1,
.group .group1 li:hover p {
    color: #007b35;
}

.group .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 31%;
    margin-top: 0;
    outline: 0;
    width: 19px;
    height: 58px;
    text-indent: -9999px;
    z-index: 1;
}

.group .bx-wrapper .bx-prev {
    left: -45px;
    background: url(../images/left03.png) no-repeat center center;
    background-size: 19px 58px;
}

.group .bx-wrapper .bx-next {
    right: -45px;
    background: url(../images/right03.png) no-repeat center center;
    background-size: 19px 58px;
}

.banquan {
    display: none;
}

.under {
    background-color: #232323;
    border-bottom: 1px solid #424242;
}

.under dl {
    text-align: left;
    float: left;
    margin-right: 20px;
}

.under dl a:hover {
    color: #f19149;
}

.under dt a {
    font-size: 14px;
    color: #d2d2d2;
    padding-bottom: 16px;
}

.under dd a {
    color: #999;
    font-size: 12px;
    line-height: 25px;
}

.footer {
    background-color: #232323;
}




.jj_imgTT{float:left;width:38%;}
.jj_txt{float:right;width:60%;}
@media (max-width:640px){
	.jj_imgTT{float:left;width:100%;}
	.jj_txt{float:right;width:100%;}
}