* {
    padding: 0;
    margin: 0;
    font-family: "微软雅黑";
}

.ind_product {
    max-width: 1200px;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
}

.ind_product_con {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
}

.ind_product_title {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    margin-top: 70px;
}

.ind_product_title h1 {
    font-family: "微软雅黑";
    font-size: 30px;
    color: #333333;
    font-weight: normal;
    text-align: center;
}

.ind_product_title_xian {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.ind_product_title_xian span {
    width: 102px;
    height: 1px;
    overflow: hidden;
    background: #009933;
}

.ind_product_title_xian img {
    width: 14px;
    height: auto;
    overflow: hidden;
    margin: auto 20px;
}

.ind_product_nav {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
}

.ind_product_nav ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    list-style: none;
    margin-top: 30px;
}

.ind_product_nav ul li {
    width: 185px;
    height: 40px;
    overflow: hidden;
    background: #ededed;
    margin: auto 5px;
}

.ind_product_nav ul li a {
    font-size: 18px;
    color: #555555;
    text-align: center;
    line-height: 40px;
    display: block;
}

.ind_product_navac {
    background: #009933!important;
}

.ind_product_navac a {
    color: #fff!important;
}

.ind_product_nav ul li:hover {
    background: #009933
}

.ind_product_nav ul li:hover a {
    color: #fff;
}

.ind_product_center {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
}

.ind_product_list {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
}

.ind_product_list ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    list-style: none;
}

.ind_product_list ul li {
    width: 283px;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    float: left;
    margin-right: 20px;
    margin-top: 30px;
}

.ind_product_list ul li:nth-child(4n+4) {
    margin-right: 0;
}

.ind_product_list ul li a {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
}

.ind_product_list ul li a img {
    width: calc(100% - 2px);
    height: 245px;
    overflow: hidden;
    display: block;
    margin: auto;
    border: 1px solid #ededed;
}

.ind_product_list ul li a h1 {
    font-size: 16px;
    color: #ff4351;
    font-weight: normal;
    margin-top: 20px;
}

.ind_product_list ul li a p {
    font-size: 14px;
    color: #888888;
    line-height: 2;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ind_product_list ul li:hover img {
    border: 1px solid #016600;
}

.ind_product_list ul li:hover p {
    color: #016600;
}

.ind_new {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
}

.ind_new ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    list-style: none;
}

.ind_new ul li {
    width: 590px;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    float: left;
    border: 1px solid #dbdbdb;
    margin-top: 30px;
    transition: 0.5s all;
}

.ind_new ul li:nth-child(2n+2) {
    float: right;
}

.ind_new ul li a {
    padding: 10px;
    width: auto;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
}

.ind_new_l {
    width: 167px;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    float: left;
}

.ind_new_l img {
    width: 100%;
    height: 122px;
    overflow: hidden;
    display: block;
    margin: auto;
}

.ind_new_r {
    width: calc(100% - 190px);
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    float: right;
}

.ind_new_r h1 {
    font-size: 16px;
    color: #555555;
    font-weight: normal;
    margin-top: 7px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ind_new_r p {
    font-size: 14px;
    color: #888888;
    line-height: 2;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ind_new ul li:hover {
    border: 1px solid #009933;
}

.ind_new ul li:hover .ind_new_r h1 {
    color: #009933;
}

.contact {
    max-width: 1200px;
    height: auto;
    overflow: hidden;
    display: block;
    margin: 50px auto;
}

.contact_con {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
}

.contact_l {
    width: 50%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    float: left;
}

.contact_r {
    width: 50%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    float: right;
}


/* 分页开始 */

.gg_page {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    margin: auto;
}

.gg_page ul {
    display: inline-block;
    margin: 20px auto 10px auto;
    /* margin: 5px 0; */
}

.gg_page ul li {
    display: inline-block;
    margin: auto 2px;
    background: #fff;
}

.gg_page ul li a {
    display: inline-block;
    padding: 0 12px;
    /* margin: 0 5px; */
    /* background-color: #f4f4f5; */
    color: #333;
    min-width: 12px;
    border-radius: 2px;
    height: 36px;
    line-height: 36px;
    box-sizing: border-box;
    font-size: 16px;
    border: 1px solid #b5b5b5;
}

.gg_page ul li span {
    display: inline-block;
    padding: 0 12px;
    /* margin: 0 5px; */
    /* background-color: #f4f4f5; */
    color: #333;
    min-width: 12px;
    border-radius: 2px;
    height: 36px;
    line-height: 36px;
    box-sizing: border-box;
    font-size: 16px;
    border: 1px solid #009933;
}

.gg_page .active.current span {
    background-color: #009933 !important;
    color: #fff !important;
}

.gg_page ul li a:hover {
    color: #009933 !important;
}


/* 分页结束 */

.pic-text-list-module .pic-title {
    height: auto;
}

.service{
	width: 100%;
	height: auto;
	overflow: hidden;
	display: block;
	margin: auto;
}
.service_list{
	width: 100%;
	height: auto;
	overflow: hidden;
	display: block;
	margin: auto;
}
.service_list ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	display: block;
	margin: auto;
	list-style: none;
	margin-bottom: 50px;
}
.service_list ul li{
	width: auto;
	height: auto;
	overflow: hidden;
	display: block;
	margin: auto;
	padding: 20px;
	background: #fafafa;
	margin-top: 20px;
}
.service_list ul li a{
	width: 100%;
	height: auto;
	overflow: hidden;
	display: block;
	margin: auto;
}
.service_list ul li a h1{
	font-size: 14px;
	color: #009933;
	font-weight: normal;
}
.service_list ul li a p{
	font-size: 14px;
	color: #888888;
	margin-top: 10px;
}

.product_center{
	width: 100%;
	height: auto;
	overflow: hidden;
	display: block;
	margin: auto;
}
.product_list{
	width: 100%;
	height: auto;
	overflow: hidden;
	display: block;
	margin: auto;
}
.product_list ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	display: block;
	margin: auto;
	list-style: none;
}
.product_list ul li{
	width: auto;
	height: auto;
	overflow: hidden;
	display: block;
	margin: auto;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	padding: 20px;
}
.product_list ul li a{
	width: 100%;
	height: auto;
	overflow: hidden;
	display: block;
	margin: auto;
}
.product_list_l{
	width: 33%;
	height: auto;
	overflow: hidden;
	display: block;
	margin: auto;
	float: left;
}
.product_list_l img{
	width: 100%;
	height: auto;
	overflow: hidden;
	display: block;
	margin: auto;
}
.product_list_r{
	width: 65%;
	height: auto;
	overflow: hidden;
	display:block;
	margin: auto;
	float: right;
}
.product_list_r h1{
	font-size: 30px;
	color: #333;
	font-weight: normal;
}
.product_list_r h2{
	font-size: 22px;
	color: #333;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: normal;
}
.product_list_r h3{
	font-size: 18px;
	color: #333;
	margin-top: 10px;
	font-weight: normal;
}
.product_list_r p{
	font-size: 16px;
	line-height: 1.5;
	color: #333;
}