/* 导航 */
.header-i {
    width: 100%;
    height: 100px;
    background-color: #fff;
}
.header-i .header-con {
    
}
.header-i .header-con .logo {
    float: left;
    padding-top: 36px;
    width: 250px;
}
.header-i .header-con .nav-list {
    float: left;
    text-align: right;
}
.header-i .header-con .nav-list li {
    display: inline-block;
    margin-left: 40px;
    vertical-align: middle;
    text-align: center;
    color: #1a1a1a;
}
.header-i .header-con .nav-list a {
    display: inline-block;
    padding-top: 36px;
    font-size: 14px;
    line-height: 22px;
    color: #1a1a1a;
}
.header-i .header-con .nav-list a:hover,.header-i .header-con .nav-list a.cur{
    color: #1eaadd;
    border-top: 2px solid #1eaadd;
}
.header-i #search-form {
    margin-top: 24px;
    width: 240px;
    float: right;
    height: 42px;
    overflow: hidden;
}
.header-i #search-form input {
    width: 180px;
    height: 42px;
    border: 1px solid #dfdfdf;
    line-height: 22px;
    float: left;
    padding: 10px;
    font-size: 14px;
}
.header-i #search-form button {
    width: 60px;
    height: 42px;
    float: right;
    line-height: 38px;
    font-size: 12px;
}

/* 底部 */
.footer {
    height: auto;
    color: #fff;
    background-color: #333;
}
.footer .foot-con {
    padding: 40px 0 30px;
    overflow: hidden;
}
.footer .foot-con .qrcode {
    width: 164px;
    height: 188px;
    padding-top: 10px;
    float: left;
    background-color: #fff;
    text-align: center;
}
.footer .foot-con .qrcode dt {
    display: inline-block;
    width: 142px;
    height: 142px;
    background-color: #e6e6e6;
}
.footer .foot-con .qrcode dd {
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.2;
    color: #3f3f3f;
}
.footer .foot-con .infobox {
    width: 1000px;
    float: right;
}
.footer .foot-con .mapInfo {
    padding-bottom: 30px;
    border-bottom: 1px solid #a9a9a9;
    overflow: hidden;
}
.footer .foot-con .mapInfo dl {
    float: left;
    width: 380px;
    line-height: 1.2;
}
.footer .foot-con .mapInfo dt {
    font-size: 16px;
    margin-bottom: 26px;
}
.footer .foot-con .mapInfo dd {
    font-size: 14px;
    margin-bottom: 10px;
}
.footer .foot-con .mapInfo .first {
    width: 330px;
    margin-right: 30px;
    border-right: 1px solid #484848;
}
.foot-con .mapInfo .num {
    margin-top: 30px;
    width: 160px;
    height: 50px;
    float: right;
    padding-left: 50px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 16px;
    background:url(../images/phone.png) left center no-repeat;
}
.foot-con .mapInfo .num span {
    display: inline-block;
    margin-top: 14px;
}
.footer .foot-con .btmInfo {
    margin-top: 30px;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}
.footer .foot-con .btmInfo span {
    display: inline-block;
}
.footer .foot-con .btmInfo .link {
    float: right;
}


/* 页面海报 */
.page-banner {
    height: 460px;
    background: url(../images/other_banner01.jpg) center no-repeat;
}

/* 页面分类导航模块 */
.page-navson {
    height: auto;
    /*background-color: #F5F5F5;
    border-bottom: solid 1px #E9EAEB;*/
}
.page-navson .navson-con{
    /*padding-top: 20px;*/
    text-align: center;
}
.page-navson .navson-con a{
    display: inline-block;
    padding: 0 10px;
    margin: 0 10px 20px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: #666;
    font-size: 14px;
}
.page-navson .navson-con a.cur,.page-navson .navson-con a:hover {
    background-color: #1eaadd;
}


.other-page {
    padding-top: 50px;
}

/* 页面标题 */
.other-page .page-typename {
    margin-bottom: 20px;
    text-align: center;
}
.other-page .page-typename .cn-tit {
    font-size: 28px;
    font-weight: normal;
    color: #1eaadd;
}
.other-page .page-typename i {
    display: block;
    margin: 15px auto;
    width: 60px;
    height: 4px;
    background: #1eaadd;
}
.other-page .page-typename .en-tit {
    font-size: 20px;
    color: #333;
    text-transform: uppercase;
    font-family: Arial;
}


/* 页面内容模块 */
.other-page .page-content {
    margin-bottom: 20px;

}
.other-page .page-content img {
    max-width: 100%;
    height: auto !important;
}

/* 联系我们 */
.other-page #baiduMap {
    width: 1200px;
    height: 600px;
    margin: 20px auto 0;
}

/* 场景方案 */
.other-page .scene-list {
    overflow: hidden;
}
.other-page .scene-list li {
    width: 380px;
    margin: 10px 10px 0;
    float: left;
    background-color: #f5f5f5;
}
.scene-list li .pic {
    width: 380px;
    height: 230px;
    overflow: hidden;
}
.scene-list li .pic img {
    width: 380px;
}
.scene-list li .txt {
    height: 120px;
    padding-top: 30px;
    text-align: center;
}
.scene-list li .txt p {
    margin-bottom: 20px;
    font-size: 20px;
    color: #000;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.scene-list li .txt a {
    font-size: 16px;
    color: #9a9a9a;
    line-height: 1.2;
}
.scene-list li .txt a:hover {
    text-decoration: underline;
}

/* 图片列表 产品案例 */
.other-page .pic-list {
    overflow: hidden;
}
.other-page .pic-list li {
    width: 600px;
    float: left;
    margin: 0 0 16px;
    padding: 0 10px;
}
.other-page .pic-list a{
    display: block;
    padding-top: 10px;
    color: #333;
}
.other-page .pic-list li a:hover {
    background-color: #ff6600;
    box-shadow: 0 0 6px #999;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.other-page .pic-list .pic {
    width: 580px;
    height: 350px;
    text-align: center;
}
.other-page .pic-list .pic img {
    max-width: 580px;
    height: 100%;
}
.other-page .pic-list .txt {
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.other-page .pro-list {
    overflow: hidden;
    padding-bottom: 10px;
}
.other-page .pro-list li {
    /*width: 360px;
    height: 160px;
    background-color: #fff;
    float: left;
    margin: 20px 20px 0;
    border-radius: 2px;
    overflow: hidden;*/
    width: 560px;
    height: 280px;
    background: #fff;
    border-radius: 2px;
    float: left;
    padding: 40px;
    transition: all 0.6s;
    margin: 20px;
}
.other-page .pro-list li:hover {
    box-shadow: 0 5px 30px rgba(0,0,0,0.03);
}
.pro-list li .pic {
    width: 200px;
    height: 200px;
    float: right;
    overflow: hidden;
}
.pro-list li .pic p{
    display: table-cell;
    width: 200px;
    height: 200px;
    vertical-align: middle;
    text-align: center;
}
.pro-list li .pic p img {
    max-width: 200px;
    max-height: 200px;
}
.pro-list li .txt {
    width: 280px;
    height: auto;
    float: left;
}
.pro-list li .tit {
    /*margin-bottom: 10px;
    font-size: 16px;
    color: #333;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
    font-size: 16px;
    display: block;
    color: #333;
    padding: 10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pro-list li .tit a:hover {
    color: #1eaadd;
}
.pro-list li .desc {
    height: 98px;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    padding: 20px 0;
    display: block;
}
.pro-list li .link {
    /*display: inline-block;
    text-align: center;
    width: 80px;
    height: 30px;
    border: 2px solid #ccc;
    line-height: 26px;
    font-size: 14px;
    color: #999;*/
    width: 120px;
    float: left;
    border: 1px solid #ececec;
    margin-top: 10px;
    padding: 7px;
    text-align: center;
    font-size: 14px;
}
.pro-list li .link:hover {
    background-color: #ccc;
    color: #fff;
}

/* 文章列表 */
.other-page .news-list {
    border-top: 1px solid #ddd;
}
.other-page .news-list li {
    padding: 10px 0;
    overflow: hidden;
    border-bottom: 1px dashed #ddd;
}
.other-page .news-list .pic {
    width: 250px;
    height: 150px;
    margin-right: 10px;
    float: left;
    border: 1px solid #ddd;
    text-align: center;
}
.other-page .news-list .pic img {
    height: 148px;
    /*width: 248px;*/
}
.other-page .news-list .txt {
    width: 940px;
    height: 150px;
    overflow: hidden;
    position: relative;
}
.other-page .news-list .txt h6 {
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.other-page .news-list .txt h6 a:hover {
    color: #1eaadd;
}
.other-page .news-list .txt a {
    color: #434141;
}
.other-page .news-list .txt .desc {
    font-size: 14px;
    line-height: 24px;
    color: #787777;
    height: 48px;
    overflow: hidden;
}
.other-page .news-list .txt .news-link {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 10px;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    background-color: #000;
    border-radius: 4px;
}


/* 文章内容 */
.other-page .news-content .news_tit {
    text-align: center;
    font-size: 22px;
    /*font-weight: bold;*/
    padding-top: 20px;
}
.other-page .news-content .news_mes {
    margin: 14px 0;
    height: 32px;
    font-size: 12px;
    line-height: 32px;
    text-align: center;
    background: #fff;
    color: #9e9e9e;
    border: 1px dotted #ccc;
    border-width: 1px 0;
}
.other-page .news-content .news_con {
    line-height: 24px;
    font-size: 14px;
    text-align: justify;
}
.other-page .news-content .news_con img {
    max-width: 100%;
}

/* 产品详情 */
.other-page .product-content .pro-images{
    margin-bottom: 10px;
    overflow: hidden;
}
.product-content .pro-images .pic {
    width: 700px;
    float: left;
    height: 700px;
    border: 1px solid #ededed;
    overflow: hidden;
}
.product-content .pro-images .pic img {
    max-width: 100%;
}
.product-content .pro-images .txt {
    width: 480px;
    height: 700px;
    float: right;
}
.product-content .pro-images .pro-tit {
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-align: left;
    font-size: 18px;
    line-height: 22px;
    border-bottom: 1px solid #ededed;
    color: #333;
}
.product-content .pro-images .pro-desc {
    font-size: 16px;
    line-height: 24px;
} 
.other-page .product-content .product-type{
    color: #333;
    padding-bottom: 10px;
    margin-bottom: 16px;
    border-bottom: 1px solid #ededed;
    font-size: 16px;
}
.other-page .product-content .pro-show img {
    max-width: 100%;
}


/* 路径 */
#route {
    /*display: none;*/
    text-align: center;
    /*height: 40px;*/
    line-height: 20px;
    padding: 20px 0 10px;
    color: #888;
    font-size: 14px;
}
#route a {
    color: #888
}

/* 页码 */
.pagelist {
    margin: 20px 0;
    text-align: center;
}
.pagelist li {
    display: inline-block;
    margin: 0 4px;
    border: 1px solid #ddd;
    vertical-align: middle;
    font-size: 14px;
}
.pagelist li a{
    padding: 0 10px;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    background: -webkit-linear-gradient(bottom, #fcfcfc, #f5f5f5); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(top, #fcfcfc, #f5f5f5); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(top, #fcfcfc, #f5f5f5); /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom, #fcfcfc, #f5f5f5); /* 标准的语法 */
    color: #787878;
}
.pagelist li a{
    display: block;
    color: #787878;
}
.pagelist li a:hover {
    background: -webkit-linear-gradient(bottom, #606060, #3c3c3c); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(top, #606060, #3c3c3c); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(top, #606060, #3c3c3c); /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom, #606060, #3c3c3c); /* 标准的语法 */
    color: #fff;
}
.pagelist li.thisclass {
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #1da8db;
    background: -webkit-linear-gradient(bottom, #1eaadd, #156482); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(top, #1eaadd, #156482); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(top, #1eaadd, #156482); /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom, #1eaadd, #156482); /* 标准的语法 */
    color: #fff;
}

/* 上下篇 */
.prevnext {
    width: 100%;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-width: 1px 0;
    margin: 15px 0 0;
    background: #fff;
    font-size: 14px;
}
.prevnext a {
    color: #1eaadd;
}
.prevnext .fr {
    text-align: right;
}

/* 搜索 */
.page-content .ss-tit {
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    color: #1eaadd;
}
.page-content .ss-result {
    overflow: hidden;
}
.page-content .ss-result li{
    padding-bottom: 15px;
    border-bottom: 1px dashed #ccc;
}
.page-content .ss-result li h6 {
    margin: 10px 0;
    height: 24px;
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
}
.page-content .ss-result li h6 a{
    font-weight: bold;
    color: #000;
}
.page-content .ss-result li h6 a:hover {
    color: #1eaadd;
}
.page-content .ss-result li h6+div {
    line-height: 22px;
    font-size: 12px;
}
.page-content .ss-result li h6+div .news-link {
    color: #da251c;
}
/*.right-part .ss-result .ss-tit {
    font-size: 16px;
    color: #333;
    text-align: center;
}*/
.page-content .ss-result li h6+div {
    overflow: hidden;
}
.page-content .ss-result li h6+div span {
    display: inline-block;
    width: 33.33%;
    float: left;
    text-align: left;
}
.page-content .ss-result li h6+div span a {
    color: inherit;
}