* {
    margin: 0;
    padding: 0;
}


li {
    list-style: none;
}

input,
button,
textarea,
video {
    outline: 0;
    border: 0;
    background: none;
    resize: none;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: '' !important;
}

.swiper-button-next,
.swiper-button-prev {
    outline: none;
}

.swiper-button-lock,
.swiper-pagination-lock {
    display: block !important;
}

.swiper-pagination-bullet {
    outline: none;
}

@font-face {
    font-family: syr;
    src: url(../font/syr.otf);
}

@font-face {
    font-family: syh;
    src: url(../font/syh.otf);
}

body {
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto !important;
    font-size: 20px;
    font-family: syr !important;
}

.box {
    width: 1200px;
    margin: auto;
}

/* header */
header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    background: #fff;
    box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.14);
}

.h_top {
    border-bottom: 1px solid #efefef;
    font-size: 18px;
    color: #666666;
}

.h_top .box {
    height: 90px;
}

.h_top .txt {
    font-size: 22px;
    color: #333333;
    margin-left: 20px;
}

.h_top .right p:nth-child(2) {
    font-size: 20px;
    color: #03a16f;
    font-weight: bold;
    margin-top: -3px;
}

header .nav {
    height: 58px;
    font-size: 20px;
    border-bottom: 1px solid rgb(255, 255, 255, .45);
}

header .nav a {
    color: #333;
}

header .nav .active,
header .nav a:hover {
    position: relative;
    font-weight: bold;
}

header .nav .active::after,
header .nav a:hover::after {
    content: '';
    width: 50px;
    height: 4px;
    background: #03a16f;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -20px;
}

/* header end */
.xuan {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 69px;
    height: 270px;
    z-index: 99;
    font-size: 16px;
}

.xuan li {
    width: 62px;
    height: 62px;
    background: #03a16f;
    cursor: pointer;
    border-radius: 50%;
    opacity: 0.6;
}

.xuan li img {
    display: block;
}

.xuan .active {
    opacity: 1;
}

.xuan li:hover .kuang {
    display: flex;
}

.xuan li .kuang {
    display: none;
    background-color: rgb(255, 255, 255);
    box-shadow: 1.5px 2.598px 11.18px 1.82px rgb(28 28 28 / 13%);
    width: 164px;
    height: 164px;
    right: 90px;
    border-radius: 15px;
    font-size: 20px;
}

.xuan li:nth-child(3) .kuang {
    width: 176px;
    height: 176px;
}

.xuan li:nth-child(2) .kuang {
    width: 215px;
    height: 71px;
}


.xuan .kuang .jiao {
    top: 0;
    bottom: 0;
    margin: auto;
    right: -20px;
    width: 0;
    height: 0;
    border-width: 10px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    filter: drop-shadow(1.5px 2.598px 11.18px rgb(28 28 28 / 13%));
}


/* footer */
footer {
    background: url(../images/footer.jpg) no-repeat top;
    color: #fff;
    font-size: 18px;
    padding: 35px 0 0;
}

footer a,
footer a:hover {
    color: #fff;
}

.ft_top ul {
    width: 844px;
    font-size: 19px;
}

.ft_top {
    border-bottom: 1px solid rgb(255, 255, 255, .33);
    padding-bottom: 29px;
}

.ft_btm {
    padding: 78px 0 0;
}

.ftb_left>div {
    margin-left: 19px;
}

.ftb_left p:nth-child(2) {
    font-size: 26px;
    margin-top: 5px;
    font-weight: 700;
}

.ftb_right {
    width: 844px;
    font-size: 18px;
}

.ftb_right .aaa {
    margin-top: 24px;
}

.ftb_right .imgs {
    width: 264px;
}

.ftb_right .imgs p {
    font-size: 18px;
    line-height: 25px;
    margin-top: 5px;
}

.ftb_right .imgs img {
    width: 120px;
    height: 120px;
}

.f_bottom {
    line-height: 60px;
    background: #008d60;
    color: #fff;
    font-size: 16px;
    margin-top: 64px;
}

.f_bottom a,
.f_bottom a:hover {
    color: #fff;
}

/* footer end */

/* 列表分页 */
.pagination {
    width: 100%;
    text-align: center;
    font-size: 22px;
    margin-top: 20px;
}

.pagination li {
    width: 42px;
    text-align: center;
    line-height: 42px;
    display: inline-block;
    margin: 0 6px;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
}

.pagination li a {
    color: #7d7d7d;
    display: block;
}

.pagination li.active,
.pagination li a:hover {
    color: #fff !important;
    background: #007550;
}

.sxy {
    padding-top: 30px;
    border-top: 1px solid #cccccc;
    font-size: 18px;
    color: #111111;
    margin-top: 70px;
}

.sxy>div {
    max-width: 45%;
}


/* 列表分页 end */


/* index */

.swiper0 .swiper-pagination {
    bottom: 29px !important;
}

.swiper0 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 1 !important;
    margin: 0 8px !important;
    z-index: 99999;
}

.swiper0 .swiper-pagination-bullet-active {
    position: relative;
    background: #fff;
}

.swiper0 .swiper-pagination-bullet-active::after {
    content: '';
    width: 18px;
    height: 18px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    left: -4px;
    top: -4px;
}

.title .aa {
    font-size: 49px;
    font-family: syh;
    color: #e7e7e7;
    text-transform: uppercase;
}

.title .bb {
    font-size: 36px;
    color: #333333;
    margin: -45px 0 5px;
}

.title .cc {
    font-size: 24px;
    color: #666666;
}

.index1 {
    background: url(../images/index1.jpg) no-repeat center;
    padding: 60px 0 50px;
}

.index1 .txt {
    font-size: 18px;
    line-height: 36px;
    color: #222222;
    margin: 32px 0 30px;
}

.index1 .txt span {
    color: #03a16f;
}

.index2 {
    padding: 51px 0 80px;
}

.index2 li {
    width: 158px;
    overflow: hidden;
    transition: .3s;
}

.index2 .p_a {
    width: calc(100% - 37px);
    height: 407px;
    bottom: 0;
    left: 0;
    padding: 0 0 30px 37px;
    color: #fff;
    border-bottom: 4px solid transparent;
}

.index2 .tit {
    font-size: 20px;
}

.index2 .con {
    opacity: 0;
    width: 644px;
    height: 58px;
    font-size: 18px;
    line-height: 29px;
    margin-top: 18px;
}

.index2 .active {
    width: 695px;
}

.index2 .active .p_a {
    background: url(../images/index2.png) no-repeat bottom;
    border-color: #03a16f;
}

.index2 .active .con {
    opacity: 1;
}

.index3 {
    background: url(../images/index3.jpg) no-repeat center;
    padding: 80px 0;
}

.title1 .aa {
    color: rgb(231, 231, 231, .42);
}

.title1 .bb,
.title1 .cc {
    color: #fff;
}

.index3 .box {
    margin-top: 40px;
}

.index3 li {
    border: 2px solid #fff;
    background: #fff;
    font-size: 20px;
    color: #222222;
}

.index3 li>div {
    height: 136px;
    margin-top: 2px;
}

.index3 .cir {
    margin: 5px 0;
}

.index3 .cir span {
    width: 4px;
    height: 4px;
    background: #03a16f;
    border-radius: 50%;
}

.index3 .cir span:nth-child(2) {
    margin: 0 5px;
}

.index3 .con {
    font-size: 18px;
    line-height: 26px;
}

.index4 {
    padding: 80px 0;
}

.index4 .box {
    margin-top: 50px;
}

.index4 li>div {
    height: 137px;
    background: #f8f8f8;
    font-size: 18px;
    line-height: 26px;
    color: #222222;
}

.index4 .p_a {
    top: -24px;
    left: 0;
    right: 0;
    margin: auto;
}

.index4 .imga {
    display: none;
}

.index4 .tit {
    font-size: 20px;
    margin-bottom: 8px;
}

.index4 .active>div {
    background: #03a16f;
    color: #fff;
}

.index4 .active .img {
    display: none;
}

.index4 .active .imga {
    display: block;
}

.index5 {
    background: url(../images/index5.png) no-repeat top;
    height: 778px;
    padding-top: 58px;
}

.index5 .box>div {
    background: rgb(2, 161, 111, .2);
    width: 927px;
    height: 451px;
    border-radius: 128px;
    margin-top: 39px;
    padding: 22px 70px 51px 81px;
}

.index5 .tit {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin: 6px 0 14px;
}

.index5 .con {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
}

.index5 .line {
    width: 2px;
    height: 172px;
    background: #fff;
    border-radius: 50%;
}

.index5 .txt {
    font-size: 18px;
    line-height: 32px;
    color: #222222;
    margin-top: 48px;
}

.index6 {
    background: url(../images/index6.jpg) no-repeat center;
    padding: 68px 0;
}

.index6 .box {
    margin-top: 50px;
}

.index6 .txt {
    width: 609px;
    height: 209px;
    background: url(../images/index6_0.jpg) no-repeat center;
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 50px 137px 0 52px;
}

.index6 .tt {
    font-size: 20px;
    font-weight: bold;
}

.index6 .tt span {
    width: 26px;
    height: 4px;
    background: #ffffff;
    margin-right: 13px;
}

.index6 .cn {
    font-size: 18px;
    line-height: 26px;
    margin: 19px 0 0 40px;
}

.index6 .swiper-button {
    background: url(../images/left.jpg) no-repeat center;
    width: 70px;
    height: 70px;
    opacity: 1 !important;
    top: auto;
    bottom: 0;
}

.index6 .swiper-button-prev {
    left: 539px;
}

.index6 .swiper-button-next {
    right: 521px;
    background-image: url(../images/right.jpg);
}

.index7 {
    padding: 80px 0;
}

.index7 .box {
    margin-top: 50px;
}

.index7 .box img:nth-child(n+3) {
    margin-top: 20px;
}

.index8 {
    background: url(../images/index8.jpg) no-repeat center;
    padding: 60px 0 80px;
}

.index8 .box {
    margin-top: 40px;
}

.index8 .img {
    border: 2px solid #fff;
    padding: 10px;
}

.index8 .img>div {
    width: 365px;
    height: 262px;
    overflow: hidden;
}

.index8 .tit {
    width: 271px;
    height: 44px;
    background: #fff;
    border-radius: 22px;
    font-size: 18px;
    color: #03a16f;
    margin: 30px auto 0;
}

.index9 {
    padding: 80px 0;
}
.index9 ul{
    margin-top: 49px;
}

.index9 li:nth-child(2){
    width: 428px;
}
.index9 li:nth-child(n+3){
    margin-top: 20px;
    width: 590px;
}
.index9 .img{
    height: 372px;
    background: #333;
    overflow: hidden;
}
.index9 .img video{
    height: 100%;
}
.index9 .txt{
    height: 114px;
    padding: 30px;
    background: #f8f8f8;
    color: #222222;
    font-size: 18px;
}

.index9 .aa{
    margin-top: 14px;
}
.index9 .aa img:nth-child(2){
    display: none;
}
.index9 li .line{
    width: 692px;
    height: 3px;
    background: #aaaaaa;
    margin-top: 29px;
}
.index9 li:nth-child(1) .aa{
    display: none;
}
.index9 li:nth-child(n+2) .line{
    display: none;
}
.index9 li:nth-child(n+2):hover .aa img:nth-child(2){
    display: block;
}
.index9 li:nth-child(n+2):hover .aa img:nth-child(1){
    display: none;
}
.index9 li:nth-child(n+2):hover .txt{
    background: #03a16f;
    color: #fff;
}
.index10 {
    background: url(../images/index10.jpg) no-repeat center;
    padding: 80px 0;
}

.index10 .box {
    margin-top: 49px;
}

.index10 .swiper-slide {
    width: 256px;
    height: 155px;
    border: 2px solid #a7a7a7;
    overflow: hidden;
}

.index11 {
    background: url(../images/index11.jpg) no-repeat center;
    padding: 86px 0 76px;
    border-bottom: 1px solid #eeeeee;
}

.index11 p {
    font-size: 18px;
    color: #fff;
}

.index11 input {
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    width: 200px;
    height: 47px;
    font-size: 16px;
    color: #999999;
    text-indent: 13px;
    margin-top: 13px;
}

.index11 button {
    border-radius: 4px;
    background-color: rgb(2, 131, 164);
    width: 200px;
    height: 80px;
    font-size: 18px;
    color: #fff;
}

/* index end */
.bg {
    padding: 80px 0 0;
}

.top .box {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 17px;
    font-family: PingFang SC;
}

.top .left {
    border-left: 3px solid #03a16f;
    padding-left: 11px;
    font-size: 24px;
    color: #222222;
}

.top .right,
.top .right a {
    font-size: 16px;
    color: #222222;
}

/* aboutus */
.about1{
    background: url(../images/about.jpg) no-repeat center;
    padding: 80px 0 72px;
}
.about1 .box1{
    margin-top: 50px;
}
.about1 .img{
    width: 631px;
    height: 400px;
    overflow: hidden;
}
.about1 .txt{
    background: url(../images/about1_01.jpg) no-repeat center;
    padding: 72px 32px 69px 238px;
    margin-left: -194px;
}
.about1 .tt{
    font-size: 20px;
}
.about1 .tt img{
    margin-right: 16px;
}
.about1 .line{
    width: 462px;
    height: 1px;
    background: #e5e5e5;
    margin: 15px 0 52px;
}
.about1 .line::after{
    content: '';
    width: 22px;
    height: 2px;
    background: #03a16f;
    position: absolute;
    left: 0;bottom: 0;
}
.about1 .cn{
    width: 491px;
    font-size: 18px;
    line-height: 40px;
    color: #222222;
}
.about1 .cn .aa{
    color: #03a16f;
}




.form {
    border: 1px solid #c6c6c6;
    padding: 9px;
    margin: 80px auto 90px;
}

.form form {
    border: 1px solid #c6c6c6;
    padding: 41px 50px 39px;
}

.form p {
    font-size: 18px;
    color: #222222;
    margin-bottom: 41px;
}

.form input {
    width: 493px;
    height: 60px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    text-indent: 20px;
    margin-top: 4px;
    font-size: 16px;
    color: #999999;
}
.form button{
    width: 200px;
    height: 60px;
    background: #03a16f;
    border-radius: 6px;
    font-size: 18px;
    color: #fff;
    margin: auto;
}
/* aboutus end */

/* 产品中心 */
.prolist .top{
    margin-bottom: 50px;
}
.prolist .list{
    width: 566px;
    height: 588px;
    border: 1px solid #e8e8e8;
    padding: 10px;
    margin-bottom: 50px;
}
.prolist .img{
    height: 459px;
    border: 1px solid #e8e8e8;
    overflow: hidden;
}
.prolist .img img{
    max-width: 68%;
}
.prolist .tt{
    height: 105px;
    font-size: 22px;
    color: #222222;
    border: 1px solid #e8e8e8;
    transition: .3s;
    border-top: 0;
}
.prolist .tt::before{
    content: '';
    width: 4px;
    height: 46px;
    background: #007550;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.prolist .list:hover .tt{
    background: #007550;
    color: #fff;
}
.prolist .list:hover .tt::before{
    background: #fff;
}
/* 产品中心 end */

/* 服务中心 */
.service{
    overflow: hidden;
}
.service .swiper{
    margin-top: 50px;
}
.service .swiper-slide{
    height: 506px;
    overflow: hidden;
}
.service .swiper-button{
    background: url(../images/left.png) no-repeat center;
}
.service .swiper-button-prev{
    left: -47px;
}
.service .swiper-button-next{
    right: -47px;
    transform: rotateY(180deg);
}
.service .swiper-3d .swiper-slide-shadow-left,.service .swiper-3d .swiper-slide-shadow-right{
    background-image: none;
}
/* 服务中心 end */

/* 农技学堂 */
.technology  .top{
    margin-bottom: 50px;
}
.technology  .list{
    margin-bottom: 20px;
}
.technology .img{
    width: 590px;
    height: 486px;
    overflow: hidden;
    background: #000;
}
.technology .tit{
    font-size: 18px;
    color: #222222;
}
.technology  .list>div{
    padding: 30px 24px;
    background: #f8f8f8;
}
.technology .line{
    width: 543px;
    height: 3px;
    background: #aaaaaa;
    margin-top: 28px;
}
/* 农技学堂  end */
.arc {
    padding: 80px 0;
}

.arc h3 {
    font-size: 32px;
    margin: 50px 0;
}

.arc .content {
    font-size: 18px;
    line-height: 2;
}

.arc img {
    display: inline-block;
    max-width: 100%;
}

/* contactUs */
.contactus .box1 {
    height: 696px;
    margin-top: 50px;
}

.contactus .text {
    font-size: 20px;
    color: #666666;
    padding: 58px 48px 0 40px;
    border: 1px solid #bfbfbf;
    border-right: none;
}

.contactus .text>div:nth-child(-n+3) {
    border-bottom: 2px solid #d4d4d4;
    padding-bottom: 25px;
    margin-bottom: 58px;
}

.contactus .text>div>div {
    margin-left: 21px;
}

.contactus .text .img{
    background: #bfbfbf;
    border-radius: 50%;
}

.contactus .text>div:hover .img{
    background: #03a16f;
}


.contactus .con {
    width: 259px;
    height: 56px;
    color: #333333;
    line-height: 28px;
    margin-top: 5px;
}

.contactus>.p_r .map {
    position: absolute;
    right: 0;
    width: 60%;
    height: 695px;
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;

}

/* contactUs end */