/* 手机端分页面css */

/* 导航栏 */
.top {
    width: 94%;
    height: 50px;
    padding: 0px 3%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #234190;
}

.top>a {
    width: 40%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top>a>img {
    width: 100%;
    height: 65%;
    object-fit: contain;
}

.top>ul {
    display: none;
}

.top>div {
    width: 25px;
    height: 25px;
    background: url(/img/menu_openz.png) no-repeat;
    background-size: cover;
}

/* 手机导航菜单 */
.navss {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #234190;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.navss>div {
    width: 30px;
    height: 30px;
    background: url(/img/menu_close.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 30px;
    right: 3%;
}

.navss>ul {
    width: 98%;
    margin: 0px auto;
}

.navss>ul>li {
    width: 92%;
    padding: 15px 0px;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    border-bottom: 1px solid #2f7ecd;
}

.navss>ul>li>a {
    color: #fff;

}

.navss>ul>li>ul {
    width: 50%;
    font-size: 1.4rem;
    display: none;
    margin: 10px auto;
}

.navss>ul>li>ul>li {
    width: 100%;
    padding: 12px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px dashed #2f7ecd;
}

.navss>ul>li>ul>li>a {
    color: #fff;
}

.navss>ul>li:hover>ul {
    display: block;
}

/* 分页面banner */
.banner_page {
    width: 100%;
    height: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: url(../img/page_banner.jpg) center;
}

.banner_page>h2 {
    width: 90%;
    height: 40px;
    font-size: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.5rem;
}

.banner_page>p {
    width: 90%;
    height: 30px;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

/* 分页面主体内容区 */
.main {
    width: 94%;
    margin: 30px auto;
    position: relative;
}

/* 分页面标题 */
.pagebt {
    width: 100%;
    height: 60px;
}

.pagebt>h3 {
    width: 100%;
    height: 30px;
    font-size: 1.2rem;
    font-weight: 500;
    color: #4aa8ff;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    align-items: end;
    justify-content: center;
}

.pagebt>h2 {
    width: 100%;
    height: 30px;
    font-size: 2rem;
    color: #234190;
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 分页面文字类 */
.pagetext {
    width: 94%;
    margin: 30px auto;
}

.pagetext>div:last-of-type {
    width: 100%;
    min-height: 300px;
    margin: 20px auto;
    font-size: 1.6rem;
}

.pagetext>div:last-of-type>p {
    text-indent: 2em;
    margin: 20px auto;
    line-height: 3.4rem;
}

/* 分页面图片类 */
.pageimg {
    width: 100%;
    margin: 30px auto;
}

.pageimg>div:last-of-type {
    width: 100%;
    margin: 10px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.pageimg>div:last-of-type>div {
    width: 180px;
    height: 280px;
    margin: 15px 10px;
    display: flex;
    flex-direction: column;
    background-color: #f0faff;
    border: 1px solid #cccccc;
    border-radius: 5px;
    overflow: hidden;
}

.pageimg>div:last-of-type>div>img {
    width: 180px;
    height: 240px;
    object-fit: contain;
}

.pageimg>div:last-of-type>div>p {
    width: 100%;
    height: 40px;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.pageimg>div:last-of-type>div:first-of-type {
    width: 340px;
}

.pageimg>div:last-of-type>div:first-of-type>img {
    width: 340px;
}

.pageimg>div>div:hover {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

/* 项目案例 */
.almain {
    width: 96%;
    margin: 30px auto;
    position: relative;
}

.pic {
    display: none;
}

.telal {
    width: 100%;
    min-height: 500px;
    margin-top: 20px;
}

.telal>div {
    width: 94%;
    height: 260px;
    margin: 20px auto;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: end;
}

.telal>div>div {
    width: 96%;
    height: 80px;
    padding: 5px 2%;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.4);
}

.telal>div>div>p {
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    font-size: 1.4rem;
}

.telal>div>div>span {
    width: 100%;
    height: 40px;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    line-height: 1.8rem;
}

.telal>div:nth-of-type(1) {
    background: url("/img/al_zhxc.jpg") no-repeat center;
    background-size: cover;
}

.telal>div:nth-of-type(2) {
    background: url("/img/al_xls.jpg") no-repeat center;
    background-size: cover;
}

.telal>div:nth-of-type(3) {
    background: url("/img/al_zhst.jpg") no-repeat center;
    background-size: cover;
}

.telal>div:nth-of-type(4) {
    background: url("/img/al_zhjd.jpg") no-repeat center;
    background-size: cover;
}

.telal>div:nth-of-type(5) {
    background: url("/img/al_zhgd.jpg") no-repeat center;
    background-size: cover;
}

/* 详情单内容 */
.pagedetails {
    width: 100%;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pagedetails>img {
    width: 100%;
}

/* 产品中心 */
/* 主营业务 */
.pageyw {
    width: 100%;
    min-height: 300px;
    margin-top: 10px;
}

.pageyw_nr {
    width: 100%;
    margin-top: 10px;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
}

.pageyw_nr>div {
    width: 30%;
    height: 170px;
    margin: 15px 1.5%;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    background-color: #e7efff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

.pageyw_nr>div>img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.pageyw_nr>div>div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.pageyw_nr>div>div>h3 {
    position: absolute;
    top: 45%;
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
    color: white;
    z-index: 30;
}

.pageyw_nr>div>div>div {
    width: 100px;
    height: 100px;
    position: absolute;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
    border-radius: 50%;
    background: #234190;
    opacity: 0.9;
    z-index: 10;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.pageyw_nr>div:hover>div>div {
    -webkit-transform: scale(3.9, 3.9);
    -moz-transform: scale(3.9, 3.9);
    transform: scale(3.9, 3.9);
}


/* 软件平台 */
.pagerj {
    width: 100%;
    min-height: 300px;
    margin-top: 30px;
}

.rjptnr {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
}

.rjptnr>div {
    width: 80%;
    height: 260px;
    background: #f3faff;
    margin: 15px 2%;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.rjptnr h3 {
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rjptnr p {
    width: 90%;
    height: 45px;
    font-size: 1.4rem;
    color: #666666;
    line-height: 22px;
    overflow: hidden;
}

.rjptnr img {
    width: 100%;
    height: 130px;
    border-radius: 10px;
    object-fit: cover;
    margin-top: 10px;
}

.rjptdh {
    position: relative;
    width: 100px;
    text-decoration: none;
    padding: 0 1%;
    transition: 0.7s;
    overflow: hidden;
    cursor: pointer;
}

.rjptdh::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border-top: 2px solid #4aa8ff;
    border-left: 2px solid #4aa8ff;
    transition: 0.7s;
    transition-delay: 0.3s;
}

.rjptdh::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    border-bottom: 2px solid #4aa8ff;
    border-right: 2px solid #4aa8ff;
    transition: 0.7s;
    transition-delay: 0.3s;
}

.rjptdh:hover::before,
.rjptdh:hover::after {
    width: 100%;
    height: 100%;
    transition-delay: 0s;
}

.rjptdh:hover {
    color: #000;
    box-shadow: 0px 5px 10px 0px rgba(127, 193, 255, 0.5);
    transition-delay: 0.3s;
}

/* 物联网硬件 */
.pageyj {
    width: 100%;
    min-height: 350px;
    margin: 30px auto;
}

.yjnr {
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.yjnr>div {
    width: 80%;
    height: 210px;
    margin: 10px auto;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #e7e7e7;
    border: 1px solid #234190;
    cursor: pointer;
}

.yjnr>div>img {
    width: 100%;
    height: 165px;
    object-fit: cover;
}

.yjnr>div>h2 {
    width: 100%;
    height: 45px;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yjnr>div:hover>h2 {
    color: #234190;
}

/* 联系我们 */
.page_lxwm {
    width: 100%;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page_lxwm>div {
    width: 100%;
    margin-top: 40px;
}

.page_lxwm>div:first-of-type {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page_lxwm>div:first-of-type>h1 {
    font-size: 5rem;
    font-family: Impact;
}

.page_lxwm>div:first-of-type>h2 {
    font-size: 2rem;
    margin: 10px auto;
}

.page_lxwm>div:first-of-type>p {
    font-size: 1.6rem;
    margin: 5px auto;
}

.page_lxwm>div:first-of-type>img {
    width: 170px;
    height: 170px;
    margin-top: 10px;
}

.page_lxwm>div:last-of-type {
    width: 100%;
    height: 400px;
    padding: 25px 0px;
    border-radius: 10px;
    background-color: #f0faff;
    margin-top: 50px;
}

.page_lxwm>div:last-of-type>h2 {
    width: 100%;
    height: 50px;
    font-size: 2.6rem;
    color: #234190;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_lxwm>div:last-of-type>p {
    width: 100%;
    height: 25px;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_lxwm>div:last-of-type>div {
    width: 100%;
    height: 300px;
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page_lxwm>div:last-of-type>div>input,
.page_lxwm>div:last-of-type>div>textarea {
    width: 90%;
    height: 45px;
    border-radius: 5px;
    margin: 5px 0px;
    padding: 0px 10px;
    border-width: 1px;
    border-color: #a7a7a7;
    font-size: 1.4rem;
}

.page_lxwm>div:last-of-type>div>textarea {
    height: 90px;
}

.page_lxwm>div:last-of-type>div>input:last-of-type {
    height: 50px;
    background-color: #1a90ff;
    color: #ffffff;
    border: none;
    font-size: 1.6rem;
}

.page_lxwm>div:last-of-type>div>span {
    margin-top: 10px;
    font-size: 1.2rem;
    color: #1a90ff;
}