/* ----------------------------------------------------------------
    Modify     : 手机全页面调用样式
    Created on : 2019-4-6, 15:07:00 / 2019-9-2, 15:07:00 / 2025-2-19, 9:30:00
    Author     : Snake
    Version    : 3.0 / 4.0 / 5.0
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
        根据分辨率来判断显示
-----------------------------------------------------------------*/
@media screen and (min-width: 1900px) {
    /* ----------------------------------------------------------------
            所有页面都调用
    -----------------------------------------------------------------*/
    .container {
        /*width: 1750px;*/
    }

    /* ----------------------------------------------------------------
            其他模版.other
    -----------------------------------------------------------------*/
    /* 左边导航 */
    .content .cont-left {
        width: 300px;
    }

    .content .cont-right {
        width: 1440px;
    }

}

@media screen and (min-width: 1599px) and (max-width: 1601px) {

}

@media screen and (min-width: 1399px) and (max-width: 1441px) {

}

@media screen and (min-width: 1359px) and (max-width: 1367px) {

}

@media screen and (min-width: 1202px) and (max-width: 1281px) {

}

@media screen and (min-width:1201px) {
    /* ----------------------------------------------------------------
        统一调用,PC显示,移动显示隐藏
    -----------------------------------------------------------------*/
    .cont-pc {
        display: block;
    }

    .cont-mobile {
        display: none;
    }

    #fp-nav {
        display: block;
    }

}

@media screen and (max-width: 1200px) {
    /* ----------------------------------------------------------------
        统一调用,PC隐藏,移动显示
    -----------------------------------------------------------------*/
    .cont-pc {
        display: none;
    }

    .cont-mobile {
        display: block;
    }

    html, body {
        overflow: auto;
    }

    .container {
		width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    #fp-nav {
        display: none;
    }

    /* ----------------------------------------------------------------
        菜单导航
    -----------------------------------------------------------------*/
	.navbar-fixed-top, .navbar-fixed-bottom {
	    position: fixed;
	    right: 0;
	    left: 0;
	    z-index: 1030;
	}
	
    .navmTop {
        border: 0;
		padding: 0;
        background: #2f2f2f;
    }

    .navmTop .container {
        padding: 0;
        margin: 0;
    }

    .navmTop .navbar-header {
        margin-left: 0;
        margin-right: 0;
    }

    .navmTop .navbar-header {
        width: 100%;
        height: 50px;
		line-height: 40px;
        margin: 0;
        text-align: center;
    }

    .navmTop .dl-menuwrapper {
        width: 13%;
        height: 50px;
        float: left;
    }

    .navmTop .dl-menuwrapper .dl-menu {
        width: 180px;
		height: auto;
        top: 50px;
		z-index: 999;
		padding-bottom: 100px;
    }

    .navmTop .navbar-brand {
        font-size: 18px;
        float: right;
        color: #fff;
        position: relative;
        z-index: 9;
        width: 86%;
		margin-right: 0;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .navmTop .navbar-brand:hover {
        color: #fff;
    }

    .navmTop .navbar-default .navbar-toggle {
        border: 0;
        background: none;
    }

    .navmTop .navbar-default .navbar-toggle:hover, .navmTop .navbar-default .navbar-toggle:focus {
        background: none;
    }

    .navmTop .navbar-nav {
        text-align: left;
    }
	
	.dl-menuwrapper li.dl-back:after {
		top: 0;
	}

    /* ----------------------------------------------------------------
        首页 - 标题
    -----------------------------------------------------------------*/
    /* -- 夫标题 -- */
    .starter-template {
        text-align: center;
        position: relative;
    }

    .starter-template h1 {
        font-size: 16px;
        margin-top: 0;
    }

    .starter-template h1.text-color {
        color: #fff;
    }

    /* -- 子标题 -- */
    .starter-template h5 {
        font-size: 14px;
        color: #adabab;
    }

    .starter-template h5.text-color {
        color: #fff;
    }

    /* ----------------------------------------------------------------
        幻灯片
    -----------------------------------------------------------------*/
    .banner-default, .swiper-container {
		margin-top: 50px;
	}

    /* ----------------------------------------------------------------
        首页
    -----------------------------------------------------------------*/
    /* -- 第一层 -- */
    .m-index-one {
        padding: 20px 0;
    }

    .m-index-one .starter-template h1 {
        font-size: 18px;
        padding: 0 0 10px 0;
        /*background: url(../images/mobile/tit_line.jpg) center bottom no-repeat;*/
    }

    .m-one-list {
        position: relative;
        display: inline-block;
        width: 100%;
        margin-top: 15px;
    }

    .m-one-list li {
        position: relative;
        width: 50%;
        height: 100%;
        float: left;
        z-index: 1;
        padding: 15px 5px;
        overflow: hidden;
        border-right: 1px solid #dedede;
        border-bottom: 1px solid #dedede;
    }

    .m-one-list li:nth-child(2n+2){
        border-right: 0;
    }

    .m-one-list li:nth-child(7), .m-one-list li:nth-child(8) {
        border-bottom: 0;
    }

    .m-one-list .h-one-show {
        display: block;
    }

    .m-one-list .h-one-show .h-one-img {
        width: 100%;
        text-align: center;
    }

    .m-one-list .h-one-show .h-one-img img {
        width: 60px;
        height: 60px;
    }

    .m-one-list .h-one-show .h-one-txt {
        width: 100%;
        text-align: center;
    }

    .m-one-list .h-one-hide {
        position: absolute;
        width: 100%;
        height: 111px;
        color: #fff;
        text-align: center;
        left: 0;
        bottom: -170px;
        padding: 10px 5px;
        background: #33cde5;
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
        animation-duration: 1.5s;
        -webkit-animation-duration: 1.5s;
    }

    .m-one-list li:hover .h-one-hide {
        display: block;
        top: 0;
        z-index: 9;
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
        animation-duration: 1.5s;
        -webkit-animation-duration: 1.5s;
    }

    .m-one-list .h-one-hide h3 {
        font-size: 18px;
        margin: 0 0 10px 0;
    }

    .m-one-list .h-one-hide p {
        height: 60px;
        overflow: hidden;
        word-wrap: break-word;
        text-overflow: ellipsis;
        /*display: -webkit-box;*/
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    /* -- 第二层 -- */
    .m-index-two {
        padding: 20px 0;
        background: #F5F7F6;
    }

    .m-index-two .starter-template h1 {
        font-size: 18px;
        padding: 0 0 10px 0;
        background: url(../images/mobile/tit_line.jpg) center bottom no-repeat;
    }

    .m-two-list {
        display: inline-block;
        width: 100%;
        margin-top: 20px;
    }

    .m-two-list li {
        position: relative;
        float: left;
        width: 48%;
        height: 100%;
        margin-right: 4%;
        margin-bottom: 25px;
        padding: 20px 10px;
        bottom: 0;
        border-radius: 10px;
        box-shadow: 0px 7px 9px 1px rgba(0,0,0,0.2);
        -moz-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

    .m-two-list li:nth-child(2n+2) {
        margin-right: 0;
    }

    .m-two-list li:hover {
        bottom: 10px;
        -moz-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

    /* 原本颜色 */
    .m-two-list li:nth-child(1) {
        background-color: #EE4455;
    }

    .m-two-list li:nth-child(2) {
        background-color: #33CCAA;
    }

    .m-two-list li:nth-child(3) {
        background-color: #F5AB4D;
    }

    .m-two-list li:nth-child(4) {
        background-color: #21C770;
    }

    .m-two-list li:nth-child(5) {
        background-color: #3399EE;
    }

    .m-two-list li:nth-child(6) {
        background-color: #FCC12E;
    }

    .m-two-list li:nth-child(7) {
        background-color: #4C5AC1;
    }

    .m-two-list li:nth-child(8) {
        background-color: #F93E7C;
    }

    .m-two-list .h-two-img {
        width: 100%;
        text-align: center;
    }

    .m-two-list .h-two-img img {
        width: 60px;
        height: 54px;
    }

    .m-two-list .h-two-txt {
        color: #fff;
        text-align: center;
    }

    .m-two-list .h-two-txt h3 {
        font-size: 18px;
        margin: 20px 0 10px 0;
    }

    .m-two-list .h-two-txt p {
        height: 40px;
        overflow: hidden;
        word-wrap: break-word;
        text-overflow: ellipsis;
        /*display: -webkit-box;*/
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    /* -- 第三层 -- */
    .m-index-three {
        height: 100%;
        padding: 30px 0;
        background: #fff;
    }

    .m-index-three .starter-template h1 {
        font-size: 18px;
        padding: 0 0 10px 0;
        background: url(../images/mobile/tit_line.jpg) center bottom no-repeat;
    }

    .m-index-three .starter-template h5 {
        margin: 0 0 10px 0;
    }

    .m-index-three .m-three-list {
        display: inline-block;
        width: 100%;
        margin-top: 20px;
    }

    .m-three-list .m-three-item {
        display: inline-block;
        width: 100%;
        margin-bottom: 25px;
        padding-bottom: 25px;
        border-bottom: 1px solid #d7d7d7;
    }

    .m-three-list .m-three-item:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
    }

    .m-three-list .m-three-item .m-three-img {
        width: 33%;
        float: left;
    }

    .m-three-list .m-three-item .m-three-img img {
        width: 100%;
    }

    .m-three-list .m-three-item .m-three-txt {
        width: 64%;
        float: right;
    }

    .m-three-list .m-three-item .m-three-txt h4 {
        font-size: 18px;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .m-three-list .m-three-item .m-three-txt p {
        margin-bottom: 5px;
    }

    .m-three-list .m-three-item .m-three-txt p:last-child {
        margin-bottom: 0;
    }

    .m-three-list .m-three-item .m-three-txt p i {
        font-size: 10px;
        margin-right: 3px;
    }

    /* -- 第四层 -- */
    .m-index-four {
        height: 100%;
        padding: 30px 0;
        background: #F5F7F6;
    }

    .m-index-four .starter-template h1 {
        font-size: 18px;
        padding: 0 0 10px 0;
        background: url(../images/mobile/tit_line.jpg) center bottom no-repeat;
    }

    .m-index-four .m-adven-list {
        position: relative;
        display: inline-block;
        width: 100%;
        margin-top: 20px;
    }

    .m-index-four .m-adven-list li {
        width: 48%;
        float: left;
        margin-right: 4%;
        margin-bottom: 4%;
        padding: 15px 5px;
        background: #fff;
    }

    .m-four-cont .m-adven-list li:nth-child(2n+2) {
        float: right;
        margin-right: 0;
    }

    .m-four-cont .m-adven-list .h-adven-img {
        width: 100%;
        font-size: 50px;
        text-align: center;
    }

    .m-four-cont .m-adven-list .h-adven-img i {
        display: inline-block;
    }

    .m-four-cont .m-adven-list .h-adven-txt {
        width: 100%;
        text-align: center;
    }

    .m-four-cont .m-adven-list .h-adven-txt h4 {
        font-size: 17px;
        color: #333;
        margin: 10px 0;
    }

    .m-four-cont .m-adven-list .h-adven-txt p {
        height: 33px;
        font-size: 12px;
        text-align: left;
        overflow: hidden;
        word-wrap: break-word;
        text-overflow: ellipsis;
        /*display: -webkit-box;*/
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    /* -- 第五层 -- */
    .m-index-five {
        height: 100%;
        padding: 30px 0;
    }

    .m-index-five .starter-template h1 {
        font-size: 18px;
        padding: 0 0 10px 0;
        background: url(../images/mobile/tit_line.jpg) center bottom no-repeat;
    }

    .m-index-five .m-news-hot {
        position: relative;
        width: 100%;
        margin-top: 20px;
    }

    .m-index-five .m-news-hot img {
        width: 100%;
    }

    .m-index-five .m-news-list {
        position: relative;
        display: inline-block;
        width: 100%;
        margin-top: 20px;
    }

    .m-index-five .m-news-list li {
        width: 100%;
        margin-bottom: 15px;
    }

    .m-index-five .m-news-list li:last-child {
        margin-bottom: 0;
    }

    .m-index-five .m-news-list .h-news-img img {
        width: 100%;
    }

    .m-index-five .m-news-list .h-news-txt {
        padding: 10px 10px;
        border: 1px solid #e3e3e3;
    }

    .m-index-five .m-news-list .h-news-txt h4 {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .m-index-five .m-news-list .h-news-txt .h-news-font {
        height: 40px;
        margin-top: 10px;
        overflow: hidden;
        word-wrap: break-word;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .m-index-five .m-news-list .h-news-more {
        margin-top: 15px;
    }

    .m-index-five .m-news-list .h-news-more .h-news-more-right {
        bottom: auto;
        margin-top: -10px;
    }

    .m-index-five .h-more-btn {
        display: inline-block;
        width: 100%;
        margin: 30px 0 0 0;
    }

    .m-index-five .h-more-btn .more-box {
        height: 35px;
        line-height: 35px;
    }

    .m-index-five .h-more-btn .more-box:before {
        border-width: 0 0 35px 20px;
    }

    /* ----------------------------------------------------------------
        其他页面
    -----------------------------------------------------------------*/
    /* -- 统一调用 -- */
    .cont-box {
        padding: 0;
        word-wrap: break-word;
        word-break: break-all;
    }

    .m-other-cont {
        position: relative;
        display: inline-block;
        width: 100%;
        margin: 0 0 20px 0;
    }

    /* -- 定位 -- */
    .m-location {
        display: inline-block;
        position: relative;
        width: 100%;
		padding-bottom: 20px;
		background: #f7f7f7;
    }

    .m-location-marker {
        display: inline-block;
        position: relative;
        width: 100%;
        margin-top: 20px;
    }

    .m-location-marker a {
        position: relative;
        display: block;
        float: left;
        color: #fff;
        text-align: center;
        text-decoration: none;
        padding: 10px 20px;
        margin: 0 10px 0 0;
        background: #36404b;
    }

    .m-location-marker a:nth-child(n+2) {
        padding-left: 50px;
    }

    .m-location-marker a:nth-child(1) {
        z-index: 9;
    }

    .m-location-marker a:nth-child(2) {
        z-index: 8;
    }

    .m-location-marker a:nth-child(3) {
        z-index: 7;
    }

    .m-location-marker a:nth-child(4) {
        z-index: 6;
    }

    .m-location-marker a:nth-child(5) {
        z-index: 5;
    }

    .m-location-marker a:after {
        position: absolute;
        content: "";
        right: -40px;
        top: 0;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 40px solid #36404b;
    }

    .m-location-marker a:before {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 40px solid #fff;
    }

    .m-location-marker a:first-child:before {
        display: none;
    }

    .m-location-marker a:last-child {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .m-location-marker a:last-child:after {
        display: none;
    }

    .m-location-marker a:hover {
        color: #fff;
        background: #33cde5;
    }

    .m-location-marker a:hover:after {
        border-left-color: #33cde5;
    }

    /* -- 标题 -- */
    .other-text {
        position: relative;
        display: inline-block;
        width: 100%;
        margin: 20px 0 0 0;
    }

    .text-center {
        font-size: 18px;
        color: #33cde5;
    }

    .text-center span {
        width: 30px;
        height: 2px;
        top: -6px;
        position: relative;
        display: inline-block;
        background: #33cde5;
    }

    .other-text h1 {
        font-size: 21px;
    }

    .other-text h5 {
        font-size: 14px;
        color: #999;
        margin-top: 5px;
    }

    /* -- 切换选项卡 -- */
    .nav-menu {
        position: relative;
        width: 100%;
    }

    .nav-menu li {
        text-align: center;
        width: 31%;
        float: left;
        padding: 5px 0;
        margin-bottom: 10px;
        margin-right: 3%;
        border: 1px solid #33cde5;
        background: #fff;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .nav-menu li:nth-child(3n+3) {
        margin-right: 0;
    }

    .nav-menu li.cur {
        background: #33cde5;
    }

    .nav-menu li.cur a {
        width: 100%;
        color: #fff;
        display: inline-block;
    }

    .nav-menu li:hover, .nav-menu li:hover a {
        color: #fff;
        background: #33cde5;
    }

    /* ----------------------------------------------------------------
            图片列表中心 - 产品, 案例
    -----------------------------------------------------------------*/
    .o-Pother-list li {
        position: relative;
        width: 100%;
        margin-bottom: 20px;
        background: #fff;
    }

    .o-Pother-list li:last-child {
        margin-bottom: 0;
    }

    .o-Pother-list .other-img {
        width: 100%;
    }

    .o-Pother-list .other-img img {
        width: 100%;
    }

    .o-Pother-list .other-txt {
        position: relative;
        display: inline-block;
        width: 100%;
        padding: 20px 15px 10px 15px;
    }

    .o-Pother-list .other-txt-title {
        width: 92%;
        font-size: 16px;
        color: #222;
        float: left;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .o-Pother-list .other-txt-icon {
        width: 5%;
        text-align: right;
        float: right;
    }

    .o-Pother-list .other-txt-icon i {
        color: #ababab;
    }

    .o-Pother-list .other-txt-icon i.fa-mobile-phone {
        position: relative;
        font-size: 21px;
        top: 2px;
        margin-left: 3px;
    }

    /* ----------------------------------------------------------------
            文章列表中心 - 新闻
    -----------------------------------------------------------------*/
    .o-other-list li {
        position: relative;
        width: 100%;
        margin-bottom: 20px;
        padding: 30px 15px;
        background: #fff;
    }

    .o-other-list li:last-child {
        margin-bottom: 0;
    }

    .o-other-list .other-txt {
        position: relative;
        display: inline-block;
        width: 100%;
    }

    .o-other-list .other-txt h4 {
        height: 40px;
        font-size: 18px;
        overflow: hidden;
        word-wrap: break-word;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .o-other-list .other-txt p {
        color: #666;
        margin-top: 10px;
    }

    .o-other-list .other-txt p:nth-child(2) {
        height: 80px;
        overflow: hidden;
        word-wrap: break-word;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }

    .o-other-list .other-txt p.other-more {
        display: inline-block;
        position: relative;
        width: 100%;
        margin-top: 30px;
        padding-top: 5px;
        border-top: 1px dashed #ccc;
    }

    .o-other-list .other-txt p.other-more i.fa-long-arrow-right {
        float: right;
    }

    /* ----------------------------------------------------------------
            文章列表中心 - 信息学堂
    -----------------------------------------------------------------*/
    .o-Cother-list li {
        position: relative;
        width: 100%;
        margin-bottom: 20px;
        background: #fff;
    }

    .o-Cother-list li:last-child {
        margin-bottom: 0;
    }

    .o-Cother-list .other-img {
        width: 100%;
    }

    .o-Cother-list .other-img img {
        width: 100%;
    }

    .o-Cother-list .other-txt {
        width: 100%;
        padding: 20px 15px;
    }

    .o-Cother-list .other-txt h4 {
        height: 40px;
        font-size: 18px;
        color: #222;
        overflow: hidden;
        word-wrap: break-word;
        text-overflow: ellipsis;
        /*display: -webkit-box;*/
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .o-Cother-list .other-txt p {
        color: #666;
        margin-top: 10px;
    }

    .o-Cother-list .other-txt p.other-txt-p1 {
        height: 80px;
        overflow: hidden;
        word-wrap: break-word;
        text-overflow: ellipsis;
        /*display: -webkit-box;*/
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }

    .o-Cother-list .other-txt p.other-more {
        display: inline-block;
        position: relative;
        width: 100%;
        color: #999;
        margin-top: 30px;
        padding-top: 5px;
        border-top: 1px dashed #ccc;
    }

    .o-Cother-list .other-txt p.other-more i.fa-long-arrow-right {
        float: right;
    }

    /* ----------------------------------------------------------------
            详细页 - 新闻
    -----------------------------------------------------------------*/
    .cont-details {
        margin: 0 0 25px 0;
        padding: 15px 10px;
    }

    .details-title {
        line-height: 25px;
        font-size: 20px;
    }

    .details-data {
        margin: 5px 0 10px 0;
        padding-bottom: 5px;
        border-bottom: 1px dashed #909090;
    }

    /* ----------------------------------------------------------------
            分页.page
    -----------------------------------------------------------------*/
    .page-content ul.pagination:first-child {
        display: none;
    }

    .page-content ul.pagination {
        margin: 0 0 20px 0;
    }

    /* ----------------------------------------------------------------
        跟随 联系方式
    -----------------------------------------------------------------*/
    .cndns-right {
        margin-top: 0;
        top: auto;
        bottom: 140px;
    }

    /* ----------------------------------------------------------------
        跟随 返回头部
    -----------------------------------------------------------------*/
    .go-top.show {
        width: 35px;
        height: 35px;
        bottom: 90px;
        z-index: 3;
    }

    .go-top i {
        top: -2px;
    }

}

@media screen and (max-width: 767px) {
	/* ----------------------------------------------------------------
	        当前位置
	-----------------------------------------------------------------*/
	.m-location-marker a:nth-child(3) {
		margin-top: 10px;
	}
	
	/* ----------------------------------------------------------------
	        在线留言
	-----------------------------------------------------------------*/
	.table-message .td_txt {
		width: 74%;
	}
	
	.table-message td {
		vertical-align: initial;
	}
	
	.table-message tbody .code-form-control {
		width: 50%;
		height: 34px;
	}
	
	.table-message tbody .code-form-img {
		width: 50%;
		height: 34px;
		margin: 0;
	}

}

/* @media screen and (min-width: 1100px) and (max-width: 1199px) {

}

@media screen and (min-width: 1000px) and (max-width: 1099px) {

}

@media screen and (min-width: 900px) and (max-width: 999px) {

}

@media screen and (min-width: 800px) and (max-width: 899px) {

}

@media screen and (min-width: 768px) and (max-width: 799px) {

}

@media screen and (max-width: 767px) {

} */

/* ----------------------------------------------------------------
        根据不同手机分辨率来显示图片大小
-----------------------------------------------------------------*/
/* @media screen and (min-width: 411px) and (max-width: 415px) {

}

@media screen and (min-width: 374px) and (max-width: 376px) {

}

@media screen and (min-width: 359px) and (max-width: 361px) {

}

@media screen and (min-width: 319px) and (max-width: 321px) {

} */