@charset "utf-8";
/* CSS Document */
body {
	font-family: "Open Sans", "Helvetica neue", Helvetica, Tahoma, "lantinghei sc", "Microsoft Yahei", sans-seri, "微软雅黑";
	font-size: 14px;
}

body, div, form, p, span, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

ul, ol, li {
	list-style: none;
}

img, a img {
	border: 0 none;
}

a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input, select, button {
	vertical-align: middle;
	font-family: "微软雅黑";
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.tal {
	text-align: left;
}

.tac {
	text-align: center;
}

.tar {
	text-align: right;
}

.isdis {
	display: block;
}

.undis {
	display: none;
}

.clear {
	clear: both;
}

*:focus {
	outline: none;
}
:root {
    --main-color: #01b04f;
    --main-color-white: #ffffff;
    --main-color-555: #555555;
    --main-color-999: #999999;
    --main-color-666: #666666;
    --main-color-333: #333333;
    --main-color-888: #888888;
    --main-transition: all ease 0.4s;
    --main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.web{width:1200px;margin:0 auto;padding: 0 15px;}

/*边距 start*/
.pt30{
    padding-top: 30px;
}
.pb30{
    padding-bottom: 30px;
}
/*边距 end*/

/*header start*/
.pchead {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: var(--main-color-white);
    height: 80px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.pcheader {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}
.pclogo img {
    height: 40px;
    display: inline-block;
    float: left;
    line-height: 80px;
}
.pclogo font{
    font-size:20px;
    color: #00aaa0;
    max-width: 280px;
    display: inline-block;
    text-align: center;
    float: left;
    line-height: 22px;
}
.pcnav {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 99;
}
.pcnav>li {
    position: relative;
    transition: var(--main-transition);
}
.pcnav>li>a {
    display: block;
    height: 80px;
    line-height: 80px;
    font-size: 14px;
    transition: var(--main-transition);
    color: var(--main-color-666);
    padding: 0 20px;
}
.pcnav>li>a:hover{
    color: #00aaa0;
    font-size: 16px;
}
.banner{
    height: 500px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}
.banner-box{
    height: 500px;
}
.h80{
    height: 80px;
}
/*header end*/

/*index start*/
.section-title {
    margin-bottom: 40px;
    text-align: center;
    font-size: 28px;
}
.section-title p {
    color: #999;
    font-size: 14px;
    margin: 5px 0 0;
}
.section-title:after {
    display: block;
    content: '';
    width: 38px;
    height: 3px;
    margin: 15px auto 0;
    background-color: #00aaa0;
}
.in-about dt {
    float: left;
    width: 530px;
}
.img-center img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    transition: all 0.5s;
}
.in-about dd {
    margin-left: 580px;
}
.in-about dd h4 {
    margin: 0 0 20px;
    font-size: 22px;
}
.in-about dd h4 small {
    display: block;
    color: #999;
    font-weight: normal;
    font-size: 14px;
}
.in-about dd h4:after {
    display: block;
    content: '';
    width: 38px;
    height: 3px;
    margin: 10px 0 0;
    background-color: #00aaa0;
}
.in-about dd p {
    margin: 0;
    text-align: justify;
    color: #666;
    line-height: 1.8;
}
.in-about dd .btn a {
    display: inline-block;
    margin-right: 15px;
    line-height: 38px;
    background-color: #00aaa0;
    color: #fff;
    padding: 0 30px;
}

.product li{
    float: left;
    width: 23.333%;
    height: 270px;
    margin-right:10px;
    background: #e6e6e6;
    border:1px solid #e6e6e6;
    margin-bottom:20px;
    cursor: pointer;
}
.product li:hover{
    border-color: #00aaa0;
    background: #00aaa0;
    color: #fff;
}
.product li img{
    width: 100%;
    height: 230px;
}
.product li span{
    display: block;
    text-align: center;
    line-height: 40px;
    width: 100%;
    overflow: hidden;
}
.news li{
    width: 48%;
    margin-right: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    float: right;
    cursor: pointer;
}
.news li a {
    display: block;
    width: calc(100% - 120px);
    line-height: 34px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    padding-left: 15px;
}
.news li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    background-color: #ccc;
    margin-top: -3px;
    border-radius: 50%;
}
.news li:hover,.news li:hover a,.news li:hover a:before{
    color: #00aaa0 !important;
}
/*index end*/

/*footer start*/
footer {
    width: 100%;
    text-align: center;
    border-top: 1px solid #555555;
    background-color: #3b3d40;
    padding: 15px 0;
    color: #fff;
    line-height: 30px;
}
footer a{
    color: #fff !important;
}
/*footer end*/

/*view_production start*/
.bread{
    margin: 30px auto;
    display: flex;
    align-items: center;
}
.detail-box{
   background: #e6e6e6;
   margin:30px 0;
   padding:20px;
   color: #333;
   min-height: 300px;
}
.detail-box h2{
    text-align: center;
    margin-bottom: 20px;
}
.pro-img{
    text-align: center;
    width: 100%;
    margin:20px 0;
}
.pro-img img{
    max-height: 400px;
    max-width: 500px;
}
.detail-box .detail{
    line-height: 2;
}
.prenext{
    margin: 20px auto;
}
.prenext li {
    line-height: 32px;
    margin-bottom: 5px;
}
.prenext li span {
    display: inline-block;
    background-color: #A2A2A2;
    color: #fff;
    padding: 0 15px;
    margin-right: 10px;
}
.prenext li:hover,.prenext li:hover a{
    color: #00aaa0;
}
/*view_production end*/

/*list start*/
.list li {
    margin-bottom: 15px;
    display: block;
    border: 1px solid #ddd;
    padding: 15px;
    overflow: hidden;
    cursor: pointer;
}
.list li .text h4 {
    margin: 0;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
}
.list li .text h4 span {
    float: right;
    font-size: 12px;
    color: #999;
    font-weight: normal;
}
.list li .text p {
    color: #797979;
}
.list li .text .more {
    float: right;
    padding: 6px 12px;
    color: #fff;
    background-color: #B6B6B6;
}
.list li:hover {
    border-color: #00aaa0;
}
.list li:hover .text h4,.list li:hover .text h4 span{
    color: #00aaa0;
}
.list li:hover .text .more {
    background-color: #00aaa0;
}
/*list end*/