@charset "utf-8";
/**
 * ***** banner *****
 */
.banner-index {height: 772px;background: none;}
.banner-index .swiper-pagination-bullet {width: 16px;height: 16px;background: none;border: 2px solid #fff;opacity: 1;}
.banner-index .swiper-pagination-bullet-active {background-color: #6ebd00;border-color: #6ebd00;}
.banner-index .swiper-container-horizontal>.swiper-pagination-bullets {bottom: 32px;font-size: 0;line-height: 0;}
.banner-index .swiper-button-prev,
.banner-index .swiper-button-next {width: 40px;height: 40px;margin-top: -20px;background: none;border: 1px solid #fff;border-radius: 50%;transition: all .35s;}
.banner-index .swiper-button-prev {left: 50%;margin-left: -600px;}
.banner-index .swiper-button-next {right: 50%;margin-right: -600px;}
.banner-index .swiper-button-prev .iconfont,
.banner-index .swiper-button-next .iconfont {display: block;font-size: 20px;line-height: 40px;color: #fff;text-align: center;}
.banner-index .swiper-button-prev:hover,
.banner-index .swiper-button-next:hover {background-color: #6ebd00;}
.banner-index .swiper-button-prev:hover .iconfont,
.banner-index .swiper-button-next:hover .iconfont {color: #fff;}
.banner-index:hover .swiper-button-prev {margin-left: -550px;}
.banner-index:hover .swiper-button-next {margin-right: -550px;}

/* 首页轮播 */
.swiper-index {height: 502px;}
.swiper-index .swiper-slide {background-repeat: no-repeat;background-size: auto 100%;background-position: center;}
/**
 * ***** main *****
 */
/* index */
/* 关于我们 */
.index-about {padding: 100px 0;}
/* 热门产品 */
.product-hot {display: flex;justify-content: space-between;}
.product-hot .item {display: block;position: relative;width: 28%;height: 203px;padding: 20px;color: #fff;text-align: center;background: url(../images/ball_hollow.png) no-repeat right bottom / 46% auto;border-radius: 10px;overflow: hidden;}
.product-hot .item:nth-child(1) {background-color: #6ebd00;}
.product-hot .item:nth-child(2) {background-color: #0062b3;}
.product-hot .item:nth-child(3) {background-color: #0ea3e2;}
.product-hot .icon-logo {display: block;width: 50px;height: 50px;margin: 3px auto 0;font-size: 50px;line-height: 50px;transition: transform .3s;}
.product-hot .title {margin-top: 10px;font-size: 20px;line-height: 34px;}
.product-hot p {height: 52px;margin-top: 10px;font-size: 14px;line-height: 26px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;transition: all .3s;}
.product-hot .icon-enter-long {position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);font-size: 26px;line-height: 30px;opacity: 0;transition: all .3s;}
.product-hot .item:hover .icon-logo {transform: translateY(5px);}
.product-hot .item:hover p {height: 26px;white-space: nowrap;display: block;}
.product-hot .item:hover .icon-enter-long {bottom: 20px;opacity: 1;}
/* 关于我们 */
.index-introduction {margin-top: 74px;}
.index-introduction .text {padding-right: 80px;font-size: 16px;line-height: 40px;color: #7b7b7b;text-align: justify;}
.index-introduction .btn-more-primary {position: absolute;bottom: 0;left: 0;transform: translate(-50%, 50%);}
/* 优势 */
.index-advantage {margin-top: 84px;padding: 40px 0;text-align: center;background-color: #fff;box-shadow: 0 0 6px rgba(0,0,0,.2);}
.index-advantage .title {display: inline-block;position: relative;margin-bottom: 5px;font-family: 'MicrosoftYaheiLight';font-size: 48px;line-height: 50px;color: #3c3c3c;}
.index-advantage .title .unit {position: absolute;top: 0;right: -30px;font-size: 14px;line-height: 20px;}
.index-advantage .item:last-child .title .unit {right: -20px}
.index-advantage p {font-size: 16px;line-height: 20px;color: #868686;}
.index-advantage .item {position: relative;}
.index-advantage .item:after {content: '';position: absolute;top: 15px;left: 0;width: 1px;height: 46px;background-color: #bec9e8;}
.index-advantage .item:first-child:after {content: none;}
/*.index-advantage .item:hover .title {transform: scale(1.1);}*/
/*.index-advantage .item:hover .title .unit {transform: scale(1.3);}*/
/*.index-advantage .item:hover p {transform: translateY(5px);}*/
/* 新闻 */
.index-news {padding: 72px 0 64px;background-color: #e5eaf0;}
.index-news .col-sm-6:first-child {padding-right: 30px;}
.index-news .col-sm-6:right-child {padding-left: 30px;}
/* 领域 */
.index-field {padding: 90px 0 70px;}
.index-field .title-vertical {margin-bottom: 40px;}
.index-field .title {margin-bottom: 25px;font-size: 17px;line-height: 42px;color: #0062b3;}
.index-field .title span {float: left;position: relative;margin-right: 56px;font-size: 26px;font-weight: bolder;}
.index-field .title span:after {content: '';display: block;position: absolute;top: 20px;right: -37px;width: 18px;height: 2px;background-color: #0062b3;}
.index-field .text .item:not(:first-child) {display: none;}
.index-field .text .btn {margin-top: 35px;}
.index-field .text p {font-size: 14px;line-height: 30px;color: #666;text-align: justify;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.index-field .img-content {overflow: hidden;}
.index-field .img-content div {display: inline-block;float: right;margin-bottom: 10px;margin-left: 10px;border-radius: 10px;cursor: pointer;overflow: hidden;}
.index-field .img-content img {}
.index-field .img-content img:hover {transform: scale(1.03);}

/* 新闻列表样式 */
.news-panel {color: #858585;}
.news-panel .thumbnail {height: 204px;background-repeat: no-repeat;background-size: cover;background-position: center;}
.news-panel .info {padding: 15px 0;}
.news-panel .time {font-size: 14px;line-height: 26px;}
.news-panel .time .iconfont {float: left;margin-right: 7px;font-size: 18px;line-height: 26px;}
.news-panel .title {display: block;margin-bottom: 17px;font-size: 18px;line-height: 36px;color: #01418e;font-weight: bolder;cursor: pointer;}
.news-panel .text {height: 72px;margin-bottom: 10px;font-size: 14px;line-height: 24px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.news-panel .title:hover {color: #6ebd00;}
.list-news-panel .item {position: relative;padding: 25px 0 25px 120px;border-top: 1px solid #c5c8cb;}
.list-news-panel .item:first-child {padding-top: 0;border-top: none;}
.list-news-panel .item:first-child .thumbnail {top: 0;}
.list-news-panel .thumbnail {position: absolute;top: 25px;left: 0;width: 100px;height: 86px;background-repeat: no-repeat;background-size: cover;background-position: center;}
.list-news-panel .time {font-size: 14px;line-height: 30px;color: #4c4c4c;}
.list-news-panel .time .iconfont {float: left;margin-right: 6px;font-size: 18px;line-height: 30px;color: #b6b7b7;}
.list-news-panel .title {height: 52px;font-size: 14px;line-height: 26px;color: #858585;text-align: justify;overflow: hidden;}
.list-news-panel .item:hover .title {color: #6ebd00;}
.list-news-panel .item:hover .thumbnail-custom .content {transform: scale(1.1);}

/* 关于我们 */
.about .swiper-container {width: 100%;height: 100%;}
.about .swiper-simple,
.about .text-content {height: 100%;}
.about .swiper-slide {background-repeat: no-repeat;background-size: auto;background-position: center;image-rendering: -webkit-optimize-contrast;}
.about .text {padding: 10px 50px;font-size: 14px;line-height: 38px;color: #414141;text-align: justify;}
.about .remark {padding: 0 50px;}
.about .remark .content {padding-top: 20px;font-family: 'Arial';font-size: 14px;line-height: 30px;color: #9d9d9d;border-top: 1px solid #e0e0e0;text-align: justify;}

/* 概要 */
.swiper-simple img {display: block;width: 100%;}
.swiper-simple .swiper-container {font-size: 0}
.swiper-simple .swiper-button-next,
.swiper-simple .swiper-button-prev {top: auto;bottom: 10px;width: 42px;height: 40px;background-color: rgba(0,98,179,.7);-moz-background-size: 11px 21px;-webkit-background-size: 11px 21px;background-size: 11px 21px;}
.swiper-simple .swiper-button-next {background-image: url(../images/icons/summary_next.png);}
.swiper-simple .swiper-button-prev {left: auto;right: 57px;background-image: url(../images/icons/summary_prev.png);}
.swiper-simple .swiper-button-next:hover,
.swiper-simple .swiper-button-prev:hover {background-color: rgba(110, 189, 0, .7)}

/* 文章 */
.article-content {font-size: 14px;line-height: 36px;color: #717070;}
.article-content p {margin-bottom: 10px;text-indent: 2em;text-align: justify;}
.article-content-noindent p {text-indent: 0;}
.article-content img {display: block;margin: 10px auto;}
.article-content .img-responsive {width: 100%;}
.article-header {position: relative;margin-bottom: 15px;padding-bottom: 20px;}
.article-header:after {content: '';position: absolute;bottom: 0;left: 0;width: 97px;height: 1px;background-color: #d0d0d0;}
.article-header .title {font-size: 20px;line-height: 26x;color: #1e1e1e;}
.article-header .time {margin-top: 10px;font-size: 14px;line-height: 26px;color: #8c8c8c;}
.article-header .time span {display: inline-block;margin-right: 24px;}
.article-attach {position: relative;margin-top: 20px;padding-top: 20px;padding-right: 100px;border-top: 1px dashed #cbcbcb;}
.header-bottom .nav-list>li {cursor :pointer; }
.article-attach .other a {display: block;position: relative;padding: 3px 0 3px 56px;font-size: 14px;line-height: 24px;color: #7c7c7c;text-decoration: none;}
.article-attach .other a:hover {color: #6ebd00;}
.article-attach .other .label {position: absolute;top: 3px;left: 0;display: block;padding: 0;font-size: 14px;line-height: 24px;color: #232323;font-weight: normal;}
.article-attach .btn-back {position: absolute;top: 20px;right: 0;font-size: 14px;line-height: 30px;color: #7c7c7c;}
.article-attach .btn-back .iconfont {font-size: 14px;line-height: 30px;color: #bfbfbf;}
.article-attach .btn-back:hover,
.article-attach .btn-back:hover .iconfont{color: #6ebd00}

/* 文章-概要 */
.article-summary .title-second {margin-bottom: 10px;}
.article-summary .title-second h3,
.article-summary .title-second .small {color: #0062b3;}
.article-summary .content {padding: 0 90px;font-size: 14px;line-height: 36px;color: #6f6f6f;text-align: center;}
.article-summary .btn {margin-top: 30px;}

/* 资质荣誉 */
.list-honor .item {float: left;position: relative;width: 20%;margin-bottom: 40px;margin-left: 6.6%;background: url(../images/lampstand.png) no-repeat center bottom / 100% auto;}
.list-honor .item:nth-child(4n+1) {margin-left: 0;}
.list-honor .item a {display: block;width: 83%;margin: 0 auto;}
.list-honor .item img {position: absolute;top: 0;left: 0;display: block;width: 100%;width: 0;height: 0;}
.list-honor .item .name {height: 78px;margin-top: 28px;padding: 0 20px;font-size: 16px;line-height: 26px;color: #525252;text-align: center;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.list-honor .item .thumbnail {width: 100%;height: 140px;background-repeat: no-repeat;background-size: contain;background-position: center;/* border: 2px solid #c2c2c2; */}

/* 新闻列表 */
/* 热门新闻 */
.list-news-hot {display: flex;justify-content: space-between;margin-bottom: 30px;text-align: center;}
.list-news-hot .item {width: 31%;padding: 10px;background-color: #fff;border: 1px solid #c1c1c1;transition: all .3s;}
.list-news-hot .thumbnail {height: 230px;}
.list-news-hot .title {margin-top: 10px;font-size: 16px;line-height: 24px;color: #4d4d4d;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;transition: all .3s;}
.list-news-hot .item:hover {background-color: #19458d;border-color: #19458d;}
.list-news-hot .item:hover .title {color: #fff;}
.main-aside .list-news-hot {display: block;}
.main-aside .list-news-hot .item {width: 100%;background-color: #f6f6f6;border: none;}
.main-aside .list-news-hot .item:not(:first-child) {margin-top: 20px;}
.main-aside .list-news-hot .item:hover {background-color: #0062b3;}
.main-aside .list-news-hot .thumbnail {height: 190px;}
.main-aside .list-news-hot .title {padding: 3px 0;font-size: 14px;}

/* 重要新闻 */
.list-news-primary .item {position: relative;min-height: 190px;padding: 30px 280px 30px 220px;transition: all .3s;}
.list-news-primary .item:not(:first-child) {border-bottom: 1px solid #d3d3d3;}
.list-news-primary .thumbnail {position: absolute;top: 30px;right: 20px;width: 200px;height: 130px;}
.list-news-primary .title {display: block;margin-top: 12px;font-size: 16px;line-height: 30px;color: #4d4d4d;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;transition: all .3s;}
.list-news-primary p {margin-top: 12px;font-size: 14px;line-height: 26px;color: #727272;text-align: justify;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.list-news-primary .other {position: absolute;top: 30px;left: 20px;}
.list-news-primary .time {position: relative;font-family: 'RTWSYueGothicTrialExtraLight';font-size: 24px;line-height: 54px;color: #7f7f7f;transition: all .3s;}
.list-news-primary .time:after {content: '';display: block;position: absolute;top: 26px;right: -56px;width: 35px;height: 1px;background-color: #bfbfbf;transition: all .3s;}
.list-news-primary .enter {float: left;width: 36px;height: 36px;margin-top: 5px;font-size: 16px;line-height: 36px;color: #c3c3c3;text-align: center;transition: all .3s;}
@media (min-width: 768px) {
	.list-news-primary .item:hover {padding-left: 238px;}
	.list-news-primary .item:hover .title,
	.list-news-primary .item:hover .time {color: #19458d;}
	.list-news-primary .item:hover .time:after {right: -76px;width: 55px;}
	.list-news-primary .item:hover .enter {color: #fff;background-color: #6ebd00;}
}

/* 招聘 */
.recruitment-content {display: flex;justify-content: space-between;}
.recruitment-content .item {display: block;position: relative;width: 380px;color: #fff;}
.recruitment-content .item .iconfont {display: block;position: relative;width: 100%;height: 44px;margin-top: 15px;font-size: 44px;line-height: 44px;transition: all .3s;}
.recruitment-content .item .title {margin-top: 12px;font-size: 20px;line-height: 34px;}
.recruitment-content .item p {height: 52px;margin-top: 5px;font-size: 14px;line-height: 26px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;transition: all .3s;}
.recruitment-content .icon-enter-long {position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);font-size: 26px;line-height: 30px;opacity: 0;transition: all .3s;}
.recruitment-content .item:not(.active) {height: 204px;padding: 20px;text-align: center;background: url(../images/ball_hollow.png) no-repeat right bottom / auto 70%;border-radius: 8px;}
.recruitment-content .item:not(.active):hover .iconfont:first-child {transform: translateY(5px);}
.recruitment-content .item:not(.active):hover p {height: 26px;white-space: nowrap;display: block;}
.recruitment-content .item:not(.active):hover .icon-enter-long {bottom: 10px;opacity: 1;}
.recruitment-content .item:nth-child(2) {background-color: #0062b3;}
.recruitment-content .item:nth-child(3) {background-color: #0ea3e2;}
.recruitment-content .item.active .content {position: absolute;bottom: 0;left: 0;padding: 30px;background-color: #6ebd00;}
.recruitment-content .item.active .title {margin-top: 0;font-size: 36px;line-height: 50px;}
.recruitment-content .item.active .small {font-size: 26px;line-height: 34px;}
.recruitment-content .item.active .iconfont {margin-top: 20px;}
.recruitment-content .item.active p {margin-top: 20px;}
.recruitment-content .tips {color: #c5fe75;}

/* 职位列表 */
.list-recruitment .item {position: relative;padding: 30px 25px 0;border: 1px solid #eee;}
.list-recruitment .item:not(:first-child) {margin-top: 15px;}
.list-recruitment .btn-delivery {position: absolute;top: 30px;right: 25px;padding: 0 23px;font-size: 16px;line-height: 40px;}
.list-recruitment .recruitment-header {padding: 0 20px 20px;}
.list-recruitment .title {margin-bottom: 10px;font-size: 18px;line-height: 24px;color: #2d2d2d;}
.list-recruitment .info {position: relative;padding-left: 22px;font-size: 14px;line-height: 30px;color: #b4b4b4;}
.list-recruitment .info .iconfont {position: absolute;top: 0;left: 0;margin-right: 7px;font-size: 16px;line-height: 30px;}
.list-recruitment .info span {margin-right: 30px;}
.list-recruitment .detail {display: none;padding: 0 20px 10px;font-size: 14px;line-height: 36px;color: #414141;text-align: justify;}
.list-recruitment .item-detail {margin-bottom: 20px;}
.list-recruitment .detail p strong {color: #6EBD00;font-weight: normal;}
.list-recruitment .btn-toggle {font-size: 14px;line-height: 40px;color: #333;text-align: center;border-top: 1px dashed #eee;cursor: pointer;}
.list-recruitment .item:hover {box-shadow: 0 0 20px rgba(0,0,0,.2);}
.list-recruitment .btn-toggle:hover {color: #6ebd00;}

/* 联系我们 */
/*.contact-info {width:32%;margin-top: -72px;padding:30px;color: #fff;background-color:#6ebd00}*/
.contact-info {width:32%;margin-top: -152px;padding: 50px 30px 30px;color: #fff;background-color:#0ea3e2}
.contact-info .title {font-size:27px;line-height:40px}
.contact-info .small {font-size:26px;line-height:34px}
.contact-info .iconfont {display:block;position:relative;width:100%;height:44px;margin-top:20px;font-size:44px;line-height:44px;transition:all .3s}
.contact-info .content {margin-top: 10px;}
.contact-info p {font-size: 14px;line-height: 48px;}
.contact-form {width: 63%;}

/* 咨询领域 */
.consulting-are .list {margin: 40px 0;}
.consulting-are .item {position: relative;text-align: center;}
.consulting-are .item:not(:first-child):before {content: '';display: block;position: absolute;top: 5px;left: 0;width: 1px;height: 82px;background-color: #d4d4d4;}
.consulting-are .iconfont {display: block;width: 100%;height: 50px;font-size: 40px;line-height: 50px;color: #6ebd00;}
.consulting-are .title {margin-top: 12px;font-size: 18px;line-height: 30px;color: #1b1b1b;}

/* 战略布局 */
.strategic-layout {background-image: url(../images/bg_bluewavepoint.jpg);}
.strategic-layout .fl {width: 45%;height: 100%;background: url(../images/map_blue.png) no-repeat center / contain;}
.strategic-layout .fr {width: 55%;}
.strategic-layout .fr>.title {display: flex;justify-content: center;font-size: 16px;line-height: 30px;color: #fff;}
.strategic-layout .fr>.title .item {margin: 0 20px;cursor: pointer;border-bottom: 1px solid transparent;}
.strategic-layout .title .item.active,
.strategic-layout .title .item:hover {border-color: #fff;}
.strategic-layout .list {margin-top: 25px;border-left: 1px solid #6383ac;border-top: 1px solid #6383ac;}
.strategic-layout .list .item {padding: 15px 20px;line-height: 15px;border-right: 1px solid #6383ac;border-bottom: 1px solid #6383ac;}
.strategic-layout .list .title {font-size: 18px;line-height: 30px;color: #ffea00;text-align: left;}
.strategic-layout .list .info {height: 48px;margin-top: 5px;font-size: 14px;line-height: 24px;color: #fff;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}

/* 核心能力 */
.core-competence {background-image: url(../images/bg_write.jpg);}
.core-competence .list {padding: 36px 0;background: rgba(255, 255, 255);}
.core-competence .list .item {float: left;position: relative;width: 50%;padding: 0 36px;}
.core-competence .list .item .content {position: relative;padding: 30px 0 30px 84px;border-top: 1px dashed #e0e0e0;}
.core-competence .list .item:nth-child(1) .content,
.core-competence .list .item:nth-child(2) .content {border-top: none;}
.core-competence .list .item:nth-child(even):after {content: '';display: block;position: absolute;left: 0;width: 0px;height: 50%;border-left: 1px dashed #e0e0e0;}
.core-competence .list .item:nth-child(2n+2):after {bottom: 36px;}
.core-competence .list .item:nth-child(2n+4):after {top: 36px;}
.core-competence .list .item:nth-child(4n+1):after {content: '';position: absolute;bottom: -75px;right: -25px;width: 50px;height: 50px;background: url(../img/logo_icon.png) no-repeat;background-size: cover;}
.core-competence .list .iconfont {position: absolute;top: 30px;left: 0;width: 60px;height: 60px;font-size: 54px;line-height: 56px;color: #6EBD00;}
.core-competence .title {font-size: 18px;line-height: 22px;color: #2c2c2c;}
.core-competence p {font-size: 14px;line-height: 24px;color: #888787;overflow: hidden;text-overflow: ellipsis;display: -webkit-box-orient: vertical;}

/* 合作展望 */
.cooperation-prospect {height: 370px;margin-bottom: 90px;background-image: url(../images/bg_jade.jpg);}
.list-summary {display: flex;justify-content: space-between;flex-wrap: wrap;}
.list-summary * {transition: all .3s;}
.list-summary .item {width: 278px;height: 192px;margin-top: 32px;padding: 28px;text-align: center;border: 1px solid #c8c8c8;}
.list-summary .item:nth-child(1),
.list-summary .item:nth-child(2),
.list-summary .item:nth-child(3),
.list-summary .item:nth-child(4) {margin-top: 0;}
.list-summary .iconfont {display: block;width: 100%;height: 44px;font-size: 40px;line-height: 44px;color: #5c5c5c;}
.list-summary .title {position: relative;margin-top: 10px;font-size: 16px;line-height: 44px;color: #464646;}
.list-summary .title:before {content: '';display: block;position: absolute;bottom: 0;left: 50%;width: 28px;height: 1px;margin-left: -14px;background-color: #231815;}
.list-summary .more {margin-top: 5px;font-size: 14px;line-height: 30px;color: #6e6e6e;}
.list-summary .item:hover {border-color: #0062b3}
.list-summary .item:hover .iconfont,
.list-summary .item:hover .title,
.list-summary .item:hover .more {color: #0062b3;}
.list-summary .item:hover .title:before {background-color: #0062b3;}

/* 产品列表 */
.list-product {display: flex;justify-content: space-between;flex-wrap: wrap;}
.list-product .item {width: 31%;height: 372px;margin-top: 28px;border: 1px solid #d7d7d7;}
.list-product .item:nth-child(1),
.list-product .item:nth-child(2),
.list-product .item:nth-child(3) {margin-top: 0;}
.list-product .thumbnail {height: 210px;}
.list-product .thumbnail .content {background-size: auto;}
.list-product .thumbnail:hover .content {transform: none;}
.list-product .info {padding: 10px 20px;font-size: 14px;line-height: 30px;color: #6a6a6a;text-align: justify;}
.list-product .title {margin-bottom: 5px;font-size: 18px;line-height: 32px;color: #0062b3;}
.list-product p {max-height: 60px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.list-product .item:hover {border-color: #0062b3}

/* 产品详情列表 */
.list-product-detail .item {position: relative;min-height: 420px;padding-bottom: 50px;padding-left: 484px;border-bottom: 1px dashed #b2b2b2;}
.list-product-detail .item:not(:first-child) {padding-top: 50px;}
.list-product-detail .thumbnail {position: absolute;top: 50px;left: 0;width: 430px;height: 320px;border: 1px solid #dbdbdb;}
.list-product-detail .thumbnail .content {position: absolute;top: 10%;left: 10%;width: 80%;height: 80%;background-size: auto;}
.list-product-detail .thumbnail:hover .content {transform: none;}
.list-product-detail .item:first-child {min-height: 370px;}
.list-product-detail .item:first-child .thumbnail {top: 0;}
.list-product-detail .title {padding-bottom: 10px;font-size: 20px;line-height: 40px;color: #333;border-bottom: 1px dashed #b2b2b2;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.list-product-detail .item>.content {margin-top: 20px;font-size: 14px;line-height: 28px;color: #666;text-align: justify;}

/* 文章面板 */
.list-panel .item {height: 444px;padding: 60px 0;border-top: 1px solid #c7c7c7;}
.list-panel .item:first-child {height: 384px;padding-top: 0;border-top: none;}
.list-panel .thumbnail {float: left;width: 40%;height: 100%;}
.list-panel .item>.content {float: right;width: 54%;height: 100%;}
.list-panel .item:nth-child(even) .thumbnail {float: right;}
.list-panel .item:nth-child(even)>.content {float: left;}
.list-panel .item .middle-box {width: 100%;height: 100%;}
.list-panel .item .middle-inner {text-align: left;}
.list-panel .item p {max-height: 90px;font-size: 14px;line-height: 30px;color: #666;text-align: justify;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.list-panel .item .btn-more-primary {margin-top: 30px;}

/* 封面列表 */
.list-img-cover .item {position: relative;}
.list-img-cover .item .thumbnail:before {content: '';display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,.3);}
.list-img-cover .thumbnail {height: 430px;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	-webkit-filter: grayscale(1);
}
.list-img-cover .info {position: absolute;bottom: 0;left: 0;width: 100%;padding: 38px 20px 20px;}

.list-img-cover .item .info:before {content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 0;background-color: #6ebd00;transition: all .3s;}
.list-img-cover .info .title {position: relative;z-index: 2;font-size: 24px;line-height: 36px;color: #fff;font-weight: bolder;}
.list-img-cover .info p {position: relative;z-index: 2;height: 60px;margin-top: 10px;font-size: 14px;line-height: 30px;color: #fff;text-align: justify;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.list-img-cover .item:hover .thumbnail {filter: none;-webkit-filter: none;}
.list-img-cover .item:hover .info:before {height: 100%;}

/* 产品和服务 */
.brand-guarantee {position: relative;height: 583px;}
.brand-guarantee .container {position: relative;height: 100%;}
.brand-guarantee .title {position: absolute;left: 48%;top: 60%;z-index: 2;width: 290px;margin-left: -290px;margin-top: -100px;padding: 30px;background-color: #6ebd00;}
.brand-guarantee h3 {font-size: 22px;line-height: 30px;font-weight: bolder;color: #fff;text-transform: uppercase;}
.brand-guarantee h4 {font-family: 'MicrosoftYaHeiLight';font-size: 26px;line-height: 36px;color: #fff;}
.brand-guarantee .content {position: absolute;bottom: 0;right: 0;width: 52%;padding: 45px;font-size: 14px;line-height: 30px;color: #fff;text-align: justify;background-color: #0966b4;}
.brand-guarantee .content p:not(:first-child) {margin-top: 20px;}

/* 种植基地 */
.planting-base .territory {position: relative;width: 62%;}
.planting-base .territory img {display: block;width: 100%;}
.territory-mark {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.territory-mark li {position: absolute;top: 0;left: 0;width: 0;height: 0;cursor: pointer;}
.territory-mark li i {display: block;position: absolute;bottom: 0;left: -12px;width: 24px;height: 24px;font-style: normal;font-size: 14px;line-height: 24px;color: #fff;text-align: center;border-radius: 50%;background-color: #47bc4a;border-radius: 50%;}
.territory-mark li i:before {content: '';display: block;position: absolute;bottom: -4px;left: 50%;width: 0;height: 0;margin-left: -4px;border-top: 6px solid #47bc4a;border-right: 4px solid transparent;border-left: 4px solid transparent;}
.territory-mark li.color2 i {background-color: #f0bc23;}
.territory-mark li.color2 i:before {border-top-color: #f0bc23;}
.territory-mark li.color3 i {background-color: #f1523f;}
.territory-mark li.color3 i:before {border-top-color: #f1523f;}
.territory-mark li.color4 i {background-color: #f1523f;}
.territory-mark li.color4 i:before {border-top-color: #f1523f;}
.territory-mark li.color5 i {background-color: #5d52ad;}
.territory-mark li.color5 i:before {border-top-color: #5d52ad;}
.territory-mark li.color6 i {background-color: #4a7ec9;}
.territory-mark li.color6 i:before {border-top-color: #4a7ec9;}
.territory-mark li.color7 i {background-color: #cb262a;}
.territory-mark li.color7 i:before {border-top-color: #cb262a;}
.territory-mark li.color8 i {background-color: #6bccb8;}
.territory-mark li.color8 i:before {border-top-color: #6bccb8;}
.territory-mark li.color9 i {background-color: #ca197d;}
.territory-mark li.color9 i:before {border-top-color: #ca197d;}
.territory-mark li.color10 i {background-color: #3e9b3c;}
.territory-mark li.color10 i:before {border-top-color: #3e9b3c;}
.territory-mark li.color11 i {background-color: #386faa;}
.territory-mark li.color11 i:before {border-top-color: #386faa;}
.territory-mark li img {display: none!important;position: absolute;bottom: 30px;left: -70px;width: 140px!important;height: auto;max-width: 140px;border: 3px solid #fff;box-shadow: 0 0 10px rgba(0,0,0,.3);}
.territory-mark li:hover {z-index: 2;}
.territory-mark li:hover img {display: block!important;}
.planting-base .list {height: 100%;width: 32%;}
.planting-base .list .middle-box {height: 100%;}
.planting-base .list .middle-inner {text-align: left;}
.planting-base .list .title h3 {font-size: 36px;line-height: 40px;color: #ccdbbd;font-weight: bolder;text-transform: uppercase;}
.planting-base .list .title p {margin-top: 15px;font-size: 18px;line-height: 38px;color: #0062b3;}
.planting-base .list-base {margin-top: 20px;}
.planting-base .list-base li {float: left;width: 50%;margin: 5px 0;font-size: 14px;line-height: 24px;color: #606060;}
.planting-base .list-base i {float: left;width: 24px;height: 24px;margin-right: 14px;font-style: normal;font-size: 14px;line-height: 24px;color: #fff;text-align: center;border-radius: 50%;background-color: #47bc4a;border-radius: 50%;}
.planting-base .list-base li:nth-child(2) i {background-color: #f0bc23;}
.planting-base .list-base li:nth-child(3) i {background-color: #f1523f;}
.planting-base .list-base li:nth-child(4) i {background-color: #f1523f;}
.planting-base .list-base li:nth-child(5) i {background-color: #5d52ad;}
.planting-base .list-base li:nth-child(6) i {background-color: #4a7ec9;}
.planting-base .list-base li:nth-child(7) i {background-color: #cb262a;}
.planting-base .list-base li:nth-child(8) i {background-color: #6bccb8;}
.planting-base .list-base li:nth-child(9) i {background-color: #ca197d;}
.planting-base .list-base li:nth-child(10) i {background-color: #3e9b3c;}
.planting-base .list-base li:nth-child(11) i {background-color: #386faa;}

.article-thumbnail-container .text-content {background-color: #fff;}

/* 我们的优势 */
.our-advantage .nav-content-switch {padding: 40px 10px;background-color: #fff;}

/* 风景介绍 */
.landscape {position: relative;height: 400px;}
.landscape .container {position: relative;height: 100%;}
.landscape .title-introduction {position: absolute;bottom: 0;right: 0;padding: 30px 40px;color: #fff;background-color: rgba(0, 98, 179, .9);}
.landscape .title-introduction h3 {font-size: 22px;line-height: 24px;font-weight: bolder;text-transform: uppercase;}
.landscape .title-introduction .small {margin-top: 10px;font-size: 24px;line-height: 34px;}
.landscape .title-introduction p {margin-top: 10px;font-size: 14px;line-height: 30px;text-align: justify;}

/* 合作伙伴 */
.partner .container {display: flex;justify-content: center;flex-wrap: wrap;}
.partner .item {position: relative;width: 129px;height: 143px;margin: 0 20px;padding-bottom: 57px;}
.partner .item:before {content: '';display: block;position: absolute;bottom: 0;left: 0;width: 100%;height: 68px;background: url(../images/pedestal.png) no-repeat center bottom / 100% 100%;}
.partner .item img {display: block;position: absolute;top: 0;left: 50%;z-index: 2;height: 86px;transform: translateX(-50%);}

/* 销售服务 */
.sales-service {overflow: hidden;
	filter:alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=100%,finishy=100%) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#eee,endcolorstr=#f6f6f6,gradientType=0);
	-ms-filter:alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=100%,finishy=100%) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#eee,endcolorstr=#f6f6f6,gradientType=0);/*IE8*/
	background:#f6f6f6;
	background:-moz-linear-gradient(top, #eee, #f6f6f6);
	background:-webkit-gradient(linear, left top, left bottom, from(#eee)/*, to(#f6f6f6)*/);
	background:-o-linear-gradient(top, #eee, #f6f6f6);
}
.sales-service img {display: block;width: 100%;}
.sales-service .col-sm-7 {height: 534px;}
.sales-service .middle-box {position: relative;height: 100%;color: #fff;background-color: #6ebd00;}
.sales-service .middle-box:after {content: '';display: block;position: absolute;top: 0;right: -800px;width: 800px;height: 100%;background-color: #6ebd00;}
.sales-service .middle-inner {position: relative;z-index: 2;padding: 0 50px;text-align: left;}
.sales-service .title h3 {font-size: 30px;line-height: 34px;font-weight: bolder;text-transform: uppercase;}
.sales-service .title .small {margin-top: 10px;font-size: 26px;line-height: 30px;}
.sales-service .content {margin-top: 30px;font-size: 14px;line-height: 36px;text-align: justify;}

/* 产品详情 */
.product-thumbnail .gallery-top{position:relative;overflow:hidden;border: 1px solid #dbdbdb}
.product-thumbnail .gallery-top .swiper-slide{/* height: 500px; */font-size:0;line-height: 0;text-align: center;}
.product-thumbnail .gallery-top .swiper-slide img{display:block;width: 100%;/* height: 100%; */margin: 0 auto;}
.product-thumbnail .gallery-top .swiper-slide .name {margin-top: 20px;font-size: 20px;line-height: 30px;color: #383838;}
.product-thumbnail .gallery-thumbs-content {padding: 20px 0 0;/* border-top: 1px solid #dbdbdb; */}
.product-thumbnail .gallery-thumbs{height: 76px;padding-bottom: 15px;}
.product-thumbnail .gallery-thumbs .swiper-slide{padding: 0;background-color: #fff;border:1px solid transparent;cursor:pointer;}
.product-thumbnail .gallery-thumbs .content {height: 100%;background-repeat: no-repeat;background-size: cover;background-position: center;}
.product-thumbnail .gallery-thumbs .swiper-slide-thumb-active,
.product-thumbnail .gallery-thumbs .swiper-slide:hover {border-color:#0f0303;}
.product-thumbnail .gallery-thumbs .swiper-scrollbar {width: 100%;left: 0;}
.product-thumbnail .gallery-thumbs .swiper-scrollbar-drag{background-color: rgba(15, 3, 3, .7)}
.product-info {padding-left: 40px;}
.product-info .title {margin-bottom: 20px;padding-bottom: 10px;font-size: 20px;line-height: 36px;color: #333;border-bottom: 1px dashed #000;}
.product-info .content {font-size: 14px;line-height: 28px;color: #666;text-align: justify;}

@media (max-width: 1440px) {
	.aside-tool {left: auto;right: 10px;}
}

@media (max-width: 768px) {
	.banner-index .swiper-pagination-bullet {width: 12px;height: 12px;}
	.banner-index .swiper-container-horizontal>.swiper-pagination-bullets {bottom: 10px;}

    /* 首页轮播 */
    .swiper-index {height: auto;}

	.index-about {padding: 30px 0;}

	.product-hot {display: block;}
	.product-hot .item {width: 100%;height: auto;}
	.product-hot .item:not(:first-child) {margin-top: 10px}
	.product-hot .title {margin-top: 5px;font-size: 18px;line-height: 26px;}
	.product-hot .item .icon-enter-long {display: none;}

	.index-introduction {margin-top: 30px;text-align: center;}
	.index-introduction .text {padding-right: 0;line-height: 32px;font-size: 14px;text-align: left;}
	.index-introduction .thumbnail {margin: 10px 0;}
	.index-introduction .btn-more-primary {position: static;bottom: auto;left: auto;transform: none;margin: 0 auto;}

	/* 优势 */
	.index-advantage {margin: 30px -10px 0;padding: 30px 0;}
	.index-advantage .item {padding: 10px 0;}
	.index-advantage .item:nth-child(3):after {content: none;}
	.index-advantage .title {font-size: 28px;line-height: 32px;}
	.index-advantage p {font-size: 12px}

	.index-news {margin: 0 -10px;padding: 30px 10px;}
	.index-news .col-sm-6 {padding: 0!important}
	.news-panel {margin-bottom: 20px;}
	.news-panel .info {text-align: center;}
	.news-panel .info .time,
	.news-panel .info .title,
	.news-panel .info .text {text-align: left;}

	/* 领域 */
	.index-field {padding: 30px 0;}
	.index-field .title-vertical {margin-bottom: 20px;}
	.index-field .text {text-align: center;}
	.index-field .title {margin-bottom: 10px;font-size: 16px;line-height: 30px;}
	.index-field .title span {float: none;font-size: 20px;}
	.index-field .title span:after {top: 14px;}
	.index-field .text .btn {margin: 20px 0;}
    .index-field .img-content div {display: block;width: 100%;margin-left: 0;}
    .index-field .img-content img {width: 100%;}

	/* 关于我们 */
    .about .row {height: auto!important;}
	.about .col-sm-7 {height: auto!important;}
	.about .text,
	.about .remark {padding-left: 0;padding-right: 0;}

	/* 文章 */
	.article-content img {width: 100%!important;}

	/* 荣誉资质 */
	.list-honor .item {width: 48%;margin-bottom: 20px;margin-left: 4%;}
	.list-honor .item:nth-child(4n+1) {margin-left: 4%;}
	.list-honor .item:nth-child(odd) {margin-left: 0;}
	.list-honor .item .name {height: 79px;margin-top: 0;padding-top: 12px;font-size: 14px;line-height: 24px;}

	/* 新闻列表 */
	.list-news-hot {display: block;margin-bottom: 10px;}
	.list-news-hot .item {width: 100%;padding: 5px;}
	.list-news-hot .item:not(:first-child) {margin-top: 10px;}
	.list-news-hot .thumbnail {height: 160px;}
	.list-news-hot .title {margin-top: 5px;font-size: 14px}
	.main-aside .list-news-hot .item {margin-top: 0!important;margin-bottom: 10px!important;}

	.list-news-primary .item {min-height: 116px;padding: 18px 0 18px 140px;}
	.list-news-primary .thumbnail {top: 18px;left: 0;width: 125px;height: 80px;}
	.list-news-primary .title {margin-top: 0;font-size: 14px;line-height: 24px;}
	.list-news-primary p {display: none;}
	.list-news-primary .other {position: static;top: auto;right: auto;text-align: left;}
	.list-news-primary .time,
	.list-news-primary .more,
	.list-news-primary .more .iconfont {font-size: 12px;line-height: 24px;color: #7e7e7e;}
	.list-news-primary .time {font-size: 14px}
	.list-news-primary .more {margin-top: 5px;}
	.list-news-primary .time:after,
	.list-news-primary .other .enter {display: none;}

	/* 文章 */
	.article-header {padding-bottom: 10px;text-align: center;}
	.article-header:after {left: 50%;margin-left: -58px;}
	.article-content {line-height: 28px;}
	.article-content p {margin-bottom: 5px;}
	.article-content img {width: 100%!important;}
	.article-aside {margin-top: 20px;padding-left: 0;border-left: none;}
	.article-attach {padding-right: 0;}

	/* 招聘 */
	.recruitment-content {display: block;}
	.recruitment-content .item {width: 100%;height: auto;}
	.recruitment-content .item.active .content {position: static;top: auto;left: auto;border-radius: 8px;}
	.recruitment-content .item:not(:first-child) {margin-top: 10px;}
	.recruitment-content .item:not(.active) {height: auto;}
	.recruitment-content .item .iconfont {margin-top: 0;height: 34px;line-height: 34px;font-size: 34px}
	.recruitment-content .item .title {font-size: 18px}
	.recruitment-content .item.active .content {position: relative;padding: 20px;}
	.recruitment-content .item.active .title {font-size: 26px;line-height: 32px;}
	.recruitment-content .item.active .small {font-size: 18px;}
	.recruitment-content .item.active p {margin-top: 10px;}
	.recruitment-content .item.active .iconfont{position: absolute;top: 20px;right: 20px;display: inline-block;width: auto;margin-top: 0;}

	/* 职位列表 */
	.list-recruitment .item {padding: 10px 10px 0;}
	.list-recruitment .recruitment-header {padding: 0 0 10px;}
	.list-recruitment .title {/* padding-right: 100px; */font-size: 16px;}
	.list-recruitment .info {line-height: 26px;}
	.list-recruitment .info span {margin-right: 5px;}
	.list-recruitment .info .iconfont {height: 26px;line-height: 26px;}
	.list-recruitment .btn-delivery {top: 10px;right: 10px;padding: 0 20px;font-size: 14px;line-height: 32px;}
	.list-recruitment .detail {padding: 0;line-height: 30px;}
	.list-recruitment .item-detail {margin-bottom: 10px;}

	/* 联系我们 */
	.contact-form,
	.contact-info {float: none;width: 100%;}
	.contact-info {position: relative;margin-top: 0;margin-bottom: 20px;padding: 20px;border-radius: 8px;}
	.contact-info .title,
	.contact-info .small {font-size: 22px;line-height: 32px;}
	.contact-info .iconfont{position:absolute;top:20px;right:20px;display:inline-block;width:40px;height:40px;margin-top:0;font-size:36px;line-height:40px}
	.contact-info p {margin-bottom: 5px;line-height: 30px;}

	/* 咨询领域 */
	.consulting-are .title-second {margin-bottom: 5px;}
	.consulting-are .list {margin: 0;}
	.consulting-are .item {margin: 0;}
	.consulting-are .item:not(:first-child):before {content: none;}
	.consulting-are .iconfont {height: 40px;line-height: 40px;font-size: 30px;}
	.consulting-are .title {font-size: 14px;line-height: 22px;}

	/* 战略布局 */
	.strategic-layout .fr {float: none;width: 100%;padding: 0 10px;}
	.strategic-layout .fr>.title .item {width: 100%;margin: 0 10px;font-size: 14px;line-height: 24px;text-align: center;}
	.strategic-layout .list {margin-top: 10px;}
	.strategic-layout .list .item {float: none;width: 100%;padding: 10px;}
    .strategic-layout .list .title {font-size: 15px;}
    .strategic-layout .list .info {height: auto;}

	/* 核心能力 */
	.core-competence .list {padding: 0;}
	.core-competence .list .item {float: none;width: 100%;padding: 0 20px}
	.core-competence .list .item:nth-child(4n+1):after {content: none;}
	.core-competence .list .item .content {padding: 15px 0 15px 60px;border-top: 1px dashed #e0e0e0!important;}
	.core-competence .list .item:first-child .content {border-top: none!important;}
	.core-competence .list .iconfont {top: 15px;width: 40px;height: 40px;font-size: 40px;line-height: 40px;}
	.core-competence .title {font-size: 17px;margin-bottom: 5px;}

	/* 合作展望 */
	.cooperation-prospect {height: auto;margin-bottom: 0;padding: 20px 10px!important;background: none;}
	.cooperation-prospect .title-second h3,
	.cooperation-prospect .title-second .small {color: #2e2e2e;}

	.list-summary {display: block;}
	.list-summary .item {float: left;width: 49%;height: auto;margin-left: 2%;margin-top: 10px!important;padding: 15px;}
	.list-summary .item:nth-child(1),
	.list-summary .item:nth-child(2) {margin-top: 0!important;}
	.list-summary .item:nth-child(odd) {margin-left: 0;}
	.list-summary .title {margin-top: 0;font-size: 14px;line-height: 40px;}

	/* 产品列表 */
	.list-product .item {float: left;width: 49%;height: 237px;margin-left: 2%;margin-top: 10px;}
	.list-product .item:nth-child(odd) {margin-left: 0;}
	.list-product .item:nth-child(3) {margin-top: 10px;}
	.list-product .thumbnail {height: 120px;}
	.list-product .thumbnail .content {background-size: 90%;}
	.list-product .info {padding: 5px 10px;font-size: 13px;line-height: 24px;}
	.list-product .title {font-size: 16px;line-height: 28px;}
	.list-product p {max-height: 48px;}

	/* 产品详情列表 */
	.list-product-detail .item {min-height: 0;padding-bottom: 30px;padding-left: 0;}
	.list-product-detail .item:not(:first-child) {padding-top: 30px;}
	.list-product-detail .thumbnail {position: relative;left: auto;top: auto;width: 100%;height: 220px;}
	.list-product-detail .title {padding: 7px 0;font-size: 18px;line-height: 34px;}
	.list-product-detail .item>.content {margin-top: 10px;}

	/* 文章面板 */
    .list-panel .item {padding: 25px 0;text-align: center;}
	.list-panel .item,
	.list-panel .item:first-child {height: auto;}
	.list-panel .thumbnail,
	.list-panel .item:nth-child(even) .thumbnail {float: none;width: 100%;height: 200px;}
	.list-panel .item>.content,
	.list-panel .item:nth-child(even)>.content {float: none;width: 100%;}
    .list-panel .thumbnail {display: block;height: auto;margin-bottom: 10px;}
	.list-panel .thumbnail:hover img,
	.list-panel .thumbnail:hover .content {transform: none;}
    .list-panel .title-vertical-primary {margin-bottom: 10px;margin-top: 10px;}
	.list-panel .item .btn-more-primary {margin-top: 10px;}
	.list-panel .item .middle-inner {text-align: center;}
	.list-panel .btn-more-primary {font-size: 15px;line-height: 34px;}

	/* 种植管理 */
	.list-img-cover .item:not(:first-child) {margin-top: 10px;}
	.list-img-cover .thumbnail {height: auto;filter: none;-webkit-filter: none;}
	.list-img-cover .item .thumbnail:before {content: none;}
	.list-img-cover .info {position: relative;bottom: auto;left: auto;padding: 15px;}
	.list-img-cover .info:before {height: 100%!important;}
	.list-img-cover .info .title {font-size: 20px;line-height: 30px;}
	.list-img-cover .info p {height: auto;}

	.brand-guarantee {height: auto;padding: 20px;}
	.brand-guarantee .title,
	.brand-guarantee .content {position: static;left: auto;top: auto;right: auto;bottom: auto;margin: 0;}
	.brand-guarantee .title {width: auto;padding: 15px;text-align: center;}
	.brand-guarantee h3 {font-size: 20px;}
	.brand-guarantee h4 {font-size: 22px;line-height: 32px;}
	.brand-guarantee .content {width: 100%;margin-top: 20px;padding: 10px;}

	.planting-base .list,
	.planting-base .territory {float: none;width: 100%;}
	.planting-base .title {text-align: center;}
	.planting-base .list-base {padding: 0 20px;}
	.planting-base .list .title h3 {font-size: 30px;line-height: 36px;}
	.planting-base .list .title p {font-size: 16px;line-height: 30px;}

	.article-summary .content {padding: 0 20px;line-height: 30px;}
	.article-summary .text-center {padding: 0 20px;}
	.article-summary .btn {margin-top: 20px;}

	.article-thumbnail-container {padding: 0!important;}
	.article-thumbnail-container .text-content {padding: 0 10px 10px;}

	.landscape .title-introduction {width: 100%;padding: 15px;}
	.landscape .title-introduction h3 {font-size: 20px;}
	.landscape .title-introduction .small {margin-top: 5px;font-size: 20px;line-height: 30px;}
	.landscape .title-introduction p {margin-top: 0;}

	/* 合作伙伴 */
	.partner .item {width: 22%;margin: 0 1.5%;}

	/* 销售服务 */
	.sales-service {padding: 0!important;}
	.sales-service .col-sm-7 {height: auto;}
	.sales-service .middle-box {padding: 20px;}
	.sales-service .middle-inner {padding: 0;}
	.sales-service .title h3 {font-size: 24px;}
	.sales-service .title .small {margin-top: 0;font-size: 22px;}
	.sales-service .content {margin-top: 10px;line-height: 30px;}

	/* 产品详情 */
	.product-info {margin-top: 10px;padding-left: 0;}
	.product-info .title {margin-bottom: 10px;padding-bottom: 5px;font-size: 18px;line-height: 30px;}
}