/* logo和导航 */
.header-nav {
    height: 1.2rem;
    line-height: 1.2rem;
    padding: 0.053rem 0.373rem;
    background-color: #f6f6f6;
}

.header-nav .nav-img {
    width: 2.293rem;
    height: 1.2rem;
    float: left;
}

.header-nav .nav-menu {
    width: 0.666rem;
    height: 0.533rem;
    float: right;
    margin-top: 0.347rem;
}

.btn-menu {
    background: #626262;
    display: none;
}

.btn-menu li a {
    color: #fff;
    font-size: 0.32rem;
    padding: 0.293rem 0 0.293rem 0.346rem;
}

.btn-menu li a:hover {
    background: #4d4d4d;
}

/* width: 10rem;height: 11.84rem; */
.bg_banner {

    background-size: 10rem 11.84rem;
    width: 10rem;
    /*height: 11.84rem;*/
    min-height: 250px;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    border-bottom: 0.16rem solid #eee;
}

.bg_banner p {
    color: #fff;
}

.bg_banner .p1 {
    font-size: 0.64rem;
}

.bg_banner .p2 {
    font-size: 0.32rem;
    background-color: #ff950b;
    padding: 0.08rem 0.56rem;
    -webkit-border-radius: 0.4rem;
    border-radius: 0.4rem;
    margin-top: 0.426rem;
}

/* 功能区 */
.gneng-container {
    padding-top: 0.666rem;
    border-bottom: 0.026rem solid #efefef;
    padding-bottom: 0.426rem;
}

.gneng-wraper {
    display: -webkit-flex;
}

.gneng-wraper li {
    flex: 1;
    text-align: center;
}

.block {
    display: block;
}

.gneng-img {
    width: 1.093rem;
    height: 1.093rem;
}

.gneng-wraper .text {
    font-size: 0.32rem;
    margin-top: -0.16rem;
}

/* 产品中心 */
.com {
    padding: 0 0.373rem;
}

.chanp {
    border-bottom: 0.186rem solid #e5e5e5;
    padding-bottom: 0.64rem;
}

.title {
    margin: 0.48rem 0;
    overflow: hidden;
}

.title > h2 {
    font-size: 0.48rem;
    float: left;
}

.title > a {
    font-size: 0.32rem;
    color: #999;
    padding: 0.133rem 0.24rem;
    border: 0.026rem solid #efefef;
    border-radius: 0.4rem;
    float: right;
}

.chanp-wraper {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.chanp-wraper li {
    text-align: center;
}

.chanp-wraper .chanp-img {
    width: 2.933rem;
    height: 2.88rem;
}

.chanp-wraper .chanp-text {
    font-size: 0.373rem;
    color: #666;
    text-align: center;
}

/* 艾思诺服务 */
.fuwu {
    padding-bottom: 0.453rem;
    border-bottom: 0.186rem solid #e5e5e5;
}

.fuwu-wraper {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.fuwu-wraper li {
    width: 4.533rem;
    height: 2.053rem;
    border-radius: 0.052rem;
    margin-bottom: 0.213rem;
}

.fuwu-wraper .li1 {
    background: #ffe9cc url(../images/fuwu01.png) no-repeat right 0.133rem center;
    background-size: 1.04rem 1.44rem;
}

.fuwu-wraper .li2 {
    background: #ffe9cc url(../images/fuwu02.png) no-repeat right 0.133rem center;
    background-size: 1.04rem 1.52rem;
}

.fuwu-wraper .li3 {
    background: #ffe9cc url(../images/fuwu03.png) no-repeat right 0.4rem center;
    background-size: 0.826rem 1.68rem;
}

.fuwu-wraper .li4 {
    background: #ffe9cc url(../images/fuwu04.png) no-repeat right 0.053rem center;
    background-size: 1.2rem 1.68rem;
}

.fuwu-wraper .li5 {
    background: #ffe9cc url(../images/fuwu05.png) no-repeat right 0.133rem center;
    background-size: 1.36rem 1.253rem;
}

.fuwu-wraper .li6 {
    background: #ffe9cc url(../images/fuwu06.png) no-repeat right 0.3rem center;
    background-size: 0.853rem 1.546rem;
}

.fuwu-wraper li a {
    padding: 0.4rem 0 0.213rem 0.266rem;
}

.fuwu-wraper li a p:first-child {
    font-size: 0.346rem;
    color: #0b85ec;
}

.fuwu-wraper li a p:last-child {
    font-size: 0.32rem;
    color: #888;
    margin-top: 0.24rem;
}

/* 解决方案 轮播图 */

.fangan .swiper-container {
    padding-bottom: 1.28rem;
}

.fangan .swiper-pagination-bullet {
    width: 0.24rem;
    height: 0.24rem;
    border-radius: 50%;
    background: #fff;
    border: 0.052rem solid #888;
}

.fangan .swiper-pagination-bullet-active {
    border: 0.052rem solid #0b85ec;
}

.fangan .swiper-wrapper .swiper-slide {
    background: url(../images/banner_bg.jpg) no-repeat center center;
    background-size: 9.253rem 3.253rem;
    width: 9.253rem;
    height: 3.253rem;
    border-radius: 0.104rem;
    padding: 0.693rem 0.586rem 0.693rem 0.613rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.fangan .swiper-slide .swiper-title {
    font-size: 0.48rem;
    color: #fff;
}

.fangan .swiper-slide .swiper-text {
    font-size: 0.346rem;
    color: #fff;
    margin-top: 0.673rem;
}

.fangan .swiper-slide img {
    width: 4.6rem;
    height: 100%;
    position: absolute;
    right: 0rem;
    top: 0rem;
    border-radius: 0px 8px 8px 0px;
    border-left:5px solid #fff;
}

/* 纯图片 */
.index-img {
    background: #e5e5e5;
    padding: 0.186rem 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.index-img .img-left {
    width: 4.906rem;
    height: 6.613rem;
    background: url(../images/1ab1126a3ee261147d6f23d59d34b95.jpg) no-repeat center center;
    text-align: center;
    padding-top: 0.208rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.index-img .img-right {
    width: 4.906rem;
    height: 6.613rem;
    background: url(../images/0ccd37cb4a12424fe2e8b9f3f718b0f.jpg) no-repeat center center;
    padding-top: 4.426rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
}

.img-left .lt1 {
    font-size: 0.853rem;
    font-weight: bold;
    color: #555;
}

.img-left .lt2 {
    font-size: 0.4rem;
    color: #9e9e9e;
}

.img-left .lt3 {
    font-size: 0.32rem;
    color: #0b85ec;
}

.img-right .rt1 {
    font-size: 0.533rem;
    padding: 0.052rem 0.24rem;
    color: #fff;
    background: #0b85ec;
    border-radius: 0.208rem;
}

.img-right .rt2 {
    font-size: 0.533rem;
    color: #333;
}

.img-right .rt3 {
    font-size: 0.4rem;
    color: #513721;
}

/* 服务热线 */
.contact {
    text-align: center;
    padding-bottom: 0.826rem;
}

.contact > h2 {
    font-size: 0.48rem;
    color: #333;
    font-weight: bold;
    margin-top: 1.04rem;
    margin-bottom: 0.533rem;
}

.contact > span {
    font-size: 0.64rem;
    color: #0b85ec;
    padding: 0.4rem 0.826rem;
    border: 0.052rem solid #0b85ec;
    border-radius: 0.432rem;
}

/* 版权 */
.banquan {
    background: #393e44;
    padding: 0.533rem 0;
}

.banquan > p {
    font-size: 0.293rem;
    color: #f6f6f6;
    text-align: center;
}

/* 底部菜单 */
.footer-menu {
    padding: 0.16rem 0.666rem;
}

.menu-list {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.menu-list li a {
    font-size: 0.293rem;
    color: #999;
    padding-top: 0.72rem;
}

.menu-list .a1 {
    background: url(../images/icon/h.png) no-repeat center top;
    background-size: 0.666rem 0.666rem;
}

.menu-list .a2 {
    background: url(../images/icon/c.png) no-repeat center top;
    background-size: 0.506rem 0.666rem;
}

.menu-list .a3 {
    background: url(../images/icon/n.png) no-repeat center top;
    background-size: 0.506rem 0.666rem;
}

.menu-list .a4 {
    background: url(../images/icon/t.png) no-repeat center top;
    background-size: 0.72rem 0.666rem;
}

.menu-list li a.on {
    color: #0b85ec;
}

.footer {
    overflow: hidden;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #f6f6f6;
    z-index: 4;
}

/* common */
.border {
    border: 0.186rem solid #e5e5e5;
}

/* 关于我们 */
.banner02 {
    width: 10rem;
    height: 7.466rem;
}

.article {
    padding: 0.1rem 0.4rem 0.3rem;
}

.article p {
    font-size: 0.346rem;
    line-height: 0.666rem;
    color: #777;
    text-indent: 0em;
}

/* 核心产品 */
.about-chanp {
    padding: 0.453rem 0.373rem 1.066rem;
}
.about-chanp img{
    max-width: 100%;
}

.about-title {
    font-size: 0.373rem;
    color: #333;
    padding-left: 0.573rem;
    margin-bottom: 0.453rem; /* height: 0.346rem; */
}

.bg1 {
    background: url(../images/icon/pro.png) no-repeat left center;
    background-size: 0.353rem 0.346rem;
}

.hexin-chanp {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.hexin-chanp .hexin-img {
    width: 4.533rem;
    height: 4.586rem;
}

.hexin-chanp h3 {
    font-size: 0.346rem;
    color: #444;
}

.hexin-chanp p {
    font-size: 0.32rem;
    color: #999;
    margin-top: 0.104rem;
}

/* 服务场景 */
.bg2 {
    background: url(../images/icon/wifi.png) no-repeat left center;
    background-size: 0.346rem 0.373rem;
}

.fuwu-cj {
    padding-bottom: 0.96rem;
    position: relative;
}

.fuwu-cj .swiper-slide {
    width: 9.253rem;
    height: 4.346rem;
    background: url(../images/about/1553756061552090.jpg) no-repeat center center;
    background-size: 9.253rem 4.346rem;
    padding: 0.453rem 0.746rem;
    box-sizing: border-box;
}

.fuwu-cj .swiper-slide h2 {
    font-size: 0.373rem;
    color: #0b85ec;
    text-align: center;
}

.fuwu-cj .swiper-slide p {
    font-size: 0.32rem;
    color: #fff;
    line-height: 0.55rem;
    margin-top: 0.2rem;
}

.fuwu-cj .swiper-pagination {
    position: absolute;
    bottom: 0.2rem;
    left: calc(50% - 0.8rem);
}

.fuwu-cj .swiper-pagination-bullet {
    margin: 0 0.05rem;
}

/* 产品价值观 */
.about-jiaz {
    padding: 0.453rem 0.373rem 1.066rem;
}

.about-jiaz .swiper-wrapper .swiper-slide {
    width: 6.613rem;
    border: 0.026rem solid #eee;
    border-radius: 0.28rem;
    padding-bottom: 0.8rem;
}

.about-jiaz .swiper-slide img {
    width: 6.613rem;
    height: 3.013rem;
    border: none;
}

.about-jiaz .swiper-slide p {
    font-size: 0.32rem;
    color: #777;
    margin-top: 0.4rem;
    padding: 0 1rem;
    -webkit-line-clamp: 3;
}

/* news.html新闻列表 */
/* 新闻列表 */
.news {
    padding: 0.533rem 0.56rem 0.56rem 0.346rem;
    border-bottom: 0.026rem solid #e6e6e6;
}

.news a > h2 {
    font-size: 0.346rem;
}

.news p {
    font-size: 0.32rem;
}

.news a > p {
    color: #888;
    margin-top: 0.193rem;
    -webkit-line-clamp: 2;
}

.news > p {
    color: #666;
    margin-top: 0.1rem;
}

/* 分页 */
.page {
    text-align: center;
    padding-bottom: 0.5rem;
}

.page a {
    display: inline-block;
    font-size: 0.346rem;
    background: #f0f0f0;
    border: 0.026rem solid #ccc;
}

.page .pc {
    width: 0.746rem;
    height: 0.746rem;
    line-height: 0.746rem;
    text-align: center;
}

.page .p, .page .n {
    padding: 0.14rem 0.346rem;
}

.page .p, .page .pc2 {
    color: #ccc;
}

.page .n, .page .pc1 {
    color: #0b85ec;
}

/* news_item.html新闻详情 */
.news-item h2 {
    font-size: 0.533rem;
    color: #555;
    line-height: 1.546rem;
}

.news-item .time-count {
    font-size: 0.293rem;
    color: #999;
    margin-bottom: 0.273rem;
}

.news-item .news-art {
    font-size: 0.426rem;
    color: #777;
    line-height: 0.773rem;
}
.news-item .news-art img{
    max-width: 100%;
}

.news-page {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 0.64rem 0.373rem;
    border-top: 0.026rem solid #eee;
}

.news-page a {
    font-size: 0.32rem;
    color: #999;
    display: inline-block;
    width: 3.2rem;
}

/* product.html产品中心 */
.pro-title {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding-top: 0.426rem;
    padding-bottom: 0.426rem;
    border-bottom: 0.026rem solid #eee;
}

.pro-title h2 {
    font-size: 0.373rem;
}

.pro-title p {
    font-size: 0.32rem;
    color: #666;
    padding-left: 0.446rem;
    background: url(../images/icon/class.png) no-repeat left top 0.104rem;
    background-size: 0.346rem 0.266rem;
}

/* 隐藏的侧边栏 */
body {
    position: relative;
    padding-bottom: 1.5rem;
}

.pro-aside {
    width: 70%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    display: none;
    padding-left: 0.6rem;
}

.pro-aside-nav li > a {
    color: #fff;
    font-size: 0.346rem;
}

/* 图片 */
.pro-imglist {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.pro-imglist li {
    margin-top: 0.56rem;
}

.pro-imglist li a > img {
    width: 4.48rem;
    height: 5.306rem;
}

.pro-imglist li a > p {
    font-size: 0.32rem;
    text-align: center;
}

/* 版权 */
.pro-banquan {
    padding-top: 0.453rem;
    padding-bottom: 0.453rem;
    border-top: 0.026rem solid #eee;
}

.pro-banquan p {
    font-size: 0.293rem;
    color: #888;
    text-align: center;
}

/* 模式切换 */
.chmodle {
    font-size: 0.293rem;
    text-align: center;
    margin-bottom: 0.293rem;
}

/* product_item.html产品详情 */
.pro-item-content > img {
    width: 10rem;
    height: 11.813rem;
}

.pro-msg > h2 {
    font-size: 0.4rem;
    margin-bottom: 0.208rem;
}

.pro-msg > p {
    font-size: 0.346rem;
    color: #888;
    line-height: 0.546rem;
}

.pro-page {
    border: none;
}

/* solve.html解决方案 */
.solve-banner {
    width: 10rem;
    height: 4.426rem;
}

.solve-content {
    padding-bottom: 0.6rem;
}
.solve-content img{
    max-width: 100%;
}

.solve-content h2 {
    font-size: 0.4rem;
    padding-bottom: 0.2rem;
}

.solve-content p {
    font-size: 0.346rem;
    color: #888;
    line-height: 0.546rem;
    letter-spacing: 0.02rem;
}

/* 侧边栏 */
.solve-aside {
    width: 70%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    z-index: 4;
}

.solve-aside-nav > li {
    color: #bfbfbf;
    font-size: 0.346rem;
    line-height: 0.78rem;
    padding-left: 0.3rem;
}

.solve-aside-nav > li.on {
    color: #fff;
}

.hide-nav li a {
    font-size: 0.32rem;
    color: #fff;
    line-height: 0.8rem;
    padding-left: 0.8rem;
}

.hide-nav li a.on {
    background-color: #585858;
}

.rgba-img {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-top: 0.158rem;
}

.rgba-img li {
    width: 4.48rem;
    height: 3.04rem;
    margin-bottom: 0.308rem;
    position: relative;
}

.rgba-img .rgba1 {
    background: url(../images/solve/introduce1.jpg) no-repeat center center;
    background-size: 4.48rem 3.04rem;
}

.rgba-img .rgba2 {
    background: url(../images/solve/introduce2.jpg) no-repeat center center;
    background-size: 4.48rem 3.04rem;
}

.rgba-img .rgba3 {
    background: url(../images/solve/introduce3.jpg) no-repeat center center;
    background-size: 4.48rem 3.04rem;
}

.rgba-img .rgba4 {
    background: url(../images/solve/introduce4.jpg) no-repeat center center;
    background-size: 4.48rem 3.04rem;
}

.rgba-img li p {
    color: #fff;
    background: rgba(0, 0, 0, .6);
    text-align: center;
    padding: 0.158rem 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}

/* contact.html联系我们 */
.con-content h2 {
    font-size: 0.4rem;
    text-align: center;
    padding: 0.4rem 0;
}

.con-class p {
    font-size: 0.34rem;
    line-height: 0.68rem;
}

.con-class .gray {
    color: #666;
}

