﻿@charset "utf-8";
input::-webkit-input-placeholder {
    color: white;
}

input::-moz-input-placeholder {
    color: white;
}

input::-ms-input-placeholder {
    color: white;
}
a {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
}

.banner {
    background: white;
}

.index1 {
    box-shadow: 0px 0px 5px #888888;
    display: block;
    height: 600px;
    max-width: 100% !important;
    background: url(/assets/tmpl31/images/index1.jpg) no-repeat 100% 100%;
    top: 0;
    left: 0;
    min-width: 1000px;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}

.container {
    padding: 0px;
}
.text {
    color:   #82b541;     
}

.b-b-color {
    border: none;
    border-bottom: 1px solid #82b541;
}
.announced {
    height: 122px;
    width: 225px;
    background: #82b541;
}
.henan {
    border-top: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
}
.henan ul  {
    margin: 0;
    padding: 0;
}
 .henan ul li {
    border-left: 1px solid #c8c8c8;
    width: 182px;
    height: 120px;
    list-style: none;
}
.referred {
    font-size: 26px;
    color: #fff;
    margin-top: 15PX;
    text-indent: 30px;
}

.share {
    margin-left: 28px;
}

.total {
    font-size: 14px;
    color: #fff;
}

.through {
    font-size: 16px;
    color: #fff;
}

.companys {
    margin-top: 4px;
}

.not {
    margin-left: 8px;
}

.enterprise {
    font-size: 15px;
    color: #333;
    display: block;
    text-align: center;
}

.business {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 12px;
}
.section-title {
    margin: auto;
    max-width: 700px;
    margin-bottom: 60px;
}
.section-title h2 {
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 25px;
    line-height: 30px;
    margin-top: 0;
    text-transform: uppercase;
}
.section-title h2:before {
    content: '';
    position: absolute;
    width: 70px;
    margin-left: -35px;
    height: 2px;
    left: 50%;
    bottom: 0px;
    background-color: #82b541;
}
.section-title h2 span {
    color: #82b541;
}
.section-title p {
    margin-top: 25px;
}
.subscribe-area {
    background-color: #f1f1f1;
}
.subscribe-box h2 span {
    color: #82b541;
}