@charset "utf-8";

@import url(public.css);

/* header */
.header{width: 100%; position: relative;}
.header .header_content{width: 100%; position: relative; height: 105px; background-color: #fff; border-top: 5px solid #2fbf68;}
.header .wrap{width: 100%; height: 100%; display: flex; justify-content: space-between; align-items: center;}
.header .logo{overflow: hidden; display: flex; height: 100%; align-items: center;}
.header .logo img{max-width: 100%; max-height: 100%;}
/* menu */
.header .header_menu{position:absolute; top: 0; bottom: 0; right: 15px; margin: auto; z-index: 6; padding: 0; height: 20px; display:block; cursor:pointer;}
.header .header_menu .icon-bar{background:#333; width:30px; height: 3px; display: block;}
.header .header_menu .icon-bar:nth-child(2){margin: 5px 0;}
.header .header_menu .icon-bar:nth-child(3){width: 22px;}
.header .header_menu.on .icon-bar:nth-child(1){margin-top: 8px; transform:rotateZ(45deg);}
.header .header_menu.on .icon-bar:nth-child(2){opacity:0;}
.header .header_menu.on .icon-bar:nth-child(3){width: 30px; top:50%; position:absolute; transform:translate(0,-50%) rotateZ(135deg);}
/* nav */
.header .header_nav{position: relative; width: 60%; }
.header .header_nav .nav{max-width: 1200px; margin: 0 auto;}
.header .header_nav .nav_list{width: 100%;}
.header .header_nav .nav_list>li{width: calc(100% / 9); float: left; position: relative; text-align: center;}
.header .header_nav .nav_list>li::before{content: ""; position: absolute; top: 0; bottom: 0; right: 0; margin: auto; width: 1px; height: 15px; background-color: #aaaaaa;}
.header .header_nav .nav_list>li:last-child::before{display: none;}
.header .header_nav .nav_list>li>a{line-height: 100px; font-size: 16px; color: #333; display: block;}
.header .header_nav .nav_list>li:hover>a{color: #2fbf68;}
.header .header_nav .nav_list>li.on>a{color: #2fbf68;}
.header .header_nav .nav_list>li>i{display: none;}
.header .header_nav .drop_down{display: none; position: absolute; top: 100%; left: 50%; min-width: 100%; transform: translateX(-50%); z-index: 4; background-color: #fff;}
.header .header_nav .drop_down li{text-align: center; }
.header .header_nav .drop_down li a{line-height:40px; font-size: 15px; color:#333; display: block; padding: 0 5px; white-space: nowrap;}
.header .header_nav .drop_down li a:hover{color: #2fbf68;}
.header .header_tel{float: left;}
.header .header_tel .tel{font-size: 16px; color: #2fbf68; font-weight: bold; padding-left: 35px; line-height: 40px; background: url(../images/header_icon1.png) no-repeat left center;}
.header.small{position: fixed; left: 0; top: 0; z-index: 6; animation: nav_small 0.5s; box-shadow: 0 0 20px #ccc;}
@keyframes nav_small {
    from {top: -50px;}
    to {top: 0;}
}
@-webkit-keyframes nav_small {
    from {top: -50px;}
    to {top: 0;}
}
/* banner */
.banner{position: relative; font-size: 0;}
.banner img{width: 100%; height: auto;}
.banner .swiper-pagination-bullet{opacity: 1; background-color: #fff;}
.banner .swiper-pagination-bullet-active{background-color: #2fbf68; opacity: 1;}
/*  */
.header_search{background-color: #2fbf68; padding: 10px 0;}
.header_search .left{flex: 1; display: flex;}
.header_search .title{width: 100px; float: left; line-height: 30px; font-size: 16px; color: #fff}
.header_search .box{display: flex; justify-content: space-between; align-items: center; flex-direction: row-reverse}
.header_search .list{width: calc(100% - 100px); float: left;}
.header_search .list li{float: left; margin-right: 10px;}
.header_search .list li a{display: block; font-size: 14px; color: #fff; line-height: 30px;}
.header_search .form{width: 380px; height: 70px; background-color: #2fbf68; overflow: hidden; border-left: 1px solid #fff;}
.header_search .form input[type=text]{width: calc(100% - 80px); height: 100%; background-color: #2fbf68; float: left; padding: 0 15px; font-size: 16px; color: #fff;}
.header_search .form input::-webkit-input-placeholder {color: #fff;}
.header_search .form input:-ms-input-placeholder {color: #fff;}
.header_search .form input:-moz-placeholder {color: #fff;}
.header_search .form input::-moz-placeholder {color: #fff;}
.header_search .form .btn{width: 80px; height: 100%; background-color: #fff;}
.header_search .form .btn span{padding-right: 25px; background: url(../images/search_icon.png) no-repeat right center;}
/*  */
.spacing_index{padding: 90px 0;}
.title_index{text-align: center; overflow: hidden; padding-top: 40px; margin-bottom: 50px; background-image: url(../images/title_index_icon.png); background-repeat: no-repeat; background-position: center top;}
.title_index .title1{font-size: 42px; color: #333; font-weight: bold;}
.title_index .title2{font-size: 13px; color: #666666;}
.more{text-align: center; margin-top: 30px; position: relative;}
.more a{display: inline-block; width: 155px; height: 35px; line-height: 35px; background-color: #fff; text-align: center; font-size: 14px; color: #fff; position: relative; z-index: 2; background-color: #ff8365;}
.more a:hover{transform: scale(1.05);}
.more::before{content: ""; position: absolute; bottom: -15px; left: 0; right: 0; margin: auto; width: 300px; height: 40px; background-image: url(../images/more_icon1.png); background-repeat: no-repeat; background-size: 100% 100%;}
/*  */
.about{width: 100%; overflow: hidden; background: url(../images/about_bg.jpg) no-repeat center center; background-size: cover;}
.about .wrap{display: flex; align-items: center;}
.about .imgbox{width: 42%; float: left;}
.about .imgbox img{width: 100%; height: auto;}
.about .content{width: 58%; background-color: #fff; padding: 35px 0 35px 40px; position: relative;}
.about .content::before{content: ""; position: absolute; left: 100%; top: 0; width: 1000px; height: 100%; background-color: #fff;}
.about .title_about{margin-bottom: 15px; border-bottom: 1px solid #ccc; display: inline-block; padding-bottom: 5px; position: relative; font-size: 22px; color: #333; font-weight: bold;}
.about .title_about span{font-size: 16px; color: #666; font-weight: normal; margin-left: 5px;}
.about .title_about::before{content: ""; position: absolute; bottom: 0; left: 0; width: 85px; height: 2px; background-color: #ff8365;}
.about .text{font-size: 16px; color: #666; line-height: 30px; height: 90px; overflow: hidden; margin-bottom: 20px;}
.about .swiper_box{position: relative; padding-right: 40px;}
.about .picbox{position: relative; overflow: hidden; width: 100%;}
.about .picbox::before{content: ""; display: block; padding-top: 70%;}
.about .about_btns{position: absolute; right: 0; top: 50%; transform: translateY(-50%); z-index: 3;}
.about .about_prev, .about .about_next{width: 25px; height: 25px; background-color: #2fbf68; border-radius: 3px; overflow: hidden; text-align: center; margin-bottom: 10px; cursor: pointer; display: block !important;}
.about .about_prev i, .about .about_next i{font-size: 18px; color: #fff; line-height: 25px;}
.about .about_prev:hover, .about .about_next:hover{background-color: #ff8365;}
.about .links{overflow: hidden; margin-top: 30px;}
.about .links a{float: left; width: 180px; height: 55px; line-height: 55px; text-align: center; background-color: #2fbf68; margin-right: 10px;}
.about .links a span{display: inline-block; font-size: 16px; color: #fff; padding-left: 30px; background-image: url(../images/about_icon1.png); background-repeat: no-repeat; background-position: left center;}
.about .links a:hover{background-color: #ff8365;}
.about .links a:nth-child(1) span{background-image: url(../images/about_icon1.png);}
.about .links a:nth-child(2) span{background-image: url(../images/about_icon2.png);}
.about .links a:nth-child(3) span{background-image: url(../images/about_icon3.png);}
/*  */
.business{width: 100%; overflow: hidden; background: url(../images/business_bg.jpg) no-repeat center center; background-size: cover;}
.business .title_index{background-image: url(../images/title_index_icon2.png);}
.business .title_index .title1{color: #fff;}
.business .title_index .title2{color: #fff;}
/* .business_list{width: calc(100% + 30px);}
.business_list li{width: calc(100% / 3 - 30px); float: left; margin: 0 30px 0 0 ;} */



.business_list .item{width: 100%;}
.business_list .item a{display: block; background-color: #fff; padding: 50px; text-align: center;}
.business_list .item .imgbox{position: relative; overflow: hidden;}
.business_list .item .imgbox::before{content: ""; display: block; padding-top: 90%;}
.business_list .item .icon{width: 150px; height: 150px; border: 3px solid #2fbf68; border-radius: 50%; overflow: hidden; display: inline-block; margin-top: -75px; position: relative; background-color: #fff;}
.business_list .item .icon img{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; max-width: 60%; max-height: 60%;}
.business_list .item .text{font-size: 16px; color: #333; font-weight: bold; margin-top: 15px;}
.business_list .item:hover .imgbox img{transform: scale(1.1);}
.business_list .item:hover .icon{transform: translateY(-10px);}
.business .more::before{background-image: url(../images/more_icon2.png);}
/*  */
.advantage{width: 100%; overflow: hidden; background: url(../images/advantage_bg.jpg) no-repeat center center; background-size: cover;}
.advantage .box{width: 100%; text-align: center; overflow: hidden; position: relative;}
.advantage .imgbox{position: relative; text-align: center;}
.advantage .imgbox img{width: 42%; height: auto;}
.advantage .imgbox::before{content: ""; position: absolute; top: 0; right: 35%; width: 260px; height: 60px; background: url(../images/advantage_03.png) no-repeat; background-size: 100% 100%;}
.advantage .imgbox::after{content: ""; position: absolute; bottom: 0; left: 33%; width: 230px; height: 180px; background: url(../images/advantage_01.png) no-repeat; background-size: 100% 100%;}
.advantage .list{position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2;}
.advantage .list li{position: absolute; width: 330px;}
.advantage .list .title{font-size: 24px; color: #333; font-weight: bold; margin-bottom: 10px;  background-repeat: no-repeat; background-position: left center;}
.advantage .list .text{font-size: 14px; color: #666; height: 60px; line-height: 20px; overflow: hidden;}
.advantage .list li:nth-child(odd){text-align: right;}
.advantage .list li:nth-child(even){text-align: left;}
.advantage .list li:nth-child(odd) .title{padding-right: 30px;}
.advantage .list li:nth-child(even) .title{padding-left: 30px;}
.advantage .list li:nth-child(odd) .title{background-position: right center;}
.advantage .list li:nth-child(1){top: 5%; left: 10%;}
.advantage .list li:nth-child(2){top: 5%; right: 10%;}
.advantage .list li:nth-child(3){top: 43%; left: 5%;}
.advantage .list li:nth-child(4){top: 43%; right: 5%;}
.advantage .list li:nth-child(5){bottom: 5%; left: 10%;}
.advantage .list li:nth-child(6){bottom: 5%; right: 10%;}
.advantage .list li:nth-child(1) .title{background-image: url(../images/advantage_icon1.png);}
.advantage .list li:nth-child(2) .title{background-image: url(../images/advantage_icon2.png);}
.advantage .list li:nth-child(3) .title{background-image: url(../images/advantage_icon3.png);}
.advantage .list li:nth-child(4) .title{background-image: url(../images/advantage_icon4.png);}
.advantage .list li:nth-child(5) .title{background-image: url(../images/advantage_icon5.png);}
.advantage .list li:nth-child(6) .title{background-image: url(../images/advantage_icon6.png);}
/*  */
.partner{width: 100%; overflow: hidden; background: url(../images/partner_bg.jpg) no-repeat center center; background-size: cover;}
.partner_list{width: 100%; display: flex; justify-content: center; flex-wrap: wrap;}
.partner_list li{width: calc(100% / 6); margin-bottom: 15px;}
.partner_list .imgbox{width: 210px; height: 210px; border-radius: 50%; border: 1px solid #efefef; overflow: hidden; position: relative; background-color: #fff;}
.partner_list .imgbox:hover{border-color: #2fbf68;}
/*  */
.news{width: 100%; overflow: hidden; background: url(../images/news_bg.jpg) no-repeat center center; background-size: cover;}
.news .title_index{background-image: url(../images/title_index_icon2.png);}
.news .title_index .title1{color: #fff;}
.news .title_index .title2{color: #fff;}
.news_list{width: calc(100% + 30px);}
.news_list li{width: calc(100% / 3 - 30px); float: left; margin: 0 30px 0 0;}
.news_list .item{width: 100%;}
.news_list .item .imgbox{position: relative; overflow: hidden;}
.news_list .item .imgbox::before{content: ""; display: block; padding-top: 62%;}
.news_list .item .content{padding: 50px 25px; background-color: #fff; position: relative;}
.news_list .item .time{width: 110px; height: 90px; background-color: #2fbf68; text-align: center; display: flex; align-content: center; flex-wrap: wrap; position: absolute; top: -45px; right: 20px;}
.news_list .item .time .t1{font-size: 36px; color: #fff; width: 100%;}
.news_list .item .time .t2{font-size: 12px; color: #fff; width: 100%;}
.news_list .item .content .title{font-size: 16px; color: #333; font-weight: bold; margin-bottom: 10px;}
.news_list .item .content .text{font-size: 14px; color: #666; line-height: 25px; height: 50px; overflow: hidden;}
.news_list .item:hover .imgbox img{transform: scale(1.1);}
.news .more{margin-top: 80px;}
.news .more::before{background-image: url(../images/title_index_icon2.png); bottom: 15px;}
/*  */
.team{width: 100%; overflow: hidden; background: url(../images/team_bg.jpg) no-repeat center center; background-size: cover;}
.team_list{width: calc(100% + 20px);}
.team_list li{width: calc(100% / 4 - 20px); float: left; margin: 0 20px 20px 0;}
.team_list .imgbox{position: relative; overflow: hidden;}
.team_list .imgbox::before{content: ""; display: block; padding-top: 75%;}
.team_list .imgbox:hover img{transform: scale(1.1);}
/*  */
.footer1{width: 100%; background-color: #000; padding: 80px 0;}
.footer1 .wrap{display: flex; justify-content: space-between;}
.footer1 .footer_contact{max-width: 25%;}
.footer1 .footer_contact .fooer_logo{text-align: left; margin-bottom: 15px;}
.footer1 .footer_contact .fooer_logo img{max-width: 100%; height: auto;}
.footer1 .footer_contact .fooer_text{font-size: 14px; color: #fff;}
.footer1 .footer_nav{width: 50%; padding: 0 20px;}
.footer1 .footer_nav ul{overflow: hidden; zoom: 1;}
.footer1 .footer_nav ul li{float: left; width: calc(100% / 5); text-align: center; margin-bottom: 10px;}
.footer1 .footer_nav ul li a{display: block; font-size: 16px; color: #fff; line-height: 30px;}
.footer1 .footer_nav ul li a:hover{text-decoration:underline}
.footer1 .QR .item{width: 50%; padding: 0 10px; float: left; text-align: center; overflow: hidden;}
.footer1 .QR .item img{width: 120px; height: 120px;}
.footer1 .QR .item .txt{font-size: 14px; color: #fff; margin-top: 5px;}
.footer2{width: 100%; background-color: #2fbf68; padding: 15px 0;}
.footer2 .copyright{font-size: 14px; color: #fff; text-align: center;}
.footer2 .copyright a{color: #fff;}

/*  */
.inner_page{width: 100%; padding: 40px 0;}
.title_inner{background-color: #f3f3f3; padding: 15px; margin-bottom: 20px;}
.title_inner .text{float: right; font-size: 14px; color: #666666; padding-left: 20px; background: url(../images/title_inner_icon.png) no-repeat left center;}
.title_inner .text span{color: #2fbf68;}
.sideBar_left{width: 340px; float: left;}
.sideBar_right{width: calc(100% - 360px); float: right;}
.sideBar{width: 100%; overflow: hidden;}
.sideBar .sideBar_title{background-color: #2fbf68; padding: 40px 0; text-align: center; position: relative;}
.sideBar .sideBar_title .text1{font-size: 48px; color: rgba(255, 255, 255, .05); line-height: 1; text-transform: uppercase;}
.sideBar .sideBar_title .text2{font-size: 36px; color: #fff; line-height: 1; margin-top: -15px;}
.sideBar .sideBar_title .icon{position: absolute; top: 0; bottom: 0; right: 15px; margin: auto; width: 30px; height: 30px; line-height: 30px; font-size: 30px; color: #fff; display: none;}
.sideBar .list{margin-top: 10px;}
.sideBar .list>li{margin-bottom: 10px;}
.sideBar .list>li>a{display: block; height: 60px; line-height: 60px; text-align: left; background-color: #eee; font-size: 16px; color: #333; padding: 0 50px; position: relative;}
.sideBar .list>li>a .icon1{position: absolute; top: 0; bottom: 0; left: 30px; margin: auto; width: 10px; height: 10px; background-image: url(../images/sideBar_icon1.png); background-repeat: no-repeat; background-size: 100% 100%;}
.sideBar .list>li>a .icon2{position: absolute; top: 0; bottom: 0; right: 30px; margin: auto; width: 10px; height: 10px; background-image: url(../images/sideBar_icon2.png); background-repeat: no-repeat; background-size: 100% 100%;}
.sideBar .list>li:hover>a,.sideBar .list>li.act>a{color: #fff; background-color: #ff8365;}
.sideBar .list>li:hover>a .icon1{background-image: url(../images/sideBar_icon1_act.png);}
.sideBar .list>li:hover>a .icon2{background-image: url(../images/sideBar_icon2_act.png);}
.sideBar .list>li:hover>a .icon1{background-image: url(../images/sideBar_icon1_act.png);}
.sideBar .list>li:hover>a .icon2{background-image: url(../images/sideBar_icon2_act.png);}
.sideBar .list>li:hover>a .icon1,.sideBar .list>li.act>a .icon1{background-image: url(../images/sideBar_icon1_act.png);}
.sideBar .list>li:hover>a .icon2,.sideBar .list>li.act>a .icon2{background-image: url(../images/sideBar_icon2_act.png);}
.sideBar .list>li:hover>a .icon1,.sideBar .list>li.act>a .icon1{background-image: url(../images/sideBar_icon1_act.png);}
.sideBar .list>li:hover>a .icon2,.sideBar .list>li.act>a .icon2{background-image: url(../images/sideBar_icon2_act.png);}
.sideBar .drop_down{width: 100%; display: none;}
.sideBar .drop_down li{border-bottom: 1px dotted #ddd; text-align: left;}
.sideBar .drop_down li a{display: block; height: 40px; line-height: 40px; color: #333; padding-left: 60px;}
.sideBar .drop_down li a:hover{color: #ff8365;}
.sideBar_down{background-color: #2fbf68;}
.sideBar_down .sideBar_title{padding: 40px 0 20px 0; text-align: center; position: relative;}
.sideBar_down .sideBar_title .text1{font-size: 48px; color: rgba(255, 255, 255, .05); line-height: 1; text-transform: uppercase;}
.sideBar_down .sideBar_title .text2{font-size: 36px; color: #fff; line-height: 1; margin-top: -15px;}
.sideBar_down .text{font-size: 14px; color: #fff; line-height: 30px; padding: 0 50px 50px 50px;}

/*  */
.about_page{width: 100%; overflow: hidden;}
.about_page .imgbox{text-align: center; overflow: hidden;}
.about_page .imgbox img{max-width: 100%; height: auto;}
.about_page .txtbox{margin-top: 20px; font-size: 16px; color: #333; line-height: 28px;}

/*  */
.product_page{width: 100%; overflow: hidden;}
.product_page .title_product{border-bottom: 1px solid #eee; padding-bottom: 15px; font-size: 24px; color: #333; position: relative; margin-bottom: 20px;}
.product_page .title_product::before{content: ""; position: absolute; bottom: 0; left: 0; width: 95px; height: 2px; background-color: #333;}
.product_list{width: calc(100% + 20px);}
.product_list li{width: calc(100% / 3 - 20px); float: left; margin: 0 20px 20px 0;}
.product_list .item{width: 100%; border: 1px solid #eee; text-align: center; padding: 20px; background-color: #fff;}
.product_list .item a{display: block; width: 100%; height: 100%;}
.product_list .item .imgbox{position: relative; overflow: hidden; border: 2px solid #fff;}
.product_list .item .imgbox::before{content: ""; display: block; padding-top: 100%;}
.product_list .item .text{font-size: 14px; color: #333; font-weight: bold; text-align: center; line-height: 20px; margin-top: 10px;}
.product_list .item .mm{width: 30px; height: 30px; line-height: 30px; text-align: center; background-color: #eee; font-size: 18px; color: #333; display: none; margin-top: 10px;}
.product_list .item:hover{background-color: #eee;}
.product_list .item:hover .imgbox{border-color: #2fbf68;}
.product_list .item:hover .imgbox img{transform: scale(1.1);}
.product_list .item:hover .text{color: #2fbf68;}
.product_list .item:hover .mm{background-color: #fff; color: #2fbf68;}

.product_list1{width: calc(100% + 20px);}
.product_list1 li{width: calc(100% / 3 - 20px); float: left; margin: 0 20px 20px 0;}
.product_list1 .item{width: 100%; border: 1px solid #eee; text-align: center; padding: 20px; background-color: #fff;}
.product_list1 .item a{display: block; width: 100%; height: 100%;}
.product_list1 .item .imgbox{position: relative; overflow: hidden; border: 2px solid #fff;}
.product_list1 .item .imgbox::before{content: ""; display: block; padding-top: 100%;}
.product_list1 .item .text{font-size: 14px; color: #333; font-weight: bold; text-align: center; line-height: 20px; margin-top: 10px;}
.product_list1 .item .mm{ width: 30px; height: 30px; line-height: 30px; text-align: center; background-color: #eee; font-size: 18px; color: #333; display: none; margin-top: 10px;}
.product_list1 .item:hover{background-color: #eee;}
.product_list1 .item:hover .imgbox{border-color: #2fbf68;}
.product_list1 .item:hover .imgbox img{transform: scale(1.1);}
.product_list1 .item:hover .text{color: #2fbf68;}
.product_list1 .item:hover .mm{background-color: #fff; color: #2fbf68;}
/*  */
.product_details{width: 100%; overflow: hidden;}
.product_details .wrap1{background-color: #fff; padding: 20px;}
.product_details .wrap1 .imgbox{width: 30%; float: left; text-align: center; overflow: hidden;}
.product_details .wrap1 .imgbox img{width: 100%; height: auto;}
.product_details .wrap1 .content{width: 70%; float: left; padding-left: 30px;}
.product_details .wrap1 .title{font-size: 20px; color: #333; margin-bottom: 20px; font-weight: bold;}
.product_details .wrap1 .text{font-size: 16px; color: #333; line-height: 28px; margin-bottom: 20px;}
.product_details .wrap1 .tel{font-size: 20px; color: #2fbf68; float: left; line-height: 35px;}
.product_details .tab{width: 100%; text-align: left;}
.product_details .wrap2{width: 100%; background-color: #fff;}
.product_details .product_details_tab{width: 100%; background-color: #2fbf68;}
.product_details .product_details_tab .tabList{overflow: hidden; width: 100%; font-size: 0;}
.product_details .product_details_tab .tabList li{float: left;}
.product_details .product_details_tab .tabList li a{display: block; width: 140px; height: 50px; line-height: 50px; text-align: center; font-size: 16px; color: #fff;}
.product_details .product_details_tab .tabList .select a{background: #ff8365;}
.product_details .product_details_tabContent{width: 100%; overflow: hidden; padding: 20px;}
.product_details .product_details_tabContent .con{display: none;}
.product_details .product_details_tabContent .con.act{display: block;}
.product_details .wrap2{width: 100%; background-color: #fff;}
.product_details .wrap2 .content{font-size: 16px; color: #333; line-height: 28px;}
.product_details .wrap2 .content img{max-width: 100%; height: auto;}

/*  */
.advantage_page{width: 100%; overflow: hidden;}
.advantage_page .imgbox{text-align: center; overflow: hidden;}
.advantage_page .imgbox img{max-width: 100%; height: auto;}
.advantage_page .txtbox{margin-top: 20px; font-size: 14px; color: #333; line-height: 25px;}

/*  */
.partner_page{width: 100%; overflow: hidden;}
.partner_list2{width: 100%; display: flex; justify-content: center; flex-wrap: wrap;}
.partner_list2 li{margin: 0 20px 20px 0;}
.partner_list2 .imgbox{width: 180px; height: 180px; border-radius: 50%; border: 1px solid #efefef; overflow: hidden; position: relative; background-color: #fff;}
.partner_list2 .imgbox:hover{border-color: #2fbf68;}

/*  */
.news_page{width: 100%;}
.news_list2{width: 100%;}
.news_list2 li{margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #efefef;}
.news_list2 .item{width: 100%;}
.news_list2 .item a{display: flex;}
.news_list2 .item .imgbox{width: 15%; float: left; position: relative;}
.news_list2 .item .imgbox::before{content: ""; display: block; padding-top: 50%;}
.news_list2 .item .content{width: 85%; float: left; padding: 5px 15px;}
.news_list2 .item .content .title{font-size: 18px; color: #2a2a2a; margin-bottom: 10px;}
.news_list2 .item .content .text{font-size: 14px; color: #868686; height: 50px; line-height: 25px; overflow: hidden; margin-bottom: 15px;}
.news_list2 .item .content .time{font-size: 14px; color: #7b7b7b; font-family: Arial; font-weight: bold; border-bottom: 1px solid #7b7b7b; display: inline-block;}
.news_list2 .item:hover{transform: translateY(-5px); box-shadow: 5px 5px 10px #ccc;}
/*  */
.news_details{width: 100%;}
.news_details .title{text-align: center; border-bottom: 1px dotted #ddd; padding-bottom: 15px; margin-bottom: 20px;}
.news_details .title .title1{font-size: 16px; color: #333;}
.news_details .title .title2{font-size: 14px; color: #999; margin-top: 10px;}
.news_details .imgbox{text-align: center; overflow: hidden;}
.news_details .imgbox img{max-width: 100%; height: auto; display: inline-block;}
.news_details .txtbox{font-size: 16px; color: #333; line-height: 28px; margin-top: 20px;}

/*  */
.recruit_page{width: 100%; overflow: hidden;}
.recruit_page .imgbox{text-align: center; overflow: hidden;}
.recruit_page .imgbox img{max-width: 100%; height: auto;}
.recruit_page .txtbox{margin-top: 20px; font-size: 16px; color: #333; line-height: 28px;}

/*  */
.contact_page{width: 100%; overflow: hidden;}
.contact_page .txtbox{font-size: 16px; color: #333; line-height: 28px; margin-bottom: 10px;}
.contact_page .map{position: relative; overflow: hidden;}
.contact_page .map::before{content: ""; display: block; padding-top: 50%;}
.contact_page .map iframe{position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%;}


@media (max-width: 1399px){
    .spacing_index{padding: 60px 0;}
    .title_index{margin-bottom: 40px;}
    .advantage .list li:nth-child(1){left: 4%;}
    .advantage .list li:nth-child(2){right: 4%;}
    .advantage .list li:nth-child(3){left: 0;}
    .advantage .list li:nth-child(4){right: 0;}
    .advantage .list li:nth-child(5){left: 4%;}
    .advantage .list li:nth-child(6){right: 4%;}
    .partner_list .imgbox{width: 160px; height: 160px;}
    /*  */
    .sideBar_left{width: 280px;}
    .sideBar_right{width: calc(100% - 300px);}
    .sideBar_down .text{padding: 0 30px 30px 30px;}
    .product_list .item{padding: 10px;}
}


@media (max-width: 1199px){
    .header .header_content{height: 90px;}
    .header .header_nav .nav_list>li>a{font-size: 14px;}
    .header .header_tel .tel{font-size: 14px;}
    .header .header_nav .nav_list>li>a{line-height: 85px;}
    .spacing_index{padding: 50px 0;}
    .title_index{background-size: 260px; padding-top: 20px; margin-bottom: 30px;}
    .title_index .title1{font-size: 30px;}
    .about .content{padding: 20px 0 20px 20px;}
    .about .title_about{font-size: 18px;}
    .about .title_about span{font-size: 14px;}
    .about .text{font-size: 14px; line-height: 25px; height: 75px;}
    .about .links a{width: 150px; height: 40px; line-height: 40px;}
    .about .links a span{font-size: 14px;}
    .business_list .item a{padding: 20px;}
    .advantage .imgbox::after{width: 180px; height: 120px; left: 40%;}
    .news_list .item .content{padding: 30px 10px;}
    .news_list .item .time{width: 70px; height: 50px; top: -25px;}
    .news_list .item .time .t1{font-size: 24px;}
    .news_list .item .time .t2{font-size: 12px;}
    .news .more{margin-top: 60px;}
    .footer1 .footer_nav ul li a{font-size: 14px;}
    .footer1 .QR .item img{width: 100px; height: 100px;}
    /*  */
    .inner_page{padding: 30px 0;}
    .sideBar_left{width: 240px;}
    .sideBar_right{width: calc(100% - 260px);}
    .sideBar_down .text{padding: 0 20px 20px 20px;}
    .sideBar .sideBar_title{padding: 20px 0;}
    .sideBar .sideBar_title .text1{font-size: 30px;}
    .sideBar .sideBar_title .text2{font-size: 22px; margin: 0;}
    .sideBar_down .sideBar_title{padding: 20px 0;}
    .sideBar_down .sideBar_title .text1{font-size: 30px;}
    .sideBar_down .sideBar_title .text2{font-size: 22px; margin: 0;}
    .sideBar .list>li>a{padding: 0 30px; line-height: 40px; height: 40px; font-size: 14px;}
    .sideBar .list>li>a .icon1{left: 10px;}
    .sideBar .list>li>a .icon2{right: 10px;}
    .news_list2 .item .imgbox{width: 20%;}
    .news_list2 .item .content{width: 80%;}

}

@media (min-width: 991px){
    .header .header_nav{display: block !important;}
}

@media (max-width: 991px){
    .header .header_content{height: 90px;}
    .header .header_nav{position: fixed; top: 0; left: 0; z-index: 5; width: 100%; height: 100%; background-color: rgba(0,0,0,.6); display: none;}
    .header .header_nav .nav{position: absolute; top: 0; right: 0; width: 60%; height: 100%; background-color: #fff; transform: translateX(100%); transition: all .2s;}
    .header .header_nav .nav_list{padding: 80px 20px 0 20px;}
    .header .header_nav .nav_list>li{width: 100%; text-align: left;}
    .header .header_nav .nav_list>li::before{display: none;}
    .header .header_nav .nav_list>li>a{color: #333; line-height: 50px;}
    .header .header_nav .nav_list>li>i{display: block; position: absolute; top: 15px; right: 0; width: 20px; height: 20px; line-height: 18px; text-align: center; font-size: 14px;}
    .header .header_nav .nav.act{transform: translateX(0);}
    .header .header_nav .drop_down{display: none; position: static; width: 100%; transform: translateX(0); margin-bottom: 15px;}
    .header .header_nav .drop_down li a{font-size: 12px; line-height: 30px;}
    .header_search .list li a{font-size: 12px;}
    .header_search .form{height: 30px; width: 320px;}
    .header_search .form input[type=text]{font-size: 14px;}
    .header_search .title{font-size: 14px;}
    .spacing_index{padding: 30px 0;}
    .title_index{margin-bottom: 20px; background-size: 200px;}
    .title_index .title1{font-size: 24px;}
    .title_index .title2{font-size: 12px;}
    .about .links a{width: 120px; height: 30px; line-height: 30px;}
    .business_list .item a{padding: 10px;}
    .business_list .item .icon{width: 100px; height: 100px; margin-top: -50px;}
    .business_list .item .text{font-size: 14px; margin-top: 10px;}
    .advantage .list li{width: 200px;}
    .advantage .list .title{font-size: 14px; margin-bottom: 5px;}
    .advantage .list .text{font-size: 12px;}
    .partner_list li{width: auto; padding: 0 5px;}
    .partner_list .imgbox{width: 110px; height: 110px;}
    .news_list .item .content .title{font-size: 14px;}
    .news_list .item .content .text{font-size: 12px; height: 40px; line-height: 20px;}
    .team_list li{width: calc(100% / 3 - 20px);}
    .footer1{display: none;}
    /*  */
    .sideBar_left{width: 220px;}
    .sideBar_right{width: calc(100% - 240px);}
    .product_page .title_product{font-size: 18px;}
    .product_list li{width: calc(100% / 3 - 20px);}
    .product_details .wrap1 .tel{font-size: 16px;}
    .product_details .wrap1 .btn{width: 100px; height: 35px; line-height: 35px;}
    .product_details .product_details_tab .tabList li a{width: 100px; height: 35px; line-height: 35px; font-size: 14px;}
    .partner_list2 li{margin: 0 10px 10px 0;}
    .partner_list2 .imgbox{width: 150px; height: 150px;}
    .news_list2 .item .imgbox{width: 30%;}
    .news_list2 .item .content{width: 70%;}
}

@media (max-width: 767px){
    .header_top{line-height: 25px; font-size: 12px;}
    .header .header_content{height: 70px;}
    .header .header_content .logo img{width: 200px;}
    .header_search .box{display: block; overflow: hidden; zoom: 1;}
    .header_search .left{width: 100%; display: block;}
    .header_search .right{width: 100%; display: block;}
    .header_search .title{font-size: 14px; line-height: 20px;}
    .header_search .list li a{line-height: 20px; font-size: 12px;}
    .header_search .form{height: 30px; border: 1px solid #fff; width: 100%;}
    .header_search .form input[type=text]{padding: 0 5px; font-size: 12px;}
    .spacing_index{padding: 20px 0;}
    .title_index{background-size: 150px; padding-top: 8px; margin-bottom: 15px;}
    .title_index .title1{font-size: 18px;}
    .more{margin-top: 10px;}
    .more::before{display: none;}
    .more a{width: 120px; height: 30px; line-height: 30px;}
    .about .wrap{flex-wrap: wrap;}
    .about .imgbox{width: 100%;}
    .about .content{width: 100%; padding: 10px;}
    .about .text{max-height: 180px; height: auto; line-height: 20px; font-size: 12px;}
    .about .title_about{font-size: 16px;}
    .about .title_about span{font-size: 12px;}
    .about .links{margin-top: 15px;}
    .about .links a{margin: 0 5px 5px 0;}
    .business_list .item{position: relative;}
    .business_list .item a{padding: 5px;}
    .business_list .item .icon{width: 50px; height: 50px; margin-top: -25px;}
    .business_list .item .text{margin-top: 5px;}
    /* .business_list .item a{padding: 5px; display: flex;}
    .business_list .item .imgbox{width: 40%;}
    .business_list .item .icon{position: absolute; bottom: 10px; right: 10px; width: 50px; height: 50px; margin: 0; border: 2px solid #2fbf68;}
    .business_list .item .text{width: 60%; text-align: left; margin: 0; padding-left: 10px;} */
    .advantage .imgbox::before{width: 100px; height: 20px;}
    .advantage .imgbox::after{width: 200px; height: 100px; left: 5%;}
    .advantage .imgbox img{width: 90%;}
    .advantage .list{position: static; margin-bottom: 15px;}
    .advantage .list li{position: static; width: 100%;}
    .advantage .list li:nth-child(odd){text-align: left;}
    .advantage .list li:nth-child(odd) .title{background-position: left center; padding: 0 0 0 30px;}
    .advantage .list .text{height: auto;}
    .partner_list .imgbox{width: 100px; height: 100px;}
    .news_list{width: 100%;}
    .news_list li{width: 100%; margin: 0 0 10px 0;}
    .news_list .item a{display: flex;}
    .news_list .item .imgbox{width: 35%;}
    .news_list .item .content{width: 65%; padding: 5px 10px;}
    .news_list .item .time{display: none;}
    .news_list .item .content .title{margin-bottom: 5px;}
    .news_list .item .content .text{height: 60px;}
    .news .more{margin-top: 15px;}
    .team_list{width: calc(100% + 10px);}
    .team_list li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    /*  */
    .inner_page{padding: 20px 0;}
    .sideBar_left{width: 100%;}
    .sideBar_right{width: 100%; margin-top: 15px;}
    .sideBar .sideBar_title{padding: 12px 0;}
    .sideBar .sideBar_title .text1{display: none;}
    .sideBar .sideBar_title .text2{font-size: 18px;}
    .sideBar .sideBar_title .icon{display: block;}
    .sideBar .list{display: none;}
    .sideBar .list>li>a{height: 35px; line-height: 35px;}
    .sideBar .drop_down li a{height: 30px; line-height: 30px; font-size: 14px;}
    .sideBar_down{display: none;}
    .title_inner{display: none;}
    .product_page .title_product{font-size: 16px; margin-bottom: 15px;}
    .product_list{width: calc(100% + 10px);}
    .product_list li{width: calc(100% / 2 - 10px); margin: 0 10px 10px 0;}
    .product_list .item{padding: 5px;}
    .product_list .item .text{margin-top: 5px;}
    .product_list .item .mm{width: 25px; height: 25px; line-height: 25px; margin-top: 5px; font-size: 16px;}
    .product_details .wrap1{padding: 10px;}
    .product_details .wrap1 .imgbox{width: 100%;}
    .product_details .wrap1 .content{width: 100%; margin-top: 10px; padding: 0;}
    .product_details .wrap1 .title{font-weight: bold; margin-bottom: 10px; font-size: 16px;}
    .product_details .wrap1 .text{font-size: 12px; line-height: 20px; margin-bottom: 10px;}
    .product_details .wrap1 .tel{width: 100%;}
    .product_details .product_details_tab .tabList li a{height: 30px; line-height: 30px; font-size: 12px;}
    .product_details .product_details_tabContent{padding: 10px;}
    .product_details .wrap2 .content{font-size: 12px; line-height: 20px;}
    .partner_list2 .imgbox{width: 100px; height: 100px;}
    .news_list2 li{margin-bottom: 10px; padding-bottom: 10px;}
    .news_list2 .item .imgbox{width: 150px;}
    .news_list2 .item .content{width: calc(100% - 150px); padding: 2px 0 2px 10px;}
    .news_list2 .item .content .title{font-size: 14px; font-weight: bold; margin-bottom: 5px;}
    .news_list2 .item .content .text{font-size: 12px; height: 60px; line-height: 20px; margin-bottom: 5px;}
    .news_list2 .item .content .time{font-size: 12px; display: none;}
}

.bodyNavSwiper {
  position: fixed;
  left: 15px;
  top: 50%;
  z-index: 20;
  transform: translateY(-50%);
}
.bodyNavSwiper .swiper-slide {
  height: auto;
  margin: 15px 0;
}
.bodyNavSwiper .swiper-slide>a {
  padding-left: 30px;
  cursor: pointer;
}
.bodyNavSwiper .swiper-slide>a>span {
  width: 10px;
  height: 10px;
  float: left;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.bodyNavSwiper .swiper-slide>a>span::before {
  content: "";
  width: 100%;
  height: 100%;
  float: left;
  /* border: 2px solid #333; */
  background-color: #aaaaaa;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}
.bodyNavSwiper .swiper-slide>a>div {
  float: left;
  line-height: 24px;
  font-size: 14px;
  color: #333;
  opacity: 0;
}
.bodyNavSwiper .swiper-slide-thumb-active>a>span::before {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 2px solid #2fbf68;
}
.bodyNavSwiper .swiper-slide-thumb-active>a>div,
.bodyNavSwiper .swiper-slide:hover>a>div {
  opacity: 1;
}
.bodyNavSwiperActive .swiper-slide>a>span::before {
  border-color: #fff;
}
.bodyNavSwiperActive .swiper-slide>a>div {
  color: #fff;
}