@charset "UTF-8";
/*base-css*/

a {
    text-decoration: none;
    color: #666;
}

html,
body {
    color: #666;
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    line-height: 1;
    font-size: 16px;
}

.en {
    font-family: Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

.inline-block {
    display: inline-block;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    margin: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: '';
    display: table;
    overflow: hidden;
    clear: both;
}

.text-right {
    text-align: right;
}

.comwidth {
    width: 1200px;
    margin: 0 auto;
}
.comwidth:after {
    content: '';
    display: table;
    overflow: hidden;
    clear: both;
}
a.over {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.banner-bar {
    width: 100%;
    height: 600px;
    position: relative;
    text-align: center;
}
.banner-img {
    width: 100%;
    height: 400px;
    background-position: center center ;
    background-size: cover;
}

.banner-bar .swiper-container {
    height: 600px;
}

.banner-bar .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.banner-bar .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 20px;
}



/*bre-nav*/

.breadcrumb-nav {
    font-size: 12px;
    line-height: 55px;
    color: rgb(102, 102, 102);
    border-bottom: 1px solid #ebebeb;
}

.breadcrumb-nav a:hover {
    text-decoration: underline;
}

.breadcrumb-nav .return-back span {
    vertical-align: middle;
}
.breadcrumb-nav .item {
    display: inline-block;
    width: 115px;
    text-align: center;
    color: #666;

}
.breadcrumb-nav .item:hover {
    text-decoration: none;
    background: #c80000;
    color: #fff;
}
.breadcrumb-nav .item.current {
    background: #c80000;
    color: #fff;
}
/*page*/

.page-center {
    text-align: center;
}

.pagination {
    display: inline-block;
    height: 40px;
    margin: 20px 0;
}

.pagination ul {
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
}

.pagination li {
    margin-left: 0!important;
    display: inline;
}

.pagination a,
.pagination span {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-color: #DDDDDD;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    float: left;
    line-height: 38px;
    padding: 0 14px;
    text-decoration: none;
}

.pagination a:hover,
.pagination .active a,
.pagination .active span {
    background-color: #F5F5F5;
}

.pagination .active a,
.pagination .active span {
    color: #999999;
    cursor: default;
}

.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
    background-color: transparent;
    color: #999999;
    cursor: default;
}

.pagination li:first-child a,
.pagination li:first-child span {
    border-left-width: 1px;
    border-radius: 3px 0 0 3px;
}

.pagination li:last-child a,
.pagination li:last-child span {
    border-radius: 0 3px 3px 0;
}

.pagination-centered {
    text-align: center;
}

.pagination-right {
    text-align: right;
}


/*
 nav-bar
 * */

.nav-bar {
    width: 1200px;
    margin: 0 auto;
}

.nav-bar .logo-bar {
    width: 340px;
    float: left;
    height: 80px;
    line-height: 80px;
}

.nav-bar .logo-bar img {
    width: 50%;
    vertical-align: middle;
    margin-top: -10px;
}

.nav-bar .logo-bar .comany-name {
    font-size: 18px;
}



.nav-bar .nav {
    float: right;
}

.nav-bar .nav li {
    height: 80px;
    text-align: center;
    position: relative;
    float: left;
    width: 130px;
    box-sizing: border-box;
    padding: 20px 5px;
}

.nav-bar .nav li a {
    white-space: nowrap;
    display: block;
    line-height: 40px;
    padding: 0px;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
}

.nav li:hover a {
    color: #fff;
    background: #07990b;
}



.nav li.current a {
    color: #fff;
    background: #07990b;
}

.index-intro-title {
    color: #07990b;
    font-size: 24px;
    font-family: '微软雅黑';
    font-weight: bold;
    margin: 20px 0;
}

.index-intro-des {
    font-size: 15px;
    line-height: 1.5em;
    text-indent: 2em;
}
.index-intro-des p {
    margin-bottom: 10px;
}

.service-tel {
    display: block;
    width: 300px;
    margin: 40px auto;
}
.company-link {
    margin-bottom: 40px;
}
.company-link h3 {
    font-size: 18px;
    font-weight: bold;
    color: #07990b;
    display: inline-block;
}
.company-link .links {
    display: inline-block;
}
.company-link .links a {
    color: #07990b;
    font-size: 15px;
    margin-left: 10px;
}
.footer {
    text-align: center;
    color: #07990b;
    font-size: 14px;
    background: #f5f9f5;
    padding: 30px 0;
}
.footer .group-name {
    margin-left: 70px;
}
.about-intro {
    position: relative;
    margin: 30px auto;
}
.about-intro-des {
    font-size: 16px;
    line-height: 1.5em;
    text-indent: 2em;
    
    box-sizing: border-box;
  
}
.about-intro-des p {
    margin-bottom: 10px;
}
.company-img {
    width: 400px;
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    border: 6px solid #e3f1e3;
}
.footer-big {
    background: #f5f9f5;   
    margin-top: 50px;
    padding: 40px 0;
}

.footer-company-name {
    margin: 20px 0;
}
.footer-company-name img {
    width:60px;
    vertical-align: middle;
}
.footer-company-name .name {
    font-size: 26px;
    color:#07990b;
    font-weight: bold;
    vertical-align: middle;
}
.footer-company-name p {
    line-height: 1.5em;
}
.footer-big .hot .tel-number {
    font-weight: bold;
    font-size: 36px;
    color:#07990b;
}
.footer-big .top {
    width: 800px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.footer-big .item {
    width: 400px;
    float: left;
    height: 100px;
    box-sizing: border-box;
    padding-right: 20px;
}
.footer-big .hot-tel {
    color: #07990b;
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 20px;
}
.footer-big .hot {
    margin: 20px 0 20px 0px;
    padding-left: 20px;
    border-bottom: 2px solid #07990b;
}
.footer-big .footer-bottom {
    text-align: center;
    color: #07990b;
    font-size: 14px;
}
.footer-bottom .group-name {
    margin-left: 50px;
    color: #07990b;
}
.footer-big .item.border {
    border-right: 2px solid #07990b;
}

.product-bar {
    margin-top: 55px;
}
.product-bar .imglist-bar li {
    margin-bottom: 20px;
}
.line-bottom {
    margin-top: 40px;
    float: right;
    height: 1px ;
    background:#ddd;
    width: 940px;
}

a.over {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.img-box {
    overflow: hidden;
    border: 1px solid #eee;
    box-sizing: border-box;
}

.img-box .img {
    width: 100%;
    height: 100%;
    transition: all .5s;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat; 
}


.img-box:hover .img {
    transform: scale(1.2);
    transition: all .5s;
}
.imglist-bar .list li .img-box {
    width: 380px;
    height: 200px;
}



.imglist-bar .list li {
    float: left;
    margin-left: 30px;
    
}

.imglist-bar .list li .text {
    text-align: center;
    padding: 10px 5px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #07990b;
}
.imglist-bar .list ul {
    margin-left: -30px;
}

.honor-bar .imglist-bar .list li .img-box {
    width: 285px;
}
.honor-bar .imglist-bar .list li {
    float: left;
    margin-left: 20px;
    
}
.honor-bar .imglist-bar .list ul {
    margin-left: -20px;
}

.contact-hot-line {
    font-size: 24px;
    font-weight: bold;
    color: #07990b;
    margin-bottom: 30px;
    margin-top: 30px;
}
.contact-bar{
    width: 1150px;
    margin: 40px auto;
}
.contact-bar .text {
    font-size: 16px;
    line-height: 2em;
    
}
.contact-bar .text span {
    margin-right: 20px;
    display: inline-block;
}
.contact-bar .hellow {
    font-size: 24px;
    font-weight: bold;
    color: #07990b;
    margin-top: 30px;
}
.contact-bar .hellow em {
    font-size: 20px;
    font-style: normal;
}
.contact-left {
    width: 50%;
    float: left;
}
.contact-right {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding-right: 40px;
    position: relative;
    padding-left: 40px;
}
.form-bar input {
    border: 1px solid #07990b;
    height: 37px;
    line-height: 37px;
    width: 100%;
    outline: none;
    box-sizing: border-box;
    padding: 0 5px;
}
.form-bar input:focus {
   border: 1px solid #0ad210;
}
.form-bar textarea:focus {
    border: 1px solid #0ad210;
 }
.form-bar textarea {
    border: 1px solid #07990b;
    height: 60px;
    resize: none;
    line-height: 1.5em;
    width: 100%;
    outline: none;
    box-sizing: border-box;
    padding: 0 5px;
}
.form-bar label {
    font-size: 14px;
    color: #07990b;
    margin-bottom: 10px;
    display: block;
}
.form-bar .input-group {
    margin-bottom: 10px;
}
.hellow-line {
    color: #07990b;
    font-weight:bold;
    font-size: 18px;
    position: absolute;
    top:0;
    left:0;  
    padding-top: 15px;
}
.hellow-line:before {
    position: absolute;
    top: 0;
    left:4px;
    content: '';
    width: 10px;
    height:10px;
    background: #07990b;
}
.hellow-line:after {
    position: absolute;
    bottom: -80px;
    left:8px;
    content: '';
    width: 2px;
    height:70px;
    background: #07990b;
}
.hellow-line p {
    line-height: 1.3em;
}

.submit {
    width: 100%;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    outline: none;
    color: #fff;
    border: none;
    background-color: #07990b;
    cursor: pointer;
}
.submit:hover {
    opacity: .8;
}
#map {
    width: 100%;
    height: 500px;
}