@charset "utf-8";
/* CSS Document */
body{ margin:0; padding:0; font-family:"Microsoft YaHei"; font-size:14px; color:#333; text-align:center; background:#fff; line-height:26px; margin-left:auto; margin-right:auto; overflow-x: hidden;}
a{ color:#555; text-decoration:none; outline-style:none; outline-color:invert; outline-width:medium; -webkit-tap-highlight-color:transparent;}
a:link{ text-decoration:none;}
a:hover{ color:#0e8c7a;}
a img{ border:0 none;}
a{ blr:expression(this.onFocus=this.blur());}
a{ outline:none;}
a:focus{ outline:none;}
h1,h2,h3,h4,ul,li,div,p,span,b,i,input,select{ margin:0; padding:0;}
ul,li,dl,dd,dt{ padding:0; margin:0; list-style:none;}
input,textarea{ font-family:"Microsoft YaHei"; outline:none; resize:none; -webkit-appearance:none; border-radius:0; -webkit-border-radius:0;}
em,i{ font-style:normal;}
video{ outline:none;}
.clear{ clear:both; height:0; overflow:hidden; display:block;}
.float_left{ float:left;}
.float_right{ float:right;}
.font{ font-family:'SimSun';}
.length{ word-break:keep-all; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.con{ padding:20px 0 40px 0;}
.container{ min-width:1200px; width:1200px; margin:0 auto; padding:0; text-align:left;}
/* CSS Common*/

/*header */
#header{ position:relative; width:100%; height:70px; margin:0 auto; text-align:center; z-index:2; border-bottom:1px solid rgba(255,255,255,0.3);}
#header .logo{ float:left; padding-top:20px;}

/*menu*/
.menu{ float:right;}
.menu>ul>li{ float:left; text-align:center; position:relative;}
.menu>ul>li>a{ display:block; height:70px; line-height:70px; padding:0 35px; font-size:16px; color:#fff; border-bottom:2px solid transparent; transition:all 0.3s;}
.menu>ul>li>a:hover{ border-color:#fff;}
.menu>ul>li>dl{ position:absolute; left:-284px; top:72px; padding-top:13px; display:none;}
.menu>ul>li>dl>em{ content:''; width:0px; height:0px; border-width:7px; border-style:solid; border-color:transparent transparent rgba(255,255,255,0.9) transparent; position:absolute; top:-1px;}
.menu>ul>li>dl>.desc_list{ width:700px; height:200px; background:rgba(255,255,255,0.9); border-radius:10px; display:flex; justify-content: space-between;}
.menu>ul>li>dl>.desc_box{height: 256px;}
.menu>ul>li>dl dd{ float:left; width:30%; border-left:1px solid #ddd; height:100%;}
.menu>ul>li>dl dd:first-child{ border-left:0;}
.menu>ul>li>dl dd .desc{ padding:25px; overflow:hidden; text-align:left;}
.menu>ul>li>dl dd .desc>em{ font-size:16px; font-weight:bold;}
.menu>ul>li>dl dd .desc>em>i{ width:20px; height:1px; background:#0e8c7a; display:block; margin-top:10px; margin-bottom:10px;}
.menu>ul>li>dl dd .desc>ul>li{ float:left; text-align:left; width:100%;}
.menu>ul>li>dl dd:nth-child(3){ width:40%;}
.menu>ul>li>dl dd:nth-child(3) .desc>ul>li{ width:48%; margin-left: 4%;}
.menu>ul>li>dl dd:nth-child(3) .desc>ul>li:nth-child(2n+1){ margin-left: 0;}
.menu>ul>li>dl dd .desc>ul>li>a{ color:#666; display:block; line-height:2; text-align: left;}
.menu>ul>li>dl dd .desc>ul>li>a:hover{ color:#0e8c7a;}
.menu>ul>li:nth-child(3)>dl{ left:-148px;}
.menu>ul>li:nth-child(3)>dl>em{ left:calc(50% - 7px);}
.menu>ul>li:nth-child(3)>dl>.desc_list{ width:430px; height:auto; overflow:hidden;}
.menu>ul>li:nth-child(3)>dl dd{ width:50%;box-sizing: border-box;}
.menu>ul>li:nth-child(3)>dl dd:nth-child(2) {border-left: 1px solid #ddd;}
.menu>ul>li:nth-child(3)>dl dd .desc{ padding:35px;}
.menu>ul>li:nth-child(3)>dl dd .desc>ul>li{ text-align:center;}

/*banner*/
.banner{ height:970px; position:relative; top:-72px; margin-bottom:-72px;}
.banner .swiper-slide{ background-position:center; background-size:cover; display:flex; justify-content:center; align-items:center;}
.banner .swiper-pagination{ bottom:15px;}
.banner .swiper-pagination-bullet{ margin:0 6px !important;}
.banner .swiper-pagination-bullet{ background:#fff; opacity:0.4; width:12px; height:12px;}
.banner .swiper-pagination-bullet-active{ opacity:1;}
.banner .swiper-button-next,.banner .swiper-button-prev{ width:15px; height:24px; background-size:15px 24px; margin-top:-12px;}
.banner .swiper-button-prev{ left:20px;}
.banner .swiper-button-next{ right:20px;}
.banner .swiper-slide .desc{ color:#fff;  line-height:2; letter-spacing:6px;}
.banner .swiper-slide .desc>em{ font-size:30px; display:block;}
.banner .swiper-slide .desc>span{ font-size:24px; display:block; font-weight:lighter;}
.banner .swiper-slide .desc>i{ font-size:50px; display:block; font-weight:bold; margin:25px 0; letter-spacing:10px;}
.banner .swiper-slide .desc>i.font{ font-size:80px; letter-spacing:5px;}
.banner .swiper-slide .desc>p{ font-size:36px; display:block; line-height:1.7;}

/*banner_inside*/
.banner_inside{ height:550px; position:relative; top:-72px; margin-bottom:-72px; background-position:center; background-size:cover; overflow:hidden;}
.banner_inside .desc{ width:616px; color:#fff; text-align:left; float:left; margin-top:225px;}
.banner_inside .desc>em{ font-size:40px; display:block; font-weight:bold;}
.banner_inside .desc>p{ margin-top:40px; line-height:2;}
.banner_inside .desc_box{ width:480px;}
.banner_inside .desc_max{ margin-top:190px;}
.banner_inside .img{ float:right; width:580px; margin-top:73px;}
.banner_inside .img>img{ max-width:100%; height:auto;}
.banner_inside .img_box{ margin-top:139px;}
.banner_inside .img_max{ margin-top:93px;}
.banner_inside .img_big{ width:auto;}

/*home_solution*/
#home_solution{ width:100%; background:url(../images/solution_bg.jpg) no-repeat center; background-size:cover; padding:80px 0 98px 0;}
#home_solution .home_solution_dh{ font-size:36px; margin:0 auto; text-align:center; line-height:1;}
#home_solution .home_solution_dh span{ display:block;}
#home_solution .home_solution_dh em{ font-size:46px; font-weight:bold; display:block; margin-top:14px;}
#home_solution .home_solution_nav{ margin:0 auto; text-align:center; margin-top:56px;}
#home_solution .home_solution_nav ul{display: flex; align-items: center;}
#home_solution .home_solution_nav ul>li{ width:10%; background:#033836; height:86px; line-height:1.4; font-size:18px; color:#fff; cursor:pointer; display: flex; align-items: center; justify-content: center;}
#home_solution .home_solution_nav ul>li:first-child{ border-radius:20px 0 0 20px;}
#home_solution .home_solution_nav ul>li:last-child{ border-radius:0 20px 20px 0;}
#home_solution .home_solution_nav ul>li>.img{ width:120px; background:url(../images/solution_nav.png) no-repeat top center; height:150px; border-radius:15px; text-align:center; display:none;}
#home_solution .home_solution_nav ul>li>.img>img{ width:115px; height:auto; animation: scale 2s infinite;}
@keyframes scale{
  0%{ transform: scale(0.8);}
  50%{ transform: scale(1.0);}
  100%{ transform: scale(0.8);}
}
#home_solution .home_solution_nav ul>li>.img>em{ display:block; line-height:1; height:auto; margin-top:-10px;}
#home_solution .home_solution_nav ul>li>.img>em>i{display: block; line-height: 1.2; margin-top: 5px; font-size: 16px;}
#home_solution .home_solution_nav ul>li>span>i{display: block; font-size: 16px;}
#home_solution .home_solution_nav ul>li.on>.img{ display:block;}
#home_solution .home_solution_nav ul>li.on>span{ display:none;}
#home_solution .home_solution_con{ margin-top:60px; background-repeat:no-repeat; background-position:center; height:500px; border-radius:20px; position:relative; animation:gradient 1.2s;}
#home_solution .home_solution_con>.desc{ padding:80px 0 0 75px; width:480px; color:#fff;}
#home_solution .home_solution_con>.desc>span{ font-size:24px; display:block;}
#home_solution .home_solution_con>.desc>em{ font-size:30px; display:block; margin-top:16px; font-weight:bold;}
#home_solution .home_solution_con>.desc>i{ width:42px; background:#fff; height:2px; display:block; margin:26px 0 20px 0;}
#home_solution .home_solution_con>.desc>p{ font-size:16px; line-height:2;}
#home_solution .home_solution_con>.desc>a{ width:130px; height:40px; line-height:40px; text-align:center; background:rgba(255,255,255,0.95); color:#333; display:inline-block; border-radius:20px; margin-top:15px; font-size:16px; transition:all 0.3s;}
#home_solution .home_solution_con>.desc>a:hover{ background:rgba(255,255,255,1);}
@keyframes gradient{
  0%{ opacity:0;}
  100%{ opacity:1;}
}

/*home_cases*/
#home_cases{ width:100%; background:url(../images/cases_bg.jpg) no-repeat top center; background-size:cover; padding:80px 0 110px 0; overflow:hidden;}
#home_cases .home_cases_dh{ font-size:36px; margin:0 auto; text-align:center; line-height:1; color:#fff;}
#home_cases .home_cases_dh span{ display:block;}
#home_cases .home_cases_dh em{ font-size:46px; font-weight:bold; display:block; margin-top:14px;}
#home_cases .home_cases_con{ margin-top:45px;}
#home_cases .home_cases_con>ul>li{ float:left; width:376px; margin-left:36px; background:#fff; border-radius:20px; text-align:center; position:relative; top:0; transition:all 0.4s ease-in-out;}
#home_cases .home_cases_con>ul>li:nth-child(3n+1){ margin-left:0;}
#home_cases .home_cases_con>ul>li .desc{ padding:40px 15px;}
#home_cases .home_cases_con>ul>li .desc>.img{ width:182px; height:56px; margin:0 auto; overflow:hidden;}
#home_cases .home_cases_con>ul>li .desc>.img>img{ width:100%; height:100%;}
#home_cases .home_cases_con>ul>li:hover{ top:-8px;}
#home_cases .home_cases_con>ul>li .desc>em{ font-size:20px; font-weight:bold; color:#0e8c7a; display:block; line-height:1;}
#home_cases .home_cases_con>ul>li .desc>.desc_con{ margin-top:35px; border-top:1px solid #eee; padding-top:35px;}
#home_cases .home_cases_con>ul>li .desc>.desc_con>span{ font-size:24px; font-weight:bold;}
#home_cases .home_cases_con>ul>li .desc>.desc_con>i{ width:30px; background:#0e8c7a; height:2px; display:block; margin:0 auto; margin-top:10px; margin-bottom:10px;}
#home_cases .home_cases_con>ul>li .desc>.desc_con>.note{ color:#666; line-height:2; text-align:left; width:94%; margin:0 auto;}

/*home_service*/
#home_service{ width:100%; padding:80px 0 110px 0;}
#home_service .home_service_dh{ font-size:46px; margin:0 auto; text-align:center; line-height:1; font-weight:bold;}
#home_service .home_service_con{ margin-top:35px;}
#home_service .home_service_con .dh{ font-size:30px; margin-bottom:25px;}
#home_service .home_service_con ul>li{ float:left; width:280px; height:100px; text-align:center; margin-left:26px;}
#home_service .home_service_con ul>li:nth-child(4n+1){ margin-left:0;}
#home_service .home_service_con ul>li>.desc{ border:1px solid #f0f0f0; padding:15px 20px; border-radius:10px; overflow:hidden; text-align:center; transition:all 0.3s;}
#home_service .home_service_con ul>li>.desc>img{ float:left; width:68px; height:64px;}
#home_service .home_service_con ul>li>.desc>.desc_con{ float:right; width:160px; text-align:left; font-size:18px; margin-top:0;}
#home_service .home_service_con ul>li>.desc>.desc_con i{ font-size:45px; color:#0e8c7a; font-weight:bold; line-height:1; position:relative; top:3px;}
#home_service .home_service_con .dh:nth-child(4){ margin-top:56px;}
#home_service .home_service_con ul:nth-child(5)>li>.desc>.desc_con{ font-size:16px;}
#home_service .home_service_con ul:nth-child(5)>li>.desc>.desc_con i{ font-size:36px;}
#home_service .home_service_con ul>li:hover>.desc{ border-color:#c2eae4; box-shadow:0px 1px 15px 1px rgba(14,140,122,.2); -webkit-box-shadow:0px 1px 15px 1px rgba(14,140,122,.2);}

/*home_news*/
#home_news{ width:100%; background:url(../images/news_bg.jpg) no-repeat top center; background-size:cover; padding:90px 0 120px 0; overflow:hidden;}
#home_news .home_news_dh{ font-size:46px; margin:0 auto; text-align:center; line-height:1; font-weight:bold;}
#home_news .home_news_con{ margin-top:50px; box-shadow:0px 1px 15px 1px rgba(0,0,0,.1); -webkit-box-shadow:0px 1px 15px 1px rgba(0,0,0,.1); background:#fff; padding:20px; overflow:hidden;}
#home_news .home_news_con .l{ float:left; width:740px;}
#home_news .home_news_con .l>.img{ width:740px; height:460px; overflow:hidden;}
#home_news .home_news_con .l>.img img{ width:100%; height:100%; object-fit:cover; transition: all 0.6s; -ms-transition: all 0.6s;}
#home_news .home_news_con .l>.img img:hover{ transform: scale(1.08); -webkit-transform: scale(1.08);}
#home_news .home_news_con .r{ float:right; width:390px; margin-top:13px;}
#home_news .home_news_con .r>ul>li{ overflow:hidden; padding-bottom:25px; margin-bottom:25px; border-bottom:1px dashed #ddd;}
#home_news .home_news_con .r>ul>li>.img{ float:left; width:115px; height:70px; border:1px solid #ddd; overflow:hidden;}
#home_news .home_news_con .r>ul>li>.img img{ width:100%; height:100%; object-fit:cover; transition: all 0.6s; -ms-transition: all 0.6s;}
#home_news .home_news_con .r>ul>li>.img img:hover{ transform: scale(1.08); -webkit-transform: scale(1.08);}
#home_news .home_news_con .r>ul>li>.desc{ float:right; width:256px;}
#home_news .home_news_con .r>ul>li>.desc>a>span{ font-size:16px; word-break:keep-all; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; display:block;}
#home_news .home_news_con .r>ul>li>.desc>i{ color:#666; display:block; margin-top:6px;}
#home_news .home_news_con .r>ul>li:last-child{ border-bottom:0; padding-bottom:0; margin-bottom:0;}

/*left*/
#left{ width:100%; height:60px; border-bottom:solid 1px #e7e7e7;}
#left ul>li{ float:left;}
#left ul>li>a{ height:60px; line-height:60px; display:block; margin-right:50px; font-size:16px;}
#left ul>li>a:hover{ color:#0e8c7a;}
#left ul>li>a.on{ color:#0e8c7a;}
#left ul>li:last-child>a{margin-right:0;}
#left form{ float:right; position:relative; top:17px; width:240px; height:26px; line-height:26px; border-radius:12px; background-color:rgba(0,0,0,0.1); text-indent:10px;}
#left form>i{ position:relative; left:-6px;}
#left form>input[type="text"]{ background:none; border:0; width:130px;}
#left form>input[type="button"]{ background:#033836; width:60px; height:26px; line-height:26px; border:0; border-radius:0 12px 12px 0; color:#fff; float:right;}

/*content*/
#right{ width:745px; float:right;}
#right .right_dh{ height:36px; line-height:36px; border-bottom:solid 1px #e6e6e6;}
#right .right_dh_l{ color:#1175c2; font-size:16px; float:left;}
#right .right_dh_r{ float:right; padding-right:6px;}
#right .right_con{ min-height:200px; padding:15px 5px;}

/*4gedge*/
.edge4g_1{ padding:65px 0 180px 0;}
.edge4g_1 em{ font-size:36px; font-weight:bold; display:block;}
.edge4g_1 img{ max-width:100%; height:auto; margin-top:110px;}
.edge4g_2{ background:#f2f9fb; padding:80px 0 95px 0;}
.edge4g_2 em{ font-size:36px; font-weight:bold; display:block;}
.edge4g_2 ul{ margin-top:95px; display: flex; flex-wrap: wrap;}
.edge4g_2 ul>li{ width:33.33%; text-align:center; margin-bottom: 20px;}
.edge4g_2 ul>li>img{ width:115px; height:115px; box-shadow:0px 1px 15px 1px rgba(0,0,0,0.2); border-radius:50%;}
.edge4g_2 ul>li>span{ display:block; font-size:26px; font-weight:bold; margin:10px 0 10px 0;}
.edge4g_2 ul>li>p{ font-size:15px; width:80%; margin:0 auto; text-align:center; line-height:2;}
.edge4g_3{ background:#fff; padding:80px 0 95px 0;}
.edge4g_3 em{ font-size:36px; font-weight:bold; display:block;}
.edge4g_3 ul{ margin-top:40px; border:1px solid #f2f9fb;}
.edge4g_3 ul>li{ background:#fff; height:60px; line-height:60px; font-size:15px;}
.edge4g_3 ul>li:nth-child(2n){ background:#d9edea;}
.edge4g_3 ul>li>i{ font-weight:bold; display:inline-block; width:150px; text-indent:16px; border-right:solid 1px #f2f9fb;}
.edge4g_3 ul>li>span{ text-align:left; display:inline-block; text-indent:10px;}

/*5gedge*/
.edge5g_1{ padding:65px 0 90px 0;}
.edge5g_1 em{ font-size:36px; font-weight:bold; display:block;}
.edge5g_1 .desc_list{ margin-top:68px;}
.edge5g_1 .desc_list>.img{ width:480px; float:left; text-align:right;}
.edge5g_1 .desc_list>.img>img{ max-width:100%; height:auto;}
.edge5g_1 .desc_list>.desc{ width:570px; float:right; margin-top:70px; font-size:16px; line-height:2;}
.edge5g_1 .desc_list>.desc>em{ margin-bottom:20px; display:block; font-size:40px; line-height:1;}
.edge5g_1 .desc_list>.desc span{ color:#ff0000;}
.edge5g_1 .desc_list>.desc p{ margin-bottom:12px;}
.edge5g_2{ background:#f2f9fb; padding:80px 0 95px 0;}
.edge5g_2 em{ font-size:36px; font-weight:bold; display:block;}
.edge5g_2 ul{ margin-top:95px; display: flex; flex-wrap: wrap;}
.edge5g_2 ul>li{ width:33.33%; text-align:center; margin-bottom: 20px;}
.edge5g_2 ul>li>img{ width:115px; height:115px; box-shadow:0px 1px 15px 1px rgba(0,0,0,0.2); border-radius:50%;}
.edge5g_2 ul>li>span{ display:block; font-size:26px; font-weight:bold; margin:10px 0 10px 0;}
.edge5g_2 ul>li>p{ font-size:15px; width:80%; margin:0 auto; text-align:center; line-height:2;}
.edge5g_3{ background:#fff; padding:80px 0 95px 0;}
.edge5g_3 em{ font-size:36px; font-weight:bold; display:block;}
.edge5g_3 ul{ margin-top:40px; border:1px solid #f2f9fb;}
.edge5g_3 ul>li{ background:#fff; height:60px; line-height:60px; font-size:15px;}
.edge5g_3 ul>li:nth-child(2n){ background:#d9edea;}
.edge5g_3 ul>li>i{ font-weight:bold; display:inline-block; width:150px; text-indent:16px; border-right:solid 1px #f2f9fb;}
.edge5g_3 ul>li>span{ text-align:left; display:inline-block; text-indent:10px;}
.edge5g_logo .logo_1{margin-top: 80px;}
.edge5g_logo .logo_1 em{ font-size: 36px; font-weight: bold; display: block;}
.edge5g_logo .logo_1 .desc_list{ margin-top:30px;}
.edge5g_logo .logo_1 .desc_list>ul{ display: flex; align-items: center; flex-wrap: wrap;}
.edge5g_logo .logo_1 .desc_list>ul>li{ width: 132px; margin-bottom: 8px; margin-left: 8px; text-align: center; border: 1px solid #f3f3f3;}
.edge5g_logo .logo_1 .desc_list>ul>li:nth-child(8n+1){ margin-left: 0;}
.edge5g_logo .logo_1 .desc_list>ul>li>.img{width: 132px; height: 65px; overflow: hidden; display: flex; align-items: center; justify-content: center;}
.edge5g_logo .logo_1 .desc_list>ul>li>.img>img{max-width: 100%; max-height: 100%;}
.edge5g_logo .logo_1 .desc_list>ul>li>span{display: block; border-top: 1px solid #f3f3f3;}
.edge5g_logo .logo_2{margin-top: 40px;}
.edge5g_logo .logo_2 em{font-size: 36px; font-weight: bold; display: block;}
.edge5g_logo .logo_2 .desc_list{ margin-top:30px;}
.edge5g_logo .logo_2 .desc_list>ul{ display: flex; align-items: center; flex-wrap: wrap;}
.edge5g_logo .logo_2 .desc_list>ul>li{ width: 150px; margin-bottom: 8px; margin-left: 8px; text-align: center; border: 1px solid #f3f3f3;}
.edge5g_logo .logo_2 .desc_list>ul>li:nth-child(7n+1){ margin-left: 0;}
.edge5g_logo .logo_2 .desc_list>ul>li>.img{width: 150px; height: 66px; overflow: hidden; display: flex; align-items: center; justify-content: center;}
.edge5g_logo .logo_2 .desc_list>ul>li>.img>img{max-width: 100%; max-height: 100%;}
.edge5g_logo .logo_2 .desc_list>ul>li>span{display: block; border-top: 1px solid #f3f3f3;}
.edge5g_logo .logo_3{margin-top: 40px;}
.edge5g_logo .logo_3 em{font-size: 36px; font-weight: bold; display: block;}
.edge5g_logo .logo_3 .desc_list{ margin-top:30px;}
.edge5g_logo .logo_3 .desc_list>ul{ display: flex; align-items: center; flex-wrap: wrap;}
.edge5g_logo .logo_3 .desc_list>ul>li{ width: 132px; margin-bottom: 8px; margin-left: 8px; text-align: center; border: 1px solid #f3f3f3;}
.edge5g_logo .logo_3 .desc_list>ul>li:nth-child(8n+1){ margin-left: 0;}
.edge5g_logo .logo_3 .desc_list>ul>li>.img{width: 132px; height: 65px; overflow: hidden; display: flex; align-items: center; justify-content: center;}
.edge5g_logo .logo_3 .desc_list>ul>li>.img>img{max-width: 100%; max-height: 100%;}
.edge5g_logo .logo_3 .desc_list>ul>li>span{display: block; border-top: 1px solid #f3f3f3;}

/*qzycloud*/
.qzycloud_1{ padding:65px 0 90px 0;}
.qzycloud_1 em{ font-size:36px; font-weight:bold; display:block;}
.qzycloud_1 img {width: 100%; height: 100%;}
.qzycloud_1 .desc_list{ margin-top:40px; text-align-last:center;}
.qzycloud_1 .desc_list img{ margin-left:15px;}
.qzycloud_1 .desc_list img:nth-child(3n+1){ margin-left:0;}
.qzycloud_2{ padding:80px 0 110px 0; background: url("../images/qzycloud_pic18.png"); background-size: 100% 100%;}
.qzycloud_2 em{ font-size:36px; font-weight:bold; display:block;}
.qzycloud_2_design {display: flex; justify-content: space-between; margin-top: 60px;}
.qzycloud_2_design_item {width: 286px; height: 220px; background: linear-gradient( 222deg, #FBFBFB 0%, #F4FAF8 96%);
  box-shadow: 0px 1px 2px 0px rgba(52,100,24,0.1), inset 0px -2px 2px 0px rgba(255,255,255,0.4); border-radius: 10px 10px 10px 10px;
  display: flex; flex-direction: column; align-items: center;}
.qzycloud_2_design_item img {width: 71px; height: 87px; margin-top: 7.5px; margin-bottom: 6px;}
.qzycloud_2_design_item p {margin: 6px 16px; color: #666666; font-size: 16px; text-align: center;}
.qzycloud_2_design_item_span1 {color: #09766B; font-size: 22px; font-weight: bold;}
.qzycloud_2_design_item_span2 {color: #333333; font-size: 18px; font-weight: 500;}
.qzycloud_2_desc1 {color: #333333; font-size: 30px; margin-top: 30px;}
.qzycloud_2_desc2 {color: #FFFFFF; font-size: 30px; margin-top: 30px; text-align: right;}
.qzycloud_2_sfm {display: flex; justify-content: space-between; margin-top: 50px;}
.qzycloud_2_sfm_item {width: 286px; height: 220px; background: rgba(255,255,255,0.1); box-shadow: inset 0px 0px 10px 0px rgba(255,255,255,0.4), inset 1px 1px 2px 0px rgba(255,255,255,0.15);
  border-radius: 8px 8px 8px 8px; display: flex; flex-direction: column; align-items: center;}
.qzycloud_2_sfm_item img {width: 71px; height: 87px; margin-top: 7.5px; margin-bottom: 6px;}
.qzycloud_2_sfm_item_p1 {color: #FFFFFF; font-size: 22px; font-weight: bold; margin-top: 10px;}
.qzycloud_2_sfm_item_p2 {margin: 6px 16px; color: #FFFFFF; font-size: 16px; text-align: center;}
.qzycloud_3{ padding:75px 0 100px 0;}
.qzycloud_3 em{ font-size:36px; font-weight:bold; display:block; margin-bottom:90px;}
.qzycloud_3_content {display: flex; width: 1200px; justify-content: space-between;}
.qzycloud_3_title {width: 55px;height: 52px;font-family: Microsoft YaHei UI, Microsoft YaHei UI;font-weight: bold;font-size: 40px;
  line-height: 52px;text-shadow: 0px 1px 1px rgba(52,100,24,0.1);text-align: left;font-style: normal;text-transform: none;
  background: linear-gradient(154.38729973334102deg, #023E3C 0%, #0F8B78 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;
}
.qzycloud_3_content_item_1 {width: 152px; height: 4px; background: linear-gradient( 358deg, rgba(255,255,255,0) 0%, rgba(129,195,189,0.6) 65%);
  border-radius: 0px 0px 0px 0px;}
.qzycloud_3_content_item_2 {display: flex}
.qzycloud_3_content_item_3 {margin-left: 20px;}
.qzycloud_3_p {width: 188px;height: 12px;font-family: Microsoft YaHei UI, Microsoft YaHei UI;font-weight: bold;font-size: 17px;
  color: #009688;line-height: 12px;text-align: left;font-style: normal;text-transform: none; margin-top: 5px;}
.qzycloud_3_span1 {width: 135px;height: 36px;font-family: Microsoft YaHei UI, Microsoft YaHei UI;font-weight: 400;font-size: 14px;
  color: #666666;line-height: 12px;text-align: left;font-style: normal;text-transform: none;}
.qzycloud_3_span2 {width: 135px;height: 36px;font-family: Microsoft YaHei UI, Microsoft YaHei UI;font-weight: bold;font-size: 14px;
  color: #666666;line-height: 12px;text-align: left;font-style: normal;text-transform: none;}

.qzycloud_4{ background:#f2f9fb; padding:80px 0 110px 0;}
.qzycloud_4 em{ font-size:36px; font-weight:bold; display:block;}
.qzycloud_4 p{ font-size:16px; margin-top:20px; line-height:2;}
.qzycloud_4 .desc_list{ margin-top:80px; text-align-last:center;}
.qzycloud_4 .desc_list img{ max-width:100%; height:auto;}
.qzycloud_5{ padding:80px 0 110px 0;}
.qzycloud_5 em{ font-size:36px; font-weight:bold; display:block;}
.qzycloud_5 .desc_list{ margin-top:80px; text-align-last:center;}
.qzycloud_5 .desc_list img{ max-width:100%; height:auto;}
.qzycloud_6{ background:#f2f9fb; padding:80px 0 110px 0;}
.qzycloud_6 .desc_list{ margin-top:80px; text-align-last:left;}
.qzycloud_6 .desc_list img{ max-width:100%; height:auto; display:inline-block; vertical-align:top;}
.qzycloud_6 .desc_list img:nth-child(2){ margin-left:21px;}
.qzycloud_7{ background:#f2f9fb;padding:100px 0 160px 0;}
.qzycloud_7 em{ font-size:36px; font-weight:bold; display:block;}
.qzycloud_7 ul{ margin-top:95px; display: flex; flex-wrap: wrap; justify-content: space-between;}
/*.qzycloud_7 ul>li{ float:left; width:calc(50% - 10px); text-align:center; background: #FFFFFF; display: flex;}*/
.qzycloud_7 ul>li{
  width: 590px;height: 260px;background: rgba(255,255,255,0.8);box-shadow: 0px 4px 10px 0px rgba(0,150,136,0.1), inset 0px 0px 2px 0px rgba(255,255,255,0.4);
  border-radius: 10px 10px 10px 10px;border: 1px solid;border-image: linear-gradient(206deg, rgba(0, 150, 136, 1), rgba(0, 150, 136, 0));
  display: flex; justify-content: space-between; align-items: center;
}
.qzycloud_7 ul>li>img{ width:233px; height:186px; margin-right: 20px;}
.qzycloud_7 ul>li>div>span{ display:block; font-size:26px; font-weight:bold; margin:10px 0 10px 0; background: linear-gradient(154.38729973334102deg, #023E3C 0%, #0F8B78 100%);
  -webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.qzycloud_7 ul>li>div>p{ font-size:16px; text-align:center; line-height:2; color:#666; margin-top: 20px;}
.qzycloud_7 ul>li>div>p>img {margin-right: 10px;}
.qzycloud_7 ul>li>p>i{ width:5px; height:5px; background:#666; display:inline-block; margin-right:6px; position:relative; top:-2px;}

/*dlm*/
.dlm_1{ padding:80px 0 190px 0; background-color: #eef7f6;}
.dlm_1 em{ font-size:40px; font-weight:bold; display:block; text-align: center;}
.dlm_1 .desc_list{ margin-top:68px;}
.dlm_1 .desc_list>ul{display: flex; flex-wrap: wrap; justify-content: center;}
.dlm_1 .desc_list>ul>li{width: 138px; margin-left: 39px; margin-bottom: 25px; text-align: center; border: 1px solid #d9d9d9; border-radius: 10px; padding: 15px; box-sizing: border-box; transition: all 0.3s;} 
.dlm_1 .desc_list>ul>li:nth-child(7n+1){margin-left: 0;}
.dlm_1 .desc_list>ul>li:hover{box-shadow: 0 1px 10px 3px rgba(14,140,122,0.12); border-color: #a4d4cd;}
.dlm_1 .desc_list>ul>li>span{width: 76px; margin: 0 auto; font-size: 18px; display: block; margin-top: 5px; line-height: 1.4; text-align: center;}
.dlm_1 .desc_list>ul>li:nth-child(6)>span{width: 90px;}
.dlm_2{ background: -webkit-linear-gradient(right,#0e8c7a,#09675d);background: -o-linear-gradient(right,#0e8c7a,#09675d);background: -moz-linear-gradient(right,#0e8c7a,#09675d);background: linear-gradient(to right,#0e8c7a,#09675d); padding:160px 0 100px 0; transform: skewY(-8deg); margin-top: -100px;}
.dlm_2 .container{transform: skewY(8deg);}
.dlm_2 em{ width: 100%; margin: 0 auto; font-size:40px; font-weight:bold; display:block; color: #fff; line-height: 1.6; text-align: center;}
.dlm_2 .img{ margin-top:76px;}
.dlm_2 .img>img{ max-width:100%; height:auto;}
.dlm_3{ padding:65px 0 90px 0; margin-top: -90px; position: relative;}
.dlm_3 em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px;}
.dlm_3 p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold;}
.dlm_3 .desc_list{ margin-top:65px; display: flex; justify-content: space-between; align-items: center;}
.dlm_3 .desc_list .l{ width: 692px;}
.dlm_3 .desc_list .l>img{ max-width:100%; height:auto;}
.dlm_3 .desc_list .r{width: 456px;}
.dlm_3 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.dlm_3 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.dlm_3 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #ebf7f6; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.dlm_3 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.dlm_3 .desc_list .r>.desc>ul>li:nth-child(3)>span{color: #049888;}
.dlm_3 .desc_list .r>.desc>ul>li:nth-child(4)>span{color: #049888;}
.dlm_4{ padding:65px 0 90px 0;}
.dlm_4 .desc_dh{background: -webkit-linear-gradient(right,#0e8c7a,#09675d);background: -o-linear-gradient(right,#0e8c7a,#09675d);background: -moz-linear-gradient(right,#0e8c7a,#09675d);background: linear-gradient(to right,#0e8c7a,#09675d); padding:22px 0 80px 0; transform: skewY(-8deg); margin-top: -50px;}
.dlm_4 .desc_dh .container{transform: skewY(8deg); text-align: center;}
.dlm_4 .desc_dh img{margin-top: -60px;}
.dlm_4 .desc_dh em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; margin-top: 20px;}
.dlm_4 .desc_dh p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold; color: #fff;}
.dlm_4 .desc_list{ background-color: #eef7f6; margin-top: -100px; padding: 200px 0 280px 0;}
.dlm_4 .desc_list .container{ display: flex; justify-content: space-between; align-items: center; flex-direction: row-reverse;}
.dlm_4 .desc_list .l{ width: 692px;}
.dlm_4 .desc_list .l>img{ max-width:100%; height:auto;}
.dlm_4 .desc_list .r{width: 456px;}
.dlm_4 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.dlm_4 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.dlm_4 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #dceae8; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.dlm_4 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.dlm_4 .desc_list .r>.desc>ul>li:nth-child(3)>span{color: #049888;}
.dlm_4 .desc_list .r>.desc>ul>li:nth-child(4)>span{color: #049888;}
.dlm_4 .desc_list .r>.desc>ul>li:nth-child(5)>span{color: #049888;}
.dlm_5{ padding:65px 0 90px 0; margin-top: -90px; background-color: #fff; transform: skewY(-8deg); margin-top: -260px;}
.dlm_5 .container{transform: skewY(8deg);}
.dlm_5 em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; position: relative; margin-top: -90px;}
.dlm_5 em>img{position: absolute; top: -30px; right: -30px;}
.dlm_5 p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold;}
.dlm_5 .desc_list{ margin-top:65px; display: flex; justify-content: space-between; align-items: center;}
.dlm_5 .desc_list .l{ width: 692px;}
.dlm_5 .desc_list .l>img{ max-width:100%; height:auto;}
.dlm_5 .desc_list .r{width: 456px;}
.dlm_5 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.dlm_5 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.dlm_5 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #ebf7f6; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.dlm_5 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.dlm_5 .desc_list .r>.desc>ul>li:nth-child(3)>span{color: #049888;}
.dlm_5 .desc_list .r>.desc>ul>li:nth-child(4)>span{color: #049888;}
.dlm_5 .desc_list .r>.desc>ul>li:nth-child(5)>span{color: #049888;}
.dlm_6{ padding:65px 0 90px 0;}
.dlm_6 .desc_dh{background: -webkit-linear-gradient(right,#0e8c7a,#09675d);background: -o-linear-gradient(right,#0e8c7a,#09675d);background: -moz-linear-gradient(right,#0e8c7a,#09675d);background: linear-gradient(to right,#0e8c7a,#09675d); padding:22px 0 80px 0; transform: skewY(-8deg); margin-top: -50px;}
.dlm_6 .desc_dh .container{transform: skewY(8deg); text-align: center;}
.dlm_6 .desc_dh img{margin-top: -60px;}
.dlm_6 .desc_dh em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; margin-top: 20px; position: relative;}
.dlm_6 .desc_dh em>img{position: absolute; top: -30px; right: -30px; margin-top: 0;}
.dlm_6 .desc_dh p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold; color: #fff;}
.dlm_6 .desc_list{ background-color: #eef7f6; margin-top: -100px; padding: 200px 0 280px 0;}
.dlm_6 .desc_list .container{ display: flex; justify-content: space-between; align-items: center; flex-direction: row-reverse;}
.dlm_6 .desc_list .l{ width: 692px;}
.dlm_6 .desc_list .l>img{ max-width:100%; height:auto;}
.dlm_6 .desc_list .r{width: 456px;}
.dlm_6 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.dlm_6 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.dlm_6 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #dceae8; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.dlm_6 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.dlm_6 .desc_list .r>.desc>ul>li:nth-child(3)>span{color: #049888;}
.dlm_6 .desc_list .r>.desc>ul>li:nth-child(4)>span{color: #049888;}
.dlm_6 .desc_list .r>.desc>ul>li:nth-child(5)>span{color: #049888;}
.dlm_6 .desc_list .r>.desc>ul>li:nth-child(8)>span{color: #049888;}
.dlm_7{ padding:65px 0 70px 0; margin-top: -90px; background-color: #fff; transform: skewY(-8deg); margin-top: -260px;}
.dlm_7 .container{transform: skewY(8deg);}
.dlm_7 em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; position: relative; margin-top: -90px;}
.dlm_7 em>img{position: absolute; top: -30px; right: -30px;}
.dlm_7 p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold;}
.dlm_7 .desc_list{ margin-top:65px; display: flex; justify-content: space-between; align-items: center;}
.dlm_7 .desc_list .l{ width: 692px;}
.dlm_7 .desc_list .l>img{ max-width:100%; height:auto;}
.dlm_7 .desc_list .r{width: 456px;}
.dlm_7 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.dlm_7 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.dlm_7 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #ebf7f6; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.dlm_7 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.dlm_7 .desc_list .r>.desc>ul>li:nth-child(2)>span{color: #049888;}
.dlm_7 .desc_list .r>.desc>ul>li:nth-child(3)>span{color: #049888;}
.dlm_7 .desc_list .r>.desc>ul>li:nth-child(8)>span{color: #049888;}
.dlm_8{ padding:65px 0 0 0;}
.dlm_8 .desc_dh{background: -webkit-linear-gradient(right,#0e8c7a,#09675d);background: -o-linear-gradient(right,#0e8c7a,#09675d);background: -moz-linear-gradient(right,#0e8c7a,#09675d);background: linear-gradient(to right,#0e8c7a,#09675d); padding:22px 0 80px 0; transform: skewY(-8deg); margin-top: -50px;}
.dlm_8 .desc_dh .container{transform: skewY(8deg); text-align: center;}
.dlm_8 .desc_dh img{margin-top: -60px;}
.dlm_8 .desc_dh em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; margin-top: 20px; position: relative;}
.dlm_8 .desc_dh em>img{position: absolute; top: -30px; right: -30px; margin-top: 0;}
.dlm_8 .desc_dh p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold; color: #fff;}
.dlm_8 .desc_list{ background-color: #eef7f6; margin-top: -100px; padding: 200px 0 90px 0;}
.dlm_8 .desc_list .container{ display: flex; justify-content: space-between; align-items: center; flex-direction: row-reverse;}
.dlm_8 .desc_list .l{ width: 692px;}
.dlm_8 .desc_list .l>img{ max-width:100%; height:auto;}
.dlm_8 .desc_list .r{width: 456px;}
.dlm_8 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.dlm_8 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.dlm_8 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #dceae8; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.dlm_8 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.dlm_8 .desc_list .r>.desc>ul>li:nth-child(1)>span{color: #049888;}
.dlm_8 .desc_list .r>.desc>ul>li:nth-child(2)>span{color: #049888;}
.dlm_8 .desc_list .r>.desc>ul>li:nth-child(4)>span{color: #049888;}
.dlm_8 .desc_list .r>.desc>ul>li:nth-child(8)>span{color: #049888;}

/*iot*/
.iot_1{ padding:80px 0 190px 0; background-color: #eef7f6;}
.iot_1 em{ font-size:40px; font-weight:bold; display:block; text-align: center;}
.iot_1 .desc_list{ margin-top:68px;}
.iot_1 .desc_list>ul{display: flex; flex-wrap: wrap; justify-content: center;}
.iot_1 .desc_list>ul>li{width: 138px; margin-left: 39px; margin-bottom: 25px; text-align: center; border: 1px solid #d9d9d9; border-radius: 10px; padding: 15px; box-sizing: border-box; transition: all 0.3s;} 
.iot_1 .desc_list>ul>li:nth-child(7n+1){margin-left: 0;}
.iot_1 .desc_list>ul>li:hover{box-shadow: 0 1px 10px 3px rgba(14,140,122,0.12); border-color: #a4d4cd;}
.iot_1 .desc_list>ul>li>span{width: 76px; margin: 0 auto; font-size: 18px; display: block; margin-top: 5px; line-height: 1.4; text-align: center;}
.iot_2{ background: -webkit-linear-gradient(right,#0e8c7a,#09675d);background: -o-linear-gradient(right,#0e8c7a,#09675d);background: -moz-linear-gradient(right,#0e8c7a,#09675d);background: linear-gradient(to right,#0e8c7a,#09675d); padding:160px 0 100px 0; transform: skewY(-8deg); margin-top: -100px;}
.iot_2 .container{transform: skewY(8deg);}
.iot_2 em{ width: 100%; margin: 0 auto; font-size:40px; font-weight:bold; display:block; color: #fff; line-height: 1.6; text-align: center;}
.iot_2 .img{ margin-top:76px;}
.iot_2 .img>img{ max-width:100%; height:auto;}
.iot_3{ padding:65px 0 90px 0; margin-top: -90px; position: relative;}
.iot_3 em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px;}
.iot_3 p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold;}
.iot_3 .desc_list{ margin-top:65px; display: flex; justify-content: space-between; align-items: center;}
.iot_3 .desc_list .l{ width: 692px;}
.iot_3 .desc_list .l>img{ max-width:100%; height:auto;}
.iot_3 .desc_list .r{width: 456px;}
.iot_3 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.iot_3 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.iot_3 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #ebf7f6; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.iot_3 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.iot_3 .desc_list .r>.desc>ul>li:nth-child(2)>span{color: #049888;}
.iot_3 .desc_list .r>.desc>ul>li:nth-child(4)>span{color: #049888;}
.iot_3 .desc_list .r>.desc>ul>li:nth-child(5)>span{color: #049888;}
.iot_3 .desc_list .r>.desc>ul>li:nth-child(8)>span{color: #049888;}
.iot_4{ padding:65px 0 90px 0;}
.iot_4 .desc_dh{background: -webkit-linear-gradient(right,#0e8c7a,#09675d);background: -o-linear-gradient(right,#0e8c7a,#09675d);background: -moz-linear-gradient(right,#0e8c7a,#09675d);background: linear-gradient(to right,#0e8c7a,#09675d); padding:22px 0 80px 0; transform: skewY(-8deg); margin-top: -50px;}
.iot_4 .desc_dh .container{transform: skewY(8deg); text-align: center;}
.iot_4 .desc_dh img{margin-top: -60px;}
.iot_4 .desc_dh em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; margin-top: 20px;}
.iot_4 .desc_dh p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold; color: #fff;}
.iot_4 .desc_list{ background-color: #eef7f6; margin-top: -100px; padding: 200px 0 280px 0;}
.iot_4 .desc_list .container{ display: flex; justify-content: space-between; align-items: center; flex-direction: row-reverse;}
.iot_4 .desc_list .l{ width: 692px;}
.iot_4 .desc_list .l>img{ max-width:100%; height:auto;}
.iot_4 .desc_list .r{width: 456px;}
.iot_4 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.iot_4 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.iot_4 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #dceae8; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.iot_4 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.iot_4 .desc_list .r>.desc>ul>li:nth-child(2)>span{color: #049888;}
.iot_4 .desc_list .r>.desc>ul>li:nth-child(3)>span{color: #049888;}
.iot_4 .desc_list .r>.desc>ul>li:nth-child(5)>span{color: #049888;}
.iot_4 .desc_list .r>.desc>ul>li:nth-child(7)>span{color: #049888;}
.iot_4 .desc_list .r>.desc>ul>li:nth-child(8)>span{color: #049888;}
.iot_5{ padding:65px 0 90px 0; margin-top: -90px; background-color: #fff; transform: skewY(-8deg); margin-top: -260px;}
.iot_5 .container{transform: skewY(8deg);}
.iot_5 em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; position: relative; margin-top: -90px;}
.iot_5 em>img{position: absolute; top: -30px; right: -30px;}
.iot_5 p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold;}
.iot_5 .desc_list{ margin-top:65px; display: flex; justify-content: space-between; align-items: center;}
.iot_5 .desc_list .l{ width: 692px;}
.iot_5 .desc_list .l>img{ max-width:100%; height:auto;}
.iot_5 .desc_list .r{width: 456px;}
.iot_5 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.iot_5 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.iot_5 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #ebf7f6; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.iot_5 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold; color: #049888;}
.iot_6{ padding:65px 0 90px 0;}
.iot_6 .desc_dh{background: -webkit-linear-gradient(right,#0e8c7a,#09675d);background: -o-linear-gradient(right,#0e8c7a,#09675d);background: -moz-linear-gradient(right,#0e8c7a,#09675d);background: linear-gradient(to right,#0e8c7a,#09675d); padding:22px 0 80px 0; transform: skewY(-8deg); margin-top: -50px;}
.iot_6 .desc_dh .container{transform: skewY(8deg); text-align: center;}
.iot_6 .desc_dh img{margin-top: -60px;}
.iot_6 .desc_dh em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; margin-top: 20px; position: relative;}
.iot_6 .desc_dh em>img{position: absolute; top: -30px; right: -30px; margin-top: 0;}
.iot_6 .desc_dh p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold; color: #fff;}
.iot_6 .desc_list{ background-color: #eef7f6; margin-top: -100px; padding: 200px 0 280px 0;}
.iot_6 .desc_list .container{ display: flex; justify-content: space-between; align-items: center; flex-direction: row-reverse;}
.iot_6 .desc_list .l{ width: 692px;}
.iot_6 .desc_list .l>img{ max-width:100%; height:auto;}
.iot_6 .desc_list .r{width: 456px;}
.iot_6 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.iot_6 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.iot_6 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #dceae8; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.iot_6 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.iot_6 .desc_list .r>.desc>ul>li:nth-child(1)>span{color: #049888;}
.iot_6 .desc_list .r>.desc>ul>li:nth-child(2)>span{color: #049888;}
.iot_6 .desc_list .r>.desc>ul>li:nth-child(3)>span{color: #049888;}
.iot_6 .desc_list .r>.desc>ul>li:nth-child(5)>span{color: #049888;}
.iot_7{ padding:65px 0 70px 0; margin-top: -90px; background-color: #fff; transform: skewY(-8deg); margin-top: -260px;}
.iot_7 .container{transform: skewY(8deg);}
.iot_7 em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; position: relative; margin-top: -90px;}
.iot_7 em>img{position: absolute; top: -30px; right: -30px;}
.iot_7 p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold;}
.iot_7 .desc_list{ margin-top:65px; display: flex; justify-content: space-between; align-items: center;}
.iot_7 .desc_list .l{ width: 692px;}
.iot_7 .desc_list .l>img{ max-width:100%; height:auto;}
.iot_7 .desc_list .r{width: 456px;}
.iot_7 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.iot_7 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.iot_7 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #ebf7f6; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.iot_7 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.iot_7 .desc_list .r>.desc>ul>li:nth-child(2)>span{color: #049888;}
.iot_7 .desc_list .r>.desc>ul>li:nth-child(3)>span{color: #049888;}
.iot_7 .desc_list .r>.desc>ul>li:nth-child(5)>span{color: #049888;}
.iot_7 .desc_list .r>.desc>ul>li:nth-child(8)>span{color: #049888;}
.iot_8{ padding:65px 0 90px 0;}
.iot_8 .desc_dh{background: -webkit-linear-gradient(right,#0e8c7a,#09675d);background: -o-linear-gradient(right,#0e8c7a,#09675d);background: -moz-linear-gradient(right,#0e8c7a,#09675d);background: linear-gradient(to right,#0e8c7a,#09675d); padding:22px 0 80px 0; transform: skewY(-8deg); margin-top: -50px;}
.iot_8 .desc_dh .container{transform: skewY(8deg); text-align: center;}
.iot_8 .desc_dh img{margin-top: -60px;}
.iot_8 .desc_dh em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; margin-top: 20px; position: relative;}
.iot_8 .desc_dh em>img{position: absolute; top: -30px; right: -30px; margin-top: 0;}
.iot_8 .desc_dh p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold; color: #fff;}
.iot_8 .desc_list{ background-color: #eef7f6; margin-top: -100px; padding: 200px 0 280px 0;}
.iot_8 .desc_list .container{ display: flex; justify-content: space-between; align-items: center; flex-direction: row-reverse;}
.iot_8 .desc_list .l{ width: 692px;}
.iot_8 .desc_list .l>img{ max-width:100%; height:auto;}
.iot_8 .desc_list .r{width: 456px;}
.iot_8 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.iot_8 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.iot_8 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #dceae8; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.iot_8 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.iot_8 .desc_list .r>.desc>ul>li:nth-child(3)>span{color: #049888;}
.iot_8 .desc_list .r>.desc>ul>li:nth-child(4)>span{color: #049888;}
.iot_8 .desc_list .r>.desc>ul>li:nth-child(5)>span{color: #049888;}
.iot_8 .desc_list .r>.desc>ul>li:nth-child(6)>span{color: #049888;}
.iot_9{ padding:65px 0 90px 0; margin-top: -90px; background-color: #fff; transform: skewY(-8deg); margin-top: -260px;}
.iot_9 .container{transform: skewY(8deg);}
.iot_9 em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; position: relative; margin-top: -90px;}
.iot_9 em>img{position: absolute; top: -30px; right: -30px;}
.iot_9 p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold;}
.iot_9 .desc_list{ margin-top:65px; display: flex; justify-content: space-between; align-items: center;}
.iot_9 .desc_list .l{ width: 692px;}
.iot_9 .desc_list .l>img{ max-width:100%; height:auto;}
.iot_9 .desc_list .r{width: 456px;}
.iot_9 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.iot_9 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.iot_9 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #ebf7f6; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.iot_9 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.iot_9 .desc_list .r>.desc>ul>li:nth-child(2)>span{color: #049888;}
.iot_9 .desc_list .r>.desc>ul>li:nth-child(5)>span{color: #049888;}
.iot_9 .desc_list .r>.desc>ul>li:nth-child(6)>span{color: #049888;}
.iot_9 .desc_list .r>.desc>ul>li:nth-child(7)>span{color: #049888;}
.iot_10{ padding:65px 0 90px 0;}
.iot_10 .desc_dh{background: -webkit-linear-gradient(right,#0e8c7a,#09675d);background: -o-linear-gradient(right,#0e8c7a,#09675d);background: -moz-linear-gradient(right,#0e8c7a,#09675d);background: linear-gradient(to right,#0e8c7a,#09675d); padding:22px 0 80px 0; transform: skewY(-8deg); margin-top: -50px;}
.iot_10 .desc_dh .container{transform: skewY(8deg); text-align: center;}
.iot_10 .desc_dh img{margin-top: -60px;}
.iot_10 .desc_dh em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; margin-top: 20px; position: relative;}
.iot_10 .desc_dh em>img{position: absolute; top: -30px; right: -30px; margin-top: 0;}
.iot_10 .desc_dh p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold; color: #fff;}
.iot_10 .desc_list{ background-color: #eef7f6; margin-top: -100px; padding: 200px 0 280px 0;}
.iot_10 .desc_list .container{ display: flex; justify-content: space-between; align-items: center; flex-direction: row-reverse;}
.iot_10 .desc_list .l{ width: 692px;}
.iot_10 .desc_list .l>img{ max-width:100%; height:auto;}
.iot_10 .desc_list .r{width: 456px;}
.iot_10 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.iot_10 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.iot_10 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #dceae8; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.iot_10 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.iot_10 .desc_list .r>.desc>ul>li:nth-child(5)>span{color: #049888;}
.iot_10 .desc_list .r>.desc>ul>li:nth-child(6)>span{color: #049888;}
.iot_10 .desc_list .r>.desc>ul>li:nth-child(7)>span{color: #049888;}
.iot_11{ padding:65px 0 90px 0; margin-top: -90px; background-color: #fff; transform: skewY(-8deg); margin-top: -260px;}
.iot_11 .container{transform: skewY(8deg);}
.iot_11 em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; position: relative; margin-top: -90px;}
.iot_11 em>img{position: absolute; top: -30px; right: -30px;}
.iot_11 p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold;}
.iot_11 .desc_list{ margin-top:65px; display: flex; justify-content: space-between; align-items: center;}
.iot_11 .desc_list .l{ width: 692px;}
.iot_11 .desc_list .l>img{ max-width:100%; height:auto;}
.iot_11 .desc_list .r{width: 456px;}
.iot_11 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.iot_11 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.iot_11 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #ebf7f6; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.iot_11 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.iot_11 .desc_list .r>.desc>ul>li:nth-child(1)>span{color: #049888;}
.iot_11 .desc_list .r>.desc>ul>li:nth-child(2)>span{color: #049888;}
.iot_11 .desc_list .r>.desc>ul>li:nth-child(3)>span{color: #049888;}
.iot_11 .desc_list .r>.desc>ul>li:nth-child(6)>span{color: #049888;}
.iot_12{ padding:65px 0 90px 0;}
.iot_12 .desc_dh{background: -webkit-linear-gradient(right,#0e8c7a,#09675d);background: -o-linear-gradient(right,#0e8c7a,#09675d);background: -moz-linear-gradient(right,#0e8c7a,#09675d);background: linear-gradient(to right,#0e8c7a,#09675d); padding:22px 0 80px 0; transform: skewY(-8deg); margin-top: -50px;}
.iot_12 .desc_dh .container{transform: skewY(8deg); text-align: center;}
.iot_12 .desc_dh img{margin-top: -60px;}
.iot_12 .desc_dh em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; margin-top: 20px; position: relative;}
.iot_12 .desc_dh em>img{position: absolute; top: -30px; right: -30px; margin-top: 0;}
.iot_12 .desc_dh p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold; color: #fff;}
.iot_12 .desc_list{ background-color: #eef7f6; margin-top: -100px; padding: 200px 0 280px 0;}
.iot_12 .desc_list .container{ display: flex; justify-content: space-between; align-items: center; flex-direction: row-reverse;}
.iot_12 .desc_list .l{ width: 692px;}
.iot_12 .desc_list .l>img{ max-width:100%; height:auto;}
.iot_12 .desc_list .r{width: 456px;}
.iot_12 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.iot_12 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.iot_12 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #dceae8; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.iot_12 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.iot_12 .desc_list .r>.desc>ul>li:nth-child(1)>span{color: #049888;}
.iot_12 .desc_list .r>.desc>ul>li:nth-child(2)>span{color: #049888;}
.iot_12 .desc_list .r>.desc>ul>li:nth-child(3)>span{color: #049888;}
.iot_13{ padding:65px 0 90px 0; margin-top: -90px; background-color: #fff; transform: skewY(-8deg); margin-top: -260px;}
.iot_13 .container{transform: skewY(8deg);}
.iot_13 em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; position: relative; margin-top: -90px;}
.iot_13 em>img{position: absolute; top: -30px; right: -30px;}
.iot_13 p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold;}
.iot_13 .desc_list{ margin-top:65px; display: flex; justify-content: space-between; align-items: center;}
.iot_13 .desc_list .l{ width: 692px;}
.iot_13 .desc_list .l>img{ max-width:100%; height:auto;}
.iot_13 .desc_list .r{width: 456px;}
.iot_13 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.iot_13 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.iot_13 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #ebf7f6; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.iot_13 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.iot_13 .desc_list .r>.desc>ul>li:nth-child(1)>span{color: #049888;}
.iot_13 .desc_list .r>.desc>ul>li:nth-child(3)>span{color: #049888;}
.iot_13 .desc_list .r>.desc>ul>li:nth-child(4)>span{color: #049888;}
.iot_13 .desc_list .r>.desc>ul>li:nth-child(5)>span{color: #049888;}
.iot_13 .desc_list .r>.desc>ul>li:nth-child(6)>span{color: #049888;}
.iot_14{background-color: #fff; border-radius: 60px 0 60px 0; box-shadow: 0 5px 20px -5px rgba(0,0,0,.2); position: relative; z-index: 2; padding: 35px;}
.iot_14 em{ font-size: 30px; font-weight: bold; color: #049888; display: block; text-align: center;}
.iot_14 .desc_list{ margin-top:30px;}
.iot_14 .desc_list>ul{ display: flex; align-items: center; flex-wrap: wrap;}
.iot_14 .desc_list>ul>li{ width: 132px; margin-bottom: 8px; margin-left: 8px; text-align: center; border: 1px solid #f3f3f3;}
.iot_14 .desc_list>ul>li:nth-child(8n+1){ margin-left: 0;}
.iot_14 .desc_list>ul>li>.img{width: 132px; height: 65px; overflow: hidden; display: flex; align-items: center; justify-content: center;}
.iot_14 .desc_list>ul>li>.img>img{max-width: 100%; max-height: 100%;}
.iot_14 .desc_list>ul>li>span{display: block; border-top: 1px solid #f3f3f3;}
.iot_15{background-color: #fff; border-radius: 60px 0 60px 0; box-shadow: 0 5px 20px -5px rgba(0,0,0,.2); position: relative; z-index: 2; padding: 35px; margin-top: 40px;}
.iot_15 em{ font-size: 30px; font-weight: bold; color: #049888; display: block; text-align: center;}
.iot_15 .desc_list{ margin-top:30px;}
.iot_15 .desc_list>ul{ display: flex; align-items: center; flex-wrap: wrap;}
.iot_15 .desc_list>ul>li{ width: 150px; margin-bottom: 8px; margin-left: 8px; text-align: center; border: 1px solid #f3f3f3;}
.iot_15 .desc_list>ul>li:nth-child(7n+1){ margin-left: 0;}
.iot_15 .desc_list>ul>li>.img{width: 150px; height: 66px; overflow: hidden; display: flex; align-items: center; justify-content: center;}
.iot_15 .desc_list>ul>li>.img>img{max-width: 100%; max-height: 100%;}
.iot_15 .desc_list>ul>li>span{display: block; border-top: 1px solid #f3f3f3;}
.iot_16{background-color: #fff; border-radius: 60px 0 60px 0; box-shadow: 0 5px 20px -5px rgba(0,0,0,.2); position: relative; z-index: 2; padding: 35px; margin-top: 40px;}
.iot_16 em{ font-size: 30px; font-weight: bold; color: #049888; display: block; text-align: center;}
.iot_16 .desc_list{ margin-top:30px;}
.iot_16 .desc_list>ul{ display: flex; align-items: center; flex-wrap: wrap;}
.iot_16 .desc_list>ul>li{ width: 132px; margin-bottom: 8px; margin-left: 8px; text-align: center; border: 1px solid #f3f3f3;}
.iot_16 .desc_list>ul>li:nth-child(8n+1){ margin-left: 0;}
.iot_16 .desc_list>ul>li>.img{width: 132px; height: 65px; overflow: hidden; display: flex; align-items: center; justify-content: center;}
.iot_16 .desc_list>ul>li>.img>img{max-width: 100%; max-height: 100%;}
.iot_16 .desc_list>ul>li>span{display: block; border-top: 1px solid #f3f3f3;}
.iot_17{background-color: #fff; border-radius: 60px 0 60px 0; box-shadow: 0 5px 20px -5px rgba(0,0,0,.2); position: relative; z-index: 2; padding: 35px; margin-top: 40px; display: flex; align-items: center; justify-content: center; line-height: 1; margin-bottom: 90px;}
.iot_17 em{ font-size: 30px; font-weight: bold; color: #049888; display: block; text-align: center; margin-right: 30px;}
.iot_17 .desc_list>ul{ display: flex; align-items: center; flex-wrap: wrap;}
.iot_17 .desc_list>ul>li>span{padding: 0 25px; font-size: 20px; margin: 0 5px; border: 1px solid #f0f0f0; height: 36px; line-height: 36px; display: inline-block;}

/*mpm*/
.mpm_1{ padding:80px 0 190px 0; background-color: #eef7f6;}
.mpm_1 em{ font-size:40px; font-weight:bold; display:block; text-align: center;}
.mpm_1 .desc_list{ margin-top:68px;}
.mpm_1 .desc_list>ul{display: flex; flex-wrap: wrap; justify-content: center;}
.mpm_1 .desc_list>ul>li{width: 138px; margin-left: 39px; margin-bottom: 25px; text-align: center; border: 1px solid #d9d9d9; border-radius: 10px; padding: 15px; box-sizing: border-box; transition: all 0.3s;} 
.mpm_1 .desc_list>ul>li:nth-child(7n+1){margin-left: 0;}
.mpm_1 .desc_list>ul>li:hover{box-shadow: 0 1px 10px 3px rgba(14,140,122,0.12); border-color: #a4d4cd;}
.mpm_1 .desc_list>ul>li>span{width: 76px; margin: 0 auto; font-size: 18px; display: block; margin-top: 5px; line-height: 1.4; text-align: center;}
.mpm_2{ background: -webkit-linear-gradient(right,#0e8c7a,#09675d);background: -o-linear-gradient(right,#0e8c7a,#09675d);background: -moz-linear-gradient(right,#0e8c7a,#09675d);background: linear-gradient(to right,#0e8c7a,#09675d); padding:160px 0 100px 0; transform: skewY(-8deg); margin-top: -100px;}
.mpm_2 .container{transform: skewY(8deg);}
.mpm_2 em{ width: 100%; margin: 0 auto; font-size:40px; font-weight:bold; display:block; color: #fff; line-height: 1.6; text-align: center;}
.mpm_2 .img{ margin-top:76px;}
.mpm_2 .img>img{ max-width:100%; height:auto;}
.mpm_3{ padding:65px 0 90px 0; margin-top: -90px; position: relative;}
.mpm_3 em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px;}
.mpm_3 p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold;}
.mpm_3 .desc_list{ margin-top:65px; display: flex; justify-content: space-between; align-items: center;}
.mpm_3 .desc_list .l{ width: 692px;}
.mpm_3 .desc_list .l>img{ max-width:100%; height:auto;}
.mpm_3 .desc_list .r{width: 456px;}
.mpm_3 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.mpm_3 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.mpm_3 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #ebf7f6; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.mpm_3 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.mpm_3 .desc_list .r>.desc>ul>li:nth-child(2)>span{color: #049888;}
.mpm_3 .desc_list .r>.desc>ul>li:nth-child(3)>span{color: #049888;}
.mpm_3 .desc_list .r>.desc>ul>li:nth-child(4)>span{color: #049888;}
.mpm_3 .desc_list .r>.desc>ul>li:nth-child(5)>span{color: #049888;}
.mpm_3 .desc_list .r>.desc>ul>li:nth-child(8)>span{color: #049888;}
.mpm_4{ padding:65px 0 90px 0;}
.mpm_4 .desc_dh{background: -webkit-linear-gradient(right,#0e8c7a,#09675d);background: -o-linear-gradient(right,#0e8c7a,#09675d);background: -moz-linear-gradient(right,#0e8c7a,#09675d);background: linear-gradient(to right,#0e8c7a,#09675d); padding:22px 0 80px 0; transform: skewY(-8deg); margin-top: -50px;}
.mpm_4 .desc_dh .container{transform: skewY(8deg); text-align: center;}
.mpm_4 .desc_dh img{margin-top: -60px;}
.mpm_4 .desc_dh em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; margin-top: 20px;}
.mpm_4 .desc_dh p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold; color: #fff;}
.mpm_4 .desc_list{ background-color: #eef7f6; margin-top: -100px; padding: 200px 0 280px 0;}
.mpm_4 .desc_list .container{ display: flex; justify-content: space-between; align-items: center; flex-direction: row-reverse;}
.mpm_4 .desc_list .l{ width: 692px;}
.mpm_4 .desc_list .l>img{ max-width:100%; height:auto;}
.mpm_4 .desc_list .r{width: 456px;}
.mpm_4 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.mpm_4 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.mpm_4 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #dceae8; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.mpm_4 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.mpm_4 .desc_list .r>.desc>ul>li:nth-child(1)>span{color: #049888;}
.mpm_4 .desc_list .r>.desc>ul>li:nth-child(2)>span{color: #049888;}
.mpm_4 .desc_list .r>.desc>ul>li:nth-child(3)>span{color: #049888;}
.mpm_5{ padding:65px 0 90px 0; margin-top: -90px; background-color: #fff; transform: skewY(-8deg); margin-top: -260px;}
.mpm_5 .container{transform: skewY(8deg);}
.mpm_5 em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; position: relative; margin-top: -90px;}
.mpm_5 em>img{position: absolute; top: -30px; right: -30px;}
.mpm_5 p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold;}
.mpm_5 .desc_list{ margin-top:65px; display: flex; justify-content: space-between; align-items: center;}
.mpm_5 .desc_list .l{ width: 692px;}
.mpm_5 .desc_list .l>img{ max-width:100%; height:auto;}
.mpm_5 .desc_list .r{width: 456px;}
.mpm_5 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.mpm_5 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.mpm_5 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #ebf7f6; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.mpm_5 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.mpm_5 .desc_list .r>.desc>ul>li:nth-child(1)>span{color: #049888;}
.mpm_5 .desc_list .r>.desc>ul>li:nth-child(2)>span{color: #049888;}
.mpm_5 .desc_list .r>.desc>ul>li:nth-child(3)>span{color: #049888;}
.mpm_5 .desc_list .r>.desc>ul>li:nth-child(5)>span{color: #049888;}
.mpm_6{ padding:65px 0 90px 0;}
.mpm_6 .desc_dh{background: -webkit-linear-gradient(right,#0e8c7a,#09675d);background: -o-linear-gradient(right,#0e8c7a,#09675d);background: -moz-linear-gradient(right,#0e8c7a,#09675d);background: linear-gradient(to right,#0e8c7a,#09675d); padding:22px 0 80px 0; transform: skewY(-8deg); margin-top: -50px;}
.mpm_6 .desc_dh .container{transform: skewY(8deg); text-align: center;}
.mpm_6 .desc_dh img{margin-top: -60px;}
.mpm_6 .desc_dh em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; margin-top: 20px; position: relative;}
.mpm_6 .desc_dh em>img{position: absolute; top: -30px; right: -30px; margin-top: 0;}
.mpm_6 .desc_dh p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold; color: #fff;}
.mpm_6 .desc_list{ background-color: #eef7f6; margin-top: -100px; padding: 200px 0 280px 0;}
.mpm_6 .desc_list .container{ display: flex; justify-content: space-between; align-items: center; flex-direction: row-reverse;}
.mpm_6 .desc_list .l{ width: 692px;}
.mpm_6 .desc_list .l>img{ max-width:100%; height:auto;}
.mpm_6 .desc_list .r{width: 456px;}
.mpm_6 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.mpm_6 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.mpm_6 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #dceae8; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.mpm_6 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.mpm_6 .desc_list .r>.desc>ul>li:nth-child(1)>span{color: #049888;}
.mpm_6 .desc_list .r>.desc>ul>li:nth-child(2)>span{color: #049888;}
.mpm_6 .desc_list .r>.desc>ul>li:nth-child(3)>span{color: #049888;}
.mpm_6 .desc_list .r>.desc>ul>li:nth-child(4)>span{color: #049888;}
.mpm_6 .desc_list .r>.desc>ul>li:nth-child(6)>span{color: #049888;}
.mpm_7{ padding:65px 0 70px 0; margin-top: -90px; background-color: #fff; transform: skewY(-8deg); margin-top: -260px;}
.mpm_7 .container{transform: skewY(8deg);}
.mpm_7 em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; position: relative; margin-top: -90px;}
.mpm_7 em>img{position: absolute; top: -30px; right: -30px;}
.mpm_7 p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold;}
.mpm_7 .desc_list{ margin-top:65px; display: flex; justify-content: space-between; align-items: center;}
.mpm_7 .desc_list .l{ width: 692px;}
.mpm_7 .desc_list .l>img{ max-width:100%; height:auto;}
.mpm_7 .desc_list .r{width: 456px;}
.mpm_7 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.mpm_7 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.mpm_7 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #ebf7f6; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.mpm_7 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.mpm_7 .desc_list .r>.desc>ul>li:nth-child(2)>span{color: #049888;}
.mpm_7 .desc_list .r>.desc>ul>li:nth-child(3)>span{color: #049888;}
.mpm_7 .desc_list .r>.desc>ul>li:nth-child(4)>span{color: #049888;}
.mpm_7 .desc_list .r>.desc>ul>li:nth-child(5)>span{color: #049888;}
.mpm_8{ padding:65px 0 90px 0;}
.mpm_8 .desc_dh{background: -webkit-linear-gradient(right,#0e8c7a,#09675d);background: -o-linear-gradient(right,#0e8c7a,#09675d);background: -moz-linear-gradient(right,#0e8c7a,#09675d);background: linear-gradient(to right,#0e8c7a,#09675d); padding:22px 0 80px 0; transform: skewY(-8deg); margin-top: -50px;}
.mpm_8 .desc_dh .container{transform: skewY(8deg); text-align: center;}
.mpm_8 .desc_dh img{margin-top: -60px;}
.mpm_8 .desc_dh em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; margin-top: 20px; position: relative;}
.mpm_8 .desc_dh em>img{position: absolute; top: -30px; right: -30px; margin-top: 0;}
.mpm_8 .desc_dh p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold; color: #fff;}
.mpm_8 .desc_list{ background-color: #eef7f6; margin-top: -100px; padding: 200px 0 280px 0;}
.mpm_8 .desc_list .container{ display: flex; justify-content: space-between; align-items: center; flex-direction: row-reverse;}
.mpm_8 .desc_list .l{ width: 692px;}
.mpm_8 .desc_list .l>img{ max-width:100%; height:auto;}
.mpm_8 .desc_list .r{width: 456px;}
.mpm_8 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.mpm_8 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.mpm_8 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #dceae8; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.mpm_8 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.mpm_8 .desc_list .r>.desc>ul>li:nth-child(1)>span{color: #049888;}
.mpm_8 .desc_list .r>.desc>ul>li:nth-child(2)>span{color: #049888;}
.mpm_8 .desc_list .r>.desc>ul>li:nth-child(3)>span{color: #049888;}
.mpm_9{ padding:65px 0 90px 0; margin-top: -90px; background-color: #fff; transform: skewY(-8deg); margin-top: -260px;}
.mpm_9 .container{transform: skewY(8deg);}
.mpm_9 em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; position: relative; margin-top: -90px;}
.mpm_9 em>img{position: absolute; top: -30px; right: -30px;}
.mpm_9 p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold;}
.mpm_9 .desc_list{ margin-top:65px; display: flex; justify-content: space-between; align-items: center;}
.mpm_9 .desc_list .l{ width: 692px;}
.mpm_9 .desc_list .l>img{ max-width:100%; height:auto;}
.mpm_9 .desc_list .r{width: 456px;}
.mpm_9 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.mpm_9 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.mpm_9 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #ebf7f6; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.mpm_9 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.mpm_9 .desc_list .r>.desc>ul>li:nth-child(2)>span{color: #049888;}
.mpm_9 .desc_list .r>.desc>ul>li:nth-child(3)>span{color: #049888;}
.mpm_9 .desc_list .r>.desc>ul>li:nth-child(4)>span{color: #049888;}
.mpm_9 .desc_list .r>.desc>ul>li:nth-child(7)>span{color: #049888;}
.mpm_9 .desc_list .r>.desc>ul>li:nth-child(8)>span{color: #049888;}
.mpm_10{ padding:65px 0 0 0;}
.mpm_10 .desc_dh{background: -webkit-linear-gradient(right,#0e8c7a,#09675d);background: -o-linear-gradient(right,#0e8c7a,#09675d);background: -moz-linear-gradient(right,#0e8c7a,#09675d);background: linear-gradient(to right,#0e8c7a,#09675d); padding:22px 0 80px 0; transform: skewY(-8deg); margin-top: -50px;}
.mpm_10 .desc_dh .container{transform: skewY(8deg); text-align: center;}
.mpm_10 .desc_dh img{margin-top: -60px;}
.mpm_10 .desc_dh em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; margin-top: 20px; position: relative;}
.mpm_10 .desc_dh em>img{position: absolute; top: -30px; right: -30px; margin-top: 0;}
.mpm_10 .desc_dh p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold; color: #fff;}
.mpm_10 .desc_list{ background-color: #eef7f6; margin-top: -100px; padding: 200px 0 90px 0;}
.mpm_10 .desc_list .container{ display: flex; justify-content: space-between; align-items: center; flex-direction: row-reverse;}
.mpm_10 .desc_list .l{ width: 692px;}
.mpm_10 .desc_list .l>img{ max-width:100%; height:auto;}
.mpm_10 .desc_list .r{width: 456px;}
.mpm_10 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.mpm_10 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.mpm_10 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #dceae8; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.mpm_10 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.mpm_10 .desc_list .r>.desc>ul>li:nth-child(1)>span{color: #049888;}
.mpm_10 .desc_list .r>.desc>ul>li:nth-child(2)>span{color: #049888;}
.mpm_10 .desc_list .r>.desc>ul>li:nth-child(3)>span{color: #049888;}

/*dnc*/
.dnc_1{ padding:80px 0 190px 0; background-color: #eef7f6;}
.dnc_1 em{ font-size:40px; font-weight:bold; display:block; text-align: center;}
.dnc_1 .desc_list{ margin-top:68px;}
.dnc_1 .desc_list>ul{display: flex; flex-wrap: wrap; justify-content: center;}
.dnc_1 .desc_list>ul>li{width: 138px; margin-left: 39px; margin-bottom: 25px; text-align: center; border: 1px solid #d9d9d9; border-radius: 10px; padding: 15px; box-sizing: border-box; transition: all 0.3s;} 
.dnc_1 .desc_list>ul>li:nth-child(7n+1){margin-left: 0;}
.dnc_1 .desc_list>ul>li:hover{box-shadow: 0 1px 10px 3px rgba(14,140,122,0.12); border-color: #a4d4cd;}
.dnc_1 .desc_list>ul>li>span{width: 76px; margin: 0 auto; font-size: 18px; display: block; margin-top: 5px; line-height: 1.4; text-align: center;}
.dnc_1 .desc_list>ul>li:nth-child(6)>span{width: 90px;}
.dnc_2{ background: -webkit-linear-gradient(right,#0e8c7a,#09675d);background: -o-linear-gradient(right,#0e8c7a,#09675d);background: -moz-linear-gradient(right,#0e8c7a,#09675d);background: linear-gradient(to right,#0e8c7a,#09675d); padding:160px 0 100px 0; transform: skewY(-8deg); margin-top: -100px;}
.dnc_2 .container{transform: skewY(8deg);}
.dnc_2 em{ width: 98%; margin: 0 auto; font-size:40px; font-weight:bold; display:block; color: #fff; line-height: 1.6; text-align: center;}
.dnc_2 .img{ margin-top:76px;}
.dnc_2 .img>img{ max-width:100%; height:auto;}
.dnc_3{ padding:65px 0 90px 0; margin-top: -90px; position: relative;}
.dnc_3 em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px;}
.dnc_3 p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold;}
.dnc_3 .desc_list{ margin-top:65px; display: flex; justify-content: space-between; align-items: center;}
.dnc_3 .desc_list .l{ width: 692px;}
.dnc_3 .desc_list .l>img{ max-width:100%; height:auto;}
.dnc_3 .desc_list .r{width: 456px;}
.dnc_3 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.dnc_3 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.dnc_3 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #ebf7f6; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.dnc_3 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.dnc_3 .desc_list .r>.desc>ul>li:nth-child(1)>span{color: #049888;}
.dnc_3 .desc_list .r>.desc>ul>li:nth-child(5)>span{color: #049888;}
.dnc_3 .desc_list .r>.desc>ul>li:nth-child(8)>span{color: #049888;}
.dnc_4{ padding:65px 0 90px 0;}
.dnc_4 .desc_dh{background: -webkit-linear-gradient(right,#0e8c7a,#09675d);background: -o-linear-gradient(right,#0e8c7a,#09675d);background: -moz-linear-gradient(right,#0e8c7a,#09675d);background: linear-gradient(to right,#0e8c7a,#09675d); padding:22px 0 80px 0; transform: skewY(-8deg); margin-top: -50px;}
.dnc_4 .desc_dh .container{transform: skewY(8deg); text-align: center;}
.dnc_4 .desc_dh img{margin-top: -60px;}
.dnc_4 .desc_dh em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; margin-top: 20px;}
.dnc_4 .desc_dh p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold; color: #fff;}
.dnc_4 .desc_list{ background-color: #eef7f6; margin-top: -100px; padding: 200px 0 280px 0;}
.dnc_4 .desc_list .container{ display: flex; justify-content: space-between; align-items: center; flex-direction: row-reverse;}
.dnc_4 .desc_list .l{ width: 692px;}
.dnc_4 .desc_list .l>img{ max-width:100%; height:auto;}
.dnc_4 .desc_list .r{width: 456px;}
.dnc_4 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.dnc_4 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.dnc_4 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #dceae8; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.dnc_4 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.dnc_4 .desc_list .r>.desc>ul>li:nth-child(1)>span{color: #049888;}
.dnc_4 .desc_list .r>.desc>ul>li:nth-child(2)>span{color: #049888;}
.dnc_4 .desc_list .r>.desc>ul>li:nth-child(4)>span{color: #049888;}
.dnc_4 .desc_list .r>.desc>ul>li:nth-child(6)>span{color: #049888;}
.dnc_5{ padding:65px 0 90px 0; margin-top: -90px; background-color: #fff; transform: skewY(-8deg); margin-top: -260px;}
.dnc_5 .container{transform: skewY(8deg);}
.dnc_5 em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; position: relative; margin-top: -90px;}
.dnc_5 em>img{position: absolute; top: -30px; right: -30px;}
.dnc_5 p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold;}
.dnc_5 .desc_list{ margin-top:65px; display: flex; justify-content: space-between; align-items: center;}
.dnc_5 .desc_list .l{ width: 692px;}
.dnc_5 .desc_list .l>img{ max-width:100%; height:auto;}
.dnc_5 .desc_list .r{width: 456px;}
.dnc_5 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.dnc_5 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.dnc_5 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #ebf7f6; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.dnc_5 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.dnc_5 .desc_list .r>.desc>ul>li:nth-child(1)>span{color: #049888;}
.dnc_5 .desc_list .r>.desc>ul>li:nth-child(2)>span{color: #049888;}
.dnc_5 .desc_list .r>.desc>ul>li:nth-child(3)>span{color: #049888;}
.dnc_5 .desc_list .r>.desc>ul>li:nth-child(4)>span{color: #049888;}
.dnc_6{ padding:65px 0 90px 0;}
.dnc_6 .desc_dh{background: -webkit-linear-gradient(right,#0e8c7a,#09675d);background: -o-linear-gradient(right,#0e8c7a,#09675d);background: -moz-linear-gradient(right,#0e8c7a,#09675d);background: linear-gradient(to right,#0e8c7a,#09675d); padding:22px 0 80px 0; transform: skewY(-8deg); margin-top: -50px;}
.dnc_6 .desc_dh .container{transform: skewY(8deg); text-align: center;}
.dnc_6 .desc_dh img{margin-top: -60px;}
.dnc_6 .desc_dh em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; margin-top: 20px; position: relative;}
.dnc_6 .desc_dh em>img{position: absolute; top: -30px; right: -30px; margin-top: 0;}
.dnc_6 .desc_dh p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold; color: #fff;}
.dnc_6 .desc_list{ background-color: #eef7f6; margin-top: -100px; padding: 200px 0 280px 0;}
.dnc_6 .desc_list .container{ display: flex; justify-content: space-between; align-items: center; flex-direction: row-reverse;}
.dnc_6 .desc_list .l{ width: 692px;}
.dnc_6 .desc_list .l>img{ max-width:100%; height:auto;}
.dnc_6 .desc_list .r{width: 456px;}
.dnc_6 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.dnc_6 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.dnc_6 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #dceae8; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.dnc_6 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.dnc_6 .desc_list .r>.desc>ul>li:nth-child(1)>span{color: #049888;}
.dnc_6 .desc_list .r>.desc>ul>li:nth-child(2)>span{color: #049888;}
.dnc_6 .desc_list .r>.desc>ul>li:nth-child(3)>span{color: #049888;}
.dnc_6 .desc_list .r>.desc>ul>li:nth-child(4)>span{color: #049888;}
.dnc_7{ padding:65px 0 70px 0; margin-top: -90px; background-color: #fff; transform: skewY(-8deg); margin-top: -260px;}
.dnc_7 .container{transform: skewY(8deg);}
.dnc_7 em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; position: relative; margin-top: -90px;}
.dnc_7 em>img{position: absolute; top: -30px; right: -30px;}
.dnc_7 p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold;}
.dnc_7 .desc_list{ margin-top:65px; display: flex; justify-content: space-between; align-items: center;}
.dnc_7 .desc_list .l{ width: 692px;}
.dnc_7 .desc_list .l>img{ max-width:100%; height:auto;}
.dnc_7 .desc_list .r{width: 456px;}
.dnc_7 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.dnc_7 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.dnc_7 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #ebf7f6; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.dnc_7 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.dnc_7 .desc_list .r>.desc>ul>li:nth-child(1)>span{color: #049888;}
.dnc_7 .desc_list .r>.desc>ul>li:nth-child(2)>span{color: #049888;}
.dnc_7 .desc_list .r>.desc>ul>li:nth-child(3)>span{color: #049888;}
.dnc_7 .desc_list .r>.desc>ul>li:nth-child(5)>span{color: #049888;}
.dnc_7 .desc_list .r>.desc>ul>li:nth-child(8)>span{color: #049888;}
.dnc_8{ padding:65px 0 90px 0;}
.dnc_8 .desc_dh{background: -webkit-linear-gradient(right,#0e8c7a,#09675d);background: -o-linear-gradient(right,#0e8c7a,#09675d);background: -moz-linear-gradient(right,#0e8c7a,#09675d);background: linear-gradient(to right,#0e8c7a,#09675d); padding:22px 0 80px 0; transform: skewY(-8deg); margin-top: -50px;}
.dnc_8 .desc_dh .container{transform: skewY(8deg); text-align: center;}
.dnc_8 .desc_dh img{margin-top: -60px;}
.dnc_8 .desc_dh em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; margin-top: 20px; position: relative;}
.dnc_8 .desc_dh em>img{position: absolute; top: -30px; right: -30px; margin-top: 0;}
.dnc_8 .desc_dh p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold; color: #fff;}
.dnc_8 .desc_list{ background-color: #eef7f6; margin-top: -100px; padding: 200px 0 280px 0;}
.dnc_8 .desc_list .container{ display: flex; justify-content: space-between; align-items: center; flex-direction: row-reverse;}
.dnc_8 .desc_list .l{ width: 692px;}
.dnc_8 .desc_list .l>img{ max-width:100%; height:auto;}
.dnc_8 .desc_list .r{width: 456px;}
.dnc_8 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.dnc_8 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.dnc_8 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #dceae8; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.dnc_8 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.dnc_8 .desc_list .r>.desc>ul>li:nth-child(3)>span{color: #049888;}
.dnc_8 .desc_list .r>.desc>ul>li:nth-child(4)>span{color: #049888;}
.dnc_9{ padding:65px 0 90px 0; margin-top: -90px; background-color: #fff; transform: skewY(-8deg); margin-top: -260px;}
.dnc_9 .container{transform: skewY(8deg);}
.dnc_9 em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; position: relative; margin-top: -90px;}
.dnc_9 em>img{position: absolute; top: -30px; right: -30px;}
.dnc_9 p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold;}
.dnc_9 .desc_list{ margin-top:65px; display: flex; justify-content: space-between; align-items: center;}
.dnc_9 .desc_list .l{ width: 692px;}
.dnc_9 .desc_list .l>img{ max-width:100%; height:auto;}
.dnc_9 .desc_list .r{width: 456px;}
.dnc_9 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.dnc_9 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.dnc_9 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #ebf7f6; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.dnc_9 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.dnc_9 .desc_list .r>.desc>ul>li:nth-child(2)>span{color: #049888;}
.dnc_9 .desc_list .r>.desc>ul>li:nth-child(3)>span{color: #049888;}
.dnc_9 .desc_list .r>.desc>ul>li:nth-child(8)>span{color: #049888;}
.dnc_10{ padding:65px 0 0 0;}
.dnc_10 .desc_dh{background: -webkit-linear-gradient(right,#0e8c7a,#09675d);background: -o-linear-gradient(right,#0e8c7a,#09675d);background: -moz-linear-gradient(right,#0e8c7a,#09675d);background: linear-gradient(to right,#0e8c7a,#09675d); padding:22px 0 80px 0; transform: skewY(-8deg); margin-top: -50px;}
.dnc_10 .desc_dh .container{transform: skewY(8deg); text-align: center;}
.dnc_10 .desc_dh img{margin-top: -60px;}
.dnc_10 .desc_dh em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; margin-top: 20px; position: relative;}
.dnc_10 .desc_dh em>img{position: absolute; top: -30px; right: -30px; margin-top: 0;}
.dnc_10 .desc_dh p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold; color: #fff;}
.dnc_10 .desc_list{ background-color: #eef7f6; margin-top: -100px; padding: 200px 0 90px 0;}
.dnc_10 .desc_list .container{ display: flex; justify-content: space-between; align-items: center; flex-direction: row-reverse;}
.dnc_10 .desc_list .l{ width: 692px;}
.dnc_10 .desc_list .l>img{ max-width:100%; height:auto;}
.dnc_10 .desc_list .r{width: 456px;}
.dnc_10 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.dnc_10 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.dnc_10 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #dceae8; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.dnc_10 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.dnc_10 .desc_list .r>.desc>ul>li:nth-child(1)>span{color: #049888;}
.dnc_10 .desc_list .r>.desc>ul>li:nth-child(2)>span{color: #049888;}
.dnc_10 .desc_list .r>.desc>ul>li:nth-child(3)>span{color: #049888;}
.dnc_10 .desc_list .r>.desc>ul>li:nth-child(4)>span{color: #049888;}

/*ems*/
.ems_1{ padding:80px 0 190px 0; background-color: #eef7f6;}
.ems_1 em{ font-size:40px; font-weight:bold; display:block; text-align: center;}
.ems_1 .desc_list{ margin-top:68px;}
.ems_1 .desc_list>ul{display: flex; flex-wrap: wrap; justify-content: center;}
.ems_1 .desc_list>ul>li{width: 138px; margin-left: 39px; margin-bottom: 25px; text-align: center; border: 1px solid #d9d9d9; border-radius: 10px; padding: 15px; box-sizing: border-box; transition: all 0.3s;} 
.ems_1 .desc_list>ul>li:nth-child(7n+1){margin-left: 0;}
.ems_1 .desc_list>ul>li:hover{box-shadow: 0 1px 10px 3px rgba(14,140,122,0.12); border-color: #a4d4cd;}
.ems_1 .desc_list>ul>li>span{width: 76px; margin: 0 auto; font-size: 18px; display: block; margin-top: 5px; line-height: 1.4; text-align: center;}
.ems_2{ background: -webkit-linear-gradient(right,#0e8c7a,#09675d);background: -o-linear-gradient(right,#0e8c7a,#09675d);background: -moz-linear-gradient(right,#0e8c7a,#09675d);background: linear-gradient(to right,#0e8c7a,#09675d); padding:160px 0 100px 0; transform: skewY(-8deg); margin-top: -100px;}
.ems_2 .container{transform: skewY(8deg);}
.ems_2 em{ width: 98%; margin: 0 auto; font-size:40px; font-weight:bold; display:block; color: #fff; line-height: 1.6; text-align: center;}
.ems_2 .img{ margin-top:76px;}
.ems_2 .img>img{ max-width:100%; height:auto;}
.ems_3{ padding:65px 0 90px 0; margin-top: -90px; position: relative;}
.ems_3 em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px;}
.ems_3 p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold;}
.ems_3 .desc_list{ margin-top:65px; display: flex; justify-content: space-between; align-items: center;}
.ems_3 .desc_list .l{ width: 692px;}
.ems_3 .desc_list .l>img{ max-width:100%; height:auto;}
.ems_3 .desc_list .r{width: 456px;}
.ems_3 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.ems_3 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.ems_3 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #ebf7f6; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.ems_3 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.ems_3 .desc_list .r>.desc>ul>li:nth-child(3)>span{color: #049888;}
.ems_3 .desc_list .r>.desc>ul>li:nth-child(4)>span{color: #049888;}
.ems_3 .desc_list .r>.desc>ul>li:nth-child(7)>span{color: #049888;}
.ems_3 .desc_list .r>.desc>ul>li:nth-child(8)>span{color: #049888;}
.ems_4{ padding:65px 0 90px 0;}
.ems_4 .desc_dh{background: -webkit-linear-gradient(right,#0e8c7a,#09675d);background: -o-linear-gradient(right,#0e8c7a,#09675d);background: -moz-linear-gradient(right,#0e8c7a,#09675d);background: linear-gradient(to right,#0e8c7a,#09675d); padding:22px 0 80px 0; transform: skewY(-8deg); margin-top: -50px;}
.ems_4 .desc_dh .container{transform: skewY(8deg); text-align: center;}
.ems_4 .desc_dh img{margin-top: -60px;}
.ems_4 .desc_dh em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; margin-top: 20px; position: relative;}
.ems_4 .desc_dh em>img{position: absolute; top: -30px; right: -30px; margin-top: 0;}
.ems_4 .desc_dh p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold; color: #fff;}
.ems_4 .desc_list{ background-color: #eef7f6; margin-top: -100px; padding: 200px 0 280px 0;}
.ems_4 .desc_list .container{ display: flex; justify-content: space-between; align-items: center; flex-direction: row-reverse;}
.ems_4 .desc_list .l{ width: 692px;}
.ems_4 .desc_list .l>img{ max-width:100%; height:auto;}
.ems_4 .desc_list .r{width: 456px;}
.ems_4 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.ems_4 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.ems_4 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #dceae8; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.ems_4 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.ems_4 .desc_list .r>.desc>ul>li:nth-child(2)>span{color: #049888;}
.ems_4 .desc_list .r>.desc>ul>li:nth-child(3)>span{color: #049888;}
.ems_4 .desc_list .r>.desc>ul>li:nth-child(5)>span{color: #049888;}
.ems_4 .desc_list .r>.desc>ul>li:nth-child(7)>span{color: #049888;}
.ems_4 .desc_list .r>.desc>ul>li:nth-child(8)>span{color: #049888;}
.ems_5{ padding:65px 0 90px 0; margin-top: -90px; background-color: #fff; transform: skewY(-8deg); margin-top: -260px;}
.ems_5 .container{transform: skewY(8deg);}
.ems_5 em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; position: relative; margin-top: -90px;}
.ems_5 em>img{position: absolute; top: -30px; right: -30px;}
.ems_5 p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold;}
.ems_5 .desc_list{ margin-top:65px; display: flex; justify-content: space-between; align-items: center;}
.ems_5 .desc_list .l{ width: 692px;}
.ems_5 .desc_list .l>img{ max-width:100%; height:auto;}
.ems_5 .desc_list .r{width: 456px;}
.ems_5 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.ems_5 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.ems_5 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #ebf7f6; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.ems_5 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.ems_5 .desc_list .r>.desc>ul>li:nth-child(2)>span{color: #049888;}
.ems_5 .desc_list .r>.desc>ul>li:nth-child(3)>span{color: #049888;}
.ems_5 .desc_list .r>.desc>ul>li:nth-child(5)>span{color: #049888;}
.ems_5 .desc_list .r>.desc>ul>li:nth-child(8)>span{color: #049888;}
.ems_6{ padding:65px 0 90px 0;}
.ems_6 .desc_dh{background: -webkit-linear-gradient(right,#0e8c7a,#09675d);background: -o-linear-gradient(right,#0e8c7a,#09675d);background: -moz-linear-gradient(right,#0e8c7a,#09675d);background: linear-gradient(to right,#0e8c7a,#09675d); padding:22px 0 80px 0; transform: skewY(-8deg); margin-top: -50px;}
.ems_6 .desc_dh .container{transform: skewY(8deg); text-align: center;}
.ems_6 .desc_dh img{margin-top: -60px;}
.ems_6 .desc_dh em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; margin-top: 20px; position: relative;}
.ems_6 .desc_dh em>img{position: absolute; top: -30px; right: -30px; margin-top: 0;}
.ems_6 .desc_dh p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold; color: #fff;}
.ems_6 .desc_list{ background-color: #eef7f6; margin-top: -100px; padding: 200px 0 280px 0;}
.ems_6 .desc_list .container{ display: flex; justify-content: space-between; align-items: center; flex-direction: row-reverse;}
.ems_6 .desc_list .l{ width: 692px;}
.ems_6 .desc_list .l>img{ max-width:100%; height:auto;}
.ems_6 .desc_list .r{width: 456px;}
.ems_6 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.ems_6 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.ems_6 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #dceae8; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.ems_6 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.ems_6 .desc_list .r>.desc>ul>li:nth-child(3)>span{color: #049888;}
.ems_6 .desc_list .r>.desc>ul>li:nth-child(4)>span{color: #049888;}
.ems_6 .desc_list .r>.desc>ul>li:nth-child(5)>span{color: #049888;}
.ems_6 .desc_list .r>.desc>ul>li:nth-child(6)>span{color: #049888;}
.ems_7{ padding:65px 0 70px 0; margin-top: -90px; background-color: #fff; transform: skewY(-8deg); margin-top: -260px;}
.ems_7 .container{transform: skewY(8deg);}
.ems_7 em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; position: relative; margin-top: -90px;}
.ems_7 em>img{position: absolute; top: -30px; right: -30px;}
.ems_7 p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold;}
.ems_7 .desc_list{ margin-top:65px; display: flex; justify-content: space-between; align-items: center;}
.ems_7 .desc_list .l{ width: 692px;}
.ems_7 .desc_list .l>img{ max-width:100%; height:auto;}
.ems_7 .desc_list .r{width: 456px;}
.ems_7 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.ems_7 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.ems_7 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #ebf7f6; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.ems_7 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.ems_7 .desc_list .r>.desc>ul>li:nth-child(2)>span{color: #049888;}
.ems_7 .desc_list .r>.desc>ul>li:nth-child(5)>span{color: #049888;}
.ems_7 .desc_list .r>.desc>ul>li:nth-child(6)>span{color: #049888;}
.ems_7 .desc_list .r>.desc>ul>li:nth-child(7)>span{color: #049888;}
.ems_8{ padding:65px 0 90px 0;}
.ems_8 .desc_dh{background: -webkit-linear-gradient(right,#0e8c7a,#09675d);background: -o-linear-gradient(right,#0e8c7a,#09675d);background: -moz-linear-gradient(right,#0e8c7a,#09675d);background: linear-gradient(to right,#0e8c7a,#09675d); padding:22px 0 80px 0; transform: skewY(-8deg); margin-top: -50px;}
.ems_8 .desc_dh .container{transform: skewY(8deg); text-align: center;}
.ems_8 .desc_dh img{margin-top: -60px;}
.ems_8 .desc_dh em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; margin-top: 20px; position: relative;}
.ems_8 .desc_dh em>img{position: absolute; top: -30px; right: -30px; margin-top: 0;}
.ems_8 .desc_dh p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold; color: #fff;}
.ems_8 .desc_list{ background-color: #eef7f6; margin-top: -100px; padding: 200px 0 280px 0;}
.ems_8 .desc_list .container{ display: flex; justify-content: space-between; align-items: center; flex-direction: row-reverse;}
.ems_8 .desc_list .l{ width: 692px;}
.ems_8 .desc_list .l>img{ max-width:100%; height:auto;}
.ems_8 .desc_list .r{width: 456px;}
.ems_8 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.ems_8 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.ems_8 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #dceae8; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.ems_8 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.ems_8 .desc_list .r>.desc>ul>li:nth-child(5)>span{color: #049888;}
.ems_8 .desc_list .r>.desc>ul>li:nth-child(6)>span{color: #049888;}
.ems_8 .desc_list .r>.desc>ul>li:nth-child(7)>span{color: #049888;}
.ems_9{ padding:65px 0 90px 0; margin-top: -90px; background-color: #fff; transform: skewY(-8deg); margin-top: -260px;}
.ems_9 .container{transform: skewY(8deg);}
.ems_9 em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; position: relative; margin-top: -90px;}
.ems_9 em>img{position: absolute; top: -30px; right: -30px;}
.ems_9 p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold;}
.ems_9 .desc_list{ margin-top:65px; display: flex; justify-content: space-between; align-items: center;}
.ems_9 .desc_list .l{ width: 692px;}
.ems_9 .desc_list .l>img{ max-width:100%; height:auto;}
.ems_9 .desc_list .r{width: 456px;}
.ems_9 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.ems_9 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.ems_9 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #ebf7f6; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.ems_9 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.ems_9 .desc_list .r>.desc>ul>li:nth-child(2)>span{color: #049888;}
.ems_9 .desc_list .r>.desc>ul>li:nth-child(3)>span{color: #049888;}
.ems_9 .desc_list .r>.desc>ul>li:nth-child(5)>span{color: #049888;}
.ems_9 .desc_list .r>.desc>ul>li:nth-child(8)>span{color: #049888;}
.ems_10{ padding:65px 0 90px 0;}
.ems_10 .desc_dh{background: -webkit-linear-gradient(right,#0e8c7a,#09675d);background: -o-linear-gradient(right,#0e8c7a,#09675d);background: -moz-linear-gradient(right,#0e8c7a,#09675d);background: linear-gradient(to right,#0e8c7a,#09675d); padding:22px 0 80px 0; transform: skewY(-8deg); margin-top: -50px;}
.ems_10 .desc_dh .container{transform: skewY(8deg); text-align: center;}
.ems_10 .desc_dh img{margin-top: -60px;}
.ems_10 .desc_dh em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; margin-top: 20px; position: relative;}
.ems_10 .desc_dh em>img{position: absolute; top: -30px; right: -30px; margin-top: 0;}
.ems_10 .desc_dh p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold; color: #fff;}
.ems_10 .desc_list{ background-color: #eef7f6; margin-top: -100px; padding: 200px 0 280px 0;}
.ems_10 .desc_list .container{ display: flex; justify-content: space-between; align-items: center; flex-direction: row-reverse;}
.ems_10 .desc_list .l{ width: 692px;}
.ems_10 .desc_list .l>img{ max-width:100%; height:auto;}
.ems_10 .desc_list .r{width: 456px;}
.ems_10 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.ems_10 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.ems_10 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #dceae8; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.ems_10 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.ems_10 .desc_list .r>.desc>ul>li:nth-child(3)>span{color: #049888;}
.ems_10 .desc_list .r>.desc>ul>li:nth-child(4)>span{color: #049888;}
.ems_10 .desc_list .r>.desc>ul>li:nth-child(5)>span{color: #049888;}
.ems_10 .desc_list .r>.desc>ul>li:nth-child(6)>span{color: #049888;}
.ems_11{ padding:65px 0 90px 0; margin-top: -90px; background-color: #fff; transform: skewY(-8deg); margin-top: -260px;}
.ems_11 .container{transform: skewY(8deg);}
.ems_11 em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; position: relative; margin-top: -90px;}
.ems_11 em>img{position: absolute; top: -30px; right: -30px;}
.ems_11 p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold;}
.ems_11 .desc_list{ margin-top:65px; display: flex; justify-content: space-between; align-items: center;}
.ems_11 .desc_list .l{ width: 692px;}
.ems_11 .desc_list .l>img{ max-width:100%; height:auto;}
.ems_11 .desc_list .r{width: 456px;}
.ems_11 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.ems_11 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.ems_11 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #ebf7f6; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.ems_11 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.ems_11 .desc_list .r>.desc>ul>li:nth-child(2)>span{color: #049888;}
.ems_11 .desc_list .r>.desc>ul>li:nth-child(3)>span{color: #049888;}
.ems_11 .desc_list .r>.desc>ul>li:nth-child(5)>span{color: #049888;}
.ems_11 .desc_list .r>.desc>ul>li:nth-child(8)>span{color: #049888;}
.ems_12{ padding:65px 0 0 0;}
.ems_12 .desc_dh{background: -webkit-linear-gradient(right,#0e8c7a,#09675d);background: -o-linear-gradient(right,#0e8c7a,#09675d);background: -moz-linear-gradient(right,#0e8c7a,#09675d);background: linear-gradient(to right,#0e8c7a,#09675d); padding:22px 0 80px 0; transform: skewY(-8deg); margin-top: -50px;}
.ems_12 .desc_dh .container{transform: skewY(8deg); text-align: center;}
.ems_12 .desc_dh img{margin-top: -60px;}
.ems_12 .desc_dh em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; margin-top: 20px; position: relative;}
.ems_12 .desc_dh em>img{position: absolute; top: -30px; right: -30px; margin-top: 0;}
.ems_12 .desc_dh p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold; color: #fff;}
.ems_12 .desc_list{ background-color: #eef7f6; margin-top: -100px; padding: 200px 0 90px 0;}
.ems_12 .desc_list .container{ display: flex; justify-content: space-between; align-items: center; flex-direction: row-reverse;}
.ems_12 .desc_list .l{ width: 692px;}
.ems_12 .desc_list .l>img{ max-width:100%; height:auto;}
.ems_12 .desc_list .r{width: 456px;}
.ems_12 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.ems_12 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.ems_12 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #dceae8; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.ems_12 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.ems_12 .desc_list .r>.desc>ul>li:nth-child(3)>span{color: #049888;}
.ems_12 .desc_list .r>.desc>ul>li:nth-child(4)>span{color: #049888;}
.ems_12 .desc_list .r>.desc>ul>li:nth-child(5)>span{color: #049888;}
.ems_12 .desc_list .r>.desc>ul>li:nth-child(6)>span{color: #049888;}

/*fsm*/
.fsm_1{ padding:80px 0 190px 0; background-color: #eef7f6;}
.fsm_1 em{ font-size:40px; font-weight:bold; display:block; text-align: center;}
.fsm_1 .desc_list{ margin-top:68px;}
.fsm_1 .desc_list>ul{display: flex; flex-wrap: wrap; justify-content: center;}
.fsm_1 .desc_list>ul>li{width: 138px; margin-left: 39px; margin-bottom: 25px; text-align: center; border: 1px solid #d9d9d9; border-radius: 10px; padding: 15px; box-sizing: border-box; transition: all 0.3s;} 
.fsm_1 .desc_list>ul>li:nth-child(7n+1){margin-left: 0;}
.fsm_1 .desc_list>ul>li:hover{box-shadow: 0 1px 10px 3px rgba(14,140,122,0.12); border-color: #a4d4cd;}
.fsm_1 .desc_list>ul>li>span{width: 76px; margin: 0 auto; font-size: 18px; display: block; margin-top: 5px; line-height: 1.4; text-align: center;}
.fsm_2{ background: -webkit-linear-gradient(right,#0e8c7a,#09675d);background: -o-linear-gradient(right,#0e8c7a,#09675d);background: -moz-linear-gradient(right,#0e8c7a,#09675d);background: linear-gradient(to right,#0e8c7a,#09675d); padding:160px 0 100px 0; transform: skewY(-8deg); margin-top: -100px;}
.fsm_2 .container{transform: skewY(8deg);}
.fsm_2 em{ width: 98%; margin: 0 auto; font-size:40px; font-weight:bold; display:block; color: #fff; line-height: 1.6; text-align: center;}
.fsm_2 .img{ margin-top:76px;}
.fsm_2 .img>img{ max-width:100%; height:auto;}
.fsm_3{ padding:65px 0 90px 0; margin-top: -90px; position: relative;}
.fsm_3 em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px;}
.fsm_3 p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold;}
.fsm_3 .desc_list{ margin-top:65px; display: flex; justify-content: space-between; align-items: center;}
.fsm_3 .desc_list .l{ width: 692px;}
.fsm_3 .desc_list .l>img{ max-width:100%; height:auto;}
.fsm_3 .desc_list .r{width: 456px;}
.fsm_3 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.fsm_3 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.fsm_3 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #ebf7f6; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.fsm_3 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.fsm_3 .desc_list .r>.desc>ul>li:nth-child(2)>span{color: #049888;}
.fsm_3 .desc_list .r>.desc>ul>li:nth-child(4)>span{color: #049888;}
.fsm_3 .desc_list .r>.desc>ul>li:nth-child(5)>span{color: #049888;}
.fsm_3 .desc_list .r>.desc>ul>li:nth-child(8)>span{color: #049888;}
.fsm_4{ padding:65px 0 90px 0;}
.fsm_4 .desc_dh{background: -webkit-linear-gradient(right,#0e8c7a,#09675d);background: -o-linear-gradient(right,#0e8c7a,#09675d);background: -moz-linear-gradient(right,#0e8c7a,#09675d);background: linear-gradient(to right,#0e8c7a,#09675d); padding:22px 0 80px 0; transform: skewY(-8deg); margin-top: -50px;}
.fsm_4 .desc_dh .container{transform: skewY(8deg); text-align: center;}
.fsm_4 .desc_dh img{margin-top: -60px;}
.fsm_4 .desc_dh em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; margin-top: 20px; position: relative;}
.fsm_4 .desc_dh em>img{position: absolute; top: -30px; right: -30px; margin-top: 0;}
.fsm_4 .desc_dh p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold; color: #fff;}
.fsm_4 .desc_list{ background-color: #eef7f6; margin-top: -100px; padding: 200px 0 280px 0;}
.fsm_4 .desc_list .container{ display: flex; justify-content: space-between; align-items: center; flex-direction: row-reverse;}
.fsm_4 .desc_list .l{ width: 692px;}
.fsm_4 .desc_list .l>img{ max-width:100%; height:auto;}
.fsm_4 .desc_list .r{width: 456px;}
.fsm_4 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.fsm_4 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.fsm_4 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #dceae8; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.fsm_4 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.fsm_4 .desc_list .r>.desc>ul>li:nth-child(2)>span{color: #049888;}
.fsm_4 .desc_list .r>.desc>ul>li:nth-child(3)>span{color: #049888;}
.fsm_4 .desc_list .r>.desc>ul>li:nth-child(5)>span{color: #049888;}
.fsm_4 .desc_list .r>.desc>ul>li:nth-child(7)>span{color: #049888;}
.fsm_4 .desc_list .r>.desc>ul>li:nth-child(8)>span{color: #049888;}
.fsm_5{ padding:65px 0 90px 0; margin-top: -90px; background-color: #fff; transform: skewY(-8deg); margin-top: -260px;}
.fsm_5 .container{transform: skewY(8deg);}
.fsm_5 em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; position: relative; margin-top: -90px;}
.fsm_5 em>img{position: absolute; top: -30px; right: -30px;}
.fsm_5 p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold;}
.fsm_5 .desc_list{ margin-top:65px; display: flex; justify-content: space-between; align-items: center;}
.fsm_5 .desc_list .l{ width: 692px;}
.fsm_5 .desc_list .l>img{ max-width:100%; height:auto;}
.fsm_5 .desc_list .r{width: 456px;}
.fsm_5 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.fsm_5 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.fsm_5 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #ebf7f6; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.fsm_5 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.fsm_5 .desc_list .r>.desc>ul>li:nth-child(2)>span{color: #049888;}
.fsm_5 .desc_list .r>.desc>ul>li:nth-child(3)>span{color: #049888;}
.fsm_5 .desc_list .r>.desc>ul>li:nth-child(5)>span{color: #049888;}
.fsm_5 .desc_list .r>.desc>ul>li:nth-child(8)>span{color: #049888;}
.fsm_6{ padding:65px 0 90px 0;}
.fsm_6 .desc_dh{background: -webkit-linear-gradient(right,#0e8c7a,#09675d);background: -o-linear-gradient(right,#0e8c7a,#09675d);background: -moz-linear-gradient(right,#0e8c7a,#09675d);background: linear-gradient(to right,#0e8c7a,#09675d); padding:22px 0 80px 0; transform: skewY(-8deg); margin-top: -50px;}
.fsm_6 .desc_dh .container{transform: skewY(8deg); text-align: center;}
.fsm_6 .desc_dh img{margin-top: -60px;}
.fsm_6 .desc_dh em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; margin-top: 20px; position: relative;}
.fsm_6 .desc_dh em>img{position: absolute; top: -30px; right: -30px; margin-top: 0;}
.fsm_6 .desc_dh p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold; color: #fff;}
.fsm_6 .desc_list{ background-color: #eef7f6; margin-top: -100px; padding: 200px 0 280px 0;}
.fsm_6 .desc_list .container{ display: flex; justify-content: space-between; align-items: center; flex-direction: row-reverse;}
.fsm_6 .desc_list .l{ width: 692px;}
.fsm_6 .desc_list .l>img{ max-width:100%; height:auto;}
.fsm_6 .desc_list .r{width: 456px;}
.fsm_6 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.fsm_6 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.fsm_6 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #dceae8; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.fsm_6 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.fsm_6 .desc_list .r>.desc>ul>li:nth-child(2)>span{color: #049888;}
.fsm_6 .desc_list .r>.desc>ul>li:nth-child(3)>span{color: #049888;}
.fsm_6 .desc_list .r>.desc>ul>li:nth-child(4)>span{color: #049888;}
.fsm_6 .desc_list .r>.desc>ul>li:nth-child(5)>span{color: #049888;}
.fsm_6 .desc_list .r>.desc>ul>li:nth-child(6)>span{color: #049888;}
.fsm_7{ padding:65px 0 70px 0; margin-top: -90px; background-color: #fff; transform: skewY(-8deg); margin-top: -260px;}
.fsm_7 .container{transform: skewY(8deg);}
.fsm_7 em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; position: relative; margin-top: -90px;}
.fsm_7 em>img{position: absolute; top: -30px; right: -30px;}
.fsm_7 p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold;}
.fsm_7 .desc_list{ margin-top:65px; display: flex; justify-content: space-between; align-items: center;}
.fsm_7 .desc_list .l{ width: 692px;}
.fsm_7 .desc_list .l>img{ max-width:100%; height:auto;}
.fsm_7 .desc_list .r{width: 456px;}
.fsm_7 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.fsm_7 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.fsm_7 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #ebf7f6; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.fsm_7 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.fsm_7 .desc_list .r>.desc>ul>li:nth-child(2)>span{color: #049888;}
.fsm_7 .desc_list .r>.desc>ul>li:nth-child(5)>span{color: #049888;}
.fsm_7 .desc_list .r>.desc>ul>li:nth-child(6)>span{color: #049888;}
.fsm_7 .desc_list .r>.desc>ul>li:nth-child(7)>span{color: #049888;}
.fsm_8{ padding:65px 0 90px 0;}
.fsm_8 .desc_dh{background: -webkit-linear-gradient(right,#0e8c7a,#09675d);background: -o-linear-gradient(right,#0e8c7a,#09675d);background: -moz-linear-gradient(right,#0e8c7a,#09675d);background: linear-gradient(to right,#0e8c7a,#09675d); padding:22px 0 80px 0; transform: skewY(-8deg); margin-top: -50px;}
.fsm_8 .desc_dh .container{transform: skewY(8deg); text-align: center;}
.fsm_8 .desc_dh img{margin-top: -60px;}
.fsm_8 .desc_dh em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; margin-top: 20px; position: relative;}
.fsm_8 .desc_dh em>img{position: absolute; top: -30px; right: -30px; margin-top: 0;}
.fsm_8 .desc_dh p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold; color: #fff;}
.fsm_8 .desc_list{ background-color: #eef7f6; margin-top: -100px; padding: 200px 0 280px 0;}
.fsm_8 .desc_list .container{ display: flex; justify-content: space-between; align-items: center; flex-direction: row-reverse;}
.fsm_8 .desc_list .l{ width: 692px;}
.fsm_8 .desc_list .l>img{ max-width:100%; height:auto;}
.fsm_8 .desc_list .r{width: 456px;}
.fsm_8 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.fsm_8 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.fsm_8 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #dceae8; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.fsm_8 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.fsm_8 .desc_list .r>.desc>ul>li:nth-child(5)>span{color: #049888;}
.fsm_8 .desc_list .r>.desc>ul>li:nth-child(6)>span{color: #049888;}
.fsm_8 .desc_list .r>.desc>ul>li:nth-child(7)>span{color: #049888;}
.fsm_9{ padding:65px 0 90px 0; margin-top: -90px; background-color: #fff; transform: skewY(-8deg); margin-top: -260px;}
.fsm_9 .container{transform: skewY(8deg);}
.fsm_9 em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; position: relative; margin-top: -90px;}
.fsm_9 em>img{position: absolute; top: -30px; right: -30px;}
.fsm_9 p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold;}
.fsm_9 .desc_list{ margin-top:65px; display: flex; justify-content: space-between; align-items: center;}
.fsm_9 .desc_list .l{ width: 692px;}
.fsm_9 .desc_list .l>img{ max-width:100%; height:auto;}
.fsm_9 .desc_list .r{width: 456px;}
.fsm_9 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.fsm_9 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.fsm_9 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #ebf7f6; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.fsm_9 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.fsm_9 .desc_list .r>.desc>ul>li:nth-child(1)>span{color: #049888;}
.fsm_9 .desc_list .r>.desc>ul>li:nth-child(2)>span{color: #049888;}
.fsm_9 .desc_list .r>.desc>ul>li:nth-child(3)>span{color: #049888;}
.fsm_9 .desc_list .r>.desc>ul>li:nth-child(6)>span{color: #049888;}
.fsm_10{ padding:65px 0 90px 0;}
.fsm_10 .desc_dh{background: -webkit-linear-gradient(right,#0e8c7a,#09675d);background: -o-linear-gradient(right,#0e8c7a,#09675d);background: -moz-linear-gradient(right,#0e8c7a,#09675d);background: linear-gradient(to right,#0e8c7a,#09675d); padding:22px 0 80px 0; transform: skewY(-8deg); margin-top: -50px;}
.fsm_10 .desc_dh .container{transform: skewY(8deg); text-align: center;}
.fsm_10 .desc_dh img{margin-top: -60px;}
.fsm_10 .desc_dh em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; margin-top: 20px; position: relative;}
.fsm_10 .desc_dh em>img{position: absolute; top: -30px; right: -30px; margin-top: 0;}
.fsm_10 .desc_dh p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold; color: #fff;}
.fsm_10 .desc_list{ background-color: #eef7f6; margin-top: -100px; padding: 200px 0 280px 0;}
.fsm_10 .desc_list .container{ display: flex; justify-content: space-between; align-items: center; flex-direction: row-reverse;}
.fsm_10 .desc_list .l{ width: 692px;}
.fsm_10 .desc_list .l>img{ max-width:100%; height:auto;}
.fsm_10 .desc_list .r{width: 456px;}
.fsm_10 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.fsm_10 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.fsm_10 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #dceae8; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.fsm_10 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.fsm_10 .desc_list .r>.desc>ul>li:nth-child(1)>span{color: #049888;}
.fsm_10 .desc_list .r>.desc>ul>li:nth-child(2)>span{color: #049888;}
.fsm_10 .desc_list .r>.desc>ul>li:nth-child(3)>span{color: #049888;}
.fsm_11{ padding:65px 0 90px 0; margin-top: -90px; background-color: #fff; transform: skewY(-8deg); margin-top: -260px;}
.fsm_11 .container{transform: skewY(8deg);}
.fsm_11 em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; position: relative; margin-top: -90px;}
.fsm_11 em>img{position: absolute; top: -30px; right: -30px;}
.fsm_11 p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold;}
.fsm_11 .desc_list{ margin-top:65px; display: flex; justify-content: space-between; align-items: center;}
.fsm_11 .desc_list .l{ width: 692px;}
.fsm_11 .desc_list .l>img{ max-width:100%; height:auto;}
.fsm_11 .desc_list .r{width: 456px;}
.fsm_11 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.fsm_11 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.fsm_11 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #ebf7f6; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.fsm_11 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.fsm_11 .desc_list .r>.desc>ul>li:nth-child(1)>span{color: #049888;}
.fsm_11 .desc_list .r>.desc>ul>li:nth-child(2)>span{color: #049888;}
.fsm_11 .desc_list .r>.desc>ul>li:nth-child(3)>span{color: #049888;}
.fsm_12{ padding:65px 0 0 0;}
.fsm_12 .desc_dh{background: -webkit-linear-gradient(right,#0e8c7a,#09675d);background: -o-linear-gradient(right,#0e8c7a,#09675d);background: -moz-linear-gradient(right,#0e8c7a,#09675d);background: linear-gradient(to right,#0e8c7a,#09675d); padding:22px 0 80px 0; transform: skewY(-8deg); margin-top: -50px;}
.fsm_12 .desc_dh .container{transform: skewY(8deg); text-align: center;}
.fsm_12 .desc_dh img{margin-top: -60px;}
.fsm_12 .desc_dh em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; margin-top: 20px; position: relative;}
.fsm_12 .desc_dh em>img{position: absolute; top: -30px; right: -30px; margin-top: 0;}
.fsm_12 .desc_dh p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold; color: #fff;}
.fsm_12 .desc_list{ background-color: #eef7f6; margin-top: -100px; padding: 200px 0 90px 0;}
.fsm_12 .desc_list .container{ display: flex; justify-content: space-between; align-items: center; flex-direction: row-reverse;}
.fsm_12 .desc_list .l{ width: 692px;}
.fsm_12 .desc_list .l>img{ max-width:100%; height:auto;}
.fsm_12 .desc_list .r{width: 456px;}
.fsm_12 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.fsm_12 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.fsm_12 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #dceae8; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.fsm_12 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.fsm_12 .desc_list .r>.desc>ul>li:nth-child(1)>span{color: #049888;}
.fsm_12 .desc_list .r>.desc>ul>li:nth-child(2)>span{color: #049888;}
.fsm_12 .desc_list .r>.desc>ul>li:nth-child(3)>span{color: #049888;}
.fsm_12 .desc_list .r>.desc>ul>li:nth-child(5)>span{color: #049888;}

/*lps*/
.lps_1{ padding:80px 0 190px 0; background-color: #eef7f6;}
.lps_1 em{ font-size:40px; font-weight:bold; display:block; text-align: center;}
.lps_1 .desc_list{ margin-top:68px;}
.lps_1 .desc_list>ul{display: flex; flex-wrap: wrap; justify-content: center;}
.lps_1 .desc_list>ul>li{width: 138px; margin-left: 39px; margin-bottom: 25px; text-align: center; border: 1px solid #d9d9d9; border-radius: 10px; padding: 15px; box-sizing: border-box; transition: all 0.3s;} 
.lps_1 .desc_list>ul>li:nth-child(7n+1){margin-left: 0;}
.lps_1 .desc_list>ul>li:hover{box-shadow: 0 1px 10px 3px rgba(14,140,122,0.12); border-color: #a4d4cd;}
.lps_1 .desc_list>ul>li>span{width: 76px; margin: 0 auto; font-size: 18px; display: block; margin-top: 5px; line-height: 1.4; text-align: center;}
.lps_2{ background: -webkit-linear-gradient(right,#0e8c7a,#09675d);background: -o-linear-gradient(right,#0e8c7a,#09675d);background: -moz-linear-gradient(right,#0e8c7a,#09675d);background: linear-gradient(to right,#0e8c7a,#09675d); padding:160px 0 100px 0; transform: skewY(-8deg); margin-top: -100px;}
.lps_2 .container{transform: skewY(8deg);}
.lps_2 em{ width: 98%; margin: 0 auto; font-size:40px; font-weight:bold; display:block; color: #fff; line-height: 1.6; text-align: center;}
.lps_2 .img{ margin-top:76px;}
.lps_2 .img>img{ max-width:100%; height:auto;}
.lps_3{ padding:65px 0 90px 0; margin-top: -90px; position: relative;}
.lps_3 em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px;}
.lps_3 p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold;}
.lps_3 .desc_list{ margin-top:65px; display: flex; justify-content: space-between; align-items: center;}
.lps_3 .desc_list .l{ width: 692px;}
.lps_3 .desc_list .l>img{ max-width:100%; height:auto;}
.lps_3 .desc_list .r{width: 456px;}
.lps_3 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.lps_3 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.lps_3 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #ebf7f6; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.lps_3 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.lps_3 .desc_list .r>.desc>ul>li:nth-child(1)>span{color: #049888;}
.lps_3 .desc_list .r>.desc>ul>li:nth-child(3)>span{color: #049888;}
.lps_3 .desc_list .r>.desc>ul>li:nth-child(7)>span{color: #049888;}
.lps_3 .desc_list .r>.desc>ul>li:nth-child(8)>span{color: #049888;}
.lps_4{ padding:65px 0 90px 0;}
.lps_4 .desc_dh{background: -webkit-linear-gradient(right,#0e8c7a,#09675d);background: -o-linear-gradient(right,#0e8c7a,#09675d);background: -moz-linear-gradient(right,#0e8c7a,#09675d);background: linear-gradient(to right,#0e8c7a,#09675d); padding:22px 0 80px 0; transform: skewY(-8deg); margin-top: -50px;}
.lps_4 .desc_dh .container{transform: skewY(8deg); text-align: center;}
.lps_4 .desc_dh img{margin-top: -60px;}
.lps_4 .desc_dh em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; margin-top: 20px; position: relative;}
.lps_4 .desc_dh em>img{position: absolute; top: -30px; right: -30px; margin-top: 0;}
.lps_4 .desc_dh p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold; color: #fff;}
.lps_4 .desc_list{ background-color: #eef7f6; margin-top: -100px; padding: 200px 0 280px 0;}
.lps_4 .desc_list .container{ display: flex; justify-content: space-between; align-items: center; flex-direction: row-reverse;}
.lps_4 .desc_list .l{ width: 692px;}
.lps_4 .desc_list .l>img{ max-width:100%; height:auto;}
.lps_4 .desc_list .r{width: 456px;}
.lps_4 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.lps_4 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.lps_4 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #dceae8; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.lps_4 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.lps_4 .desc_list .r>.desc>ul>li:nth-child(1)>span{color: #049888;}
.lps_4 .desc_list .r>.desc>ul>li:nth-child(2)>span{color: #049888;}
.lps_4 .desc_list .r>.desc>ul>li:nth-child(6)>span{color: #049888;}
.lps_4 .desc_list .r>.desc>ul>li:nth-child(7)>span{color: #049888;}
.lps_4 .desc_list .r>.desc>ul>li:nth-child(8)>span{color: #049888;}
.lps_5{ padding:65px 0 90px 0; margin-top: -90px; background-color: #fff; transform: skewY(-8deg); margin-top: -260px;}
.lps_5 .container{transform: skewY(8deg);}
.lps_5 em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; position: relative; margin-top: -90px;}
.lps_5 em>img{position: absolute; top: -30px; right: -30px;}
.lps_5 p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold;}
.lps_5 .desc_list{ margin-top:65px; display: flex; justify-content: space-between; align-items: center;}
.lps_5 .desc_list .l{ width: 692px;}
.lps_5 .desc_list .l>img{ max-width:100%; height:auto;}
.lps_5 .desc_list .r{width: 456px;}
.lps_5 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.lps_5 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.lps_5 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #ebf7f6; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.lps_5 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.lps_5 .desc_list .r>.desc>ul>li:nth-child(1)>span{color: #049888;}
.lps_5 .desc_list .r>.desc>ul>li:nth-child(3)>span{color: #049888;}
.lps_5 .desc_list .r>.desc>ul>li:nth-child(7)>span{color: #049888;}
.lps_5 .desc_list .r>.desc>ul>li:nth-child(8)>span{color: #049888;}
.lps_6{ padding:65px 0 90px 0;}
.lps_6 .desc_dh{background: -webkit-linear-gradient(right,#0e8c7a,#09675d);background: -o-linear-gradient(right,#0e8c7a,#09675d);background: -moz-linear-gradient(right,#0e8c7a,#09675d);background: linear-gradient(to right,#0e8c7a,#09675d); padding:22px 0 80px 0; transform: skewY(-8deg); margin-top: -50px;}
.lps_6 .desc_dh .container{transform: skewY(8deg); text-align: center;}
.lps_6 .desc_dh img{margin-top: -60px;}
.lps_6 .desc_dh em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; margin-top: 20px; position: relative;}
.lps_6 .desc_dh em>img{position: absolute; top: -30px; right: -30px; margin-top: 0;}
.lps_6 .desc_dh p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold; color: #fff;}
.lps_6 .desc_list{ background-color: #eef7f6; margin-top: -100px; padding: 200px 0 280px 0;}
.lps_6 .desc_list .container{ display: flex; justify-content: space-between; align-items: center; flex-direction: row-reverse;}
.lps_6 .desc_list .l{ width: 692px;}
.lps_6 .desc_list .l>img{ max-width:100%; height:auto;}
.lps_6 .desc_list .r{width: 456px;}
.lps_6 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.lps_6 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.lps_6 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #dceae8; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.lps_6 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.lps_6 .desc_list .r>.desc>ul>li:nth-child(1)>span{color: #049888;}
.lps_6 .desc_list .r>.desc>ul>li:nth-child(2)>span{color: #049888;}
.lps_6 .desc_list .r>.desc>ul>li:nth-child(6)>span{color: #049888;}
.lps_6 .desc_list .r>.desc>ul>li:nth-child(7)>span{color: #049888;}
.lps_6 .desc_list .r>.desc>ul>li:nth-child(8)>span{color: #049888;}
.lps_7{ padding:65px 0 70px 0; margin-top: -90px; background-color: #fff; transform: skewY(-8deg); margin-top: -260px;}
.lps_7 .container{transform: skewY(8deg);}
.lps_7 em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; position: relative; margin-top: -90px;}
.lps_7 em>img{position: absolute; top: -30px; right: -30px;}
.lps_7 p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold;}
.lps_7 .desc_list{ margin-top:65px; display: flex; justify-content: space-between; align-items: center;}
.lps_7 .desc_list .l{ width: 692px;}
.lps_7 .desc_list .l>img{ max-width:100%; height:auto;}
.lps_7 .desc_list .r{width: 456px;}
.lps_7 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.lps_7 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.lps_7 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #ebf7f6; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.lps_7 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.lps_7 .desc_list .r>.desc>ul>li:nth-child(1)>span{color: #049888;}
.lps_7 .desc_list .r>.desc>ul>li:nth-child(8)>span{color: #049888;}
.lps_8{ padding:65px 0 90px 0;}
.lps_8 .desc_dh{background: -webkit-linear-gradient(right,#0e8c7a,#09675d);background: -o-linear-gradient(right,#0e8c7a,#09675d);background: -moz-linear-gradient(right,#0e8c7a,#09675d);background: linear-gradient(to right,#0e8c7a,#09675d); padding:22px 0 80px 0; transform: skewY(-8deg); margin-top: -50px;}
.lps_8 .desc_dh .container{transform: skewY(8deg); text-align: center;}
.lps_8 .desc_dh img{margin-top: -60px;}
.lps_8 .desc_dh em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; margin-top: 20px; position: relative;}
.lps_8 .desc_dh em>img{position: absolute; top: -30px; right: -30px; margin-top: 0;}
.lps_8 .desc_dh p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold; color: #fff;}
.lps_8 .desc_list{ background-color: #eef7f6; margin-top: -100px; padding: 200px 0 280px 0;}
.lps_8 .desc_list .container{ display: flex; justify-content: space-between; align-items: center; flex-direction: row-reverse;}
.lps_8 .desc_list .l{ width: 692px;}
.lps_8 .desc_list .l>img{ max-width:100%; height:auto;}
.lps_8 .desc_list .r{width: 456px;}
.lps_8 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.lps_8 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.lps_8 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #dceae8; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.lps_8 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.lps_8 .desc_list .r>.desc>ul>li:nth-child(4)>span{color: #049888;}
.lps_8 .desc_list .r>.desc>ul>li:nth-child(5)>span{color: #049888;}
.lps_8 .desc_list .r>.desc>ul>li:nth-child(6)>span{color: #049888;}
.lps_8 .desc_list .r>.desc>ul>li:nth-child(7)>span{color: #049888;}
.lps_9{ padding:65px 0 90px 0; margin-top: -90px; background-color: #fff; transform: skewY(-8deg); margin-top: -260px;}
.lps_9 .container{transform: skewY(8deg);}
.lps_9 em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; position: relative; margin-top: -90px;}
.lps_9 em>img{position: absolute; top: -30px; right: -30px;}
.lps_9 p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold;}
.lps_9 .desc_list{ margin-top:65px; display: flex; justify-content: space-between; align-items: center;}
.lps_9 .desc_list .l{ width: 692px;}
.lps_9 .desc_list .l>img{ max-width:100%; height:auto;}
.lps_9 .desc_list .r{width: 456px;}
.lps_9 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.lps_9 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.lps_9 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #ebf7f6; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.lps_9 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.lps_9 .desc_list .r>.desc>ul>li:nth-child(2)>span{color: #049888;}
.lps_9 .desc_list .r>.desc>ul>li:nth-child(3)>span{color: #049888;}
.lps_9 .desc_list .r>.desc>ul>li:nth-child(7)>span{color: #049888;}
.lps_9 .desc_list .r>.desc>ul>li:nth-child(8)>span{color: #049888;}
.lps_10{ padding:65px 0 90px 0;}
.lps_10 .desc_dh{background: -webkit-linear-gradient(right,#0e8c7a,#09675d);background: -o-linear-gradient(right,#0e8c7a,#09675d);background: -moz-linear-gradient(right,#0e8c7a,#09675d);background: linear-gradient(to right,#0e8c7a,#09675d); padding:22px 0 80px 0; transform: skewY(-8deg); margin-top: -50px;}
.lps_10 .desc_dh .container{transform: skewY(8deg); text-align: center;}
.lps_10 .desc_dh img{margin-top: -60px;}
.lps_10 .desc_dh em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; margin-top: 20px; position: relative;}
.lps_10 .desc_dh em>img{position: absolute; top: -30px; right: -30px; margin-top: 0;}
.lps_10 .desc_dh p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold; color: #fff;}
.lps_10 .desc_list{ background-color: #eef7f6; margin-top: -100px; padding: 200px 0 280px 0;}
.lps_10 .desc_list .container{ display: flex; justify-content: space-between; align-items: center; flex-direction: row-reverse;}
.lps_10 .desc_list .l{ width: 692px;}
.lps_10 .desc_list .l>img{ max-width:100%; height:auto;}
.lps_10 .desc_list .r{width: 456px;}
.lps_10 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.lps_10 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.lps_10 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #dceae8; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.lps_10 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.lps_10 .desc_list .r>.desc>ul>li:nth-child(4)>span{color: #049888;}
.lps_10 .desc_list .r>.desc>ul>li:nth-child(6)>span{color: #049888;}
.lps_10 .desc_list .r>.desc>ul>li:nth-child(7)>span{color: #049888;}
.lps_10 .desc_list .r>.desc>ul>li:nth-child(8)>span{color: #049888;}
.lps_11{ padding:65px 0 90px 0; margin-top: -90px; background-color: #fff; transform: skewY(-8deg); margin-top: -260px;}
.lps_11 .container{transform: skewY(8deg);}
.lps_11 em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; position: relative; margin-top: -90px;}
.lps_11 em>img{position: absolute; top: -30px; right: -30px;}
.lps_11 p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold;}
.lps_11 .desc_list{ margin-top:65px; display: flex; justify-content: space-between; align-items: center;}
.lps_11 .desc_list .l{ width: 692px;}
.lps_11 .desc_list .l>img{ max-width:100%; height:auto;}
.lps_11 .desc_list .r{width: 456px;}
.lps_11 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.lps_11 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.lps_11 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #ebf7f6; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.lps_11 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.lps_11 .desc_list .r>.desc>ul>li:nth-child(1)>span{color: #049888;}
.lps_11 .desc_list .r>.desc>ul>li:nth-child(5)>span{color: #049888;}
.lps_11 .desc_list .r>.desc>ul>li:nth-child(8)>span{color: #049888;}
.lps_12{ padding:65px 0 0 0;}
.lps_12 .desc_dh{background: -webkit-linear-gradient(right,#0e8c7a,#09675d);background: -o-linear-gradient(right,#0e8c7a,#09675d);background: -moz-linear-gradient(right,#0e8c7a,#09675d);background: linear-gradient(to right,#0e8c7a,#09675d); padding:22px 0 80px 0; transform: skewY(-8deg); margin-top: -50px;}
.lps_12 .desc_dh .container{transform: skewY(8deg); text-align: center;}
.lps_12 .desc_dh img{margin-top: -60px;}
.lps_12 .desc_dh em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; margin-top: 20px; position: relative;}
.lps_12 .desc_dh em>img{position: absolute; top: -30px; right: -30px; margin-top: 0;}
.lps_12 .desc_dh p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold; color: #fff;}
.lps_12 .desc_list{ background-color: #eef7f6; margin-top: -100px; padding: 200px 0 90px 0;}
.lps_12 .desc_list .container{ display: flex; justify-content: space-between; align-items: center; flex-direction: row-reverse;}
.lps_12 .desc_list .l{ width: 692px;}
.lps_12 .desc_list .l>img{ max-width:100%; height:auto;}
.lps_12 .desc_list .r{width: 456px;}
.lps_12 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.lps_12 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.lps_12 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #dceae8; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.lps_12 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.lps_12 .desc_list .r>.desc>ul>li:nth-child(1)>span{color: #049888;}
.lps_12 .desc_list .r>.desc>ul>li:nth-child(2)>span{color: #049888;}
.lps_12 .desc_list .r>.desc>ul>li:nth-child(4)>span{color: #049888;}
.lps_12 .desc_list .r>.desc>ul>li:nth-child(6)>span{color: #049888;}

/*app*/
.app_1{ padding:80px 0 190px 0; background-color: #eef7f6;}
.app_1 em{ font-size:40px; font-weight:bold; display:block; text-align: center;}
.app_1 .desc_list{ margin-top:68px;}
.app_1 .desc_list>ul{display: flex; flex-wrap: wrap; justify-content: center;}
.app_1 .desc_list>ul>li{width: 138px; margin-left: 39px; margin-bottom: 25px; text-align: center; border: 1px solid #d9d9d9; border-radius: 10px; padding: 15px; box-sizing: border-box; transition: all 0.3s;} 
.app_1 .desc_list>ul>li:nth-child(7n+1){margin-left: 0;}
.app_1 .desc_list>ul>li:hover{box-shadow: 0 1px 10px 3px rgba(14,140,122,0.12); border-color: #a4d4cd;}
.app_1 .desc_list>ul>li>span{width: 76px; margin: 0 auto; font-size: 18px; display: block; margin-top: 5px; line-height: 1.4; text-align: center;}
.app_2{ background: -webkit-linear-gradient(right,#0e8c7a,#09675d);background: -o-linear-gradient(right,#0e8c7a,#09675d);background: -moz-linear-gradient(right,#0e8c7a,#09675d);background: linear-gradient(to right,#0e8c7a,#09675d); padding:160px 0 100px 0; transform: skewY(-8deg); margin-top: -100px;}
.app_2 .container{transform: skewY(8deg);}
.app_2 em{ width: 98%; margin: 0 auto; font-size:40px; font-weight:bold; display:block; color: #fff; line-height: 1.6; text-align: center;}
.app_2 .img{ margin-top:76px;}
.app_2 .img>img{ max-width:100%; height:auto;}
.app_3{ padding:65px 0 90px 0; margin-top: -90px; position: relative;}
.app_3 em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px;}
.app_3 p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold;}
.app_3 .desc_list{ width: 920px; margin: 0 auto; margin-top:65px; display: flex; justify-content: space-between; align-items: center;}
.app_3 .desc_list .l{ width: 386px;}
.app_3 .desc_list .l>img{ max-width:100%; height:auto;}
.app_3 .desc_list .r{width: 456px;}
.app_3 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.app_4{ padding:65px 0 90px 0;}
.app_4 .desc_dh{background: -webkit-linear-gradient(right,#0e8c7a,#09675d);background: -o-linear-gradient(right,#0e8c7a,#09675d);background: -moz-linear-gradient(right,#0e8c7a,#09675d);background: linear-gradient(to right,#0e8c7a,#09675d); padding:22px 0 80px 0; transform: skewY(-8deg); margin-top: -50px;}
.app_4 .desc_dh .container{transform: skewY(8deg); text-align: center;}
.app_4 .desc_dh img{margin-top: -60px;}
.app_4 .desc_dh em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; margin-top: 20px; position: relative;}
.app_4 .desc_dh em>img{position: absolute; top: -30px; right: -30px; margin-top: 0;}
.app_4 .desc_dh p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold; color: #fff;}
.app_4 .desc_list{ background-color: #eef7f6; margin-top: -100px; padding: 200px 0 280px 0;}
.app_4 .desc_list .container{ width: 920px; min-width: 920px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-direction: row-reverse;}
.app_4 .desc_list .l{ width: 386px;}
.app_4 .desc_list .l>img{ max-width:100%; height:auto;}
.app_4 .desc_list .r{width: 456px;}
.app_4 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.app_5{ padding:65px 0 90px 0; margin-top: -90px; background-color: #fff; transform: skewY(-8deg); margin-top: -260px;}
.app_5 .container{transform: skewY(8deg);}
.app_5 em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; position: relative; margin-top: -90px;}
.app_5 em>img{position: absolute; top: -30px; right: -30px;}
.app_5 p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold;}
.app_5 .desc_list{ width: 920px; min-width: 920px; margin: 0 auto; margin-top:65px; display: flex; justify-content: space-between; align-items: center;}
.app_5 .desc_list .l{ width: 386px;}
.app_5 .desc_list .l>img{ max-width:100%; height:auto;}
.app_5 .desc_list .r{width: 456px;}
.app_5 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.app_6{ padding:65px 0 90px 0;}
.app_6 .desc_dh{background: -webkit-linear-gradient(right,#0e8c7a,#09675d);background: -o-linear-gradient(right,#0e8c7a,#09675d);background: -moz-linear-gradient(right,#0e8c7a,#09675d);background: linear-gradient(to right,#0e8c7a,#09675d); padding:22px 0 80px 0; transform: skewY(-8deg); margin-top: -50px;}
.app_6 .desc_dh .container{transform: skewY(8deg); text-align: center;}
.app_6 .desc_dh img{margin-top: -60px;}
.app_6 .desc_dh em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; margin-top: 20px; position: relative;}
.app_6 .desc_dh em>img{position: absolute; top: -30px; right: -30px; margin-top: 0;}
.app_6 .desc_dh p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold; color: #fff;}
.app_6 .desc_list{ background-color: #eef7f6; margin-top: -100px; padding: 200px 0 280px 0;}
.app_6 .desc_list .container{ width: 920px; min-width: 920px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-direction: row-reverse;}
.app_6 .desc_list .l{ width: 386px;}
.app_6 .desc_list .l>img{ max-width:100%; height:auto;}
.app_6 .desc_list .r{width: 456px;}
.app_6 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.app_7{ padding:65px 0 70px 0; margin-top: -90px; background-color: #fff; transform: skewY(-8deg); margin-top: -260px;}
.app_7 .container{transform: skewY(8deg);}
.app_7 em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; position: relative; margin-top: -90px;}
.app_7 em>img{position: absolute; top: -30px; right: -30px;}
.app_7 p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold;}
.app_7 .desc_list{ width: 920px; min-width: 920px; margin: 0 auto; margin-top:65px; display: flex; justify-content: space-between; align-items: center;}
.app_7 .desc_list .l{ width: 386px;}
.app_7 .desc_list .l>img{ max-width:100%; height:auto;}
.app_7 .desc_list .r{width: 456px;}
.app_7 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.app_8{ padding:65px 0 90px 0;}
.app_8 .desc_dh{background: -webkit-linear-gradient(right,#0e8c7a,#09675d);background: -o-linear-gradient(right,#0e8c7a,#09675d);background: -moz-linear-gradient(right,#0e8c7a,#09675d);background: linear-gradient(to right,#0e8c7a,#09675d); padding:22px 0 80px 0; transform: skewY(-8deg); margin-top: -50px;}
.app_8 .desc_dh .container{transform: skewY(8deg); text-align: center;}
.app_8 .desc_dh img{margin-top: -60px;}
.app_8 .desc_dh em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; margin-top: 20px; position: relative;}
.app_8 .desc_dh em>img{position: absolute; top: -30px; right: -30px; margin-top: 0;}
.app_8 .desc_dh p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold; color: #fff;}
.app_8 .desc_list{ background-color: #eef7f6; margin-top: -100px; padding: 200px 0 280px 0;}
.app_8 .desc_list .container{ width: 920px; min-width: 920px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-direction: row-reverse;}
.app_8 .desc_list .l{ width: 386px;}
.app_8 .desc_list .l>img{ max-width:100%; height:auto;}
.app_8 .desc_list .r{width: 456px;}
.app_8 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.app_9{ padding:65px 0 90px 0; margin-top: -90px; background-color: #fff; transform: skewY(-8deg); margin-top: -260px;}
.app_9 .container{transform: skewY(8deg);}
.app_9 em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; position: relative; margin-top: -90px;}
.app_9 em>img{position: absolute; top: -30px; right: -30px;}
.app_9 p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold;}
.app_9 .desc_list{ width: 920px; min-width: 920px; margin: 0 auto; margin-top:65px; display: flex; justify-content: space-between; align-items: center;}
.app_9 .desc_list .l{ width: 386px;}
.app_9 .desc_list .l>img{ max-width:100%; height:auto;}
.app_9 .desc_list .r{width: 456px;}
.app_9 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.app_10{ padding:65px 0 90px 0;}
.app_10 .desc_dh{background: -webkit-linear-gradient(right,#0e8c7a,#09675d);background: -o-linear-gradient(right,#0e8c7a,#09675d);background: -moz-linear-gradient(right,#0e8c7a,#09675d);background: linear-gradient(to right,#0e8c7a,#09675d); padding:22px 0 80px 0; transform: skewY(-8deg); margin-top: -50px;}
.app_10 .desc_dh .container{transform: skewY(8deg); text-align: center;}
.app_10 .desc_dh img{margin-top: -60px;}
.app_10 .desc_dh em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; margin-top: 20px; position: relative;}
.app_10 .desc_dh em>img{position: absolute; top: -30px; right: -30px; margin-top: 0;}
.app_10 .desc_dh p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold; color: #fff;}
.app_10 .desc_list{ background-color: #eef7f6; margin-top: -100px; padding: 200px 0 280px 0;}
.app_10 .desc_list .container{ width: 920px; min-width: 920px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-direction: row-reverse;}
.app_10 .desc_list .l{ width: 386px;}
.app_10 .desc_list .l>img{ max-width:100%; height:auto;}
.app_10 .desc_list .r{width: 456px;}
.app_10 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.app_11{ padding:65px 0 90px 0; margin-top: -90px; background-color: #fff; transform: skewY(-8deg); margin-top: -260px;}
.app_11 .container{transform: skewY(8deg);}
.app_11 em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; position: relative; margin-top: -90px;}
.app_11 em>img{position: absolute; top: -30px; right: -30px;}
.app_11 p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold;}
.app_11 .desc_list{ width: 920px; min-width: 920px; margin: 0 auto; margin-top:65px; display: flex; justify-content: space-between; align-items: center;}
.app_11 .desc_list .l{ width: 386px;}
.app_11 .desc_list .l>img{ max-width:100%; height:auto;}
.app_11 .desc_list .r{width: 456px;}
.app_11 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.app_12{ padding:65px 0 90px 0;}
.app_12 .desc_dh{background: -webkit-linear-gradient(right,#0e8c7a,#09675d);background: -o-linear-gradient(right,#0e8c7a,#09675d);background: -moz-linear-gradient(right,#0e8c7a,#09675d);background: linear-gradient(to right,#0e8c7a,#09675d); padding:22px 0 80px 0; transform: skewY(-8deg); margin-top: -50px;}
.app_12 .desc_dh .container{transform: skewY(8deg); text-align: center;}
.app_12 .desc_dh img{margin-top: -60px;}
.app_12 .desc_dh em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; margin-top: 20px; position: relative;}
.app_12 .desc_dh em>img{position: absolute; top: -30px; right: -30px; margin-top: 0;}
.app_12 .desc_dh p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold; color: #fff;}
.app_12 .desc_list{ background-color: #eef7f6; margin-top: -100px; padding: 200px 0 280px 0;}
.app_12 .desc_list .container{ width: 920px; min-width: 920px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-direction: row-reverse;}
.app_12 .desc_list .l{ width: 386px;}
.app_12 .desc_list .l>img{ max-width:100%; height:auto;}
.app_12 .desc_list .r{width: 456px;}
.app_12 .desc_list .r>.desc>span{ font-size:15px; display:block; line-height: 1.8;}
.app_13{ padding:65px 0 90px 0; margin-top: -90px; background-color: #fff; transform: skewY(-8deg); margin-top: -260px;}
.app_13 .container{transform: skewY(8deg);}
.app_13 em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; position: relative; margin-top: -90px;}
.app_13 em>img{position: absolute; top: -30px; right: -30px;}
.app_13 p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold;}
.app_13 .desc_list{ width: 920px; min-width: 920px; margin: 0 auto; margin-top:65px; display: flex; justify-content: space-between; align-items: center;}
.app_13 .desc_list .l{ width: 386px;}
.app_13 .desc_list .l>img{ max-width:100%; height:auto;}
.app_13 .desc_list .r{width: 456px;}
.app_13 .desc_list .r>.desc>span{ font-size:15px; display:block; line-height: 1.8;}
.app_14{ padding:65px 0 90px 0;}
.app_14 .desc_dh{background: -webkit-linear-gradient(right,#0e8c7a,#09675d);background: -o-linear-gradient(right,#0e8c7a,#09675d);background: -moz-linear-gradient(right,#0e8c7a,#09675d);background: linear-gradient(to right,#0e8c7a,#09675d); padding:22px 0 80px 0; transform: skewY(-8deg); margin-top: -50px;}
.app_14 .desc_dh .container{transform: skewY(8deg); text-align: center;}
.app_14 .desc_dh img{margin-top: -60px;}
.app_14 .desc_dh em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; margin-top: 20px; position: relative;}
.app_14 .desc_dh em>img{position: absolute; top: -30px; right: -30px; margin-top: 0;}
.app_14 .desc_dh p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold; color: #fff;}
.app_14 .desc_list{ background-color: #eef7f6; margin-top: -100px; padding: 200px 0 280px 0;}
.app_14 .desc_list .container{ width: 920px; min-width: 920px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-direction: row-reverse;}
.app_14 .desc_list .l{ width: 386px;}
.app_14 .desc_list .l>img{ max-width:100%; height:auto;}
.app_14 .desc_list .r{width: 456px;}
.app_14 .desc_list .r>.desc>span{ font-size:15px; display:block; line-height: 1.8;}
.app_15{ padding:65px 0 90px 0; margin-top: -90px; background-color: #fff; transform: skewY(-8deg); margin-top: -260px;}
.app_15 .container{transform: skewY(8deg);}
.app_15 em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; position: relative; margin-top: -90px;}
.app_15 em>img{position: absolute; top: -30px; right: -30px;}
.app_15 p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold;}
.app_15 .desc_list{ width: 920px; min-width: 920px; margin: 0 auto; margin-top:65px; display: flex; justify-content: space-between; align-items: center;}
.app_15 .desc_list .l{ width: 386px;}
.app_15 .desc_list .l>img{ max-width:100%; height:auto;}
.app_15 .desc_list .r{width: 456px;}
.app_15 .desc_list .r>.desc>span{ font-size:15px; display:block; line-height: 1.8;}
.app_16{ padding:65px 0 0 0;}
.app_16 .desc_dh{background: -webkit-linear-gradient(right,#0e8c7a,#09675d);background: -o-linear-gradient(right,#0e8c7a,#09675d);background: -moz-linear-gradient(right,#0e8c7a,#09675d);background: linear-gradient(to right,#0e8c7a,#09675d); padding:22px 0 80px 0; transform: skewY(-8deg); margin-top: -50px;}
.app_16 .desc_dh .container{transform: skewY(8deg); text-align: center;}
.app_16 .desc_dh img{margin-top: -60px;}
.app_16 .desc_dh em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; margin-top: 20px; position: relative;}
.app_16 .desc_dh em>img{position: absolute; top: -30px; right: -30px; margin-top: 0;}
.app_16 .desc_dh p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold; color: #fff;}
.app_16 .desc_list{ background-color: #eef7f6; margin-top: -100px; padding: 200px 0 90px 0;}
.app_16 .desc_list .container{ width: 920px; min-width: 920px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-direction: row-reverse;}
.app_16 .desc_list .l{ width: 386px;}
.app_16 .desc_list .l>img{ max-width:100%; height:auto;}
.app_16 .desc_list .r{width: 456px;}
.app_16 .desc_list .r>.desc>span{ font-size:15px; display:block; line-height: 1.8;}

/*ai*/
.ai_1{ padding:80px 0 190px 0; background-color: #eef7f6;}
.ai_1 em{ font-size:40px; font-weight:bold; display:block; text-align: center;}
.ai_1 .desc_list{ margin-top:68px;}
.ai_1 .desc_list>ul{display: flex; flex-wrap: wrap; justify-content: center;}
.ai_1 .desc_list>ul>li{width: 138px; margin-left: 39px; margin-bottom: 25px; text-align: center; border: 1px solid #d9d9d9; border-radius: 10px; padding: 15px; box-sizing: border-box; transition: all 0.3s;} 
.ai_1 .desc_list>ul>li:nth-child(7n+1){margin-left: 0;}
.ai_1 .desc_list>ul>li:hover{box-shadow: 0 1px 10px 3px rgba(14,140,122,0.12); border-color: #a4d4cd;}
.ai_1 .desc_list>ul>li>span{width: 76px; margin: 0 auto; font-size: 18px; display: block; margin-top: 5px; line-height: 1.4; text-align: center;}
.ai_1 .desc_list>ul>li:nth-child(6)>span{width: 90px;}
.ai_2{ background: -webkit-linear-gradient(right,#0e8c7a,#09675d);background: -o-linear-gradient(right,#0e8c7a,#09675d);background: -moz-linear-gradient(right,#0e8c7a,#09675d);background: linear-gradient(to right,#0e8c7a,#09675d); padding:160px 0 100px 0; transform: skewY(-8deg); margin-top: -100px;}
.ai_2 .container{transform: skewY(8deg);}
.ai_2 em{ width: 100%; margin: 0 auto; font-size:40px; font-weight:bold; display:block; color: #fff; line-height: 1.6; text-align: center;}
.ai_2 .img{ margin-top:76px;}
.ai_2 .img>img{ max-width:100%; height:auto;}
.ai_3{ padding:65px 0 90px 0; margin-top: -90px; position: relative;}
.ai_3 em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px;}
.ai_3 p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold;}
.ai_3 .desc_list{ margin-top:65px; display: flex; justify-content: space-between; align-items: center;}
.ai_3 .desc_list .l{ width: 692px;}
.ai_3 .desc_list .l>img{ max-width:100%; height:auto;}
.ai_3 .desc_list .r{width: 456px;}
.ai_3 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.ai_3 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.ai_3 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #ebf7f6; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.ai_3 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.ai_3 .desc_list .r>.desc>ul>li:nth-child(1)>span{color: #049888;}
.ai_3 .desc_list .r>.desc>ul>li:nth-child(2)>span{color: #049888;}
.ai_3 .desc_list .r>.desc>ul>li:nth-child(8)>span{color: #049888;}
.ai_4{ padding:65px 0 90px 0;}
.ai_4 .desc_dh{background: -webkit-linear-gradient(right,#0e8c7a,#09675d);background: -o-linear-gradient(right,#0e8c7a,#09675d);background: -moz-linear-gradient(right,#0e8c7a,#09675d);background: linear-gradient(to right,#0e8c7a,#09675d); padding:22px 0 80px 0; transform: skewY(-8deg); margin-top: -50px;}
.ai_4 .desc_dh .container{transform: skewY(8deg); text-align: center;}
.ai_4 .desc_dh img{margin-top: -60px;}
.ai_4 .desc_dh em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; margin-top: 20px; position: relative;}
.ai_4 .desc_dh em>img{position: absolute; top: -30px; right: -30px; left: auto; margin-top: 0;}
.ai_4 .desc_dh p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold; color: #fff;}
.ai_4 .desc_list{ background-color: #eef7f6; margin-top: -100px; padding: 200px 0 280px 0;}
.ai_4 .desc_list .container{ display: flex; justify-content: space-between; align-items: center; flex-direction: row-reverse;}
.ai_4 .desc_list .l{ width: 692px;}
.ai_4 .desc_list .l>img{ max-width:100%; height:auto;}
.ai_4 .desc_list .r{width: 456px;}
.ai_4 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.ai_4 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.ai_4 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #dceae8; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.ai_4 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.ai_4 .desc_list .r>.desc>ul>li:nth-child(1)>span{color: #049888;}
.ai_4 .desc_list .r>.desc>ul>li:nth-child(2)>span{color: #049888;}
.ai_4 .desc_list .r>.desc>ul>li:nth-child(3)>span{color: #049888;}
.ai_4 .desc_list .r>.desc>ul>li:nth-child(5)>span{color: #049888;}
.ai_4 .desc_list .r>.desc>ul>li:nth-child(8)>span{color: #049888;}
.ai_5{ padding:65px 0 90px 0; margin-top: -90px; background-color: #fff; transform: skewY(-8deg); margin-top: -260px;}
.ai_5 .container{transform: skewY(8deg);}
.ai_5 em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; position: relative; margin-top: -90px;}
.ai_5 em>img{position: absolute; top: -30px; right: -30px;}
.ai_5 p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold;}
.ai_5 .desc_list{ margin-top:65px; display: flex; justify-content: space-between; align-items: center;}
.ai_5 .desc_list .l{ width: 692px;}
.ai_5 .desc_list .l>img{ max-width:100%; height:auto;}
.ai_5 .desc_list .r{width: 456px;}
.ai_5 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.ai_5 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.ai_5 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #ebf7f6; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.ai_5 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.ai_5 .desc_list .r>.desc>ul>li:nth-child(1)>span{color: #049888;}
.ai_5 .desc_list .r>.desc>ul>li:nth-child(2)>span{color: #049888;}
.ai_5 .desc_list .r>.desc>ul>li:nth-child(3)>span{color: #049888;}
.ai_5 .desc_list .r>.desc>ul>li:nth-child(4)>span{color: #049888;}
.ai_6{ padding:65px 0 90px 0;}
.ai_6 .desc_dh{background: -webkit-linear-gradient(right,#0e8c7a,#09675d);background: -o-linear-gradient(right,#0e8c7a,#09675d);background: -moz-linear-gradient(right,#0e8c7a,#09675d);background: linear-gradient(to right,#0e8c7a,#09675d); padding:22px 0 80px 0; transform: skewY(-8deg); margin-top: -50px;}
.ai_6 .desc_dh .container{transform: skewY(8deg); text-align: center;}
.ai_6 .desc_dh img{margin-top: -60px;}
.ai_6 .desc_dh em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; margin-top: 20px; position: relative;}
.ai_6 .desc_dh em>img{position: absolute; top: -30px; right: -30px; margin-top: 0;}
.ai_6 .desc_dh p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold; color: #fff;}
.ai_6 .desc_list{ background-color: #eef7f6; margin-top: -100px; padding: 200px 0 280px 0;}
.ai_6 .desc_list .container{ display: flex; justify-content: space-between; align-items: center; flex-direction: row-reverse;}
.ai_6 .desc_list .l{ width: 692px;}
.ai_6 .desc_list .l>img{ max-width:100%; height:auto;}
.ai_6 .desc_list .r{width: 456px;}
.ai_6 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.ai_6 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.ai_6 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #dceae8; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.ai_6 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.ai_6 .desc_list .r>.desc>ul>li:nth-child(6)>span{color: #049888;}
.ai_7{ padding:65px 0 70px 0; margin-top: -90px; background-color: #fff; transform: skewY(-8deg); margin-top: -260px;}
.ai_7 .container{transform: skewY(8deg);}
.ai_7 em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; position: relative; margin-top: -90px;}
.ai_7 em>img{position: absolute; top: -30px; right: -30px;}
.ai_7 p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold;}
.ai_7 .desc_list{ margin-top:65px; display: flex; justify-content: space-between; align-items: center;}
.ai_7 .desc_list .l{ width: 692px;}
.ai_7 .desc_list .l>img{ max-width:100%; height:auto;}
.ai_7 .desc_list .r{width: 456px;}
.ai_7 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.ai_7 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.ai_7 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #ebf7f6; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.ai_7 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.ai_7 .desc_list .r>.desc>ul>li:nth-child(6)>span{color: #049888;}
.ai_7 .desc_list .r>.desc>ul>li:nth-child(7)>span{color: #049888;}
.ai_7 .desc_list .r>.desc>ul>li:nth-child(8)>span{color: #049888;}
.ai_8{ padding:65px 0 0 0;}
.ai_8 .desc_dh{background: -webkit-linear-gradient(right,#0e8c7a,#09675d);background: -o-linear-gradient(right,#0e8c7a,#09675d);background: -moz-linear-gradient(right,#0e8c7a,#09675d);background: linear-gradient(to right,#0e8c7a,#09675d); padding:22px 0 80px 0; transform: skewY(-8deg); margin-top: -50px;}
.ai_8 .desc_dh .container{transform: skewY(8deg); text-align: center;}
.ai_8 .desc_dh img{margin-top: -60px;}
.ai_8 .desc_dh em{ width: 160px; height: 46px; line-height: 46px; background-color:#049888; font-size:22px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; margin-top: 20px; position: relative;}
.ai_8 .desc_dh em>img{position: absolute; top: -30px; right: -30px; margin-top: 0;}
.ai_8 .desc_dh p{ font-size:40px; margin-top:25px; text-align: center; font-weight: bold; color: #fff;}
.ai_8 .desc_list{ background-color: #eef7f6; margin-top: -100px; padding: 200px 0 90px 0;}
.ai_8 .desc_list .container{ display: flex; justify-content: space-between; align-items: center; flex-direction: row-reverse;}
.ai_8 .desc_list .l{ width: 692px;}
.ai_8 .desc_list .l>img{ max-width:100%; height:auto;}
.ai_8 .desc_list .r{width: 456px;}
.ai_8 .desc_list .r>.desc>span{ font-size:16px; display:block; line-height: 1.8;}
.ai_8 .desc_list .r>.desc>ul{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 25px; padding-top: 30px; border-top: 1px dashed #ddd;}
.ai_8 .desc_list .r>.desc>ul>li{ width:106px; height: 38px; line-height: 38px; background-color: #dceae8; border-radius: 5px; text-align: center; margin-bottom: 12px;}
.ai_8 .desc_list .r>.desc>ul>li>span{ font-size:18px; font-weight: bold;}
.ai_8 .desc_list .r>.desc>ul>li:nth-child(2)>span{color: #049888;}
.ai_8 .desc_list .r>.desc>ul>li:nth-child(5)>span{color: #049888;}

/*idp*/
.idp_1{ padding:80px 0 190px 0; background-color: #eef7f6;}
.idp_1 em{ font-size:40px; font-weight:bold; display:block; text-align: center;}
.idp_1 .desc_list{ margin-top:68px;}
.idp_1 .desc_list>ul{display: flex; flex-wrap: wrap; justify-content: center;}
.idp_1 .desc_list>ul>li{width: 138px; margin-left: 39px; margin-bottom: 25px; text-align: center; border: 1px solid #d9d9d9; border-radius: 10px; padding: 15px; box-sizing: border-box; transition: all 0.3s;} 
.idp_1 .desc_list>ul>li:nth-child(7n+1){margin-left: 0;}
.idp_1 .desc_list>ul>li:hover{box-shadow: 0 1px 10px 3px rgba(14,140,122,0.12); border-color: #a4d4cd;}
.idp_1 .desc_list>ul>li>span{width: 76px; margin: 0 auto; font-size: 18px; display: block; margin-top: 5px; line-height: 1.4; text-align: center;}
.idp_1 .desc_list>ul>li:nth-child(6)>span{width: 90px;}
.idp_2{ background: -webkit-linear-gradient(right,#0e8c7a,#09675d);background: -o-linear-gradient(right,#0e8c7a,#09675d);background: -moz-linear-gradient(right,#0e8c7a,#09675d);background: linear-gradient(to right,#0e8c7a,#09675d); padding:160px 0 200px 0; transform: skewY(-8deg); margin-top: -100px;}
.idp_2 .container{transform: skewY(8deg);}
.idp_2 em{ width: 100%; margin: 0 auto; font-size:40px; font-weight:bold; display:block; color: #fff; line-height: 1.6; text-align: center;}
.idp_2 .img{ margin-top:76px;}
.idp_2 .img>img{ max-width:100%; height:auto;}
.idp_3{ padding:65px 0 120px 0; margin-top: -95px; position: relative; background-color: #eef7f6; transform: skewY(-8deg);} 
.idp_3 .container{transform: skewY(8deg);}
.idp_3 em{ width: 260px; height: 56px; line-height: 56px; background-color:#049888; font-size:30px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; font-weight: bold; margin-top: -95px; position: relative;}
.idp_3 .desc_list{ margin-top:95px;}
.idp_3 .desc_list img{ max-width:100%; height:auto;}
.idp_4{margin-top: 145px; transform: skewY(-8deg); background-color: #fff; padding-bottom: 120px;}
.idp_4 .container{transform: skewY(8deg);}
.idp_4 .desc{display: flex; justify-content: center;}
.idp_4 .desc>li{width: 322px; margin: 0 30px; position: relative;}
.idp_4 .desc>li>span{width: 145px; height: 46px; line-height: 46px; background-color: #049888; border-radius: 0 15px 0 15px; display: block; text-align: center; color: #fff; font-size: 24px; font-weight: bold; position: absolute; top: -23px;}
.idp_4 .desc>li>dl{padding: 40px; width: 300px; box-sizing: border-box; border: 1px dashed #049888; border-radius: 5px; box-shadow: 0 3px 15px -5px rgba(0,0,0,.3); background-color: #fafafa; margin-left: 22px;}
.idp_4 .desc>li>dl>dd{font-size: 20px; justify-content: center; line-height: 1.8; display: flex; align-items: center;}
.idp_4 .desc>li>dl>dd>i{width: 8px; height: 8px; background-color: #333; border-radius: 50%; display: inline-block; margin-right: 10px;}
.idp_4 .ico{display: flex; justify-content: center; margin-top: 75px;}
.idp_4 .ico>li{display: flex; align-items: center; margin: 0 50px;}
.idp_4 .ico>li>img{margin-right: 20px;}
.idp_4 .ico>li>span{font-size: 20px; display: block;}
.idp_4 .img{margin-top: 60px; text-align: center;}
.idp_4 .img img{max-width: 100%; height: auto;}
.idp_5{ padding:65px 0 110px 0; margin-top: -120px; background-color: #eef7f6;} 
.idp_5 em{ width: 300px; height: 56px; line-height: 56px; background-color:#049888; font-size:30px; display:block; text-align: center; color: #fff; margin: 0 auto; border-radius: 0 15px 0 15px; font-weight: bold; margin-top: 20px; position: relative;}
.idp_5 .desc_list{ margin-top:120px;}
.idp_5 .desc_list img{ max-width:100%; height:auto;}

/*dss*/
.dss_1{ padding:65px 0 90px 0;}
.dss_1 em{ font-size:36px; font-weight:bold; display:block;}
.dss_1 p{ font-size:18px; margin-top:18px;}
.dss_1 .img{ margin-top:50px;}
.dss_1 .img>img{ max-width:100%; height:auto;}
.dss_2{ background:#f2f9fb; padding:65px 0 90px 0;}
.dss_2 em{ font-size:36px; font-weight:bold; display:block;}
.dss_2 p{ font-size:18px; margin-top:18px;}
.dss_2 .desc_list{ margin-top:48px;}
.dss_2 .desc_list .desc{ width:420px; float:left; font-size:16px; line-height:2; background:url(../images/dss_ico1.png) no-repeat left top;}
.dss_2 .desc_list .desc ul{ padding-left:70px;}
.dss_2 .desc_list .desc ul>li{ margin-bottom:16px; border-bottom:1px dashed #d7d9da; padding-bottom:16px;}
.dss_2 .desc_list .desc ul>li:nth-child(2){ margin-bottom:20px;}
.dss_2 .desc_list .desc ul>li>em{ font-size:20px; font-weight:bold; line-height:1.6;}
.dss_2 .desc_list .desc ul>li>p{ color:#666; font-size:16px; margin-top:0;}
.dss_2 .desc_list .img{ width:707px; float:right;}
.dss_2 .desc_list .img>img{ max-width:100%; height:auto;}
.dss_3{ padding:65px 0 90px 0;}
.dss_3 em{ font-size:36px; font-weight:bold; display:block;}
.dss_3 p{ font-size:18px; margin-top:18px;}
.dss_3 .img{ margin-top:50px;}
.dss_3 .img>img{ max-width:100%; height:auto;}
.dss_4{ background:#f2f9fb; padding:65px 0 90px 0;}
.dss_4 em{ font-size:36px; font-weight:bold; display:block;}
.dss_4 p{ font-size:18px; margin-top:18px;}
.dss_4 .desc_list{ margin-top:38px;}
.dss_4 .desc_list .l{ width:280px; float:left;}
.dss_4 .desc_list .l span{ display:block; text-align:right;}
.dss_4 .desc_list .img{ width:520px; float:left; margin-left:60px;}
.dss_4 .desc_list .img>img{ width:520px; height:auto;}
.dss_4 .desc_list .r{ width:280px; float:right;}
.dss_4 .desc_list ul{ margin-top:60px;}
.dss_4 .desc_list ul>li{ margin-bottom:50px;}
.dss_4 .desc_list span{ font-size:24px; font-weight:bold;}
.dss_4 .desc_list p{ font-size:15px; color:#666; margin-top:16px;}

/*smartw*/
.smartw_1{ padding:65px 0 90px 0;}
.smartw_1 em{ font-size:36px; font-weight:bold; display:block;}
.smartw_1 p{ font-size:18px; margin-top:18px;}
.smartw_1 .desc_list{ margin-top:68px;}
.smartw_1 .desc_list>.img{ width:502px; float:left; text-align:right;}
.smartw_1 .desc_list>.img>img{ max-width:100%; height:auto;}
.smartw_1 .desc_list>.img>span{ display:block; font-size:20px; font-weight:bold; text-align:center; margin-top:20px;}
.smartw_1 .desc_list>.desc{ width:605px; float:right; font-size:16px; line-height:2;}
.smartw_1 .desc_list>.desc>em{ margin-bottom:10px; display:block; font-size:24px; line-height:1;}
.smartw_1 .desc_list>.desc ul{ padding-bottom:15px; margin-bottom:20px; border-bottom:1px dashed #ddd;}
.smartw_1 .desc_list>.desc ul>li{ color:#666; overflow:hidden;}
.smartw_1 .desc_list>.desc ul>li>img{ position:relative; top:4px; margin-right:6px; float:left; width:26px;}
.smartw_1 .desc_list>.desc ul>li>span{ float:right; width:570px; font-size:15px;}
.smartw_2{ background:#f2f9fb; padding:65px 0 90px 0;}
.smartw_2 em{ font-size:36px; font-weight:bold; display:block;}
.smartw_2 p{ font-size:18px; margin-top:18px;}
.smartw_2 .img{ margin-top:50px;}
.smartw_2 .img>img{ max-width:100%; height:auto;}
.smartw_3{ padding:65px 0 90px 0;}
.smartw_3 em{ font-size:36px; font-weight:bold; display:block;}
.smartw_3 p{ font-size:18px; margin-top:18px;}
.smartw_3 .img{ margin-top:50px;}
.smartw_3 .img>img{ max-width:100%; height:auto;}
.smartw_4{ background:#f2f9fb; padding:65px 0 90px 0;}
.smartw_4 em{ font-size:36px; font-weight:bold; display:block;}
.smartw_4 p{ font-size:18px; margin-top:18px;}
.smartw_4 .img{ margin-top:50px;}
.smartw_4 .img>img{ max-width:100%; height:auto;}
.smartw_5{ padding:65px 0 90px 0;}
.smartw_5 em{ font-size:36px; font-weight:bold; display:block;}
.smartw_5 p{ font-size:18px; margin-top:18px;}
.smartw_5 .img{ margin-top:50px;}
.smartw_5 .img>img{ max-width:100%; height:auto;}
.smartw_6{ background:#f2f9fb; padding:65px 0 90px 0;}
.smartw_6 em{ font-size:36px; font-weight:bold; display:block;}
.smartw_6 p{ font-size:18px; margin-top:18px;}
.smartw_6 .desc_list{ margin-top:68px; position:relative;}
.smartw_6 .desc_list>.img>img{ max-width:100%;}
.smartw_6 .desc_list>.img>ul{ position:absolute; top:0; width:100%;}
.smartw_6 .desc_list>.img>ul>li{ margin-bottom:145px; margin-top:75px; overflow:hidden;}
.smartw_6 .desc_list>.img>ul>li:last-child{ margin-bottom:0;}
.smartw_6 .desc_list>.img>ul>li>.l{ width:210px; float:left;}
.smartw_6 .desc_list>.img>ul>li>.r{ width:210px; float:right; text-align:right;}
.smartw_6 .desc_list>.img>ul>li .dh>span{ width:132px; height:42px; line-height:42px; background:#0b9c86; color:#fff; display:inline-block; border-radius:0 15px 0 15px; text-align:center; font-size:18px; font-weight:bold;}
.smartw_6 .desc_list>.img>ul>li .dh>em{ width:78px; height:2px; display:inline-block; background:#0b9c86; position:relative; top:-6px;}
.smartw_6 .desc_list>.img>ul>li .dh>em>i{ width:8px; height:8px; display:inline-block; background:#0b9c86; border-radius:50%; position:absolute; top:-3px; right:0;}
.smartw_6 .desc_list>.img>ul>li p{ font-size:16px; width:130px; color:#666; margin-top:15px;}
.smartw_6 .desc_list>.img>ul>li>.r .dh>em>i{ left:0; right:auto;}
.smartw_6 .desc_list>.img>ul>li>.r p{ float:right;}

/*smartp*/
.smartp_1{ padding:65px 0 90px 0;}
.smartp_1 em{ font-size:36px; font-weight:bold; display:block;}
.smartp_1 p{ font-size:18px; margin-top:18px; line-height:1.8;}
.smartp_1 p>i{ color:#ff0000;}
.smartp_1 .img{ margin-top:50px;}
.smartp_1 .img>img{ max-width:100%; height:auto;}
.smartp_1 .desc_list{ margin-top:32px;}
.smartp_1 .desc_list>.desc ul>li{ float:left; width:12.5%; text-align:center;}
.smartp_1 .desc_list>.desc ul>li>img{ width:86px; height:auto;}
.smartp_1 .desc_list>.desc ul>li>span{ font-size:18px; font-weight:bold; display:block;}
.smartp_1 .desc_list>.desc ul>li>span>i{ display:block;}
.smartp_2{ background:#f2f9fb; padding:65px 0 90px 0;}
.smartp_2 em{ font-size:36px; font-weight:bold; display:block;}
.smartp_2 p{ font-size:18px; margin-top:18px;}
.smartp_2 .img{ margin-top:50px;}
.smartp_2 .img>img{ max-width:100%; height:auto;}
.smartp_3{ padding:65px 0 90px 0;}
.smartp_3 em{ font-size:36px; font-weight:bold; display:block;}
.smartp_3 p{ font-size:18px; margin-top:18px;}
.smartp_3 .desc_list{ margin-top:68px;}
.smartp_3 .desc_list>.img{ width:600px; height:420px; float:left; text-align:right; position:relative; border-radius:10px; box-shadow:0px 1px 12px 1px rgba(0,0,0,0.2); overflow:hidden;}
.smartp_3 .desc_list>.img>img{ max-width:100%; height:auto;}
.smartp_3 .desc_list>.img>span{ display:block; font-size:24px; text-align:center; position:absolute; bottom:0; width:100%; background:#0e8c7a; height:65px; line-height:65px; color:#fff;}
.smartp_3 .desc_list>.desc{ width:530px; float:right; font-size:16px; line-height:2; margin-top:20px;}
.smartp_3 .desc_list>.desc>em{ margin-bottom:10px; display:block; font-size:24px; line-height:1;}
.smartp_3 .desc_list>.desc ul{ padding-bottom:15px; margin-bottom:20px; border-bottom:1px dashed #ddd;}
.smartp_3 .desc_list>.desc ul>li{ color:#666; overflow:hidden;}
.smartp_3 .desc_list>.desc ul>li>img{ position:relative; top:4px; margin-right:6px; float:left; width:26px;}
.smartp_3 .desc_list>.desc ul>li>span{ float:right; width:498px; font-size:15px;}
.smartp_4{ background:#f2f9fb; padding:65px 0 90px 0;}
.smartp_4 em{ font-size:36px; font-weight:bold; display:block;}
.smartp_4 p{ font-size:18px; margin-top:18px; line-height:1.8;}
.smartp_4 .desc_list{ margin-top:50px;}
.smartp_4 .desc_list>.desc ul>li{ float:left; width:380px; text-align:center; margin-left:30px; margin-bottom:30px; border-radius:10px; position:relative; overflow:hidden;}
.smartp_4 .desc_list>.desc ul>li:nth-child(3n+1){ margin-left:0;}
.smartp_4 .desc_list>.desc ul>li>.img{ width:380px; height:286px; overflow:hidden;}
.smartp_4 .desc_list>.desc ul>li>.img>img{ width:100%; height:100%; object-fit:cover;}
.smartp_4 .desc_list>.desc ul>li>span{ font-size:18px; font-weight:bold; display:block; position:absolute; bottom:0; width:100%; background:#38b78e; height:48px; line-height:48px; color:#fff;}
.smartp_5{ padding:65px 0 90px 0;}
.smartp_5 em{ font-size:36px; font-weight:bold; display:block;}
.smartp_5 p{ font-size:18px; margin-top:18px;}
.smartp_5 .img{ margin-top:50px;}
.smartp_5 .img>img{ max-width:100%; height:auto;}

/*service*/
.service_1{ padding:80px 0 80px 0;}
.service_1 em{ font-size:40px; font-weight:bold; display:block;}
.service_1 .desc_list{ margin-top:68px;}
.service_1 .desc_list img{max-width: 100%; height: auto;}
.service_2{ padding:80px 0 80px 0; background-color: #f2f9fb;}
.service_2 em{ font-size:40px; font-weight:bold; display:block;}
.service_2 p{ font-size:18px; margin-top: 20px;}
.service_2 .desc_list{ margin-top:45px; display: flex; justify-content: space-between;}
.service_2 .desc_list>span{width: 86px; background-color: #338675; font-size: 34px; color: #fff; writing-mode: vertical-lr; display: flex; align-items: center; justify-content: center; letter-spacing: 10px; padding: 50px 0;}
.service_2 .desc_list>ul{width: 1090px; display: flex; flex-wrap: wrap; justify-content: left;}
.service_2 .desc_list>ul>li{width: 350px; margin-left: 20px; background-color: #fff; text-align: center; padding: 30px; box-sizing: border-box; border-bottom: 1px solid #e7e7e7; display: flex; align-items: center; box-shadow: 0 3px 12px -3px rgba(0,0,0,.08);}
.service_2 .desc_list>ul>li:nth-child(3n+1){ margin-left: 0;}
.service_2 .desc_list>ul>li:nth-last-child(-n+3){border-bottom: 0;}
.service_2 .desc_list>ul>li span{font-size: 18px; display: block; line-height: 1.2;}
.service_2 .desc_list>ul>li em{font-size: 16px; font-weight: normal; margin-top: 5px;}
.service_2 .desc_list>ul>li i{width: 20px; height: 2px; background-color: #338675; display: block; margin: 10px auto;}
.service_2 .desc_list>ul>li p{font-size: 14px; line-height: 1.6; margin-top: 5px;}
.service_3{ padding:80px 0 80px 0;}
.service_3 em{ font-size:40px; font-weight:bold; display:block;}
.service_3 p{ font-size:18px; margin-top: 20px;}
.service_3 .desc_list{ margin-top:45px; display: flex; justify-content: space-between;}
.service_3 .desc_list>ul{display: flex; flex-wrap: wrap; justify-content: center;}
.service_3 .desc_list>ul>li{width: 382px; margin-left: 27px; background: -webkit-linear-gradient(right,#338373,#359985);background: -o-linear-gradient(right,#338373,#359985);background: -moz-linear-gradient(right,#338373,#359985);background: linear-gradient(to right,#338373,#359985); border-radius: 5px; text-align: center; padding: 25px; box-sizing: border-box; color: #fff; font-size: 16px; line-height: 1.4;}
.service_3 .desc_list>ul>li:nth-child(3n+1){margin-left: 0;}
.service_3 .desc_list>ul>li>.box>img{width: 133px; height: 133px; border-radius: 50%; object-fit: cover;}
.service_3 .desc_list>ul>li>.box>span{ text-align: left; font-size: 24px; font-weight: bold; display: block; margin-top: 30px;}
.service_3 .desc_list>ul>li>.box>dl{ text-align: left; margin-top: 15px;}
.service_3 .desc_list>ul>li>.box>dl>dd{margin-bottom: 10px; display: flex; align-items: baseline;}
.service_3 .desc_list>ul>li>.box>dl>dd>i{width: 7px; height: 7px; background-color: #fff; border-radius: 50%; display: inline-block; margin-right: 10px;}
.service_3 .desc_list>ul>li>.box>dl>dd>span{width: 312px;}
.service_4{ padding:80px 0 80px 0; background-color: #f2f9fb;}
.service_4 em{ font-size:40px; font-weight:bold; display:block;}
.service_4 .desc_list{ margin-top:68px;}
.service_4 .desc_list img{max-width: 100%; height: auto;}

/*about*/
.about_banner{ height:550px; position:relative; top:-72px; margin-bottom:-72px; background:linear-gradient(to left top,#003428,#020202);}
.about_banner .desc{ width:616px; color:#fff; text-align:left; float:left; margin-top:225px;}
.about_banner .desc>em{ font-size:40px; display:block; font-weight:bold;}
.about_banner .desc>p{ margin-top:20px; line-height:2; font-size:18px;}
.about_banner ul{ margin-top:40px;}
.about_banner ul>li{ float:left; text-align:center; margin-right:65px; color:rgba(255,255,255,0.8);}
.about_banner ul>li>img{ width:46px; height:46px;}
.about_banner ul>li>i{ display:block; margin-top:6px;}
.about_banner .img{ float:right; width:580px; margin-top:120px;}
.about_banner .img>img{ width:100%; height:auto;}
.about_1{ padding:80px 0;}
.about_1 .desc_list{ width:550px; float:left;}
.about_1 .desc_list>em{ font-size:30px; font-weight:bold;}
.about_1 .desc_list>p{ margin-top:30px; color:#666;}
.about_1 .desc_list>span{ color:#666; margin-top:20px; display:block;}
.about_1 .desc_list>ul{ margin-top:20px;}
.about_1 .desc_list>ul>li{ float:left; margin-right:60px; color:#666; margin-bottom:18px;}
.about_1 .desc_list>ul>li>img{ width:16px; height:16px; margin-right:10px; position:relative; top:3px;}
.about_1 .img{ width:560px; float:right;}
.about_1 .img>img{ width:100%; height:auto; border-radius:3px;}
.about_2{ background-color:#f6f8fb; padding:80px 0;}
.about_2 em{ font-size:30px; font-weight:bold; display:block;}
.about_2 .desc_list{ display:flex; flex-flow:row nowrap; margin:0px -1px; margin-top:40px;}
.about_2 .desc_list .desc_box{ width:calc(100% / 5 * 1); padding: 0px 1px;}
.about_2 .desc_list .list{ padding:60px 40px; background-color:#fff; height:300px; transition:all 0.4s linear;}
.about_2 .desc_list .icon{ width:34px; height:34px; margin:20px auto 40px auto; transition:all 0.4s linear;}
.about_2 .desc_list .icon>img{ width:100%; height:auto;}
.about_2 .desc_list span{ font-size:16px; font-weight:bold; text-align:center; display:block;}
.about_2 .desc_list i{ width:30px; height:3px; background-color:#00d2a1; margin:20px auto 30px auto; display:block;}
.about_2 .desc_list .list_box{ position:relative;}
.about_2 .desc_list .tips{ position:absolute; width:100%; color:gray; opacity:1; transition:all 0.2s linear; text-align:center;}
.about_2 .desc_list .tips>p{ margin-bottom:12px;}
.about_2 .desc_list .text{ text-align:justify; position:absolute; width:100%; color:gray; opacity:0; transition:all 0.4s linear;}
.about_2 .desc_list .list:hover .icon{ margin:0 auto 40px auto;}
.about_2 .desc_list .list:hover .tips{ opacity:0;}
.about_2 .desc_list .list:hover .text{ opacity:1;}
.about_3{ background-image:url(../images/lc_banner.jpg); background-size:cover; background-repeat:no-repeat; color:#fff;}
.about_3 .about_box{ display:flex; justify-content:center; padding:80px 0; background-color:rgba(0,0,0,0.7);}
.about_3 em{ font-size:30px; font-weight:bold; display:block; margin-bottom:80px;}
.about_3 .desc_list{ display:flex; flex-flow:row nowrap; justify-content:space-between; align-items:center; margin:0px -60px;}
.about_3 .desc_list .desc_box{ position:relative; width:1200px;}
.about_3 .desc_list .list{ overflow:hidden;}
.about_3 .desc_list .list_box{ display:flex; flex-flow:row nowrap;}
.about_3 .desc_list .icon{ background-size:contain; background-repeat:no-repeat; background-position:center center;}
.about_3 .desc_list .b_left{ flex-shrink:0; width:40px; height:40px; border-radius:50%; background-color:#fff; cursor:pointer; background-image:url(../images/circle-left.png);transition:all 0.2s linear;}
.about_3 .desc_list .b_left:hover{ background-color:#00d2a1;}
.about_3 .desc_list .b_right{ flex-shrink:0;width:40px; height:40px; border-radius:50%; background-color:#fff; cursor:pointer; background-image:url(../images/circle-right.png);transition:all 0.2s linear;}
.about_3 .desc_list .b_right:hover{ background-color:#00d2a1;}
.about_3 .desc_list .lc_axis{ position:absolute; top:50%; margin-top:-2px; width:100%; height:4px; background-image:linear-gradient(to right,rgba(255,255,255,0.0) 0%,rgba(255,255,255,0.3) 10%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0.3) 90%,rgba(255,255,255,0.0) 100%);}
.about_3 .desc_list .lc_list{ flex-shrink:0; width:160px; padding:0px 20px; text-align:center;}
.about_3 .desc_list .lc_list:hover .lc_title{ transform:scale(1.2);}
.about_3 .desc_list .lc_list:hover .lc_text{ transform:scale(1.2);}
.about_3 .desc_list .lc_list:hover .lc_border_top{ border-top:1px dashed #00D2A1;}
.about_3 .desc_list .lc_list:hover .lc_line_top{ border-left:1px dashed #00D2A1;}
.about_3 .desc_list .lc_list:hover .lc_spot>div{ transform:scale(1.4); background-color:#00d2a1;}
.about_3 .desc_list .lc_list:nth-child(even){ flex-shrink:0; width:160px; padding:0px 20px; margin-top:189px;}
.about_3 .desc_list .lc_title{ font-weight:inherit; color:#00d2a1; margin-bottom:25px; transition:all 0.4s linear; font-size:20px; line-height:20px; letter-spacing:0.2px;}
.about_3 .desc_list .text{ height:48px; font-size:14px; line-height:24px; font-weight:300; letter-spacing:0.2px; margin:-5px 0px; transition:all 0.4s linear;}
.about_3 .desc_list .lc_border_top{ display:flex; flex-flow:column nowrap; align-items:center; border-top:1px dashed rgba(255,255,255,7.0); margin-top:25px; transition:all 0.4s linear;}
.about_3 .desc_list .lc_line_top{ height:80px; border-left:1px dashed rgba(255,255,255,7.0); transition:all 0.4s linear;}
.about_3 .desc_list .lc_border_bottom{ display:flex; flex-flow:column nowrap; align-items:center; border-bottom:1px dashed rgba(255,255,255,7.0); margin-bottom:25px;}
.about_3 .desc_list .lc_line_bottom{ height:80px; border-left:1px dashed rgba(255,255,255,7.0);}
.about_3 .desc_list .lc_spot{ flex-shrink:0; width:20px; height:20px; padding:4px; border-radius:50%; background-color:rgba(255,255,255,0.3);}
.about_3 .desc_list .lc_spot>div{ width:100%; height:100%; border-radius:50%; background-color:#fff; transition:all 0.4s linear;}
.about_4{ padding:80px 0 60px 0;}
.about_4 em{ font-size:30px; font-weight:bold; display:block;}
.about_4 .desc_list{ margin-top:35px;}
.about_4 .desc_list>ul{ margin-top:20px;}
.about_4 .desc_list>ul>li{ float:left; margin-left:28px; margin-bottom:20px;}
.about_4 .desc_list>ul>li:nth-child(4n+1){ margin-left:0;}
.about_4 .desc_list>ul>li>img{ width:279px; height:151px;}
.about_5{ background-color:#f6f8fb; padding:80px 0;}
.about_5 em{ font-size:30px; font-weight:bold; display:block;}
.about_5 .desc_list{ margin-top:35px; display:flex; flex-flow:row nowrap;}
.about_5 .desc_list .desc_box{ float:left; width:413px; height:240px; margin-left:40px;}
.about_5 .desc_list .desc_box:nth-child(3n+1){ margin-left:0;}
.about_5 .desc_list .hb_list{ position:relative; overflow:hidden; height:200px; border:5px solid #fff; background-color:#fff; border-radius:5px; box-shadow:0 10px 20px 0 rgba(0,0,0,.05);}
.about_5 .desc_list .hb_list:hover{ box-shadow:0 10px 20px 0 rgba(0,0,0,.15) !important;}
.about_5 .desc_list .hb_list:before{ content: ""; background:linear-gradient(to left top,#ee722e,#ffa97a); height:100%; width:100%; opacity:0; position:absolute; left:0; top:0; transition:all 0.4s linear;}
.about_5 .desc_list .hb_list:nth-child(2):before{ background:linear-gradient(to left top,#c02930,#ff555d);}
.about_5 .desc_list .hb_list:nth-child(3):before{ background:linear-gradient(to left top,#c02930,#ff555d);}
.about_5 .desc_list .hb_list .icon{ width:100%; height:100%; background-size:50%; background-repeat:no-repeat; transition:all 0.4s linear; background-position:center;}
.about_5 .desc_list .hb_list .hb_text{ position:absolute; top:50%; left:0; width:100%; text-align:center; color:#fff; transform:translateY(-50%) scale(0); transition:all 0.4s linear;}
.about_5 .desc_list .hb_list:hover:before{ opacity:1;}
.about_5 .desc_list .hb_list:hover .icon{ opacity:0; transform:scale(3);}
.about_5 .desc_list .hb_list:hover .hb_text{ transform:translateY(-50%) scale(1) !important;}
.about_5 .desc_list .hb_list h4{ font-size:22px; line-height:22px; margin-bottom:5px;}
.about_5 .desc_list .hb_list p{ font-size:16px; line-height:16px; font-weight:bold;}
.about_6{ background-image:url(../images/lx_banner.jpg); background-size:cover; background-repeat:no-repeat; color:#fff;}
.about_6 .about_box{ display:flex; justify-content:center; padding:80px 0; background-color:rgba(0,0,0,0.7);}
.about_6 em{ font-size:30px; font-weight:bold; display:block; margin-bottom:40px;}
.about_6 .desc_list{ width:320px; float:left;}
.about_6 .desc_list>ul>li{ margin-bottom:40px; overflow:hidden;}
.about_6 .desc_list>ul>li>.icon{ width:38px; height:38px; float:left; margin-top:10px;}
.about_6 .desc_list>ul>li>.icon>img{ width:100%; height:100%;}
.about_6 .desc_list>ul>li>.desc{ width:267px; float:right; font-size:16px;}
.about_6 .desc_list>ul>li>.desc>em{ font-size:16px; color:#00d2a1; margin-bottom:5px;}
.about_6 .note{ font-size:16px; color:rgba(255,255,255,0.7);}
.about_6 .note>span{ float:left; width:20px;}
.about_6 .note>p{ float:right; width:calc(100% - 20px);}
.about_6 .img{ width:800px; height:363px; float:right; background-image:url(../images/lx_icon_map.png); background-repeat:no-repeat; background-size:cover; background-position:center; border-radius:5px;}

/*news*/
.news_banner .img{ width:500px;}
.news{ padding:60px 0;}
.news .l{ width:840px; float:left;}
.news .l>ul>li{ padding-bottom:35px; margin-bottom:35px; border-bottom:1px dashed rgba(163,177,191,0.25); overflow:hidden;}
.news .l>ul>li .img{ width:200px; height:122px; float:left;}
.news .l>ul>li .img>img{ width:100%; height:100%; object-fit:cover;}
.news .l>ul>li .desc{ width:610px; float:right;}
.news .l>ul>li .desc>span{ font-size:20px; font-weight:bold; display:block; line-height:1; word-break:keep-all; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.news .l>ul>li .desc>em{ color:#808080; margin:16px 0; display:block;}
.news .l>ul>li .desc>p{ color:#808080; line-height:1.8;}
.news .r{ width:300px; float:right;}
.news .r .r_news{ border:1px solid rgba(163,177,191,0.25);}
.news .r .r_news>em{ font-size:16px; line-height:16px; padding:15px; display:block;}
.news .r .r_news>em>i{ border-left:3px solid #00d2a1; font-weight:inherit; padding-left:15px;}
.news .r .r_news>ul{ line-height:22px; padding:20px 24px 4px 32px; border-top:1px solid rgba(163,177,191,0.25);}
.news .r .r_news>ul>li{ padding-bottom:16px; word-break:keep-all; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.news .r .r_news>ul>li>a{ color:#808080;}
.news .r .r_news>ul>li>a:hover{ color:#0e8c7a;}
.news .r .r_video{ border:1px solid rgba(163,177,191,0.25); margin-top:40px;}
.news .r .r_video>em{ font-size:16px; line-height:16px; padding:15px; display:block;}
.news .r .r_video>em>i{ border-left:3px solid #00d2a1; font-weight:inherit; padding-left:15px;}
.news .r .r_video>ul{ line-height:22px; padding:20px 24px 0 15px; border-top:1px solid rgba(163,177,191,0.25); max-height: 764px; overflow: auto;}
.news .r .r_video>ul>li{ padding-bottom:16px; word-break:keep-all; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; color:#999999; position: relative; font-size: 16px; cursor: pointer;}
.news .r .r_video>ul>li>img{ margin-right:5px; position:relative; width: 263px; height: 148px;}
.news .r .r_video>ul>li>.video_play {width: 30px; height: 30px; position: absolute; left: 45%; top: 30%;}
/* 滚动条宽度 */
.news .r .r_video>ul::-webkit-scrollbar {width: 3px;}
/* 滚动条轨道 */
.news .r .r_video>ul::-webkit-scrollbar-track {
  background: #f1f1f1; /* 轨道背景颜色 */
}

/* 滚动条滑块 */
.news .r .r_video>ul::-webkit-scrollbar-thumb {
  background: #888; /* 滑块颜色 */
  border-radius: 5px; /* 滑块圆角 */
}

/* 鼠标悬停时滚动条滑块的颜色 */
.news .r .r_video>ul::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.news .r .r_video>img{ width:160px; height:160px; margin:0px 0px 24px 24px;}
.news .r .r_contact{ border:1px solid rgba(163,177,191,0.25); margin-top:40px;}
.news .r .r_contact>em{ font-size:16px; line-height:16px; padding:15px; display:block;}
.news .r .r_contact>em>i{ border-left:3px solid #00d2a1; font-weight:inherit; padding-left:15px;}
.news .r .r_contact>ul{ line-height:22px; padding:20px 24px 4px 15px; border-top:1px solid rgba(163,177,191,0.25);}
.news .r .r_contact>ul>li{ padding-bottom:16px; word-break:keep-all; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; color:#808080;}
.news .r .r_contact>ul>li>img{ margin-right:5px; position:relative;}
.news .r .r_contact>ul>li:nth-child(2)>img{ top:2px;}
.news .r .r_contact>img{ width:160px; height:160px; margin:0px 0px 24px 24px;}

/*video*/
.video_dialog {display: none;position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.4);}
.video_container {width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;position: fixed;}
.video_container > video {width: 840px; margin-left: 46px;}
.video_close_btn {width: 46px;height: 46px;margin-top: -430px; cursor: pointer;}

/*cases*/
.cases{ padding:60px 0;}
.cases ul>li{ width:366px; float:left; margin-left:51px; box-shadow:0px 1px 15px 1px rgba(0,0,0,0.1); border-radius:10px; margin-bottom:51px; padding-bottom:30px; overflow:hidden;}
.cases ul>li:nth-child(3n+1){ margin-left:0;}
.cases ul>li:hover{ box-shadow:0px 1px 15px 1px rgba(14,140,122,0.3);}
.cases ul>li .img{ width:366px; height:190px; border-radius:0 0 100% 100%; overflow:hidden;}
.cases ul>li .img>img{ width:100%; /*height:100%; object-fit:cover;*/}
.cases ul>li .desc{ margin-top:-40px; text-align:center;}
.cases ul>li .desc>span{ width:70px; height:70px; background:#fff; border:2px solid #0e8c7a; display:inline-block; vertical-align:middle; font-size:16px; color:#0e8c7a; border-radius:50%;}
.cases ul>li .desc>span>i{ width:80%; line-height:1.2; margin-top:15px;}
.cases ul>li .desc>em{ display:block; font-size:24px; font-weight:bold; margin:12px 0;}
.cases ul>li .desc>p{ width:300px; margin:0 auto; text-align:left; font-size:15px; line-height:1.8; color:#666; overflow:hidden; text-overflow:ellipsis; display:box; display:-webkit-box; line-clamp:3; -webkit-line-clamp:3; -webkit-box-orient:vertical;}
.cases ul>li i{ display:block; color:#0e8c7a; font-size:16px; margin:0 auto; text-align:center; margin-top:20px;}
.cases_views{ position:fixed; background:rgba(0,0,0,0.3); top:0; bottom:0; width:100%; z-index:9; display:none;}
.cases_views .views{ width:1200px; height:800px; box-shadow:0px 1px 15px 1px rgba(0,0,0,0.2); background:#fff; border-radius:10px; margin:auto; position:absolute; left:0; right:0; top:0; bottom:0;}
.cases_views .close{ background:url(../images/close.png) no-repeat; width:40px; height:40px; position:absolute; right:-60px; top:0; z-index:10; cursor:pointer;}
.cases_views .img{ width:100%; border-radius:10px 10px 0 0; height:350px; overflow:hidden;}
.cases_views .img>img{ width:100%; /*height:100%; object-fit:cover;*/}
.cases_views .l{ width:50%; float:left;}
.cases_views .l .desc_list{ padding:45px; text-align:left;}
.cases_views .l .desc_list>i{ width:50px; height:4px; background:#0e8c7a; display:block; margin-bottom:25px;}
.cases_views .l .desc_list>em{ font-size:26px; font-weight:bold; display:block; margin-bottom:15px;}
.cases_views .l .desc_list>.desc{ font-size:16px; line-height:2;}
.cases_views .r{ background:#efefef; width:50%; float:left; border-radius:0 0 10px 0;}
.cases_views .r .desc_list{ padding:45px; text-align:left;}
.cases_views .r .desc_list>i{ width:50px; height:4px; background:#0e8c7a; display:block; margin-bottom:25px;}
.cases_views .r .desc_list>em{ font-size:26px; font-weight:bold; display:block; margin-bottom:15px;}
.cases_views .r .desc_list>.desc{ font-size:16px; line-height:2;}

/*dis_news*/
.news_title{ font-size:36px; text-align:left; line-height:1.6;}
.news_date{ text-align:left; line-height:2; color:#808080; margin-top:10px;}
.news_content{ text-align:left; border-top:1px solid rgba(163,177,191,0.25); padding-top:30px; margin-top:20px;}
.news_content img{ max-width:100%; height:auto!important;}
.news_content iframe{ max-width:100%; height:auto;}
.news_content video{ max-width:100%; height:auto;}

/*follow*/
.follow{margin-bottom: 70px; margin-top: 50px;}
.follow>em{font-size: 30px; font-weight: bold; display: block; text-align: center;}
.follow ul{display: flex; justify-content: space-between; margin-top: 40px;}
.follow ul>li{width: 580px;}
.follow ul>li img{width: 580px; height: auto; box-shadow: 0 3px 15px 2px rgba(0,0,0,.4); transition:all 0.5s; -ms-transition:all 0.5s; border-radius: 10px;}
.follow ul>li:hover img{box-shadow: 0 3px 20px 3px rgba(0,0,0,.5);}

/*pages*/
.pages{ width:100%; margin:0 auto; margin-top:20px; text-align:center;}
.pages .pages_m_box{ display:none;}
.pages a{ border:1px solid rgba(163,177,191,0.25); width:34px; height:36px; line-height:36px; margin:0 10px; display:inline-block;}
.pages a:hover,a.active{ background:rgba(0,210,161,0.1); color:#00d2a1; border-color:rgba(0,210,161,0.25);}
.pages span{ border:1px solid rgba(163,177,191,0.25); width:34px; height:36px; line-height:36px; margin:0 10px; display:inline-block; cursor:pointer;}
.pages span:hover,span.active{ background:rgba(0,210,161,0.1); color:#00d2a1; border-color:rgba(0,210,161,0.25);}

/*float*/
.float{ width:60px; position:fixed; right:12px; bottom:150px; z-index:9;}
.float a:nth-child(1){ margin-bottom:7px; display:block; line-height:1;}
.float_apply{ width:295px; box-shadow:0px 1px 15px 1px rgba(0,0,0,0.2); position:fixed; right:100px; top:130px; background:#fff; border-radius:5px; z-index:9; overflow:hidden; display:none;}
.float_apply>em{ background:#009788; height:60px; line-height:60px; text-align:left; color:#fff; font-size:20px; font-weight:bold; display:block; padding-left:30px;}
.float_apply>em>i{ display:inline-block; font-size:36px; font-weight:bold; float:right; position:relative; top:-3px; right:18px; cursor:pointer;}
.float_apply>.apply{ padding:25px 30px;}
.float_apply>.apply .apply_box{ margin-bottom:10px; text-align:left;}
.float_apply>.apply .apply_box>em{ color:#666; font-size:16px; display:block; margin-bottom:5px;}
.float_apply>.apply .apply_box>input[type="text"]{ width:240px; background:#f5f5f5; height:30px; line-height:30px; color:#333; font-size:15px; text-indent:10px; border:0; border-radius:3px;}
.float_apply>.apply .apply_box>input[type="submit"]{ width:240px; background:#009788; height:48px; line-height:48px; color:#fff; font-size:16px; border:0; border-radius:3px;}
.float_apply>.apply .apply_box>textarea{ width:236px; background:#f5f5f5; height:80px; line-height:1.8; font-size:15px; border:0; border-radius:3px;}
.float_apply>.apply p{ text-align:left; color:#888;}

/*nav*/
#footer_nav{ background:#111;}
#footer_nav .footer_nav_con{ width:100%; height:95px; margin:0 auto; padding:36px 0; color:#fff; border-bottom:1px solid #3a3a3a; overflow:hidden;}
#footer_nav .footer_nav_con a{ color:#fff;}
#footer_nav .footer_nav_con a:hover{ color:#fff;}
#footer_nav .footer_nav_con .contact{ float:left; width:220px; height:100%; font-size:16px; border-right:1px dashed #757575;}
#footer_nav .footer_nav_con .contact>span{ display:block;}
#footer_nav .footer_nav_con .contact>p{ font-size:26px; margin-top:10px;}
#footer_nav .footer_nav_con .list{ float:left; margin-left:8px;}
#footer_nav .footer_nav_con .list>ul{ margin-top:36px;}
#footer_nav .footer_nav_con .list>ul>li{ float:left; padding:0 20px;}
#footer_nav .footer_nav_con .qcode{ float:right; height:100%; border-left:1px dashed #757575;}
#footer_nav .footer_nav_con .qcode ul{ float:left; margin:0 39px;}
#footer_nav .footer_nav_con .qcode ul>li{ margin-bottom:15px;}
#footer_nav .footer_nav_con .qcode img{ float:right; max-width:63px; margin-top:15px;}

/*footer*/
#footer{ padding:20px 0; background:#111; color:#c7c7c7;}
#footer a{ color:#c7c7c7;}
#footer a:hover{ color:#fff;}
#footer .footer_con{ margin:0 auto; text-align:center;}
#footer .footer_icp>img{ position:relative; top:4px; margin-right:5px;}

/*media*/
@media (min-width:769px){
  .header{ height:0; display:none;}
}

/*public*/
@media screen and (max-width:768px) {
  html,body{ overflow:auto; overflow-x:hidden;}
  #header{ display:none;}
  .container{ min-width:100%; width:100%;}
  .con{ padding:0 15px 20px 15px;}
  .header{ width:100%; height:60px; line-height:60px; background:#061b1d; position:fixed; z-index:999;}
  .header .m_logo img{ height:30px; padding:14px 10px;}
  .header .nav{ height:100%; background:#fff; position: absolute; top:60px; width:100%; border-top:1px solid #f0f0f0; overflow-y:scroll!important; display:none;}
  .header .nav>ul>li a{ display:block; font-size:15px; color:#454545; line-height:16px; text-align:left; padding:12px 20px; border-bottom:1px solid #f0f0f0;}
  .header .nav>ul>li a span{ font-family:Arial, Helvetica, sans-serif; display:block; font-size:10px;}
  .header .nav>ul>li a:hover{ background:#0e8c7a; color:#fff;}
  .header .nav>ul>li i{ float:right;}
  .header .nav>ul>li dl{ display:none;}
  .header .nav>ul>li dl>dd>em{ display:block; color:#454545; text-align:left; height:42px; line-height:42px; border-bottom:1px solid #f0f0f0; text-indent:35px; font-weight:bold;font-size:1.15em;color:#000;}
  .header .nav>ul>li dl>dd>ul>li>a{ text-indent:15px; font-size:14px; font-weight:normal;}
  .header .header_icon{ position:fixed; top:0; right:0; height:60px; width:60px; overflow:hidden; text-indent:100%; white-space:nowrap; color:transparent;}
  .header .header_icon span,.header .header_icon span::after,.header .header_icon span::before { position:absolute; background-color:#fff; height:2px; width:25px;}
  .header .header_icon span{left:50%; top:50%; bottom:auto; right:auto; -webkit-transform:translateX(-50%) translateY(-50%); -ms-transform:translateX(-50%) translateY(-50%); transform:translateX(-50%) translateY(-50%); -webkit-transition:background-color .3s; transition:background-color .3s;}
  .header .header_icon span::after,.header .header_icon span::before{ content:''; left:0; -webkit-transition:-webkit-transform .3s; transition:-webkit-transform .3s; transition:transform .3s; transition:transform .3s,-webkit-transform .3s;}
  .header .header_icon span::before{ -webkit-transform:translateY(-9px); -ms-transform:translateY(-9px); transform:translateY(-9px);}
  .header .header_icon span::after{ -webkit-transform:translateY(9px); -ms-transform:translateY(9px); transform:translateY(9px);}
  .header_top{ height:60px;}
  .banner{ height:280px; background-size:cover; top:0; margin-bottom:0;}
  .banner .swiper-pagination{ bottom:5px;}
  .banner .swiper-pagination-bullet{ margin:0 4px !important;}
  .banner .swiper-pagination-bullet{ width:8px; height:8px;}
  .banner .swiper-slide .desc{ letter-spacing:2px; transform:none; left:0; right:0; top:16%; text-align:center; margin:auto;}
  .banner .swiper-slide .desc>em{ font-size:14px;}
  .banner .swiper-slide .desc>span{ font-size:14px;}
  .banner .swiper-slide .desc>i{ font-size:20px; margin:10px 0;}
  .banner .swiper-slide .desc>i.font{ font-size:20px;}
  .banner .swiper-slide .desc>p{ font-size:16px;}
  .banner .swiper-button-prev{ left:10px;}
  .banner .swiper-button-next{ right:10px;}
  .banner_inside{ height:170px; background-size:cover; top:0; margin-bottom:0; overflow:hidden;}
  .banner_inside .desc{ width:45%; margin:0 auto; margin-top:30px; margin-left:15px;}
  .banner_inside .desc>em{ font-size:18px;}
  .banner_inside .desc>p{ margin-top:10px; line-height:1.8; overflow:hidden; text-overflow:ellipsis; display:box;
    display:-webkit-box; line-clamp:3; -webkit-line-clamp:3; -webkit-box-orient:vertical; width: 60%;}
  .banner_inside .desc_box{ width:60%;}
  .banner_inside .img{ width:45% !important; height:auto; margin-top:30px;; margin-right:10px;}
  .banner_inside .img>img{ width:100%; height:auto !important; margin-left: 0 !important; margin-top: 0 !important;}
  .banner_inside .swiper-button-prev{ left:10px;}
  .banner_inside .swiper-button-next{ right:10px;}
  .banner_inside .img_spec{ margin-top:0; width:45%;}
  .banner_inside .img_box{ margin-top:10px;}
  .banner_inside .img_max{ margin-top:20px;}
  .banner_inside .img_big{ margin-top:30px; width:45%; margin-right:10px;}
  .banner_img .desc{ width:45% !important;}

  /*home*/
  #home_solution{ padding:30px 0;}
  #home_solution .home_solution_dh{ font-size:20px;}
  #home_solution .home_solution_dh em{ font-size:22px; margin-top:10px;}
  #home_solution .home_solution_nav{ width:94%; margin:0 auto; margin-top:20px; border-radius:15px; background:#033836; overflow:hidden;}
  #home_solution .home_solution_nav ul{display: block; font-size: 0; text-align: left;}
  #home_solution .home_solution_nav ul>li{ width:33.333%; height:auto; line-height:1.4; background:none; font-size:15px; display: inline-block; text-align: center; border-bottom: 1px solid rgba(255,255,255,0.1); padding: 8px 0;}
  #home_solution .home_solution_nav ul>li.on{ background:#0d8a79;}
  #home_solution .home_solution_nav ul>li.on .img{ display:none;}
  #home_solution .home_solution_nav ul>li.on>span{ display:block;}
  #home_solution .home_solution_nav ul>li>span>i{font-size: 14px;}
  #home_solution .home_solution_nav ul>li:first-child{ border-radius:0;}
  #home_solution .home_solution_nav ul>li:last-child{ border-radius:0;}
  #home_solution .home_solution_con{ width:94%; margin:0 auto; margin-top:10px; height:auto; background-size:cover; background-position:50% center; padding-bottom:20px; border-radius:15px;}
  #home_solution .home_solution_con>.desc{ padding:20px 0 0 20px; width:80%;}
  #home_solution .home_solution_con>.desc>span{ font-size:18px;}
  #home_solution .home_solution_con>.desc>em{ font-size:20px; margin-top:2px;}
  #home_solution .home_solution_con>.desc>i{ margin:10px 0 10px 0;}
  #home_solution .home_solution_con>.desc>p{ width:60%; font-size:14px; line-height:1.8;}
  #home_solution .home_solution_con>.desc>a{ width:100px; height:32px; line-height:32px; font-size:14px; margin-top:10px;}

  #home_cases{ padding:30px 0; background-size:cover;}
  #home_cases .home_cases_dh{ font-size:20px;}
  #home_cases .home_cases_dh em{ font-size:22px; margin-top:10px;}
  #home_cases .home_cases_con{ width:92%; margin:0 auto; margin-top:20px;}
  #home_cases .home_cases_con>ul>li{ width:100%; margin-left:0; margin-bottom:10px;}
  #home_cases .home_cases_con>ul>li .desc{ padding:15px;}
  #home_cases .home_cases_con>ul>li .desc>em{ font-size:16px;}
  #home_cases .home_cases_con>ul>li .desc>.desc_con{ padding-top:15px; margin-top:15px;}
  #home_cases .home_cases_con>ul>li .desc>.desc_con>span{ font-size:18px;}

  #home_service{ padding:35px 0 20px 0;}
  #home_service .home_service_dh{ font-size:22px;}
  #home_service .home_service_con{ width:94%; margin:0 auto; margin-top:20px;}
  #home_service .home_service_con .dh{ font-size:18px; margin-bottom:15px;}
  #home_service .home_service_con ul>li{ width:48%; margin-left:4%; margin-bottom:4%; height:auto;}
  #home_service .home_service_con ul>li:nth-child(2n+1){ margin-left:0;}
  #home_service .home_service_con ul>li>.desc{ padding:10px;}
  #home_service .home_service_con ul>li>.desc>img{ width:46px; height:auto; float:none;}
  #home_service .home_service_con ul>li>.desc>.desc_con{ width:100%; font-size:15px; float:none; text-align:center;}
  #home_service .home_service_con ul>li>.desc>.desc_con i{ font-size:26px; top:0;}
  #home_service .home_service_con .dh:nth-child(4){ margin-top:10px;}
  #home_service .home_service_con ul:nth-child(5)>li>.desc>.desc_con i{ font-size:26px;}
  #home_service .home_service_con ul:nth-child(5)>li>.desc>.desc_con{ font-size:15px;}

  #home_news{ padding:35px 0;}
  #home_news .home_news_dh{ font-size:22px;}
  #home_news .home_news_con{ width:88%; margin:0 auto; margin-top:20px; padding:3%;}
  #home_news .home_news_con .l{ width:100%; float:none;}
  #home_news .home_news_con .l>.img{ width:100%; height:160px;}
  #home_news .home_news_con .r{ width:100%; float:none; margin-top:10px;}
  #home_news .home_news_con .r>ul>li{ padding-bottom:10px; margin-bottom:10px;}
  #home_news .home_news_con .r>ul>li>.img{ width:34%; height:70px;}
  #home_news .home_news_con .r>ul>li>.desc{ width:62%;}
  #home_news .home_news_con .r>ul>li>.desc>a>span{ font-size:15px;}

  /*content*/
  /*right*/
  #right{ width:100%;}
  #right .right_dh{ margin:0; font-size:16px; position:relative; padding-top:5px;}
  #right .right_con{ min-height:320px; padding:0; padding-top:15px;}
  #right .right_con img{ max-width:100%; padding:0 !important;}
  #right .right_con iframe{ max-width:100%; height:auto;}
  #right .right_con table{ width:100% !important;}
  #right .right_dh_r{ display:none;}
  #right .right_icon { position:absolute; top:5px; right:0; height:30px; width:30px; overflow:hidden; text-indent:100%; white-space:nowrap; color:transparent;}
  #right .right_icon span{ width:5px; height:5px; border-radius:50%; background:#222; display:block; float:right; position:relative; top:18px; margin-left:4px;}

  /*left*/
  #left{ height:42px;}
  #left ul{ white-space:nowrap; overflow-x:scroll; margin:0 auto; width:94%;}
  #left ul>li{ display:inline-block; float:none;}
  #left ul>li>a{ height:42px; line-height:42px; margin-right:20px; font-size:15px;}
  #left form{ float:none; margin:0 auto; width:90%;}
  #left form>input[type="text"]{ width:calc(100% - 120px);}

  /*qzycloud*/
  .qzycloud_1{ width:94%; margin:0 auto; padding:30px 0 20px 0;}
  .qzycloud_1 em{ font-size:18px;}
  .qzycloud_1 .desc_list{ margin-top:20px;}
  .qzycloud_1 .desc_list img{ width:100%; height:auto; margin-left:0;}
  .qzycloud_2{ padding:30px 0 20px 0; height: 1000px; background: url("../images/qzycloud_pic18_phone.png"); background-size: cover;}
  .qzycloud_2_not_index {height: 1050px !important;}
  .qzycloud_2 em{ width:94%; margin:0 auto !important; font-size:18px;}
  .qzycloud_2 p{ width:94%; margin:0 auto; font-size:14px; margin-top:5px;}
  .qzycloud_2 > .container {height: 1250px !important;}
  .qzycloud_2 > .container > .first-title {margin-top: 50px !important; display: none;}
  .qzycloud_2 > .container > .qzycloud_2_desc1 {display: none;}
  .qzycloud_2 > .container > .qzycloud_2_desc2 {margin-top: 0 !important;}
  .qzycloud_2 > .container > .first-title-phone {display: block !important;}
  .qzycloud_2 > .container > .qzycloud_2_desc1-phone {display: block !important; margin-top: 0;}
  .qzycloud_2 .desc_list{ width:94%; margin:0 auto; margin-top:20px; text-align:center;}
  .qzycloud_2 .desc_list img{ max-width:100%; height:auto; margin-left:0;}
  .qzycloud_3{ width:94%; margin:0 auto; padding:30px 0 20px 0;}
  .qzycloud_3 em{ font-size:18px; margin-bottom:0;}
  .qzycloud_3 .img{ width:100%; float:none;}
  .qzycloud_3 .desc{ width:100%; float:none; margin-top:10px;}
  .qzycloud_3 .desc>ul>li{ margin-bottom:10px; margin-left:20px;}
  .qzycloud_3 .desc>ul>li:nth-child(1){ margin-left:20px;}
  .qzycloud_3 .desc>ul>li:nth-child(2){ margin-left:20px;}
  .qzycloud_3 .desc>ul>li:nth-child(3){ margin-left:20px;}
  .qzycloud_3 .desc>ul>li>span{ font-size:15px;}
  .qzycloud_3 .desc>ul>li>p{ font-size:14px;}
  .qzycloud_4{ padding:30px 0 20px 0;}
  .qzycloud_4 em{ width:94%; margin:0 auto; font-size:18px;}
  .qzycloud_4 p{ width:94%; margin:0 auto; font-size:14px; margin-top:10px;}
  .qzycloud_4 .desc_list{ width:94%; margin:0 auto; margin-top:20px; text-align:center;}
  .qzycloud_5{ width:94%; margin:0 auto; padding:30px 0 20px 0;}
  .qzycloud_5 em{ font-size:18px;}
  .qzycloud_5 .desc_list{ width:94%; margin:0 auto; margin-top:20px; text-align:center;}
  .qzycloud_6{ padding:30px 0 20px 0;}
  .qzycloud_6 .desc_list{ width:94%; margin:0 auto; margin-top:20px; text-align:center;}
  .qzycloud_6 .desc_list img:nth-child(2){ margin-left:0; margin-top:20px;}
  .qzycloud_7{ width:100%; margin:0 auto; padding:30px 0 20px 0;}
  .qzycloud_7 em{ font-size:18px; margin-left: 3%;}
  .qzycloud_7 ul{ margin-top:0px;}
  .qzycloud_7 ul>li{ width:100%; flex-wrap: wrap; height: 415px; margin: 10px;}
  .qzycloud_7 ul>li>img{ width:100%; height:250px;}
  .qzycloud_7 ul>li>span{ font-size:17px; margin:0; font-size: 20px;}
  .qzycloud_7 ul>li>p{ font-size:15px;}
  .qzycloud_7 ul>li>div>span{font-size: 20px;}
  .qzycloud_7 ul>li>div>p {margin-top: 0;}

  .index_qzycloud_2_design {margin-bottom: 90px !important;}
  .qzycloud_2_design {flex-wrap: wrap; justify-content: space-evenly; margin-top: 0; margin-bottom: 45px;}
  .qzycloud_2_design_not_index {margin-bottom: 75px !important;;}
  .qzycloud_2_design_item {width: calc(50% - 30px); margin-bottom: 14px; height: 180px; padding: 0 5px;}
  .qzycloud_2_design_item img {width: 41px; height: 50px;}
  .qzycloud_2_design_item_span1 {font-size: 18px;}
  .qzycloud_2_design_item_span2 {font-size: 16px;}
  .qzycloud_2_sfm_item_p1 {text-align: center;}
  .qzycloud_2_sfm {flex-wrap: wrap; justify-content: space-evenly; margin-top: 0;}
  .qzycloud_2_sfm_item {width: calc(50% - 30px); margin-bottom: 14px; height: 200px; padding: 0 5px;}
  .qzycloud_2_sfm_item img {width: 45px; height: 50px;}
  .qzycloud_3_content {width: 100%; flex-wrap: wrap;}
  .qzycloud_3_content_item {margin-top: 10px !important;}
  .qzycloud_3_title {height: 42px; line-height: 42px; font-size: 30px;}
  .qzycloud_3_content_right > img {width: 100% !important; height: auto !important;}

  /*edge4g*/
  .edge4g_1{ width:94%; margin:0 auto; padding:30px 0 20px 0;}
  .edge4g_1 em{ font-size:18px;}
  .edge4g_1 img{ margin-top:20px;}
  .edge4g_2{ padding:30px 0 20px 0;}
  .edge4g_2 em{ width:94%; margin:0 auto; font-size:18px;}
  .edge4g_2 ul{ margin-top:20px;}
  .edge4g_2 ul>li{ width:100%; float:none; margin-bottom:20px;}
  .edge4g_2 ul>li>img{ width:80px; height:auto;}
  .edge4g_2 ul>li>span{ font-size:17px; margin:5px 0;}
  .edge4g_2 ul>li>p{ font-size:14px;}
  .edge4g_3{ padding:30px 0 20px 0;}
  .edge4g_3 em{ width:94%; margin:0 auto; font-size:18px;}
  .edge4g_3 ul{ width:94%; margin:0 auto; margin-top:20px;}
  .edge4g_3 ul>li{ height:auto; line-height:1.8; font-size:14px; padding:10px 0;}
  .edge4g_3 ul>li>i{ width:92%; text-indent:0; padding:0 4%; border:0;}
  .edge4g_3 ul>li>span{ width:92%; text-indent:0; padding:0 4%;}

  /*edge5g*/
  .edge5g_1{ width:94%; margin:0 auto; padding:30px 0 20px 0;}
  .edge5g_1 em{ font-size:18px;}
  .edge5g_1 .desc_list{ margin-top:20px;}
  .edge5g_1 .desc_list>.img{ width:80%; margin:0 auto; float:none;}
  .edge5g_1 .desc_list>.desc{ width:100%; margin:0 auto; float:none; margin-top:20px; font-size:14px;}
  .edge5g_1 .desc_list>.desc>em{ font-size:17px; margin-bottom:10px;}
  .edge5g_2{ padding:30px 0 20px 0;}
  .edge5g_2 em{ width:94%; margin:0 auto; font-size:18px;}
  .edge5g_2 ul{ margin-top:20px;}
  .edge5g_2 ul>li{ width:100%; float:none; margin-bottom:20px;}
  .edge5g_2 ul>li>img{ width:80px; height:auto;}
  .edge5g_2 ul>li>span{ font-size:17px; margin:5px 0;}
  .edge5g_2 ul>li>p{ font-size:14px;}
  .edge5g_3{ padding:30px 0 20px 0;}
  .edge5g_3 em{ width:94%; margin:0 auto; font-size:18px;}
  .edge5g_3 ul{ width:94%; margin:0 auto; margin-top:20px;}
  .edge5g_3 ul>li{ height:auto; line-height:1.8; font-size:14px; padding:10px 0;}
  .edge5g_3 ul>li>i{ width:92%; text-indent:0; padding:0 4%; border:0;}
  .edge5g_3 ul>li>span{ width:92%; text-indent:0; padding:0 4%;}
  .edge5g_logo .logo_1{padding: 15px; width: 94%; margin: 0 auto; box-sizing: border-box; border-radius: 20px 0 20px 0;}
  .edge5g_logo .logo_1 em{ font-size:18px;}
  .edge5g_logo .logo_1 .desc_list{margin-top: 15px;}
  .edge5g_logo .logo_1 .desc_list>ul>li{width: 32%; margin-left: 2%; margin-bottom: 2%; box-sizing: border-box;}
  .edge5g_logo .logo_1 .desc_list>ul>li:nth-child(8n+1){margin-left: 2%;}
  .edge5g_logo .logo_1 .desc_list>ul>li:nth-child(3n+1){margin-left: 0;}
  .edge5g_logo .logo_1 .desc_list>ul>li>.img{width: 100%; height: 50px;}
  .edge5g_logo .logo_2{padding: 15px; width: 94%; margin: 0 auto; box-sizing: border-box; border-radius: 20px 0 20px 0; margin-top: 20px;}
  .edge5g_logo .logo_2 em{ font-size:18px;}
  .edge5g_logo .logo_2 .desc_list{margin-top: 15px;}
  .edge5g_logo .logo_2 .desc_list>ul>li{width: 32%; margin-left: 2%; margin-bottom: 2%; box-sizing: border-box;}
  .edge5g_logo .logo_2 .desc_list>ul>li:nth-child(7n+1){margin-left: 2%;}
  .edge5g_logo .logo_2 .desc_list>ul>li:nth-child(3n+1){margin-left: 0;}
  .edge5g_logo .logo_2 .desc_list>ul>li>.img{width: 100%; height: 50px;}
  .edge5g_logo .logo_3{padding: 15px; width: 94%; margin: 0 auto; box-sizing: border-box; border-radius: 20px 0 20px 0; margin-top: 20px;}
  .edge5g_logo .logo_3 em{ font-size:18px;}
  .edge5g_logo .logo_3 .desc_list{margin-top: 15px;}
  .edge5g_logo .logo_3 .desc_list>ul>li{width: 32%; margin-left: 2%; margin-bottom: 2%; box-sizing: border-box;}
  .edge5g_logo .logo_3 .desc_list>ul>li:nth-child(8n+1){margin-left: 2%;}
  .edge5g_logo .logo_3 .desc_list>ul>li:nth-child(3n+1){margin-left: 0;}
  .edge5g_logo .logo_3 .desc_list>ul>li>.img{width: 100%; height: 50px;}

  /*dlm*/
  .dlm_1{ width:100%; margin:0 auto; padding:25px 0;}
  .dlm_1 em{ font-size:18px;}
  .dlm_1 p{ font-size:15px; margin-top:5px;}
  .dlm_1 .desc_list{ width: 94%; margin:20px auto;}
  .dlm_1 .desc_list>ul>li{ width: 31%; margin-bottom:3.5%; margin-left: 3.5%; padding: 10px;}
  .dlm_1 .desc_list>ul>li:nth-child(7n+1){ margin-left: 3.5%;}
  .dlm_1 .desc_list>ul>li:nth-child(3n+1){ margin-left: 0;}
  .dlm_1 .desc_list>ul>li>img{ width:46px; height:auto;}
  .dlm_1 .desc_list>ul>li>span{ font-size:15px; margin-top: 0;}
  .dlm_2{ padding:50px 0 30px 0; margin-top: -30px;}
  .dlm_2 em{ font-size:18px; width:94%; margin:0 auto;}
  .dlm_2 .img{margin-top: 20px;}
  .dlm_3{ padding:50px 0 50px 0; margin-top: -65px;}
  .dlm_3 em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px;}
  .dlm_3 p{ font-size:18px; margin-top: 10px;}
  .dlm_3 .desc_list{display: block; margin-top: 20px;}
  .dlm_3 .desc_list .l{width: 94%; margin: 0 auto;}
  .dlm_3 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .dlm_3 .desc_list .r .desc>span{font-size: 15px;}
  .dlm_3 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .dlm_3 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .dlm_3 .desc_list .r>.desc>ul>li>span{font-size: 15px;}
  .dlm_4{ padding:50px 0 50px 0; margin-top: -10px; position: relative;}
  .dlm_4 .desc_dh{padding: 22px 0 30px 0;}
  .dlm_4 .desc_dh img{width: 60px; top: -60px; position: absolute; left: 0; right: 0; margin: 0 auto;}
  .dlm_4 .desc_dh em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px;}
  .dlm_4 .desc_dh p{ font-size:18px; margin-top: 10px;}
  .dlm_4 .desc_list{ padding: 140px 0 100px 0;}
  .dlm_4 .desc_list .container{display: block;}
  .dlm_4 .desc_list .l{width: 94%; margin: 0 auto;}
  .dlm_4 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .dlm_4 .desc_list .r>.desc>span{font-size: 15px;}
  .dlm_4 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .dlm_4 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .dlm_4 .desc_list .r>.desc>ul>li>span{font-size: 15px;}
  .dlm_5{ padding:50px 0 50px 0; margin-top: -110px;}
  .dlm_5 em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px; margin-top: -65px;}
  .dlm_5 em>img{width: 30px; top: -15px; right: -15px;}
  .dlm_5 p{ font-size:18px; margin-top: 10px;}
  .dlm_5 .desc_list{display: block; margin-top: 20px;}
  .dlm_5 .desc_list .l{width: 94%; margin: 0 auto;}
  .dlm_5 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .dlm_5 .desc_list .r .desc>span{font-size: 15px;}
  .dlm_5 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .dlm_5 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .dlm_5 .desc_list .r>.desc>ul>li>span{font-size: 15px;}
  .dlm_6{ padding:50px 0 50px 0; margin-top: -10px; position: relative;}
  .dlm_6 .desc_dh{padding: 22px 0 30px 0;}
  .dlm_6 .desc_dh img{width: 60px; top: -60px; position: absolute; left: 0; right: 0; margin: 0 auto;}
  .dlm_6 .desc_dh em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px;}
  .dlm_6 .desc_dh em>img{width: 30px; top: -15px; right: -15px; left: auto;}
  .dlm_6 .desc_dh p{ font-size:18px; margin-top: 10px;}
  .dlm_6 .desc_list{ padding: 140px 0 100px 0;}
  .dlm_6 .desc_list .container{display: block;}
  .dlm_6 .desc_list .l{width: 94%; margin: 0 auto;}
  .dlm_6 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .dlm_6 .desc_list .r>.desc>span{font-size: 15px;}
  .dlm_6 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .dlm_6 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .dlm_6 .desc_list .r>.desc>ul>li>span{font-size: 15px;}
  .dlm_7{ padding:50px 0 50px 0; margin-top: -110px;}
  .dlm_7 em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px; margin-top: -65px;}
  .dlm_7 em>img{width: 30px; top: -15px; right: -15px;}
  .dlm_7 p{ font-size:18px; margin-top: 10px;}
  .dlm_7 .desc_list{display: block; margin-top: 20px;}
  .dlm_7 .desc_list .l{width: 94%; margin: 0 auto;}
  .dlm_7 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .dlm_7 .desc_list .r .desc>span{font-size: 15px;}
  .dlm_7 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .dlm_7 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .dlm_7 .desc_list .r>.desc>ul>li>span{font-size: 15px;}
  .dlm_8{ padding:50px 0 0 0; margin-top: -10px; position: relative;}
  .dlm_8 .desc_dh{padding: 22px 0 30px 0;}
  .dlm_8 .desc_dh img{width: 60px; top: -60px; position: absolute; left: 0; right: 0; margin: 0 auto;}
  .dlm_8 .desc_dh em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px;}
  .dlm_8 .desc_dh em>img{width: 30px; top: -15px; right: -15px; left: auto;}
  .dlm_8 .desc_dh p{ font-size:18px; margin-top: 10px;}
  .dlm_8 .desc_list{ padding: 140px 0 20px 0;}
  .dlm_8 .desc_list .container{display: block;}
  .dlm_8 .desc_list .l{width: 94%; margin: 0 auto;}
  .dlm_8 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .dlm_8 .desc_list .r>.desc>span{font-size: 15px;}
  .dlm_8 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .dlm_8 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .dlm_8 .desc_list .r>.desc>ul>li>span{font-size: 15px;}

  /*iot*/
  .iot_1{ width:100%; margin:0 auto; padding:25px 0;}
  .iot_1 em{ font-size:18px;}
  .iot_1 p{ font-size:15px; margin-top:5px;}
  .iot_1 .desc_list{ width: 94%; margin:20px auto;}
  .iot_1 .desc_list>ul>li{ width: 31%; margin-bottom:3.5%; margin-left: 3.5%; padding: 10px;}
  .iot_1 .desc_list>ul>li:nth-child(7n+1){ margin-left: 3.5%;}
  .iot_1 .desc_list>ul>li:nth-child(3n+1){ margin-left: 0;}
  .iot_1 .desc_list>ul>li>img{ width:46px; height:auto;}
  .iot_1 .desc_list>ul>li>span{ font-size:15px; margin-top: 0;}
  .iot_2{ padding:50px 0 30px 0; margin-top: -30px;}
  .iot_2 em{ font-size:18px; width:94%; margin:0 auto;}
  .iot_2 .img{margin-top: 20px;}
  .iot_3{ padding:50px 0 50px 0; margin-top: -65px;}
  .iot_3 em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px;}
  .iot_3 p{ font-size:18px; margin-top: 10px;}
  .iot_3 .desc_list{display: block; margin-top: 20px;}
  .iot_3 .desc_list .l{width: 94%; margin: 0 auto;}
  .iot_3 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .iot_3 .desc_list .r .desc>span{font-size: 15px;}
  .iot_3 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .iot_3 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .iot_3 .desc_list .r>.desc>ul>li>span{font-size: 15px;}
  .iot_4{ padding:50px 0 50px 0; margin-top: -10px; position: relative;}
  .iot_4 .desc_dh{padding: 22px 0 30px 0;}
  .iot_4 .desc_dh img{width: 60px; top: -60px; position: absolute; left: 0; right: 0; margin: 0 auto;}
  .iot_4 .desc_dh em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px;}
  .iot_4 .desc_dh p{ font-size:18px; margin-top: 10px;}
  .iot_4 .desc_list{ padding: 140px 0 100px 0;}
  .iot_4 .desc_list .container{display: block;}
  .iot_4 .desc_list .l{width: 94%; margin: 0 auto;}
  .iot_4 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .iot_4 .desc_list .r>.desc>span{font-size: 15px;}
  .iot_4 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .iot_4 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .iot_4 .desc_list .r>.desc>ul>li>span{font-size: 15px;}
  .iot_5{ padding:50px 0 50px 0; margin-top: -110px;}
  .iot_5 em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px; margin-top: -65px;}
  .iot_5 em>img{width: 30px; top: -15px; right: -15px;}
  .iot_5 p{ font-size:18px; margin-top: 10px;}
  .iot_5 .desc_list{display: block; margin-top: 20px;}
  .iot_5 .desc_list .l{width: 94%; margin: 0 auto;}
  .iot_5 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .iot_5 .desc_list .r .desc>span{font-size: 15px;}
  .iot_5 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .iot_5 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .iot_5 .desc_list .r>.desc>ul>li>span{font-size: 15px;}
  .iot_6{ padding:50px 0 50px 0; margin-top: -10px; position: relative;}
  .iot_6 .desc_dh{padding: 22px 0 30px 0;}
  .iot_6 .desc_dh img{width: 60px; top: -60px; position: absolute; left: 0; right: 0; margin: 0 auto;}
  .iot_6 .desc_dh em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px;}
  .iot_6 .desc_dh em>img{width: 30px; top: -15px; right: -15px; left: auto;}
  .iot_6 .desc_dh p{ font-size:18px; margin-top: 10px;}
  .iot_6 .desc_list{ padding: 140px 0 100px 0;}
  .iot_6 .desc_list .container{display: block;}
  .iot_6 .desc_list .l{width: 94%; margin: 0 auto;}
  .iot_6 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .iot_6 .desc_list .r>.desc>span{font-size: 15px;}
  .iot_6 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .iot_6 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .iot_6 .desc_list .r>.desc>ul>li>span{font-size: 15px;}
  .iot_7{ padding:50px 0 50px 0; margin-top: -110px;}
  .iot_7 em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px; margin-top: -65px;}
  .iot_7 em>img{width: 30px; top: -15px; right: -15px;}
  .iot_7 p{ font-size:18px; margin-top: 10px;}
  .iot_7 .desc_list{display: block; margin-top: 20px;}
  .iot_7 .desc_list .l{width: 94%; margin: 0 auto;}
  .iot_7 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .iot_7 .desc_list .r .desc>span{font-size: 15px;}
  .iot_7 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .iot_7 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .iot_7 .desc_list .r>.desc>ul>li>span{font-size: 15px;}
  .iot_8{ padding:50px 0 50px 0; margin-top: -10px; position: relative;}
  .iot_8 .desc_dh{padding: 22px 0 30px 0;}
  .iot_8 .desc_dh img{width: 60px; top: -60px; position: absolute; left: 0; right: 0; margin: 0 auto;}
  .iot_8 .desc_dh em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px;}
  .iot_8 .desc_dh em>img{width: 30px; top: -15px; right: -15px; left: auto;}
  .iot_8 .desc_dh p{ font-size:18px; margin-top: 10px;}
  .iot_8 .desc_list{ padding: 140px 0 100px 0;}
  .iot_8 .desc_list .container{display: block;}
  .iot_8 .desc_list .l{width: 94%; margin: 0 auto;}
  .iot_8 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .iot_8 .desc_list .r>.desc>span{font-size: 15px;}
  .iot_8 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .iot_8 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .iot_8 .desc_list .r>.desc>ul>li>span{font-size: 15px;}
  .iot_9{ padding:50px 0 50px 0; margin-top: -110px;}
  .iot_9 em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px; margin-top: -65px;}
  .iot_9 em>img{width: 30px; top: -15px; right: -15px;}
  .iot_9 p{ font-size:18px; margin-top: 10px;}
  .iot_9 .desc_list{display: block; margin-top: 20px;}
  .iot_9 .desc_list .l{width: 94%; margin: 0 auto;}
  .iot_9 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .iot_9 .desc_list .r .desc>span{font-size: 15px;}
  .iot_9 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .iot_9 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .iot_9 .desc_list .r>.desc>ul>li>span{font-size: 15px;}
  .iot_10{ padding:50px 0 50px 0; margin-top: -10px; position: relative;}
  .iot_10 .desc_dh{padding: 22px 0 30px 0;}
  .iot_10 .desc_dh img{width: 60px; top: -60px; position: absolute; left: 0; right: 0; margin: 0 auto;}
  .iot_10 .desc_dh em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px;}
  .iot_10 .desc_dh em>img{width: 30px; top: -15px; right: -15px; left: auto;}
  .iot_10 .desc_dh p{ font-size:18px; margin-top: 10px;}
  .iot_10 .desc_list{ padding: 140px 0 100px 0;}
  .iot_10 .desc_list .container{display: block;}
  .iot_10 .desc_list .l{width: 94%; margin: 0 auto;}
  .iot_10 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .iot_10 .desc_list .r>.desc>span{font-size: 15px;}
  .iot_10 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .iot_10 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .iot_10 .desc_list .r>.desc>ul>li>span{font-size: 15px;}
  .iot_11{ padding:50px 0 50px 0; margin-top: -110px;}
  .iot_11 em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px; margin-top: -65px;}
  .iot_11 em>img{width: 30px; top: -15px; right: -15px;}
  .iot_11 p{ font-size:18px; margin-top: 10px;}
  .iot_11 .desc_list{display: block; margin-top: 20px;}
  .iot_11 .desc_list .l{width: 94%; margin: 0 auto;}
  .iot_11 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .iot_11 .desc_list .r .desc>span{font-size: 15px;}
  .iot_11 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .iot_11 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .iot_11 .desc_list .r>.desc>ul>li>span{font-size: 15px;}
  .iot_12{ padding:50px 0 50px 0; margin-top: -10px; position: relative;}
  .iot_12 .desc_dh{padding: 22px 0 30px 0;}
  .iot_12 .desc_dh img{width: 60px; top: -60px; position: absolute; left: 0; right: 0; margin: 0 auto;}
  .iot_12 .desc_dh em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px;}
  .iot_12 .desc_dh em>img{width: 30px; top: -15px; right: -15px; left: auto;}
  .iot_12 .desc_dh p{ font-size:18px; margin-top: 10px;}
  .iot_12 .desc_list{ padding: 140px 0 100px 0;}
  .iot_12 .desc_list .container{display: block;}
  .iot_12 .desc_list .l{width: 94%; margin: 0 auto;}
  .iot_12 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .iot_12 .desc_list .r>.desc>span{font-size: 15px;}
  .iot_12 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .iot_12 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .iot_12 .desc_list .r>.desc>ul>li>span{font-size: 15px;}
  .iot_13{ padding:50px 0 20px 0; margin-top: -110px;}
  .iot_13 em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px; margin-top: -65px;}
  .iot_13 em>img{width: 30px; top: -15px; right: -15px;}
  .iot_13 p{ font-size:18px; margin-top: 10px;}
  .iot_13 .desc_list{display: block; margin-top: 20px;}
  .iot_13 .desc_list .l{width: 94%; margin: 0 auto;}
  .iot_13 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .iot_13 .desc_list .r .desc>span{font-size: 15px;}
  .iot_13 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .iot_13 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .iot_13 .desc_list .r>.desc>ul>li>span{font-size: 15px;}
  .iot_14{padding: 15px; width: 94%; margin: 0 auto; box-sizing: border-box; border-radius: 20px 0 20px 0;}
  .iot_14 em{ font-size:18px;}
  .iot_14 .desc_list{margin-top: 15px;}
  .iot_14 .desc_list>ul>li{width: 32%; margin-left: 2%; margin-bottom: 2%; box-sizing: border-box;}
  .iot_14 .desc_list>ul>li:nth-child(8n+1){margin-left: 2%;}
  .iot_14 .desc_list>ul>li:nth-child(3n+1){margin-left: 0;}
  .iot_14 .desc_list>ul>li>.img{width: 100%; height: 50px;}
  .iot_15{padding: 15px; width: 94%; margin: 0 auto; box-sizing: border-box; border-radius: 20px 0 20px 0; margin-top: 20px;}
  .iot_15 em{ font-size:18px;}
  .iot_15 .desc_list{margin-top: 15px;}
  .iot_15 .desc_list>ul>li{width: 32%; margin-left: 2%; margin-bottom: 2%; box-sizing: border-box;}
  .iot_15 .desc_list>ul>li:nth-child(7n+1){margin-left: 2%;}
  .iot_15 .desc_list>ul>li:nth-child(3n+1){margin-left: 0;}
  .iot_15 .desc_list>ul>li>.img{width: 100%; height: 50px;}
  .iot_16{padding: 15px; width: 94%; margin: 0 auto; box-sizing: border-box; border-radius: 20px 0 20px 0; margin-top: 20px;}
  .iot_16 em{ font-size:18px;}
  .iot_16 .desc_list{margin-top: 15px;}
  .iot_16 .desc_list>ul>li{width: 32%; margin-left: 2%; margin-bottom: 2%; box-sizing: border-box;}
  .iot_16 .desc_list>ul>li:nth-child(8n+1){margin-left: 2%;}
  .iot_16 .desc_list>ul>li:nth-child(3n+1){margin-left: 0;}
  .iot_16 .desc_list>ul>li>.img{width: 100%; height: 50px;}
  .iot_17{padding: 15px; width: 94%; margin: 0 auto; box-sizing: border-box; border-radius: 20px 0 20px 0; margin-top: 20px; margin-bottom: 30px; display: block;}
  .iot_17 em{ font-size:18px; margin-right: 0;}
  .iot_17 .desc_list>ul{margin-top: 15px;}
  .iot_17 .desc_list>ul>li{width: 48%; margin-left: 4%; margin-bottom: 4%;}
  .iot_17 .desc_list>ul>li:nth-child(2n+1){margin-left: 0;}
  .iot_17 .desc_list>ul>li>span{padding: 0; width: 100%; text-align: center; font-size: 15px; margin: 0;}

  /*mpm*/
  .mpm_1{ width:100%; margin:0 auto; padding:25px 0;}
  .mpm_1 em{ font-size:18px;}
  .mpm_1 p{ font-size:15px; margin-top:5px;}
  .mpm_1 .desc_list{ width: 94%; margin:20px auto;}
  .mpm_1 .desc_list>ul>li{ width: 31%; margin-bottom:3.5%; margin-left: 3.5%; padding: 10px;}
  .mpm_1 .desc_list>ul>li:nth-child(7n+1){ margin-left: 3.5%;}
  .mpm_1 .desc_list>ul>li:nth-child(3n+1){ margin-left: 0;}
  .mpm_1 .desc_list>ul>li>img{ width:46px; height:auto;}
  .mpm_1 .desc_list>ul>li>span{ font-size:15px; margin-top: 0;}
  .mpm_2{ padding:50px 0 30px 0; margin-top: -30px;}
  .mpm_2 em{ font-size:18px; width:94%; margin:0 auto;}
  .mpm_2 .img{margin-top: 20px;}
  .mpm_3{ padding:50px 0 50px 0; margin-top: -65px;}
  .mpm_3 em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px;}
  .mpm_3 p{ font-size:18px; margin-top: 10px;}
  .mpm_3 .desc_list{display: block; margin-top: 20px;}
  .mpm_3 .desc_list .l{width: 94%; margin: 0 auto;}
  .mpm_3 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .mpm_3 .desc_list .r .desc>span{font-size: 15px;}
  .mpm_3 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .mpm_3 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .mpm_3 .desc_list .r>.desc>ul>li>span{font-size: 15px;}
  .mpm_4{ padding:50px 0 50px 0; margin-top: -10px; position: relative;}
  .mpm_4 .desc_dh{padding: 22px 0 30px 0;}
  .mpm_4 .desc_dh img{width: 60px; top: -60px; position: absolute; left: 0; right: 0; margin: 0 auto;}
  .mpm_4 .desc_dh em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px;}
  .mpm_4 .desc_dh p{ font-size:18px; margin-top: 10px;}
  .mpm_4 .desc_list{ padding: 140px 0 100px 0;}
  .mpm_4 .desc_list .container{display: block;}
  .mpm_4 .desc_list .l{width: 94%; margin: 0 auto;}
  .mpm_4 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .mpm_4 .desc_list .r>.desc>span{font-size: 15px;}
  .mpm_4 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .mpm_4 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .mpm_4 .desc_list .r>.desc>ul>li>span{font-size: 15px;}
  .mpm_5{ padding:50px 0 50px 0; margin-top: -110px;}
  .mpm_5 em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px; margin-top: -65px;}
  .mpm_5 em>img{width: 30px; top: -15px; right: -15px;}
  .mpm_5 p{ font-size:18px; margin-top: 10px;}
  .mpm_5 .desc_list{display: block; margin-top: 20px;}
  .mpm_5 .desc_list .l{width: 94%; margin: 0 auto;}
  .mpm_5 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .mpm_5 .desc_list .r .desc>span{font-size: 15px;}
  .mpm_5 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .mpm_5 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .mpm_5 .desc_list .r>.desc>ul>li>span{font-size: 15px;}
  .mpm_6{ padding:50px 0 50px 0; margin-top: -10px; position: relative;}
  .mpm_6 .desc_dh{padding: 22px 0 30px 0;}
  .mpm_6 .desc_dh img{width: 60px; top: -60px; position: absolute; left: 0; right: 0; margin: 0 auto;}
  .mpm_6 .desc_dh em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px;}
  .mpm_6 .desc_dh em>img{width: 30px; top: -15px; right: -15px; left: auto;}
  .mpm_6 .desc_dh p{ font-size:18px; margin-top: 10px;}
  .mpm_6 .desc_list{ padding: 140px 0 100px 0;}
  .mpm_6 .desc_list .container{display: block;}
  .mpm_6 .desc_list .l{width: 94%; margin: 0 auto;}
  .mpm_6 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .mpm_6 .desc_list .r>.desc>span{font-size: 15px;}
  .mpm_6 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .mpm_6 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .mpm_6 .desc_list .r>.desc>ul>li>span{font-size: 15px;}
  .mpm_7{ padding:50px 0 50px 0; margin-top: -110px;}
  .mpm_7 em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px; margin-top: -65px;}
  .mpm_7 em>img{width: 30px; top: -15px; right: -15px;}
  .mpm_7 p{ font-size:18px; margin-top: 10px;}
  .mpm_7 .desc_list{display: block; margin-top: 20px;}
  .mpm_7 .desc_list .l{width: 94%; margin: 0 auto;}
  .mpm_7 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .mpm_7 .desc_list .r .desc>span{font-size: 15px;}
  .mpm_7 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .mpm_7 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .mpm_7 .desc_list .r>.desc>ul>li>span{font-size: 15px;}
  .mpm_8{ padding:50px 0 50px 0; margin-top: -10px; position: relative;}
  .mpm_8 .desc_dh{padding: 22px 0 30px 0;}
  .mpm_8 .desc_dh img{width: 60px; top: -60px; position: absolute; left: 0; right: 0; margin: 0 auto;}
  .mpm_8 .desc_dh em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px;}
  .mpm_8 .desc_dh em>img{width: 30px; top: -15px; right: -15px; left: auto;}
  .mpm_8 .desc_dh p{ font-size:18px; margin-top: 10px;}
  .mpm_8 .desc_list{ padding: 140px 0 100px 0;}
  .mpm_8 .desc_list .container{display: block;}
  .mpm_8 .desc_list .l{width: 94%; margin: 0 auto;}
  .mpm_8 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .mpm_8 .desc_list .r>.desc>span{font-size: 15px;}
  .mpm_8 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .mpm_8 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .mpm_8 .desc_list .r>.desc>ul>li>span{font-size: 15px;}
  .mpm_9{ padding:50px 0 50px 0; margin-top: -110px;}
  .mpm_9 em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px; margin-top: -65px;}
  .mpm_9 em>img{width: 30px; top: -15px; right: -15px;}
  .mpm_9 p{ font-size:18px; margin-top: 10px;}
  .mpm_9 .desc_list{display: block; margin-top: 20px;}
  .mpm_9 .desc_list .l{width: 94%; margin: 0 auto;}
  .mpm_9 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .mpm_9 .desc_list .r .desc>span{font-size: 15px;}
  .mpm_9 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .mpm_9 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .mpm_9 .desc_list .r>.desc>ul>li>span{font-size: 15px;}
  .mpm_10{ padding:50px 0 0 0; margin-top: -10px; position: relative;}
  .mpm_10 .desc_dh{padding: 22px 0 30px 0;}
  .mpm_10 .desc_dh img{width: 60px; top: -60px; position: absolute; left: 0; right: 0; margin: 0 auto;}
  .mpm_10 .desc_dh em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px;}
  .mpm_10 .desc_dh em>img{width: 30px; top: -15px; right: -15px; left: auto;}
  .mpm_10 .desc_dh p{ font-size:18px; margin-top: 10px;}
  .mpm_10 .desc_list{ padding: 140px 0 20px 0;}
  .mpm_10 .desc_list .container{display: block;}
  .mpm_10 .desc_list .l{width: 94%; margin: 0 auto;}
  .mpm_10 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .mpm_10 .desc_list .r>.desc>span{font-size: 15px;}
  .mpm_10 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .mpm_10 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .mpm_10 .desc_list .r>.desc>ul>li>span{font-size: 15px;}

  /*dnc*/
  .dnc_1{ width:100%; margin:0 auto; padding:25px 0;}
  .dnc_1 em{ font-size:18px;}
  .dnc_1 p{ font-size:15px; margin-top:5px;}
  .dnc_1 .desc_list{ width: 94%; margin:20px auto;}
  .dnc_1 .desc_list>ul>li{ width: 31%; margin-bottom:3.5%; margin-left: 3.5%; padding: 10px;}
  .dnc_1 .desc_list>ul>li:nth-child(7n+1){ margin-left: 3.5%;}
  .dnc_1 .desc_list>ul>li:nth-child(3n+1){ margin-left: 0;}
  .dnc_1 .desc_list>ul>li>img{ width:46px; height:auto;}
  .dnc_1 .desc_list>ul>li>span{ font-size:15px; margin-top: 0;}
  .dnc_2{ padding:50px 0 30px 0; margin-top: -30px;}
  .dnc_2 em{ font-size:18px; width:94%; margin:0 auto;}
  .dnc_2 .img{margin-top: 20px;}
  .dnc_3{ padding:50px 0 50px 0; margin-top: -65px;}
  .dnc_3 em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px;}
  .dnc_3 p{ font-size:18px; margin-top: 10px;}
  .dnc_3 .desc_list{display: block; margin-top: 20px;}
  .dnc_3 .desc_list .l{width: 94%; margin: 0 auto;}
  .dnc_3 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .dnc_3 .desc_list .r .desc>span{font-size: 15px;}
  .dnc_3 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .dnc_3 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .dnc_3 .desc_list .r>.desc>ul>li>span{font-size: 15px;}
  .dnc_4{ padding:50px 0 50px 0; margin-top: -10px; position: relative;}
  .dnc_4 .desc_dh{padding: 22px 0 30px 0;}
  .dnc_4 .desc_dh img{width: 60px; top: -60px; position: absolute; left: 0; right: 0; margin: 0 auto;}
  .dnc_4 .desc_dh em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px;}
  .dnc_4 .desc_dh p{ font-size:18px; margin-top: 10px;}
  .dnc_4 .desc_list{ padding: 140px 0 100px 0;}
  .dnc_4 .desc_list .container{display: block;}
  .dnc_4 .desc_list .l{width: 94%; margin: 0 auto;}
  .dnc_4 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .dnc_4 .desc_list .r>.desc>span{font-size: 15px;}
  .dnc_4 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .dnc_4 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .dnc_4 .desc_list .r>.desc>ul>li>span{font-size: 15px;}
  .dnc_5{ padding:50px 0 50px 0; margin-top: -110px;}
  .dnc_5 em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px; margin-top: -65px;}
  .dnc_5 em>img{width: 30px; top: -15px; right: -15px;}
  .dnc_5 p{ font-size:18px; margin-top: 10px;}
  .dnc_5 .desc_list{display: block; margin-top: 20px;}
  .dnc_5 .desc_list .l{width: 94%; margin: 0 auto;}
  .dnc_5 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .dnc_5 .desc_list .r .desc>span{font-size: 15px;}
  .dnc_5 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .dnc_5 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .dnc_5 .desc_list .r>.desc>ul>li>span{font-size: 15px;}
  .dnc_6{ padding:50px 0 50px 0; margin-top: -10px; position: relative;}
  .dnc_6 .desc_dh{padding: 22px 0 30px 0;}
  .dnc_6 .desc_dh img{width: 60px; top: -60px; position: absolute; left: 0; right: 0; margin: 0 auto;}
  .dnc_6 .desc_dh em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px;}
  .dnc_6 .desc_dh em>img{width: 30px; top: -15px; right: -15px; left: auto;}
  .dnc_6 .desc_dh p{ font-size:18px; margin-top: 10px;}
  .dnc_6 .desc_list{ padding: 140px 0 100px 0;}
  .dnc_6 .desc_list .container{display: block;}
  .dnc_6 .desc_list .l{width: 94%; margin: 0 auto;}
  .dnc_6 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .dnc_6 .desc_list .r>.desc>span{font-size: 15px;}
  .dnc_6 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .dnc_6 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .dnc_6 .desc_list .r>.desc>ul>li>span{font-size: 15px;}
  .dnc_7{ padding:50px 0 50px 0; margin-top: -110px;}
  .dnc_7 em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px; margin-top: -65px;}
  .dnc_7 em>img{width: 30px; top: -15px; right: -15px;}
  .dnc_7 p{ font-size:18px; margin-top: 10px;}
  .dnc_7 .desc_list{display: block; margin-top: 20px;}
  .dnc_7 .desc_list .l{width: 94%; margin: 0 auto;}
  .dnc_7 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .dnc_7 .desc_list .r .desc>span{font-size: 15px;}
  .dnc_7 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .dnc_7 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .dnc_7 .desc_list .r>.desc>ul>li>span{font-size: 15px;}
  .dnc_8{ padding:50px 0 50px 0; margin-top: -10px; position: relative;}
  .dnc_8 .desc_dh{padding: 22px 0 30px 0;}
  .dnc_8 .desc_dh img{width: 60px; top: -60px; position: absolute; left: 0; right: 0; margin: 0 auto;}
  .dnc_8 .desc_dh em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px;}
  .dnc_8 .desc_dh em>img{width: 30px; top: -15px; right: -15px; left: auto;}
  .dnc_8 .desc_dh p{ font-size:18px; margin-top: 10px;}
  .dnc_8 .desc_list{ padding: 140px 0 100px 0;}
  .dnc_8 .desc_list .container{display: block;}
  .dnc_8 .desc_list .l{width: 94%; margin: 0 auto;}
  .dnc_8 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .dnc_8 .desc_list .r>.desc>span{font-size: 15px;}
  .dnc_8 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .dnc_8 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .dnc_8 .desc_list .r>.desc>ul>li>span{font-size: 15px;}
  .dnc_9{ padding:50px 0 50px 0; margin-top: -110px;}
  .dnc_9 em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px; margin-top: -65px;}
  .dnc_9 em>img{width: 30px; top: -15px; right: -15px;}
  .dnc_9 p{ font-size:18px; margin-top: 10px;}
  .dnc_9 .desc_list{display: block; margin-top: 20px;}
  .dnc_9 .desc_list .l{width: 94%; margin: 0 auto;}
  .dnc_9 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .dnc_9 .desc_list .r .desc>span{font-size: 15px;}
  .dnc_9 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .dnc_9 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .dnc_9 .desc_list .r>.desc>ul>li>span{font-size: 15px;}
  .dnc_10{ padding:50px 0 0 0; margin-top: -10px; position: relative;}
  .dnc_10 .desc_dh{padding: 22px 0 30px 0;}
  .dnc_10 .desc_dh img{width: 60px; top: -60px; position: absolute; left: 0; right: 0; margin: 0 auto;}
  .dnc_10 .desc_dh em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px;}
  .dnc_10 .desc_dh em>img{width: 30px; top: -15px; right: -15px; left: auto;}
  .dnc_10 .desc_dh p{ font-size:18px; margin-top: 10px;}
  .dnc_10 .desc_list{ padding: 140px 0 20px 0;}
  .dnc_10 .desc_list .container{display: block;}
  .dnc_10 .desc_list .l{width: 94%; margin: 0 auto;}
  .dnc_10 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .dnc_10 .desc_list .r>.desc>span{font-size: 15px;}
  .dnc_10 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .dnc_10 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .dnc_10 .desc_list .r>.desc>ul>li>span{font-size: 15px;}

  /*ems*/
  .ems_1{ width:100%; margin:0 auto; padding:25px 0;}
  .ems_1 em{ font-size:18px;}
  .ems_1 p{ font-size:15px; margin-top:5px;}
  .ems_1 .desc_list{ width: 94%; margin:20px auto;}
  .ems_1 .desc_list>ul>li{ width: 31%; margin-bottom:3.5%; margin-left: 3.5%; padding: 10px;}
  .ems_1 .desc_list>ul>li:nth-child(7n+1){ margin-left: 3.5%;}
  .ems_1 .desc_list>ul>li:nth-child(3n+1){ margin-left: 0;}
  .ems_1 .desc_list>ul>li>img{ width:46px; height:auto;}
  .ems_1 .desc_list>ul>li>span{ font-size:15px; margin-top: 0;}
  .ems_2{ padding:50px 0 30px 0; margin-top: -30px;}
  .ems_2 em{ font-size:18px; width:94%; margin:0 auto;}
  .ems_2 .img{margin-top: 20px;}
  .ems_3{ padding:50px 0 50px 0; margin-top: -65px;}
  .ems_3 em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px;}
  .ems_3 p{ font-size:18px; margin-top: 10px;}
  .ems_3 .desc_list{display: block; margin-top: 20px;}
  .ems_3 .desc_list .l{width: 94%; margin: 0 auto;}
  .ems_3 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .ems_3 .desc_list .r .desc>span{font-size: 15px;}
  .ems_3 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .ems_3 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .ems_3 .desc_list .r>.desc>ul>li>span{font-size: 15px;}
  .ems_4{ padding:50px 0 50px 0; margin-top: -10px; position: relative;}
  .ems_4 .desc_dh{padding: 22px 0 30px 0;}
  .ems_4 .desc_dh img{width: 60px; top: -60px; position: absolute; left: 0; right: 0; margin: 0 auto;}
  .ems_4 .desc_dh em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px;}
  .ems_4 .desc_dh em>img{width: 30px; top: -15px; right: -15px; left: auto;}
  .ems_4 .desc_dh p{ font-size:18px; margin-top: 10px;}
  .ems_4 .desc_list{ padding: 140px 0 100px 0;}
  .ems_4 .desc_list .container{display: block;}
  .ems_4 .desc_list .l{width: 94%; margin: 0 auto;}
  .ems_4 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .ems_4 .desc_list .r>.desc>span{font-size: 15px;}
  .ems_4 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .ems_4 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .ems_4 .desc_list .r>.desc>ul>li>span{font-size: 15px;}
  .ems_5{ padding:50px 0 50px 0; margin-top: -110px;}
  .ems_5 em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px; margin-top: -65px;}
  .ems_5 em>img{width: 30px; top: -15px; right: -15px;}
  .ems_5 p{ font-size:18px; margin-top: 10px;}
  .ems_5 .desc_list{display: block; margin-top: 20px;}
  .ems_5 .desc_list .l{width: 94%; margin: 0 auto;}
  .ems_5 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .ems_5 .desc_list .r .desc>span{font-size: 15px;}
  .ems_5 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .ems_5 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .ems_5 .desc_list .r>.desc>ul>li>span{font-size: 15px;}
  .ems_6{ padding:50px 0 50px 0; margin-top: -10px; position: relative;}
  .ems_6 .desc_dh{padding: 22px 0 30px 0;}
  .ems_6 .desc_dh img{width: 60px; top: -60px; position: absolute; left: 0; right: 0; margin: 0 auto;}
  .ems_6 .desc_dh em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px;}
  .ems_6 .desc_dh em>img{width: 30px; top: -15px; right: -15px; left: auto;}
  .ems_6 .desc_dh p{ font-size:18px; margin-top: 10px;}
  .ems_6 .desc_list{ padding: 140px 0 100px 0;}
  .ems_6 .desc_list .container{display: block;}
  .ems_6 .desc_list .l{width: 94%; margin: 0 auto;}
  .ems_6 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .ems_6 .desc_list .r>.desc>span{font-size: 15px;}
  .ems_6 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .ems_6 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .ems_6 .desc_list .r>.desc>ul>li>span{font-size: 15px;}
  .ems_7{ padding:50px 0 50px 0; margin-top: -110px;}
  .ems_7 em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px; margin-top: -65px;}
  .ems_7 em>img{width: 30px; top: -15px; right: -15px;}
  .ems_7 p{ font-size:18px; margin-top: 10px;}
  .ems_7 .desc_list{display: block; margin-top: 20px;}
  .ems_7 .desc_list .l{width: 94%; margin: 0 auto;}
  .ems_7 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .ems_7 .desc_list .r .desc>span{font-size: 15px;}
  .ems_7 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .ems_7 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .ems_7 .desc_list .r>.desc>ul>li>span{font-size: 15px;}
  .ems_8{ padding:50px 0 50px 0; margin-top: -10px; position: relative;}
  .ems_8 .desc_dh{padding: 22px 0 30px 0;}
  .ems_8 .desc_dh img{width: 60px; top: -60px; position: absolute; left: 0; right: 0; margin: 0 auto;}
  .ems_8 .desc_dh em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px;}
  .ems_8 .desc_dh em>img{width: 30px; top: -15px; right: -15px; left: auto;}
  .ems_8 .desc_dh p{ font-size:18px; margin-top: 10px;}
  .ems_8 .desc_list{ padding: 140px 0 100px 0;}
  .ems_8 .desc_list .container{display: block;}
  .ems_8 .desc_list .l{width: 94%; margin: 0 auto;}
  .ems_8 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .ems_8 .desc_list .r>.desc>span{font-size: 15px;}
  .ems_8 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .ems_8 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .ems_8 .desc_list .r>.desc>ul>li>span{font-size: 15px;}
  .ems_9{ padding:50px 0 50px 0; margin-top: -110px;}
  .ems_9 em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px; margin-top: -65px;}
  .ems_9 em>img{width: 30px; top: -15px; right: -15px;}
  .ems_9 p{ font-size:18px; margin-top: 10px;}
  .ems_9 .desc_list{display: block; margin-top: 20px;}
  .ems_9 .desc_list .l{width: 94%; margin: 0 auto;}
  .ems_9 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .ems_9 .desc_list .r .desc>span{font-size: 15px;}
  .ems_9 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .ems_9 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .ems_9 .desc_list .r>.desc>ul>li>span{font-size: 15px;}
  .ems_10{ padding:50px 0 50px 0; margin-top: -10px; position: relative;}
  .ems_10 .desc_dh{padding: 22px 0 30px 0;}
  .ems_10 .desc_dh img{width: 60px; top: -60px; position: absolute; left: 0; right: 0; margin: 0 auto;}
  .ems_10 .desc_dh em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px;}
  .ems_10 .desc_dh em>img{width: 30px; top: -15px; right: -15px; left: auto;}
  .ems_10 .desc_dh p{ font-size:18px; margin-top: 10px;}
  .ems_10 .desc_list{ padding: 140px 0 100px 0;}
  .ems_10 .desc_list .container{display: block;}
  .ems_10 .desc_list .l{width: 94%; margin: 0 auto;}
  .ems_10 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .ems_10 .desc_list .r>.desc>span{font-size: 15px;}
  .ems_10 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .ems_10 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .ems_10 .desc_list .r>.desc>ul>li>span{font-size: 15px;}
  .ems_11{ padding:50px 0 50px 0; margin-top: -110px;}
  .ems_11 em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px; margin-top: -65px;}
  .ems_11 em>img{width: 30px; top: -15px; right: -15px;}
  .ems_11 p{ font-size:18px; margin-top: 10px;}
  .ems_11 .desc_list{display: block; margin-top: 20px;}
  .ems_11 .desc_list .l{width: 94%; margin: 0 auto;}
  .ems_11 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .ems_11 .desc_list .r .desc>span{font-size: 15px;}
  .ems_11 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .ems_11 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .ems_11 .desc_list .r>.desc>ul>li>span{font-size: 15px;}
  .ems_12{ padding:50px 0 0 0; margin-top: -10px; position: relative;}
  .ems_12 .desc_dh{padding: 22px 0 30px 0;}
  .ems_12 .desc_dh img{width: 60px; top: -60px; position: absolute; left: 0; right: 0; margin: 0 auto;}
  .ems_12 .desc_dh em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px;}
  .ems_12 .desc_dh em>img{width: 30px; top: -15px; right: -15px; left: auto;}
  .ems_12 .desc_dh p{ font-size:18px; margin-top: 10px;}
  .ems_12 .desc_list{ padding: 140px 0 20px 0;}
  .ems_12 .desc_list .container{display: block;}
  .ems_12 .desc_list .l{width: 94%; margin: 0 auto;}
  .ems_12 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .ems_12 .desc_list .r>.desc>span{font-size: 15px;}
  .ems_12 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .ems_12 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .ems_12 .desc_list .r>.desc>ul>li>span{font-size: 15px;}

  /*fsm*/
  .fsm_1{ width:100%; margin:0 auto; padding:25px 0;}
  .fsm_1 em{ font-size:18px;}
  .fsm_1 p{ font-size:15px; margin-top:5px;}
  .fsm_1 .desc_list{ width: 94%; margin:20px auto;}
  .fsm_1 .desc_list>ul>li{ width: 31%; margin-bottom:3.5%; margin-left: 3.5%; padding: 10px;}
  .fsm_1 .desc_list>ul>li:nth-child(7n+1){ margin-left: 3.5%;}
  .fsm_1 .desc_list>ul>li:nth-child(3n+1){ margin-left: 0;}
  .fsm_1 .desc_list>ul>li>img{ width:46px; height:auto;}
  .fsm_1 .desc_list>ul>li>span{ font-size:15px; margin-top: 0;}
  .fsm_2{ padding:50px 0 30px 0; margin-top: -30px;}
  .fsm_2 em{ font-size:18px; width:94%; margin:0 auto;}
  .fsm_2 .img{margin-top: 20px;}
  .fsm_3{ padding:50px 0 50px 0; margin-top: -65px;}
  .fsm_3 em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px;}
  .fsm_3 p{ font-size:18px; margin-top: 10px;}
  .fsm_3 .desc_list{display: block; margin-top: 20px;}
  .fsm_3 .desc_list .l{width: 94%; margin: 0 auto;}
  .fsm_3 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .fsm_3 .desc_list .r .desc>span{font-size: 15px;}
  .fsm_3 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .fsm_3 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .fsm_3 .desc_list .r>.desc>ul>li>span{font-size: 15px;}
  .fsm_4{ padding:50px 0 50px 0; margin-top: -10px; position: relative;}
  .fsm_4 .desc_dh{padding: 22px 0 30px 0;}
  .fsm_4 .desc_dh img{width: 60px; top: -60px; position: absolute; left: 0; right: 0; margin: 0 auto;}
  .fsm_4 .desc_dh em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px;}
  .fsm_4 .desc_dh em>img{width: 30px; top: -15px; right: -15px; left: auto;}
  .fsm_4 .desc_dh p{ font-size:18px; margin-top: 10px;}
  .fsm_4 .desc_list{ padding: 140px 0 100px 0;}
  .fsm_4 .desc_list .container{display: block;}
  .fsm_4 .desc_list .l{width: 94%; margin: 0 auto;}
  .fsm_4 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .fsm_4 .desc_list .r>.desc>span{font-size: 15px;}
  .fsm_4 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .fsm_4 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .fsm_4 .desc_list .r>.desc>ul>li>span{font-size: 15px;}
  .fsm_5{ padding:50px 0 50px 0; margin-top: -110px;}
  .fsm_5 em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px; margin-top: -65px;}
  .fsm_5 em>img{width: 30px; top: -15px; right: -15px;}
  .fsm_5 p{ font-size:18px; margin-top: 10px;}
  .fsm_5 .desc_list{display: block; margin-top: 20px;}
  .fsm_5 .desc_list .l{width: 94%; margin: 0 auto;}
  .fsm_5 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .fsm_5 .desc_list .r .desc>span{font-size: 15px;}
  .fsm_5 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .fsm_5 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .fsm_5 .desc_list .r>.desc>ul>li>span{font-size: 15px;}
  .fsm_6{ padding:50px 0 50px 0; margin-top: -10px; position: relative;}
  .fsm_6 .desc_dh{padding: 22px 0 30px 0;}
  .fsm_6 .desc_dh img{width: 60px; top: -60px; position: absolute; left: 0; right: 0; margin: 0 auto;}
  .fsm_6 .desc_dh em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px;}
  .fsm_6 .desc_dh em>img{width: 30px; top: -15px; right: -15px; left: auto;}
  .fsm_6 .desc_dh p{ font-size:18px; margin-top: 10px;}
  .fsm_6 .desc_list{ padding: 140px 0 100px 0;}
  .fsm_6 .desc_list .container{display: block;}
  .fsm_6 .desc_list .l{width: 94%; margin: 0 auto;}
  .fsm_6 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .fsm_6 .desc_list .r>.desc>span{font-size: 15px;}
  .fsm_6 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .fsm_6 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .fsm_6 .desc_list .r>.desc>ul>li>span{font-size: 15px;}
  .fsm_7{ padding:50px 0 50px 0; margin-top: -110px;}
  .fsm_7 em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px; margin-top: -65px;}
  .fsm_7 em>img{width: 30px; top: -15px; right: -15px;}
  .fsm_7 p{ font-size:18px; margin-top: 10px;}
  .fsm_7 .desc_list{display: block; margin-top: 20px;}
  .fsm_7 .desc_list .l{width: 94%; margin: 0 auto;}
  .fsm_7 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .fsm_7 .desc_list .r .desc>span{font-size: 15px;}
  .fsm_7 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .fsm_7 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .fsm_7 .desc_list .r>.desc>ul>li>span{font-size: 15px;}
  .fsm_8{ padding:50px 0 50px 0; margin-top: -10px; position: relative;}
  .fsm_8 .desc_dh{padding: 22px 0 30px 0;}
  .fsm_8 .desc_dh img{width: 60px; top: -60px; position: absolute; left: 0; right: 0; margin: 0 auto;}
  .fsm_8 .desc_dh em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px;}
  .fsm_8 .desc_dh em>img{width: 30px; top: -15px; right: -15px; left: auto;}
  .fsm_8 .desc_dh p{ font-size:18px; margin-top: 10px;}
  .fsm_8 .desc_list{ padding: 140px 0 100px 0;}
  .fsm_8 .desc_list .container{display: block;}
  .fsm_8 .desc_list .l{width: 94%; margin: 0 auto;}
  .fsm_8 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .fsm_8 .desc_list .r>.desc>span{font-size: 15px;}
  .fsm_8 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .fsm_8 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .fsm_8 .desc_list .r>.desc>ul>li>span{font-size: 15px;}
  .fsm_9{ padding:50px 0 50px 0; margin-top: -110px;}
  .fsm_9 em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px; margin-top: -65px;}
  .fsm_9 em>img{width: 30px; top: -15px; right: -15px;}
  .fsm_9 p{ font-size:18px; margin-top: 10px;}
  .fsm_9 .desc_list{display: block; margin-top: 20px;}
  .fsm_9 .desc_list .l{width: 94%; margin: 0 auto;}
  .fsm_9 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .fsm_9 .desc_list .r .desc>span{font-size: 15px;}
  .fsm_9 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .fsm_9 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .fsm_9 .desc_list .r>.desc>ul>li>span{font-size: 15px;}
  .fsm_10{ padding:50px 0 50px 0; margin-top: -10px; position: relative;}
  .fsm_10 .desc_dh{padding: 22px 0 30px 0;}
  .fsm_10 .desc_dh img{width: 60px; top: -60px; position: absolute; left: 0; right: 0; margin: 0 auto;}
  .fsm_10 .desc_dh em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px;}
  .fsm_10 .desc_dh em>img{width: 30px; top: -15px; right: -15px; left: auto;}
  .fsm_10 .desc_dh p{ font-size:18px; margin-top: 10px;}
  .fsm_10 .desc_list{ padding: 140px 0 100px 0;}
  .fsm_10 .desc_list .container{display: block;}
  .fsm_10 .desc_list .l{width: 94%; margin: 0 auto;}
  .fsm_10 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .fsm_10 .desc_list .r>.desc>span{font-size: 15px;}
  .fsm_10 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .fsm_10 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .fsm_10 .desc_list .r>.desc>ul>li>span{font-size: 15px;}
  .fsm_11{ padding:50px 0 50px 0; margin-top: -110px;}
  .fsm_11 em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px; margin-top: -65px;}
  .fsm_11 em>img{width: 30px; top: -15px; right: -15px;}
  .fsm_11 p{ font-size:18px; margin-top: 10px;}
  .fsm_11 .desc_list{display: block; margin-top: 20px;}
  .fsm_11 .desc_list .l{width: 94%; margin: 0 auto;}
  .fsm_11 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .fsm_11 .desc_list .r .desc>span{font-size: 15px;}
  .fsm_11 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .fsm_11 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .fsm_11 .desc_list .r>.desc>ul>li>span{font-size: 15px;}
  .fsm_12{ padding:50px 0 0 0; margin-top: -10px; position: relative;}
  .fsm_12 .desc_dh{padding: 22px 0 30px 0;}
  .fsm_12 .desc_dh img{width: 60px; top: -60px; position: absolute; left: 0; right: 0; margin: 0 auto;}
  .fsm_12 .desc_dh em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px;}
  .fsm_12 .desc_dh em>img{width: 30px; top: -15px; right: -15px; left: auto;}
  .fsm_12 .desc_dh p{ font-size:18px; margin-top: 10px;}
  .fsm_12 .desc_list{ padding: 140px 0 20px 0;}
  .fsm_12 .desc_list .container{display: block;}
  .fsm_12 .desc_list .l{width: 94%; margin: 0 auto;}
  .fsm_12 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .fsm_12 .desc_list .r>.desc>span{font-size: 15px;}
  .fsm_12 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .fsm_12 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .fsm_12 .desc_list .r>.desc>ul>li>span{font-size: 15px;}

  /*lps*/
  .lps_1{ width:100%; margin:0 auto; padding:25px 0;}
  .lps_1 em{ font-size:18px;}
  .lps_1 p{ font-size:15px; margin-top:5px;}
  .lps_1 .desc_list{ width: 94%; margin:20px auto;}
  .lps_1 .desc_list>ul>li{ width: 31%; margin-bottom:3.5%; margin-left: 3.5%; padding: 10px;}
  .lps_1 .desc_list>ul>li:nth-child(7n+1){ margin-left: 3.5%;}
  .lps_1 .desc_list>ul>li:nth-child(3n+1){ margin-left: 0;}
  .lps_1 .desc_list>ul>li>img{ width:46px; height:auto;}
  .lps_1 .desc_list>ul>li>span{ font-size:15px; margin-top: 0;}
  .lps_2{ padding:50px 0 30px 0; margin-top: -30px;}
  .lps_2 em{ font-size:18px; width:94%; margin:0 auto;}
  .lps_2 .img{margin-top: 20px;}
  .lps_3{ padding:50px 0 50px 0; margin-top: -65px;}
  .lps_3 em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px;}
  .lps_3 p{ font-size:18px; margin-top: 10px;}
  .lps_3 .desc_list{display: block; margin-top: 20px;}
  .lps_3 .desc_list .l{width: 94%; margin: 0 auto;}
  .lps_3 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .lps_3 .desc_list .r .desc>span{font-size: 15px;}
  .lps_3 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .lps_3 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .lps_3 .desc_list .r>.desc>ul>li>span{font-size: 15px;}
  .lps_4{ padding:50px 0 50px 0; margin-top: -10px; position: relative;}
  .lps_4 .desc_dh{padding: 22px 0 30px 0;}
  .lps_4 .desc_dh img{width: 60px; top: -60px; position: absolute; left: 0; right: 0; margin: 0 auto;}
  .lps_4 .desc_dh em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px;}
  .lps_4 .desc_dh em>img{width: 30px; top: -15px; right: -15px; left: auto;}
  .lps_4 .desc_dh p{ font-size:18px; margin-top: 10px;}
  .lps_4 .desc_list{ padding: 140px 0 100px 0;}
  .lps_4 .desc_list .container{display: block;}
  .lps_4 .desc_list .l{width: 94%; margin: 0 auto;}
  .lps_4 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .lps_4 .desc_list .r>.desc>span{font-size: 15px;}
  .lps_4 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .lps_4 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .lps_4 .desc_list .r>.desc>ul>li>span{font-size: 15px;}
  .lps_5{ padding:50px 0 50px 0; margin-top: -110px;}
  .lps_5 em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px; margin-top: -65px;}
  .lps_5 em>img{width: 30px; top: -15px; right: -15px;}
  .lps_5 p{ font-size:18px; margin-top: 10px;}
  .lps_5 .desc_list{display: block; margin-top: 20px;}
  .lps_5 .desc_list .l{width: 94%; margin: 0 auto;}
  .lps_5 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .lps_5 .desc_list .r .desc>span{font-size: 15px;}
  .lps_5 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .lps_5 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .lps_5 .desc_list .r>.desc>ul>li>span{font-size: 15px;}
  .lps_6{ padding:50px 0 50px 0; margin-top: -10px; position: relative;}
  .lps_6 .desc_dh{padding: 22px 0 30px 0;}
  .lps_6 .desc_dh img{width: 60px; top: -60px; position: absolute; left: 0; right: 0; margin: 0 auto;}
  .lps_6 .desc_dh em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px;}
  .lps_6 .desc_dh em>img{width: 30px; top: -15px; right: -15px; left: auto;}
  .lps_6 .desc_dh p{ font-size:18px; margin-top: 10px;}
  .lps_6 .desc_list{ padding: 140px 0 100px 0;}
  .lps_6 .desc_list .container{display: block;}
  .lps_6 .desc_list .l{width: 94%; margin: 0 auto;}
  .lps_6 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .lps_6 .desc_list .r>.desc>span{font-size: 15px;}
  .lps_6 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .lps_6 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .lps_6 .desc_list .r>.desc>ul>li>span{font-size: 15px;}
  .lps_7{ padding:50px 0 50px 0; margin-top: -110px;}
  .lps_7 em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px; margin-top: -65px;}
  .lps_7 em>img{width: 30px; top: -15px; right: -15px;}
  .lps_7 p{ font-size:18px; margin-top: 10px;}
  .lps_7 .desc_list{display: block; margin-top: 20px;}
  .lps_7 .desc_list .l{width: 94%; margin: 0 auto;}
  .lps_7 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .lps_7 .desc_list .r .desc>span{font-size: 15px;}
  .lps_7 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .lps_7 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .lps_7 .desc_list .r>.desc>ul>li>span{font-size: 15px;}
  .lps_8{ padding:50px 0 50px 0; margin-top: -10px; position: relative;}
  .lps_8 .desc_dh{padding: 22px 0 30px 0;}
  .lps_8 .desc_dh img{width: 60px; top: -60px; position: absolute; left: 0; right: 0; margin: 0 auto;}
  .lps_8 .desc_dh em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px;}
  .lps_8 .desc_dh em>img{width: 30px; top: -15px; right: -15px; left: auto;}
  .lps_8 .desc_dh p{ font-size:18px; margin-top: 10px;}
  .lps_8 .desc_list{ padding: 140px 0 100px 0;}
  .lps_8 .desc_list .container{display: block;}
  .lps_8 .desc_list .l{width: 94%; margin: 0 auto;}
  .lps_8 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .lps_8 .desc_list .r>.desc>span{font-size: 15px;}
  .lps_8 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .lps_8 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .lps_8 .desc_list .r>.desc>ul>li>span{font-size: 15px;}
  .lps_9{ padding:50px 0 50px 0; margin-top: -110px;}
  .lps_9 em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px; margin-top: -65px;}
  .lps_9 em>img{width: 30px; top: -15px; right: -15px;}
  .lps_9 p{ font-size:18px; margin-top: 10px;}
  .lps_9 .desc_list{display: block; margin-top: 20px;}
  .lps_9 .desc_list .l{width: 94%; margin: 0 auto;}
  .lps_9 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .lps_9 .desc_list .r .desc>span{font-size: 15px;}
  .lps_9 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .lps_9 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .lps_9 .desc_list .r>.desc>ul>li>span{font-size: 15px;}
  .lps_10{ padding:50px 0 50px 0; margin-top: -10px; position: relative;}
  .lps_10 .desc_dh{padding: 22px 0 30px 0;}
  .lps_10 .desc_dh img{width: 60px; top: -60px; position: absolute; left: 0; right: 0; margin: 0 auto;}
  .lps_10 .desc_dh em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px;}
  .lps_10 .desc_dh em>img{width: 30px; top: -15px; right: -15px; left: auto;}
  .lps_10 .desc_dh p{ font-size:18px; margin-top: 10px;}
  .lps_10 .desc_list{ padding: 140px 0 100px 0;}
  .lps_10 .desc_list .container{display: block;}
  .lps_10 .desc_list .l{width: 94%; margin: 0 auto;}
  .lps_10 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .lps_10 .desc_list .r>.desc>span{font-size: 15px;}
  .lps_10 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .lps_10 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .lps_10 .desc_list .r>.desc>ul>li>span{font-size: 15px;}
  .lps_11{ padding:50px 0 50px 0; margin-top: -110px;}
  .lps_11 em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px; margin-top: -65px;}
  .lps_11 em>img{width: 30px; top: -15px; right: -15px;}
  .lps_11 p{ font-size:18px; margin-top: 10px;}
  .lps_11 .desc_list{display: block; margin-top: 20px;}
  .lps_11 .desc_list .l{width: 94%; margin: 0 auto;}
  .lps_11 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .lps_11 .desc_list .r .desc>span{font-size: 15px;}
  .lps_11 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .lps_11 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .lps_11 .desc_list .r>.desc>ul>li>span{font-size: 15px;}
  .lps_12{ padding:50px 0 0 0; margin-top: -10px; position: relative;}
  .lps_12 .desc_dh{padding: 22px 0 30px 0;}
  .lps_12 .desc_dh img{width: 60px; top: -60px; position: absolute; left: 0; right: 0; margin: 0 auto;}
  .lps_12 .desc_dh em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px;}
  .lps_12 .desc_dh em>img{width: 30px; top: -15px; right: -15px; left: auto;}
  .lps_12 .desc_dh p{ font-size:18px; margin-top: 10px;}
  .lps_12 .desc_list{ padding: 140px 0 20px 0;}
  .lps_12 .desc_list .container{display: block;}
  .lps_12 .desc_list .l{width: 94%; margin: 0 auto;}
  .lps_12 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .lps_12 .desc_list .r>.desc>span{font-size: 15px;}
  .lps_12 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .lps_12 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .lps_12 .desc_list .r>.desc>ul>li>span{font-size: 15px;}

  /*app*/
  .app_1{ width:100%; margin:0 auto; padding:25px 0;}
  .app_1 em{ font-size:18px;}
  .app_1 p{ font-size:15px; margin-top:5px;}
  .app_1 .desc_list{ width: 94%; margin:20px auto;}
  .app_1 .desc_list>ul>li{ width: 31%; margin-bottom:3.5%; margin-left: 3.5%; padding: 10px;}
  .app_1 .desc_list>ul>li:nth-child(7n+1){ margin-left: 3.5%;}
  .app_1 .desc_list>ul>li:nth-child(3n+1){ margin-left: 0;}
  .app_1 .desc_list>ul>li>img{ width:46px; height:auto;}
  .app_1 .desc_list>ul>li>span{ font-size:15px; margin-top: 0;}
  .app_2{ padding:50px 0 30px 0; margin-top: -30px;}
  .app_2 em{ font-size:18px; width:94%; margin:0 auto;}
  .app_2 .img{margin-top: 20px;}
  .app_3{ padding:50px 0 50px 0; margin-top: -65px;}
  .app_3 em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px;}
  .app_3 p{ font-size:18px; margin-top: 10px;}
  .app_3 .desc_list{width: 94%; display: block; margin-top: 20px;}
  .app_3 .desc_list .l{width: 94%; margin: 0 auto;}
  .app_3 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .app_3 .desc_list .r .desc>span{font-size: 15px;}
  .app_4{ padding:50px 0 50px 0; margin-top: -10px; position: relative;}
  .app_4 .desc_dh{padding: 22px 0 30px 0;}
  .app_4 .desc_dh img{width: 60px; top: -60px; position: absolute; left: 0; right: 0; margin: 0 auto;}
  .app_4 .desc_dh em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px;}
  .app_4 .desc_dh em>img{width: 30px; top: -15px; right: -15px; left: auto;}
  .app_4 .desc_dh p{ font-size:18px; margin-top: 10px;}
  .app_4 .desc_list{ padding: 140px 0 100px 0;}
  .app_4 .desc_list .container{ width: 94%; min-width: 94%; display: block;}
  .app_4 .desc_list .l{width: 94%; margin: 0 auto;}
  .app_4 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .app_4 .desc_list .r>.desc>span{font-size: 15px;}
  .app_5{ padding:50px 0 50px 0; margin-top: -110px;}
  .app_5 em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px; margin-top: -65px;}
  .app_5 em>img{width: 30px; top: -15px; right: -15px;}
  .app_5 p{ font-size:18px; margin-top: 10px;}
  .app_5 .desc_list{width: 94%; min-width: 94%; display: block; margin-top: 20px;}
  .app_5 .desc_list .l{width: 94%; margin: 0 auto;}
  .app_5 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .app_5 .desc_list .r .desc>span{font-size: 15px;}
  .app_6{ padding:50px 0 50px 0; margin-top: -10px; position: relative;}
  .app_6 .desc_dh{padding: 22px 0 30px 0;}
  .app_6 .desc_dh img{width: 60px; top: -60px; position: absolute; left: 0; right: 0; margin: 0 auto;}
  .app_6 .desc_dh em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px;}
  .app_6 .desc_dh em>img{width: 30px; top: -15px; right: -15px; left: auto;}
  .app_6 .desc_dh p{ font-size:18px; margin-top: 10px;}
  .app_6 .desc_list{ padding: 140px 0 100px 0;}
  .app_6 .desc_list .container{width: 94%; min-width: 94%; display: block;}
  .app_6 .desc_list .l{width: 94%; margin: 0 auto;}
  .app_6 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .app_6 .desc_list .r>.desc>span{font-size: 15px;}
  .app_7{ padding:50px 0 50px 0; margin-top: -110px;}
  .app_7 em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px; margin-top: -65px;}
  .app_7 em>img{width: 30px; top: -15px; right: -15px;}
  .app_7 p{ font-size:18px; margin-top: 10px;}
  .app_7 .desc_list{width: 94%; min-width: 94%; display: block; margin-top: 20px;}
  .app_7 .desc_list .l{width: 94%; margin: 0 auto;}
  .app_7 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .app_7 .desc_list .r .desc>span{font-size: 15px;}
  .app_8{ padding:50px 0 50px 0; margin-top: -10px; position: relative;}
  .app_8 .desc_dh{padding: 22px 0 30px 0;}
  .app_8 .desc_dh img{width: 60px; top: -60px; position: absolute; left: 0; right: 0; margin: 0 auto;}
  .app_8 .desc_dh em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px;}
  .app_8 .desc_dh em>img{width: 30px; top: -15px; right: -15px; left: auto;}
  .app_8 .desc_dh p{ font-size:18px; margin-top: 10px;}
  .app_8 .desc_list{ padding: 140px 0 100px 0;}
  .app_8 .desc_list .container{width: 94%; min-width: 94%; display: block;}
  .app_8 .desc_list .l{width: 94%; margin: 0 auto;}
  .app_8 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .app_8 .desc_list .r>.desc>span{font-size: 15px;}
  .app_8 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .app_8 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .app_8 .desc_list .r>.desc>ul>li>span{font-size: 15px;}
  .app_9{ padding:50px 0 50px 0; margin-top: -110px;}
  .app_9 em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px; margin-top: -65px;}
  .app_9 em>img{width: 30px; top: -15px; right: -15px;}
  .app_9 p{ font-size:18px; margin-top: 10px;}
  .app_9 .desc_list{width: 94%; min-width: 94%; display: block; margin-top: 20px;}
  .app_9 .desc_list .l{width: 94%; margin: 0 auto;}
  .app_9 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .app_9 .desc_list .r .desc>span{font-size: 15px;}
  .app_10{ padding:50px 0 50px 0; margin-top: -10px; position: relative;}
  .app_10 .desc_dh{padding: 22px 0 30px 0;}
  .app_10 .desc_dh img{width: 60px; top: -60px; position: absolute; left: 0; right: 0; margin: 0 auto;}
  .app_10 .desc_dh em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px;}
  .app_10 .desc_dh em>img{width: 30px; top: -15px; right: -15px; left: auto;}
  .app_10 .desc_dh p{ font-size:18px; margin-top: 10px;}
  .app_10 .desc_list{ padding: 140px 0 100px 0;}
  .app_10 .desc_list .container{width: 94%; min-width: 94%; display: block;}
  .app_10 .desc_list .l{width: 94%; margin: 0 auto;}
  .app_10 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .app_10 .desc_list .r>.desc>span{font-size: 15px;}
  .app_11{ padding:50px 0 50px 0; margin-top: -110px;}
  .app_11 em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px; margin-top: -65px;}
  .app_11 em>img{width: 30px; top: -15px; right: -15px;}
  .app_11 p{ font-size:18px; margin-top: 10px;}
  .app_11 .desc_list{width: 94%; min-width: 94%; display: block; margin-top: 20px;}
  .app_11 .desc_list .l{width: 94%; margin: 0 auto;}
  .app_11 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .app_11 .desc_list .r .desc>span{font-size: 15px;}
  .app_12{ padding:50px 0 50px 0; margin-top: -10px; position: relative;}
  .app_12 .desc_dh{padding: 22px 0 30px 0;}
  .app_12 .desc_dh img{width: 60px; top: -60px; position: absolute; left: 0; right: 0; margin: 0 auto;}
  .app_12 .desc_dh em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px;}
  .app_12 .desc_dh em>img{width: 30px; top: -15px; right: -15px; left: auto;}
  .app_12 .desc_dh p{ font-size:18px; margin-top: 10px;}
  .app_12 .desc_list{ padding: 140px 0 100px 0;}
  .app_12 .desc_list .container{width: 94%; min-width: 94%; display: block;}
  .app_12 .desc_list .l{width: 94%; margin: 0 auto;}
  .app_12 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .app_13{ padding:50px 0 50px 0; margin-top: -110px;}
  .app_13 em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px; margin-top: -65px;}
  .app_13 em>img{width: 30px; top: -15px; right: -15px;}
  .app_13 p{ font-size:18px; margin-top: 10px;}
  .app_13 .desc_list{width: 94%; min-width: 94%; display: block; margin-top: 20px;}
  .app_13 .desc_list .l{width: 94%; margin: 0 auto;}
  .app_13 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .app_13 .desc_list .r .desc>span{font-size: 15px;}
  .app_14{ padding:50px 0 50px 0; margin-top: -10px; position: relative;}
  .app_14 .desc_dh{padding: 22px 0 30px 0;}
  .app_14 .desc_dh img{width: 60px; top: -60px; position: absolute; left: 0; right: 0; margin: 0 auto;}
  .app_14 .desc_dh em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px;}
  .app_14 .desc_dh em>img{width: 30px; top: -15px; right: -15px; left: auto;}
  .app_14 .desc_dh p{ font-size:18px; margin-top: 10px;}
  .app_14 .desc_list{ padding: 140px 0 100px 0;}
  .app_14 .desc_list .container{width: 94%; min-width: 94%; display: block;}
  .app_14 .desc_list .l{width: 94%; margin: 0 auto;}
  .app_14 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .app_15{ padding:50px 0 50px 0; margin-top: -110px;}
  .app_15 em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px; margin-top: -65px;}
  .app_15 em>img{width: 30px; top: -15px; right: -15px;}
  .app_15 p{ font-size:18px; margin-top: 10px;}
  .app_15 .desc_list{width: 94%; min-width: 94%; display: block; margin-top: 20px;}
  .app_15 .desc_list .l{width: 94%; margin: 0 auto;}
  .app_15 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .app_15 .desc_list .r .desc>span{font-size: 15px;}
  .app_16{ padding:50px 0 0 0; margin-top: -10px; position: relative;}
  .app_16 .desc_dh{padding: 22px 0 30px 0;}
  .app_16 .desc_dh img{width: 60px; top: -60px; position: absolute; left: 0; right: 0; margin: 0 auto;}
  .app_16 .desc_dh em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px;}
  .app_16 .desc_dh em>img{width: 30px; top: -15px; right: -15px; left: auto;}
  .app_16 .desc_dh p{ font-size:18px; margin-top: 10px;}
  .app_16 .desc_list{ padding: 140px 0 20px 0;}
  .app_16 .desc_list .container{width: 94%; min-width: 94%; display: block;}
  .app_16 .desc_list .l{width: 94%; margin: 0 auto;}
  .app_16 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}

  /*ai*/
  .ai_1{ width:100%; margin:0 auto; padding:25px 0;}
  .ai_1 em{ font-size:18px;}
  .ai_1 p{ font-size:15px; margin-top:5px;}
  .ai_1 .desc_list{ width: 94%; margin:20px auto;}
  .ai_1 .desc_list>ul>li{ width: 31%; margin-bottom:3.5%; margin-left: 3.5%; padding: 10px;}
  .ai_1 .desc_list>ul>li:nth-child(7n+1){ margin-left: 3.5%;}
  .ai_1 .desc_list>ul>li:nth-child(3n+1){ margin-left: 0;}
  .ai_1 .desc_list>ul>li>img{ width:46px; height:auto;}
  .ai_1 .desc_list>ul>li>span{ font-size:15px; margin-top: 0;}
  .ai_2{ padding:50px 0 30px 0; margin-top: -30px;}
  .ai_2 em{ font-size:18px; width:94%; margin:0 auto;}
  .ai_2 .img{margin-top: 20px;}
  .ai_3{ padding:50px 0 50px 0; margin-top: -65px;}
  .ai_3 em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px;}
  .ai_3 p{ font-size:18px; margin-top: 10px;}
  .ai_3 .desc_list{display: block; margin-top: 20px;}
  .ai_3 .desc_list .l{width: 94%; margin: 0 auto;}
  .ai_3 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .ai_3 .desc_list .r .desc>span{font-size: 15px;}
  .ai_3 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .ai_3 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .ai_3 .desc_list .r>.desc>ul>li>span{font-size: 15px;}
  .ai_4{ padding:50px 0 50px 0; margin-top: -10px; position: relative;}
  .ai_4 .desc_dh{padding: 22px 0 30px 0;}
  .ai_4 .desc_dh img{width: 60px; top: -60px; position: absolute; left: 0; right: 0; margin: 0 auto;}
  .ai_4 .desc_dh em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px;}
  .ai_4 .desc_dh p{ font-size:18px; margin-top: 10px;}
  .ai_4 .desc_list{ padding: 140px 0 100px 0;}
  .ai_4 .desc_list .container{display: block;}
  .ai_4 .desc_list .l{width: 94%; margin: 0 auto;}
  .ai_4 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .ai_4 .desc_list .r>.desc>span{font-size: 15px;}
  .ai_4 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .ai_4 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .ai_4 .desc_list .r>.desc>ul>li>span{font-size: 15px;}
  .ai_4_hot {width: 30px !important; top: -15px !important; right: -15px !important;}
  .ai_5{ padding:50px 0 50px 0; margin-top: -110px;}
  .ai_5 em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px; margin-top: -65px;}
  .ai_5 em>img{width: 30px; top: -15px; right: -15px;}
  .ai_5 p{ font-size:18px; margin-top: 10px;}
  .ai_5 .desc_list{display: block; margin-top: 20px;}
  .ai_5 .desc_list .l{width: 94%; margin: 0 auto;}
  .ai_5 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .ai_5 .desc_list .r .desc>span{font-size: 15px;}
  .ai_5 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .ai_5 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .ai_5 .desc_list .r>.desc>ul>li>span{font-size: 15px;}
  .ai_6{ padding:50px 0 50px 0; margin-top: -10px; position: relative;}
  .ai_6 .desc_dh{padding: 22px 0 30px 0;}
  .ai_6 .desc_dh img{width: 60px; top: -60px; position: absolute; left: 0; right: 0; margin: 0 auto;}
  .ai_6 .desc_dh em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px;}
  .ai_6 .desc_dh em>img{width: 30px; top: -15px; right: -15px; left: auto;}
  .ai_6 .desc_dh p{ font-size:18px; margin-top: 10px;}
  .ai_6 .desc_list{ padding: 140px 0 100px 0;}
  .ai_6 .desc_list .container{display: block;}
  .ai_6 .desc_list .l{width: 94%; margin: 0 auto;}
  .ai_6 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .ai_6 .desc_list .r>.desc>span{font-size: 15px;}
  .ai_6 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .ai_6 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .ai_6 .desc_list .r>.desc>ul>li>span{font-size: 15px;}
  .ai_7{ padding:50px 0 50px 0; margin-top: -110px;}
  .ai_7 em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px; margin-top: -65px;}
  .ai_7 em>img{width: 30px; top: -15px; right: -15px;}
  .ai_7 p{ font-size:18px; margin-top: 10px;}
  .ai_7 .desc_list{display: block; margin-top: 20px;}
  .ai_7 .desc_list .l{width: 94%; margin: 0 auto;}
  .ai_7 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .ai_7 .desc_list .r .desc>span{font-size: 15px;}
  .ai_7 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .ai_7 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .ai_7 .desc_list .r>.desc>ul>li>span{font-size: 15px;}
  .ai_8{ padding:50px 0 0 0; margin-top: -10px; position: relative;}
  .ai_8 .desc_dh{padding: 22px 0 30px 0;}
  .ai_8 .desc_dh img{width: 60px; top: -60px; position: absolute; left: 0; right: 0; margin: 0 auto;}
  .ai_8 .desc_dh em{ font-size:15px; width:100px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px;}
  .ai_8 .desc_dh em>img{width: 30px; top: -15px; right: -15px; left: auto;}
  .ai_8 .desc_dh p{ font-size:18px; margin-top: 10px;}
  .ai_8 .desc_list{ padding: 140px 0 20px 0;}
  .ai_8 .desc_list .container{display: block;}
  .ai_8 .desc_list .l{width: 94%; margin: 0 auto;}
  .ai_8 .desc_list .r{width: 94%; margin: 0 auto; margin-top: 10px;}
  .ai_8 .desc_list .r>.desc>span{font-size: 15px;}
  .ai_8 .desc_list .r>.desc>ul{margin-top: 15px; padding-top: 20px;}
  .ai_8 .desc_list .r>.desc>ul>li{width: 22%; height: 30px; line-height: 30px;}
  .ai_8 .desc_list .r>.desc>ul>li>span{font-size: 15px;}

  /*idp*/
  .idp_1{ width:100%; margin:0 auto; padding:25px 0;}
  .idp_1 em{ font-size:18px;}
  .idp_1 p{ font-size:15px; margin-top:5px;}
  .idp_1 .desc_list{ width: 94%; margin:20px auto;}
  .idp_1 .desc_list>ul>li{ width: 31%; margin-bottom:3.5%; margin-left: 3.5%; padding: 10px;}
  .idp_1 .desc_list>ul>li:nth-child(7n+1){ margin-left: 3.5%;}
  .idp_1 .desc_list>ul>li:nth-child(3n+1){ margin-left: 0;}
  .idp_1 .desc_list>ul>li>img{ width:46px; height:auto;}
  .idp_1 .desc_list>ul>li>span{ font-size:15px; margin-top: 0;}
  .idp_2{ padding:50px 0 30px 0; margin-top: -30px;}
  .idp_2 em{ font-size:18px; width:94%; margin:0 auto;}
  .idp_2 .img{margin-top: 20px;}
  .idp_3{ padding:50px 0 40px 0; margin-top: 0px;}
  .idp_3 em{ font-size:18px; width:120px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px; margin-top: -65px;}
  .idp_3 .desc_list{width: 94%; margin: 0 auto; margin-top: 30px;}
  .idp_4{margin-top: 70px; padding-bottom: 40px;}
  .idp_4 .desc_list{ width: 94%; margin:0 auto;}
  .idp_4 .desc{display: block;}
  .idp_4 .desc>li{width: 100%; margin: 0; margin-bottom: 8%;}
  .idp_4 .desc>li>span{width: 90px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px; font-size: 18px; top: -15px;}
  .idp_4 .desc>li>dl{width: 96%; margin-left: 4%; padding: 15px;}
  .idp_4 .desc>li>dl>dd{font-size: 15px;}
  .idp_4 .ico{margin-top: 30px;}
  .idp_4 .ico>li{margin: 0 4%; display: block; text-align: center;}
  .idp_4 .ico>li>img{width: 46px; height: auto; margin-right: 0;}
  .idp_4 .ico>li>span{display: block; font-size: 15px;}
  .idp_4 .img{margin-top: 30px;}
  .idp_5{padding: 65px 0 20px 0;}
  .idp_5 em{ font-size:18px; width:170px; height: 30px; line-height: 30px; border-radius: 0 10px 0 10px; margin-top: 38px;}
  .idp_5 .desc_list{ width: 94%; margin:0 auto; margin-top: 30px;}

  /*dss*/
  .dss_1{ padding:30px 0 20px 0;}
  .dss_1 em{ width:94%; margin:0 auto; font-size:18px;}
  .dss_1 p{ width:94%; margin:0 auto; font-size:15px; margin-top:5px;}
  .dss_1 .img{ width:94%; margin:0 auto; margin-top:20px;}
  .dss_2{ padding:30px 0 20px 0;}
  .dss_2 em{ width:94%; margin:0 auto; font-size:18px;}
  .dss_2 p{ width:94%; margin:0 auto; font-size:15px; margin-top:5px;}
  .dss_2 .desc_list{ margin-top:20px;}
  .dss_2 .desc_list .desc{ width:94%; margin:0 auto; float:none; background-size:40px auto;}
  .dss_2 .desc_list .desc ul{ padding-left:50px;}
  .dss_2 .desc_list .desc ul>li{ margin-bottom:12px; padding-bottom:12px;}
  .dss_2 .desc_list .desc ul>li>em{ font-size:17px;}
  .dss_2 .desc_list .desc ul>li>p{ font-size:14px; line-height:1.6;}
  .dss_2 .desc_list .desc ul>li:nth-child(2){ margin-bottom:15px;}
  .dss_2 .desc_list .img{ width:94%; margin:0 auto; float:none; margin-top:12px;}
  .dss_2 .desc_list .img img{ max-width:100%; height:auto;}
  .dss_3{ padding:30px 0 20px 0;}
  .dss_3 em{ width:94%; margin:0 auto; font-size:18px;}
  .dss_3 p{ width:94%; margin:0 auto; font-size:15px; margin-top:5px;}
  .dss_3 .img{ width:94%; margin:0 auto; margin-top:20px;}
  .dss_4{ padding:30px 0 20px 0;}
  .dss_4 em{ width:94%; margin:0 auto; font-size:18px;}
  .dss_4 p{ width:94%; margin:0 auto; font-size:15px; margin-top:5px;}
  .dss_4 .desc_list{ width:94%; margin:0 auto; margin-top:20px;}
  .dss_4 .desc_list .l{ width:100%; float:none;}
  .dss_4 .desc_list .l span{ text-align:left;}
  .dss_4 .desc_list ul{ margin-top:15px;}
  .dss_4 .desc_list ul>li{ margin-bottom:10px;}
  .dss_4 .desc_list span{ font-size:17px;}
  .dss_4 .desc_list p{ width:100%; margin-top:6px;}
  .dss_4 .desc_list .img{ width:100%; float:none; margin-left:0;}
  .dss_4 .desc_list .img>img{ max-width:100%; height:auto;}
  .dss_4 .desc_list .r{ width:100%; float:none;}

  /*smartw*/
  .smartw_1{ width:94%; margin:0 auto; padding:30px 0 20px 0;}
  .smartw_1 em{ font-size:18px;}
  .smartw_1 p{ font-size:15px; margin-top:5px;}
  .smartw_1 .desc_list{ margin-top:20px;}
  .smartw_1 .desc_list>.img{ width:90%; margin:0 auto; float:none;}
  .smartw_1 .desc_list>.img>span{ font-size:15px; margin-top:10px;}
  .smartw_1 .desc_list>.desc{ width:100%; float:none; margin-top:20px;}
  .smartw_1 .desc_list>.desc>em{ font-size:15px;}
  .smartw_1 .desc_list>.desc ul{ padding-bottom:15px; margin-bottom:25px;}
  .smartw_1 .desc_list>.desc ul>li{ font-size:14px; margin-bottom:5px;}
  .smartw_1 .desc_list>.desc ul>li>span{ width:calc(100% - 26px);}
  .smartw_1 .desc_list>.desc ul>li>img{ width:18px; height:auto; top:5px;}
  .smartw_2{ padding:30px 0 20px 0;}
  .smartw_2 em{ width:94%; margin:0 auto; font-size:18px;}
  .smartw_2 p{ width:94%; margin:0 auto; font-size:15px; margin-top:5px;}
  .smartw_2 .img{ width:94%; margin:0 auto; margin-top:20px;}
  .smartw_3{ padding:30px 0 20px 0;}
  .smartw_3 em{ width:94%; margin:0 auto; font-size:18px;}
  .smartw_3 p{ width:94%; margin:0 auto; font-size:15px; margin-top:5px;}
  .smartw_3 .img{ width:94%; margin:0 auto; margin-top:20px;}
  .smartw_4{ padding:30px 0 20px 0;}
  .smartw_4 em{ width:94%; margin:0 auto; font-size:18px;}
  .smartw_4 p{ width:94%; margin:0 auto; font-size:15px; margin-top:5px;}
  .smartw_4 .img{ width:94%; margin:0 auto; margin-top:20px;}
  .smartw_5{ padding:30px 0 20px 0;}
  .smartw_5 em{ width:94%; margin:0 auto; font-size:18px;}
  .smartw_5 p{ width:94%; margin:0 auto; font-size:15px; margin-top:5px;}
  .smartw_5 .img{ width:94%; margin:0 auto; margin-top:20px;}
  .smartw_6{ padding:30px 0 20px 0;}
  .smartw_6 em{ width:94%; margin:0 auto; font-size:18px;}
  .smartw_6 p{ width:94%; margin:0 auto; font-size:15px; margin-top:5px;}
  .smartw_6 .desc_list{ width:100%; margin:0 auto; margin-top:20px;}
  .smartw_6 .desc_list>.img{ width:100%; margin:0 auto; float:none;}
  .smartw_6 .desc_list>.img>ul{ position:static; width:94%; margin:0 auto; margin-top:10px;}
  .smartw_6 .desc_list>.img>ul>li{ margin-top:0; margin-bottom:15px;}
  .smartw_6 .desc_list>.img>ul>li>.l{ width:48%; margin-left:4%;}
  .smartw_6 .desc_list>.img>ul>li>.r{ width:48%; text-align:left;}
  .smartw_6 .desc_list>.img>ul>li .dh>em{ display:none;}
  .smartw_6 .desc_list>.img>ul>li .dh>span{ font-size:15px; height:36px; line-height:36px; width:120px;}
  .smartw_6 .desc_list>.img>ul>li p{ font-size:15px; width:100%; margin-top:10px; float:left;}
  .smartw_6 .desc_list>.img>ul>li>.r p{ float:left;}

  /*smartp*/
  .smartp_1{ width:94%; margin:0 auto; padding:30px 0 20px 0;}
  .smartp_1 em{ font-size:18px;}
  .smartp_1 p{ font-size:15px; margin-top:5px;}
  .smartp_1 .img{ margin-top:20px;}
  .smartp_1 .desc_list{ margin-top:20px;}
  .smartp_1 .desc_list>.desc{ margin-top:0;}
  .smartp_1 .desc_list>.desc ul>li{ width:50%; margin-bottom:10px;}
  .smartp_1 .desc_list>.desc ul>li>img{ width:70px; height:auto;}
  .smartp_1 .desc_list>.desc ul>li>span{ font-size:15px; line-height:1.6;}
  .smartp_2{ padding:30px 0 20px 0;}
  .smartp_2 em{ width:94%; margin:0 auto; font-size:18px;}
  .smartp_2 p{ width:94%; margin:0 auto; font-size:15px; margin-top:5px;}
  .smartp_2 .img{ width:94%; margin:0 auto; margin-top:20px;}
  .smartp_3{ width:94%; margin:0 auto; padding:30px 0 20px 0;}
  .smartp_3 em{ font-size:18px;}
  .smartp_3 p{ font-size:15px; margin-top:5px;}
  .smartp_3 .desc_list{ margin-top:20px;}
  .smartp_3 .desc_list>.img{ width:98%; margin:0 auto; float:none; height:auto;}
  .smartp_3 .desc_list>.img>span{ font-size:15px; margin-top:10px; height:36px; line-height:36px;}
  .smartp_3 .desc_list>.desc{ width:100%; float:none; margin-top:20px;}
  .smartp_3 .desc_list>.desc>em{ font-size:15px;}
  .smartp_3 .desc_list>.desc ul{ padding-bottom:15px; margin-bottom:25px;}
  .smartp_3 .desc_list>.desc ul>li{ font-size:14px; margin-bottom:5px;}
  .smartp_3 .desc_list>.desc ul>li>span{ width:calc(100% - 26px);}
  .smartp_3 .desc_list>.desc ul>li>img{ width:18px; height:auto; top:5px;}
  .smartp_4{ padding:30px 0 20px 0;}
  .smartp_4 em{ width:94%; margin:0 auto; font-size:18px;}
  .smartp_4 p{ width:94%; margin:0 auto; font-size:15px; margin-top:5px;}
  .smartp_4 .desc_list{ width:94%; margin:0 auto; margin-top:20px;}
  .smartp_4 .desc_list>.desc ul>li{ width:48%; margin-bottom:4%; margin-left:4%;}
  .smartp_4 .desc_list>.desc ul>li:nth-child(3n+1){ margin-left:4%;}
  .smartp_4 .desc_list>.desc ul>li:nth-child(2n+1){ margin-left:0;}
  .smartp_4 .desc_list>.desc ul>li>.img{ width:100%; height:130px;}
  .smartp_4 .desc_list>.desc ul>li>span{ font-size:15px; height:36px; line-height:36px;}
  .smartp_5{ padding:30px 0 20px 0;}
  .smartp_5 em{ width:94%; margin:0 auto; font-size:18px;}
  .smartp_5 p{ width:94%; margin:0 auto; font-size:15px; margin-top:5px;}
  .smartp_5 .img{ width:94%; margin:0 auto; margin-top:20px;}

  /*service*/
  .service_1{width:94%; margin:0 auto; padding: 25px 0;}
  .service_1 em{font-size: 18px;}
  .service_1 .desc_list{ margin-top:20px;}
  .service_2{padding: 25px 0;}
  .service_2 em{font-size: 18px;}
  .service_2 .container{width:94%; margin:0 auto; min-width: 94%;}
  .service_2 p{ font-size:15px; margin-top:5px;}
  .service_2 .desc_list{ margin-top:20px; display: block;}
  .service_2 .desc_list>span{width: 100%; padding: 5px 20px; writing-mode:unset; letter-spacing: 0; font-size: 16px; box-sizing: border-box;}
  .service_2 .desc_list>ul{width: 100%; display: block;}
  .service_2 .desc_list>ul>li{width: 100%; margin-left: 0; padding: 15px; box-sizing: border-box; display: block;}
  .service_2 .desc_list>ul>li span{font-size: 16px;}
  .service_2 .desc_list>ul>li em{font-size: 15px;}
  .service_3{padding: 25px 0;}
  .service_3 em{font-size: 18px;}
  .service_3 .container{width:94%; margin:0 auto; min-width: 94%;}
  .service_3 .desc_list{ margin-top:20px; display: block;}
  .service_3 .desc_list>ul{display: block;}
  .service_3 .desc_list>ul>li{width: 100%; padding: 15px; box-sizing: border-box; margin-left: 0; margin-bottom: 4%;}
  .service_3 .desc_list>ul>li>.box>img{width: 80px; height: auto;}
  .service_3 .desc_list>ul>li>.box>span{margin-top: 10px; font-size: 17px;}
  .service_3 .desc_list>ul>li>.box>dl>dd>span{width: calc(100% - 20px); font-size: 15px;}
  .service_4{padding: 25px 0;}
  .service_4 em{font-size: 18px;}
  .service_4 .container{width:94%; margin:0 auto; min-width: 94%;}
  .service_4 .desc_list{ margin-top:20px;}

  /*news*/
  .news_banner .desc{ width:45%;}
  .news_banner .img{ width:40%; height:auto; margin-top:10px;}
  .news_banner .img>img{ width:100%; height:auto;}
  .news{ padding:60px 0 30px 0;}
  .news .l{ width:94%; float:none; margin:0 auto; border-top:solid 1px #e7e7e7; padding-top:20px;}
  .news .l>ul>li{ padding-bottom:20px; margin-bottom:20px;}
  .news .l>ul>li .img{ width:36%; height:92px;}
  .news .l>ul>li .desc{ width:60%;}
  .news .l>ul>li .desc>span{ font-size:15px;}
  .news .l>ul>li .desc>em{ margin:5px 0 0 0;}
  .news .l>ul>li .desc>em>i{ display:none;}
  .news .l>ul>li .desc>p{ overflow:hidden; text-overflow:ellipsis; display:box; display:-webkit-box; line-clamp:2; -webkit-line-clamp:2; -webkit-box-orient:vertical; line-height:1.8;}
  .news .r{ width:94%; float:none; margin:0 auto; margin-top:10px;}
  .news .r .r_news>ul{ padding:15px 15px 5px 15px;}
  .news .r .r_news>ul>li{ padding-bottom:10px;}
  .news .r .r_video { margin-top: 10px;}
  .news .r .r_video>ul>li{ padding-bottom:10px;}
  .news .r .r_video>ul>li>.video_cover{ margin:0 15px; width: 263px; height: 148px;}
  .news .r .r_contact{ margin-top:10px;}
  .news .r .r_contact>ul>li{ padding-bottom:10px;}
  .news .r .r_contact>img{ margin:0 15px;}

  /*dis_news*/
  .news_title{ font-size:17px;}
  .news_date{ margin-top:0;}
  .news_content{ margin-top:10px; padding-top:15px; margin-bottom:30px;}

  /*about*/
  .about_banner .desc{ width:45%; margin-top:45px;}
  .about_banner .img{ width:48%; height:auto; margin-top:20px; margin-right:10px;}
  .about_banner .img>img{ width:100%; height:auto;}
  .about_banner .desc>em{ font-size:16px;}
  .about_banner .desc>p{ font-size:15px; margin-top:5px;}
  .about_banner ul{ display:none;}
  .about_1{ padding:20px 0;}
  .about_1 .desc_list{ width:94%; float:none; margin:0 auto;}
  .about_1 .desc_list>em{ font-size:20px;}
  .about_1 .desc_list>span{ margin-top:10px;}
  .about_1 .desc_list>p{ margin-top:10px;}
  .about_1 .desc_list>ul{ margin-top:10px;}
  .about_1 .desc_list>ul>li{ margin-right:4%; margin-bottom:10px;}
  .about_1 .img{ width:94%; float:none; margin:0 auto; margin-top:10px;}
  .about_2{ padding:30px 0;}
  .about_2 em{ width:94%; margin:0 auto; font-size:20px;}
  .about_2 .desc_list{ width:90%; margin:0 auto; margin-top:20px; display:block; text-align:center;}
  .about_2 .desc_list .desc_box{ width:100%; margin:0 auto; text-align:center; display:inline-block; margin-bottom:3%; vertical-align:middle;}
  .about_2 .desc_list .list{ padding:15px;}
  .about_2 .desc_list .icon{ margin-bottom:20px;}
  .about_2 .desc_list i{ margin-bottom:20px;}
  .about_2 .desc_list .text{ display:none;}
  .about_2 .desc_list .list:hover .icon{ margin:20px auto 20px auto;}
  .about_2 .desc_list .list:hover .tips{ opacity:1;}
  .about_2 .desc_list .list:hover .text{ opacity:0;}
  .about_3 .about_box{ padding:30px 0;}
  .about_3 em{ width:94%; margin:0 auto; font-size:20px;}
  .about_3 .desc_list{ margin:0 auto; width:94%; position:relative; margin-top:20px;}
  .about_3 .desc_list .desc_box{ width:70%; margin:0 auto;}
  .about_3 .desc_list .b_left{ width:28px; height:28px;}
  .about_3 .desc_list .b_right{ width:28px; height:28px; position:absolute; z-index:2; right:0;}
  .about_3 .desc_list .lc_list{ padding:0 30px; position:relative; left:30px;}
  .about_3 .desc_list .lc_list:nth-child(even){ padding:0 30px; position:relative; left:40px;}
  .about_3 .desc_list .lc_spot{ width:10px; height:10px;}
  .about_4{ width:94%; margin:0 auto; padding:30px 0 20px 0;}
  .about_4 em{ font-size:20px;}
  .about_4 .desc_list{ margin-top:20px;}
  .about_4 .desc_list>ul>li{ width:48%; margin-left:4%; margin-bottom:3%;}
  .about_4 .desc_list>ul>li:nth-child(2n+1){ margin-left:0;}
  .about_4 .desc_list>ul>li>img{ width:100%; height:auto;}
  .about_5{ padding:30px 0;}
  .about_5 em{ width:94%; margin:0 auto; font-size:20px;}
  .about_5 .desc_list{ width:94%; margin:0 auto; margin-top:20px; display:block;}
  .about_5 .desc_list .desc_box{ width:31%; float:none; display:inline-block; height:60px; margin-left:2%;}
  .about_5 .desc_list .hb_list{ height:60px;}
  .about_5 .desc_list .hb_list .icon{ background-size:80%;}
  .about_5 .desc_list .desc_box:nth-child(2) .icon{ background-size:40%;}
  .about_5 .desc_list .desc_box:nth-child(3) .icon{ background-size:60%;}
  .about_6 .about_box{ padding:30px 0;}
  .about_6 em{ width:94%; margin:0 auto; font-size:20px;}
  .about_6 .desc_list{ width:94%; margin:0 auto; float:none; margin-top:20px;}
  .about_6 .desc_list>ul>li{ margin-bottom:10px;}
  .about_6 .desc_list>ul>li>.desc{ width:calc(100% - 50px); font-size:14px;}
  .about_6 .desc_list>ul>li>.desc>em{ width:100%; font-size:15px; margin-bottom:0;}
  .about_6 .desc_list>ul>li>.icon{ margin-top:6px;}
  .about_6 .note{ margin-top:10px; font-size:14px;}
  .about_6 .img{ width:94%; margin:0 auto; float:none; margin-top:20px; height:160px;}

  /*cases*/
  .cases_banner .desc{ width:45%;}
  .cases_banner .img{ width:40%; height:auto; margin-top:10px;}
  .cases_banner .img>img{ width:100%; height:auto;}
  .cases{ padding:30px 0;}
  .cases ul{ width:94%; margin:0 auto;}
  .cases ul>li{ width:100%; margin-left:0; margin-bottom:4%; padding-bottom:20px;}
  .cases ul>li .img{ width:100%; height:150px;}
  .cases ul>li .desc>em{ font-size:18px; margin:10px 0;}
  .cases ul>li i{ margin-top:10px;}
  .cases_page{ width:94%; margin:0 auto; margin-top:20px;}
  .cases_views{ z-index:10;}
  .cases_views .views{ width:92%; height:360px;}
  .cases_views .img{ height:150px;}
  .cases_views .close{ right:0; width:25px; height:25px; background-size:20px; top:-30px;}
  .cases_views .l{ width:100%; float:none;}
  .cases_views .l .desc_list{ padding:20px;}
  .cases_views .l .desc_list>em{ font-size:18px; margin-bottom:5px;}
  .cases_views .l .desc_list>i{ margin-bottom:10px;}
  .cases_views .l .desc_list>.desc{ font-size:15px;}
  .cases_views .r{ width:100%; float:none; display:none;}
  .cases_views .r .desc_list{ padding:20px;}
  .cases_views .r .desc_list>em{ font-size:18px; margin-bottom:5px;}
  .cases_views .r .desc_list>i{ margin-bottom:10px;}
  .cases_views .r .desc_list>.desc{ font-size:15px;}

 /*follow*/
  .follow{margin-bottom: 30px; margin-top: 20px;}
  .follow>em{font-size: 18px;}
  .follow .desc_list{width: 94%; margin: 0 auto;}
  .follow ul{margin-top: 20px; display: block;}
  .follow ul>li{width: 100%; margin-bottom: 2%;}
  .follow ul>li img{width: 100%; box-shadow: 0 3px 15px 2px rgb(0,0,0,0.2);}
  .follow ul>li:hover img{width: 100%; box-shadow: 0 3px 15px 2px rgb(0,0,0,0.2);}

  /*video*/
  .video_container > video {width: 100%; margin-left: 0;}
  .video_close_btn {margin-top: 0; margin-left: 0; position: absolute; right: 0; top: 27%;}

  /*pages*/
  .pages{ width:100%; margin:0 auto; margin-top:0; margin-bottom:20px; text-align:center;}
  .pages .pages_box{ display:none;}
  .pages .pages_m_box{ display:block;}
  .pages a{ margin:0; width:24px; height:26px; line-height:26px;}
  .pages span{ margin:0; width:24px; height:26px; line-height:26px;}
  .pages .p_left{ float:left;}
  .pages .p_right{ float:right;}
  .pages .p_page{ border:0;}

  /*float*/
  .float{ width:32px; right:6px; bottom:90px;}
  .float a:nth-child(1){ margin-bottom:5px;}
  .float img{ width:32px; height:auto;}
  .float_apply{ width:80%; margin:0 auto; right:0; top:80px; left:0;}
  .float_apply>em{ height:40px; line-height:40px; font-size:15px; padding-left:15px;}
  .float_apply>em>i{ font-size:20px; top:-1px; right:10px;}
  .float_apply>.apply{ padding:10px 15px;}
  .float_apply>.apply .apply_box>em{ font-size:15px;}
  .float_apply>.apply .apply_box>input[type="text"]{ width:100%; font-size:14px;}
  .float_apply>.apply .apply_box>textarea{ width:98.5%; font-size:14px; height:60px;}
  .float_apply>.apply .apply_box>input[type="submit"]{ width:100%; height:40px; line-height:40px; font-size:15px;}

  /*nav*/
  #footer_nav .footer_nav_con{ padding:0 15px; height:auto; display:flex; justify-content: space-between; align-items: center;}
  #footer_nav .footer_nav_con .list{ display:none;}
  #footer_nav .footer_nav_con .contact{ float:none; width:60%; text-align:left; font-size:14px;}
  #footer_nav .footer_nav_con .contact>span{ margin-top:0;}
  #footer_nav .footer_nav_con .contact>p{ font-size:18px; margin-top:0;}
  #footer_nav .footer_nav_con .qcode{text-align:center; float:none; border:0;}
  #footer_nav .footer_nav_con .qcode ul{display:none;}
  #footer_nav .footer_nav_con .qcode img{float:none;}

  /*footer*/
  #footer{ padding:15px 0;}
  #footer .footer_con{ width:96%; margin:0 auto; text-align:center;}
  #footer .footer_con .l{ float:none;}
  #footer .footer_con .r{ float:none; text-align:center;}
  #footer .footer_copy{ margin:0 auto; width:94%; padding:0 0 10px 0; border-bottom:1px solid #3a3a3a; margin-bottom:10px;}
}

 .news_banner .desc>em{visibility:hidden}
 .news_banner .desc>p{visibility:hidden}
 .news_banner ul{visibility:hidden}
 .news_banner .img{visibility:hidden}
 .news .l{visibility:hidden}
 .news .r{visibility:hidden}