@charset "UTF-8";

.ny-banner {
    padding-top: 100px;
}
.ny-banner .text {
	margin:auto;
	color:#fff;
	text-align: center;
}

.ny-banner .text h2 {
	font-size:36px;
	font-weight:bold;
	line-height:1;
}
.ny-banner .text .cont-space {
	font-size:18px;
	line-height:30px;
	margin-top:20px;
}

/*顶部小图标*/
ul.iconmenubox {
    text-align: center;
    margin-top: 30px;
}
ul.iconmenubox li {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0px 10px;
}

ul.iconmenubox li a i {
	display: block;
    width: 66px;
    height: 66px;
    border: none;
    background-color: #fff;
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    border-radius: 50%;
}
ul.iconmenubox li:hover a i {
    background-color: #00ad66;
}
ul.iconmenubox li a span {
    display: block;
    color: #fff;
    font-size: 16px;
    margin-top: 5px;
}
ul.iconmenubox li.li1 a i {
    background-image: url(../images/01.png);
}
ul.iconmenubox li.li2 a i {
    background-image: url(../images/02.png);
}
ul.iconmenubox li.li3 a i {
    background-image: url(../images/03.png);
}
ul.iconmenubox li.li4 a i {
    background-image: url(../images/04.png);
}
ul.iconmenubox li.li5 a i {
    background-image: url(../images/05.png);
}
ul.iconmenubox li.li6 a i {
    background-image: url(../images/06.png);
}
ul.iconmenubox li.li7 a i {
    background-image: url(../images/07.png);
}
ul.iconmenubox li.li8 a i {
    background-image: url(../images/08.png);
}
ul.iconmenubox li.li9 a i {
    background-image: url(../images/09.png);
}
ul.iconmenubox li.li10 a i {
    background-image: url(../images/10.png);
}
ul.iconmenubox li.li11 a i {
    background-image: url(../images/11.png);
}
ul.iconmenubox li.li12 a i {
    background-image: url(../images/12.png);
}
ul.iconmenubox li.li1:hover a i {
    background-image: url(../images/01_hover.png);
}
ul.iconmenubox li.li2:hover a i {
    background-image: url(../images/02_hover.png);
}
ul.iconmenubox li.li3:hover a i {
    background-image: url(../images/03_hover.png);
}
ul.iconmenubox li.li4:hover a i {
    background-image: url(../images/04_hover.png);
}
ul.iconmenubox li.li5:hover a i {
    background-image: url(../images/05_hover.png);
}
ul.iconmenubox li.li6:hover a i {
    background-image: url(../images/06_hover.png);
}
ul.iconmenubox li.li7:hover a i {
    background-image: url(../images/07_hover.png);
}
ul.iconmenubox li.li8:hover a i {
    background-image: url(../images/08_hover.png);
}
ul.iconmenubox li.li9:hover a i {
    background-image: url(../images/09_hover.png);
}
ul.iconmenubox li.li10:hover a i {
    background-image: url(../images/10_hover.png);
}
ul.iconmenubox li.li11:hover a i {
    background-image: url(../images/11_hover.png);
}
ul.iconmenubox li.li12:hover a i {
    background-image: url(../images/12_hover.png);
}
ul.iconmenubox li.li13:hover a i {
    background-image: url(../images/13_hover.png);
}
ul.iconmenubox li.li14:hover a i {
    background-image: url(../images/14_hover.png);
}
ul.iconmenubox li.li15:hover a i {
    background-image: url(../images/15_hover.png);
}
ul.iconmenubox li.li16:hover a i {
    background-image: url(../images/16_hover.png);
}
/*特点功能*/

.section .titlebox {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}
.section .titlebox h4 {
    color: #333;
    font-size: 38px;
    font-weight: bold
}
.section .titlebox p {
    color: #666;
    font-size: 15px;
}
.function_mian_listbox {
    width: 100%;
    height: auto;
}
.function_mian_listbox ul {
    margin-right: -37px;
}
.function_mian_listbox ul li {
    float: left;
    width: 23%;
    height: 146px;
    border: 1px solid #ebebeb;
    margin-right: 2%;
    margin-bottom: 35px;
    background-color: #f5f5f5;
    position: relative;
}
.function_mian_listbox ul li:hover {
    box-shadow: 0 0 10px #ccc;
}
.function_mian_listbox ul li:last-child {
    margin-right: 0;
}
.function_mian_list_text {
    width: auto;
    height: auto;
    padding: 15px 0;
    overflow: hidden;
}
.function_list_icon {
    float: left;
    width: 67px;
    height: 67px;
    border: 2px solid #00ad66;
    background: url(../images/function_icon01.png) no-repeat center center;
    border-radius: 50%;
    margin-left: 25px;
}
.function_list_icon02 {
    border: 2px solid #fd9525;
    background: url(../images/function_icon02.png) no-repeat center center;
}
.function_list_icon03 {
    border: 2px solid #129cfd;
    background: url(../images/function_icon03.png) no-repeat center center;
}
.function_list_icon04 {
    border: 2px solid #f1c100;
    background: url(../images/function_icon04.png) no-repeat center center;
}
.function_list_icon05 {
    border: 2px solid #00c6f1;
    background: url(../images/function_icon05.png) no-repeat center center;
}
.function_list_icon06 {
    border: 2px solid #00a7ad;
    background: url(../images/function_icon06.png) no-repeat center center;
}
.function_list_icon07 {
    border: 2px solid #dfd641;
    background: url(../images/function_icon07.png) no-repeat center center;
}
.function_list_icon08 {
    border: 2px solid #c32102;
    background: url(../images/function_icon08.png) no-repeat center center;
}
.function_list_icon09 {
    border: 2px solid #1e8dcc;
    background: url(../images/function_icon09.png) no-repeat center center;
}
.function_list_icon10 {
    border: 2px solid #3ecf94;
    background: url(../images/function_icon10.png) no-repeat center center;
}
.function_list_icon11 {
    border: 2px solid #ddb100;
    background: url(../images/function_icon11.png) no-repeat center center;
}
.function_list_icon12 {
    border: 2px solid #ff8e15;
    background: url(../images/function_icon12.png) no-repeat center center;
}
.function_list_icon13 {
    border: 2px solid #00ad66;
    background: url(../images/function_icon13.png) no-repeat center center;
}
.function_list_icon14 {
    border: 2px solid #f1c100;
    background: url(../images/function_icon14.png) no-repeat center center;
}
.function_list_icon15 {
    border: 2px solid #00c6f1;
    background: url(../images/function_icon15.png) no-repeat center center;
}
.function_list_icon16 {
    border: 2px solid #3ecf94;
    background: url(../images/function_icon16.png) no-repeat center center;
}
.function_list_text {
    float: left;
    margin-left: 15px;
}
.function_list_text h2 {
    font-size: 22px;
    color: #272727;
    margin: 8px 0 2px;
}
.function_list_text p {
    font-size: 14px;
    color: #777;
}
.function_mian_list_btn {
    width: auto;
    height: auto;
    padding: 0 10px;
    text-align: center;
}
.function_mian_list_btn a {
    display: inline-block;
    *display: inline;
    width: 96px;
    height: 28px;
    border: 1px solid #c7c7c7;
    border-radius: 2px;
    color: #666;
    font-size: 15px;
    text-align: center;
    line-height: 28px;
    margin: 0 10px;
}
.function_mian_list_btn a:hover {
    background-color: #00ad66;
    color: #fff;
    border: 1px solid #00ad66;
}
.function_mianbg {
    padding: 0;
}
/*扫码体验 特点功能*/

.function_mian_listbox .Case_QrcodeWrap {
    width: 170px;
    height: 135px;
    overflow: hidden;
    position: absolute;
    top: -35px;
    left: 50%;
    z-index: 10;
    margin-left: -85px;
    background-color: #fff;
    text-align: center;
    opacity: 0;
    -webkit-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}
.function_mian_listbox .Case_QrcodeWrap .Case_QrcodeWrap_Img {
    width: 130px;
    height: 130px;
    background: url(../images/devices_img_qy.jpg) no-repeat center;
    background-size: 100% 100%;
    margin: 15px auto 0px;
}
.function_mian_listbox .Case_QrcodeWrap_hover {
    height: 180px;
    top: -90px;
    opacity: 1;
    -webkit-transition: .3s all ease-in-out .2s;
    -moz-transition: .3s all ease-in-out .2s;
    transition: .3s all ease-in-out .2s;
}
.main_consultbg {
    width: 100%;
    min-height: 150px;
    background-color: #00ad66;
    margin: 40px 0px;
}
.main_consultbg .main_consultbox {
    position: relative;
    padding: 20px 0px;
}
.main_consultbg .main_consultbox .wen, .main_consultbg .main_consultbox .txt, .main_consultbg .main_consultbox .advisory {
    display: inline-block;
    vertical-align: middle;
}
.main_consultbg .main_consultbox .txt {
    margin: 0 50px;
}
.main_consultbg .main_consultbox .txt h5 {
    color: #fff;
    font-size: 30px;
}
.main_consultbg .main_consultbox .txt h5 strong {
    font-size: 50px;
    margin-right: 20px;
}
.main_consultbg .main_consultbox .txt p {
    color: #fff;
    font-size: 20px;
}
.main_consultbg .main_consultbox .advisory a {
    display: inline-block;
    width: 188px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #fff;
    margin-left: 25px;
    color: #fff;
    font-size: 18px;
    position: relative;
    transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
}
.main_consultbg .main_consultbox .advisory a:hover {
    color: #00ad66;
    background: #fff;
}
.main_consultbg .main_consultbox .advisory a em {
    display: block;
    width: 100%;
    background: #fff;
    text-align: center;
    position: absolute;
    left: 0px;
    width: 0px;
    overflow: hidden;
    white-space: nowrap;
    transition: width .6s ease-in-out;
    -moz-transition: width .6s ease-in-out;
    -webkit-transition: width .6s ease-in-out;
}
.main_consultbg .main_consultbox .advisory a:hover em {
    width: 100%;
}
.main_consultbg .main_consultbox .advisory a:hover i {
    width: 0px;
}
.main_consultbg .main_consultbox .duang {
    position: absolute;
    right: 0px;
    top: 0px;
}
.scenarios_mianbox {
    margin-bottom: 30px;
    margin-top:50px;
}
.scenarios_mian_listbox {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.scenarios_mian_listbox ul {
    overflow: hidden;
}
.scenarios_mian_listbox ul li {
    float: left;
    margin-bottom: 0px;
    width: 32.3%;
    margin-right: 1%;
    margin-bottom: 1%;
    height: auto;
    position: relative;
}
.scenarios_mian_listbox ul li:nth-child(3n) {
    margin-right: unset;
}
.scenarios_mian_listbox ul li:last-child {
    margin-right: 0;
}

.scenarios_list_img {
    width: 100%;
    max-height: 315px;
    overflow: hidden;
}
.scenarios_list_img img {
    display: block;
    width: 100%;
}
.scenarios_mian_listbox ul li:hover .scenarios_list_textbox {
    background-color: #333333c0;
    opacity: 1;
    -webkit-transition: .2s all ease-in-out .1s;
    -moz-transition: .2s all ease-in-out .1s;
    transition: .2s all ease-in-out .1s;
}
.scenarios_list_textbox {
    width: 100%;
    height: 100%;
    padding: 22px;
    opacity: 0;
    text-align: center;
    overflow: hidden;
    display: flex;
    top: 0px;
    position: absolute;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.scenarios_list_text {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.scenarios_list_code {
    float: left;
    width: 78px;
    height: auto;
    text-align: center;
    font-size: 12px;
    color: #c7c7c7;
}
.scenarios_list_code img {
    width: 78px;
    height: auto;
    margin-bottom: 6px;
}
.scenarios_list_text h3 {
    font-size: 24px;
    color: #fff;
}
.scenarios_list_text p {
    font-size: 14px;
    color: #fff;
    margin-top: 2px;
}
.scenarios_list_text p a{
    color: #fff;
    margin-top: 2px;
}
.scenarios_list_btnbox {
    width: 92px;
    height: 26px;
    border: 1px solid #009966;
    font-size: 16px;
    color: #fff;
    border-radius: 2px;
    text-align: center;
    line-height: 26px;
    display: block;
    margin-top: 15px;
}
.scenarios_list_btnbox:hover {
    background-color: #00ad66;
    border: 1px solid #00ad66;
    color: #fff;
}
.devices_banner {
    height: 590px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.devices_banner .posr {
    position: relative;
    height: 100%;
}
.devices_banner .wrap_1 dl,.devices_banner .wrap_3 dl,.devices_banner .wrap_5 dl {
    width: 50%;
    position: absolute;
    top: 100px;
    left: 0;
    color: #333;
}
.devices_banner .wrap_2 dl,.devices_banner .wrap_4 dl,.devices_banner .wrap_6 dl {
    width: 50%;
    position: absolute;
    top: 100px;
    right: 0;
    color: #333;
}
.devices_banner .posr dl dt {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 5px;
}
.devices_banner .posr dl dd {
    font-size: 16px;
    line-height: 28px;
    height: 300px;
    overflow: auto;
    overflow-x: hidden;
}
.devices_banner .posr dl dd::-webkit-scrollbar {
    width: 10px
}
.devices_banner .posr dl dd::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  /* box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2); */
  background   : #009966;
  }
  .devices_banner .posr dl dd::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  /* box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2); */
  border-radius: 10px;
  background   : #99cc99;
  }

.devices_banner .wrap_2 dl, .devices_banner .wrap_4 dl {
    color: #fff;
}
.devices_banner .wrap_1 .devices_img,.devices_banner .wrap_3 .devices_img ,.devices_banner .wrap_5 .devices_img  {
    position: relative;
    width: 45%;
    float: right;
}
.devices_banner .wrap_2 .devices_img,.devices_banner .wrap_4 .devices_img ,.devices_banner .wrap_6 .devices_img  {
    position: relative;
    width: 45%;
    float: left;
}
.system_mainbox {
    margin: 70px 0px;
}
.system_mian_listbox {
    width: 100%;
    height: 540px;
    position: relative;
}
.index_system_listbox {
    width: 33.3333333%;
    float: left;
    border: 1px solid #c7c7c7;
    background-color: #fff;
    margin-left: -1px;
    position: relative;
    box-sizing: border-box;
}
.index_system_listbg {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}
.index_system_iconbox {
    width: 100%;
    background-color: #252d30;
    padding: 20px 0px 4px;
}
.index_system_icon {
    width: 76px;
    height: 76px;
    margin: 0 auto;
}
.system_icon01 {
    width: 100%;
    height: 76px;
    background: url(../images/price_icon01.png) no-repeat center center;
    display: block;
}
.system_icon02 {
    width: 100%;
    height: 76px;
    background: url(../images/price_icon02.png) no-repeat 23px center;
    display: block;
}
.system_icon03 {
    width: 100%;
    height: 76px;
    background: url(../images/price_icon03.png) no-repeat 23px center;
    display: block;
}
.system_icon04 {
    width: 100%;
    height: 76px;
    background: url(../images/price_icon04.png) no-repeat center center;
    display: block;
}
.index_system_title {
    width: 100%;
    margin-top: 12px;
    text-align: center;
    position: relative;
}
.index_system_title a {
    font-size: 20px;
    color: #fff;
}
.index_system_title a:hover {
    color: #fff;
    text-decoration: underline;
}
.index_system_title p {
    font-size: 14px;
    color: #fff;
    opacity: 0.5;
    margin-top: 2px;
}
.index_system_title .note_box {
    width: auto;
    padding: 2px 4px;
    font-size: 12px;
    color: #fff;
    background-color: #f1ae1f;
    position: absolute;
    top: 7px;
    left: 245px;
}
.index_system_title .note_box em {
    display: block;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 10px solid #f1ae1f;
    position: absolute;
    top: 3px;
    left: -7px;
}
.index_system_pricebox {
    width: 100%;
    padding: 0 20px;
    overflow: hidden;
    margin: 0 auto;
    box-sizing: border-box;
}
.index_system_price {
    width: 100%;
    border-bottom: 1px dashed #e5e5e5;
    height: 70px;
    text-align: center;
    line-height: 70px;
}
.index_system_price h2 {
    font-size: 36px;
    letter-spacing: -1;
    font-weight: bold;
    color: #00ad66;
}
.index_system_price h2 i {
    font-size: 20px;
    font-weight: normal;
}
.system_price_functionbox {
    width: 100%;
    margin-top: 6px;
    overflow: hidden;
}
.system_price_functionbox ul {
    width: 100%;
    overflow: hidden;
    padding: 15px 0;
}
.system_price_functionbox ul li {
    margin-bottom: 15px;
    float: left;
    font-size: 14px;
    color: #777;
    background: url(../images/icon_check.png) no-repeat 20px center;
    padding-left: 40px;
    width: 50%;
}
.system_price_functionbox ul li.system_price_function_uncheck {
    background: url(../images/icon_uncheck.png) no-repeat 20px center;
}
.system_price_function_btn {
    width: auto;
    height: auto;
    overflow: hidden;
    margin: 0px 10px 30px;
}
.system_price_function_btn a {
    width: 106px;
    height: 32px;
    border-radius: 2px;
    color: #00ad66;
    border: 1px solid #00ad66;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    display: block;
    float: left;
}
.system_price_function_btn a.system_price_function_btn_r {
    float: right;
}
.system_price_function_btn a:hover {
    background-color: #00ad66;
    color: #fff;
}
.index_system_listbox:hover {
    border: 2px solid #00ad66;
    z-index: 2;
    top: -1px;
    box-shadow: 0 0 10px #00ad66;
}
.index_system_listbox:hover .index_system_iconbox {
    background-color: #00ad66;
}
.index_system_listbox:hover .system_icon01 {
    background: url(../images/price_icon01_hover.png) no-repeat center center;
}
.index_system_listbox:hover .system_icon02 {
    background: url(../images/price_icon02_hover.png) no-repeat 23px center;
}
.index_system_listbox:hover .system_icon03 {
    background: url(../images/price_icon03_hover.png) no-repeat 23px center;
}
.index_system_listbox:hover .system_icon04 {
    background: url(../images/price_icon04_hover.png) no-repeat center center;
}
.index_system_btn {
    width: 100%;
    margin-top: 50px;
    overflow: hidden;
}
.index_system_btn a {
    width: 228px;
    height: 44px;
    border-radius: 2px;
    border: 1px solid #272727;
    color: #272727;
    font-size: 20px;
    text-align: center;
    line-height: 44px;
    display: block;
    margin: 0 auto;
}
.index_system_btn a:hover {
    background-color: #00ad66;
    border: 1px solid #00ad66;
    color: #fff;
}
/*扫码体验*/

.index_system_listbox .Case_QrcodeWrap {
    width: 200px;
    height: 180px;
    overflow: hidden;
    position: absolute;
    top: 140px;
    left: 50%;
    z-index: 10;
    margin-left: -100px;
    background-color: #fff;
    text-align: center;
    opacity: 0;
    -webkit-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}
.index_system_listbox .Case_QrcodeWrap .Case_QrcodeWrap_Img {
    width: 160px;
    height: 160px;
    background-size: 100% 100%;
    margin: 15px auto 5px;
}
.index_system_listbox .Case_QrcodeWrap_hover {
    height: 220px;
    top: 180px;
    opacity: 1;
    -webkit-transition: .3s all ease-in-out .2s;
    -moz-transition: .3s all ease-in-out .2s;
    transition: .3s all ease-in-out .2s;
}

.devices_info_tab {
    max-width: 1600px;
    margin: 0 auto;
}

.devices_info_con {
    width: 100%;
    padding: 40px;
    margin: 0 auto;
}
.devices_info_con p {
    color: #666;
    text-align: center;
    width: 100%;
}
/*微信营销方案*/

.devices_solution {
    padding: 70px 0px 40px;
}
.devices_solution_tab {
    max-width: 1600px;
    margin: 0 auto;
}
.devices_solution_tab .hd {
    width: 100%;
    box-sizing: border-box;
}
.devices_solution_tab .hd ul{
    position: relative;
    height: 60px;
    padding: 7px;
    display: flex;
    justify-content: center;
}
.devices_solution_tab .hd ul li {
    width: 20%;
    float: left;
    height: 46px;
    line-height: 46px;
    padding-left: 30px;
    background-color: #f2f2f2;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
}
.devices_solution_tab .hd ul li:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    width: 8px;
    height: 8px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.devices_solution_tab .hd ul li.on, .devices_solution_tab .hd ul li:hover {
    background-color: #00ad66;
    color: #fff;
}
.devices_solution_tab .hd ul li.on:after, .devices_solution_tab .hd ul li:hover:after {
    border-color: #fff;
}
.devices_solution_tab .bd {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #ddd;
}
.devices_solution_tab .bd .devices_solution_con {
    width: 100%;
    padding: 40px;
    margin: 0 auto;
}
.devices_solution_tab .bd .devices_solution_con .top {
    height: auto;
    /* padding-bottom: 30px;
    border-bottom: 1px solid #ddd; */
}
.devices_solution_tab .bd .devices_solution_con .top .img{
    width: 40%;
    overflow: hidden;
}
.devices_solution_tab .bd .devices_solution_con .top .img:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
.devices_solution_tab .bd .devices_solution_con .top .img img{
    max-width: 100%;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    transition: 0.8s;
}
.devices_solution_tab .bd .devices_solution_con .top .txt {
    width: 55%;
    font-size: 16px;
    line-height: 35px;
}
.devices_solution_tab .bd .devices_solution_con .top .txt h4 {
    color: #333;
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 20px;
}
.devices_solution_tab .bd .devices_solution_con p {
    color: #666;
    text-align: center;
    width: 100%;
}
.devices_solution_tab .bd .devices_solution_con .top .txt p {
    color: #666;
    text-align: left;
}
.devices_solution_tab .bd .devices_solution_con .con {
    padding-top: 40px;
}
.devices_solution_tab .bd .devices_solution_con .con h4 {
    color: #333;
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 20px;
}
.devices_solution_tab .bd .devices_solution_con .con ul {
    padding: 20px 0px;
}
.devices_solution_tab .bd .devices_solution_con .con ul li {
    width: 10%;
    float: left;
    text-align: center;
}
.devices_solution_tab .bd .devices_solution_con .con ul li i {
    display: block;
    text-align: center;
}
.devices_solution_tab .bd .devices_solution_con .con ul li span {
    display: block;
    margin-top: 20px;
    color: #333;
    font-size: 15px;
}
.magess_pop {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
}
.magess_pop .magess_con {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 500px;
    height: 400px;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.magess_pop .magess_con .close {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 9;
    background: url(../images/close.png) no-repeat center;
    cursor: pointer;
}
.magess_pop .magess_con .con {
    display: block;
    padding: 30px 20px;
    position: relative;
}
.magess_pop .magess_con .con .input_txt {
    width: 100%;
    margin-bottom: 20px;
}
.magess_pop .magess_con .con .input_txt .label {
    color: #555;
    font-size: 15px;
    margin-bottom: 5px;
}
.magess_pop .magess_con .con .input_txt input {
    width: 100%;
    height: 50px;
    padding: 5px 10px;
    border: 1px solid #ddd;
    color: #666;
    font-size: 14px;
    box-sizing: border-box;
}
.magess_pop .magess_con .con .input_txt input.wc_yzm {
    border: 1px solid #02ad66;
    background: #02ad66;
    color: #fff;
    width: 48%;
    cursor: pointer;
}
.magess_pop .magess_con .con .input_txt input.wc_yzm:hover {
    background-color: #029c5c;
}
.magess_pop .magess_con .con .input_txt input:hover {
    border-color: #02ad66
}
.magess_pop .magess_con .con .input_txt input.submit {
    background-color: #02ad66;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
}
.magess_pop .magess_con .con .input_txt input.submit:hover {
    background-color: #029c5c;
}
.magess_pop .magess_con .con p {
    color: #787878;
    font-size: 14px;
}
.index-analysis .main {
	margin: 0 auto;
	width: 100%;
	max-width: 1600px;
	position: relative;
}

.index-analysis .main .box {
	float: left;
	width: 50%;
	height: 600px;
	background: #ffffff;
	position: relative;
	z-index: 9;
	padding: 40px 50px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}
.index-analysis .main .box span{
	font-size: 40px;
    color:#009966;
    font-weight: bold;
}
.index-analysis .main .box .box-des{
	font-size: 24px;
    color:#666;
    font-weight: bold;
    margin-top: 30px;
}


.index-analysis .main .box .tab-txt {
	width: 100%;
	height: 270px;
    margin-top: 30px;
	overflow: hidden;
	position: relative;
}

.index-analysis .main .box .tab-txt>div {
	width: 100%;
	height: 100%;
	position: absolute;
	transition: 0.2s;
}

.index-analysis .main .box .tab-txt div.d1 {
	top: 0;
	left: -700px;
    opacity: 0;
}

.index-analysis .main .box .tab-txt div.d2 {
	top: -200px;
	left: 0;
    opacity: 0;
}

.index-analysis .main .box .tab-txt div.d3 {
	top: 0;
	left: 700px;
    opacity: 0;
}

.index-analysis .main .box .tab-txt div.d4 {
	top: 180px;
	left: 0;
    opacity: 0;
}

.index-analysis .main .box .tab-txt div.act {
	top: 0;
	left: 0;
	transition: 0.8s;
    opacity: 1;
}

.index-analysis .main .box .tab-txt .title {
	font-size: 36px;
	color: #009966;
}

.index-analysis .main .box .tab-txt .subtitle {
	font-size: 24px;
	color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.index-analysis .main .box .tab-txt p {
	margin-top: 20px;
	font-size: 18px;
	color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.index-analysis .main .tab-img {
	top: unset;
	right: unset;
	width: 800px;
	height: 600px;
    background-color: #ccc;
	overflow: hidden;
	position: relative;
    text-align:center;
    vertical-align:middle;
    display:table-cell;
}

.index-analysis .main .tab-img img {
	top: unset;
	left: unset;
	width: 100%;
	display: block;
	position: relative;
	transition: 0.8s;
}

.index-analysis .main .tab-img img.i1 {
	top: 0;
	left: -820px;
}

.index-analysis .main .tab-img img.i2 {
	top: -620px;
	left: 0;
}

.index-analysis .main .tab-img img.i3 {
	top: 0;
	left: 820px;
}

.index-analysis .main .tab-img img.i4 {
	top: 620px;
	left: 0;
}
#huangdong{
    transition: unset;
}
.index-analysis .main .tab-img img.act {
	top: 0;
	left: 0;
	/* transition: 0.8s;
    _margin-top: expression_r(( 300 - this.height ) / 2); */
}

.index-analysis .main .box .lineLink {
	margin-top: 45px;
}

.index-analysis .main .box .tab-btn {
	width: 100%;
	background: #ffffff;
	margin-top: 10px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.index-analysis .main .box .tab-btn li {
	float: left;
	width: 33.3333%;
	height: 140px;
	cursor: pointer;
	border-right: 1px solid #f2f2f2;
    padding-top: 25px;
}

.index-analysis .main .box .tab-btn li:last-child{
	float: left;
	width: 33.3333%;
	height: 140px;
	cursor: pointer;
	border-right: none;
}

.index-analysis .main .box .tab-btn li.last {
	border-right: none;
}

.index-analysis .main .box .tab-btn li span{
    font-size: 40px;
    color: #00996628;
    font-weight: bold;
    font-style: italic;
    position: absolute;
    margin-top: -40px;
}
.index-analysis .main .box .tab-btn li .icon {
    width: 100px;
	max-height: 50px;
    text-align: center;
    margin: 0 auto;
	/* background-image: url("../images/devicesico.png"); */
	background-repeat: no-repeat;

}

.index-analysis .main .box .tab-btn li .icon img{
    filter: grayscale(100%);
}

.index-analysis .main .box .tab-btn li.act .icon img{
	filter: grayscale(10%);
}

.index-analysis .main .box .tab-btn li p {
	margin-top: 20px;
	font-size: 18px;
	text-align: center;
	color: #666;
}

.index-analysis .main .box .tab-btn li.act p {
	color: #009966;
}

/*移动筛分样式*/
.inside_banner {
    height: 388px!important;
}

.inside_banner .cont h2{
    font-size: 48px;
}

.mscreen .main {
	margin: 0 auto;
	width: 100%;
	max-width: 1600px;
	position: relative;
}

.mscreen .main .box {
	float: left;
	width: 50%;
	/* height: 600px; */
	background: #ffffff;
	position: relative;
	z-index: 9;
	padding: 40px 50px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}
.mscreen .main .box span{
	font-size: 40px;
    color:#009966;
    font-weight: bold;
}
.mscreen .main .box .box-des{
	font-size: 24px;
    color:#666;
    font-weight: bold;
    margin-top: 20px;
    margin-left: 30px;
}
.mscreen .main .box .box-des::before{
    content: "";
    position: absolute;
    width: 20px;
    height: 36px;
    margin-left: -30px;
    background: url(../images/lablestar.png) center no-repeat;
}

.mscreen .main .box .tab-txt {
	width: 100%;
	/* height: 270px; */
    margin-top: 30px;
	/* overflow: hidden;
	position: relative; */
}

.mscreen .main .box .tab-txt>div {
	width: 100%;
	height: 100%;
	/* position: absolute; */
	transition: 0.2s;
}

.mscreen .main .box .tab-txt div.d1 {
	top: 0;
	left: -700px;
    opacity: 0;
}

.mscreen .main .box .tab-txt div.d2 {
	top: -200px;
	left: 0;
    opacity: 0;
}

.mscreen .main .box .tab-txt div.d3 {
	top: 0;
	left: 700px;
    opacity: 0;
}

.mscreen .main .box .tab-txt div.d4 {
	top: 180px;
	left: 0;
    opacity: 0;
}

.mscreen .main .box .tab-txt div.act {
	top: 0;
	left: 0;
	transition: 0.8s;
    opacity: 1;
}

.mscreen .main .box .tab-txt .title {
	font-size: 36px;
	color: #009966;
}

.mscreen .main .box .tab-txt .subtitle {
	font-size: 24px;
	color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.mscreen .main .box .tab-txt p {
	margin-top: 20px;
	font-size: 18px;
	color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.mscreen .main .tab-img {
	top: unset;
	right: unset;
	width: 800px;
	/* height: 600px; */
    /* background-color: #ccc; */
	overflow: hidden;
	position: relative;
    text-align:center;
    vertical-align:middle;
    display:table-cell;
}

.mscreen .main .tab-img img {
	top: unset;
	left: unset;
	width: 100%;
	display: block;
	position: relative;
	transition: 0.8s;
}

.mscreen .main .tab-img img.i1 {
	top: 0;
	left: -820px;
}

.mscreen .main .tab-img img.i2 {
	top: -620px;
	left: 0;
}

.mscreen .main .tab-img img.i3 {
	top: 0;
	left: 820px;
}

.mscreen .main .tab-img img.i4 {
	top: 620px;
	left: 0;
}

.mscreen .main .tab-img img.act {
	top: 0;
	left: 0;
	/* transition: 0.8s;
    _margin-top: expression_r(( 300 - this.height ) / 2); */
}

.mscreen .main .box .lineLink {
	margin-top: 45px;
}

.mscreen .main .box .tab-btn {
	width: 100%;
	background: #ffffff;
	margin-top: 10px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.mscreen .main .box .tab-btn li {
	float: left;
	width: 33.3333%;
	height: 140px;
	cursor: pointer;
	border-right: 1px solid #f2f2f2;
    padding-top: 25px;
}

.mscreen .main .box .tab-btn li:last-child{
	float: left;
	width: 33.3333%;
	height: 140px;
	cursor: pointer;
	border-right: none;
}

.mscreen .main .box .tab-btn li.last {
	border-right: none;
}

.mscreen .main .box .tab-btn li span{
    font-size: 40px;
    color: #00996628;
    font-weight: bold;
    font-style: italic;
    position: absolute;
    margin-top: -40px;
}
.mscreen .main .box .tab-btn li .icon {
    width: 100px;
	max-height: 50px;
    text-align: center;
    margin: 0 auto;
	/* background-image: url("../images/devicesico.png"); */
	background-repeat: no-repeat;

}

.mscreen .main .box .tab-btn li .icon img{
    filter: grayscale(100%);
}

.mscreen .main .box .tab-btn li.act .icon img{
	filter: grayscale(10%);
}

.mscreen .main .box .tab-btn li p {
	margin-top: 20px;
	font-size: 18px;
	text-align: center;
	color: #666;
}

.mscreen .main .box .tab-btn li.act p {
	color: #009966;
}

@media (max-width: 1200px) {
    .devices_banner .wrap_1 .posr .devices_img {
        position: absolute;
        left:52%;
    }
    .devices_banner .wrap_1 .posr .devices_img, .devices_banner .wrap_3 .posr .devices_img, .devices_banner .wrap_5 .posr .devices_img {
        left:52%;
    }
    .devices_banner .wrap_1 .posr .devices_img, .devices_banner .wrap_3 .posr .devices_img, .devices_banner .wrap_5 .posr .devices_img {
        right:52%;
    }

    .function_mianbox {
        padding: 0px 20px;
    }
    .function_mian_listbox ul, .scenarios_mian_listbox ul {
        margin: 0;
    }
    .function_mian_listbox ul li {
        width: 31.333333%;
        margin-right: 2.5%;
    }
    .scenarios_mian_listbox ul li {
        width: 31.333333%;
        margin-right: 2.5%;
    }
    .system_mainbox {
        padding: 0px 20px;
        margin: 30px 0px;
    }
    .system_mian_listbox {
        height: auto;
    }
    .index_system_listbox {
        width: 33.3333333%;
    }
    .index_system_iconbox {
        height: auto;
    }
    .index_system_title a {
        font-size: 18px;
    }
    .index_system_pricebox {
        padding: 0 10px;
    }
}
@media (max-width: 1200px) and (min-width: 901px) {
    .function_mian_listbox ul li:nth-child(3n), .scenarios_mian_listbox ul li:nth-child(3n) {
        margin-right: 0;
    }
    .index-analysis .main .box {
        float: unset;
        width: 100%;
        height: auto;
        background: #ffffff;
        position: relative;
        z-index: 9;
        padding: 40px 50px;
        box-shadow: 0 2px 12px rgb(0 0 0 / 15%);
    }
    .index-analysis .main .tab-img {
        width: 100%;
        height: auto;
        display: block;
        position: relative;
    }
    .mscreen .main .box {
        float: unset;
        width: 100%;
        height: auto;
        background: #ffffff;
        position: relative;
        z-index: 9;
        padding: 40px 50px;
        box-shadow: 0 2px 12px rgb(0 0 0 / 15%);
    }
    .mscreen .main .tab-img {
        width: 100%;
        height: auto;
        display: block;
        position: relative;
    }
    .devices_banner .wrap_1 dl,.devices_banner .wrap_3 dl,.devices_banner .wrap_5 dl{
        position: static;
        width: 100%;
        color: #27b7b8;
        display: inline-block;
        vertical-align: top;
        padding: 20px 0;
        box-sizing: border-box;
    }
    .devices_banner .wrap_1 .devices_img,.devices_banner .wrap_3 .devices_img,.devices_banner .wrap_5 .devices_img{
        position: static;
        width: 100%;
        margin-top: -100px;
        text-align: center;
        display: inline-block;
        vertical-align: bottom;
    }
    .devices_banner .wrap_2 dl,.devices_banner .wrap_4 dl,.devices_banner .wrap_6 dl{
        position: static;
        width: 100%;
        color: #fff;
        display: inline-block;
        vertical-align: top;
        padding: 20px 0;
        box-sizing: border-box;
    }
    .devices_banner .wrap_2 .devices_img,.devices_banner .wrap_4 .devices_img,.devices_banner .wrap_6 .devices_img{
        position: static;
        width: 100%;
        margin-top: -100px;
        text-align: center;
        display: inline-block;
        vertical-align: bottom;
    }
    .devices_solution_tab .bd .devices_solution_con .top .txt p{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
    }
    .devices_banner {
        height: auto;
    }
    .devices_banner .posr {
        font-size: 0;
        padding: 40px 50px;
        display: flex;
        flex-direction: column-reverse;
    }
    /* .devices_banner .posr dl {
        position: static;
        width: 100%;
        color: #27b7b8;
        display: inline-block;
        vertical-align: top;
        padding: 20px 0;
        box-sizing: border-box;
    } */
    .devices_banner:nth-child(2n) .posr dl {
        padding: 20px 0 0 5%
    }
    .devices_banner:nth-child(2n) .posr .devices_img {
        float: left;
    }
}
@media (max-width: 900px) and (min-width: 767px) {
    .function_mian_listbox ul li {
        width: 48%;
        margin: 0px 0px 25px 0px;
    }
    .function_mian_listbox ul li:nth-child(2n) {
        float: right;
    }
    .scenarios_mian_listbox ul li:nth-child(3n) {
        margin-right: 0;
    }
    .index-analysis .main{
        margin-bottom: 30px;
    }
    .index-analysis .main .box {
        float: right;
        width: 100%;
        height: auto;
        padding: 0;
        box-shadow: unset;
    }
    .index-analysis .main .tab-img{
        float: left;
        width: 100%;
        height: auto;
        position: absolute;
        background-color: unset;
    }
    .mscreen .main{
        margin-bottom: 30px;
    }
    .mscreen .main .box {
        float: right;
        width: 100%;
        height: auto;
        padding: 0;
        box-shadow: unset;
    }
    .mscreen .main .tab-img{
        float: left;
        width: 100%;
        height: auto;
        position: absolute;
        background-color: unset;
    }
    .devices_banner{
        height: unset;
    }
    .devices_banner .posr dl{
        position: static;
        width: 100%;
        display: inline-block;
        vertical-align: top;
        padding: 20px 0;
        box-sizing: border-box;
    }
    .devices_solution_tab .bd .devices_solution_con .top .txt p{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
    }
    .devices_banner .wrap_1 .devices_img,.devices_banner .wrap_3 .devices_img ,.devices_banner .wrap_5 .devices_img  {
        position: static;
        width: 100%;
        /* margin-top: -180px; */
        display: inline-block;
        vertical-align: bottom;
    }
    .devices_banner .wrap_2 .devices_img,.devices_banner .wrap_6 .devices_img  {
        position: static;
        width: 100%;
        /* margin-top: -180px; */
        display: inline-block;
        vertical-align: bottom;
    }
    .devices_banner .wrap_4 .devices_img {
        position: static;
        width: 100%;
        display: inline-block;
        vertical-align: bottom;
    }
}
@media (max-width: 768px) {
    .devices_solution_tab .hd ul li{
        padding-left: 10px;
        width: 25%;
    }
    .devices_solution_tab .bd .devices_solution_con .top .txt p{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }
    .ny-banner {
        height: 250px;
        padding-top:0px;
    }
    .ny-banner .text h2 {
        font-size:24px;
    }
    .ny-banner .text .cont-space {
        font-size: 14px;
    }

    ul.iconmenubox li {
        margin: 0px 10px 10px;
    }
    ul.iconmenubox li a i {
        width: 50px;
        height: 50px;
        background-size: 20px auto;
    }
    ul.iconmenubox li a span {
        font-size: 14px;
    }
    .scenarios_mian_listbox ul li {
        width: 100%;
        margin-right: 0;
    }
    .scenarios_list_textbox {
        padding: 12px 10px;
        opacity: 1;
        background-color: #333333c0;
    }
    .scenarios_list_text {
        width: 100%;
        margin: 0 auto;
    }
    .scenarios_list_text h3 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .scenarios_list_text p {
        display: none;
    }
    .scenarios_list_text .scenarios_list_btnbox {
        font-size: 12px;
        margin-top: 10px;
    }
    .scenarios_mian_listbox ul li:nth-child(3n) {
        margin-right: 0;
    }
    .full-crumbs{
        display: none;
    }

    .index-analysis .main .box{
        width:100%;
        height:auto;
        padding: 30px 0px;
        margin-top: 300px;
        box-shadow:unset;
    }
    .index-analysis .main .tab-img{
        float: left;
        width:100%;
        height:auto;
        position: absolute;
        background-color: unset;
    }
    #huangdong{transition: unset;}
    .index-analysis .main .tab-img img.act{
        width:100%;
        height:auto;
    }
    .index-analysis .main .box span{
        font-size: 30px;
        color: #009966;
        font-weight: bold;
    }
    .index-analysis .main .box .box-des{
        font-size: 20px;
    }
    .index-analysis .main .box .tab-btn li p{
        font-size: 14px;
    }
    .index-analysis .main .box .tab-txt {
        width: 100%;
        height: 195px;
    }

    .index-analysis .main .box .tab-txt>div {
    	overflow: hidden;
    	position: absolute;
    	transition: 0.2s;
    }

    .index-analysis .main .box .tab-txt div.d1 {
    	top: 0;
    	left: -700px;
    }

    .index-analysis .main .box .tab-txt div.d2 {
    	top: -280px;
    	left: 0;
    }

    .index-analysis .main .box .tab-txt div.d3 {
    	top: 0;
    	left: 700px;
    }

    .index-analysis .main .box .tab-txt div.d4 {
    	top: 180px;
    	left: 0;
    }

    .index-analysis .main .box .tab-txt div.act {
    	top: 0;
    	left: 0;
    	transition: 0.8s;
    }

    /*移动筛分*/
    .mscreen .main .box{
        width:100%;
        height:auto;
        padding: 30px 0px;
        margin-top: 260px;
        box-shadow:unset;
    }
    .mscreen .main .tab-img{
        float: left;
        width:100%;
        height:auto;
        position: absolute;
        background-color: unset;
    }
    .mscreen .main .tab-img img.act{
        width:100%;
        height:auto;
    }
    .mscreen .main .box span{
        font-size: 30px;
        color: #009966;
        font-weight: bold;
    }
    .mscreen .main .box .box-des{
        font-size: 16px;
        margin-top: 20px;
    }
    .mscreen .main .box .tab-btn li p{
        font-size: 14px;
    }
    .mscreen .main .box .tab-txt {
        width: 100%;
        height: unset;
    }
    .mscreen .main .box .tab-txt p {
        margin-top: 0;
        font-size: 16px;
        line-height: 28px;
    }

    .mscreen .main .box .tab-txt>div {
        height: auto;
    	overflow: hidden;
    	position: absolute;
    	transition: 0.2s;
    }

    .mscreen .main .box .tab-txt div.d1 {
    	top: 0;
    	left: -700px;
    }

    .mscreen .main .box .tab-txt div.d2 {
    	top: -280px;
    	left: 0;
    }

    .mscreen .main .box .tab-txt div.d3 {
    	top: 0;
    	left: 700px;
    }

    .mscreen .main .box .tab-txt div.d4 {
    	top: 180px;
    	left: 0;
    }

    .mscreen .main .box .tab-txt div.act {
    	top: unset;
    	left: unset;
    	transition: 0.8s;
        position: unset;
    }

    .devices_banner {
        height: auto;
    }
    .devices_banner .posr {
        font-size: 0;
        padding: 30px 20px 0px;
        display: flex;
        flex-direction: column-reverse;
    }
    .devices_banner .posr dl {
        position: static;
        width: 100%;
        display: inline-block;
        vertical-align: top;
        padding: 20px 0;
        box-sizing: border-box;
    }


    .devices_banner .wrap_1 .devices_img,.devices_banner .wrap_3 .devices_img ,.devices_banner .wrap_5 .devices_img  {
        position: static;
        width: 100%;
        /* margin-top: -180px; */
        display: inline-block;
        vertical-align: bottom;
    }
    .devices_banner .wrap_5 .devices_img  {
        position: static;
        width: 100%;
        /* margin-top: -100px; */
        display: inline-block;
        vertical-align: bottom;
    }
    .devices_banner .wrap_2 .devices_img,.devices_banner .wrap_6 .devices_img  {
        position: static;
        width: 100%;
        /* margin-top: -180px; */
        display: inline-block;
        vertical-align: bottom;
    }
    .devices_banner .wrap_4 .devices_img {
        position: static;
        width: 100%;
        display: inline-block;
        vertical-align: bottom;
    }
    .index_system_title a {
        font-size: 14px;
    }
    .index_system_pricebox {
        padding: 0 5px;
    }
    .system_price_function_btn a {
        width: 42%;
        font-size: 14px;
    }
}
@media (max-width: 600px) {
    .function_mian_listbox ul li {
        width: 100%;
        margin: 0px 0px 25px 0px;
    }
    .function_mian_list_text {
        text-align: center;
    }
    .function_list_icon, .function_list_text {
        float: none;
        display: inline-block;
        vertical-align: middle;
        text-align: left;
    }
    .function_list_icon {
        width: 54px;
        height: 54px;
    }
    .function_list_text {
        width: calc(100% - 120px);
    }
    .function_list_text h2 {
        margin: 0px 0px 3px;
        font-size: 18px;
    }
    .scenarios_mian_listbox ul {
        padding: 0px 20px;
    }
    .scenarios_mian_listbox ul li {
        width: 100%;
    }
}
@media (max-width: 540px) {
    .magess_pop .magess_con {
        width: 90%;
    }
    .devices_banner .posr dl, .devices_banner:nth-child(2n) .posr dl {
        width: 100%;
        padding: 20px 0px;
    }
    .devices_banner .posr .devices_img {
        width: 100%;
    }
    .devices_banner .posr dl dt {
        font-size: 35px;
    }
    .section .titlebox h4 {
        font-size: 30px;
    }
    .section .titlebox p {
        font-size: 16px;
    }
    .index_system_listbox {
        width: 100%;
        margin-bottom: 20px;
    }
    .system_price_functionbox ul li {
        background: url(../images/icon_check.png) no-repeat 5px center;
        padding-left: 30px;
        width: 100px;
    }
    .system_price_functionbox ul li.system_price_function_uncheck {
        background: url(../images/icon_uncheck.png) no-repeat 5px center;
    }
    .devices_solution {
        display: block;
        padding: 70px 0px 40px;
    }
    .devices_solution_tab {
        width: 100%;
        min-height: 500px;
    }
    .devices_solution_tab .hd {
        width: 100%;
        box-sizing: unset;
    }
    .devices_solution_tab .hd ul {
        position: relative;
        min-height: 60px;
        height: auto;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .devices_solution_tab .hd ul li {
        width: 32%;
        padding-left: 0px;
        text-align: center;
        margin-right: 1%;
        margin-bottom: 1%;
    }
    .devices_solution_tab .hd ul li:nth-child(3n) {
        margin-right:unset;
    }
    .devices_solution_tab .hd ul li:after{
        display: none;
    }
    .devices_solution_tab .bd {
        width: 100%;
        margin: 0 auto;
        border: none;
    }
    .devices_solution_tab .bd .devices_solution_con{
        padding: 30px 20px 0px;
    }
    .devices_solution_tab .bd .devices_solution_con .top .txt {
        width: 100%;
    }
    .devices_solution_tab .bd .devices_solution_con .top .img{
        width:100%;
    }
    .devices_solution_tab .bd .devices_solution_con .top .txt p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
    }
    .devices_solution_tab .bd .devices_solution_con .con h4{
        font-weight: bold;
    }
    .devices_solution_tab .bd .devices_solution_con .con ul li {
        width: 25%;
    }
    .devices_solution_tab .bd .devices_solution_con .con ul li span{
        font-size: 14px;
        margin-top: 10px;
    }
    .main_consultbg .main_consultbox .txt h5 strong {
        font-size: 2rem;
    }
    .main_consultbg .main_consultbox .wen {
        width: 100px;
        height: 100px;
    }
    .main_consultbg .main_consultbox .txt {
        margin: 0 10px;
        width: calc(100% - 130px);
    }
    .main_consultbg .main_consultbox .txt h5 {
        font-size: 18px;
    }
    .main_consultbg .main_consultbox .txt p {
        font-size: 14px;
    }
    .main_consultbg .main_consultbox .advisory {
        width: 100%;
        text-align: center;
    }
    .main_consultbg .main_consultbox .advisory a {
        width: 40%;
        height: 42px;
        line-height: 40px;
        margin: 10px 1%;
        box-sizing: border-box;
    }
    .index-analysis .main .box .tab-txt {
        width: 100%;
        height: 240px;
    }
    .index-analysis .main .box .tab-txt .title {
        font-size: 28px;
    }
    .index-analysis .main .box .tab-txt .subtitle {
        font-size: 20px;
    }
    .index-analysis .main .box .tab-txt p {
        font-size: 16px;
        -webkit-line-clamp: 6;
        overflow-y: auto;
    }

    .screen .main .box .tab-txt {
        width: 100%;
        height: 240px;
    }
    .screen .main .box .tab-txt .title {
        font-size: 28px;
    }
    .screen .main .box .tab-txt .subtitle {
        font-size: 20px;
    }
    .screen .main .box .tab-txt p {
        font-size: 16px;
        -webkit-line-clamp: 6;
        overflow-y: auto;
    }
    .section .titlebox {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .scenarios_mian_listbox ul {
        padding: 0px;
    }
}
