/* sub-banner */
.sub-banner {
    height: 135px;
    text-align: center;
    background-color: #f0f1f5;
    padding: 30px 0  0;
}
.sub-banner p {
    color: #469942;
    line-height: 2;
}
.sub-banner .current {
    font-size: 2rem;
    font-weight: bold;
}
.sub-banner span {
    font-size: 1.6rem;
}
.sub-banner .black {
    color: #333;
}
.sub-banner .blue {
    color: #469942;
}
/* 主体内容-布局+左侧内容 */
.main-body {
    padding: 40px 0 60px;
}
.menu-left {
    width: 20%;
}
.content-right {
    width: 78%;
}
.menu-left-current {
    width: 100%;
    border: 2px solid #469942;
}
.menu-left-current ul li {
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    border-bottom: 1px dashed #469942;
    position: relative;
}
.menu-left-current ul li:last-child {
    border-bottom: 0;
}
.menu-left-current ul li:before,
.menu-left-current ul li:after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    top: 10px;
}
.menu-left-current ul li:before {
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
}
.menu-left-service ul li:nth-of-type(1):before {
    background-position: 0 -306px;
}
.menu-left-service ul li:nth-of-type(2):before {
    background-position: -30px -306px;
}
.menu-left-service ul li:nth-of-type(3):before {
    background-position: -60px -306px;
}
.menu-left-service ul li:nth-of-type(4):before {
    background-position: -90px -306px;
}
.menu-left-current ul li:after {
    content: '>';
    float: right;
    top: 0;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}
.menu-left-current ul li a {
    display: inline-block;
    color: #333;
    font-size: 1.4rem;
}
.menu-left-current ul li:hover,
.menu-left-current ul li.hover {
    background-color: #469942;
}
.menu-left-current ul li:hover:after,
.menu-left-current ul li:hover a,
.menu-left-current ul li.hover:after,
.menu-left-current ul li.hover a {
    color: #fff;
}
.menu-left-service ul li:hover:nth-of-type(1):before,
.menu-left-service ul li.hover:nth-of-type(1):before {
    background-position: 0 -336px;
}
.menu-left-service ul li:hover:nth-of-type(2):before,
.menu-left-serviceul li.hover:nth-of-type(2):before {
    background-position: -30px -336px;
}
.menu-left-service ul li:hover:nth-of-type(3):before,
.menu-left-service ul li.hover:nth-of-type(3):before {
    background-position: -60px -336px;
}
.menu-left-service ul li:hover:nth-of-type(4):before,
.menu-left-service ul li.hover:nth-of-type(4):before {
    background-position: -90px -336px;
}
.menu-left-list .title {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #dcdcdc;
    margin: 10px 0;
}
.menu-left-list .title p {
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
    padding-left: 10px;
}
.menu-left-list .title p:after {
    content: '';
    display: block;
    width: 80px;
    height: 1px;
    background-color: #469942;
    position: absolute;
    bottom: 0;
    left: 0;
}
.menu-left-list ul li {
    width: 100%;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #dcdcdc;
}
.menu-left-list ul li a {
    color: #333;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 1.4rem;
}
.menu-left-list ul li a:hover {
    color: #469942;
}
.content-right .position {
    font-size: 2rem;
    font-weight: bold;
}
.content-right .position:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 20px;
    background-color: #469942;
    position: relative;
    top: 3px;
    margin-right: 10px;
}
    /* 分页 */
.pagination{
    margin: 50px 0 30px;
    text-align: center;
}
.pagination li{
	display: inline-block;
}
.pagination a,
.pagination span {
    padding: 5px 10px;
    margin: 2px;
    color: #666;
    background-color: #f0f0f0;
    font-size: 1.4rem;
}
.pagination a:hover {
    background-color: #469942;
    color: #fff;
}
.pagination a:active {
    background-color: #469942;
    color: #fff;
}
.pagination span.current {
    background-color: #469942;
    color: #fff;
}
.pagination span.disabled {
    background-color: #f0f0f0;
    color: #bebebe;
}
/* 服务支持-服务动态 */
.news-list-right ul li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
}
.news-list-right ul li .li-img {
    width: 22%;
}
.news-list-right ul li .li-img img {
    width: 100%;
}
.news-list-right ul li .li-text {
    width: 76%;
}
.news-list-right ul li .li-text .time {
    font-size: 1.2rem;
    color: #666;
}
.news-list-right ul li .li-text h3 {
    font-size: 1.8rem;
    color: #333;
    font-weight: bold;
    margin: 12px 0;
}
.news-list-right ul li .li-text p {
    font-size: 1.4rem;
    color: #666;
    max-height: 65px;
    overflow: hidden;
}
.news-list-right ul li:hover h3 {
    color: #469942;
}
/* 服务支持 */
.description {
    margin: 10px 0;
}
.description p {
    font-size: 1.6rem;
    line-height: 1.8;
    text-indent: 2em;
}
.service-list-right ul li {
    width: 48%;
    float: left;
    margin: 0 3% 2% 0;
    overflow: hidden;
}
.service-list-right ul li a {
    display: block;
}
.service-list-right ul li:nth-of-type(2n) {
    margin-right: 0;
}
.service-list-right ul li .li-img {
    width: 100%;
    position: relative;
}
.service-list-right ul li .li-img img {
    width: 100%;
}
.service-list-right ul li .li-img .li-txt {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.6);
    top: -120%;
    left: 0;
    text-align: center;
    padding-top: 22%;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.service-list-right ul li .li-img .li-txt p {
    color: #333;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 2.2;
}
.service-list-right ul li .li-img .li-txt span {
    display: inline-block;
    width: 140px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background-color: #469942;
    color: #fff;
    border-radius: 10px;
    margin-top: 10px;
    position: relative;
	font-size: 14px;
}
.service-list-right ul li .li-img .li-txt span:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    background-position: -60px -336px;
    position: absolute;
    left: 15px;
    top: 5px;
}
.service-list-right ul li .address {
    text-align: center;
    font-size: 1.6rem;
    height: 40px;
    line-height: 40px;
    color: #333;
}
.service-list-right ul li:hover .li-img .li-txt {
    top: 0;
}
/* 关于我们 */
.menu-left-about ul li:nth-of-type(1):before {
    background-position: -120px -306px;
}
.menu-left-about ul li:nth-of-type(2):before {
    background-position: -150px -306px;
}
.menu-left-about ul li:nth-of-type(3):before {
    background-position: -180px -306px;
}
.menu-left-about ul li:nth-of-type(4):before {
    background-position: -210px -306px;
}
.menu-left-about ul li:nth-of-type(5):before {
    background-position: -240px -306px;
}
.menu-left-about ul li:nth-of-type(6):before {
    background-position: -270px -306px;
}
.menu-left-about ul li:nth-of-type(7):before {
    background-position: -300px -306px;
}
.menu-left-about ul li:hover:nth-of-type(1):before,
.menu-left-about ul li.hover:nth-of-type(1):before {
    background-position: -120px -336px;
}
.menu-left-about ul li:hover:nth-of-type(2):before,
.menu-left-about li.hover:nth-of-type(2):before {
    background-position: -150px -336px;
}
.menu-left-about ul li:hover:nth-of-type(3):before,
.menu-left-about ul li.hover:nth-of-type(3):before {
    background-position: -180px -336px;
}
.menu-left-about ul li:hover:nth-of-type(4):before,
.menu-left-about ul li.hover:nth-of-type(4):before {
    background-position: -210px -336px;
}
.menu-left-about ul li:hover:nth-of-type(5):before,
.menu-left-about ul li.hover:nth-of-type(5):before {
    background-position: -240px -336px;
}
.menu-left-about ul li:hover:nth-of-type(6):before,
.menu-left-about ul li.hover:nth-of-type(6):before {
    background-position: -270px -336px;
}
.menu-left-about ul li:hover:nth-of-type(7):before,
.menu-left-about ul li.hover:nth-of-type(7):before {
    background-position: -300px -336px;
}
.about-introduce {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
.about-introduce img {
    width: 100%;
}
.about-introduce .content-txt {
    position: absolute;
    display: inline-block;
    width: 80%;
    height: 50%;
    background-color: rgba(255,255,255,0.9);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 50px;
}
.about-introduce .content-txt h2 {
    font-size: 2.4rem;
}
.about-introduce .content-txt p {
    font-size: 1.4rem;
    line-height: 1.8;
    margin: 20px 0;
}
.about-introduce .content-txt a {
    display: block;
    width: 150px;
    height: 42px;
    line-height: 42px;
    float: right;
    background-color: #469942;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.about-introduce .content-txt a:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}

.about-right p{
    font-size: 16px;
    text-indent: 2em;
    padding: 20px 0;
    line-height: 30px;
}

.about-right img{
    width:100%;
}






.about-right ul li {
    position: relative;
}







.about-right ul li .li-img {
    width: 50%;
}
.about-right ul li .li-img img {
    width: 100%;
    display: block;
}
.about-right ul li .li-txt {
    width: 50%;
    padding: 0 20px;
}
.about-right ul li .li-txt p {
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    line-height: 1.8;
}
.about-right ul li .li-txt span {
    display: block;
    width: 50px;
    height: 30px;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    background-position: -150px -246px;
}
.about-right ul li:before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    background: #469942;
    height: 4px;
    -webkit-transition-property: left, right;
    -moz-transition-property: left, right;
    -o-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    z-index: 99;
}
.about-right ul li:nth-of-type(2n):before {
    left: 100%;
    right: 0;
}
.about-right ul li:nth-of-type(2n+1):before {
    left: 0;
    right: 100%;
}
.about-right ul li:hover:nth-of-type(2n):before {
    left: 0;
}
.about-right ul li:hover:nth-of-type(2n+1):before {
    right: 0;
}
/* 发展历程 */
.history-right li {
    padding-bottom: 50px;
    position: relative;
    clear: both;
    overflow: hidden;
}
.history-right li .li-left {
    width: 42%;
    text-align: right;
}
.history-right li .li-left span {
    font-size: 1.4rem;
    color: #469942;
}
.history-right li .li-left img {
    width: 100%;
    margin-top: 15px;
}
.history-right li .li-right {
    width: 42%;
    background-color: #f5f5f5;
    padding: 40px 30px;
    position: relative;
}
.history-right li .li-right:before {
    content: '';
    display: block;
    position: absolute;
    top: 10%;
    margin: auto;
    width: 0px;
    height: 0px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}
.history-right li .li-right:nth-of-type(2n):before {
    left: -8px;
    border-right: 8px solid #f5f5f5;
}
.history-right li .li-right:nth-of-type(2n+1):before {
    right: -8px;
    border-left: 8px solid #f5f5f5;
}
.history-right li .li-right h3 {
    font-size: 2rem;
}
.history-right li .li-right p {
    line-height: 1.8;
    margin-top: 10px;
    font-size: 1.4rem;
}
.history-right li:before {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: #469942;
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
}
.history-right li:after {
    content: '';
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #469942;
    right: 0;
    left: 0;
    top: 10px;
    margin: auto;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.history-right li:hover:after {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 6px solid #469942;
}
.click-more {
    display: block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: auto;
    border: 1px solid #469942;
    border-radius: 10px;
    color: #469942;
    font-size: 1.6rem;
    margin-top: 40px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.click-more:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    background-position: -200px -246px;
    position: relative;
    top: 8px;
    margin-right: 5px;
}
.click-more:after {
    content: '展开更多';
    display: block;
    width: 0;
    height: 100%;
    background-color: #469942;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    overflow: hidden;
    color: #fff;
}
.click-more:hover:after {
    width: 100%;
}
/* 品牌 */
.about-brand .content-txt {
    width: 38%;
    left: 10%;
    margin: auto 0;
}
.brand-content .title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
}
.brand-content .title:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 20px;
    background-color: #469942;
    position: relative;
    top: 3px;
    margin-right: 10px;
}
.brand-content p {
    line-height: 2;
    font-size: 1.6rem;
}
.brand-content .list-txt {
    position: relative;
    padding-left: 40px;
    margin: 20px 0 10px;
}
.brand-content .list-txt:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    background-position: -230px -246px;
    position: absolute;
    top: 0;
    left: 0;
}
.brand-content .list-txt h4 {
    font-size: 1.8rem;
    height: 50px;
}
/* 荣誉 */
.honor-right .title {
    text-align: center;
}
.honor-right .title h4 {
    font-size: 3rem;
    line-height: 2;
}
.honor-right .title p {
    font-size: 1.4rem;
    line-height: 2;
}
.honor-right ul li {
    position: relative;
    clear: both;
    overflow: hidden;
}
/* .honor-right ul li:before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #bebebe;
    left: 15%;
    top: 0;
} */
/* .honor-right ul li:first-child:before {
    top: 25px;
} */
/* .honor-right ul li:after {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    background-position: -300px -246px;
    left: 15%;
    top: 20px;
    margin-left: -15px;
} */
.honor-right ul li .li-left {
    font-size: 4rem;
    width: 15%;
    line-height: 2;
}
.honor-right ul li dl {
    /* width: 85%;
    padding: 20px 0 20px 30px;
    border-bottom: 1px solid #bebebe; */
}
.honor-right ul li:last-child dl {
    border-bottom: 0;
}
.honor-right ul li dl dd {
    width: 31%;
    margin: 10px 0 10px 2%;
    float: left;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    overflow: hidden;
    cursor: pointer;
	height: 220px;
}
.honor-right ul li dl dd img {
    width: 100%;
}
.honor-right ul li dl dd:hover {
    border-radius: 20px;
}
.honor-right ul li:hover:after {
    background-position: -270px -246px
}
.honor-right ul li:hover .li-left {
    color: #469942;
}
/* 联系我们 */
.contact-right .contact-list {
    margin: 20px 0 10px;
}
.contact-right .contact-list h4 {
    font-size: 1.8rem;
    height: 50px;
    line-height: 50px;
    padding-left: 35px;
    position: relative;
}
.contact-right .contact-list h4:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    background-position: -230px -246px;
    position: absolute;
    top: 10px;
    left: 0;
}
.contact-right .contact-list p {
    line-height: 2;
    font-size: 1.6rem;
    color: #3c3c3c;
}
.contact-content {
    padding-bottom: 30px;
    /* background: url(../images/contact-bg.jpg) no-repeat right bottom; */
}
.contact-list p:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    top: 8px;
    margin-left: 10px;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    background-position: 0 -366px;
}
.contact-list p.add:before {
    background-position: 0 -366px;
}
.contact-list p.code:before {
    background-position: -30px -366px;
}
.contact-list p.email:before {
    background-position: -60px -366px;
}
.contact-list p.tel:before {
    background-position: -90px -366px;
}
.contact-list p.mobile:before {
    background-position: -120px -366px;
}
.contact-form .title{
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
    height: 40px;
    line-height: 40px;
    padding-left: 35px;
}
.contact-form .title:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    background-position: -150px -366px;
    position: absolute;
    left: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.contact-form .title:after {
    content: '';
    display: block;
    width: 120px;
    height: 1px;
    background-color: #469942;
    position: absolute;
    left: 0;
    bottom: 0;
}
.form-box {
    padding: 2%;
    border: 1px solid #ebebeb;
}
.form-box p {
    font-size: 1.4rem;
    line-height: 2;
    color: #8c8c8c;
    padding-left: 40px;
    position: relative;
}
.form-box p:before {
    content: ''; display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    background-position: -180px -366px;
    position: absolute;
    left: 0;
}
.form-box form {
    overflow: hidden;
    clear: both;
}
.form-box .float-left,
.form-box .float-right {
    width: 48%;
    margin: 0 1%;
}
.form-box input,
.form-box textarea,
.form-box select {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    padding-left: 15px;
    margin: 8px 0;
    width: 100%;
    box-sizing: border-box;
}
.form-box input,
.form-box select {
    height: 50px;
    line-height: 50px;
}
.form-box textarea {
    padding: 15px;
    font-family: 'Microsoft YaHei','微软雅黑';
}
.form-box .code-box {
    display: flex;
    align-items: center;
}
.form-box .code {
    width: 80%;
    display: inline-block;
}
.form-box .code-box img {
    display: inline-block;
    width: 70px;
    height: 50px;
}
.submit-btn {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    color: #fff;
    font-size: 1.6rem;
    border: 0;
    background-color: #469942;
    margin-top: 8px;
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.submit-btn:hover {
    border-radius: 10px;
}
/* 内容详情页 */
.news-show-right>h1 {
    font-size: 2.4rem;
    height: 50px;
    line-height: 50px;
	text-align: center;	
}
.news-show-right .extras {
    height: 50px;
    line-height: 50px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eef2f4;
}
.news-show-right .extras span{
	width:100%;
	text-align:center;
	}
	.news-show-right .extras .social-share{
	position:relative;
	top:-50px;
	}
.news-show-right .show-box {
    padding: 20px 0;
    border-bottom: 1px solid #eef2f4;
}
.news-show-right .show-box img{
	margin:0 auto;
}
.news-show-right .show-box p {
    line-height:1.9;
    margin: 5px 0;
}
.news-show-right .show-box a {
    color:#333;
    text-decoration-line: none !important;
	
}
.news-show-right .show-box a:hover {
    color:#469942;	
}
/* 产品列表 */
.menu-left-product ul li:nth-of-type(1):before {
    background-position: 0 -426px;
}
.menu-left-product ul li:nth-of-type(2):before {
    background-position: -30px -426px;
}
.menu-left-product ul li:nth-of-type(3):before {
    background-position: -60px -426px;
}
.menu-left-product ul li:nth-of-type(4):before {
    background-position: -90px -426px;
}
.menu-left-product ul li:nth-of-type(5):before {
    background-position: -120px -426px;
}
.menu-left-product ul li:nth-of-type(6):before {
    background-position: -150px -426px;
}
.menu-left-product ul li:nth-of-type(7):before {
    background-position: -180px -426px;
}
.menu-left-product ul li:nth-of-type(8):before {
    background-position: -210px -426px;
}
.menu-left-product ul li:hover:nth-of-type(1):before,
.menu-left-product ul li.hover:nth-of-type(1):before {
    background-position: 0 -396px;
}
.menu-left-product ul li:hover:nth-of-type(2):before,
.menu-left-product li.hover:nth-of-type(2):before {
    background-position: -30px -396px;
}
.menu-left-product ul li:hover:nth-of-type(3):before,
.menu-left-product ul li.hover:nth-of-type(3):before {
    background-position: -60px -396px;
}
.menu-left-product ul li:hover:nth-of-type(4):before,
.menu-left-product ul li.hover:nth-of-type(4):before {
    background-position: -90px -396px;
}
.menu-left-product ul li:hover:nth-of-type(5):before,
.menu-left-product ul li.hover:nth-of-type(5):before {
    background-position: -120px -396px;
}
.menu-left-product ul li:hover:nth-of-type(6):before,
.menu-left-product ul li.hover:nth-of-type(6):before {
    background-position: -150px -396px;
}
.menu-left-product ul li:hover:nth-of-type(7):before,
.menu-left-product ul li.hover:nth-of-type(7):before {
    background-position: -180px -396px;
}
.menu-left-product ul li:hover:nth-of-type(8):before,
.menu-left-product ul li.hover:nth-of-type(8):before {
    background-position: -210px -396px;
}
.product-list-right ul li {
    width: 32%;
    margin: 0 1.8% 20px 0;
    padding: 15px 15px 25px;
    background-color: #fafafa;
    text-align: center;
    float: left;
    border: 1px solid #dcdcdc;
    position: relative;
	height:330px;
}
.product-list-right ul li:nth-of-type(3n+3) {
    margin-right: 0;
}
.product-list-right ul li:before {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    background-color: #469942;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.product-list-right ul li img {
    width: 100%;
    position: relative;
    z-index: 9;
}
.product-list-right ul li p {
    font-size: 1.6rem;
    height: 82px;
    line-height: 30px;
    color: #333;
    margin-top: 10px;
    position: relative;
    z-index: 9;
	overflow: hidden;
}
.product-list-right ul li span {
    color: #469942;
    font-size: 1.2rem;
    position: relative;
    z-index: 9;
}
.product-list-right ul li:hover:before {
    height: 100%;
}
.product-list-right ul li:hover p,
.product-list-right ul li:hover span {
    color: #fff;
}
/* 产品详情页 */
.product-banner {
    /* margin-top: 40px; */
}
.product-img {
    width: 50%;
    border: 1px solid #dcdcdc;
    position: relative;
	margin-top: 30px;
}
.hot-product-ul li span {
    padding-bottom: 15px;
}
.product-slides-nav {
    padding-top: 12px;
    position: absolute;
    bottom: 0;
    right: 5px;
    z-index: 9;
}
.product-slides-nav span {
    display: inline-block;
    width: 36px;
    height: 24px;
    overflow: hidden;
    cursor: pointer;
}
.product-slides-nav span.prev {
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    background-position: -196px -276px;
    background-color: rgba(0,0,0,0.2);
}
.product-slides-nav span.next {
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    background-position: -160px -276px;
    background-color: rgba(0,0,0,0.2);
}
.product-slides-nav span.prev:hover{
    background-position: -268px -276px;
}
.product-slides-nav span.next:hover{
    background-position: -232px -276px;
}
.product-img ul li {
    width: 100%;
}
.product-img ul li img {
    width: 100%;
}
.product-arguments {
    width: 50%;
    padding: 40px;
}
.product-arguments h1 {
    font-size: 2rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 2;
}
.product-arguments span {
    font-size: 1.2rem;
    color: #8c8c8c;
    margin: 20px 0;
}
.product-arguments .arguments-list {
    margin: 20px 0;
    padding: 20px 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
.product-arguments .arguments-list p {
    line-height: 2.2;
    font-size: 1.4rem;
    color: #5a5a5a;
}
.product-arguments .arguments-contact {
   /*  text-align: center; */
}
.arguments-contact span {
    display: inline-block;
    width: 48%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 30px;
    font-size: 1.6rem;
    color: #fff;
    cursor: pointer;
}
.arguments-contact span.online {
    background-color: #000;
}
.arguments-contact span.tel {
    background-color: #469942;
}
.arguments-contact span:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    position: relative;
    top: 10px;
    margin-right: 10px;
}
.arguments-contact span.online:before {
    background-position: -210px -366px;
}
.arguments-contact span.tel:before {
    background-position: -240px -366px;
}
.product-show-right .title {
    height: 50px;
    line-height: 50px;
    font-size: 1.6rem;
    position: relative;
    padding-left: 20px;
}
.product-show-right .title:after {
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    background-color: #469942;
    position: absolute;
    left: 0;
    bottom: 0;
}
.product-show-right .content-txt {
    border: 1px solid #dcdcdc;
    padding: 20px;
	font-size: 16px;
}
.content-txt table{
	width: 100% !important;
	border-collapse: collapse;
}
.product-show-right .content-txt p {
    line-height: 2;
}
.product-show-right .content-txt img {
   margin: 0 auto;
}
/* 解决方案列表 */
.menu-left-solution ul li:nth-of-type(1):before {
    background-position: 0px -426px;
}
.menu-left-solution ul li:nth-of-type(2):before {
    background-position: -30px -426px;
}
.menu-left-solution ul li:nth-of-type(3):before {
    background-position: -60px -426px;
}
.menu-left-solution ul li:nth-of-type(4):before {
    background-position: -90px -426px;
}
.menu-left-solution ul li:hover:nth-of-type(1):before,
.menu-left-solution ul li.hover:nth-of-type(1):before {
    background-position: 0px -396px;
}
.menu-left-solution ul li:hover:nth-of-type(2):before,
.menu-left-solution li.hover:nth-of-type(2):before {
    background-position: -30px -396px;
}
.menu-left-solution ul li:hover:nth-of-type(3):before,
.menu-left-solution ul li.hover:nth-of-type(3):before {
    background-position: -60px -396px;
}
.menu-left-solution ul li:hover:nth-of-type(4):before,
.menu-left-solution ul li.hover:nth-of-type(4):before {
    background-position: -90px -396px;
}
.solution-list-right ul li {
    width: 47.5%;
    margin: 0 3% 30px 0;
    position: relative;
    float: left;
}
.solution-list-right ul li:nth-of-type(2n+2) {
    margin-right: 0;
}
.solution-list-right ul li img {
    width: 100%;
}
.solution-list-right ul li p {
    width: 100%;
    height: 46px;
    line-height: 46px;
    padding: 0 15px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.2);
    color: #fff;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.solution-list-right ul li p:after {
    content: '';
    display: inline-block;
    width: 28px;
    height: 20px;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    background-position: -212px -140px;
    position: relative;
    top: 2px;
}
.solution-list-right ul li:hover p {
    height: 100%;
}
/* 解决方案详情页 */
.solution-show-right .about-introduce .content-txt {
    right: 20px;
    bottom: 20px;
    margin: 0;
    top: auto;
    left: auto;
    height: 160px;
}
.w43 {
    width: 43%;
}
.w55 {
    width: 55%;
}
.w49 {
    width: 49%;
}
.solution-show-box img {
    width: 100%;
    margin-bottom: 20px;
}
.solution-show-box p {
    background-color: #f5f5f5;
    padding: 25px;
    line-height: 2;
    height: 100%;
    font-size: 1.4rem;
	height: 132px;
}
.solution-show-box .w49 p{
	height: 346px;
}
/* 服务预约 */
.service-form  input {
    width: 100%;
}
.service-form select {
    padding-right: 60px;
}
.service-form .address select {
    width: 50%;
    float: left;
    direction: rtl;
}
.service-form .province {
    border-right: 0;
}
.service-form .city {
    border-left: 0;
}
.service-form .address {
    position: relative;
}
.service-form .address:before {
    content: '所在地区：';
    display: inline-block;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 16px;
    bottom: 0;
    top: 0;
    margin: auto;
    font-size: 1.3rem;
    color: #767676;
}
.service-form .code-box .code {
    width: 70%;
}
.service-form .code-box img {
    margin: 0 10px;
}
.service-form .code-box span {
    font-size: 1.2rem;
    color: #8c8c8c;
    cursor: pointer;
}
.service-form .btn-box {
    text-align: center;
}
.service-form .btn-box button {
    width: 240px;
    height: 50px;
    line-height: 50px;
    border-radius: 0;
    margin: 20px 10px;
    outline: none;
    border: 0;
    font-size: 1.6rem;
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.service-form .btn-box .reset-btn {
    background-color: #f0f0f0;
}
.service-form .btn-box button:hover {
    border-radius: 20px;
}


.soluun-con{
	background-color: #f5f5f5;
	padding: 25px;
}
.soluun-tit{
	padding-left: 37px;
	font-size: 28px;
	color: #3c3c3c;
	position: relative;
	margin-bottom: 25px;
}
.soluun-tit::after{
	content: '';
	position: absolute;
	width: 16px;
	height: 30px;
	background: #469942;
	left: 0;
	top: 6px;
}
.soluun-con p{
	font-size: 14px;
	line-height: 34px;
	color: #3c3c3c;
}
.soluun-cj ul li{
	width: 23%;
	float: left;
	margin: 0 1%;
}
.soluun-cj-tit {
	background: #469942;
	text-align: center;
}
.soluun-cj-tit h3{
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
}
.soluun-cj-img img{
	width: 100%;
}
.soluun-cj{
	margin: 40px 0;
}
.soluun-lc img{
	width: 100%;
}
.soluun-hx-tit{
	text-align: center;
	margin: 30px 0;
}
.soluun-hx-tit::after{
	left: 50%;
	margin-left: -90px;
}
.soluun-hx-l{
	width: 570px;
	position: relative;
	border: 2px solid #469942;
	padding: 2px;
}
.soluun-hx-l img{
	width: 100%
}
.soluun-hx-img img{
	width: auto;
}
.soluun-hx-img{
	position: absolute;
	right: -32px;
	top: 40%;
}
.soluun-hx-r{
	width: 300px;
	padding-top: 140px;
}
.soluun-hx-r span{
	font-size: 24px;
	color: #333;
	font-weight: bold;
}
.soluun-hx-r span::after{
	content: '';
	display: block;
	height: 4px;
	width: 40px;
	background: #469942;
	margin: 15px 0;
}
.soluun-hx-r p{
	font-size: 16px;
	line-height: 34px;
	color: #666666;
}
.soluun-hx-con{
	margin-bottom: 35px;
}
.soluun-hx-l2 .soluun-hx-img{
	right: auto;
	left: -32px;
}
.soluun-fa{
	background: #f5f5f5;
	padding: 1px 20px 30px 20px;
}
.soluun-fa-top{
	font-size: 16px;
	line-height: 34px;
	color: #666666;
	margin-bottom: 15px;
}
.soluun-fa-l ul li{
	font-size: 16px;
	line-height: 34px;
	color: #666666;
	list-style-type: square;
	color: #469942;
	margin-left: 20px;
}
.soluun-fa-l ul li span{
	color: #666;
}
.soluun-yy{
	margin-top: 30px;
}
.soluun-yy-l{
	font-size: 14px;
	line-height: 34px;
	color: #666666;
}
.soluun-yy-l img{
	float: right;
	margin-left: 20px;
}
.soluun .banner img{
	width: 100%;
}
.soluun-hxm{
		display: none;
	}
.banner {
	position: relative;
	overflow: hidden;
}
.banner-slides-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 0;
    bottom: 0;
    height: 60px;
    margin: auto;
}
.banner-slides-nav span {
    display: block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    border-radius: 100%;
}
.banner-slides-nav span.prev {
    left: 40px;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    background-position: -100px -186px;
    background-color: rgba(0,0,0,0.2);
}
.banner-slides-nav span.next {
    right: 40px;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    background-position: -160px -186px;
    background-color: rgba(0,0,0,0.2);
}
.banner-slides-nav span.prev:hover{
    background-position: -220px -186px;
}
.banner-slides-nav span.next:hover{
    background-position: -280px -186px;
}

/* 屏幕适应 */
@media screen and (max-width:768px) {
	.soluun-hx-con{
		padding-left: 30px;
	}
	.soluun-hx{
	 	display: none;
	 }
	.soluun-hxm{
		display: block;
	}
	.soluun-hx-l{
		width: 90%;
	}
	.soluun-yy-l img, .soluun-fa-r  img{
		width: 100%;
	}
	.soluun-hxm .soluun-hx-r{
		padding-top: 20px;
		float: none;
	}
	.soluun-hxm .soluun-hx-l{
		float: none;
	}
    .sub-banner {
        margin-top: 90px;
    }
	.solution-list-right ul li p:after{
		display:none;
	}
	.solution-list-right ul li p{
		line-height:18px;
	}
	.news-show-right>h1{
		font-size:1.5rem;	
	}
	.news-show-right .social-share{
		display:none;
	}
	.news-show-right img{
		width:100% !important;
	}
	.product-list-right ul li{
		height:260px;
		line-height: 41px !important;
		font-size:1.3rem;
	}
	.product-list-right ul li p{
		
		line-height: 28px !important;
		font-size:1.5rem;
	}
	
	.product-show-right .content-txt img {
		width: 100% !important;
    }
	.product-show-right table {
		font-size:10px !important;
		border-spacing:0;
    }
	.main-body{
		padding:0;
	}
	
}
@media screen and (max-width:992px) {
    .menu-left {
        display: none;
    }
    .content-right {
        width: 100%;
    }
    .product-img {
        width: 100%;
    }
    .product-arguments {
        width: 100%;
        padding: 20px;
    }
    .about-right ul li .li-txt p {
        margin: 0 0 10px;
    }
    .honor-right ul li .li-left {
        font-size: 3.6rem;

    }
    .history-right li .li-right {
        padding: 20px;
    }
    .solution-show-box p {
        padding: 10px;
    }
    .solution-show-box img {
        margin-bottom: 10px;
    }
	.about-introduce .content-txt {
        padding: 30px;
        height: 58%;
    }
}
@media screen and (min-width:992px) and (max-width:1200px) {
    .about-right ul li .li-txt p {
        margin: 0 0 20px;
    }
    .product-arguments {
        padding: 0 20px;
    }
    .arguments-contact span {
        margin: 0;
    }
	.about-introduce .content-txt {
        padding: 30px;
        height: 58%;
    }
}
@media only screen and (min-width: 1200px) {

}
@media screen and (max-width: 640px) {
    .news-list-right ul li .li-img {
        width: 30%;
    }
    .news-list-right ul li .li-text {
        width: 68%;
    }
    .service-list-right ul li .li-img .li-txt {
        top: 0;
    }
    .service-list-right ul li .li-img .li-txt p {
        font-size: 1.4rem;
    }
    .about-introduce .content-txt h2 {
        font-size: 1.8rem;
    }
    .about-introduce .content-txt {
        height: 72%;
    }
    .about-right ul li .li-txt p {
        font-size: 1.4rem;
        max-height: 100px;
        overflow: hidden;
    }
    .honor-right ul li .li-left {
        font-size: 2.8rem;
        margin-top: 10px;
    }
}
@media screen and (max-width: 480px) {
    .product-list-right ul li {
        width: 48%;
        margin: 1% !important;
    }
    .solution-show-box div {
        width: 100% !important;
    }
    .news-list-right ul li .li-img {
        width: 45%;
    }
    .news-list-right ul li .li-text {
        width: 53%;
    }
    .news-list-right ul li .li-text h3 {
        font-size: 1.6rem;
        margin: 8px 0;
    }
    .service-list-right ul li {
        width: 100%;
        margin: 1% 0 !important;
    }
    .about-right ul li .li-img,
    .about-right ul li .li-txt {
        width: 100%;
    }
    .about-introduce .content-txt {
        width: 85%;
        height: 85%;
    }
    .about-introduce .content-txt p {
        margin: 10px 0;
        max-height: 150px;
        overflow: hidden;
    }
    .history-right li .li-left,
    .history-right li .li-right {
        width: 90%;
        float: left;
    }
    .history-right li:before {
        right: 15px;
        left: auto;
    }
    .history-right li:after {
        right: 0px;
        left: auto;
    }
    .history-right li .li-right h3 {
        font-size: 1.6rem;
    }
    .honor-right ul li .li-left {
        width: 20%;
    }
    .honor-right ul li:before,
    .honor-right ul li:after {
        left: 20%;
    }
    .honor-right ul li dl {
        width: 80%;
    }
}
@media screen and (max-width: 414px) {
    .form-box .float-left, .form-box .float-right {
        width: 100%;
        margin: 0;
    }
    .solution-list-right ul li p {
        padding: 0 10px;
        font-size: 1.2rem;
    }
    .about-introduce .content-txt h2 {
        font-size: 1.8rem;
    }
    .about-introduce .content-txt {
        padding: 20px;
    }
    .about-introduce .content-txt p {
        max-height: 100px;
    }
    .honor-right ul li dl dd {
        width: 48%;
        margin: 1% !important;
    }
    .honor-right ul li .li-left {
        font-size: 2.4rem;
    }
    .product-show-right .content-txt {
        padding: 5px;
    }
}
@media screen and (max-width: 375px) {
    .arguments-contact span {
        width: 100%;
    }
    .news-list-right ul li .li-img {
        width: 100%;
    }
    .news-list-right ul li .li-text {
        width: 100%;
    }

}