﻿.loca {
    background-color: #f0f0f0;
}

.loca .home {
    background: url(../images/loca.png) no-repeat;
    background-position-y: center;
    background-position-x: 1%;
    background-size: 10px 16px;
    padding-left: 25px;
}

.ab_item {
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
}

.ab_item a {
    color: #333;
    font-size: 16px;
    padding: 8px 34px;
    border: 1px solid #bfbfbf;
    margin: 0 10px 10px 10px;
}

.ab_item a:hover,
.ab_item a.act1 {
    background-color: #007b35;
    color: #fff;
    border: 1px solid #007b35;
}

.ab_con {
    padding-top: 30px;
}

.ab_con .l {
    width: 42%;
}

.ab_con .r {
    width: 54.0909%;
    font-size: 14px;
    color: #666;
    line-height: 32px;
    text-indent: 30px;
}

.ab_con .back,
.ind_con .back,
.ind_txt .back,
.contact_txt .back,
.news_center .back,
.xiang .back,
.yewu .back {
    padding: 10px 35px;
    font-size: 14px;
    color: #333;
    text-align: center;
    display: inline-block;
    border: 1px solid #bfbfbf;
    margin: 40px 0;
}

.ab_con .back:hover,
.ind_con .back:hover,
.ind_txt .back:hover,
.contact_txt .back:hover,
.news_center .back:hover,
.xiang .back:hover,
.yewu .back:hover {
    color: #fff;
    background-color: #007b35
}

.industry {
    background: url(../images/industry_bg.jpg) no-repeat;
    padding-top: 195px;
    padding-bottom: 176px;
}

.industry li:hover h1,
.industry li:hover p {
    color: #f19149;
}

.industry .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;
}

.industry .bx-wrapper .bx-prev {
    left: -45px;
    background: url(../images/ind-left.png) no-repeat center center;
    background-size: 19px 58px;
}

.industry .bx-wrapper .bx-next {
    right: -45px;
    background: url(../images/ind-right.png) no-repeat center center;
    background-size: 19px 58px;
}

.ind_item {
    text-align: center;
    padding: 30px 0 20px 0;
    border-bottom: 1px solid #f0f0f0;
}

.ind_item a {
    color: #333;
    font-size: 16px;
    width: 150px;
    border: 1px solid #bfbfbf;
    margin: 0 10px 10px 10px;
    line-height: 33px;
}

.ind_item a:hover,
.ind_item a.act1 {
    background-color: #007b35;
    color: #fff;
    border: 1px solid #007b35;
}

.ind_con ul {
    margin-right: -1.636%;
    padding-top: 30px;
}

.ind_con li {
    float: left;
    width: 23.3636%;
    margin-right: 1.636%;
    margin-bottom: 18px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.ind_con li:hover {
    transform: translateY(-12px);
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.ind_con li:hover h1,
.ind_con li:hover p {
    color: #007b35;
}

.ind_con li .ind_img {
    height: 215px;
}

.ind_con li .ind_img img {
    border-radius: 10px;
}

.jian {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px;
}

.jian .line-r {
    display: inline-block;
    width: 180px;
    border-top: 1px solid #8cc3a4;
    vertical-align: top;
}

.ind_txt .ind_txt_img {
    width: 85%;
    margin: 0 auto;
}

.ind_txt .ind_txt_con {
    width: 93%;
    padding-top: 22px;
    line-height: 32px;
    font-size: 14px;
    color: #666;
    margin: 0 auto;
}

.contact_txt {
    padding-top: 42px;
}

.contact_txt p,
.contact_txt h1 {
    line-height: 34px;
}

.contact_txt .map {
    height: 425px;
    margin-top: 22px;
}

.employ {
    padding-top: 40px;
    padding-bottom: 97px;
}

.employ .txt {
    padding-left: 11.8181%;
    background: url(../images/down.png) no-repeat;
    background-position-x: 88.1819%;
    background-position-y: 20px;
    border-top: 1px dotted #cccccc;
    background-size: 27px 14px;
}

.employ .txt.act {
    background: url(../images/up.png) no-repeat;
    background-position-x: 88.1819%;
    background-position-y: 20px;
}

.employ .txt.act .num {
    background-color: #007b35;
}

.employ .txt.act a p {
    color: #007b35;
}

.employ .txt .num {
    width: 34px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    background-color: #999;
    margin-right: 18px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
}

.employ .txt .more {
    padding-left: 50px;
    padding-top: 7px;
    display: none;
}

.employ .txt.act .more {
    display: block;
}

.employ .txt .more p {
   /* float: left;
    width: 32.95%;
    color: #666;
    line-height: 30px;*/
}

.news_center {
    padding-top: 10px;
}

.news_center .item {
    padding: 20px 0;
    border-bottom: 1px dotted #c9c9c9;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.news_center .item:hover {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.news_center .item:hover h1,
.news_center .item:hover p {
    color: #007b35;
}

.news_center .item .item_img {
    margin-right: 25px;
    width: 23.8181%;
    height: 145px;
}

.news_center .item .item_con {
    width: 56.3636%;
}

.news_center .item .item_date {
    margin-top: 20px;
    width: 10.09%;
    color: #bfbfbf;
    text-align: center;
    border-left: 1px solid #f0f0f0
}

.news_center .item .item_date h1 {
    font-size: 22px;
    line-height: 50px;
}

.xiang .jian {
    padding-bottom: 10px;
}

.xiang .con {
    width: 95%;
    margin: 0 auto;
}

.yewu {
    padding-top: 30px;
}

.yewu ul {
    margin-right: -1.8785%;
}

.yewu ul li {
    float: left;
    width: 31.4545%;
    margin-right: 1.8785%;
    padding-bottom: 10px;
}

.yewu li .bor {
    border: 1px solid #e9e9e9;
    padding: 2px;
    position: relative;
    background-color: #fff;
}

.yewu li .bor:after {
    content: ".";
    width: 50%;
    position: absolute;
    left: 77px;
    bottom: 7px;
    -webkit-transform: skew(42deg) rotate(8deg);
    -moz-transform: skew(42deg) rotate(8deg);
    -o-transform: skew(42deg) rotate(8deg);
    transform: skew(42deg) rotate(8deg);
    -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 9px rgba(0, 0, 0, 0.2);
    z-index: -1;
}

.yewu li .bor:before {
    content: ".";
    width: 50%;
    position: absolute;
    right: 77px;
    bottom: 7px;
    -webkit-transform: skew(-42deg) rotate(-8deg);
    -moz-transform: skew(-42deg) rotate(-8deg);
    -o-transform: skew(-42deg) rotate(-8deg);
    transform: skew(-42deg) rotate(-8deg);
    -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 9px rgba(0, 0, 0, 0.2);
    z-index: -1;
}

.yewu li .yewu_img {
    height: 222px;
    overflow: hidden;
}

.yewu li img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.yewu li:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}