*{
    padding: 0;
    margin: 0;
    border: 0;
}
html,body{
    font: 14px/1.5 "微软雅黑";
    color: #333;
}
body{
    overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 500;
}
h1,h2,h3,h4,h5,h6,p,span,em,i{
    color: #333;
}
ul,ol,li{
    list-style: none;
}
a,a:link,a:active,a:visited{
    color: #333;
    text-decoration: none;
}
a:hover{
    color: #2a7fff;
}
input, button, select, textarea {
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
}
input, button{
    background: transparent;
    border: 0;
}
textarea{
    resize:none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {   
 /* WebKit browsers */   
color: #999;   
}   
input:-moz-placeholder, textarea:-moz-placeholder {   
/* Mozilla Firefox 4 to 18 */   
color: #999;   
}   
input::-moz-placeholder, textarea::-moz-placeholder {   
 /* Mozilla Firefox 19+ */   
color: #999;   
}   
input:-ms-input-placeholder, textarea:-ms-input-placeholder {   
 /* Internet Explorer 10+ */   
color: #999;   
}
img{
    max-width: 100%;
}

/*============================= 公用样式 Start ============================*/
.bg-white{
    background: #fff;
}
.bg-gray{
    background: #f5f5f5;
}
.img-full{
    width: 100%;
    height: auto;
}
.pagination{
    margin: 30px 0;
    text-align: center;
}

.hardware-box {
    text-align: center;
    vertical-align: middle;
}
.iot_img{
    height: 150px;

}
/*============================= 公用样式 End ============================*/

/*============================= Header Start ============================*/
.header{
    height: 70px;
    line-height: 70px;
    background: #fff;
    border-bottom: 1px solid #ededed;
}
.header .layui-container{
    height: 70px;
    line-height: 70px;
}
.header .logo{
    display: block;
    position: absolute;
    top: 0;
    left: 15px;
    width: auto;
    height: 70px;
}
.header .logo img{
    width: auto;
    height: 45px;
}
.header .nav{
    /* padding: 0 20px; */
    margin-left: 50px;
}
.header .nav > li{
    display: inline-block;
}
.header .nav li a{
    display: block;
    width: 120px;
    font-size: 16px;
    text-align: center;
    color: #333;
}
.header .nav li:hover > a{
    color: #fff;
    background-color: rgba(0,0,0,.6);
}
.header .nav li a:hover{
    color: #fff;
}
.header .sub-nav{
    display: none;
    position: absolute;
    top: 70px;
    background-color: rgba(0,0,0,.6);
    z-index: 10;
}
.header .sub-nav li a{
    color: rgba(255,255,255,.8);
    line-height: 40px;
}
.header .nav li:hover .sub-nav{
    display: block;
}
.header .header-quicklink li{
    display: inline-block;
    padding: 0 10px;
}
.header .header-quicklink {
    right: -10%;
}
.header .header-quicklink li a{
    color: #fff;
}

/* 移动端导航 */
.header .m-nav-open{
    display: none;
    position: absolute;
    right: 15px;
}
.header .m-nav-open i{
    font-size: 20px;
    color: #999;
}
.header .m-nav{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.6);
    z-index: 99;
}
.header .m-nav-box{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: #313a48;
}
.header .m-nav-close{
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: initial;
}
.header .m-nav-close i{
    font-size: 18px;
    color: rgba(255,255,255,.7);
}
.header .m-nav-list{
    margin-top: 50px;
    background: #313a48;
}
.header .m-nav-list li{
    text-align: center;
    border-top: 1px solid #292C34;
}
.header .m-nav-list li a{
    color: #999;
}
.header .m-nav-list .layui-nav-bar{
    background: #2a7fff;
}

/* 移动端用户快捷链接 */
.header .m-header-user{
    display: none;
    position: absolute;
    top: 10px;
    right: 60px;
    width: 30px;
    height: 30px;
    line-height: initial;
    border-radius: 100%;
    overflow: hidden;
}
.header .m-quicklink-open{
    display: none;
    position: absolute;
    right: 50px;
}
.header .m-quicklink-open i{
    font-size: 24px;
    color: #999;
}
.header .m-quicklink{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.6);
    z-index: 99;
}
.header .m-quicklink-list{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
}
.header .m-quicklink-list li{
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
}
.header .m-quicklink-list li a{
    display: block;
    font-size: 15px;
    letter-spacing: 5px;
}
.header .m-quicklink-list li:last-child{
    border: 0;
}

/*============================= Header End ============================*/

/*============================= 右侧悬浮 Start ============================*/
.right-menu{
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 98;
}
.right-menu-list{
    position: absolute;
    top: 60%;
    right: 0;
}
.right-menu-list li{
    position: relative;
    margin-bottom: 5px;
}
.right-menu-icon{
    width: 60px;
    height: 60px;
    text-align: center;
    background: #2a7fff;
    overflow: hidden;
    border-radius: 5px;
}
.right-menu-icon i{
    display: block;
    margin-top: 5px;
    font-size: 20px;
    color: #fff;
}
.right-menu-icon span{
    display: block;
    font-size: 12px;
    color: #fff;
}
.right-menu-cont{
    position: absolute;
    top: 0;
    right: -300px;
    background: #fff;
    border: 1px solid #e6e6e6;
    transition: all .5s ease;
    -ms-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.right-menu-list li:hover .right-menu-cont{
    right: 70px;
    transition: all .5s ease;
    -ms-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.right-menu-tel{
    position: relative;
    width: 150px;
    height: 60px;
    padding: 0 10px 0 55px;
    overflow: hidden;
}
.right-menu-tel i{
    position: absolute;
    top: 5px;
    left: 10px;
    font-size: 36px;
    color: #ffb62a;
}
.right-menu-tel span{
    display: block;;
    margin-top: 10px;
    font-size: 12px;
    color: #999;
}
.right-menu-tel strong{
    color: #2a7fff;
    font-size: 18px;
}
.right-menu-code{
    position: relative;
    width: 100px;
}
.m-backTop-btn{
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 0;
    height: 0;
    line-height: 50px;
    text-align: center;
    background-color: rgba(0,0,0,.4);
    border-radius: 100%;
}
.m-backTop-btn i{
    font-size: 20px;
    color: #fff;
}
/*============================= 右侧悬浮 End ============================*/

/*============================= 预约 Start ============================*/
.book-form{
    padding: 30px 50px 0 10px;
}
.book-form .layui-form-label i{
    margin-right: 5px;
    color: #f00;
}
/*============================= 预约 End ============================*/


/*============================= 文章 Start ============================*/

.article-entry ol li{
    margin-left: 20px;
    list-style: decimal;
} 

.article-switch{
    margin-top:  50px;
}

/*============================= 预约 End ============================*/

/*============================= 模板中心 start ============================*/
.template-layout{
    min-height: 880px;
    margin: auto;
    max-width: 1120px;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    padding-top: 64px;
}

.application-card {
    box-shadow: 0 0 8px 0 #dcdfe6;
    transition: all .2s ease-in-out;
    border-radius: 2px;
    margin: 0 10px 20px;
    vertical-align: middle;
    cursor: pointer;
    background: #fff;
    height: 240px;
}

.application-card .cover-img {
    width: 100%;
    height: 150px;
    border-radius: 2px;
}

.application-card .cover-img img {
    width: 100%;
    height: 100%;
    border-radius: 2px;
}

.application-card .card-text {
    height: 80px;
    padding: 16px;
}

.application-card .card-text .card-title {
    font-weight: 700;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    color: #4a4a4a;
}
.application-card .card-text .tip-overflow {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    vertical-align: middle;
}
.application-card .card-text .card-description {
    margin-top: 16px;
    height: 12px;
    line-height: 12px;
    font-size: 12px;
    color: #929292;
}

.template_content .layui-row{
    margin-top: 50px;
}

.template_content .text_area{
    padding-top: 145px;
}
.template_content .layui-row .title{
   
    padding: 0 2px 0 0;
    font-size: 40px;
    color: #000;
    line-height: 56px;
}
.template_content .layui-row .desc{
    margin: 32px 0 28px;
    font-size: 16px;
    color: rgba(1,1,1,.5);
    line-height: 1.75;
}

.template_modules{
    margin-top: 50px;
    text-align: center;
}
.template_modules .sub_title{
    color: #999;
}
.footer_call{
    text-align: center; 
    color: #fff;
}

.footer_call a{
    color: #fff;
    margin-bottom: 50px;
}
/*============================= 模板中心 end ============================*/

/*============================= Footer Start ============================*/
.footer{
    background: #2d3237;
}
.footer a:hover{
    color: #fff;
}
.footer-cont{
    padding: 20px 0;
    overflow: hidden;
}
.footer-nav,.footer-about,.footer-code{
    float: left;
    min-height: 160px;
}
.footer-nav{
    border-right: 1px solid #666;
}
.footer-nav dl{
    float: left;
    margin-right: 50px;
}
.footer-nav dt{
    margin-bottom: 10px;
    color: #fff;
}
.footer-nav dd{
    line-height: 30px;
}
.footer-nav dd a{
    color: #999;
}
.footer-about{
    margin-left: 50px;
}
.footer-about .footer-contact h4{
    font-size: 14px;
    color: #fff;
}
.footer-about .footer-contact p{
    margin: 5px 0;
    font-size: 24px;
    color: #0095ff;
}
.footer-about .footer-info li{
    margin-bottom: 5px;
    color: #999;
}
.footer-about .footer-info li:hover{
    color: #fff;
}
.footer-code{
    float: right;
}
.footer-code .footer-code-item{
    display: inline-block;
    width: 100px;
    margin: 20px 10px 0 10px;
}
.footer-code .footer-code-item p{
    margin-top: 10px;
    text-align: center;
    color: #999;
}
.footer-code .footer-code-item:hover p{
    color: #fff;
}
.footer-copyright{
    padding: 10px;
    font-size: 12px;
    text-align: center;
    background: #25292e;
}
.footer-copyright span{
    color: #999;
    margin-right: 10px;
}
.footer-copyright a{
    color: #999;
    margin-right: 10px;
}
/*============================= Footer End ============================*/

@media screen and (max-width: 1200px){
    .header .nav{
        margin-left: 0;
    }
    .header .nav li a{
        width: 100px;
    }
}
@media screen and (max-width: 992px){
    .header,.header .layui-container{
        height: 50px;
        line-height: 50px;
    }
    .header .logo img{
        height: 30px;
    }
    .header .nav{
        display: none;
    }
    .header-quicklink{
        display: none;
    }
    .header .m-nav-open{
        display: block;
    }
    .header .m-nav-box{
       right: -200px;
    }
    .header .m-header-user{
        display: block;
    }
    .header .m-quicklink-open{
        display: block;
    }
    .header .m-quicklink-list{
        bottom: -200px;
    }
    .footer-cont{
        display: none;
    }
}
@media screen and (max-width: 600px){
    .right-menu-list{
        display: none;
    }
    .m-backTop-btn{
        width: 50px;
        height: 50px;
    }
}
