@import "style-screen.css";
/*mobile v1*/
@media only screen and (max-width:767px){
body {
    padding: 50px 0 0 0 !important;
}
.wrapper {
    width: 92%;
}
.pc{
    display: none !important;
}
.h5{
    display: block !important;
}
.header {
    height: 50px;
    border-bottom: 1px solid #eaeaea;
}
.header.home{
    position: relative;
    height: 50px;
}
.header .wrapper{
    display: flex;
    width: 92%;
    height: 100%;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.header .logo {
    float: none;
    margin: 0;
    width: auto;
    height: 35px;
}
.header .logo img {
    display: block;
    width: auto;
    height: 100%;
}
.header .head-right{
	display: block;
}
.header .nav{
    display: none;
    height: 100%;
    width: 100%;
    top: 50px;
    left: 0;
    overflow-y: hidden;
    padding: 20px 0 12vh 0;
    position: fixed;
    background-color: #ffffff;
    border-top: none;
    z-index: 1000;
}
.header .nav:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 140px;
    height: 100%;
    background-color: #f6f6f6;
    z-index: 1;
}
.header .nav li {
    width: 100%;
    padding: 0 0;
    position: relative;
    z-index: 10;
}
.header .nav li a{
    font-size: 16px;
    line-height: 20px;
    padding: 12px 0 12px 15px;
    width: 37%;
}
.header.home .nav li a{
     color: #333333;
}
.header.home .nav li a:hover, .header.home .nav li.cur a {
    color: #046c39;
    opacity: 1;
}
.header .nav li.cur:after, .header .nav li:hover:after {
    top: 14px;
    left: 0;
    width: 4px;
    height: 16px;
    transform: translate(0, 0);
}
.header .nav li:hover a, .header .nav li.cur a{
    text-align: left;
}
.header .nav li dl{
    display: none;
}
.header .nav li:hover dl,.header .nav li.cur dl{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 0px;
    margin-bottom: 15px;
    position: fixed;
    left: 37%;
    top: 50px;
    padding: 20px 12px 12px 24px;
    width: 63%;
    height: 100%;
    min-width: auto;
    border-radius: 0;
    transform: translate(0, 0);
    box-shadow: none;
    background-color: #fff;
    z-index: 20;
}
.header .nav li dd a,.header .nav li:hover dl dd a {
    line-height: 20px;
    margin: 0 0 0 0;
    font-size: 16px;
    font-weight: normal !important;
    color: #333333 !important;
    height: auto;
    width: 100%;
    padding: 12px 0;
    background: url(/uploads/image/swimages/icon-training01.png) no-repeat right center;
    background-size: 12px 12px;
}
.header .nav li:hover dl dd a:hover,.header .nav li:hover dl dd.cur a,.header .nav li dl dd:hover a{
    color: #046c39 !important;
    background-color: #ffffff;
}
.header .nav li dl dd dl.subnav,.header .nav li dl dd dl dd dl.threenav{
    left: 0;
    transform: translate(0, 0);
    top: 0;
    display: none;
}
.header .nav li dl dd:hover dl.subnav,.header .nav li dl dd dl dd:hover dl.threenav{
    display: block;
    background-color: #ffffff;
    z-index: 105;
}
.header .nav li dl dd:hover dl.subnav a{
    color: #666666;
    background-color: #ffffff;
}
.header .nav li dl dd:hover dl.subnav a:hover{
    color: #046c39;
}
.header .nav li:hover dl dd {
    text-align: left;
    width: auto;
    /* position: relative; */
}


.header .head-other{
    display: flex;
    position: absolute;
    top: 0;
    right: 55px;
    width: auto;
    height: 50px;
    z-index: 1000;
}
.header .head-other:after {
    left: unset;
    right: -8px;
}
.header .head-other .icon-search, .header .head-other .icon-en {
    margin: 0 6px;
}
.header .head-other .icon-phone {
    display: none;
}

.header .icon-close {
    position: absolute;
    right: 20px;
    left: unset;
    top: 20px;
    display: none;
    width: 22px;
    height: 22px;
    background: url(/uploads/image/swimages/icon-topclose.png) no-repeat center center;
    background-size: 100% 100%;
    z-index: 100;
}
.icon-menu{
     display: block;
}
.icon-menu.show{
    background: url(/uploads/image/swimages/icon-topclose.png) no-repeat center center;
    background-size: 100% auto;
}
.subbanner {
    height: 200px;
}
.subbanner .wrapper{
     display: flex;
     height: 100%;
     align-items: center;
     flex-direction: column;
     justify-content: center;
}
.subbanner .title {
    font-size: 22px;
    padding-top: 0;
    padding-bottom: 12px;
}
.subbanner .line {
    width: 45px;
    height: 3px;
}
.subbanner .path {
    bottom: 15px;
    font-size: 14px;
}
.homebanner {
    width: 100%;
    height: 210px;
}
.homenumber {
    height: 90px;
}
.homenumber li .hnb-con {
    padding-left: 20px;
    padding-top: 10px;
}
.homenumber li .hnb-con .text {
    margin-top: 14px;
    font-size: 14px;
    color: #046c39;
}
.homenumber li .hnb-con .number {
    font-size: 28px;
}
.homenumber li .hnb-con em {
    left: 10px;
    top: 8px;
    font-size: 15px;
}
.homenumber li .hnb-con .icon {
    position: absolute;
    right: 5px;
    bottom: 0;
    width: 45px;
    height: 45px;
}
.homenumber li .hnb-con .text {
    margin-top: 5px;
    font-size: 14px;
}
.homebanner .swiper-button-prev {
    left: 15px;
}
.homebanner .swiper-button-next {
    right: 15px;
}
.swiper-button-prev, .swiper-button-next {
    width: 22px;
    height: 22px;
    margin-top: -11px;
}
.homebanner .swiper-button-next:after, .homebanner .swiper-button-prev:after {
    font-size: 12px;
}
.homeservice {
    padding: 25px 0 30px 0;
}
.hs-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hs-list li {
    display: flex;
    width: 48%;
    height: auto;
    padding: 15px 10px;
    background-color: #ffffff;
    margin-right: 0;
    margin-bottom: 12px;
    border-radius: 6px;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
}
.hs-list li .icon {
    height: 45px;
    margin-bottom: 10px;
}
.hs-list li .title {
    font-size: 16px;
    line-height: 1.3;
}
.hs-list li .desc {
    display: none;
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.5;
    color: #555555;
}
.homemore {
    margin: 6px auto 0 auto;
    width: 120px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
}
.hs-con {
    display: flex;
    padding-top: 15px;
    justify-content: space-between;
    flex-direction: column-reverse;
}
.hs-con .pic {
    flex: 0 0 100%;
    width: 100%;
    height: auto;
    margin-top: 10px;
}
.hs-con .text {
    flex: 0 0 100%;
    width: 100%;
}
.hs-con .text .title {
    font-size: 20px;
    padding-top: 20px;
    text-align: right;
}
.hs-con .text .entitle {
    padding-top: 10px;
    font-size: 14px;
    text-align: right;
}
.hs-con .text .desc {
    padding-top: 10px;
    font-size: 14px;
    line-height: 1.8;
}
.hs-con .homemore {
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 32px;
    line-height: 32px;
}

.hs-tab {
    display: flex;
    margin-top: 70px;
    height: auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.hcl-list .hcl-bg {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}
.hcl-list .hcl-bg .text {
    display: block;
    margin-left: 0;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
}
.hcl-list .hcl-bg .logo {
    display: flex;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    height: auto;
    border-right: none;
    padding-bottom: 15px;
}
.hcl-list .hcl-bg .logo img {
    display: block;
    width: 80%;
    margin: 0 auto;
    height: auto;
}
.hcl-box .swiper-button-prev, .hcl-box .swiper-button-next{
    display: none;
}
.homenews {
    padding: 25px 0 30px 0;
}
.hnl-box {
    padding-top: 28px;
}
.hnl-list {
    min-height: 510px;
}
.hnl-list .swiper-slide {
    width: 100%;
    height: auto;
}
.hnl-list .swiper-slide .text .title {
    display: block;
    font-size: 18px;
    height: 50px;
    overflow: hidden;
    line-height: 25px;
    font-weight: bold;
    margin-top: 10px;
}
.hnl-list .swiper-slide .text {
    width: 100%;
    height: 200px;
    padding: 15px 15px;
}
.hnl-list .swiper-slide .text .desc {
    font-size: 14px;
    height: 40px;
    line-height: 20px;
    margin-top: 10px;
}
.hnl-list .swiper-slide .text .more {
    margin-top: 15px;
    font-size: 15px;
}
.hnl-list .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 6px !important;
}
.h2title .title {
    font-size: 22px;
}
.hs-list {
    padding-top: 20px;
}
.homesupplychain {
    display: block;
    padding: 25px 0 30px 0;
    background-color: #f3fff6;
}
.hs-tab {
    display: flex;
    margin-top: 30px;
    padding: 0 4%;
    height: auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.hs-tab li {
    display: block;
    width: 23%;
    height: auto;
    padding: 15px 0;
    margin: 0 1%;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}
.hs-tab li .icon {
    height: 35px;
}
.hs-tab li .text {
    padding-top: 8px;
    font-size: 14px;
}
.homeclient {
    padding: 25px 0 30px 0;
}
.hcl-box {
    margin-top: 30px;
}
.hcl-list {
    min-height: auto;
}
.hcl-list .swiper-slide {
    width: 100%;
    height: auto;
    padding: 20px 30px 35px 30px;
    text-align: justify;
    background: url(/uploads/image/swimages/bg-hcl-m.png) no-repeat center center;
    background-size: 100% 100%;
}
.hcl-list .hcl-bg .text {
    margin-left: 0;
    width: 100%;
    font-size: 14px;
    line-height: 1.8;
}
.hcl-list .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px !important;
}
.hcl-list .swiper-pagination{
    display: block;
}
.hcl-list .swiper-pagination-bullets,.hcl-list .swiper-pagination-custom,.hcl-list .swiper-pagination-fraction {
    bottom: 15px;
}
.hcl-list .swiper-pagination-bullet-active {
    background: #22ab23;
    opacity: 1;
    border: none;
}
.hclient-list {
    display: block;
    width: 100%;
    padding: 30px 3% 0 3%;
    padding-top: 25px;
}
.hclient-list  .swiper-slide {
    align-items: center;
    justify-content: center;
    align-content: center;
    width: 100px;
    height: 75px;
    margin: 0 1% 8px 1%;
}

.content {
    width: 92%;
    margin: 35px auto 35px auto;
}
.about-nav {
    height: auto;
    padding: 5px 0;
}
.about-nav ul {
    padding-top: 0;
    display: flex;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.about-nav li {
    display: block;
    width: auto;
    padding: 0 0;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin: 0 10px;
    position: relative;
}
.about-profile {
    padding: 25px 0 30px 0;
}
.about-profile .ap-con {
    display: flex;
    padding-top: 30px;
    justify-content: space-between;
    flex-direction: column-reverse;
}
.about-profile .ap-pic {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.about-profile .ap-pic .app-bg {
    display: none;
}
.about-profile .ap-pic img {
    position: relative;
    width: 100%;
    height: auto;
}
.about-profile .ap-text {
    display: block;
    width: 100%;
    margin-top: 10px;
}
.about-profile .ap-text .title {
    font-size: 20px;
}
.about-profile .ap-text .desc {
    display: block;
    padding-top: 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    text-align: justify;
}
.about-certificate {
    padding: 25px 0 30px 0;
}
.ac-box {
    margin-top: 30px;
    min-height: 480px;
}
.ac-list {
    min-height: 480px;
}
.ac-list .swiper-slide {
    width: 100%;
    height: 440px;
    padding: 40px 60px 0 60px;
    margin-right: 0;
}
.ac-list .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 6px !important;
}
.about-case {
    padding: 25px 0 30px 0;
}
.acase-list {
    padding-top: 30px;
}
.acase-list li {
    align-items: center;
    justify-content: center;
    align-content: center;
    width: 31%;
    height: auto;
    margin-right: 3% !important;
    margin-bottom: 10px;
}
.acase-list li:nth-child(3n) {
    margin-right: 0 !important;
}
.about-team {
    padding: 25px 0 30px 0;
}
.at-box {
    margin-top: 30px;
}
.at-list{
    margin-bottom: -8px;
    padding-bottom: 20px;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 10%);
}
.at-list .atl-bg {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.8;
    color: #666666;
    padding: 20px 15px 20px 15px;
    background: no-repeat;
    border:none;
    position: relative;
}
.at-list .atl-bg .h5 img{
    display: block;
}
.at-list .atl-bg .h5.right img{
    margin-left: auto;
}
.at-list2 {
    display: block;
    margin: 0 auto;
    width: 100%;
    min-height: auto;
    position: relative;
    list-style: none;
    overflow: hidden;
    z-index: 1;
    margin-top: 8px;
}
.at-list2 .swiper-slide {
    width: 100px;
    padding-top: 20px
}
.at-thumbs img {
    width: 70px;
    height: 70px;
}
.at-list2 .swiper-slide-thumb-active img {
    width: 100px;
    height: 100px;
}
.at-list2 .swiper-slide-thumb-active:after{
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: 0px;
    width: 100px;
    height: 20px;
    background: url(/uploads/image/swimages/bg-atl-m.png) no-repeat center top;
    background-size: auto 100%;
} 
.at-thumbs strong {
    font-size: 16px;
    margin-top: 15px;
}
.ac-box .swiper-button-prev, .ac-box .swiper-button-next,
.at-box .swiper-button-prev, .at-box .swiper-button-next{
    display: none;
}
.service-nav {
    height: auto;
    padding: 5px 0;
}
.service-nav ul {
    padding-top: 0px;
    display: flex;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.service-nav li {
    padding: 0 0;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    margin: 0 20px 0 0;
}
.service-list {
    padding: 25px 0 30px 0;
}
.service-list li {
    width: 48.5%;
    height: 260px;
    margin-right: 3%;
    margin-bottom: 20px;
}
.service-list li:nth-child(2n) {
    margin-right: 0 !important;
}
.service-list li .pic {
    width: 100%;
    height: 106px;
}
.service-list li .text {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 150px;
    padding: 15px 10px;
}
.service-list li .title {
    display: block;
    font-size: 15px;
    line-height: 1.3;
    margin-top: 12px;
}
.service-list li .desc {
    height: 30px;
    font-size: 12px;
    margin-top: 8px;
    line-height: 1.3;
}
.service-list li:hover .btn{
    display: none;
}
.service-box {
    display: flex;
    justify-content: space-between;
    padding: 20px 0 30px 0;
    flex-direction: column;
}
.service-info {
    width: 100%;
    padding: 15px 0 30px 0;
}
.service-info .h1title {
    width: 100%;
    font-size: 22px;
    text-align: center;
    padding: 0 0 20px 0;
}
.service-info .h1title .si-nav {
    float: none;
    display: none;
    width: auto;
    margin-right: 0;
    margin-top: 10px;
    height: 18px;
    line-height: 18px;
    font-size: 13px;
    padding: 0 12px;
}
.service-info .news-content {
    display: block;
    padding: 15px 0 20px 0;
    width: 100%;
    font-size: 14px;
    line-height: 1.8;
}
.service-info .page-box {
    display: flex;
    justify-content: flex-start;
    padding-top: 10px;
    align-items: flex-start;
    border-top: 1px solid #e9e9e9;
    flex-direction: column;
}
.service-info .page-next {
    font-size: 14px;
    line-height: 1.6;
}
.service-info .page-btn{
    display: block;
    margin: 10px auto 0 auto;
}
.service-info .page-btn a {
    font-size: 14px;
    line-height: 36px;
}
.right-com {
    width: 100%;
}
.rbox {
    margin-bottom: 20px;
}
.rbanner {
    margin-bottom: 20px;
}
.rnews-list li {
    width: 100%;
    height: 38px;
    margin-top: 8px;
    line-height: 38px;
    font-size: 15px;
    padding-left: 15px;
}

.laws-experts-list ul{
    width: 100%;
    padding: 0 10px 10px 10px;
    margin-bottom: 20px;
}
.laws-experts-list li {
    height: auto;
    padding: 15px 0;
}
.laws-experts-list li a {
    width: 100%;
    height: auto;
}
.laws-experts-list li .pic {
    flex: 0 0 113px;
    width: 113px;
    height: 88px;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
}
.laws-experts-list li .pic .lel-nav {
    display: flex;
}
.laws-experts-list li .pic .lel-nav span {
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    margin-right: 5px;
}
.laws-experts-list li .text .title {
    width: 100%;
    height: auto;
    line-height: 1.3;
    font-size: 15px;
    margin-top: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.laws-experts-list li .text .desc {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.5;
    height: 40px;
}
.laws-experts-list li .text .botbox {
    display: flex;
    width: 100%;
    padding-top: 8px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
.laws-experts-list li .text .tag {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.laws-experts-list li .text .tag span {
    font-size: 11px;
    padding: 0 5px;
    margin-right: 5px;
}
.laws-experts-list li .text .time {
    font-size: 12px;
    display: block;
    margin-top: 10px;
    text-align: left;
}
.laws-filter .fl-item .fli-link {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
    flex-direction: row;
}
.laws-filter .fl-item .fli-link a {
    line-height: 28px;
    height: 30px;
    padding: 0 9px;
    font-size: 12px;
    border-radius: 15px;
    margin: 0 8px 10px 0;
}
.laws-filter .fl-item .icon-up {
    bottom: 20px;
    right: 10px;
    font-size: 14px;
}
.laws-info {
    display: block;
    width: 100%;
    padding: 0 0 20px 0;
}
.laws-info .h1title {
    font-size: 20px;
    line-height: 1.3;
    padding: 0 0 0px 0;
}
.laws-info .h1box {
    display: flex;
    width: 100%;
    padding: 20px 0;
    padding-top: 18px;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid #e9e9e9;
    flex-direction: row;
    flex-wrap: wrap;
}
.laws-info .h1box .tag {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.laws-info .h1box .tag span {
    font-size: 12px;
    padding: 0 8px;
    margin-right: 10px;
}
.laws-info .h1box .time {
    font-size: 13px;
    display: block;
    margin-top: 15px;
}
.laws-info .page-box {
    justify-content: space-between;
    padding-top: 10px;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.laws-info .page-next {
    font-size: 14px;
    line-height: 22px;
}
.laws-info .page-btn {
    width: 105px;
    height: 38px;
    display: block;
    margin: 0 auto;
}
.laws-training-list {
    display: block;
    width: 100%;
}
.laws-training-list ul {
    padding: 0 0 0 0;
}
.laws-training-list li {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 20px;
    display: flex;
}
.laws-training-list li .pic {
    display: block;
    width: 50%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.laws-training-list li .text {
    width: 50%;
    padding: 10px 12px;
}
.laws-training-list li .text .title {
    height: 80px;
    line-height: 1.5;
    font-size: 16px;
}
.laws-training-list li .pic .lel-nav span{
    font-size: 12px;
}

.laws-training-info {
    width: 100%;
    padding: 0 0 30px 0;
}
.lti-desc {
    display: flex;
    width: 100%;
    padding: 0px 0 0 0;
    background: #ffffff;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    flex-direction: column;
}
.lti-desc .pic {
    display: block;
    flex: 0 0 100%;
    width: 100%;
    height: auto;
    margin-right: 0;
}
.lti-desc .lti-text {
    flex: 0 1 auto;
    width: auto;
    padding: 0 15px;
}
.lti-desc .lti-text .title {
    font-size: 18px;
    line-height: 28px;
    display: block;
    margin-top: 10px;
}
.lti-nav {
    width: 100%;
    height: 50px;
    margin-top: 20px;
    background: #ffffff;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    padding: 0 10px;
    padding-top: 10px;
    display: flex;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.lti-nav li {
    display: block;
    width: auto;
    padding: 0 0;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin: 0 0 0 0;
    position: relative;
    cursor: pointer;
}
.lti-box {
    display: block;
    background: #ffffff;
    margin-top: 20px;
    padding: 10px 10px;
    font-size: 14px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
}
.ltib-title {
    padding: 15px 0 15px 0;
    margin-bottom: 10px;
}
.activity-introduction {
    display: block;
    font-size: 14px;
    line-height: 1.8;
    color: #666666;
    padding-top: 10px;
    padding-bottom: 25px;
}
.activity-introduction img{
    width: 100%;
    height: auto;
}
.activity-list {
    padding-top: 10px;
    padding-bottom: 25px;
}
.activity-list li {
    display: flex;
    padding: 13px 0 13px 0;
    flex-direction: column;
}
.activity-list li .pic {
    margin-right: 0;
    margin: 0 auto;
}
.activity-list li .pic img{
    display: block;
    width: 100%;
}
.activity-list li .text {
    margin-top: 10px;
}
.activity-list li .title {
    text-align: center;
}
.activity-list li .subtitle {
    display: block;
    padding-top: 15px;
    font-size: 16px;
    color: #046c39;
    font-weight: bold;
}
.activity-list li .subtitle {
    text-align: center;
}
.activity-list li .desc {
    font-size: 13px;
    padding-top: 18px;
    line-height: 1.8;
}

.laws-box {
    justify-content: flex-start;
    padding: 35px 0 35px 0;
    flex-direction: column;
}
.laws-experts-list {
    display: block;
    width: 100%;
}
.laws-filter .fl-item {
    height: auto;
    align-items: flex-start;
    align-content: flex-start;
    flex-direction: column;
}
.laws-filter .fl-item label {
    font-size: 14px;
    line-height: 32px;
    width: 100%;
}


.supplychain-nav {
    height: auto;
    padding: 5px 0;
}
.supplychain-nav ul {
    padding-top: 0px;
    display: flex;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.supplychain-nav li {
    padding: 0 0;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    margin: 0 20px 0 0;
}
.supplychain-list {
    height: auto;
    padding: 20px 0 20px 0;
}
.supplychain-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #e9e9e9;
    flex-direction: column;
}
.supplychain-list li .text {
    flex: 0 0 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.supplychain-list li .text .item {
    width: auto;
}
.supplychain-list li .text .item span {
    font-size: 12px;
}
.supplychain-list li .text .item strong {
    padding-top: 10px;
    display: block;
    font-size: 14px;
    font-weight: bold;
}
.supplychain-list li .btn {
    flex: 0 0 100%;
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
.supplychain-list li .btn a {
    height: 32px;
    font-size: 14px;
    line-height: 30px;
    margin: 0 15px;
}
.supplychain-so {
    margin-bottom: 20px;
}
.tools-pesticide {
    padding: 25px 0;
}
.tools-pesticide .wrapper {
    padding: 30px 15px 30px 15px;
}
.form-item {
    margin-top: 20px;
}
.form-item.flex {
    justify-content: space-between;
    flex-direction: column;
}
.form-item.m80 {
    margin-top: 30px;
}
.form-btn.w500 {
    width: 100%;
}
.form-item.m50 {
    margin-top: 25px;
}
.tools-pesticide .h2title {
    width: 100%;
    font-size: 20px;
    padding-bottom: 0px;
}
.form-inline {
    width: 100%;
    margin-bottom: 20px;
}
.tools-pesticide .form-inline:last-child{
    margin-bottom: 0;
}
.form-label {
    font-size: 15px;
    margin-bottom: 15px;
}
.form-input {
    width: 100%;
    height: 35px;
    font-size: 15px;
    padding: 0 10px;
    border: 1px solid #e0e0e0;
}
.form-btn {
    height: 38px;
    font-size: 15px;
    border-radius: 6px;
}
.form-tips {
    margin-top: 25px;
    font-size: 14px;
    line-height: 1.5;
}
.sh-pages {
    padding: 20px 0;
    margin-top: 15px;
    display: flex;
    justify-content: center;
}
.sh-pages a {
    width: 32px;
    height: 32px;
    line-height: 30px;
    border-radius: 8px;
    margin: 0 3px;
    font-size: 15px;
}
.sh-pages span {
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 8px;
    font-size: 15px;
    margin: 0 3px 5px 3px;
}
.toolsdown-list {
    padding: 25px 0 25px 0;
}
.toolsdown-list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    height: auto;
    padding: 25px 20px 28px 20px;
}
.toolsdown-list li .title {
    font-size: 18px;
    line-height: 1.4;
}
.tool-sobanner .wrapper {
    padding-top: 60px;
}
.tool-sobanner .title {
    font-size: 22px;
}
.ts-tab li {
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
}
.tool-sobanner {
    height: 355px;
}
.tool-sobanner .ts-box {
    height: 45px;
}
.tool-sobanner .ts-box input {
    font-size: 15px;
    padding-left: 40px;
    line-height: 45px;
    border: none;
    background: url(/uploads/image/swimages/icon-so.png) no-repeat 12px center;
    background-size: 20px;
}
.tool-sobanner .ts-box button {
    right: 3px;
    top: 3px;
    width: 90px;
    height: 37px;
    border-radius: 4px;
    font-size: 15px;
}
.tool-sobanner .ts-box button img {
    width: 16px;
    height: 16px;
    margin-left: 5px;
}
.tool-sobanner .ts-text {
    padding-top: 16px;
    font-size: 14px;
    line-height: 1.5;
}
.sub-number {
    padding: 20px 0 5px 0;
    height: auto;
}
.sub-number .wrapper {
    display: flex;
    justify-content: space-between;
    height: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}
.sub-number li {
    width: 45%;
    height: auto;
    justify-content: space-between;
    padding-right: 0;
    background: none;
    margin-bottom: 15px;
}
.sub-number li .text span {
    display: block;
    font-size: 14px;
}
.sub-number li .text strong {
    font-size: 32px;
    padding-top: 8px;
}
.sub-number li .text {
    width: 70%;
}
.sub-number li .icon {
    display: block;
    width: 46px;
    height: 46px;
}
.sub-number li:last-child {
    padding-right: 0;
    background: none;
}

.btn-more a {
    width: 120px;
    height: 28px;
    line-height: 28px;
    font-size: 13px;
}
.cus-map {
    height: auto;
    flex-direction: column;
}
.cus-map .map {
    flex: 0 0 100%;
    width: 100%;
    height: auto;
    margin-right: 0;
}
.cus-map .map img {
    height: auto;
}
.cus-map .text {
    width: 100%;
    padding: 30px 15px;
}
.cus-map .title{
	font-size: 18px;
}
.cus-map .desc {
    margin-top: 25px;
    font-size: 14px;
}
.cus-map .desc p {
    margin: 0 0 18px 0;
    line-height: 1.5;
}
.cus-map .btn {
    padding-top: 10px;
}
.cus-map .btn a {
    margin: 0 auto;
}
.cus-list {
    margin-top: 35px;
}
.cus-list ul {
    flex-direction: column;
    flex-wrap: nowrap;
}
.cus-list li {
    width: 100%;
    height: auto;
    padding: 36px 15px 30px 15px;
    margin-right: 40px;
    margin-bottom: 20px;
    background: #ffffff  no-repeat right bottom;
    background-size: auto 160px;
}
.cus-list li .desc {
    font-size: 14px;
}
.cus-list li .desc p span {
    width: 56px;
}
.cus-list li .title {
	font-size: 18px;
    margin-bottom: 25px;
}
.cus-list li .desc p {
    margin-top: 0;
    line-height: 1.5;
    margin-bottom: 10px;
}
.recruitment-nav {
    height: 50px;
}
.recruitment-nav li {
    padding: 0 8px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin: 0 20px;
}
.recruitment-list {
    padding: 20px 0 40px 0;
}
.recruitment-list li {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 15px 5px 15px 5px;
    flex-direction: column;
}
.recruitment-list li .text {
    flex: 0 0 100%;
    width: 100%;
    justify-content: space-between;
}
.recruitment-list li .text .item {
    width: auto;
}
.recruitment-list li .text .item strong {
    padding-top: 10px;
    font-size: 16px;
}
.recruitment-list li .text .item span {
    font-size: 13px;
}
.recruitment-list li .btn {
    margin-top: 15px;
    flex: 0 0 100%;
    width: 100%;
    display: flex;
    justify-content: center;
}
.recruitment-list li .btn a {
    height: 32px;
    line-height: 30px;
    margin: 0 15px;
}
.popjob {
    width: 92%;
    padding: 25px 15px 25px 15px;
    height: auto;
    min-height: 50vh;
    left: 4%;
    margin-left: 0;
    border-radius: 5px;
}
.popjob .title {
    font-size: 20px;
    padding-bottom: 18px;
    margin-bottom: 5px;
}
.popjob .desc .info .item {
    font-size: 13px;
    line-height: 1.4;
}
.popjob .desc {
    font-size: 13px;
    line-height: 1.5;
    padding-top: 15px;
}
.popjob .desc strong {
    font-size: 16px;
    padding-top: 18px;
    margin-bottom: 8px;
}
.popjob .icon-close{
    top: unset;
    width: 22px !important;
    height: 22px !important;
    margin-left: -11px !important;;
    bottom: -35px !important;
    left: 50%;
}
.job-send .item img {
    margin: 0 auto 15px auto;
    width: 60px;
    height: 60px;
}
.job-send .item span {
    display: block;
    font-size: 14px;
}
.job-send .item strong {
    font-size: 13px;
    padding-top: 10px;
}
.job-send {
    display: flex;
    width: 100%;
    padding: 35px 0;
}
.job-send-ercode {
    width: 165px;
}

.footer {
    height: auto;
}
.footer .foot-box {
    display: flex;
    padding: 28px 0 28px 0;
    justify-content: flex-start;
    flex-direction: column;
}
.foot-contact {
    flex: 0 0 100%;
    width: 100%;
}
.footer .foot-logo img {
	width: 90%;
    height: auto;
}
.footer .foot-email {
    width: 100%;
}
.footer .foot-follow {
    padding-left: 10px;
}
.footer .foot-phone {
    padding-left: 10px;
}
.footer .foot-nav {
    flex: 0 0 100%;
    width: 100%;
    display: flex;
    padding-right: 0;
    margin-top: 10px;
    justify-content: flex-start;
    flex-direction: column;
}
.footer .foot-nav li {
    width: auto;
    padding-left: 0;
    height: auto;
    margin-top: 18px;
    text-align: left;
}
.footer .foot-nav li a {
    display: inline-block;
    line-height: 1.8;
    font-size: 13px;
    margin-right: 8px;
}
.footer .foot-copyright {
    padding: 18px 0;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
}

.right-im {
    display: none;
}

.compliance-list{
    width: 100%;
    padding: 0px;
}
.header .nav li.cur .slidetxtbox,.header .nav li:hover .slidetxtbox{
    display: block;
}

.slidetxtbox {
    display: none;
    width: 63%;
    top: 50px;
    box-shadow: none;
    left: 37%;
    position: fixed;
    height: 100%;
    overflow-y: auto;
    margin-bottom: 15px;
    padding: 20px 12px 12px 24px;
    background-color: #fff;
    z-index: 20;
}
.slidetxtbox .hd {
    width: 100%;
}
.slidetxtbox .bd ul {
    width: 100%;
}
.slidetxtbox .hd ul {
    padding: 0px;
    width: 100%;
    padding-bottom: 12vh;
}
.slidetxtbox .hd ul li{
    padding: 0 0 !important;
}
.slidetxtbox .hd ul li:hover ul{
    display: block;
}
.slidetxtbox .hd ul li ul{
    display: none;
    padding-bottom: 10px;
}
.slidetxtbox::after {
    content: '';
    width: 100%;
    height: 100%;
    background:none;
}
.slidetxtbox .hd ul li a {
    line-height: 20px;
    font-size: 16px;
    color: #333333 !important;
    padding: 12px 0;
    width: 100%;
    font-weight: normal !important;
    background: url(/uploads/image/swimages/icon-training-down.png) no-repeat right center;
    background-size: 12px 12px;
}
.slidetxtbox .hd ul li.on a {
    color: #138f14 !important;
    line-height: 1.8;
    font-size: 16px;
}
.slidetxtbox .hd ul li a.subtit {
    font-size: 16px;
    color: #046c39 !important;
    font-weight: bold !important;
    background: none;
    margin-bottom: 5px;
    border-bottom: 1px solid #eaeaea;
}
.slidetxtbox .bd li a,.slidetxtbox .hd ul li.on ul li a,.slidetxtbox .hd ul li ul li a{
    line-height: 3vw !important;
    text-align: left !important;
    padding: 5px 0px;
    font-size: 15px !important;
    width: 100%;
    font-weight: normal !important;
    color: #333333 !important;
    line-height: 1.8 !important;
    background: none;
}

/*手机独立菜单*/
.menumobile{
    display: none;
    height: 100%;
    width: 100%;
    top: 50px;
    left: 0;
    overflow-y: hidden;
    padding: 20px 0 12vh 0;
    position: fixed;
    background-color: #ffffff;
    border-top: none;
    z-index: 1000;
}
.menumobile:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 140px;
    height: 100%;
    background-color: #f6f6f6;
    z-index: 1;
}
.menumobile li {
    width: 140px;
    padding: 0 0;
    position: relative;
    z-index: 2;
    height: 50px;
}
.menumobile li a{
    display: block;
    color: #333333;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 0 12px 15px;
    width: 100%;
}
.menumobile li.cur:after, .menumobile li:hover:after {
    position: absolute;
    content: '';
    display: block;
    background-color: #046c39;
    top: 12px;
    left: 0;
    width: 4px;
    height: 16px;
    transform: translate(0, 0);
}
.menumobile li:hover a, .menumobile li.cur a{
    text-align: left;
    color: #046c39;
    font-weight: bold;
}
.menumobile li dl{
    display: none;
}
.menumobile li.cur dl{
    display: flex;
    flex-direction: column;
    margin-top: 0px;
    margin-bottom: 15px;
    position: fixed;
    left: 37%;
    top: 50px;
    padding: 20px 12px 12px 24px;
    width: 63%;
    height: 100%;
    min-width: auto;
    border-radius: 0;
    transform: translate(0, 0);
    box-shadow: none;
    background-color: #fff;
    z-index: 20;
    overflow-y: auto;
}
.menumobile li dd a {
    line-height: 20px;
    margin: 0 0 0 0;
    font-size: 16px;
    font-weight: normal !important;
    color: #333333 !important;
    height: auto;
    width: 100%;
    padding: 12px 0;
    background: url(/uploads/image/swimages/icon-training01.png) no-repeat right center;
    background-size: 12px 12px;
}
.menumobile li dd a.down{
    background: url(/uploads/image/swimages/icon-training-down.png) no-repeat right center;
    background-size: 12px 12px;
}
.menumobile li dl dd.cur dl.threenav{
    display: block;
}
.menumobile li dl dd dl.threenav{
   position: relative;
    left: 0;
    transform: translate(0, 0);
    top: 0;
    display: none;
    width: 100%;
    padding: 0;
    height: auto;
}
.menumobile li dl dd dl.threenav a{
    font-size: 15px;
    background: none;
}
.menumobile li dl dd dl.threenav a.subtit {
    font-size: 16px;
    color: #046c39 !important;
    font-weight: bold !important;
    background: none;
    margin-bottom: 5px;
    padding: 10px 0 16px 0;
    border-bottom: 1px solid #eaeaea;
}


.search_tc .search_close img {
	width: 35px;
	height: 35px;
}

.search_tc .search_nr {
	width: 80%;
	display: flex;
}

.search_tc .search_nr .text {
	width: calc(100% - 40px);
	border: 0px;
	line-height: 40px;
	box-sizing: border-box;
	padding: 0px 5%;
	font-size: 15px;
}

.search_tc .search_nr .btn {
	width: 40px;
	height: 40px;
	background: url(/uploads/image/swimages/btn_search1.png) no-repeat;
	background-size: cover;
	border: 0px;
	cursor: pointer;
}

}