/*header start*/
.header{width: 100%;height: auto;}
.header_box{width: 100%;height: 80px;display: flex;justify-content: space-between;align-items: center;}
.header_left_box{display: flex;justify-content: flex-start;align-items: center;position: relative;}
.header_box h1:nth-of-type(1){display: block;width: 109px;height: auto;}
.header_box h1:nth-of-type(2){display: block;width: 140px;height: auto;margin-left: 49px;}
.header_box h1 img{width: 100%;height: auto;display: block;}
.header_left_box:after{content: "";display: block;width: 1px;height: 44px;background: #EEEEEE;position: absolute;left: 133px;top: 50%;transform: translateY(-50%);}
.header_right_box{width: 789px;height: 100%;display: flex;justify-content: space-between;align-items: center;z-index: 999;}
.nav_box{width: 669px;height: 100%;display: flex;justify-content: space-between;align-items: center;}
.nav_box li{position: relative;height: 100%;}
.nav_box li a{color: #333333;display: block;width: 100%;height: 100%;line-height: 80px;}
.nav_box li.on:after{content: "";display: block;width: 100%;height: 4px;position: absolute;left: 0px;bottom: 0px;background: #81b826;}
.nav_box li.on a{color: #81b826;}
.nav_box li:hover:after{content: "";display: block;width: 100%;height: 4px;position: absolute;left: 0px;bottom: 0px;background: #81b826;}
.nav_box li:hover a{color: #81b826;}
.nav_list_box{width: 136px;height: auto;padding: 30px 0px;background: #FFFFFF;box-shadow: 0px 6px 20px 0px #b3b3b3;position: absolute;left: 50%;transform: translateX(-50%);top: 80px;z-index: 99999;display: none;}
.nav_list_box a{text-align: center;line-height: 50px !important;color: #333333 !important;}
.nav_list_box a:hover{color: #81b826 !important;}
.nav_box li.on .nav_list_box a{color: #333333 !important;}
.nav_box li:hover .nav_list_box{display: block;}
.Website_language{font-size: 16px;color: #333333;line-height: 80px;}
.Website_language a{color: #333333;}
.Website_language a.on{color: #81b826;}
.hd_btn{display: none;position: relative;float: right;width: 6vw;height: 5vw;cursor: pointer;}
.hd_btn span{position: absolute;left: 0;top: 0px;width: 100%;height: 0.5vw;background-color: #81b826;transition: .3s;-ms-transition: .3s;-moz-transition: .3s;-webkit-transition: .3s;-o-transition: .3s;}
.hd_btn .s1 {top: 0;}
.hd_btn .s2 {top: 2vw;}
.hd_btn .s3 {top: 4vw;}
.hd_btn.on .s1 {top: 2vw;transform: rotate(45deg);-ms-transform: rotate(45deg);-webkit-transform: rotate(45deg);-o-transform: rotate(45deg);-moz-transform: rotate(45deg);}
.hd_btn.on .s2 {opacity: 0;}
.hd_btn.on .s3 {top: 2vw;transform: rotate(-45deg);-ms-transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-o-transform: rotate(-45deg);-moz-transform: rotate(-45deg);}
/*header end*/
/*banner start*/
.banner{width: 100%;height: auto;}
.banner img{width: 100%;height: auto;display: block;}
.banner_page{bottom: 40px !important;}
.banner_page span{width: 12px;height: 12px;background: #FFFFFF;opacity: 1;}
.banner_page span.swiper-pagination-bullet-active{background: #81b826;}
/*banner end*/
/*index.html start*/
.content{width: 100%;height: auto;}
.index_about_box{width: 100%;height: 100vh;padding: calc(calc(100vh - 616px) / 2) 0px;background: url(../images/index_about_bg.jpg) no-repeat center center;background-size: cover;}
.index_about_top_box{width: 100%;display: flex;justify-content: space-between;align-items: center;}
.index_about_top_left_title{width: 100%;height: auto;position: relative;}
.index_about_top_left{width: 528px;height: auto;}
.index_about_title_eng{font-size: 140px;font-family: arial;color: #f7f7f7;opacity: 0.9;font-weight: bold;}
.index_about_title_cn{font-size: 36px;color: #333333;font-weight: bold;position: absolute;left: 0px;top: 50%;transform: translateY(-50%);}
.index_about_top_left p{color: #666666;font-size: 14px;line-height: 36px;}
.index_about_top_left a{width: 130px;height: 40px;border-radius: 20px;background: #81b826;font-size: 14px;color: #FFFFFF;text-align: center;line-height: 40px;display: block;margin-top: 30px;}
.index_about_top_right{width: 533px;height: auto;}
.index_about_top_right img{width: 100%;height: auto;display: block;}
.index_about_bottom_box{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 120px;}
.index_about_bottom_box li{display: flex;justify-content: flex-start;align-items: center;position: relative;width: calc(1080px / 3);}
.index_about_bottom_left{width: 80px;height: 80px;margin-right: 43px;display: flex;position: relative;}
.index_about_bottom_left_img{width: 100%;height: 100%;border-radius: 50%;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);display: flex; align-items: center;justify-content: center;background: #81b826;z-index: 2;}
.index_about_bottom_left_img img{display: block;}
.index_about_bottom_left:after{width: 90px;height: 90px;animation: scale 2s infinite;background: #81b826;content: "";display: block;position: absolute;left: 50%;top: 50%;margin-left: -45px;margin-top: -45px; border-radius: 50%;z-index: 1;}
@keyframes scale{
	0%{transform: scale(1);opacity: 0.1;}
	50%{transform: scale(1);opacity: 0.3;}
	100%{transform: scale(1);opacity: 0;}
}

.index_about_bottom_right_title{font-size: 26px;color: #333333;}
.index_about_bottom_right p{font-size: 14px;color: #999999;margin-top: 12px;}
.index_about_bottom_box li:after{content: "";display: block;width: 1px;height: 96px;position: absolute;right: 0px;top: 50%;transform: translateY(-50%);background: #eeeeee;}
.index_about_bottom_box li:nth-last-of-type(1):after{display: none;}
.index_about_bottom_box li:nth-of-type(2){width: 385px;}
.index_application_box{width: 100%;height: auto;padding: calc(calc(100vh - 680px) / 2) 0px;background: url(../images/index_yyly_bg.jpg) no-repeat center center;background-size: cover;}
.index_title{width: 100%;height: auto;position: relative;}
.index_title_en{font-size: 66px;color: #FFFFFF;font-weight: bold;opacity: 0.2;text-align: center;}
.index_title_cn{font-size: 36px;color: #FFFFFF;font-weight: bold;text-align: center;position: absolute;left: 50%;bottom: 0px;transform: translateX(-50%);}
.index_application_btn{display: flex;justify-content: center;margin-top: 57px;}
.index_application_btn li{width: 200px;height: 56px;border: 1px solid #fff;border-radius: 4px;font-size: 18px;color: #FFFFFF;text-align: center;line-height: 56px;margin-left: 20px;cursor: pointer;}
.index_application_btn li:nth-of-type(1){margin-left: 0px;}
.index_application_btn li.on{background: #FFFFFF;color: #81b826;}
.index_application_content{width: 1346px;height: auto;margin: 0px auto;margin-top: 40px;}
.index_application_list{width: 100%;height: 0px;position: relative;overflow: hidden;}
.index_application_list_sw{width: 1200px;height: auto;margin: 0px auto;}
.index_application_list_sw .swiper-slide{width: 1120px;height: auto;padding: 62px 50px;display: flex;justify-content: space-between;align-items: center;background: #FFFFFF;border-radius: 8px;}
.index_application_list_sw_left{width: 419px;height: auto;}
.index_application_list_sw_left img{width: 100%;height: auto;display: block;}
.index_application_list_sw_right{width: 540px;height: auto;}
.index_application_list_sw_right h2{font-size: 30px;color: #333333;font-weight: bold;}
.index_application_list_sw_right p{color: #666666;line-height: 36px;margin-top: 38px;overflow: hidden;display: -webkit-box;line-clamp: 3;-webkit-line-clamp: 3;-moz-box-orient: vertical;-webkit-box-orient: vertical;}
.index_more{width: 130px;height: 40px;background: #81b826;display: block;border-radius: 20px;color: #FFFFFF;font-size: 14px;text-align: center;line-height: 40px;margin-top: 38px;}
.index_application_list_sw_left_btn,.index_application_list_sw_right_btn{width: 43px;height: 43px;}
.index_application_list_sw_left_btn{left: 0px;background: url(../images/index_yyly_left.png) no-repeat center center;}
.index_application_list_sw_right_btn{right: 0px;background: url(../images/index_yyly_right.png) no-repeat center center;}
.index_product_box{width: 100%;height: auto;padding: calc(calc(100vh - 732px) / 2) 0px;}
.index_product_ul{width: 100%;height: auto;display: flex;justify-content: space-around;margin-top: 80px;}
.index_product_ul li{width: 460px;height: auto;}
.index_product_ul_top{width: 100%;height: auto;position: relative;}
.index_product_ul li img{display: block;width: 100%;height: auto;}
.index_more.center{margin: 0px auto;margin-top: 37px;}
.index_product_ul_div{width: 412px;height: 352px;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);background: rgba(0,0,0,0.6);opacity: 0;transition: all 0.6s;}
.index_product_ul_div_title{font-size: 18px;color: #ebebeb;text-align: center;margin-top: 56px;margin-bottom: 18px;}
.index_product_ul_div p{font-size: 14px;color: #ebebeb;text-align: center;line-height: 24px;}
.index_product_ul_bottom{font-size: 22px;color: #666666;text-align: center;margin-top: 26px;}
.index_product_ul li:hover .index_product_ul_div{opacity: 1;}
.index_more.product_more{width: 160px;height: 50px;border-radius: 25px;margin: 0px auto;margin-top: 60px;line-height: 50px;font-size: 16px;}
.index_title_en.black{color: #222226;opacity: 0.1;}
.index_title_cn.black{color: #222226;}
.index_advantages_box{width: 100%;height: auto;padding: calc(calc(100vh - 577px) / 2) 0px;background: url(../images/index_wmdys_bg.jpg) no-repeat center center;background-size: cover;}
.index_title_en.ys{color: #d3d3d3;opacity: 1;}
.index_advantages_ul{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 90px;}
.index_advantages_ul li{width: 224px;height: auto;background: #FFFFFF;box-shadow: 0px 4px 15px 0px rgba(170, 170, 170, 0.3);padding-bottom: 75px;transition: all 0.6s;}
.index_advantages_ul_img{width: 90px;height: 90px;background: #f3f3f3;margin: 0px auto;margin-top: 70px;border-radius: 50%;display: flex;justify-content: center;align-items: center;transition: all 0.6s;}
.index_advantages_ul_img img{display: block;}
.index_advantages_ul_title{font-size: 20px;color: #333333;text-align: center;margin-top: 32px;transition: all 0.6s;}
.index_advantages_ul li span{display: block;width: 33px;height: 2px;background: #81b826;margin: 0px auto;margin-top: 13px;transition: all 0.6s;}
.index_advantages_ul li p{display: block;width: 82%;margin: 0px auto;font-size: 14px;color: #666666;text-align: center;line-height: 24px;margin-top: 20px;transition: all 0.6s;}
.index_advantages_ul li:hover{background: #81b826;}
.index_advantages_ul li:hover .index_advantages_ul_img{background: #FFFFFF;}
.index_advantages_ul li:hover .index_advantages_ul_title{color: #FFFFFF;}
.index_advantages_ul li:hover span{background: #FFFFFF;}
.index_advantages_ul li:hover p{color: #FFFFFF;}
.index_news_box{width: 100%;height: auto;padding: calc(calc(100vh - 805px) / 2) 0px;}
.index_news_ul{width: 100%;height: auto;margin-top: 60px;}
.index_news_ul li{width: 100%;height: auto;margin-top: 10px;}
.index_news_ul li a{display: flex;justify-content: flex-start;justify-content: flex-start;width: 100%;padding: 10px 79px;}
.index_news_ul_date_top{font-size: 36px;text-align: right;color: #999999;margin-top: 28px;}
.index_news_ul_date_bottom{font-size: 12px;text-align: right;color: #999999;margin-top: 14px;}
.index_news_ul_img{width: 350px;height: auto;margin-left: 60px;}
.index_news_ul_img img{width: 100%;height: auto;display: block;}
.index_news_ul_info{width: 429px;height: auto;margin-left: 70px;}
.index_news_ul_info h2{font-size: 18px;color: #4b4b4b;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-top: 10px;text-align: justify;}
.index_news_ul_info p{font-size: 14px;color: #666666;line-height: 24px;margin-top: 18px;-webkit-line-clamp: 2;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.index_news_ul_info span{display: block;display: flex;justify-content: flex-end;margin-top: 19px;}
.index_news_ul_info span img{width: 20px;height: auto;display: block;}
.index_news_ul_info span img:nth-of-type(2){display: none;}
/*.index_news_ul li:nth-last-of-type(1){display: none;}*/
.index_news_ul li:hover{background: #81b826;box-shadow: 0px 3px 26px 0px rgba(80, 115, 21, 0.35);}
.index_news_ul li:hover .index_news_ul_date_top{color: #FFFFFF;}
.index_news_ul li:hover .index_news_ul_date_bottom{color: #FFFFFF;}
.index_news_ul li:hover .index_news_ul_info h2{color: #FFFFFF;}
.index_news_ul li:hover .index_news_ul_info p{color: #FFFFFF;}
.index_news_ul li:hover .index_news_ul_info span img:nth-of-type(1){display: none;}
.index_news_ul li:hover .index_news_ul_info span img:nth-of-type(2){display: block;}
/*index.html end*/
/*解决方案-光伏储能*/
.crumbs{width: 100%;height: auto;border-bottom: 1px solid #e6e6e6;}
.crumbs.on{position: fixed;top: 0px;left: 0px;background: #FFFFFF;z-index: 9999;box-shadow: 0px 6px 16px 0px rgba(209, 209, 209, 0.44);}
.crumbs_content{width: 100%;height: 60px;display: flex;justify-content: space-between;align-items: center;}
.crumbs_content_left{color: #5d5d5d;}
.crumbs_content_left a{color: #5d5d5d;}
.crumbs_content_right{display: flex;justify-content: flex-start;align-items: center;height: 100%;}
.crumbs_content_right li{position: relative;margin-left: 30px;height: 100%;line-height: 60px;}
.crumbs_content_right li:nth-of-type(1){margin-left: 0px;}
.crumbs_content_right li a{color: #5d5d5d;display: block;position: relative;}
.crumbs_content_right li:hover a,.crumbs_content_right li.on a{color: #81b826;}
.crumbs_content_right li:hover:after,.crumbs_content_right li.on:after,.crumbs_content_right li a.active:after{content: "";display: block;width: 80px;height: 1px;background: #81b826;position: absolute;left: 50%;transform: translateX(-50%);bottom: 0px;}

.jjfa_gfcn_box{width: 100%;height: auto;padding-top: 69px;}
.jjfa_gfcn_content{width: 100%;height: auto;padding: 10px;background: #f9f9f9;display: flex;justify-content: flex-start;align-items: center;margin-top: 60px;}
.jjfa_gfcn_content_left{width: 762px;height: auto;}
.jjfa_gfcn_content_left img{display: block;width: 100%;height: auto;}
.jjfa_gfcn_content_right{width: 338px;height: auto;margin-left: 60px;}
.jjfa_gfcn_content_right h2{font-size: 20px;color: #81b826;}
.jjfa_gfcn_content_right p{font-size: 14px;color: #333333;text-align: justify;line-height: 30px;margin-top: 10px;}
.jjfa_fatd_box{width: 100%;height: auto;padding-top: 60px;}
.jjfa_fatd_title{font-size: 24px;color: #81b826;font-weight: bold;text-align: center;}
.jjfa_fatd_ul{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 39px;}
.jjfa_fatd_ul li{width: 386px;height: auto;display: flex;flex-direction: column;align-items: center;justify-content: flex-start;padding: 40px 0px;border: solid 1px #eeeeee;}
.jjfa_fatd_ul_img{width: 58px;height: auto;}
.jjfa_fatd_ul_img img{width: 100%;height: auto;display: block;}
.jjfa_fatd_ul_img img:nth-of-type(2){display: none;}
.jjfa_fatd_ul_title{font-size: 24px;color: #333333;font-weight: bold;margin-top: 40px;}
.jjfa_fatd_ul li:nth-of-type(1) .jjfa_fatd_ul_content{width: 327px;height: auto;}
.jjfa_fatd_ul_content p{display: block;padding-left: 35px;position: relative;color: #666666;;line-height: 30px;margin-top: 25px;}
.jjfa_fatd_ul_content p:before{content: "";display: block;width: 20px;height: 20px;background: url(../images/jjfa_fatd_icon.png) no-repeat center center;background-size: 20px;position: absolute;left: 0px;top: 5px;}
.jjfa_fatd_ul li:hover{background: #8bbd40;}
.jjfa_fatd_ul li:hover .jjfa_fatd_ul_img img:nth-of-type(2){display: block;}
.jjfa_fatd_ul li:hover .jjfa_fatd_ul_img img:nth-of-type(1){display: none;}
.jjfa_fatd_ul li:hover .jjfa_fatd_ul_title{color: #FFFFFF;}
.jjfa_fatd_ul li:hover .jjfa_fatd_ul_content p{color: #FFFFFF;}
.jjfa_fatd_ul li:hover .jjfa_fatd_ul_content p:before{background: url(../images/jjfa_fatd_icon_hover.png) no-repeat center center;}
.jjfa_fatd_ul li:nth-of-type(2) .jjfa_fatd_ul_content{width: 227px;}
.jjfa_fatd_ul li:nth-of-type(3) .jjfa_fatd_ul_content{width: 260px;}
.jjfa_xgcp_box{width: 100%;height: auto;padding: 58px 0px 70px 0px;background: #f9f9f9;margin-top: 60px;}
.jjfa_xgcp_ul{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 40px;}
.jjfa_xgcp_ul li{width: 285px;height: auto;position: relative;}
.jjfa_xgcp_ul li img{width: 100%;height: auto;display: block;border: 1px solid #fff;}
.jjfa_xgcp_ul li h2{font-size: 22px;color: #666666;margin-top: 20px;text-align: center;}
.jjfa_xgcp_ul li:hover img{border: 1px solid #81B826;}
.jjfa_cptx_box{width: 100%;height: auto;padding: 60px 0px;}
.jjfa_cptx_box p{font-size: 14px;color: #666666;line-height: 24px;margin-top: 10px;}
.jjfa_cptx_box p img{vertical-align: middle;margin-right: 8px;}
.jjfa_cptx_title{font-size: 24px;color: #81b826;font-weight: bold;text-align: center;margin-bottom: 33px;}
.jjfa_cptx_box h2{font-size: 16px;color: #333333;padding-left: 18px;display: block;width: 100%;position: relative;margin-top: 40px;font-weight: bold;}
.jjfa_cptx_box h2:before{content: "";display: block;width: 8px;height: 8px;background: #81b826;border-radius: 50%;position: absolute;left: 0px;top: 50%;transform: translateY(-50%);}
.jjfa_cptx_box h2:after{content: "";display: block;width: 1081px;height: 1px;background: #EEEEEE;position: absolute;right: 0px;top: 50%;transform: translateY(-50%);}
.jjfa_cptx_content{width: 100%;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.jjfa_cptx_content p{font-size: 14px;color: #666666;margin-right: 120px;margin-top: 20px;}
.jjfa_cpjbcs_box{width: 100%;height: auto;padding-bottom: 100px;}
.jjfa_cpjbcs_box table{width: 100%;height: auto;margin-top: 44px;}
.jjfa_cpjbcs_box table th{font-size: 16px;color: #FFFFFF;text-align: center;height: 40px;background: #81b826;border: 1px solid #e5e5e5;}
.jjfa_cpjbcs_box table td{height: 40px;color: #333333;text-align: center;border: 1px solid #E5E5E5;}
.jjfa_cpjbcs_box p{color: #666666;margin-top: 19px;}
/*产品中心*/
.product_box{padding: 60px 0px 100px;}
.product_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 20px;}
.product_ul li{width: 386px;height: auto;margin-top: 40px;}
.product_ul li img{width: 100%;height: auto;display: block;border: 1px solid #FFFFFF;}
.product_ul li h2{font-size: 22px;color: #666666;text-align: center;margin-top: 20px;}
.product_ul li:hover img{border-color: #81B826;}
#pagesize ul{width: 100%;height: auto;display: flex;justify-content: center;align-items: center;margin-top: 60px;}
#pagesize ul li{width: 30px;height: 30px;border: 1px solid #e2e2e2;font-size: 14px;color: #999999;margin-left: 10px;}
#pagesize ul li:nth-of-type(1){margin-left: 0px;}
#pagesize ul a{display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;color: #999999;}
#pagesize ul li img{display: block;}
#pagesize ul li.active{}
#pagesize ul li a.active{color: #FFFFFF;background: #81b826;}
#pagesize ul li:nth-of-type(1),#pagesize ul li:nth-last-of-type(1){width: 58px;height: 28px;text-align: center;line-height: 28px;}
/*产品详情*/
.product_detial_box{width: 100%;height: auto;padding: 80px 0px;}
.product_detial_top{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;}
.product_detial_top_left{width: 500px;height: auto;padding: 22px;border: 1px solid #E6E6E6;}
.product_detial_top_left img{width: 100%;height: auto;display: block;}
.product_detial_top_right{width: 632px;height: auto;}
.product_detial_top_right h2{font-size: 24px;color: #81B826;font-weight: bold;display: block;width: 400px;padding-bottom: 17px;border-bottom: 1px solid #E5E5E5;margin-bottom: 16px;}
.product_detial_top_right p{font-size: 14px;color: #666666;line-height: 24px;display: block;position: relative;margin-top: 24px;padding-left: 16px;text-align: justify;}
.product_detial_top_right p:before{content: "";display: block;width: 9px;height: 8px;background: url(../images/jjfa_cptx_icon.png) no-repeat center center;background-size: 9px 8px;position: absolute;left: 0px;top: 8px;}
.product_content{width: 100%;height: auto;padding-top: 60px;}
.product_content_btn{width: 100%;height: 45px;border-bottom: 1px solid #E5E5E5;display: flex;justify-content: flex-start;}
.product_content_btn li{width: 160px;height: 100%;background: #578113;margin-left: 1px;font-size: 14px;color: #FFFFFF;font-weight: bold;text-align: center;line-height: 45px;}
.product_content_btn li:nth-of-type(1){margin-left: 0px;background: #81b826;}
.product_content_list{width: 100%;height: auto;padding-top: 69px;}
.product_content_list_title{width: 100%;text-align: center;}
.product_content_list_title h2{font-size: 16px;color: #999999;font-weight: bold;}
.product_content_list_title h2 strong{color: #333333;font-size: 20px;}
.product_content_list_title span{display: block;width: 28px;height: 2px;background: #81B826;margin: 0px auto;margin-top: 5px;}
.product_content_list_cptx{padding: 0;}
/*元元充电*/
.yycd_ppln_box{width: 100%;height: auto;padding: 70px 0px 0px;}
.yycd_ppln_content{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;margin-top: 60px;}
.yycd_ppln_content_left{width: 285px;height: 285px;border: 1px solid #81B826;border-radius: 50%;display: flex;justify-content: center;align-items: center;}
.yycd_ppln_content_left img{width: 206px;height: auto;display: block;transition: all 0.6s}
.yycd_ppln_content_left img:hover{transform: rotateZ(360deg);}
.yycd_ppln_content_right{width: 855px;height: auto;}
.yycd_ppln_content_right_title{width: 100%;height: auto;padding-bottom: 24px;border-bottom: 1px solid #EEEEEE;}
.yycd_ppln_content_right_title h2{font-size: 20px;color: #333333;}
.yycd_ppln_content_right_title span{display: block;color: #81B826;margin-top: 10px;}
.yycd_ppln_content_right_txt{width: 100%;height: auto;padding-top: 29px;}
.yycd_ppln_content_right_txt strong{display: block;font-weight: normal;font-size: 18px;color: #333333;}
.yycd_ppln_content_right_txt:hover strong{color: #81B826;}
.yycd_ppln_content_right_txt p{font-size: 14px;color: #666666;line-height: 30px;margin-top: 10px;}
.yycd_jjfa_box{width: 100%;height: auto;padding-top: 80px;}
.yycd_jjfa_content{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 60px;align-items: center;}
.yycd_jjfa_content_left{width: 660px;height: auto;}
.yycd_jjfa_content_left img{width: 100%;height: auto;display: block;}
.yycd_jjfa_content_right{width: 480px;height: auto;}
.yycd_jjfa_content_right h2{font-size: 20px;color: #81B826;}
.yycd_jjfa_content_right p{font-size: 14px;color: #333333;text-align: justify;line-height: 30px;text-align: justify;margin-top: 15px;}
.yycd_jjfa_content_right_div{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 10px;}
.yycd_jjfa_content_right_div p{display: block;width: 230px;height: 40px;border: 1px solid #EEEEEE;line-height: 40px;margin-top: 17px;text-align: center;}
.yycd_jjfa_content_right_div p:hover{background: #81B826;border-color: #81B826;color: #FFFFFF;}
.yycd_dwtd_box{width: 100%;height: auto;padding: 60px 0px;background: #F9F9F9;margin-top: 80px;}
.yycd_dwtd_title{font-size: 24px;color: #81B826;font-weight: bold;text-align: center;}
.yycd_dwtd_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 40px;}
.yycd_dwtd_ul li{width: 232px;height: auto;padding: 30px 21px 44px 21px;background: #FFFFFF;}
.yycd_dwtd_ul_icon{width: 80px;height: 80px;background: #81B826;border-radius: 50%;margin: 0px auto;display: flex;justify-content: center;align-items: center;}
.yycd_dwtd_ul_icon img{display: block;}
.yycd_dwtd_ul_icon img:nth-of-type(2){display: none;}
.yycd_dwtd_ul li h2{font-size: 20px;color: #333333;text-align: center;margin-top: 20px;}
.yycd_dwtd_ul li p{font-size: 14px;color: #666666;text-align: center;line-height: 26px;margin-top: 10px;}
.yycd_dwtd_ul li:hover{background: #81B826;}
.yycd_dwtd_ul li:hover .yycd_dwtd_ul_icon{background: #fff;}
.yycd_dwtd_ul li:hover .yycd_dwtd_ul_icon img:nth-of-type(1){display: none;}
.yycd_dwtd_ul li:hover .yycd_dwtd_ul_icon img:nth-of-type(2){display: block;}
.yycd_dwtd_ul li:hover h2{color: #fff;}
.yycd_dwtd_ul li:hover p{color: #fff;}
.yycd_dwtd_txt{font-size: 14px;color: #666666;margin-top: 22px;}
.yycd_gntd_box{width: 100%;height: auto;padding: 80px 0px;}
.yycd_gntd_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 20px;}
.yycd_gntd_ul li{width: 386px;height: auto;padding-bottom: 25px;border: 1px solid #EEEEEE;margin-top: 20px;}
.yycd_gntd_ul li img{width: 100%;height: auto;display: block;border-bottom: 1px solid #EEEEEE;}
.yycd_gntd_ul li h2{font-size: 20px;color: #333333;text-align: center;margin-top: 20px;}
.yycd_gntd_ul li p{display: block;width: 332px;height: auto;margin: 0px auto;margin-top: 14px;font-size: 14px;text-align: center;line-height: 22px;color: #666666;}
.yycd_gntd_ul li:hover{background: #81B826;}
.yycd_gntd_ul li:hover h2{color: #fff;}
.yycd_gntd_ul li:hover p{color: #fff;}
.yycd_cpjs_box{width: 100%;height: auto;padding: 60px 0px;background: #F9F9F9;}
.yycd_cpjs_content{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 40px;}
.yycd_cpjs_content_left{width: 620px;height: auto;display: flex;justify-content: space-between;}
.yycd_cpjs_content_left li{width: 300px;height: auto;background: #FFFFFF;padding: 34px 0px;}
.yycd_cpjs_content_left li img{width: 222px;height: auto;display: block;margin: 0px auto;}
.yycd_cpjs_content_left li h2{font-size: 16px;color: #333333;text-align: center;margin-top: 15px;}
.yycd_cpjs_content_left li:hover{box-shadow: 0px 0px 50px 0px rgba(197, 194, 194, 0.3);}
.yycd_cpjs_content_left li:hover h2{color: #81B826;}
.yycd_cpjs_content_right{width: 560px;height: auto;padding: 30px 40px;background: #FFFFFF;}
.yycd_cpjs_content_right_top{width: 100%;height: auto;padding-bottom: 10px;border-bottom: 1px solid #EEEEEE;}
.yycd_cpjs_content_right_top p{color: #666666;line-height: 36px;}
.yycd_cpjs_content_right_bottom{padding-top: 10px;width: 100%;}
.yycd_cpjs_content_right_bottom p{display: block;padding-left: 24px;position: relative;line-height: 24px;color: #666666;font-size: 14px;}
.yycd_cpjs_content_right_bottom p:before{content: "";display: block;width: 8px;height: 8px;background: #81B826;position: absolute;border-radius: 50%; left: 0px;top: 50%;transform: translateY(-50%);}
.yycd_fwal_box{width: 100%;height: auto;padding: 80px 0px;}
.yycd_fwal_content{width: 100%;height: auto;padding-bottom: 40px;position: relative;margin-top: 40px;}
.yycd_fwal_content_div{width: 100%;height: auto;}
.yycd_fwal_content_div img{width: 100%;height: auto;display: block;}
.yycd_fwal_content_div h2{font-size: 16px;color: #333333;line-height: 50px;text-align: center;background: #f5f5f5;display: block;width: 100%;}
.yycd_fwal_content_div:hover h2{color: #81B826;}
.yycd_fwal_content_page{bottom: 0px;width: 100%;}
.yycd_fwal_content_page span{width: 10px;height: 10px;border: 1px solid #81B826;border-radius: 50%;background: none;margin-left: 10px;opacity: 1;}
.yycd_fwal_content_page span:nth-of-type(1){margin-left: 0px;}
.yycd_fwal_content_page span.swiper-pagination-bullet-active{background: #81B826;}
.yycd_jsyy_box{width: 100%;height: auto;padding: 80px 0px;background: #F7F7F7;}
.yycd_jsyy_content{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 60px;}
.yycd_jsyy_content_left{width: 50%;height: auto;background: #FFFFFF;}
.yycd_jsyy_content_left span{display: block;width: 80px;height: 80px;border: 1px solid #81B826;border-radius: 50%;display: flex;justify-content: center;align-items: center;margin: 0px auto;margin-top: 40px;transition: all 0.6s}
.yycd_jsyy_content_left span img{display: block;}
.yycd_jsyy_content_left:hover span{transform: rotateZ(360deg);}
.yycd_jsyy_content_left p{display: block;width: 520px;height: auto;line-height: 30px;color: #333333;margin: 0px auto;margin-top: 30px;text-align: justify;}
.yycd_jsyy_content_right{width: 50%;height: auto;}
.yycd_jsyy_content_right img{width: 100%;height: auto;display: block;}
.yycd_jmhz_box{width: 100%;height: auto;padding: 100px 0px;}
.yycd_jmhz_content{width: 100%;height: auto;padding-top: 60px;}
.yycd_jmhz_content p{font-size: 18px;color: #333333;line-height: 40px;}
.yycd_jmhz_content_ul{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 40px;}
.yycd_jmhz_content_ul li{width: 380px;height: 286px;border: 1px solid #EEEEEE;}
.yycd_jmhz_content_ul li span{display: block;width: 68px;height: 68px;border: 1px solid #81B826;border-radius: 50%;margin: 0px auto;margin-top: 38px;font-size: 40px;font-weight: bold;text-align: center;line-height: 68px;color: #81B826;}
.yycd_jmhz_content_ul li h2{font-size: 18px;color: #333333;text-align: center;margin-top: 24px;}
.yycd_jmhz_content_ul li p{display: block;width: 320px;margin: 0px auto;margin-top: 18px;font-size: 14px;color: #666666;text-align: center;}
.yycd_jmhz_content_ul li:hover{background: #81B826;border-color: #81B826;}
.yycd_jmhz_content_ul li:hover span{background: #81B826;color: #FFFFFF;border-color: #FFFFFF;}
.yycd_jmhz_content_ul li:hover h2{color: #FFFFFF;}
.yycd_jmhz_content_ul li:hover p{color: #FFFFFF;}
/*新闻中心*/
.news_box{width: 100%;height: auto;padding: 30px 0px 80px 0px;}
.news_list_ul{width: 100%;height: auto;}
.news_list_ul li{width: 100%;height: auto;margin-top: 20px;}
.news_list_ul li a{width: 100%;height: auto;display: flex;justify-content: flex-start;align-items: flex-start;padding: 10px 0;}
.news_time{display: flex;justify-content: center;align-items: flex-end;flex-direction: column;margin-top: 28px;margin-left: 79px;margin-right: 60px;}
.news_time span{display: block;font-size: 36px;color: #999;}
.news_time p{font-size: 12px;color: #999;}
.news_img{width: 350px;height: auto;}
.news_img img{width: 100%;height: auto;display: block;}
.news_content{width: 429px;height: auto;margin-top: 8px;margin-left: 70px;}
.news_content h2{font-size: 18px;color: #333333;font-weight: bold;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;}
.news_content p{font-size: 14px;color: #666666;text-align: justify;line-height: 24px;margin-top: 20px;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.news_content_icon{width: 100%;height: auto;display: flex;justify-content: flex-end;margin-top: 15px;}
.news_content_icon img{display: block;}
.news_content_icon img:nth-of-type(2){display: none;}
.news_list_ul li:hover{background: #81b826;box-shadow: 0px 3px 26px 0px rgba(80, 115, 21, 0.35);}
.news_list_ul li:hover .news_time span{color: #FFFFFF;}
.news_list_ul li:hover .news_time p{color: #FFFFFF;}
.news_list_ul li:hover .news_content h2{color: #FFFFFF;}
.news_list_ul li:hover .news_content p{color: #FFFFFF;}
.news_list_ul li:hover .news_content_icon img:nth-of-type(2){display: block;}
.news_list_ul li:hover .news_content_icon img:nth-of-type(1){display: none;}
.news_detial_box{width: 100%;height: auto;padding: 80px 0px;}
.news_detial_title{width: 100%;height: auto;padding-bottom: 30px;border-bottom: 1px solid #E6E6E6;}
.news_detial_title h2{font-size: 24px;color: #333333;text-align: center;}
.news_detial_div{display: flex;justify-content: center;}
.news_detial_div span{display: block;color: #666666;margin-top: 10px;margin-left: 10px;}
.news_detial_div span:nth-of-type(1){margin-left: 0px;}
.news_detial_content{width: 100%;height: auto;}
.news_detial_content p{color: #666666;line-height: 36px;text-align: justify;margin-top: 24px;}
.news_detial_content p img{max-width: 100%;height: auto;display: block;margin: 0px auto;}
.news_detial_last{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 70px;}
.news_detial_last a{width: 380px;height: 60px;display: block;background: #F5F5F5;text-align: center;line-height: 60px;position: relative;color: #666666;}
.news_detial_last a:nth-of-type(1):before{content: '';display: block;width: 12px;height: 20px;background: url(../images/news_detial_left_icon.png) no-repeat center center;background-size: 12px 20px;position: absolute;left: 20px;top: 50%;transform: translateY(-50%);}
.news_detial_last a:nth-last-of-type(1):after{content: '';display: block;width: 12px;height: 20px;background: url(../images/news_detial_right_icon.png) no-repeat center center;background-size: 12px 20px;position: absolute;right: 20px;top: 50%;transform: translateY(-50%);}
.news_detial_last a:nth-of-type(2){display: flex;justify-content: center;align-items: center;background: #81B826;color: #FFFFFF;}
.news_detial_last a:nth-of-type(2) img{display: block;margin-right: 8px;}
/*关于我们*/
.about_gsjs_box{width: 100%;height: auto;padding-top: 80px;}
.about_gsjs_content{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;margin-top: 63px;}
.about_gsjs_content_left{width: 400px;height: auto;}
.about_gsjs_content_left img{width: 100%;height: auto;display: block;}
.about_gsjs_content_right{width: 740px;height: auto;}
.about_gsjs_content_right h2{font-size: 18px;color: #333333;}
.about_gsjs_content_right p{font-size: 14px;color: #666666;text-align: justify;line-height: 34px;margin-top: 22px;}
.about_gsjs_content_right:hover h2{color: #81B826;}
.about_smyj_box{width: 100%;height: auto;padding: 60px 0px;background: #F7F7F7;margin-top: 80px;}
.about_smyj_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.about_smyj_ul li{width: 285px;height: auto;position: relative;}
.about_smyj_ul li img{width: 100%;height: auto;display: block;transition: all 1.5s;}
.about_smyj_ul_div{width: 100%;height: 100%;position: absolute;left: 0px;top: 0px;background: rgba(0,0,0,0.6);padding: 30px 20px;}
.about_smyj_ul_div h2{font-size: 18px;color: #FFFFFF;}
.about_smyj_ul_div span{display: block;color: #FFFFFF;margin-top: 5px;}
.about_smyj_ul_div em{display: block;width: 12px;height: 2px;background: #81B826;margin-top: 20px;}
.about_smyj_ul_div p{color: #FFFFFF;margin-top: 20px;}
.about_smyj_ul li:hover img{transform: rotateY(360deg);}
.about_fzgh_box{width: 100%;height: auto;padding: 100px 0px;}
.about_fzgh_content{width: 100%;height: auto;display: flex;justify-content: flex-start;align-items: center;margin-top: 50px;}
.about_fzgh_content_left{width: 430px;height: auto;}
.about_fzgh_content_left img{width: 100%;height: auto;display: block;}
.about_fzgh_content_right{width: 820px;height: auto;display: flex;justify-content: space-between;margin-left: -50px;}
.about_fzgh_content_right li{width: 400px;height: auto;padding: 40px;background: #FFFFFF;box-shadow: 0px 6px 16px 0px rgba(209, 209, 209, 0.44);}
.about_fzgh_content_right li h2{font-size: 24px;color: #333333;}
.about_fzgh_content_right li p{display: block;padding-left: 25px;color: #666666;margin-top: 30px;position: relative;}
.about_fzgh_content_right li p:before{content: "";display: block;width: 9px;height: 8px;background: url(../images/jjfa_cptx_icon.png) no-repeat center center;background-size: 9px auto;position: absolute;left: 0px;top: 8px;}
.about_fzgh_content_right li:hover{background: #81B826;}
.about_fzgh_content_right li:hover h2{color: #fff;}
.about_fzgh_content_right li:hover p{color: #fff;}
.about_fzgh_content_right li:hover p:before{background: url(../images/jjfa_cptx_icon_hover.png) no-repeat center center;}
.about_join_box{width: 100%;height: auto;padding: 80px 0px;background: #F7F7F7;}
.about_join_ul{width: 100%;height: auto;margin-top: 40px;}
.about_join_ul li{width: 100%;height: auto;background: #FFFFFF;margin-top: 20px;}
.about_join_ul_top{width: 100%;height: 49px;background: #FFFFFF;padding: 0px 30px;display: flex;justify-content: space-between;align-items: center;cursor: pointer;}
.about_join_ul_top h2{font-size: 16px;color: #666666;}
.about_join_ul_top span img{display: block;}
.about_join_ul_top span img:nth-of-type(2){display: none;}
.about_join_content{width: 100%;height: auto;padding: 30px;padding-top: 0px;display: none;}
.about_join_content h2{font-size: 14px;color: #333333;margin-top: 30px;margin-bottom: 10px;}
.about_join_content p{font-size: 14px;color: #666666;line-height: 30px;}
.about_join_ul li.on .about_join_ul_top{background: #81B826;}
.about_join_ul li.on .about_join_ul_top h2{color: #FFFFFF;}
.about_join_ul li.on .about_join_ul_top span img:nth-of-type(2){display: block;}
.about_join_ul li.on .about_join_ul_top span img:nth-of-type(1){display: none;}
.about_lxwm_box{width: 100%;height: auto;padding: 80px 0px;}
.about_lxwm_ul{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 60px;}
.about_lxwm_ul li{width: 380px;height: auto;padding: 30px 0px;border: 1px solid #EEEEEE;}
.about_lxwm_ul li img{width: 38px;height: auto;display: block;margin: 0px auto;}
.about_lxwm_ul li h2{font-size: 18px;color: #333333;text-align: center;margin-top: 15px;}
.about_lxwm_ul li p{font-size: 14px;color: #666666;margin-top: 15px;text-align: center;}
.about_lxwm_map_box{width: 100%;height: auto;border: 1px solid #81B826;padding: 10px;margin-top: 30px;}
.about_lxwm_ul li:hover{border-color: #81B826;}
.about_lxwm_ul li:hover h2{color: #81B826;}
.about_lxwm_ul li:hover p{color: #81B826;}
#dituContent{width: 100%;height: 506px;}
/*footer start*/
.footer{width: 100%;height: auto;background: #333333;padding: 48px 0px;padding-bottom: 56px;border-bottom: 1px solid rgba(255,255,255,0.1);}
.footer_box{width: 100%;height: auto;display: flex;justify-content: space-between;}
.footer_left_box{width: 235px;}
.footer_title_text{font-size: 16px;color: #FFFFFF;}
.footer_title span{display: block;width: 40px;height: 2px;background: #81b826;margin-top: 13px;}
.footer_contant_box{width: 100%;height: auto;padding: 23px 0px 13px 7px;background: url(../images/footer_map_bg.png) no-repeat center center;margin-top: 15px;}
.footer_contant_box p{font-size: 12px;color: #999999;display: flex;justify-content: flex-start;align-items: center;margin-top: 20px;}
.footer_contant_box p:nth-of-type(1){margin-top: 0px;}
.footer_contant_box p img{width: 16px;height: auto;display: block;margin-right: 17px;}
.footer_center_box{width: 333px;height: auto;}
.footer_center_link{width: 210px;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 11px;}
.footer_center_link a{display: block;padding-left: 17px;font-size: 14px;color: #999999;margin-top: 18px;position: relative;}
.footer_center_link a:before{content: "";display: block;width: 6px;height: 7px;background: url(../images/footer_nav_ico.png) no-repeat center center;background-size: 6px 7px;position: absolute;left: 0px;top: 50%;transform: translateY(-50%);}
.footer_center_link a:hover{color: #81B826;}
.footer_qq_box{width: 266px;height: auto;display: flex;justify-content: space-between;align-items: center;cursor: pointer;}
.footer_qq_box li{width: 54px;height: auto;position: relative;}
.footer_qq_box li img{width: 100%;height: auto;display: block;}
.footer_qq_box li p{font-size: 14px;color: rgba(255,255,255,0.6);text-align: center;margin-top: 12px;}
.footer_qq_div{width: 88px;height: 92px;background: url(../images/footer_ewm_bg.png) no-repeat center center;background-size: 88px 92px;padding-top: 4px;justify-content: center;align-items: center;position: absolute;left: 50%;bottom: -98px;transform: translateX(-50%);display: none;}
.footer_qq_div img{display: block;}
.footer_qq_box li:hover .footer_qq_div{display: flex;}
.footer_last_box{width: 100%;height: auto;background: #333333;}
.footer_last_box p{font-size: 12px;color: #999999;text-align: center;line-height: 53px;}
.footer_last_box p a{color: #999999;}
.right_online_box{width: 64px;height: auto;position: fixed;top: 60%;/*transform: translateY(-50%);*/right: 20px;z-index: 9999;}
.right_online_box li{width: 100%;height: 74px;margin-top: 1px;background: #81B826;display: flex;justify-content: center;align-items: center;flex-direction: column;position: relative;cursor: pointer;box-shadow: 0px 4px 32px 0px rgba(0, 0, 95, 0.1);}
.right_online_box li:nth-of-type(1){margin-top: 0px;}
.right_online_box li a{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.right_online_box li img{display: block;margin-bottom: 10px;}
.right_online_box li p{font-size: 12px;color: #FFFFFF;text-align: center;}
.right_online_box li:hover{background: #68a602;}
.right_phone_number{width: 200px;height: 74px;background: #68a602;color: #FFFFFF;text-align: center;line-height: 72px;font-size: 18px;position: absolute;left: -210px;top: 0px;display: none;}
.right_online_box li:hover .right_phone_number{display: block;}
.wechat_box{width: 144px;height: 141px;background: url(../images/right_online_bg.png) no-repeat center center;background-size: 144px 141px;position: absolute;left: -144px;top: -17px;display: none;}
.wechat_box img{width: 100px;height: auto;display: block;margin: 21px 0px 0px 21px;}
.right_online_box li:hover .wechat_box{display: block;}
/*footer end*/
@media only screen and (max-width: 1919px) {
	.index_product_ul li{width: 24%;}
	.index_product_ul_div{width: 92%;height: 92%;}
	.index_product_ul_div_title{margin: 10px auto;}
	.index_product_ul_div p{font-size: 12px;}
	.index_more.center{margin-top: 10px;}
}
@media (max-width: 1199px) {
	.content_WH{width: 990px;}
	.index_about_top_left{width: 440px;}
	.index_about_title_eng{font-size: 116px;}
	.index_about_top_right{width: 500px;}
	.index_about_bottom_left{margin-right: 20px;}
	.index_about_bottom_box li:after{display: none;}
	.index_application_content{width: 96%;}
	.index_application_list_sw{width: 90%;}
	.index_application_list_sw .swiper-slide{width: 88%;}
	.index_application_list_sw_left{width: 48.5%;}
	.index_application_list_sw_right{width: 48.5%;}
	.index_product_box{padding: 80px 0px;}
	.index_product_ul{flex-wrap: wrap;}
	.index_product_ul li{width: 48%;margin-top: 4%;}
	.index_product_ul li:nth-of-type(1),.index_product_ul li:nth-of-type(2){margin-top: 0px;}
	.index_product_ul_div{width: 92%;height: 92%;}
	.index_product_ul_div_title{font-size: 18px;margin-top: 56px;margin-bottom: 18px;}
	.index_product_ul_div p{font-size: 14px;}
	.index_more.center{margin-top: 32px;}
	.index_advantages_ul li{width: 19.5%;}
	.index_news_ul_img{width: 307px;}
	.index_news_ul_info{margin-left: 34px;width: 405px;}
	.header_box h1{width: 95px !important;}
	.header_left_box:after{left: 120px;}
	.header_right_box{width: 688px;}
	.nav_box{width: 609px;}
	.jjfa_gfcn_content_left{width: 556px;}
	.jjfa_fatd_ul li{width: 318px;}
	.jjfa_fatd_ul li:nth-of-type(1) .jjfa_fatd_ul_content{width: 92%;}
	.jjfa_xgcp_ul li{width: 238px;}
	.jjfa_cptx_box h2:after{width: 869px;}
	.jjfa_cptx_content p{margin-right: 60px;}
	.product_ul li{width: 32%;}
	.product_detial_top_left{width: 387px;}
	.product_detial_top_right{width: 566px;}
	.yycd_ppln_content_right{width: 675px;}
	.yycd_jjfa_content_left{width: 540px;}
	.yycd_jjfa_content_right{width: 422px;}
	.yycd_jjfa_content_right_div p{width: 205px;}
	.yycd_dwtd_ul li{width: 194px;padding: 30px 16px 44px 16px;}
	.yycd_gntd_ul li{width: 323px;}
	.yycd_gntd_ul li p{width: 92%;}
	.yycd_fwal_content_div h2{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
	.yycd_jsyy_content_left span{width: 50px;height: 50px;margin-top: 25px;}
	.yycd_jsyy_content_left span img{width: 50%;}
	.yycd_jsyy_content_left p{width: 92%;margin-top: 20px;}
	.yycd_jmhz_content_ul li{width: 32%;height: auto;padding: 30px 0px;}
	.yycd_jmhz_content_ul li span{margin-top: 0px;}
	.yycd_jmhz_content_ul li p{width: 92%;}
	.news_time{margin-left: 35px;margin-right: 35px;}
	.news_time span{font-size: 20px;}
	.news_content{margin-left: 55px;}
	.news_detial_last a{width: 32%;}
	.about_gsjs_content_right{width: 568px;}
	.about_smyj_ul li{width: 245px;}
	.about_smyj_ul_div{padding: 20px;}
	.about_fzgh_content_right{width: 610px;}
	.about_fzgh_content_right li{width: 48.5%;padding: 20px;}
	.about_lxwm_ul li{width: 32%;}
	
}
@media (max-width: 990px) {
	.content_WH{width: 92%;}
	.header_box h1{width: 88px;}
	.header_right_box{width: 547px;}
	.nav_box{width: 87%;}
	.index_about_box{padding: 8vw 0px;height: auto;}
	.index_about_title_eng{font-size: 9vw;}
	.index_about_top_left{width: 48.5%;}
	.index_about_top_right{width: 48.5%;}
	.index_about_bottom_box{padding-top: 8vw;margin: 0px;}
	.index_about_bottom_box li{width: 32%;}
	.index_about_bottom_right_title{font-size: 20px;}
	.index_about_bottom_box li:nth-of-type(2){width: 32%;}
	.index_about_bottom_left{width: 60px;height: 60px;}
	.index_about_bottom_left:after{width: 70px;height: 70px;margin-left: -35px;margin-top: -35px;}
	.index_about_bottom_left_img img{width: 30px;}
	.index_about_bottom_right{flex: 1;}
	.index_application_box{height: auto;padding: 8vw 0px;}
	.index_application_list_sw .swiper-slide{padding: 4%;}
	.index_application_list_sw_right h2{font-size: 24px;}
	.index_application_list_sw_right p{margin-top: 5px;}
	.index_more{margin-top: 10px;}
	.index_application_list_sw_right_btn{display: none;}
	.index_application_list_sw_left_btn{display: none;}
	.index_product_box{padding: 8vw 0px;}
	.index_product_ul_div_title{margin-top: 8%;margin-bottom: 4%;}
	.index_advantages_box{height: auto;padding: 8vw 0px;}
	.index_advantages_ul{margin-top: 50px;flex-wrap: wrap;}
	.index_advantages_ul li{width: 48.5%;margin-top: 30px;}
	.index_news_box{height: auto;padding: 8vw 0px;}
	.index_news_ul li a{padding: 2%;justify-content: space-between;}
	.index_news_ul_img{width: 30%;margin: 0;}
	.index_news_ul_info{width: 48%;margin: 0;}
	.header_box h1:nth-of-type(2){margin-left: 8%;}
	.header_left_box:after{display: none;}
	.header_box h1{width: 34% !important;}
	.jjfa_fatd_ul li{width: 32%;}
	.jjfa_fatd_ul li:nth-of-type(2) .jjfa_fatd_ul_content{width: 92%;}
	.jjfa_fatd_ul li:nth-of-type(3) .jjfa_fatd_ul_content{width: 92%;}
	.jjfa_xgcp_ul{flex-wrap: wrap;margin-top: 10px;}
	.jjfa_xgcp_ul li{width: 48.5%;margin-top: 30px;}
	.jjfa_cptx_box h2:after{display: none;}
	.product_box{padding: 8vw 0px;}
	.product_detial_top{flex-wrap: wrap;}
	.product_detial_box{padding: 8vw 0px;}
	.product_detial_top_left{margin: 0px auto;width: 500px;}
	.product_detial_top_right{width: 100%;margin-top: 30px;}
	.product_detial_top_right h2{width: 100%;text-align: center;}
	.yycd_ppln_box{padding: 8vw 0px 0;}
	.yycd_ppln_content{flex-wrap: wrap;}
	.yycd_ppln_content_left{margin: 0px auto;}
	.yycd_ppln_content_right{width: 100%;margin-top: 30px;}
	.yycd_jjfa_box{padding-top: 8vw;}
	.yycd_jjfa_content{flex-wrap: wrap;}
	.yycd_jjfa_content_left{margin: 0px auto;}
	.yycd_jjfa_content_right{width: 100%;margin-top: 50px;}
	.yycd_jjfa_content_right h2{text-align: center;}
	.yycd_jjfa_content_right_div p{width: 48.5%;}
	.yycd_dwtd_box{padding: 8vw 0px;margin-top: 8vw;}
	.yycd_dwtd_ul{justify-content: flex-start;margin-top: 10px;}
	.yycd_dwtd_ul li{width: 32%;padding: 2%;margin-left: 1.2%;margin-top: 30px;}
	.yycd_gntd_box{padding: 8vw 0px;}
	.yycd_gntd_ul li{width: 48.5%;}
	.yycd_cpjs_content{flex-wrap: wrap;}
	.yycd_cpjs_content_left{width: 100%;}
	.yycd_cpjs_content_left li{width: 48.5%;}
	.yycd_cpjs_content_right{width: 100%;margin-top: 20px;}
	.yycd_fwal_box{padding: 8vw 0px;}
	.yycd_jsyy_box{padding: 8vw 0px;}
	.yycd_jsyy_content{flex-direction: column-reverse;}
	.yycd_jsyy_content_right{width: 600px;margin: 0px auto;}
	.yycd_jsyy_content_left{width: 100%;padding-bottom: 25px;}
	.yycd_jmhz_box{padding: 8vw 0px;}
	.news_list_ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
	.news_list_ul li{width: 48.5%;}
	.news_time{display: none;}
	.news_list_ul li a{flex-wrap: wrap;}
	.news_img{width: 100%;}
	.news_content{margin-left: 0px;margin-top: 30px;width: 100%;}
	.news_list_ul li a{padding: 2%;}
	.news_detial_box{padding: 8vw 0;}
	.about_gsjs_box{padding-top: 8vw;}
	.about_gsjs_content{flex-wrap: wrap;}
	.about_gsjs_content_left{margin: 0px auto;}
	.about_gsjs_content_right{width: 100%;margin-top: 30px;}
	.about_gsjs_content_right h2{text-align: center;}
	.about_smyj_box{padding: 4.2vw 0px 8vw;margin-top: 8vw;}
	.about_smyj_ul li{width: 48.5%;margin-top: 3vw;}
	.about_fzgh_box{padding: 8vw 0px;}
	.about_fzgh_content{flex-wrap: wrap;}
	.about_fzgh_content_left{margin: 0px auto;}
	.about_fzgh_content_right{width: 100%;margin: 0;}
	.about_join_box{padding: 8vw 0px;}
	.about_lxwm_box{padding: 8vw 0px;}
	
}
@media (max-width: 768px) {
	.right_online_box{display: none;}
	.header_box{height: 13.8vw;}
	.header_right_box{position: absolute;left: 0px;top: 13.8vw;height: calc(100vh - 13.8vw);width: 100%;background: #FFFFFF;display: none; flex-wrap: nowrap;flex-direction: column;z-index: 9999;}
	.nav_box{flex-direction: column;height: auto;justify-content: flex-start;margin: 0px auto;}
	.nav_box li{width: 100%;text-align: center;font-size: 3.6vw;height: auto;}
	.nav_box li.on:after{height: 0.4vw;}
	.nav_box li a{line-height: 16vw;display: initial;}
	.nav_list_box{position: relative;width: 100%;height: 100%;top: 0;box-shadow: none;padding: 5vw 0px;border-top: 1px solid #81B826;border-bottom: 1px solid #81B826;}
	.nav_list_box a{display: block !important;line-height: 10.8vw !important;}
	.hd_btn{display: block;}
	.header_box h1{width: 20vw !important;}
	.header_box h1:nth-of-type(2){width: 25vw !important;}
	.Website_language{font-size: 3.6vw;flex: 1;line-height: 16vw;text-align: center;}
	.banner_page span{width: 2vw;height: 2vw;}
	.banner_page{bottom: 3.2vw !important;}
	.index_about_top_box{flex-direction: column-reverse;}
	.index_about_top_right{width: 100%;}
	.index_about_top_left{width: 100%;margin-top: 3.2vw;}
	.index_about_top_left_title{text-align: center;}
	.index_about_title_cn{font-size: 4.8vw;left: 50%;transform: translate(-50%, -50%);}
	.index_about_title_eng{font-size: 8.8vw;text-align: center;}
	.index_about_top_left p{font-size: 3.2vw;line-height: 5.8vw;margin-top: 3.2vw;}
	.index_about_top_left a{width: 35vw;height: 10vw;border-radius: 5vw;font-size: 3.6vw;line-height: 10vw;margin: 0px auto;margin-top: 5.8vw;}
	.index_about_bottom_left{width: 9vw;height: 9vw;margin-right: 0px}
	.index_about_bottom_left:after{width: 12vw;height: 12vw;margin-left: -6vw;margin-top: -6vw;}
	.index_about_bottom_left_img img{width: 6vw;}
	.index_about_bottom_right_title{font-size: 3.6vw;text-align: center;}
	.index_about_bottom_right p{font-size: 3.2vw;margin-top: 1.2vw;text-align: center;line-height: 5.8vw;}
	.index_about_bottom_box{flex-wrap: wrap;padding-top: 2.2vw;justify-content: space-around;}
	.index_about_bottom_box li{width: 48.5%;flex-direction: column;}
	.index_about_bottom_box li:nth-of-type(2){width: 48.5%;}
	.index_about_bottom_right{margin-top: 5.8vw;}
	.index_about_bottom_box li{margin-top: 5.8vw;}
	.index_title_en{font-size: 5.8vw;}
	.index_title_cn{font-size: 4.8vw;}
	.index_application_btn{margin-top: 5.8vw;}
	.index_application_btn li{width: 37vw;height: 10.8vw;font-size: 3.6vw;line-height: 10.8vw;border-radius: 0.4vw;}
	.index_application_list_sw{width: 100%;}
	.index_application_list_sw .swiper-slide{width: 100%;flex-wrap: wrap;border-radius: 0.8vw;}
	.index_application_list_sw_left{width: 100%;}
	.index_application_list_sw_right{width: 100%;margin-top: 3.2vw;}
	.index_application_list_sw_right h2{font-size: 3.6vw;text-align: center;}
	.index_application_list_sw_right p{font-size: 3.2vw;line-height: 5.8vw;margin-top: 1.2vw;}
	.index_more{width: 35vw;height: 10vw;border-radius: 5vw;font-size: 3.6vw;line-height: 10vw;margin: 0px auto;margin-top: 3.2vw;}
	.index_product_ul{margin-top: 2.8vw;}
	.index_product_ul li:nth-of-type(1), .index_product_ul li:nth-of-type(2){margin-top: 3vw;}
	.index_product_ul li{margin-top: 3vw;}
	.index_product_ul_bottom{font-size: 3.6vw;margin-top: 3.2vw;}
	.index_product_ul_div_title{font-size: 3.2vw;}
	.index_product_ul_div p{font-size: 2.7vw;margin-top: 0;}
	.index_product_ul_div{padding: 2%;}
	.index_product_ul_div_content{overflow:hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;height: 12vw;}
	.index_more.center{width: 92%;height: 6.8vw;margin-top: 4.2vw;font-size: 3.2vw;line-height: 6.8vw;border-radius: 3.4vw;}
	.index_more.product_more{width: 35vw;height: 10vw;border-radius: 5vw;font-size: 3.6vw;line-height: 10vw;margin: 0px auto;margin-top: 3.2vw;}
	.index_advantages_ul{margin-top: 2.8vw;}
	.index_advantages_ul li{margin-top: 3vw;}
	.index_advantages_ul_img{width: 18vw;height: 18vw;margin-top: 4.8vw;}
	.index_advantages_ul_img img{width: 9vw;}
	.index_advantages_ul_title{font-size: 3.6vw;margin-top: 3.2vw;}
	.index_advantages_ul li span{width: 6vw;height: 0.5vw;margin-top: 3.2vw;}
	.index_advantages_ul li p{width: 92%;font-size: 3.2vw;line-height: 5.8vw;margin-top: 3.2vw;}
	.index_advantages_ul li{padding-bottom: 4.8vw;}
	.index_news_ul{margin-top: 2.8vw;display: flex;justify-content: space-between;flex-wrap: wrap;}
	.index_news_ul li{width: 48.5%;}
	.index_news_ul li a{flex-direction: column;}
	.index_news_ul_date{display: none;}
	.index_news_ul_img{width: 100%;}
	.index_news_ul_info{width: 100%;}
	.index_news_ul_info h2{font-size: 3.6vw;margin-top: 3.2vw;}
	.index_news_ul_info p{font-size: 3.2vw;line-height: 5.8vw;margin-top: 3.2vw;}
	.index_news_ul_info span{margin-top: 3.2vw;}
	.index_news_ul_info span img{width: 4vw;}
	.index_news_ul li:nth-last-of-type(1){display: block;}
	.footer_box{flex-wrap: wrap;}
	.footer{padding: 8vw 0px;}
	.footer_left_box{width: auto;margin-top: 4.8vw;}
	.footer_title span{width: 9vw;height: 0.4vw;margin-top: 3.2vw;}
	.footer_title_text{font-size: 3.6vw;}
	.footer_contant_box{padding: 0;}
	.footer_contant_box p img{width: 3vw;margin-right: 1.2vw;}
	.footer_contant_box p:nth-of-type(1){margin-top: 3.2vw;}
	.footer_contant_box p{font-size: 3.2vw;margin-top: 3.2vw;}
	.footer_center_box{width: 40%;margin-top: 4.8vw;}
	.footer_center_link{width: 100%;margin-top: 0px;}
	.footer_center_link a{font-size: 3.2vw;padding-left: 3.2vw;margin-top: 3.2vw;}
	.footer_qq_box{width: 100%;order: -1;justify-content: space-between;}
	.footer_qq_box li{margin-left: 0;width: 30vw;}
	.footer_qq_box li:nth-of-type(1){margin-left: 0px;}
	.footer_qq_box li img{width: 10vw;margin: 0px auto;}
	.footer_qq_box li p{font-size: 3.2vw;margin-top: 3.2vw;}
	.footer_qq_div{width: 100%;height: 20vw;display: block;position: relative;left: initial;top: initial;transform: none;margin: 0px auto;margin-top: 3.2vw;bottom: initial;background: none;}
	.footer_qq_div img{width: 68% !important;}
	.footer_last_box p{font-size: 2.7vw;line-height: 5.8vw;}
	.crumbs{border-bottom: none;}
	.crumbs.on .crumbs_content_left{display: none;}
	.crumbs_content{flex-wrap: wrap;height: auto;}
	.crumbs_content_left{width: 100%;line-height: 10.8vw;border-bottom: 1px solid #E5E5E5;font-size: 3.2vw;}
	.crumbs_content_right{width: 100%;height: auto;justify-content: center;border-bottom: 1px solid #E5E5E5;}
	.crumbs_content_right li{line-height: 10.8vw;font-size: 3.2vw;margin-left: 5.8vw;}
	.jjfa_gfcn_box{padding-top: 8vw;}
	.jjfa_gfcn_content{flex-wrap: wrap;margin-top: 5.8vw;padding: 3%;}
	.jjfa_gfcn_content_left{width: 100%;}
	.jjfa_gfcn_content_right{width: 100%;margin-left: 0px;margin-top: 3.2vw;}
	.jjfa_gfcn_content_right h2{font-size: 4.2vw;text-align: center;}
	.jjfa_gfcn_content_right p{font-size: 3.2vw;line-height: 5.8vw;}
	.jjfa_fatd_box{padding-top: 8vw;}
	.jjfa_fatd_title{font-size: 4.2vw;}
	.jjfa_fatd_ul_img{width: 6vw;}
	.jjfa_fatd_ul{margin-top: 5.8vw;}
	.jjfa_fatd_ul li{padding: 5.8vw 0px;}
	.jjfa_fatd_ul_title{font-size: 3.6vw;margin-top: 3.2vw;}
	.jjfa_fatd_ul_content p{font-size: 3.2vw;line-height: 5.8vw;margin-top: 3.2vw;padding-left: 5vw;text-align: justify;}
	.jjfa_fatd_ul_content p:before{width: 2.5vw;height: 2.5vw;background-size: 2.5vw;}
	.jjfa_xgcp_box{padding: 8vw 0px;margin-top: 8vw;}
	.jjfa_xgcp_ul li h2{font-size: 3.6vw;margin-top: 3.2vw;}
	.jjfa_xgcp_ul{margin-top: 2vw;}
	.jjfa_xgcp_ul li{margin-top: 3.8vw;}
	.crumbs_content_right li:hover:after, .crumbs_content_right li.on:after{width: 18vw;}
	.jjfa_cptx_box{padding: 8vw 0px;}
	.jjfa_cptx_content{flex-direction: column;}
	.jjfa_cptx_title{font-size: 4.2vw;margin-bottom: 2.6vw;}
	.jjfa_cptx_box p{font-size: 3.2vw;line-height: 5.8vw;margin-top: 3.2vw;}
	.jjfa_cptx_box h2{font-size: 3.6vw;margin-top: 5.8vw;}
	.jjfa_cptx_box p{font-size: 3.2vw;margin-right: 0px;margin-top: 3.2vw;}
	.jjfa_cpjbcs_box{padding-bottom: 8vw;}
	.jjfa_cpjbcs_box table{margin-top: 5.8vw;}
	.jjfa_cpjbcs_box table th{font-size: 3.2vw;height: 10.8vw;}
	.jjfa_cpjbcs_box table td{font-size: 2.7vw;height: 10.8vw;}
	.jjfa_cpjbcs_box p{font-size: 3.2vw;margin-top: 3.2vw;line-height: 3.2vw;}
	.product_ul{margin-top: 2vw;}
	.product_ul li{width: 48.5%;margin-top: 3.8vw;}
	.product_ul li h2{font-size: 3.6vw;margin-top: 3.6vw;}
	#pagesize ul li{width: 5vw;height: 5vw;margin-left: 1.2vw;font-size: 3.2vw;}
	#pagesize ul li img{width: 1.2vw;}
	#pagesize ul li:nth-last-of-type(1){line-height: 5vw;margin-left: 1.8vw;}
	#pagesize ul{margin-top: 5.8vw;}
	#pagesize ul li:nth-of-type(1), #pagesize ul li:nth-last-of-type(1){font-size: 3.2vw;line-height: 5vw;width: 14vw;height: 5vw;}
	.product_detial_top_left{width: 100%;height: auto;padding: 2%;}
	.product_detial_top_right{margin-top: 5.8vw;}
	.product_detial_top_right h2{font-size: 3.6vw;padding-bottom: 1.8vw;}
	.product_detial_top_right p{font-size: 3.2vw;line-height: 5.8vvw;padding-left: 3.2vw;margin-top: 3.8vw;}
	.product_content_btn{height: 10.8vw;}
	.product_content_btn li{width: 30vw;height: 100%;font-size: 3.6vw;line-height: 10.8vw;}
	.product_content{padding-top: 5.8vw;}
	.product_content_list{padding-top: 5.8vw;}
	.product_content_list_title h2{font-size: 3.2vw;}
	.product_content_list_title h2 strong{font-size: 3.6vw;}
	.product_content_list_title span{width: 12vw;height: 0.5vw;}
	.product_content_list_cptx{padding: 0;}
	.yycd_ppln_content{margin-top: 5.8vw;}
	.yycd_ppln_content_left{width: 32vw;height: 32vw;}
	.yycd_ppln_content_left img{width: 68%;}
	.yycd_ppln_content_right{margin-top: 5.8vw;}
	.yycd_ppln_content_right_title{padding-bottom: 3.8vw;}
	.yycd_ppln_content_right_title h2{font-size: 4.2vw;}
	.yycd_ppln_content_right_title span{font-size: 3.6vw;margin-top: 1.2vw;}
	.yycd_ppln_content_right_txt{margin-top: 3.2vw;padding-top: 0px;}
	.yycd_ppln_content_right_txt strong{font-size: 3.6vw;}
	.yycd_ppln_content_right_txt p{font-size: 3.2vw;line-height: 5.8vw;margin-top: 3.2vw;}
	.yycd_jjfa_content{margin-top: 5.8vw;}
	.yycd_jjfa_content_left{width: 100%;}
	.yycd_jjfa_content_right{margin-top: 5.8vw;}
	.yycd_jjfa_content_right h2{font-size: 3.6vw;}
	.yycd_jjfa_content_right p{font-size: 3.2vw;line-height: 5.8vw;margin-top: 1.2vw;}
	.yycd_jjfa_content_right_div{margin-top: 0px;}
	.yycd_jjfa_content_right_div p{height: 10.8vw;font-size: 3.6vw;line-height: 10.8vw;margin-top: 3.2vw;}
	.yycd_dwtd_title{font-size: 4.8vw;}
	.yycd_dwtd_ul{justify-content: space-between;margin-top: 2.8vw;}
	.yycd_dwtd_ul li{width: 48.5%;margin-top: 3vw;margin-left: 0px;}
	.yycd_dwtd_ul_icon{width: 16vw;height: 16vw;}
	.yycd_dwtd_ul_icon img{width: 8vw;}
	.yycd_dwtd_ul li h2{font-size: 3.6vw;margin-top: 3.2vw;}
	.yycd_dwtd_ul li p{font-size: 3.2vw;line-height: 5.8vw;margin-top: 1.2vw;}
	.yycd_dwtd_txt{font-size: 3.2vw;line-height: 5.8vw;margin-top: 3.2vw;}
	.yycd_gntd_ul{margin-top: 2.8vw;}
	.yycd_gntd_ul li{margin-top: 3vw;padding-bottom: 3.2vw;}
	.yycd_gntd_ul li h2{font-size: 3.6vw;margin-top: 3.2vw;}
	.yycd_gntd_ul li p{font-size: 3.2vw;margin-top: 3.2vw;line-height: 5.8vw;}
	.yycd_cpjs_box{padding: 8vw 0px;}
	.yycd_cpjs_content{margin-top: 5.8vw;}
	.yycd_cpjs_content_left li{padding: 3.2vw;}
	.yycd_cpjs_content_left li img{max-width: 100%;}
	.yycd_cpjs_content_right{padding: 3.2vvw;margin-top: 3.2vw;}
	.yycd_cpjs_content_right_top{padding-bottom: 1.8vw;}
	.yycd_cpjs_content_right_bottom p{font-size: 3.2vw;line-height: 5.8vw;padding-left: 3.2vw;}
	.yycd_cpjs_content_right_bottom p:before{width: 1.2vw;height: 1.2vw;}
	.yycd_cpjs_content_right_top p{font-size: 3.2vw;line-height: 5.8vw;}
	.yycd_fwal_content{margin-top: 5.8vw;padding-bottom: 6vw;}
	.yycd_fwal_content_page span{width: 2vw;height: 2vw;margin-left: 1.2vw;}
	.yycd_fwal_content_div h2{font-size: 3.2vw;line-height: 10.8vw;}
	.yycd_jsyy_content{margin-top: 5.8vw;}
	.yycd_jsyy_content_right{width: 100%;}
	.yycd_jsyy_content_left{padding-bottom: 3.2vw;}
	.yycd_jsyy_content_left span{width: 10vw;height: 10vw;margin-top: 3.2vw;}
	.yycd_jsyy_content_left p{font-size: 3.2vw;line-height: 5.8vw;margin-top: 3.2vw;}
	.yycd_jmhz_content{padding-top: 5.8vw;}
	.yycd_jmhz_content p{font-size: 3.2vw;line-height: 5.8vw;}
	.yycd_jmhz_content_ul{margin-top: 3.2vw;}
	.yycd_jmhz_content_ul li{padding: 3.2vw;}
	.yycd_jmhz_content_ul li span{width: 10.8vw;height: 10.8vw;font-size: 5.8vw;line-height: 10.8vw;}
	.yycd_jmhz_content_ul li h2{font-size: 3.6vw;margin-top: 1.2vw;}
	.yycd_jmhz_content_ul li p{font-size: 3.2vw;line-height: 5.8vw;margin-top: 1.2vw;}
	.news_list_ul{margin-top: 2.8vw;}
	.news_list_ul li{margin-top: 3vw;}
	.news_box{padding: 8vw 0px;padding-top: 2.2vw;}
	.news_content{margin-top: 3.2vw;}
	.news_content h2{font-size: 3.6vw;}
	.news_content p{font-size: 3.2vw;line-height: 5.8vw;margin-top: 3.2vw;}
	.news_content_icon{margin-top: 3.2vw;}
	.news_content_icon img{width: 3.5vw;}
	.news_detial_title h2{font-size: 4.2vw;}
	.news_detial_title{padding-bottom: 1.8vw;}
	.news_detial_div span{font-size: 3.2vw;margin-left: 1.2vw;margin-top: 1.2vw;}
	.news_detial_content p{font-size: 3.2vw;line-height: 5.8vw;margin-top: 3.2vw;}
	.news_detial_last{margin-top: 5.8vw;}
	.news_detial_last a{height: 10.8vw;line-height: 10.8vw;font-size: 3.6vw;}
	.news_detial_last a:nth-last-of-type(1):after{width: 2vw;height: 5vw;background-size: 2vw auto;right: 3.2vw;}
	.news_detial_last a:nth-of-type(1):before{width: 2vw;height: 5vw;background-size: 2vw auto;left: 3.2vw;}
	.news_detial_last a:nth-of-type(2) img{width: 3vw;margin-right: 1.2vw;}
	.about_gsjs_content{margin-top: 5.8vw;}
	.about_gsjs_content_left{width: 100%;}
	.about_gsjs_content_right{margin-top: 5.8vw;}
	.about_gsjs_content_right h2{font-size: 4.2vw;}
	.about_gsjs_content_right p{font-size: 3.2vw;line-height: 5.8vw;margin-top: 3.2vw;}
	.about_smyj_ul_div{padding: 3.2vw;}
	.about_smyj_ul_div h2{font-size: 3.6vw;}
	.about_smyj_ul_div span{font-size: 3.2vw;margin-top: 0.8vw;}
	.about_smyj_ul_div em{width: 5vw;height: 0.5vw;margin-top: 3.2vw;}
	.about_smyj_ul_div p{font-size: 3.2vw;margin-top: 3.2vw;}
	.about_fzgh_content{margin-top: 5.8vw;}
	.about_fzgh_content_left{width: 100%;}
	.about_fzgh_content_right li{padding: 3.2vw;}
	.about_fzgh_content_right li h2{font-size: 3.6vw;}
	.about_fzgh_content_right li p{font-size: 3.2vw;padding-left: 3.2vw;margin-top: 3.2vw;}
	.about_fzgh_content_right li p:before{width: 1.8vw;height: 1.8vw;background-size: 1.8vw auto;background-position-y: top;top: 1.2vw;}
	.about_join_ul{margin-top: 2.6vw;}
	.about_join_ul li{margin-top: 3.2vw;}
	.about_join_ul_top{height: 10.8vw;padding: 0 3.2vw;}
	.about_join_ul_top h2{font-size: 3.6vw;}
	.about_join_ul_top span img{width: 2.3vw;}
	.about_join_content{padding: 0px 3.2vw 3.2vw 3.2vw;}
	.about_join_content h2{font-size: 3.2vw;margin-top: 3.2vw;margin-bottom: 3.2vw;}
	.about_join_content p{font-size: 3.2vw;line-height: 5.8vw;}
	.about_lxwm_ul{margin-top: 5.8vw;}
	.about_lxwm_ul li img{width: 5.2vw;}
	.about_lxwm_ul li{padding: 3.2vw;}
	.about_lxwm_ul li h2{font-size: 3.2vw;margin-top: 3.2vw;}
	.about_lxwm_ul li p{font-size: 2.7vw;margin-top: 3.2vw;}
	.about_lxwm_map_box{margin-top: 5.8vw;padding: 3.2vw;}
	#dituContent{height: 30vh;}
}








