html{margin: 0px;padding: 0px;}
body,ul,h1,h2,h3,h4,h5,h6{margin: 0px;padding: 0px; font-family:"Microsoft YaHei",Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜,"MicrosoftJhengHei",Ã¥ÂÅ½Ã¦â€“â€¡Ã§Â»â€ Ã©Â»â€˜,STHeiti,MingLiu }
a,a:link,a:visited,a:hover,a:active{text-decoration:none !important;color: #333;}
img{border: 0px;}
.container{width: 1200px;margin: 0 auto;}
/*Ã¥Å“Â°Ã¥Ââ‚¬Ã©â‚¬â€°Ã¦â€¹Â©*/
a,img{border:0;text-decoration:none;}
em{font-style:normal;}
ol, ul{list-style:none outside none;padding:0;margin:0;}
body::-webkit-scrollbar{
    width: 0px;
}
@font-face {
    font-family: 'icomoon';
    src:  url('../font/icomoon.eot?5g45fu');
    src:  url('../font/icomoon.eot?5g45fu#iefix') format('embedded-opentype'),
    url('../font/icomoon.ttf?5g45fu') format('truetype'),
    url('../font/icomoon.woff?5g45fu') format('woff'),
    url('../font/icomoon.svg?5g45fu#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-air:before {
    content: "\e906";
}
.icon-regulatory:before {
    content: "\e907";
}
.icon-monitoring:before {
    content: "\e908";
}
.icon-operations:before {
    content: "\e909";
}
.icon-energy:before {
    content: "\e90a";
}
.icon-city-house:before {
    content: "\e900";
}
.icon-dataCenter:before {
    content: "\e901";
}
.icon-trafic:before {
    content: "\e902";
}
.icon-factory:before {
    content: "\e903";
}
.icon-school:before {
    content: "\e904";
}
.icon-hospital:before {
    content: "\e905";
}
.single{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.single_2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.single_3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.single_4{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:4;
    overflow: hidden;
}
.single_5{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:5;
    overflow: hidden;
}
a:hover{
    text-decoration: none !important;
}
.header{
    width: 100%;
    height:80px;
    background-color: #ffffff;
    border-bottom: 1px solid #cccccc;
}
.header .logos{
    display: flex;
    align-items: center;
    height: 80px;
    width: 20%;
    float: left;
}
.header .logos img{
    max-width: 100%;
    margin: 0px;
    margin-top: -3px;
}
.header .twelve{
    height: 80px;
    width: 80%;
    float: right;
}
.header .twelve .main_menu{
    height: 100%;
}
.header .twelve .main_menu ul{
    font-size: 0px;
    line-height: 0px;
    text-align: right;
    height: 100%;
}
.header .twelve .main_menu ul li{
    display: inline-flex;
    align-items: center;
    position: relative;
    height: 100%;
}
.header .twelve .main_menu ul li .info{
    display: inline-block;
    padding: 0px 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #5e5e5e;
    border-radius: 30px;
}
.header .twelve .main_menu ul .active .info,.header .twelve .main_menu ul li:hover .info{
    color: #ffffff;
    background-color: #2aa3dc;
}
.header .twelve .main_menu ul li ul{
    position: absolute;
    top:65px;
    left: 0px;
    width: 160px;
    height: auto;
    z-index: 5;
    box-shadow: 1.5px 2.598px 5.64px 0.36px rgba(4,0,0,0.29);
    display: none;
}
.header .twelve .main_menu ul li:hover ul{
    display: block;
}
.header .twelve .main_menu ul li ul li{
    height: 50px;
    width: 130px;
    line-height: 50px;
    padding-left: 30px;
    background: rgba(255,255,255,1);
    border-bottom: 1px solid #e3e3e3;
    text-align: left;
}
.header .twelve .main_menu ul li ul li a{
    color: #5e5e5e;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
}
.header .twelve .main_menu ul li ul li:hover{
    background-color: #2aa3dc;
}
.header .twelve .main_menu ul li ul li:hover a{
    color: #ffffff;
}
.header .twelve .main_menu ul li ul li:last-child{
    border-bottom: 0px;
}
.header .icon_menu{
    height: 26px;
    display: flex;
    align-items: center;
    align-content: space-around;
    width: 30px;
    float: right;
    flex-wrap: wrap;
    justify-content: center;
    display: none;
    margin-top: 12px;
}
.header .icon_menu span{
    width: 22px;
    height: 3px;
    background-color: #2aa3dc;
    border-radius: 8px;
}
.index_banner{
    width: 100%;
}
.index_banner .swiper-wrapper{
    height: auto;
}
.index_banner .swiper-slide{
    overflow: hidden;
    display: block;
    height: auto;
    line-height: 0px;
    text-align: center;
}
.index_banner .swiper-slide img{
    width: auto;
    max-width:100%;
}
.caption_title{
    width: 100%;
    padding: 50px 0px;
}
.caption_title .top{
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    color: #8cc43f;
    text-transform: uppercase;
}
.caption_title .line{
    width: 470px;
    margin: 0 auto;
    height: 12px;
    position: relative;
    line-height: 12px;
    font-size: 22px;
    color: #8cc43f;
    text-align: center;
}
.caption_title .line:after{
    width: 100%;
    content: "";
    height: 2px;
    background-color: #c4c4c4;
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -1px;
    z-index: -1;
}
.caption_title .line span{
    background-color: #ffffff;
    display: inline-block;
    padding: 0px 10px;
    height: 100%;
}
.caption_title .bottom{
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: bold;
    color: #2d9ed6;
}
.message {
    width: 100%;
    text-align: center;
    font-size: 30px;
}
.message div{
    margin: 5px;
}
.message div input,select{
    width: 100%;
    height: 35px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.index_about{
    width: 100%;
}
.index_about .info_main{
    display: flex;
    width: 100%;
}
.index_about .info_main .des{
    width: 50.5%;
    color: #595757;
    font-size: 14px;
    line-height: 30px;
}
.index_about .info_main .des .img{
    width: 100%;
}
.index_about .info_main .des .font{
    margin-top: 14px;
    color: #595757;
    font-size: 16px;
    line-height: 40px;
}
/*.index_about .info_main p{
    padding: 5px 0px;
    margin: 0px;
    text-indent:2em;
}
.index_about .info_main p span{
    color: #595757;
    font-size: 14px !important;
    line-height: 30px;
}*/
.index_about .info_main .des_info{
    width: 46.25%;
    margin-left: auto;
    border-left: 1px solid #eff0f0;
    position: relative;
}
.index_about .info_main .des_info .img{
    width: 85.585586%;
    margin-left: 19.414414%;
}
.index_about .info_main .des_info .font{
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.index_about .info_main .des_info .font .item{
    width: 40.54%;
    position: absolute;
    left: 3.4%;
    top: 0px;
    z-index: 99;
}
.index_about .info_main .des_info .font .item:first-child+.item{
    left: auto;
    right: 0px;
}
.index_about .info_main .des_info .font .item:first-child+.item+.item{
    left: 39.4%;
    top: 67%;
}
.index_about .info_main .des_info .font .item .left_img{
    width: 42px;
    float: left;
}
.index_about .info_main .des_info .font .item .left_img img{
    width: 100%;
    display: none;
}
.index_about .info_main .des_info .font .item .info_des{
    margin-left: 50px;
    display: none;
}
.index_about .info_main .des_info .font .item .info_des .top_title{
    line-height: 22px;
    padding: 10px 0px;
    font-size: 18px;
    color: #8cc341;
}
.index_about .info_main .des_info .font .item:first-child+.item .info_des .top_title{
    color: #2aa3dc;
}
.index_about .info_main .des_info .font .item .info_des .p{
    line-height: 25px;
    font-size: 12px;
    color: #707070;
}
.data_list{
    margin-top: 50px;
    display: flex;
    justify-content: space-around;
    padding-bottom: 20px;
}
.data_list .item{
    width: 14%;
    padding-bottom: 14%;
    border: 4px solid #28a4da;
    border-radius: 50%;
    position: relative;
    color: #28a4da;
}
.data_list .item:nth-child(2n){
    border: 4px solid #8cc341;
    color: #8cc341;
}
.data_list .item:hover{
    border: 0px;
    padding: 4px;
    color: #ffffff;
    background-color: #28a4da; /* Ã¦ÂµÂÃ¨Â§Ë†Ã¥â„¢Â¨Ã¤Â¸ÂÃ¦â€Â¯Ã¦Å’ÂÃ§Å¡â€žÃ¦â€”Â¶Ã¥â‚¬â„¢Ã¦ËœÂ¾Ã§Â¤Âº */
    background-image: linear-gradient(#4fc6ff, #0a92d0); /* Ã¦Â â€¡Ã¥â€¡â€ Ã§Å¡â€žÃ¨Â¯Â­Ã¦Â³â€¢Ã¯Â¼Ë†Ã¥Â¿â€¦Ã©Â¡Â»Ã¦â€Â¾Ã¥Å“Â¨Ã¦Å“â‚¬Ã¥ÂÅ½Ã¯Â¼â€° */
}
.data_list .item:nth-child(2n):hover{
    border: 0px;
    padding: 4px;
    color: #ffffff;
    background-color: #9be633; /* Ã¦ÂµÂÃ¨Â§Ë†Ã¥â„¢Â¨Ã¤Â¸ÂÃ¦â€Â¯Ã¦Å’ÂÃ§Å¡â€žÃ¦â€”Â¶Ã¥â‚¬â„¢Ã¦ËœÂ¾Ã§Â¤Âº */
    background-image: linear-gradient(#9be633, #80b733); /* Ã¦Â â€¡Ã¥â€¡â€ Ã§Å¡â€žÃ¨Â¯Â­Ã¦Â³â€¢Ã¯Â¼Ë†Ã¥Â¿â€¦Ã©Â¡Â»Ã¦â€Â¾Ã¥Å“Â¨Ã¦Å“â‚¬Ã¥ÂÅ½Ã¯Â¼â€° */
}
.data_list .item .num{
    position: absolute;
    top: 23%;
    font-size: 27px;
    left: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    height: 26%;
    font-weight: bold;
    justify-content: center;
}
.data_list .item .info{
    position: absolute;
    top: 49%;
    font-size: 18px;
    left: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    height: 21%;
    justify-content: center;
}
.index_solution{
    width: 100%;
}
.index_solution .info_main{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.index_solution .info_main .info_list{
    width: 67.25%;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}
.index_solution .info_main .info_list .item{
    display: block;
    width: 32%;
    padding-bottom: 32%;
    background-size: 100% 100% !important;
    position: relative;
    margin-bottom: 16px;
    cursor: pointer;
}
.index_solution .info_main .info_list .item .font{
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 29%;
    background-color: #28a4da;
    width: 100%;
    color: #ffffff;
}
.index_solution .info_main .info_list .item:nth-child(2n) .font{
    background-color: #8cc341;
}
.index_solution .info_main .info_list .item .font .p{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 9;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index_solution .info_main .info_list .item .font .top{
    position: absolute;
    width: 56px;
    height: 56px;
    left: 50%;
    top: -30px;
    z-index: 9;
    font-size: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background-color: #28a4da;
    margin-left: -28px;
    border-radius: 50%;
}
.index_solution .info_main .info_list .item:nth-child(2n) .font .top{
    background-color: #8cc341;
}
.index_solution .info_main .info_list .item:nth-child(n+4){
    margin-bottom: 0px;
}
.index_solution .info_main .info_list .item .font .top i{
    margin-top: 10px;
}
.index_solution .info_main .info_list .item .font .des{
    line-height:25px ;
    font-size: 12px;
    color: #ffffff;
    display: none;
    width: 80%;
    margin: 0px auto;
    margin-top: 10px;
}
.index_solution .info_main .info_list .item:hover .font .des{
    display: block;
}
.index_solution .info_main .info_list .item:hover .font{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
.index_solution .info_main .info_list .item:hover .font  .top{
    top: 20%;
    background: none;
    display: none;
}
.index_solution .info_main .info_list .item:first-child:hover .font  .top i{
    margin-top: 10px !important;
}
.index_solution .info_main .info_list .item:hover .font .p{
    position: static;
    height: auto;
}
.index_solution .info_main .info_detail{
    width: 30.5%;
    height: 524px;
    position: relative;
    border: 1px solid #b3b3b3;
}
.index_solution .info_main .info_detail:after{
    content: "";
    top: 16px;
    left: 16px;
    right: -8px;
    bottom: -8px;
    border-right: 7px solid #eaeceb;
    border-bottom: 7px solid #eaeceb;
    position: absolute;
    z-index: -1;
}
.index_solution .info_main .info_detail .item{
    display: none;
    padding: 0px 0px 0px 40px;
    position: relative;
    height: 100%;
}
.index_solution .info_main .info_detail .item .top_title{
    height: 50px;
    line-height: 50px;
    padding: 30px 0px 20px;
}
.index_solution .info_main .info_detail .item .top_title span{
    display: inline-block;
    height: 45px;
    line-height: 45px;
    border-bottom: 2px solid #2aa3dc;
    font-size: 25px;
    color: #2aa3dc;
}
.index_solution .info_main .info_detail .item .list{
    line-height: 32px;
    font-size: 16px;
    color: #707070;
}
.index_solution .info_main .info_detail .item .more{
    margin-top: 20px;
    display: inline-block;
    width: 130px;
    height: 30px;
    border: 1px solid #2aa3dc;
    color: #2aa3dc;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    bottom: 40px;
    cursor: pointer;
}
.index_solution .info_main .info_detail .item .more:hover{
    background-color: #2aa3dc;
    color: #ffffff;
}
.index_solution .info_main .info_detail .item .type{
    width: 70px;
    border-right: 10px solid #2aa3dc;
    height: 150px;
    position: absolute;
    top: 50%;
    right: -1px;
    margin-top: -75px;
    writing-mode:vertical-rl;
    font-size: 20px;
    color: #9fa1a0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index_solution .info_main .info_detail .item .type i{
    font-size: 25px;
    color: #2aa3dc;
    margin-bottom: 10px;
}
.index_solution .info_main .info_detail .item:first-child .type i{
    font-size: 35px;
    margin-bottom: 5px;
}
.index_software_center{
    margin-top: 20px;
}
.index_software_center .content_info{
    width: 100%;
    position: relative;
}
.index_software_center .content_info .software-swiper{
    background: url("../images/s68.jpg") bottom no-repeat;
    background-size: auto 100%;
    height: 540px;
    overflow: hidden;
}
.index_software_center .content_info .software-swiper .item{
    display: none;
    height: 530px;
    position: relative;
}
.index_software_center .content_info .software-swiper .item .info{
    width: 572px;
    height: 400px;
    background-color: #ffffff;
    border: 2px solid #e7ebec;
    border-radius: 20px;
    position: absolute;
    left: -8px;
    top: 70px;
    padding: 0px 40px;
}
.index_software_center .content_info .software-swiper .active{
    display: block;
}
.index_software_center .content_info .software-swiper .item .info .top_title{
    height: 100px;
    line-height: 100px;
    display: flex;
    align-items: center;
}
.index_software_center .content_info .software-swiper .item .info .top_title span{
    display: inline-block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 25px;
    color: #2aa3dc;
    border-bottom: 2px solid #2aa3dc;
}
.index_software_center .content_info .software-swiper .item .info .p{
    line-height: 32px;
    font-size: 16px;
    color: #707070;
}
.index_software_center .content_info .software-swiper .item img{
    height: 100%;
    position: absolute;
    right: -270px;
    z-index: 99;
}
.index_software_center  .container{
    position: relative;
}
.index_software_center  .container .swiper-button-next,.index_software_center  .container .swiper-button-prev{
    display: none;
}
.index_software_center  .container .menu{
    width: 475px;
    height: 1px;
    display: flex;
    justify-content: space-around;
    position: absolute;
    bottom: 155px;
    left: 66px;
}
.index_software_center  .container .menu .every{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border:2px solid #2ba4dc;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #2ba4dc;
    background-color: #ffffff;
    cursor: pointer;
}
.index_software_center  .container .menu .every:hover{
    border:2px solid #ffffff;
    background-color: #2ba4dc;
    color: #ffffff;
}
.index_software_center  .container .menu .every:first-child+.every{
    border:2px solid #28ca31;
    color: #28ca31;
}
.index_software_center  .container .menu .every:first-child+.every:hover{
    background-color: #28ca31;
    color: #ffffff;
}
.index_software_center  .container .menu .every:first-child+.every+.every{
    border:2px solid #f08747;
    color: #f08747;
}
.index_software_center  .container .menu .every:first-child+.every+.every:hover{
    background-color: #f08747;
    color: #ffffff;
}
.index_software_center  .container .menu .every:first-child+.every+.every+.every{
    border:2px solid #edd343;
    color: #edd343;
}
.index_software_center  .container .menu .every:first-child+.every+.every+.every:hover{
    background-color: #edd343;
    color: #ffffff;
}
.index_software_center  .container .menu .every:first-child+.every+.every+.every+.every{
    border:2px solid #01d28e;
    color: #01d28e;
}
.index_software_center  .container .menu .every:first-child+.every+.every+.every+.every:hover{
    background-color: #01d28e;
    color: #ffffff;
}
.index_hardware_center{
    margin-top: 40px;
}
.index_hardware_center .product{
    width: 100%;
    /*height: 550px;*/
    display: flex;
    flex-wrap: wrap;
}

.index_hardware_center .product .img:after{
    content: "";
    position: absolute;
    top: 7px;
    bottom: -8px;
    right: -8px;
    left: 8px;
    border-right: 7px solid #efefef;
    border-bottom: 7px solid #efefef;
}

.index_hardware_center .product .font{
    text-align: center;
    line-height: 50px;
    color: #9fa0a0;
    font-size: 22px;
}

.index_hardware_center .item{
    width: calc(25% - 20px);
    margin: 10px;
    height: 275px;
    position: relative;
}
.index_hardware_center .item .img{
    position: relative;
    height: 223px;
    border: 1px solid #b5b5b6;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index_hardware_center .item .img img{
    max-width: 100%;
    min-height: 100%;
}
.index_hardware_center .item:hover .detail{
    display: flex !important;
}
.index_news{
    margin-top: 30px;
    padding-bottom: 60px;
}
.index_news .type_list{
    width: 100%;
    line-height: 0px;
    font-size: 0px;
}
.index_news .type_list .span{
    display: inline-block;
    height: 50px;
    padding: 0px 10px;
    line-height: 50px;
    margin-right: 10px;
    font-size: 23px;
    color: #5e5e5e;
}
.index_news .type_list .active{
    border-bottom:2px solid #2ba4dc;
    color: #2ba4dc;
}
.index_news .info_list{
    width: 100%;
    display: none;
    height: auto;
    overflow: hidden;
}
.index_news .info_list_1{
    display: block;
}
.index_news .info_list .item{
    width: 49%;
    height: 140px;
    margin: 15px 1% 15px 0px;
    float: left;
}
.index_news .info_list .item:nth-child(2n){
    margin: 15px 0% 15px 1%;
}
.index_news .info_list .item .img{
    width: 168px;
    height: 140px;
    background-size: 100% 100% !important;
    float: left;
    margin-right: 15px;
}
.index_news .info_list .item .font .p{
    font-size: 20px;
    color: #565656;
    line-height: 40px;
}
.index_news .info_list .item:hover .p{
    color: #2ba4dc;
}
.index_news .info_list .item .font .time{
    font-size: 14px;
    color: #999999;
    line-height: 30px;
}
.index_news .info_list .item .font .detail{
    display: flex;
    justify-content: flex-end;
    height: 60px;
    align-items: flex-end;
}
.index_news .info_list .item .font .detail span{
    display: inline-block;
    width: 86px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border: 1px solid rgba(240,240,240,1);
    background: rgba(252,252,252,1);
    color: #68b434;
    font-size: 12px;
}
.index_news .info_list .every{
    width: 49%;
    height: 140px;
    margin: 15px 0px;
    float: left;
    border: 1px solid #b5b5b6;
    position: relative;
}
.index_news .info_list .every:after{
    content: "";
    position: absolute;
    left: 0px;
    height: 5px;
    width: 15px;
    background-color: #2ba4dc;
    top:40px;
}
.index_news .info_list .every:nth-child(2n){
    float: right;
}
.index_news .info_list .every .name{
    margin: 20px 30px 0px;
    font-size: 20px;
    color: #565656;
    line-height: 40px;
}
.index_news .info_list .every .time{
    margin: 0px 30px 0px;
    font-size: 14px;
    color: #999999;
    line-height: 30px;
}
.index_news .info_list .every .p{
    margin: 0px 30px 0px;
    font-size: 13px;
    color: #666666;
    line-height: 30px;
}
.footer{
    width: 100%;
    background-color: rgba(234,244,247,1);
    clear: both;
    margin-top: 60px;
}
.footer .container{
    height: auto;
    overflow: hidden;
}
.footer .container .left_info{
    width: 40%;
    float: left;
    padding-top: 50px;
}
.footer .container .left_info .top_name h1{
    padding: 0px;
    margin: 0px;
    height: 40px;
    font-size: 28px;
    line-height: 40px;
    color: #24190f;
    font-weight: normal;
}
.footer .container .left_info .top_name h6{
    padding: 0px;
    margin: 0px;
    height: 20px;
    font-size: 15px;
    line-height: 20px;
    color: #24190f;
    font-weight: normal;
    text-transform: uppercase;
}
.footer .container .left_info .p{
    line-height: 25px;
    font-size: 14px;
    color: #707070;
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer .container .left_info .p a{
    color: #707070;
    cursor: pointer;
}
.footer .container .left_info .p a:hover{
    color: #2ba4dc;
}
.footer .container .right_info{
    width:60%;
    float: left;
    padding-top: 50px;
}
.footer .container .right_info .top_title{
    height: 38px;
    line-height: 38px;
    color: #ffffff;
    font-size: 20px;
    background-color: rgba(42,163,220,1);
    padding-left: 15px;
}
.footer .container .right_info .top_title .every{
    display: inline-block;
    float: left;
    width: 161px;
}
.footer .container .right_info .info_link{
    line-height: 30px;
    font-size: 14px;
    color: #707070;
    padding-top: 50px;
    padding-bottom: 30px;
}
.footer .container .right_info .info_link .link{
    float: left;
    width: 163px;
    padding-left: 15px;
}
.footer .container .right_info .info_link .link a{
    display: block;
    color: #707070;
}
.footer .container .right_info .info_link .link a:hover{
    color: #2ba4dc;
}
.footer .container .right_info .info_link .link2{
    float: left;
    width: 160px;
}
.footer .container .right_info .info_link .link2 a{
    display: block;
    color: #707070;
}
.footer .container .right_info .info_link .link2 a:hover{
    color: #2ba4dc;
}
.footer .container .right_info .info_link .qrcode{
    text-align: center;
    margin-left:485px ;
    margin-top: -30px;
}

.footer .container .right_info .info_link .qrcode .webchat{

}
.footer .container .right_info .info_link .qrcode .webchat .img_bg{
    width: 110px;
    height: 110px;
    background-color: #2ba4dc;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.footer .container .right_info .info_link .qrcode .webchat .img_bg img{
    width: 100px;
    height: 100px;
}
.footer .container .right_info .info_link .qrcode .webchat .info{
    line-height: 20px;
}
.footer .copyright{
    border-top: 1px solid #dedede;
    clear: both;
    height: 50px;
    line-height: 50px;
    color: #707070;
    text-align: center;
    font-size: 14px;
}
.about_main{
    width: 100%;
}
.about_main .top_banner{
    height: 440px;
    background-size: auto 100% !important;
}
.postion{
    width: 100%;
    height: 50px;
    line-height: 0px;
    font-size: 0px;
}
.postion .span{
    display: inline-block;
    font-size: 16px;
    color: #3e3a39;
    line-height: 50px;
}
.postion .span span{
    margin: 0px 10px;
}
.postion .span:last-child a{
    color: #68b434;
}
.postion .span:last-child span{
    display: none;
}
.about_main .info_main{
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 20px;
    margin-bottom: 100px;
}
.about_main .info_main p{
    font-size: 13px;
    color: #333333;
    margin: 0px;
    line-height: 30px;
}
.about_main .info_main p strong{
    font-size: 16px;
    line-height: 50px;
}
.about_main .info_main .left_menu{
    width: 25%;
}
.about_main .info_main .left_menu .title{
    color: #2aa3dc;
    font-size: 32px;
    line-height: 50px;
    padding-bottom: 30px;
}
.about_main .info_main .left_menu .list .item{
    background: #efefef;
    margin-bottom: 12px;
    width: 100% !important;
    border: 0;
    color: #3e3a39 !important;
    font-size: 16px;
    line-height: 34px;
    height: 34px;
    text-align: center;
    display: block;
}
.about_main .info_main .left_menu .list .active,.about_main .info_main .left_menu .list .item:hover{
    color: #fff !important;
    background: #2aa3dc;
}
.about_main .info_main .right_info{
    width: 73%;
    margin-left: auto;
}
.about_main .info_main .right_info .info_show{
    padding:0px 0px 0px 80px;
    display: none;
}
.about_main .info_main .right_info .info_show_1{
    display: block;
}
.about_main .info_main .right_info .info_show .font_img img{
    max-width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}
.about_main .info_main .right_info .info_show .font_img p{
    padding: 5px 0px;
    margin: 0px;
    font-size: 16px;
    color: #5e5e5e;
    line-height: 30px;
}
.about_main .info_main .right_info .info_show .img_list{
    display: flex;
    flex-wrap: wrap;
}
.about_main .info_main .right_info .info_show .img_list .item{
    width: 30%;
    margin-left: 5%;
    padding-bottom: 10px;
}
.about_main .info_main .right_info .info_show .img_list .item:nth-child(3n+1){
    margin-left: 0px;
}
.about_main .info_main .right_info .info_show .img_list .item .img{
    /* border: 1px solid #5e5e5e; */
    height: 160px;
    padding: 10px;
    text-align: center;
    line-height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 10px rgba(4,0,0,0.1);
    position: relative;
}
.about_main .info_main .right_info .info_show .img_list .item .img img{
    max-height: 100%;
    max-width: 100%;
    /*width: auto;
    height: auto;*/
    display: inline-block;
}
.about_main .info_main .right_info .info_show .img_list .item .font{
    margin-top: 10px;
    color: #5d5d5d;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.about_main .info_main .right_info .info_show .img_list .item .detail{
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.about_main .info_main .right_info .info_show .img_list .item:hover .detail{
    display: flex;
}
.about_main .info_main .right_info .info_show .img_list .item .detail .p{
    font-size: 17px;
    line-height: 17px;
    width: 100%;
    color: #ffffff;
    text-align: center;
}
.about_main .info_main .right_info .info_show .img_list .item .detail .des{
    line-height: 25px;
    font-size: 12px;
    color: #ffffff;
    width: 80%;
    margin: 0px auto;
    margin-top: 10px;
    text-align: left;
}
.about_main .info_main .right_info .info_show .img_list_1 .item .img{
    border: 1px solid #5e5e5e;
    height: 120px;
    padding: 10px;
    text-align: center;
    line-height: 120px;
}
.about_main .info_main .right_info .info_show .img_font{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.about_main .info_main .right_info .info_show .img_font .item{
    width: 23%;
    float: left;
    margin-left: 2.666%;
}
.about_main .info_main .right_info .info_show .img_font .item:nth-child(4n+1){
    margin-left: 0px;
}
.about_main .info_main .right_info .info_show .img_font .item .img{
    width: 100%;
    position: relative;
}
.about_main .info_main .right_info .info_show .img_font .item .detail{
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    z-index: 999999;
}

.about_main .info_main .right_info .info_show .img_font .item:hover .detail{
    display: flex;
}
.about_main .info_main .right_info .info_show .img_font .item .detail .p{
    font-size: 17px;
    line-height: 17px;
    width: 100%;
    color: #ffffff;
    text-align: center;
}
.about_main .info_main .right_info .info_show .img_font .item .detail .des{
    line-height: 25px;
    font-size: 12px;
    color: #ffffff;
    width: 80%;
    margin: 0px auto;
    margin-top: 10px;
    text-align: left;
}
.about_main .info_main .right_info .info_show .img_font .item .img:after{
    content: "";
    position: absolute;
    top: 5px;
    right: -5px;
    bottom: -0px;
    left: 5px;
    border-right: 5px solid rgba(224,224,224,1);
    border-bottom: 5px solid rgba(224,224,224,1);
}
.about_main .info_main .right_info .info_show .img_font .item .img img{
    width: 100%;
}
.about_main .info_main .right_info .info_show .img_font .item .font{
    margin-top: 5px;
    line-height: 30px;
    font-size: 14px;
    color: #434343;
    text-align: center;
    padding-bottom: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.about_main .info_main .right_info .info_show .font_list{
    height: auto;
    overflow: hidden;
}
.about_main .info_main .right_info .info_show .font_list .item{
    width: 23%;
    padding-left: 2%;
    position: relative;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    color: #707070;
    float: left;
}
.about_main .info_main .right_info .info_show .font_list .item:after{
    content: "";
    position: absolute;
    left: 0px;
    width: 4px;
    height: 4px;
    top: 10.5px;
    border-radius: 50%;
    background-color: #707070;
}
.about_main .recruitment{
    width: 100%;
}
.about_main .recruitment .recruitment_list table{
    width: 100%;
}
.about_main .recruitment .recruitment_list table tr{
    line-height: 20px;
    height: 40px;
    font-size: 16px;
    color: #666666;
    padding: 10px 0px;
}
.about_main .recruitment .recruitment_list table tr td{
    text-align: center;
}
.about_main  .content_info{
    width: 100%;
    background-size: auto 100% !important;
    height: 734px;
    margin-top: -121px;
}
.about_main  .content_info2{
    width: 100%;
}
.about_main  .content_info2 img{
    max-width: 100%;
}
.page_div{
    text-align: center;
    margin-top: 20px;
    clear: both;
}
.page_div button{
    height: 30px;
    width: 30px;
    color: rgba(102,102,102,1);
    border-width: 0;
    border-style: solid;
    border-color: rgba(255,255,255,0);
    background-color: rgba(242,242,242,1);
    text-align: center;
    position: relative;
    margin-left: 10px;
}
.page_div .current{
    text-decoration: none;
    background-color: #2aa3dc;
    color: rgba(255,255,255,1);
}
.page_div #prePage,.page_div #nextPage{
    width: auto;
    padding: 0px 10px;
    text-decoration: none;
    background-color: #2aa3dc;
    color: rgba(255,255,255,1);
}
.page_div #prePage:disabled,.page_div #nextPage:disabled{
    background-color: rgba(242,242,242,1);
    color: rgba(102,102,102,1);
}
.about_main  .contact_us{
    width: 100%;
}
.about_main  .contact_us .title{
    line-height: 50px;
    font-size: 22px;
    color: #2aa3dc;
}
.about_main  .contact_us .info{
    line-height: 40px;
    font-size: 16px;
    color: #707070;
}
.about_main  .contact_us .info .span{
    display: inline-block;
    margin-right: 80px;
    float: left;
}
.about_main  .contact_us .info .span b{
    color: #333333;
}
.about_main  .contact_us .img img{
    width: 100%;
    margin-top: 20px;
}
.about_main  .software_info{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.about_main  .software_info .item{
    width: 40%;
    border: 1px dashed rgb(158,158,158);
    float: left;
    position: relative;
    margin-bottom: 30px;
    margin-left: 3%;
}
.about_main  .software_info .item:nth-child(2n){
    margin-left: 7%;
}
.about_main  .software_info .item .info{
    padding: 0px 10px 0px 70px;
    position: relative;
    height: 120px;
}
.about_main  .software_info .item  .img{
    height: 80px;
    line-height: 80px;
    text-align: center;
    width: 80px;
    position: absolute;
    left: -40px;
    top: 20px;
}
.about_main  .software_info .item .img img{
    max-height: 100%;
}
.about_main  .software_info .item .info .name{
    font-size: 20px;
    color: #3e3a39;
    line-height: 40px;
    margin-top: 10px;
}
.about_main  .software_info .item .info .p{
    line-height: 25px;
    font-size: 14px;
    color: #3e3a39;
    padding-bottom: 10px;
}
.about_main .more{
    display: block;
    height: 30px;
    line-height: 30px;
    color: #0a92d0;
    border: 1px solid #0a92d0;
    width: 100px;
    font-size: 16px;
    text-align: center;
    margin: 20px auto;
    cursor: pointer;
}
.about_main .more:hover{
    background-color: #0a92d0;
    color: #ffffff;
}
.about_main .service{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.about_main .service .left_info{
    width: 50%;
    float: left;
}
.about_main .service .left_info .p{
    line-height: 32px;
    font-size: 16px;
    color: #707070;
}
.about_main .service .left_info img{
    margin-top: 20px;
    width: 100%;
}
.about_main .service .right_info{
    width: 40%;
    float: right;
    height: 460px;
}
.about_main .service .right_info .swiper-wrapper{
    height: 460px;
}
.about_main .service .right_info .swiper-slide{
    width: 100%;
    height: 230px;
}
.about_main .service .right_info .swiper-slide .name{
    line-height: 40px;
    font-size: 20px;
    color: #0a92d0;
}
.about_main .service .right_info .swiper-slide .p{
    line-height: 32px;
    font-size: 16px;
    color: #707070;
}
.about_main .right_info .info_show .font_img .title{
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    color: #0a92d0;
}
.about_main .right_info .info_show .font_img .h2{
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    color: rgb(94, 94, 94);
}
.about_main .right_info .info_show .solution_img img{
    width: 100%;
}
.about_main .right_info .info_show .solution_img .h2{
    margin: 20px 0px 10px;
    line-height: 30px;
    color: #0a92d0;
    font-size: 20px;
}
.about_main .right_info .info_show .solution_img .h2 span{
    width: 100%;
    display: block;
    height: 20px;
    line-height: 20px;
    color: #8b8b8b;
    font-size: 16px;
    position: relative;
}
.about_main .right_info .info_show .solution_img .h2 span:after{
    content: "";
    position: absolute;
    left: 200px;
    right: 0px;
    top: 9px;
    height: 2px;
    background-color: rgba(199, 199, 199, 1);
}
.about_main .right_info .info_show .solution_img p{
    padding: 5px 0px;
    margin: 0px;
    font-size: 16px;
    color: #5e5e5e;
    line-height: 30px;
}
.about_main .right_info .info_show .solution_img .font_list{
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}
.about_main .right_info .info_show .solution_img .font_list .span {
    width: 25%;
    position: relative;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    color: #707070;
    float: left;
}
.about_main .right_info .info_show .solution_img .system_list{
    width: 100%;
}
.about_main .right_info .info_show .solution_img .system_list .item{
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
}
.about_main .right_info .info_show .solution_img .system_list .item .img{
    width: 258px;
    height: 226px;
    background-size: auto 100% !important;
    float: left;
    margin-right: 20px;
}
.about_main .right_info .info_show .solution_img .system_list .item:nth-child(2n) .img{
    float: right;
    margin-right: 0px;
}
.about_main .right_info .info_show .solution_img .system_list .item .font_info{
    margin-left: 278px;
}
.about_main .right_info .info_show .solution_img .system_list .item:nth-child(2n) .font_info{
    margin-right: 278px;
    margin-left: 0px;
}
.about_main .right_info .info_show .solution_img .system_list .item .font_info .top_nav{
    line-height: 37px;
    font-size: 18px;
    color: #ffffff;
    background-color: #0a92d0;
    height: 37px;
}
.about_main .right_info .info_show .solution_img .system_list .item:nth-child(2n) .font_info .top_nav{
    background-color: rgb(122,197,74);
}
.about_main .right_info .info_show .solution_img .system_list .item .font_info .top_nav img{
    height: 30px;
    width: auto;
    float: left;
    margin-top: 3px;
    margin: 3px 5px 3px 10px;
}
.about_main .right_info .info_show .solution_img .system_list .item .font_info .p{
    padding: 5px 0px;
    margin: 0px;
    font-size: 16px;
    color: #8b8b8b;
    line-height: 25px;
    margin-top: 20px;
}
.news_detail{
    width: 100%;
}
.news_detail .title{
    line-height: 30px;
    font-size: 26px;
    color: #333333;
    padding: 10px 0px;
    text-align: center;
}
.news_detail .time{
    border-bottom: 1px solid #dedede;
    height: 25px;
    font-size: 14px;
    color: #999999;
    margin: 10px 0px 30px 0px;
}
.news_detail .p img{
    max-width: 100%;
}
.news_detail .p .subtitle{
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    color: rgb(94, 94, 94);
}
.news_detail .p p {
    padding: 5px 0px;
    margin: 0px;
    font-size: 16px;
    color: #5e5e5e;
    line-height: 30px;
}
.news_liet{
    width: 100%;
}
.news_liet .item{
    height: 40px;
    line-height: 40px;
    padding: 5px 0px;
    display: block;
}
.news_liet .item .info{
    font-size: 16px;
    color: #323232;
    margin-right: 100px;
    float: left;
}
.news_liet .item .time{
    float: right;
    color: #c8c8c8;
    font-size: 12px;
}
.news_liet .item .time span{
    color: #969696;
    font-size: 14px;
}
@media screen and (max-width: 1200px){
    .container,.header,.index_banner,.index_about,.index_solution,.index_software_center,.index_hardware_center,.footer,.about_main{
        width: 1200px;
        position: static;
    }
    body{
        margin-top: 0px;
    }
}
ul.imglist{
    margin:0 auto;
    width:900px;
    overflow:hidden
}
ul.imglist li{
    float:left;
    padding:4px 8px;
    width:200px
}
ul.imglist li img{
    display:block;
    width:200px;
    height:120px
}
ul.imglist li span{
    display:block;
    width:100%;
    height:30px;
    line-height:30px;
    background:#F6F6F6
}
.webchat_img {
    display: flex;
    justify-content: center;
    margin: 30px auto;
    line-height: 25px;
    font-size: 13px;
}
.webchat_img img{
    height: 150px;
    width: 150px;
    margin: 0px 30px;
}
.suspension {
    width: 100px;
    height: 150px;
    position: fixed;
    right: 10px;
    bottom: 200px;
    z-index: 999;
    text-align: center;
    cursor: pointer;
}
.suspension img{
    width: 100px;
    height: 100px;
}
.suspension span{
    width: 100%;
}
@media screen and (max-width: 1920px){
	.index_banner .swiper-slide img {
		width: 100%;
	}
}
@media screen and (max-width: 767px){
    .container,.header,.index_banner,.index_about,.index_solution,.index_software_center,.index_hardware_center,.footer,.about_main{
        width:100%;
        position: static;
    }
    .header{
        height: 50px;
    }
    .header .logos {
        display: inline-flex;
        align-items: center;
        height: 50px;
        width: auto;
        float: left;
        margin-left: 2%;
    }
    .header .logos a{
        display: inline-flex;
        align-items: center;
        height: 50px;
    }
    .header .logos a img{
        height: 40px;
        margin: 0px;
        width: auto;
    }
    .header .twelve {
        display: none;
        height: auto;
        width: 100%;
        float: none;
        position: absolute;
        top: 50px;
        left: 0px;
        z-index: 999;
        background-color: #ffffff;
        border-top: 1px solid #2aa3dc;
        border-bottom: 1px solid #2aa3dc;
    }
    .header .twelve .main_menu ul li{
        display: flex;
        align-items: center;
        position: relative;
        width: 100%;
        height: 100%;
    }
    .header .twelve .main_menu ul li .info {
        display: block;
        width: 96%;
        padding: 0px 2%;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        color: #5e5e5e;
        border-radius: 0px;
        text-align: left;
    }
    .header .twelve .main_menu ul li ul{
        display: none;
    }
    .header .twelve .main_menu ul li:hover ul{
        display: none;
    }
    .header .icon_menu{
        display: flex;
        margin-right: 2%;
    }
    .caption_title {
        width: 100%;
        padding: 20px 0px 10px;
    }
    .caption_title .top {
        height: 30px;
        font-size: 20px;
    }
    .caption_title .line {
        width: 50%;
        margin: 0 auto;
        font-size: 14px;
    }
    .caption_title .line:after {
        height: 1px;
    }
    .caption_title .bottom {
        height: 30px;
        font-size: 18px;
    }
    .index_about .info_main {
        flex-wrap: wrap;
    }
    .index_about .info_main .des {
        width: 92%;
        margin: 0px auto;
        font-size: 13px;
        line-height: 25px;
    }
    .index_about .info_main .des .font {
        margin-top: 7px;
        font-size: 14px;
        line-height: 25px;
    }
    .index_about .info_main p {
        padding:0px;
    }
    .index_about .info_main .des_info {
        display: none;
    }
    .data_list {
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        padding-bottom: 10px;
        justify-content: center;
    }
    .data_list .item {
        width: 25%;
        padding-bottom: 25%;
        border: 2px solid #28a4da;
        margin: 0px 10px;
    }
    .data_list .item .num {
        font-size:16px;
    }
    .data_list .item .info {
        font-size: 12px;
        top: 52%;
    }
    .data_list .item:nth-child(2n) {
        border: 2px solid #8cc341;
    }
    .index_solution .info_main .info_list {
        width: 92%;
        margin: 0px 4%;
        justify-content: space-between;
        display: flex;
        flex-wrap: wrap;
    }
    .index_solution .info_main .info_detail {
        display: none;
    }
    .index_solution .info_main .info_list .item {
        width: 48%;
        padding-bottom: 48%;
        margin-bottom: 10px !important;
    }
    .index_solution .info_main .info_list .item .font .top {
        position: absolute;
        width: 30px;
        height: 30px;
        left: 50%;
        top: -15px;
        z-index: 9;
        font-size: 18px !important;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        background-color: #28a4da;
        margin-left: -15px;
        border-radius: 50%;
    }
    .index_solution .info_main .info_list .item .font .top i {
        margin-top: 5px;
        font-size: 18px !important;
        position: absolute;
        width: 30px;
        height: 30px;
        left: 50%;
        top: 5px;
        z-index: 9;
        font-size: 18px !important;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        /* background-color: #28a4da; */
        margin-left: -15px;
        border-radius: 50%;
    }
    .index_solution .info_main .info_list .item .font .p {
        font-size: 12px;
    }
    .index_solution .info_main .info_list .item:first-child .font .top i {
        font-size: 24px !important;
    }
    .index_software_center {
        margin-top:20px;
    }
    .index_software_center .content_info .software-swiper .item {
        height: auto;
        width: 92%;
        margin: 0px 4%;
    }
    .index_software_center .content_info .software-swiper .item .info {
        width: 100%;
        height: 220px;
        border: 1px solid #e7ebec;
        border-radius: 10px;
        position: static;
        padding: 0px 10px;
        box-sizing: border-box;
    }
    .index_software_center .content_info .software-swiper .item img {
        display: none;
    }
    .index_software_center .content_info .software-swiper {
        height: auto;
        padding-bottom: 20px;
    }
    .index_software_center .content_info .software-swiper .item .info .top_title {
        height: 40px;
        line-height: 40px;
    }
    .index_software_center .content_info .software-swiper .item .info .top_title span {
        display: inline-block;
        width: 100%;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        margin-top: 10px;
        border-bottom: 1px solid #2aa3dc;
    }
    .index_software_center .content_info .software-swiper .item .info .p {
        line-height: 25px;
        font-size: 12px;
    }
    .index_software_center .container .menu {
        width: 260px;
        height: 40px;
        display: flex;
        justify-content: space-around;
        position: absolute;
        bottom: 20px;
        left: 50%;
        margin-left: -130px;
    }
    .index_software_center .container .menu .every {
        width: 40px;
        height: 40px;
        border: 1px solid #2ba4dc;
        font-size: 20px;
    }
    .index_hardware_center {
        margin-top: 0px;
    }
    .index_hardware_center .product {
        flex-wrap: wrap;
        margin-top: 10px;
    }
    .index_hardware_center .product .left_info {
        width: 92%;
        height: auto;
        margin: 0 auto;
        display: none;
    }
    .index_hardware_center .product .img:after {
        content: "";
        position: absolute;
        top: 0px;
        bottom: 0px;
        right: 0px;
        left: 0px;
        border-right: 0px solid #efefef;
        border-bottom: 0px solid #efefef;
        box-shadow: -2px 0px 10px 1px #f3f3f3, 0px -2px 10px 1px #f3f3f3, 2px 0px 10px 1px #f3f3f3, 0px 2px 10px 1px #f3f3f3;
    }
    .index_hardware_center .product .left_info .img {
        border: 0px solid #b5b5b6;
    }
    .index_hardware_center .product .font {
        line-height: 40px;
        font-size: 16px;
    }
    .index_hardware_center {
        width: 92%;
        height: auto;
        margin: 0 auto;
    }
    .index_hardware_center .item {
        width: 42%;
        height: auto;
    }
    .index_hardware_center .item .img {
        height: auto;
        border: 0px solid #b5b5b6;
    }
    .index_news {
        margin-top: 0px;
        padding-bottom: 30px;
    }
    .index_news .type_list .span {
        height: 30px;
        padding: 0px 10px;
        line-height: 30px;
        margin-right: 10px;
        font-size: 16px;;
    }
    .index_news .type_list {
        width: 92%;
        margin: 0 auto;
    }
    .index_news .info_list .item {
        width: 92%;
        height: 70px;
        margin: 10px 4% !important;
        float: none;
        display: block;
    }
    .index_news .info_list .item .img {
        width: 84px;
        height: 70px;
        margin-right: 8px;
    }
    .index_news .info_list .item .font .p {
        font-size: 14px;
        line-height: 25px;
    }
    .index_news .info_list .item .font .time {
        font-size: 12px;
        line-height: 15px;
    }
    .index_news .info_list .item .font .detail {
        height: 30px;
        align-items: center;
    }
    .index_news .info_list .item .font .detail span {
        width: 60px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
    }
    .index_news .info_list .every {
        width: 92%;
        height: auto;
        margin: 10px 4%;
        float: none !important;
        display: block;
        padding: 10px 0px;
    }
    .index_news .info_list .every .name {
        margin: 0px 15px;
        font-size: 14px;
        line-height: 30px;
    }
    .index_news .info_list .every .time {
        margin: 0px 15px 0px;
        font-size: 12px;
        line-height: 25px;
    }
    .index_news .info_list .every .p {
        margin: 0px 15px 0px;
        font-size: 12px;
        color: #666666;
        line-height: 20px;
    }
    .index_news .info_list .every:after {
        content: "";
        position: absolute;
        left: 0px;
        height: 3px;
        width: 10px;
        background-color: #2ba4dc;
        top: 25px;
    }
    .footer {
        margin-top: 0px;
    }
     .footer+div {
        /* display:none; */
        font-size: 12px;
        text-align: center;
        /* line-height: 40px; */
        display: flex;
        height: 40px;
        padding: 0px !important;
        align-items: center;
        justify-content: center;
    }
     .footer+div img{
         height: 16px;
     }
       .footer+div  a{
        font-size: 12px;
        text-align: center;
        display: flex !important;
        height: 40px;
        padding: 0px !important;
        align-items: center;
        justify-content: center;
    }


    .footer .container .left_info {
        width: 100%;
        border-top: 0px solid #dedede;
        height:auto;
        line-height: 25px;
        font-size: 12px;
        padding: 10px 4%;
        border-bottom: 1px solid white;
    }
    .footer .container .left_info .p{
        line-height: 25px;
        font-size: 12px;
        color: #707070;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .footer .container .left_info .top_name{
        display: none;
    }

    .footer .container .right_info .top_title{
        display: none;
    }
    .footer .container .right_info {
        text-align: center;
        width: 100%;
        float: left;
        padding-top: 0px;
        border-bottom: 1px solid white;
    }
    .footer .container .right_info .info_link .link{
        display: none;
    }
    .footer .container .right_info .info_link .link2{
        display: none;
    }

    .footer .container .right_info .info_link {
        line-height: 30px;
        font-size: 14px;
        color: #707070;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .footer .container .right_info .info_link .qrcode {
        text-align: center;
        margin-left: 50px;
        margin-right: 50px;
        margin-top: 0px;
    }

    .footer .copyright {
        width: 92%;
        border-top: 0px solid #dedede;
        height:auto;
        line-height: 25px;
        font-size: 12px;
        padding: 10px 4%;
    }
    .about_main .top_banner {
        height: 140px;
    }
    .postion {
        height: 30px;
        width: 92%;
        margin: 0 auto;
    }
    .postion .span {
        font-size: 12px;
        line-height: 30px;
    }
    .postion .span span {
        margin: 0px 5px;
    }
    .about_main .info_main {
        margin-top: 0px;
        margin-bottom: 20px;
        flex-wrap: wrap;
    }
    .about_main .info_main .left_menu {
        width: 100%;
        margin: 0 auto;
    }
    .about_main .info_main .left_menu .title {
        width: 92%;
        margin: 0 auto;
        font-size: 18px;
        line-height: 40px;
        padding-bottom: 0px;
    }
    .about_main .info_main .left_menu .list{
        overflow-x: scroll;
        height: 30px;
        white-space: nowrap;
        width: 100%;
    }
    .about_main .info_main .left_menu .list .item {
        margin-bottom: 0px;
        width: auto !important;
        font-size: 12px;
        line-height: 30px;
        height: 30px;
        display: inline-block;
        padding: 0px 10px;
        margin-right: 10px;
        margin-left: 0px;
    }
    .about_main .info_main .left_menu .list .item:first-child{
        margin-left: 4%;
    }
    .about_main .info_main .left_menu .list .item:last-child{
        margin-right: 4%;
    }
    .about_main .info_main .left_menu .list::-webkit-scrollbar{
        width: 0px;
        height: 0px;
    }
    .about_main .info_main .right_info {
        width: 92%;
        margin: 0px auto;
    }
    .about_main .info_main .right_info .info_show {
        padding: 0px;
    }
    .about_main .info_main .right_info .info_show .font_img p {
        font-size: 13px;
        line-height: 25px;
    }
      .about_main .info_main .right_info .info_show .font_img p span{
        font-size: 13px !important;
        line-height: 25px;
    }
    .about_main .info_main .right_info .info_show .img_list {
        margin-top: 20px;
    }
    .about_main .info_main .right_info .info_show .img_list .item .img {
        height: 60px;
        padding: 5px;
        text-align: center;
        line-height: 60px;
    }
    .about_main .info_main .right_info .info_show .img_list .item .font {
        font-size: 13px;
    }
    .page_div {
        margin-top: 10px;
    }
    .page_div button {
        height: 25px;
        width: 25px;
        font-size: 12px;
        margin-top: 10px;
    }
    .about_main .info_main .right_info .info_show .img_font {
        margin-top: 20px;
    }
    .about_main .info_main .right_info .info_show .img_font .item .img:after {
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        border-right: 0px solid rgba(224,224,224,1);
        border-bottom: 0px solid rgba(224,224,224,1);
        box-shadow: -2px 0px 10px 1px #f3f3f3, 0px -2px 10px 1px #f3f3f3, 2px 0px 10px 1px #f3f3f3, 0px 2px 10px 1px #f3f3f3;
    }
    .about_main .info_main .right_info .info_show .img_font .item .img{
        line-height:0px;
    }
    .about_main .info_main .right_info .info_show .img_font .item {
        width: 32%;
        float: left;
        margin-left: 2%;
    }
    .about_main .info_main .right_info .info_show .img_font .item:nth-child(4n+1) {
        margin-left: 2%;
    }
    .about_main .info_main .right_info .info_show .img_font .item:nth-child(3n+1) {
        margin-left:0px;
    }
    .about_main .info_main .right_info .info_show .img_font .item .font {
        font-size: 13px;
        padding-bottom: 5px;
    }
    .about_main .info_main .right_info .info_show .font_list .item {
        display: inline-block;
        width: 48%;
        padding-left: 2%;
        position: relative;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
        color: #707070;
        float: left;
    }
    .about_main .software_info .item {
        width: 89%;
        float: none;
        margin-bottom: 10px;
        margin-left: 7%;
        display: block;
    }
    .about_main .software_info .item .img {
        height: 40px;
        line-height: 40px;
        width: 40px;
        position: absolute;
        left: -20px;
        top: 50%;
        margin-top: -20px;
    }
    .about_main .software_info .item .info {
        padding: 0px 5px 0px 40px;
        position: relative;
        height: auto;
    }
    .about_main .software_info .item .info .name {
        font-size: 16px;
        line-height: 30px;
        margin-top: 10px;
    }
    .about_main .software_info .item .info .p {
        font-size: 12px;
    }
    .about_main .more {
        width: 80px;
        font-size: 13px;
        margin: 10px auto;
    }
    .about_main .service .left_info {
        width:92%;
        float: none;
        margin: 0 auto;
    }
    .about_main .service .left_info .p {
        line-height: 25px;
        font-size: 12px;
    }
    .about_main .service .right_info {
        width: 92%;
        float: none;
        height: 170px;
        margin: 10px auto 0;
    }
    .about_main .service .right_info .swiper-slide .name {
        line-height: 30px;
        font-size: 15px;
    }
    .about_main .service .right_info .swiper-slide .p {
        line-height: 25px;
        font-size: 12px;
        color: #707070;
    }
    .about_main .service .right_info .swiper-wrapper {
        height: 170px;
    }
    .about_main .info_main .right_info .info_show .font_img{
        margin-top: 10px;
    }
    .about_main .right_info .info_show .font_img .title {
        line-height: 30px;
        font-size: 16px;
    }
    .about_main .right_info .info_show .font_img .h2 {
        line-height: 25px;
        font-size: 12px;
    }
    .about_main .info_main .right_info .info_show .font_img img {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .about_main .info_main .right_info .info_show .solution_img{
        margin-top: 10px;
    }
    .about_main .right_info .info_show .solution_img .h2 {
        margin: 10px 0px 5px;
        line-height: 30px;
        color: #0a92d0;
        font-size: 16px;
    }
    .about_main .right_info .info_show .solution_img .h2 span {
        font-size: 12px;
    }
    .about_main .right_info .info_show .solution_img .h2 span:after {
        left: 120px;
        right: 0px;
        height: 1px;
    }
    .about_main .right_info .info_show .solution_img p {
        font-size: 13px;
        line-height: 25px;
    }
    .about_main .right_info .info_show .solution_img .system_list .item .img {
        width: 100%;
        height: auto;
        padding-bottom: 88%;
        float: none;
        margin-right: 0px;
    }
    .about_main .right_info .info_show .solution_img .system_list .item .font_info {
        margin-left: 0px;
        margin-top: 10px;
    }
    .about_main .right_info .info_show .solution_img .system_list .item .font_info .top_nav {
        font-size: 14px;
    }
    .about_main .right_info .info_show .solution_img .system_list .item .font_info .p {
        padding: 5px 0px;
        font-size: 13px;
        color: #8b8b8b;
        line-height: 25px;
        margin: 5px 0px 0px;
    }
    .about_main .right_info .info_show .solution_img .system_list .item:nth-child(2n) .font_info {
        margin-right: 0px;
        margin-left: 0px;
    }
    .about_main .right_info .info_show .solution_img .system_list .item:nth-child(2n) .img {
        float: none;
        margin-right: 0px;
    }
    .about_main .content_info {
        width: 92%;
        margin: 10px auto 0;
        background-size: auto 100% !important;
        height: auto;
        padding-bottom: 62%;
    }
    .about_main .contact_us {
        width: 92%;
        margin: 0 auto;
    }
    .about_main .contact_us .title {
        line-height: 40px;
        font-size: 16px;
    }
    .about_main .contact_us .info {
        line-height: 30px;
        font-size: 13px;
        color: #707070;
    }
    .about_main .contact_us .info .span {
        display: block;
        margin-right: 0px;
        float: none;
    }
    .news_detail {
        width: 92%;
        margin: 10px auto 0;
    }
    .news_detail .title {
        line-height: 25px;
        font-size: 16px;
        padding: 5px 0px;
    }
    .news_detail .time {
        border-bottom: 1px solid #dedede;
        height: 25px;
        font-size: 12px;
        color: #999999;
        margin: 5px 0px 10px 0px;
    }
    .news_detail .p .subtitle {
        font-size: 14px;
    }
    .news_detail .p p {
        padding: 5px 0px;
        font-size: 13px;
        line-height: 25px;
    }
    .news_liet .item .info {
        font-size: 14px;
        line-height: 25px;
        color: #323232;
        margin-right: 0px;
        float: none;
    }
    .news_liet .item {
        height: auto;
        overflow: hidden;
        line-height: 30px;
        padding: 5px 0px;
        display: block;
    }
    .news_liet .item .time {
        float: none;
        width: 100%;text-align: right;
        color: #c8c8c8;
        font-size: 12px;
    }
    .about_main .info_main .right_info .info_show .img_font .item .detail{
        display: none !important;
    }
    .about_main .info_main .right_info .info_show .img_list .item .detail {
        display: none !important;
    }
    .webchat_img img {
        height: 100px;
        width: 100px;
        margin: 0px 10px;
    }
    .join_us p span{
        font-size: 12px !important;
    }
	.about_main .join_us{
		width:92%;
		margin:0 auto;
	}
	.about_main .join_us img{
		width:40%;
		height:auto;
		margin-left:10%;
	}

    .suspension {
        width: 50px;
        height: 70px;
        position: fixed;
        right: 1px;
        bottom: 10px;
        z-index: 999;
        cursor: pointer;
    }
    .suspension img{
        width: 50px;
        height: 50px;
    }
    .suspension span{
        font-size: 12px;
    }
}