.slideBox {
    width: 100%;
    height: 520px;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    font-size: 0;
    display: none;
    overflow: hidden;
    height: 0;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd li a {
    display: block;
    width: 100%;
    height: 520px;
}

.slideBox .prev,.slideBox .next {
    position: absolute;
    top: 50%;
    margin-top: -43px;
    display: block;
    width: 86px;
    height: 86px;
    filter: alpha(opacity=60);
    -ms-opacity: 0.6;
    -moz-opacity: 0.6;
    -webkit-opacity: 0.6;
    -o-opacity: 0.6;
    opacity: 0.6;
}

.slideBox .prev {
    left: 10%;
    background: url(../images/bn_pre.png) no-repeat;
}

.slideBox .next {
    right: 10%;
    background: url(../images/bn_next.png) no-repeat;
}

.slideBox .prev:hover,.slideBox .next:hover {
    filter: alpha(opacity=100);
    -ms-opacity: 1;
    -moz-opacity: 1-webkit-opacity:1-o-opacity:1;
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}


.service {
    padding: 30px 0;
    height: 260px;
}

.service li {
    float: left;
    width: 225px;
    margin: 10px 36px;
    text-align: center;
    position: relative;
    bottom: -30px;
    left: -50px;
    transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    opacity: 0;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

.service.animate li {
    transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    opacity: 1;
    bottom: 0;
    left: 0;
}

.service li img {
    display: block;
    margin: auto;
    width: 120px;
    height: auto;
}

.service li h2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    padding-bottom: 10px;
}

.service li h3 {
    font-weight: normal;
    font-size: 14px;
}

.service li:nth-child(2) {
    transition-delay: .1s;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
    -webkit-transition-delay: .1s;
}

.service li:nth-child(3) {
    transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    -webkit-transition-delay: .2s;
}

.service li:nth-child(4) {
    transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -webkit-transition-delay: .3s;
}

.container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.main3 {
    padding-right: 0;
    padding-left: 0;
    margin: 50px auto;
    height: 560px;
}

.main3_left {
    width: 47%;
}

.main3_left > p {
    line-height: 40px;
    font-size: 16px;
}

.main3_left > p a {
    color: #07923a;
}

.main4 {
    width: 100%;
}

.flex-bet {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.flex-aro {
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
}

.index-jies2 {
    text-align: center;
    margin: auto;
}

.index-jies2 h6 {
    font-size: 18px;
    color: #07923a;
    font-family: Regular;
    line-height: 28px;
    margin: 0px;
  /*padding-top: 80px;*/;
}

.index-jies2 h1 {
    font-size: 36px;
    color: #333333;
    font-family: "宋体";
    position: relative;
    z-index: -1;
}

.index-jies2 h1:after {
    content: "";
    display: block;
    width: 67px;
    height: 3px;
    background-color: #07923a;
    margin: 15px auto auto auto;
}

.two {
    width: 100%;
    background: #fff;
    height: 1065px;
    overflow: hidden;
}

.two_m {
    width: 1200px;
    margin: auto;
    /*padding-top: 70px;*/
    box-sizing: border-box;
    height: 822px;
	overflow: hidden;
}

.two_m ul {
    margin-top: 50px;
    overflow: hidden;
}

.two_m li {
    width: 264px;
    height: 220px;
    background: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    position: relative;
    float: left;
    margin: 0px 7px 14px;
}

.two_m li img {
    width: 100%;
    height: 100%;
}

.two_m li div {
    background: rgba(0,0,0,0.5);
    width: 264px;
    height: 219px;
    position: absolute;
    top: 11px;
    left: 10px;
    display: none;
}

.two_m li div b {
    display: block;
    background: url("../images/xu2k.png") no-repeat;
    width: 133px;
    height: 68px;
    position: absolute;
    left: 33%;
    top: 40%;
}

.two_m li div h1 {
    line-height: 35px;
    height: 35px;
    font-weight: 100;
    font-size: 14px;
    color: #fff;
    text-align: center;
    position: absolute;
    background-color: #07923a;
    bottom: 0px;
    width: 264px;
}


.two_m li:hover div {
    display: block;
}





.two_ms {
    width: 1200px;
    margin: auto;
    padding-top: 70px;
    box-sizing: border-box;
    height: 822px;
    overflow: hidden;
}

.two_ms ul {
    margin-top: 50px;
    overflow: hidden;
}

.two_ms li {
    width: 360px;
    height: 360px;
    background: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    position: relative;
    float: left;
    margin: 0px 7px 14px;
}

.two_ms li img {
    width: 100%;
    height: 100%;
}

.two_ms li div {
    background: rgba(0,0,0,0.5);
    width: 360px;
    height: 360px;
    position: absolute;
    top: 11px;
    left: 10px;
    display: none;
}

.two_ms li div b {
    display: block;
    background: url("../images/xu2k.png") no-repeat;
    width: 360px;
    height: 68px;
    position: absolute;
    left: 33%;
    top: 40%;
}

.two_ms li div h1 {
    line-height: 50px;
    height: 50px;
    font-weight: 100;
    font-size: 14px;
    color: #fff;
    text-align: center;
    position: absolute;
    background-color: #07923a;
    bottom: 0px;
    width: 360px;
}


.two_ms li:hover div {
    display: block;
}
.more {
    padding-top: 40px;
}

.more .btn {
    margin: 0 auto;
    display: block;
    background: url(../images/new_more4.jpg) no-repeat center;
    color: #fff;
    width: 168px;
    line-height: 43px;
    text-indent: 20px;
}

.news {
    padding-bottom: 30px;
    height: 600px;
    background: #fff;
}

.news .container {
    margin-top: 0;
    padding-bottom: 0;
}

.news .news_con {
    width: auto;
    margin: auto;
    padding-top: 0;
}

.news {
    padding: 50px 0;
    padding-bottom: 50px;
    height: 600px;
}

.news .conleft {
    position: relative;
}

.news .conleft .l_more {
    position: absolute;
    right: 5px;
    top: 8px;
    font-size: 14px;
    color: #333;
}

.news .news_type {
    border: 3px solid #07923a;
    background: #fff;
    margin-bottom: 30px;
    height: 61px;
}

.news .news_type a {
    float: left;
    width: 50%;
    color: #222;
    height: 55px;
    line-height: 55px;
    position: relative;
    text-align: center;
    font-size: 18px;
}

.news .news_type a i {
    text-transform: uppercase;
    font-size: 14px;
}

.news .news_type a.cur {
    background: #07923a;
    color: #fff;
}

.news .news_con {
}

.news .news_con .conleft {
    width: 800px;
}

.news .news_con .conleft .concase {
    display: none;
}

.news .news_con .conleft .concase.cur {
    display: block;
}

.news .news_con .conleft dl {
    padding: 0 0 20px 280px;
    position: relative;
    height: 200px;
    border-bottom: 1px solid #;
}

.news .news_con .conleft dl dt {
    width: 261px;
    height: 196px;
    position: absolute;
    left: 0;
    top: 0;
}

.news .news_con .conleft dl dt img {
    width: 261px;
    height: 196px;
}

.news .news_con .conleft dl dd.dd1 {
    height: 30px;
    line-height: 30px;
    font-weight: bold;
}

.news .news_con .conleft dl dd.dd1 a {
    color: #333;
    font-size: 16px;
    float: left;
    width: 380px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news .news_con .conleft dl dd.dd1 span {
    float: right;
    font-size: 14px;
    color: #555;
}

.news .news_con .conleft dl dd.dd2 {
    margin-top: 5px;
    line-height: 24px;
    font-size: 14px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 96px;
}

.news .news_con .conleft dl dd.dd3 {
    margin-top: 25px;
}

.news .news_con .conleft dl dd.dd3 a {
    display: block;
    width: 99px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    background: #07923a;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
}

.news .news_con .conleft ul {
    margin-top: 20px;
}

.news .news_con .conleft ul li {
    height: 40px;
    width: 365px;
    border-bottom: 1px dashed #d0d0d0;
    line-height: 40px;
    padding-left: 20px;
    font-size: 14px;
    background: url(../images/newsicon.png) no-repeat left center;
}

.news .news_con .conleft ul li a {
    float: left;
    width: 260px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}

.news .news_con .conleft ul li span {
    float: right;
    color: #666;
    width: 80px;
}

.news .news_con .conleft ul li:hover a {
    color: #07923a;
}

.news .news_con .conright {
    width: 340px;
}

.news .news_con .conright .r_top {
    height: 61px;
    background: #07923a;
    font-size: 18px;
    line-height: 61px;
    text-align: center;
}

.news .news_con .conright .r_top i {
    font-size: 14px;
}

.news .news_con .conright .r_top a {
    color: #fff;
    text-transform: uppercase;
}

.news .news_con .right_con {
    position: relative;
    overflow: hidden;
}

.news .news_con .wtcont {
    height: 424px;
    margin-top: 10px;
    overflow: hidden;
}

.news .news_con .conright dl {
    padding: 15px 0;
    font-size: 14px;
    width: 330px;
    border-bottom: 1px dashed #e7e7e7;
}

.news .news_con .conright dt {
    padding: 2px 0;
    padding-left: 30px;
    font-weight: bold;
    font-size: 16px;
    height: 22px;
    line-height: 22px;
    background: url(../images/news_q.png) no-repeat left center;
}

.news .news_con .conright dt a {
    color: #333;
}

.news .news_con .conright dd {
    height: 60px;
    margin-top: 13px;
    overflow: auto;
    background: url(../images/news_a.png) no-repeat left top;
}

.news .news_con .conright dd a {
    display: block;
    color: #868686;
    line-height: 20px;
    height: 60px;
    margin-left: 30px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.clearfix {
    *zoom: 1;
}

.news a {
    text-decoration: none;
    color: #666;
    outline: 0;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

/*底部版权*/

/*首页大图*/

#flashs {
    position: relative;
    height: 506px;
    overflow: hidden;
}

#flashs .bgitem {
    background-position: center top;
    background-repeat: no-repeat;
    height: 506px;
    width: 100%;
    cursor: pointer;
    margin: 0px auto;
    z-index: 1;
    position: absolute;
    top: 0;
}

#flashs .btn {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 15px;
    left: 0;
    z-index: 15555555;
}

#flashs .btn span {
    display: inline-block;
    width: 69px;
    height: 7px;
    background: #fff;
    margin-left: 6px;
    cursor: pointer;
    font-size: 0;
    border: 1px solid #C2BAB4;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

#flashs .btn span {
}

#flashs .btn span:first-child {
    margin-left: 0;
}

#flashs .btn .cur {
    background: #009A44;
    border: 1px solid #009A44;
}

/*友情链接*/

.yqlj {
    padding: 30px 0;
    background: url(../images/l_bg.png);
}

.yqlj .container {
    position: relative;
}

.yqlj h4 {
    background: url(../images/yqljbd.png) no-repeat center 45px;
    font-size: 26px;
    text-align: center;
    margin-bottom: 20px;
}

.yqlj h4 a {
    font-size: 26px;
    font-weight: bold;
    color: #333;
}

.yqlj h4 em {
    display: block;
    margin: 0 auto;
    font-size: 32px;
    color: #ccc;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
}

.yqlj ul {
    padding: 20px 20px 20px 0;
    position: relative;
    z-index: 1;
}

.yqlj ul li {
    float: left;
    padding-right: 15px;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    position: relative;
}

.yqlj a.yqlj_more {
    display: block;
    width: 15px;
    height: 16px;
    background: url(../images/yqljbg02.png) no-repeat center;
    position: absolute;
    right: 5px;
    top: 105px;
    z-index: 3;
}

.yqlj ul li a {
    color: #555;
}

.yqlj ul li:hover a {
    color: #07923a;
}

/*悬浮客服*/


.nybanner {
    width: 100%;
    position: relative;
    height: 250px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/nybanner.jpg);
}

.newsBox {
    width: 430px;
    position: relative;
}

.newsBox .item {
    position: relative;
    z-index: 3;
}

.newsBox .item .img {
    height: 170px;
    overflow: hidden;
}

.newsBox .item .img img {
    width: 228px;
    height: 170px;
    display: block;
}

.newsBox .item .img .time {
    width: 202px;
    height: 170px;
    position: relative;
    overflow: hidden;
    background: url(../images/xw_time.jpg) no-repeat;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.newsBox .item .img .time b {
    font-size: 60px;
    line-height: 60px;
    display: block;
    padding-top: 40px;
}

.newsBox .item .img .time .yuan {
    position: absolute;
    width: 136px;
    height: 136px;
    display: block;
    left: 50%;
    margin-left: -68px;
    top: 50%;
    margin-top: -68px;
    background: url(../images/yuan.png) no-repeat;
}

.newsBox .item a {
    display: block;
}

.newsBox .item img {
    width: 100%;
    height: 100%;
    display: block;
}

.newsBox .item .txt {
    width: 100%;
}

.newsBox .item .txt h3 {
    font-size: 20px;
    font-weight: normal;
    padding: 15px 0 0;
}

.newsBox .item .txt p {
    color: #999;
    overflow: hidden;
    height: 60px;
    line-height: 20px;
    padding-top: 5px;
}

.newsBox .item .txt span {
    width: 202px;
    height: 55px;
    line-height: 55px;
    border: 2px solid #07923a;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    display: block;
    font-size: 18px;
    color: #07923a;
    margin-top: 15px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.newsBox .item .txt:hover span {
    background: #07923a;
    color: #fff;
}

.newsBox .di {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: #ceeeff;
    -moz-border-radius-bottomleft: 15px;
    -webkit-border-bottom-left-radius: 15px;
    border-bottom-left-radius: 15px;
    z-index: 0;
}

.textlist .item {
    margin-bottom: 26px;
    transition: all 0.2s linear 0s;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.textlist .item a {
    display: block;
}

.textlist .item .img {
    width: 133px;
    height: 100px;
    overflow: hidden;
    margin-right: 22px;
}

.textlist .item .img img {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.textlist .item .txt {
    width: 475px;
}

.textlist .item h3 {
    font-size: 18px;
}

.textlist .item p {
    font-size: 14px;
    line-height: 20px;
    color: #999;
    height: 76px;
    overflow: hidden;
    padding-top: 10px;
}

.textlist .item .time {
    display: block;
    width: 86px;
    height: 100px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    border-left: 1px solid #e9e9e9;
    padding-left: 20px;
}

.textlist .item .time b {
    display: block;
    font-size: 48px;
    color: #07923a;
    line-height: 60px;
}

.textlist .item:hover img {
    transform: scale(1.06, 1.06);
}
.textlist {
    width: 740px;
}
.cont {
    padding-top: 50px;
}

.fl {

	float: left;

}

.fr {

	float: right;

}

.ifvideo{
    width: 50%;position: relative;height: 350px;
}
.ifvideo img{
    width: 100%;
}