@CHARSET "UTF-8";
body {
    padding-top: 70px;
    background: #f4f4f4;
}

body.body-white {
    background: #fff;
}
ul,ol,dl{ list-style-type: none; }
.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed; padding-left: 0px;
}
a:hover{ text-decoration: none; color: #73a856; }
.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
    margin-right: 0px;
    margin-left: 0px;
}

.navbar .nav .user {
    padding: 0;
    line-height: 70px;
}

.navbar .nav .user .headicon {
    margin: 0 5px;
    height: 30px;
}

.navbar .nav .user .caret {
    vertical-align: middle;
    margin: 0 5px;
}

/*tc widget*/
.tc-main {
    margin-top: 20px;padding-bottom: 20px;
}

/*tc-box*/
.tc-box {
    background: #fff;
    padding: 5px 10px;
    margin: 0 0 10px 0;
}

.body-white .tc-box{
    border: solid 1px #eee;
}

.tc-box.first-box {
    margin: 0 0 10px 0;
}

.tc-box.article-box {
    padding: 25px 50px;
}

.tc-box.article-box hr{ border-top:1px dashed #e6e6e6; }
/*tc-box end */

/* The blog boxes */
/*.tc-gridbox {
  background-color: #ececec;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 1px 1px #a8a8a8;
  -moz-box-shadow: 0px 1px 1px #a8a8a8;
  box-shadow: 0px 1px 1px #a8a8a8;
  margin-bottom: 40px;
}*/
.tc-gridbox-container {
    width: 25%;
    float: left;
}

.tc-gridbox {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: solid 1px #eee;
    background: #fff;
    cursor: pointer;
}

.tc-gridbox {
    margin: 0 10px 20px 10px;
}

.tc-gridbox:hover {
    -webkit-box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);
    box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);
}

.tc-gridbox a {
    text-decoration: none;
}

@media ( min-width: 768px) and (max-width: 979px) {
    .tc-gridbox {
        display: block;
        float: none;
        width: 95%;
    }
}

@media ( max-width: 979px) {
    .tc-gridbox-container {
        display: block;
        float: none;
        width: 100%;
    }

    .tc-gridbox {
        margin: 0 0 10px 0;
    }
}

.tc-gridbox .header {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
    background: #fff;
}

.tc-gridbox .footer {
    padding: 5px 14px 5px 14px;
    text-align: right;
    background: #fff;
}

.tc-gridbox .header .item-image {
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.tc-gridbox .header img {
    margin-bottom: 5px;
    width: 100%;
    /*-webkit-transition: all 0.8s ease-in-out;*/
    /*-moz-transition: all 0.8s ease-in-out;*/
    /*-o-transition: all 0.8s ease-in-out;*/
    /*-ms-transition: all 0.8s ease-in-out;*/
    /*transition: all 0.8s ease-in-out;*/
}

.tc-gridbox .header img:hover {

    /*-webkit-transform: scale(1.2) rotate(2deg);*/
    /*-moz-transform: scale(1.2) rotate(2deg);*/
    /*-o-transform: scale(1.2) rotate(2deg);*/
    /*-ms-transform: scale(1.2) rotate(2deg);*/
    /*transform: scale(1.2) rotate(2deg);*/
}

.tc-gridbox .header h3 {
    color: #454a4e;
    margin: 0 5px;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 24px;
}

.tc-gridbox .header h3 a,
.tc-gridbox .header h3 a:focus,
.tc-gridbox .header h3 a:hover {
    color: #454a4e;
    white-space: nowrap;
}

.tc-gridbox .header .meta {
    color: #5a6065;
}

.tc-gridbox .header hr {
    border-top-color: #eee;
    border-bottom: none;
    margin: 5px 0;
}

.tc-gridbox .body {
    padding-right: 14px;
    padding-left: 14px;
    margin-bottom: 14px;
    color: #343a3f;
}

.tc-gridbox .body a {
    color: #666;
}

.tc-gridbox .body a:hover {
    color: #428bca;
}

.tc-gridbox .btn {
    float: right;
    margin-right: 10px;
    margin-bottom: 18px;
}

/*masonary*/

.masonary-container .item {
    margin-bottom: 20px;
}

.masonary-container .item h3 {
    line-height: 100%;
}

.masonary-container .grid-sizer, .masonary-container .item {
    width: 24.9%;
    margin: 10px 0.05%;
    float: left;
    zoom: 1;
}

@media ( max-width: 479px) {
    .masonary-container .grid-sizer, .masonary-container .item {
        width: 98%;
        margin: 10px 1%;
        float: left;
        zoom: 1;
    }
}

@media ( min-width: 480px) and (max-width: 767px) {
    .masonary-container .grid-sizer, .masonary-container .item {
        width: 48%;
        margin: 10px 1%;
        float: left;
        zoom: 1;
    }
}

/*list Boxes
------------------------------------*/
.list-boxes {
    overflow: hidden;
    padding: 15px 20px;
    margin-bottom: 25px;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    word-wrap: break-word;
    word-break: break-all;
    border: solid 1px #eee;
}

.list-boxes:hover {
    border: solid 1px #ddd;
}

.list-boxes h2 a {
    color: #555;
}

.list-boxes:hover h2 a {
    color: #f90;
}

.list-boxes .list-actions a {
    font-size: 16px;
    text-decoration: none;
}

.list-boxes p a {
    color: #72c02c;
}

.list-boxes .list-boxes-img li i {
    color: #72c02c;
    font-size: 12px;
    margin-right: 5px;
}

.list-boxes .list-boxes-img img {
    display: block;
    margin: 5px 10px 10px 0;
}

.list-boxes h2 {
    margin-top: 0;
    font-size: 20px;
    line-height: 20px;
}

.list-boxes ul.list-boxes-rating li {
    display: inline;
}

.list-boxes ul.list-boxes-rating li i {
    color: #f8be2c;
    cursor: pointer;
    font-size: 16px;
}

.list-boxes ul.list-boxes-rating li i:hover {
    color: #f8be2c;
}

/*list Colored Boxes*/
.list-boxes-colored p,
.list-boxes-colored h2 a,
.list-boxes-colored .list-boxes-img li,
.list-boxes-colored .list-boxes-img li i {
    color: #fff;
}

/*Red list Box*/
.list-boxes-red {
    background: #e74c3c;
}

/*Blue list Box*/
.list-boxes-blue {
    background: #3498db;
}

/*Grey list Box*/
.list-boxes-grey {
    background: #95a5a6;
}

/*Turquoise list Box*/
.list-boxes-sea {
    background: #1abc9c;
}

/*Turquoise Top Bordered list Box*/
.list-boxes-top-sea {
    border-top: solid 2px #1abc9c;
}

.list-boxes-top-sea:hover {
    border-top-color: #16a085;
}

/*Yellow Top Bordered list Box**/
.list-boxes-top-yellow {
    border-top: solid 2px #f1c40f;
}

.list-boxes-top-yellow:hover {
    border-top-color: #f39c12;
}

/*Orange Left Bordered list Box**/
.list-boxes-left-orange {
    border-left: solid 2px #e67e22;
}

.list-boxes-left-orange:hover {
    border-left-color: #d35400;
}

/*Green Left Bordered list Box**/
.list-boxes-left-green {
    border-left: solid 2px #72c02c;
}

.list-boxes-left-green:hover {
    border-left-color: #5fb611;
}

/*Green Right Bordered list Box**/
.list-boxes-right-u {
    border-right: solid 2px #72c02c;
}

.list-boxes-right-u:hover {
    border-right-color: #5fb611;
}

/*comments*/
.comment {
    margin-bottom: 10px;
}

.comment .avatar {
    height: 40px;
    width: 40px;
}

.comment-body {
    overflow: hidden;
}

.comment-content {
    padding-bottom: 2px;
    word-break: break-all;
    word-wrap: break-word;
}

.comment > .pull-left {
    margin-right: 10px;
}

.comment .time {
    color: #ccc;
    font-size: 12px;
    line-height: 14px;
}

.comment-postbox-wraper {

}

.comment-postbox {
    width: 100%;
    padding: 10px;
}

.comment-reply-box {
    position: relative;
}

.comment-reply-box .textbox {
    width: 100%
}

.comment-reply-submit .btn {
    margin-top: 20px;
}

/*ranking box*/

.ranking ul li {
    padding: 5px 0;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px dashed #f0f0f0;
}

.ranking ul.unstyled li i {
    margin-right: 5px;
}

.ranking li i {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 15px;
    font-style: normal;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    background-color: #aaa;
}

.ranking li.top3 i {
    background: #FC9B0B;
}

/*comment ranking box*/
.comment-ranking .comment-ranking-inner {
    padding: 10px;
    background: #f7f7f7;
    position: relative;
    margin-bottom: 10px;
    /*border-top: solid 2px #eee;*/
}

.comment-ranking .comment-ranking-inner,
.comment-ranking .comment-ranking-inner:after,
.comment-ranking .comment-ranking-inner:before {
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.comment-ranking .comment-ranking-inner:after,
.comment-ranking .comment-ranking-inner:before {
    width: 0;
    height: 0;
    right: 0px;
    bottom: 0px;
    content: " ";
    display: block;
    position: absolute;
}

.comment-ranking .comment-ranking-inner:after {
    border-top: 15px solid #eee;
    border-right: 15px solid transparent;
    border-left: 0px solid transparent;
    border-left-style: inset; /*FF fixes*/
    border-right-style: inset; /*FF fixes*/
}

.comment-ranking .comment-ranking-inner:before {
    border-bottom: 15px solid #fff;
    border-right: 0 solid transparent;
    border-left: 15px solid transparent;
    border-left-style: inset; /*FF fixes*/
    border-bottom-style: inset; /*FF fixes*/
}

.comment-ranking .comment-ranking-inner:hover {
    border-color: #FC9B0B;
    border-top-color: #FC9B0B;
    background: #f0f0f0;
}

.comment-ranking .comment-ranking-inner:hover:after {
    border-top-color: #FC9B0B;
}

.comment-ranking .comment-ranking-inner span.comment-time {
    color: #777;
    display: block;
    font-size: 11px;
}

.comment-ranking .comment-ranking-inner a {
    text-decoration: none;
}

.comment-ranking .comment-ranking-inner a:hover {
    text-decoration: underline;
}

.comment-ranking .comment-ranking-inner i.fa {
    top: 2px;
    color: #bbb;
    font-size: 18px;
    position: relative;
}

/*ThinkCMF Photos*/
ul.tc-photos {
    margin: 0;
}

.tc-photos li {
    display: inline;
}

.tc-photos li a {
    text-decoration: none;
}

.tc-photos li img {
    opacity: 0.6;
    width: 50px;
    height: 50px;
    margin: 0 2px 8px;
    border: 1px solid #ddd;
}

.tc-photos li img:hover {
    opacity: 1;
    border: 1px solid #f90;
    /* box-shadow: 0 0 0 1px #f90; */
}

/**/

/*Blog Posts
------------------------------------*/
.posts .dl-horizontal a {
}

.posts .dl-horizontal {
    margin-bottom: 15px;
    overflow: hidden;
}

.posts .dl-horizontal dt {
    width: 60px;
    float: left;
}

.posts .dl-horizontal dt .img-wraper {
    display: block;
    width: 55px;
    height: 55px;
    padding: 1px;
    margin-top: 2px;
    border: solid 1px #ddd;
}

.posts .dl-horizontal dt img {
    width: 100%;
    height: 100%;
    /* width: 55px;
    height: 55px;
    padding: 1px;
    margin-top: 2px;
    border: solid 1px #ddd; */
}

.posts .dl-horizontal dd {
    margin-left: 70px;
}

.posts .dl-horizontal dd p {
    margin: 0;
}

.posts .dl-horizontal dd a {
    font-size: 14px;
    line-height: 16px !important;
}

.posts .dl-horizontal dd a:hover {
    text-decoration: none;
}

.posts .dl-horizontal:hover dt img,
.posts .dl-horizontal:hover dd a {
    color: #FC9B0B;
    border-color: #FC9B0B !important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.navbar-brand{ padding: 0px 15px; }
.navbar-default .navbar-nav>li>a{ color: #333; }
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{ color: #fff; background-color: #73a856; border-radius: 5px; }
@media (min-width: 768px) {
    .navbar-nav>li>a{ padding: 8px 12px; margin:0px 3px; margin-top: 17px; }
    .navbar-nav{ float: right; }
}



.dropdown-menu{ left:-40px; padding: 0px; border:0px solid #fff;}
.dropdown-menu li{text-align: center; }
.dropdown-menu>li>a{ padding: 10px; }
.dropdown-menu .open a:hover{ background-color: #73a856 }


.navbar-default{    background-color: #fff;box-shadow: 0px 0px 5px #888888;}


/*底部样式*/
.footer-upper,.footer-bottom{ background-color: #000; color: #fff; }
.footer-upper h2{ font-size: 20px; margin-bottom: 25px; }
.footer-upper{
    position:relative;background:url(../images/footerbg.png) no-repeat center bottom #000;
    padding:30px 0px 0px;
    z-index:1;
}
.links{ padding-left: 0px; }
.links li{width: 33.33%; float: left;}
.links a{ display: inline-block; background-color: #fff; height: 40px; margin-right: 10px; text-align:center; margin-bottom: 10px; border-radius: 5px;    align-items: center;
    display: flex; overflow: hidden;}
.links a img{    align-items: center; max-width:100%; margin: 0px auto;}
.contact-info{
    position:relative;
    margin-bottom:10px;
}
.contact-info li{
    position:relative;
    margin:0px 0px 7px; color: #aaa;
    line-height:30px;   
}
.erweima{ position: absolute; right: 15px; top: 30px; width: 100px; }
.footer-bottom{ padding: 15px 0px; }
.contact-info{ padding-left: 0px; }
.copyright{ color: #777; }


/*产品中心*/
.sec-title{ margin: 50px 0px; }
.sec-title h2{ font-size: 30px; margin-bottom: 20px; font-weight: 400px;}
.sec-title .text{ font-size: 16px; color: #999; }
.text{color: #999;}
.proCenter{ margin-top: 35px; margin-bottom: 30px;}
 .column{margin-bottom: 10px;padding:15px;transition: all 0.8s;}

@media (min-width: 1200px){
    .proCenter .column{ margin-top: -20px; margin-bottom: 40px;}
    .proCenter div.column:nth-child(2),.proCenter div.column:nth-child(5){ margin-top: 20px; margin-bottom: 0px;}
    /*.proCenter .column:nth-child(2) .image-box,.proCenter .column:nth-child(4) .image-box{ height:508px; position:relative; overflow: hidden;}
    .proCenter .column:nth-child(2) .content-box,.proCenter .column:nth-child(4) .content-box{ 
        background-color: transparent; position: absolute; left: 15px; right: 15px; bottom: 15px; color: #fff; padding-bottom: 0px;
        background: url(../images/probg.png) no-repeat left bottom; background-size: 100% ;
    }
    .proCenter .column:nth-child(2) .content-box h3 a,.proCenter .column:nth-child(4) .content-box h3 a{ color:#fff; }
    .proCenter .column:nth-child(2) .content-box .text,.proCenter .column:nth-child(4) .content-box .text{ color: #eee; margin-bottom: 15px;}*/
}
.column:hover{box-shadow: 0 1px 30px rgba(0, 0, 0, 0.15);}
.proCenter .image-box{ background-color: #f1f1f1; height: 345px; text-align: center;}
.content-box{ background-color: #f1f1f1; padding:15px;}
.content-box h3{ margin-top: 0px; padding-top:15px; font-weight: 400; font-size: 20px;}
.content-box a{ color: #333; }
.content-box a:hover{ color: #73a856; text-decoration: none;}
.image-box img{ width: 100%; align-items: center;transition: all 0.8s;}
.proCenter .image-box img{ height: 100%; width: auto; }
.image-box a{align-items: center;display: flex; height: 345px; overflow: hidden;}
.proCenter .image-box a{ display: block; overflow: hidden; }
.column:hover .image-box img{transform: scale(1.05);}
.content-box .text{ height: 20px; overflow: hidden; margin-bottom: 5px; }
.more{ display:inline-block; margin: 30px auto; padding: 10px 60px; border:1px solid #73a856; border-radius: 5px; }
.more:hover{background-color:#73a856; color: #fff;}

/*企业简介*/
.jianjie{background: url(../images/chan.jpg) no-repeat left bottom; background-size: cover; min-height:500px;}
.jianjie h2{ text-align: center; font-size: 34px; margin-bottom: 15px; }
.jianjie hr{ width: 100px; border-top: 5px solid #73a856; margin: 30px auto; }
.jianjie_main{ font-size: 16px; color: #444; line-height: 34px; text-align: justify; margin: 30px auto;margin-bottom: 30px; text-indent: 32px;}
.shipin{ background-color: #fff; }
.jianjie .col-lg-5{ background-color: rgba(255,255,255,0.95); padding:50px; }
@media (min-width: 1200px){

    .jianjie .col-lg-5{ float: right;}
}


/*企业风采*/

.tab-menu{ text-align: center; }
.tab-menu li { display: inline-block;
  position:relative;
  background-color: #eeeeee;
  color:#333;
  display: inline-block;
  padding: 10px 30px;
  opacity: 1;
  cursor:pointer;
  z-index:0;
}

.tab-menu li:hover {
  color:#464646;
}

.tab-menu li.active {
  color:#fff; background-color: #73a856;
  opacity: 1;
}

.tab-menu li.active:hover {
  color:#fff;
}

.tab-content>div {
  box-sizing:border-box;
  padding: 40px 0px;   
  min-height:200px;
}

.line {
  position:absolute;
  width: 0;
  height: 2px;
  background-color: #54a142;
  bottom: 0;
  left: 0;
}
.tab-content .image-box a{ height: 280px; background-color: #f1f1f1; }
.tab-content .content-box h3{ font-size: 16px; text-align: center; padding-bottom: 0px;}
.tab-content .content-box{ background-color: #fff; }
.tab-content .column{ margin-bottom: 0px; padding-bottom: 0px; }


/*入口样式*/
.blog-news-section{ background-color: #fff; }
.san_bg{background: url(../images/sanbg.jpg) no-repeat left center;background-size: cover; padding: 60px 0px 50px;}
.san_main{text-align: center; display: flex;}
.san_main a{  flex: 1; display: block; color: #333; font-size: 18px;}
.san_main div{position: relative;  display: inline-block;width: 100px; height: 100px; padding: 20px; border:2px solid #999; border-radius: 50%; margin-bottom: 20px;}
.san_main a:nth-child(1) div{ background:url(../images/san-1.png) no-repeat center; }
.san_main a:nth-child(2) div{ background:url(../images/san-2.png) no-repeat center; }
.san_main a:nth-child(3) div{ background:url(../images/san-3.png) no-repeat center; }
.san_main a:hover{ color:#73a856;  }
.san_main a:hover div{animation:mymove 500ms;animation-direction:alternate;border:2px solid #73a856;}
.san_main a:nth-child(1):hover div{ background:url(../images/san-1-1.png) no-repeat center; }
.san_main a:nth-child(2):hover div{ background:url(../images/san-2-1.png) no-repeat center; }
.san_main a:nth-child(3):hover div{ background:url(../images/san-3-1.png) no-repeat center; }
@keyframes mymove
{
0% {top:0px;}
50% {top:-15px;}
100%{ top: 0px; }
}

/*新闻中心*/
.news article{ background-color: #f4f4f4 }
.news:hover article{ background-color: #fff; }
.news dl{ margin-top: 10px; text-align: justify; }
.news dt{ font-weight: normal; margin-bottom: 15px; height: 100px; overflow: hidden;}
.news dt img{width: 100%; height: auto;transition: all 0.8s;}
.news:hover dt img{transform: scale(1.05);}
.news dd p{ font-size: 14px; color: #999;}
.news dd h3{ font-size: 18px; height: 49px; overflow: hidden; margin-top: 0px; line-height: 26px;}
.news dd{ color: #999;/* padding-left: 25%; background: url(../images/newsbg1.png) no-repeat left center ;*/ min-height: 40px;}
.news h3 a{ color: #333; }
.news h3 a:hover{color: #73a856}
@media (max-width: 768px){
    .jianjie h2{ font-size: 24px; font-weight: 400; }
    .tab-menu{ padding-left: 0px; }
    .tab-menu li{ padding: 10px 25px;}
    .san_main div{ width:60px; height: 60px;}
    .san_main a:nth-child(1) div{ background:url(../images/san-1.png) no-repeat center; background-size: 40px 40px; }
    .san_main a:nth-child(2) div{ background:url(../images/san-2.png) no-repeat center; background-size: 40px 40px;}
    .san_main a:nth-child(3) div{ background:url(../images/san-3.png) no-repeat center; background-size: 40px 40px;}
    .san_main a:nth-child(1):hover div{ background:url(../images/san-1-1.png) no-repeat center; background-size: 40px 40px;}
    .san_main a:nth-child(2):hover div{ background:url(../images/san-2-1.png) no-repeat center; background-size: 40px 40px;}
    .san_main a:nth-child(3):hover div{ background:url(../images/san-3-1.png) no-repeat center; background-size: 40px 40px;}
    .san_main a{ font-size: 16px; }
}

/*@media (max-width: 1200px){
    .news .col-lg-3{ width: 20%; float: left; }
    .news dd{ padding-left: 20%; background: url(../images/newsbg.png) no-repeat left center ;}
}
@media (max-width: 990px){
    .news .col-lg-3{ width: 30%; float: left; }
    .news dd{ padding-left: 30%; background: url(../images/newsbg.png) no-repeat left center ;}


}
*/


#backtotop{ width: 40px; height: 40px; right: 39px !important; line-height: 40px; text-align: center; background-color:rgba(115,168,86,0.7); border-radius: 3px; color:rgba(255,255,255,0.8); }
#backtotop .fa{ font-size: 16px; }
#backtotop:hover{background-color:rgba(115,168,86,1); }
#backtotop:hover .fa{ color: #fff; }


.title_bg{ text-align: right; padding:25px 15px; }

.pad20{ padding: 20px 30px;}
.adrs_right{ margin-bottom: 0px; }
.adrs_right dt{ font-size: 18px; padding-left: 30px; background: url(../images/titleh_bg.jpg) left center no-repeat; font-weight: normal; margin-bottom: 20px; margin-top: 20px;}
.adrs_right dd{ margin-bottom:5px; font-size: 14px; text-align: justify;}
.adrs_right dd span{ width: 45px; float: left; }
.adrs_right dd p{ margin-left: 45px; }
.adrs_right hr{border-top:1px dashed #e6e6e6; margin-top: -20px;}
.adrs_right img{ width: 100%; max-width: 300px;}
.adrs_right h3{ font-size: 16px; text-align: center; }

.article-infobox{ color: #999; text-align: center; margin-top: 10px; padding-bottom: 20px;border-bottom: 1px dashed #ddd; margin-bottom: 30px;}
.article-infobox span{ margin: 0px 10px; }

.pro_list{ margin-top: 20px; }
.pro_list .image-box{ margin-bottom: 0px; align-items: center;display: flex;height: 345px; overflow: hidden;background-color: #f1f1f1;}

.fenye{ text-align: center;}
.fenye a,.fenye span{ margin: 0px 10px; border-radius: 5px; }
.pagination>li:last-child>a, .pagination>li:last-child>span{border-radius: 5px;}
.pagination>li:first-child>a, .pagination>li:first-child>span{border-radius: 5px;}
.pagination>.active>span, .pagination>.active>span:hover, .pagination>.active>span:focus, .pagination>.active>a, .pagination>.active>a:hover, .pagination>.active>a:focus
{background-color: #73a856; color: #fff; border-color: #73a856;}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus{ color: #73a856;}
.pagination>li>a, .pagination>li>span{ border:2px solid #eee; }

.list-boxes{ margin-bottom: 10px; border:0px; }
.list-boxes:hover{ border:0px;}
.news_list{ background-color: #fff;  margin-bottom: 15px; padding: 15px 0px;}
.img_box{ overflow: hidden;}
.img_box img{ width: 100%; }
.news_list .list-boxes{ margin-bottom: 0px; padding-bottom: 0px; }
.news_list .list-boxes p{ max-height: 40px; overflow: hidden; color: #999; }
.news_list .list-boxes h2{ margin-bottom:20px; }
.list-boxes:hover h2 a{color: #73a856}

@media (max-width: 992px){
    .news_list .col-md-8 {width: 66.66666667%; float: left;}
    .news_list .col-md-4 {width: 33.33333333%;float: left;}
    .backW{ background-color: #fff; }
}
.article_ul{ margin-left: 0px;padding-left: 0px;margin-top: 30px;}
.article_ul li{ margin-bottom: 15px; }
.color9{ color: #999; }
.article_ul li a{ color: #333; }
.article_ul li a:hover{color: #73a856}

.contact_box{ margin-top: 30px; }
.contact_box h3,.contact_box h5,.contact_box p{ font-weight: inherit; }

.contact_h3{
    font-size: 18px;
    padding-left: 30px;
    background: url(../images/titleh_bg.jpg) left center no-repeat;
    font-weight: normal;
    margin-bottom: 20px;
    margin-top: 20px;}

.contact_box .contact-info{ display: flex; margin-bottom: 0px;}
.contact_box h5{flex-basis:80px;flex-shrink:0; margin: 5px 0px;}
.contact_box p{margin: 5px 0px;}
.contact-erweima{margin-left: 67px;}
.contact-erweima img{ max-width: 160px;}
.contact-erweima h3{ font-size: 16px; margin: 10px;}

.form-horizontal .form-group{ margin-left: 0px; margin-right: 0px; }
.form-group{ display: flex; border: 1px solid #a3d07f; }
.control-label{flex-basis:80px;flex-shrink:0; text-align: center; background-color: #f6fbf5;}
.form-horizontal .control-label{text-align: center; font-weight: inherit; color: #009944;padding-top:15px; padding-bottom:15px; }
.control-div{padding-top:6px;padding-right: 10px; flex: 1}
.control-div input,.control-div textarea{ width: 100%; border: none; outline: none;-webkit-appearance: none; background-color: transparent; box-shadow:none; }
.control-div textarea{ margin-bottom: 6px; }
.btn{ padding: 8px 40px; }
.btn-primary:hover{ background-color: #009944; border-color: #009944; }

.map-canvas{ height: 450px; }
@media (max-width: 768px){
    .map-canvas{ height: 360px; }
}

.fwchaxun{ display: flex; margin-top: 50px; margin-left: 20px;margin-right: 20px;}
.fwchaxun input[type="text"]{ flex: 1;border: 2px solid #009944; padding-left: 10px; font-size: 18px; color: #009944; -webkit-appearance: none;}
.fwchaxun input[type="button"]{flex-basis:140px;flex-shrink:0; background-color: #009944; color: #fff; border: 2px solid #009944; height: 60px; font-size: 18px;}
.fwchaxun input[type="button"]:last-child{ background-color: #fff; color: #009944; margin-left: 20px; }
.fwchaxun  input::-webkit-input-placeholder{
            color:#999;
        }

.fw_div{ margin-left: 20px;margin-right: 20px; margin-top: 50px;}
.fw_div p{padding-left: 30px;background: url(../images/titleh_bg.jpg) left center no-repeat; font-size: 16px; margin-bottom: 20px;}

/*招聘样式*/
.zhaopin{ background-color: #fff; padding-top: 40px;padding-bottom: 40px;}
.zhaopin .job-position-box{ width: auto; }
.zhaopin .job-position-box ul li h4{ height: auto; background-color: transparent; line-height: 32px; padding: 0px; border: 0px; font-weight: normal;}
.zhaopin .job-position-box ul li h4 span{ float: inherit;font-size: 16px; margin-right: 0px;}

.zhaopin_li{  margin: 0px 25px; padding-bottom: 15px; border-bottom: 1px solid #eee; margin-bottom: 25px;letter-spacing: 2px;}
.zhaopin_li p{display: flex; font-size: 16px;}
.zhaopin_li span{ flex: 1;}
.zhaopin_title{ font-size: 18px; font-weight: 200; color: #999;}
.zhaopin .job-position-box ul li .job-position-info{ background-color: transparent; padding: 0px; border-top: 1px dashed #eee; padding-top:15px; }
.job-position-info  h3{ font-size: 24px; font-weight: normal; margin-bottom: 20px;}

.fontColor{ color: #f00; }
.zp_main span{ margin-left: 5px; margin-right: 5px;}
.zp_main{ font-size: 16px; margin-bottom: 20px; }

.zhaopin .job-position-box .job-position-info .job-position-div{ padding-left: 0px; }
.zhaopin .job-position-box .job-position-info .job-position-div2{ padding-left: 0px; }



/*右侧悬浮样式*/
.xuanfu{ position: fixed; right: 10px; top: 150px; z-index: 10000}
.xuanfu img{ width:100px; }

@media (max-width: 1440px){
    .xuanfu img{ width: 80px; }
    #backtotop{right: 29px !important;}
}

@media (max-width: 768px){
    .xuanfu img{ width: 50px; }
    #backtotop{right: 18px !important;}
}

.erweima_div{ display: inline-block; }
