.w14 {
    width: 100%;
    max-width: 1240px;
    margin: 0px auto;
}

.menu {
    display: none;
}

.mobile_fade {
    display: none;
}

.content {
    overflow: hidden;
    width: 100%;
}


/*banner-start*/

.banner {
    width: 100%;
    position: relative;
}

.banner .mySwiper {
    width: 100%;
    position: relative;
}

.banner .picb {
    width: 100%;
    height: 100%;
    z-index: 8;
}

.banner .picb:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
}

.banner .picb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.banner .swiper-slide-active .picb {
    animation: bgscale 6s linear forwards;
    -webkit-animation: bgscale 6s linear forwards;
}

@-webkit-keyframes bgscale {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
    }
}

@keyframes bgscale {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
    }
}

.banner .txt {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 2px;
    opacity: 0;
    transform: translateY(-100px);
    transition: .8s;
}

.banner .swiper-slide-active .txt {
    opacity: 1;
    animation: enter 1.3s ease forwards;
    -webkit-animation: enter 1.3s ease forwards;
}

@-webkit-keyframes enter {
    0% {
        opacity: 0;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
    }
    20% {
        opacity: 0;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
    }
}

@keyframes enter {
    0% {
        opacity: 0;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
    }
    20% {
        opacity: 0;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
    }
}

.banner .txt h3 {
    font-size: 60px;
    color: #fff;
    letter-spacing: 1px;
}

.banner .txt h5 {
    font-size: 40px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: lighter;
    letter-spacing: 6px;
}

.t_center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.banner .swiper-pagination {
    bottom: 5%;
}

.banner .swiper-pagination-bullet {
    width: 40px;
    height: 3px;
    border-radius: 0;
    background-color: #a4becd;
    opacity: 1;
}

.banner .swiper-pagination-bullet-active {
    background-color: #FFF;
}


/*banner-end*/

.content .main_info {
    overflow: hidden;
    width: 100%;
    padding: 60px 0 55px 0;
}

.content .main_info .m {
    width: 1240px;
    margin: 0 auto;
}

.content .main_info .m .box {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    position: relative;
}

.content .main_info .m .box .btn {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.content .main_info .m .box .btn.prev {
    left: -60px;
}

.content .main_info .m .box .btn.next {
    right: -60px;
}

.content .main_info .m .box .mySwiper1 {
    width: 100%;
    overflow: hidden;
}

.content .main_info .m .box .mySwiper1 .swiper-slide {
    width: 18%;
    margin-right: 2.5%;
}

.content .main_info .m .box .label {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.content .main_info .m .box .label p {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
}

.content .main_info .m .box .label img {
    display: block;
    width: 100%;
}

.content .tong_title1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content .news_m .tong_title1 {
    padding-left: 3%;
}

.content .tong_title1 .fl {
    overflow: hidden;
}

.content .tong_title1 .fl p {
    font-size: 36px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.content .news_m .tong_title1 .fl p {
    font-size: 20px;
}

.content .tong_title1 .fl span {
    display: block;
    font-size: 16px;
    color: #898989;
}

.content .tong_title1 a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333333;
}

.content .tong_title1 a img {
    margin-left: 6px;
}

.content footer {
    overflow: hidden;
    width: 100%;
    background: #232d48;
    color: #fff;
    
}

.content footer .bot {
    width: 100%;
    padding: 30px 0;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-top: 1px solid #D2D2D2;
}

.content footer .bot a {
    color: #fff;
}

.content footer .top {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    padding: 40px 120px;
}

.content footer .top .info {
 text-align: center;
 width: 146px;
}
.content footer .top .info img{
    width: 100%;
}

.content footer .top .info img {
    display: block;
}

.content footer .top .info p {
    font-size: 14px;
    margin-bottom: 15px;
}

.content footer .top .info span {
    display: block;
    font-size: 38px;
    font-weight: bold;
    color: #064a92;
    font-weight: bold;
}

.content footer .top .link {
    display: flex;
    flex: 1;
    justify-content: space-between;
    position: relative;
    padding-right: 200px;
}

.content footer .top .link::after {
    content: '';
    width: 1px;
    background: #DDDDDD;
    height: 230px;
    position: absolute;
    right: 120px;
    top: 0;
}

.content footer .top .link ul {
    overflow: hidden;
}

.content footer .top .link ul li {
    font-size: 16px;
    color: #fff;
}

.content footer .top .link ul li:first-child {
    margin-bottom: 20px;
}

.content footer .top .link ul li a {
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    transition: all .1s;
    display: block;
}

.content footer .top .link ul li a:hover {
    color: #fff;
}
.content footer .top .link ul li a img{
    width: 75%;
}
.content footer .top .link .icon {
    height: 24px;
    line-height: 24px;
    display: inline-block;
}

.content .main_form {
    overflow: hidden;
    width: 100%;
    height: 307px;
    background-size: cover;
    background-position: center center;
    background-image: url(../images/icon_89.jpg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.content .main_form .m {
    width: 1240px;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content .main_form .m .font {
    overflow: hidden;
}

.content .main_form .m .font p {
    font-size: 34px;
    color: #064a92;
    margin-bottom: 15px;
    letter-spacing: 3px;
}

.content .main_form .m .font span {
    display: block;
    font-size: 20px;
    color: #fff;
}

.content .main_form .m .form {
    display: flex;
    align-items: center;
    font-size: 12px;
}

.content .main_form .m .form input[type='text'] {
    width: 284px;
    height: 52px;
    border: none;
    outline: none;
    background: #fff;
    font-size: 20px;
    color: #c0c0c0;
    padding-left: 18px;
    margin-left: 20px;
}

.content .main_form .m .form input[type='button'] {
    width: 160px;
    height: 52px;
    border: none;
    outline: none;
    background: #064A92;
    font-size: 20px;
    color: #fff !important;
    cursor: pointer;
    margin-left: 20px;
}

.content .main_news {
    width: 100%;
    background: #fff;
    padding: 80px 0 75px 0;
}

.content .news_main_news {
    padding: 20px 0;
}

.content .main_news .m {
    width: 1240px;
    margin: 0 auto;
}

.content .main_news .news_m {
    width: 100%;
    margin: 0 auto;
}

.content .main_news .m ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

.content .main_news .news_m ul {
    margin-top: 0;
}

.content .main_news .m ul li {
    overflow: hidden;
    margin-top: 30px;
    width: 48%;
}

.content .main_news .news_m ul li {
    margin-top: 10px;
}

.content .main_news .m ul li:nth-child(n+7) {
    display: none;
}

.content .main_news .m ul li a {
    display: flex;
    align-items: center;
}

.content .main_news .m ul li a .pic {
    overflow: hidden;
    width: 50%;
}

.content .main_news .m ul li a .pic img {
    display: block;
    width: 100%;
}

.content .main_news .m ul li a .grow {
    width: 50%;
    overflow: hidden;
    padding-left: 28px;
}

.content .main_news .m ul li a .new_grow {
    width: 100%;
}

.content .main_news .m ul li a .grow div {
    overflow: hidden;
    padding: 14px 0;
    border-bottom: 1px solid #DDDDDD;
}

.content .main_news .m ul li a .grow div p {
    font-size: 16px;
    margin-bottom: 10px;
    color: #333333;
}

.content .main_news .m ul li a .grow div span {
    display: block;
    font-size: 14px;
    color: #8f8f8f;
}

.content .main_news .m ul li a .grow em {
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.content .main_vegetation {
    overflow: hidden;
    width: 100%;
    padding: 60px 0 55px 0;
}

.content .main_vegetation .m {
    width: 1240px;
    margin: 0 auto;
}

.content .main_vegetation ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}

.content .main_vegetation ul li {
    overflow: hidden;
    width: 32.14285714285714%;
    margin-right: 1.78571428571429%;
    margin-top: 30px;
}

.content .main_vegetation ul li:hover .pic img {
    transform: scale(1.03);
}

.content .main_vegetation ul li .pic {
    width: 100%;
    overflow: hidden;
    margin-bottom: 18px;
}

.content .main_vegetation ul li .pic img {
    display: block;
    width: 100%;
    transition: all .5s;
}

.content .main_vegetation ul li span {
    display: block;
    text-align: center;
    font-size: 24px;
    color: #222222;
}

.content .main_vegetation ul li:nth-child(3n) {
    margin-right: 0;
}

.content .main_methods {
    background: #F5FBFF;
    padding: 60px 0;
}

.content .main_methods .m {
    width: 1240px;
    margin: 0 auto;
}

.content .main_methods .box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.content .main_methods .box .iright {
    width: calc(100% - 72% - 10px);
    position: relative;
}

.content .main_methods .box .iright img {
    display: block;
    width: 100%;
}

.content .main_methods .box .iright div {
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px 32px;
}

.content .main_methods .box .iright div p {
    font-size: 24px;
    color: #222222;
    margin-bottom: 6px;
}

.content .main_methods .box .iright div span {
    display: block;
    font-size: 14px;
    color: #898989;
}

.content .main_methods .box .fl {
    overflow: hidden;
    width: 72%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.content .main_methods .box .fl .label {
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
}

.content .main_methods .box .fl .label:first-child {
    width: 54.26587301587302%;
}

.content .main_methods .box .fl .label:nth-child(2) {
    width: 44.54365079365079%;
}

.content .main_methods .box .fl .label:nth-child(3) {
    width: 41.07142857142857%;
}

.content .main_methods .box .fl .label:nth-child(4) {
    width: 57.93650793650794%;
}

.content .main_methods .box .fl .label img {
    display: block;
    width: 100%;
}

.content .main_methods .box .fl .label div {
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px 32px;
}

.content .main_methods .box .fl .label div p {
    font-size: 24px;
    color: #222222;
    margin-bottom: 6px;
}

.content .main_methods .box .fl .label div span {
    display: block;
    font-size: 14px;
    color: #898989;
}

.content .main_termites {
    background: #F5FBFF;
    padding: 60px 0 55px 0;
}

.content .main_termites .m {
    width: 1240px;
    margin: 0 auto;
}

.content .main_termites .m ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

.content .main_termites .m ul li {
    overflow: hidden;
    width: 47.35714285714286%;
    margin-top: 35px;
}

.content .main_termites .m ul li:hover .pic img {
    transform: scale(1.03);
}

.content .main_termites .m ul li .pic {
    overflow: hidden;
    width: 100%;
    margin-bottom: 15px;
}

.content .main_termites .m ul li .pic img {
    display: block;
    width: 100%;
    transition: all .5s;
}

.content .main_termites .m ul li span {
    display: block;
    font-size: 24px;
    color: #222222;
}

.content .tong_title {
    width: 100%;
}

.content .tong_title p {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.content .tong_title span {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #898989;
}

.content .main_about {
    width: 100%;
    padding: 60px 0;
}

.content .main_about .m {
    width: 1240px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.content .main_about .m .pic {
    overflow: hidden;
    max-width: 48%;
    width: 675px;
}

.content .main_about .m .pic img {
    display: block;
    width: 100%;
}

.content .main_about .m .grow {
    overflow: hidden;
    width: 523px;
    max-width: 48%;
}

.content .main_about .m .grow .head {
    overflow: hidden;
}

.content .main_about .m .grow .head p {
    font-size: 36px;
    color: #333333;
    margin-bottom: 10px;
}

.content .main_about .m .grow .head span {
    display: block;
    font-size: 20px;
    color: #898989;
}

.content .main_about .m .grow em {
    display: block;
    font-size: 16px;
    color: #333333;
    margin-top: 20px;
    line-height: 32px;
}

.content .main_about .m .grow .btn {
    overflow: hidden;
    width: 108px;
    height: 36px;
    background: #064a92;
    margin-top: 25px;
}

.content .main_about .m .grow .btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #fff;
}

.content .null {
    height: 70px;
}

.content .header {
    width: 100%;
    height: 70px;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    border-bottom: 1px solid #d9d9d9;
}

.content .header .logo {
    display: block;
    width: 120px;
}

.content .header .tel {
    overflow: hidden;
}

.content .header .tel div {
    display: flex;
    align-items: flex-end;
    margin-bottom: 3px;
}

.content .header .tel div img {
    display: block;
    margin-right: 4px;
}

.content .header .tel div span {
    display: block;
    font-size: 18px;
    color: #2e9dd9;
    font-weight: bolder;
}

.content .header ul {
    width: 75%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.content .header ul li {
    height: 100%;
    position: relative;
}

.content .header ul li:hover div {
    opacity: 1;
    visibility: initial;
    top: 100%;
}

.content .header ul li div {
    width: 150px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    transition: all .3s;
    padding: 20px 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
}

.content .header ul li div a {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .1s;
    font-size: 13px;
    line-height: 35px;
    color: #6c7480;
}

.content .header ul li div a:hover {
    color: #064a92;
}

.content .header ul li.on>a {
    background: #fff;
    color: #2e9dd9;
}

.content .header ul li>a {
    display: flex;
    align-items: center;
    height: 100%;
    transition: all .1s;
    padding: 0 15px;
    font-size: 16px;
    color: #6c7480;
}


/*内页开始*/

.nbanner {
    width: 100%;
    text-align: center;
    padding-top: 208px;
    padding-bottom: 208px;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    color: #fff;
    font-size: 32px;
}

.nbanner h3 {
    font-size: 48px;
}

.i_about {
    padding-top: 50px;
    padding-bottom: 45px;
    margin: 0 auto;
}

.i_title {
    position: relative;
    margin-bottom: 35px;
}

.i_title h3,
.i_title h1 {
    font-size: 32px;
    color: #333;
}

.i_title p {
    font-size: 16px;
    color: #898989;
}

.i_title a {
    position: absolute;
    top: 24px;
    right: 0px;
    font-weight: bold;
    background: url(../images/more.png) no-repeat right center;
    padding-right: 30px;
}

.about_honor ul {
    display: flex;
    flex-wrap: wrap;
}

.about_honor ul li {
    overflow: hidden;
    width: 15%;
    margin-right: 2%;
    padding-bottom: 1%;
    background: #f4f9fd;
}

.about_honor ul li:hover .pic img {
    transform: scale(1.03);
}

.about_honor ul li .pic {
    overflow: hidden;
    padding: 10px;
    height: 260px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.about_honor ul li .pic img {
    max-width: 100%;
    display: inline-block;
    border: none;
    transition: all .5s;
}

.about_honor ul li span {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #222222;
}

.about_honor ul li:nth-child(6n) {
    margin-right: 0;
}

.i_aboutc {
    margin: 0px auto 0px;
    font-size: 14px;
    color: #898989;
}

.i_aboutc p {
    line-height: 2;
}

.bgh {
    background: #f4f9fd;
}

.bgbai {
    background: #fff;
}

.i_liucheng {
    padding-top: 50px;
    padding-bottom: 45px;
    margin: 0 auto;
}

.i_liucheng .i_title {
    text-align: center;
}

.renzheng .img {
    width: 76.9%;
    margin: 0px auto;
    margin-top: 65px;
    overflow: hidden;
}

.renzheng .img img {
    width: 100%;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.renzheng .img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.honor {
    margin: 40px -15px 0;
}

.honor .swiper-container {
    padding: 15px 15px;
}

.honor .swiper-container img {
    display: block;
    width: 100%;
    transition: all 0.3s;
    box-shadow: 0px 1px 15px 0px rgba(102, 141, 180, 0.3);
}

.honor .swiper-container img:hover {
    transform: scale(1.06) translateY(-5px);
}

.nbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 50px;
    padding-bottom: 65px;
}

.right {
    width: 76%;
    background: #fff;
    padding-bottom: 40px;
}

.left {
    width: 21%;
}

.right .i_title {
    padding-left: 25px;
    margin-left: 2px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.right .i_title:before {
    content: '';
    display: block;
    width: 5px;
    height: 47px;
    background: #338ac7;
    position: absolute;
    left: 0;
    top: 0px;
}

.r_nav {
    color: #fff;
    background: #fff;
}

.r_nav a {
    color: #333;
}

.r_nav h2 {
    font-size: 25px;
    background: #064a92;
    text-align: center;
    color: #fff;
    padding: 10px 0;
}

.r_nav h2 span {
    display: block;
    font-size: 16px;
}

.r_nav .u1 {
    padding: 0 10px;
    background: #fff;
}

.r_nav ul li {
    width: 100%;
    height: 59px;
    line-height: 58px;
    border-bottom: 1px #ccc dotted;
    box-sizing: border-box;
    background: url(../images/jt.png) no-repeat right;
    background-position: calc(100% - 10px) center;
    transition: all 0.3s;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
}

.r_nav ul li:hover {
    color: #fff;
    background-position: 100% center;
}

.r_zxly {
    margin-top: 30px;
    background: #fff;
    text-align: center;
    color: #fff;
}

.r_zxly .title {
    width: 100%;
    font-size: 30px;
    height: 62px;
    line-height: 62px;
    background: #064a92;
}

.r_zxly .con {
    color: #999999;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
}

.r_zxly .con p {
    font-size: 16px;
    line-height: 4;
    color: #333;
}

.r_zxly .con p span {
    color: #064a92;
}

.r_zxly .con input {
    width: 100%;
    height: 48px;
    background: #fff;
    border: 1px solid #dcdcdc;
    margin-bottom: 20px;
    padding-left: 5%;
    box-sizing: border-box;
}

.r_zxly .con button {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #ffc000;
    color: #fff;
    border: none;
}

.position {
    padding-left: 36px;
    height: 62px;
    line-height: 62px;
    background: url(../images/position.png) no-repeat left center;
    background-size: 25px 20px;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #999999;
}

.position a {
    color: #666666;
}

.position span {
    color: #437ce2;
}

.main_news_list .m {
    width: 100%;
    margin: 0 auto;
}

.main_news_list .m li {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}

.main_news_list .m li a {
    display: flex;
    padding: 30px 0;
    justify-content: space-between;
    box-sizing: border-box;
}

.main_news_list .m li a .grow {
    overflow: hidden;
    width: calc(100% - 240px - 20px);
}

.main_news_list .m li a .grow p {
    font-size: 18px;
    color: #666;
}

.main_news_list .m li a .grow span {
    display: block;
    font-size: 16px;
    color: #9a9a9a;
}

.main_news_list .m li a .grow em {
    display: block;
    font-size: 14px;
    line-height: 1.6;
    color: #666;
}

.main_news_list .m li a .grow .btn {
    overflow: hidden;
    width: 108px;
    height: 38px;
    background: #338ac7;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    font-size: 14px;
    color: #fff;
}

.main_news_list .m li a .pic {
    width: 240px;
}

.main_news_list .m li a .pic img {
    display: block;
    width: 100%;
    max-height: 148px;
    object-fit: cover;
}

.right .ntitle {
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: center;
}

.right .ntitle h1 {
    font-size: 28px;
}

.right .ntitle p {
    line-height: 2;
}

.right .con {
    margin: 0px 30px;
    line-height: 2;
    font-size: 14px;
    color: #333;
}

.right .con strong {
    font-weight: bold;
}

.sbpage {
    padding: 30px 0px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 30px;
}

.sbpage p {
    width: 50%;
    font-size: 14px;
    line-height: 2;
}

.sbpage p a {
    color: #333;
}

.contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact .i_title p {
    font-size: 22px;
}

.contact .i_title:after {
    content: '';
    display: block;
    width: 70px;
    height: 2px;
    background: #338ac7;
    position: absolute;
    bottom: 0px;
    left: 0;
}

.contact_l {
    width: 41.7%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact_r {
    width: 47.5%;
    overflow: hidden
}

.contact_r img {
    width: 100%;
    display: block;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.contact_r:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.contact_r img,
.contact_l_l img,
.contact_r img {
    width: 100%;
}

.contact_l_l {
    width: 27%;
}

.contact_l_l img {
    width: 100%;
}

.contact_l_l p {
    text-align: center;
}

.contact_l_r {
    width: 70%;
}

.contact_l_r ul {
    margin-top: 15px;
}

.contact_l_r li {
    font-size: 18px;
    line-height: 2;
    padding-left: 30px;
}

.contact_l_r li:nth-child(1) {
    background: url(../images/c-tel.png) no-repeat left center;
}

.contact_l_r li:nth-child(2) {
    background: url(../images/c-email.png) no-repeat left center;
}

.contact_l_r li:nth-child(3) {
    background: url(../images/c-qq.png) no-repeat left center;
}

.contact .i_aboutc_r {
    width: 47.5%;
}

.zxly_c {
    padding: 50px 0 45px 0;
}

.zxly_c h3 {
    font-size: 40px;
    text-align: center;
    font-weight: normal;
}

.zxly_c ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px 0px;
}

.zxly_c ul li {
    width: 32.3%;
}

.zxly_c ul li:nth-child(4) {
    width: 100%;
    margin-top: 35px;
}

.zxly_c ul li textarea {
    width: 100%;
    line-height: 26px;
    height: 274px;
    padding: 10px;
    border: 1px solid #cfcfcf;
    box-sizing: border-box;
    color: #666;
    font-size: 16px;
    outline: none;
}

.zxly_c ul li input {
    width: 100%;
    line-height: 52px;
    height: 52px;
    padding: 0 10px;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    color: #666666;
    font-size: 16px;
    background: #fff;
}

.zxly_c .button {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.zxly_c button {
    width: 15%;
    height: 52px;
    line-height: 52px;
    background: #338ac7;
    border-radius: 25px;
    font-size: 16px;
    color: #fff;
    padding: 0;
    margin: 0 25px;
    display: block;
    border: none;
    outline: none;
}

.zxly_c button.reset {
    background: #dbdbdb;
    color: #666;
    border: none;
    outline: none;
}


/*内页结束*/


/*分页*/

.diypage {
    text-align: center;
    padding: 5px;
    padding: 40px 0;
}

.diypage ul.pagination {
    width: auto!important;
}

.diypage ul.pagination li {
    display: inline
}

.diypage ul.pagination li a {
    display: inline-block;
    background-color: #fff;
    border: 0 none;
    border-radius: 3px;
    font-size: 14px;
    margin-left: 5px;
    text-decoration: none;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    border: 1px solid #e3e3e3;
    padding: 0 8px;
    color: #338ac7;
}

.diypage ul.pagination li a:hover {
    background-color: #338ac7;
    color: #FFF;
}

.diypage ul.pagination li a:active {
    background-color: #338ac7;
    color: #FFF;
}

.diypage ul.pagination li.active a {
    background-color: #338ac7;
    border: 0 none;
    border-radius: 3px;
    color: white;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    border: 1px solid #338ac7;
}

.diypage ul.pagination li.disabled a {
    border: #eee 1px solid;
    margin: 2px;
    color: #ddd;
}


/*分页*/

@media (max-width: 1700px) {
    .content .header ul li>a {
        padding: 0 20px;
    }
    .content .header .logo {
        width: 160px;
    }
    .content .header {
        padding: 0 30px;
    }
    .content footer .top {
        padding: 40px 30px;
    }
    .content footer .top .info img {
        width: 230px;
    }
}

@media (max-width: 1500px) {
    .m {
        width: 90% !important;
    }
    .content .tong_title1 .fl p {
        font-size: 30px;
    }
    .content .tong_title1 .fl span {
        font-size: 16px;
    }
    .content .tong_title p {
        font-size: 30px;
    }
    .content .tong_title span {
        font-size: 16px;
    }
    .content .main_termites .m ul li span {
        font-size: 20px;
    }
}

@media (max-width: 1000px) {
    .m {
        width: 100% !important;
    }
    .content .header {
        height: 1rem;
        padding: 0 .3rem;
        box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
    }
    .content .banner .swiper-pagination {
        bottom: .1rem;
    }
    .content .banner .swiper-pagination-bullet {
        width: .1rem;
        height: .1rem;
        margin: 0 .1rem;
    }
    .content .banner .swiper-pagination-bullet-active {
        width: .2rem;
        height: .1rem;
        box-sizing: border-box;
        border: 1px solid #fff;
    }
    .content .header ul {
        display: none;
    }
    .content .header .tel {
        display: none;
    }
    .content .null {
        height: 1rem;
    }
    .content .header .logo {
        width: 1.6rem;
    }
    .content .main_about {
        padding: .6rem .3rem;
    }
    .content .main_about .m {
        display: block;
        width: 100%;
    }
    .content .main_about .m .grow {
        width: 100%;
        max-width: 100%;
    }
    .content .main_about .m .grow em {
        font-size: .26rem;
        line-height: 1.7;
        margin-top: .5rem;
    }
    .content .main_about .m .grow .btn {
        margin: 0 auto;
        width: 2.8rem;
        height: .8rem;
        margin-top: .5rem;
    }
    .content .main_about .m .grow .btn a {
        font-size: .26rem;
    }
    .content .main_about .m .pic {
        width: 100%;
        max-width: 100%;
        margin-top: .6rem;
    }
    .content .main_termites {
        padding: .6rem .3rem;
    }
    .content .tong_title p {
        font-size: .33rem;
        font-size: .33rem;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
        margin-bottom: .1rem;
    }
    .content .tong_title span {
        font-size: .24rem;
        text-transform: uppercase;
        text-align: center;
    }
    .content .main_termites .m ul li span {
        font-size: .26rem;
    }
    .content .main_termites .m ul li .pic {
        margin-bottom: .15rem;
    }
    .content .main_termites .m ul {
        margin-top: .3rem;
    }
    .content .main_termites .m ul li {
        margin-top: .3rem;
    }
    .content .main_about .m .grow .head p {
        font-size: .33rem;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
        margin-bottom: .1rem;
    }
    .content .main_about .m .grow .head span {
        font-size: .24rem;
        text-align: center;
    }
    .content .main_info {
        padding: .6rem .3rem;
    }
    .content .tong_title1 {
        display: block;
        width: 100%;
    }
    .content .tong_title1 .fl {
        width: 100%;
        float: none;
    }
    .content .tong_title1 .fl p {
        font-size: .33rem;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
        margin-bottom: .1rem;
    }
    .content .tong_title1 .fl span {
        display: block;
        font-size: .24rem;
        text-align: center;
    }
    .content .tong_title1 a {
        display: flex;
        justify-content: center;
        margin-top: .3rem;
        font-size: .24rem;
    }
    .content .main_info .m .box {
        margin-top: .6rem;
        padding: 0 .6rem;
    }
    .content .main_info .m .box .mySwiper1 .swiper-slide {
        width: 48%;
    }
    .content .main_info .m .box .label p {
        font-size: .24rem;
    }
    .content .main_info .m .box .btn {
        width: .5rem;
    }
    .content .main_info .m .box .btn.prev {
        left: 0rem;
    }
    .content .main_info .m .box .btn.next {
        right: 0rem;
    }
    .content .main_methods {
        padding: .6rem .3rem;
    }
    .content .main_methods .box {
        margin-top: .6rem;
        display: block;
    }
    .content .main_methods .box .fl {
        width: 100%;
        float: none;
    }
    .content .main_methods .box .fl .label div {
        padding: .15rem;
    }
    .content .main_methods .box .fl .label div p {
        font-size: .26rem;
        font-weight: bold;
    }
    .content .main_methods .box .fl .label div span {
        font-size: .22rem;
        color: #333;
    }
    .content .main_methods .box .iright {
        width: 100%;
        height: 5rem;
    }
    .content .main_methods .box .iright img {
        height: 100%;
        object-fit: cover;
    }
    .content .main_methods .box .iright div {
        padding: .25rem;
    }
    .content .main_methods .box .iright div p {
        font-size: .33rem;
        font-weight: bold;
    }
    .content .main_methods .box .iright div span {
        font-size: .26rem;
        color: #333;
    }
    .content .main_vegetation {
        padding: .6rem .3rem;
    }
    .content .main_vegetation ul li span {
        font-size: .26rem;
    }
    .content .main_vegetation ul li {
        margin-top: .3rem;
    }
    .content .main_news {
        padding: .6rem .3rem;
    }
    .content .main_news .m ul li {
        width: 48%;
    }
    .content .main_news .m ul li a .pic {
        width: 100%;
    }
    .content .main_news .m ul li a .grow {
        width: 100%;
        padding: 0;
    }
    .content .main_news .m ul li a .grow div p {
        font-size: .26rem;
    }
    .content .main_news .m ul li a .grow div span {
        font-size: .22rem;
    }
    .content .main_news .m ul li a .grow em {
        font-size: .26rem;
        line-height: 1.66;
    }
    .content .main_form {
        height: auto;
        padding: .6rem .3rem;
    }
    .content .main_form .m {
        display: block;
        width: 100%;
    }
    .content .main_form .m .font p {
        font-size: .33rem;
        font-weight: bold;
        text-align: center;
        letter-spacing: 0;
        margin-bottom: .16rem;
    }
    .content .main_form .m .font span {
        font-size: .24rem;
        text-align: center;
    }
    .content .main_form .m .form input[type='text'] {
        width: 48%;
        height: .8rem;
        font-size: .25rem;
        margin: 0;
    }
    .content .main_news .m ul li a {
        display: block;
    }
    .content .main_vegetation ul li .pic {
        margin-bottom: .2rem;
    }
    .content .main_form .m .form {
        width: 100%;
        margin-top: .6rem;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .content .main_form .m .form input[type='button'] {
        height: .8rem;
        font-size: .25rem;
        margin: 0;
        margin-top: .3rem;
        width: 100%;
    }
    .content footer .top .link {
        display: none;
    }
    .content footer .top {
        padding: .4rem;
    }
    .content footer .top .info {
        padding: 0;
        width: 100%;
    }
    .content footer .top .info img {
        width: 3rem;
        margin: 0 auto;
        margin-bottom: .3rem;
    }
    .content footer .top .info p {
        font-size: .26rem;
        text-align: center;
        margin-bottom: .3rem;
    }
    .content footer .top .info span {
        font-size: .35rem;
        text-align: center;
    }
    .content footer .bot {
        box-sizing: border-box;
        padding: .3rem;
        font-size: .22rem;
    }
    .content .tong_title1 a {
        display: none;
    }
    .content .main_news .m ul {
        margin-top: 0;
    }
    .content .tong_title p {
        letter-spacing: 0;
    }
    .mobile_fade {
        overflow: hidden;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        left: 0;
        top: 0;
        display: none;
        z-index: 999;
    }
    .mobile_fade .box {
        width: 100%;
        height: calc(100vh - 1rem);
        position: absolute;
        left: 0;
        top: -100vh;
        background: #fff;
    }
    .mobile_fade .box ul {
        overflow: auto;
        height: 100%;
        padding: 0 .3rem;
    }
    .mobile_fade .box ul li {
        overflow: hidden;
        border-bottom: 1px solid #f1f1f1;
        width: 100%;
    }
    .mobile_fade .box ul li span {
        height: 1rem;
        display: flex;
        font-size: .28rem;
        color: #000;
        align-items: center;
        justify-content: space-between;
    }
    .mobile_fade .box ul li span.on img {
        transform: rotate(90deg);
    }
    .mobile_fade .box ul li span a {
        font-size: .28rem;
        color: #000;
        height: 100%;
        display: flex;
        align-items: center;
        width: 70%;
    }
    .mobile_fade .box ul li span img {
        width: .65rem;
        transition: all .2s;
    }
    .mobile_fade .box ul li div {
        overflow: hidden;
        width: 100%;
        display: none;
    }
    .mobile_fade .box ul li div a {
        display: flex;
        align-items: center;
        font-size: .26rem;
        color: #333;
        height: .8rem;
    }
    .menu {
        display: block;
        width: .5rem;
    }
    /*内页开始*/
    body {
        font-size: 14px;
    }
    .w14 {
        max-width: 94%;
    }
    h1,
    h3 {
        font-size: 22px !important;
    }
    .banner .txt h5 {
        font-size: 14px;
    }
    .nbanner {
        padding-top: 70px;
        padding-bottom: 70px;
        font-size: 16px;
    }
    .i_about {
        margin: 0px auto 0px;
        padding-top: 20px;
        padding-bottom: 0;
    }
    .i_title {
        margin-bottom: 15px;
    }
    .i_liucheng {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .renzheng .img {
        margin-top: 30px;
    }
    .honor {
        margin: 0px -17px 0;
    }
    .right {
        width: 100%;
        padding-bottom: 40px;
    }
    .left {
        display: none;
    }
    .nbox {
        padding-top: 12px;
        padding-bottom: 20px;
    }
    .position {
        height: 50px;
        line-height: 50px;
    }
    .position a {
        font-size: 12px;
    }
    .right .i_title:before {
        height: 30px;
    }
    .right .i_title {
        margin-top: 15px;
    }
    .right .con {
        margin: 0 10px;
    }
    .right .con p img {
        width: 100%;
        height: auto;
    }
    .main_news_list .m li {
        border-bottom: 1px solid #ccc;
    }
    .main_news_list .m li a {
        display: block;
        padding: 0 .1rem;
    }
    .main_news_list .m li a .pic {
        width: 100%;
    }
    .main_news_list .m li a .grow {
        width: 100%;
        padding: .3rem 0;
    }
    .main_news_list .m li a .grow p {
        font-size: 16px;
    }
    .main_news_list .m li a .grow span {
        font-size: 14px;
    }
    .right .ntitle h1 {
        font-size: 16px !important;
    }
    .contact .i_title p {
        padding-bottom: 15px;
    }
    .contact_l,
    .contact_r {
        width: 100%;
    }
    .contact_l {
        margin-bottom: 15px;
    }
    .contact .i_title p,
    .contact_l_r li {
        font-size: 14px;
    }
    .contact_l_r ul {
        margin-top: 10px;
    }
    .contact_l_l {
        width: 26%;
    }
    .contact_l_r {
        width: 72%;
    }
    .zxly_c ul {
        margin: 20px 0px;
    }
    .zxly_c ul li {
        width: 100%;
        margin-bottom: 10px;
    }
    .zxly_c ul li textarea {
        height: 100px;
    }
    .zxly_c ul li:nth-child(4) {
        margin-top: 0px;
    }
    .zxly_c button {
        width: 40%;
        margin: 0px 10px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .zxly_c ul li input,
    .zxly_c ul li textarea {
        font-size: 14px;
    }
    .about_honor ul li {
        overflow: hidden;
        width: 48%;
        margin-bottom: 2%;
    }
    .about_honor ul li .pic {
        height: 230px;
    }
    /*内页结束*/
}