﻿@charset "utf-8";

body {
    font: 12px/1.5 "微软雅黑",arial;
    color:#1a1a1a;
    -webkit-tap-highlight-color:rgba(255,255,255,0);
    -webkit-user-select:none;
    user-select:none;
    -moz-user-focus:none;
    -moz-user-select:none
}
h2 {
    margin:0;
    padding:0
}
ul {
    list-style: none;
}
ul li {
    letter-spacing:0;
    word-spacing:0;
    list-style: none;
}

a{
    font-size: 12px;
    color: #444444;
}

.fl{ float:left;}
.fr{ float:right;}

/*iPhone、iPad默认按钮样式问题*/
input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}
#container{
    display:block;
    max-width:768px;
    margin: 0 auto;
    height:auto;
    overflow-x:hidden;
    position: relative;
}

/*字体图标*/
@font-face {font-family: "iconfont";
    src: url('../fonts/iconfont.eot'); /* IE9*/
    src: url('../fonts/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/iconfont.woff') format('woff'), /* chrome、firefox */
    url('../fonts/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('../fonts/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
    font-family:"iconfont" !important;
    font-size:16px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.icon-home:before { content: "\e610"; }
.icon-search:before { content: "\e600"; }
.icon-qq:before { content: "\e60a"; }
.icon-message:before { content: "\e60b"; }
.icon-category:before { content: "\e601"; }
.icon-map:before { content: "\e60c"; }
.icon-product:before { content: "\e602"; }
.icon-phonecalling:before { content: "\e605"; }
.icon-feedback:before { content: "\e60d"; }
.icon-email:before { content: "\e60e"; }
.icon-caret:before { content: "\e60f"; }
.icon-more:before { content: "\e606"; }
.icon-tabs:before { content: "\e603"; }
.icon-back:before { content: "\e611"; }
.icon-lang:before { content: "\e607"; }
.icon-nav:before { content: "\e608"; }
.icon-tabs1:before { content: "\e604"; }
.icon-angleup:before { content: "\e609"; }


/*header样式*/
header {
    height: 50px;
    background-color: #fff;
    font-size: 20px;
    line-height: 50px;
    overflow: hidden;
}
.header-top{
    background: #fff;
    border-bottom: 1px solid #DEDFE0;
    height: 50px;
    max-width: 768px;
    padding: 0 0 0 7px;
    position: fixed;
    width: 100%;
    z-index: 100;
}
.header-top .logo{
    height: 34px;
}
.header-top .logo img{
    height: 34px;
}
.header-top .tel,.header-top .lang,.header-top .channel{
    float:right;
    line-height: 50px;
}
.header-top .iconfont{
    font-size: 29px;
    padding: 0 12px;
    height: 45px;
    vertical-align: middle;
}

/*导航样式*/
.g-nav {
    background:rgba(0, 0, 0, 0.85) none repeat scroll 0 0;
    overflow: hidden;
    position: fixed;
    top:50px;
    width:100%;
    z-index: 100;
    display: none;
    opacity: 0.85;
    max-width: 768px;
}
.g-nav li {
    width:19.6%;
    float:left;
    line-height: 44px;
    text-align: center;
}

.g-nav li a {
    color: #fff;
    font-size:13px;
    width: 100%;
    display:block;
}

/* 动画样式 */
#banner {
    width: 100%;
    overflow: hidden;
    position:relative;
}
#banner .swiper-slide {
    position:relative;
    text-align:center;
}
#banner img {
    max-width: 100%;
}
#banner .gallerytitle {
    text-align: center;
    font-size: 1em;
    height: 42px;
    line-height: 42px;
    color: #fafafa;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    font-weight: normal;
    text-shadow: 1px 1px 1px #000;
}

#banner .swiper-pagination-bullet {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius:5px;
    background: #fff;
    margin: 0 2px;
    opacity: 0.8;
    cursor: pointer;
}
#banner .swiper-pagination-bullet-active {
    background: #ff6600;
}


/*section*/
.section{
    margin: 5px auto;
    height:auto;
    overflow:hidden;
    min-width:310px;
    position:relative
}
.section-title{
    font-size: 14px;
    font-weight: 100;
    background-color:#f9f9f9;
    height: 35px;
    line-height: 35px;
    /*overflow: hidden;*/
    padding: 0 8px;
    position: relative;
    border-bottom: 3px solid #ccc;
}
.section-title h2{
    font-size: 18px;
    float: left;
    line-height:32px;
    border-bottom: 3px solid #0195FF;
}

.section-title a{
    position: absolute;
    right: 5px;
    top:0;
}
.section-body {
    padding: 10px 0;
}
section .column_body {
    position:relative
}



/*图文样式*/
.a_img img{
    border: 1px solid #dedede;
    box-shadow: 0 0 3px 1px #dedede;
    width: 100%;
}
.a_cnt {
    display: block;
    position: relative;
    background: transparent;
    color: #000;
    margin-top: 3px;
    height: 20px;
    overflow: hidden;
    text-align: center;
}


/*产品分类*/
.cpfl .icon-caret-right {
    color: #949494;
    display: block;
    float: left;
    font-size: 1.4em;
    line-height: 45px;
    padding: 0 17px;
}
.cpfl li{
    float:left;
    width:45%;
    margin:0px 2% 10px 2%;
    border:1px solid #c8c8c8;
    border-radius:5px 5px 5px 5px;
    background-image:-webkit-linear-gradient(top,#ffffff, #eeeeee);
    background-image:linear-gradient(top,#ffffff,#eeeeee);
}
.cpfl li i{
    padding: 0 5px;
    color: #949494;
}
.cpfl li a{
    display:block;
    color:#000;
    height:43px;
    line-height:43px;
    overflow:hidden;
    font-size:14px;
}


.box {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}

#footer{
    width:100%;
}


/*回到顶部*/
.scroll_top {
    position: fixed;
    height: 40px;
    bottom:80px;
    right: 10px;
    overflow: hidden;
    z-index: 2;
}
.scroll_top a {
    display: block;
    height: 35px;
    margin: 0 auto;
    text-align: center;
    width: 50px;
}
.scroll_top a span {
    background: rgba(0,0,0,.8);
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 12px;
    height: 40px;
    line-height: 2px;
    margin: 0 auto -10px;
    width: 50px;
}
.scroll_top a span i {
    color: #fff;
    display: block;
    font-size: 20px;
    height: 27px;
    line-height: 27px;
}

.b-nav{
    margin:0 auto;
    padding:10px 5%;
    background-color:#2D2627;
    color:#fff;
    overflow: hidden;
}
.b-nav ul{ display:block; text-align:center;}
.b-nav ul li{ float:left; width:25%; display:block; text-align:center; background:url(../images/line2.jpg) no-repeat right top; margin:10px 0;}
.b-nav ul li a{ color:#fff;}
.b-nav ul li:nth-child(4n) { background:none;}

.copy,.code{ padding:5px 10px 5px 10px; text-align:center;margin-bottom:0px;font-size: 12px;line-height: 26px; color:#999;}
.code img{
    box-shadow: 0 0 5px 2px #dedede;
    width: 150px;
}

/*分页样式*/
.page {
    clear: both;
    text-align: center;
    padding-bottom: 20px;
    height: 50px;
    line-height: 25px;
    position: relative;
}
.page a{
    height:30px;
    line-height:30px;
    padding:6px 10px;
    margin:0 5px;
    font-size: 12px;
    background-color:#949494;
    border-radius:3px;
    color:#fff;
}

/*底部浮动栏样式*/
#container{
    padding-bottom: 60px;
}
#btn {
    border-top: 1px solid #dedede;
    background: #252525;
    height: 30px;
}
#btn ul li {
    display: inline;
    float: left;
    height: 50px;
    line-height: 50px;
    text-indent: 2.5em;
    width: 33%;
}
#btn ul li a {
    border-radius: 5px;
    color: #fff;
    display: block;
    height: 34px;
    line-height: 34px;
    margin: 8px auto;
    width: 80%;
}
#btn ul li {
    text-align: center;
}
#btn ul li a.btn_1 {
    background: #1896e6 url("../images/icon_4.png") no-repeat scroll 15% center / 20px auto;
}
#btn ul li a.btn_2 {
    background: #ffbb10 url("../images/icon_5.png") no-repeat scroll 15% center / 20px auto;
}
#btn ul li a.btn_3 {
    background: #50c25f url("../images/icon_6.png") no-repeat scroll 15% center / 20px auto;
}

.footer_fixed {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    line-height: 50px;
    max-width: 768px;
    min-height: 50px;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.pop_showmsg_wrap:focus {
    outline: 0 none;
}
.pop_showmsg_wrap, .pop_showmsg {
    background: #f6fbfe url("../images/pop_showmsg.png") no-repeat scroll 0 0;
}
.pop_showmsg_wrap {
    background-position: right 0;
    border-radius: 8px;
    box-shadow: 0 0 10px #e1e1e1;
    height: 55px;
    padding-right: 9px;
    position: fixed;
    z-index: 11;
}
.pop_showmsg {
    background-position: left 0;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    display: inline-block;
    font-size: 14px;
    height: 55px;
}
.pop_showmsg span {
    color: #333;
    display: block;
    height: 35px;
    line-height: 36px;
    padding: 10px 10px 10px 68px;
    text-shadow: 0 1px 1px #eee;
}
.pop_showmsg span.success {
    background: rgba(0, 0, 0, 0) url("../images/success.gif") no-repeat scroll 20px center;
}
.pop_showmsg span.warning {
    background: rgba(0, 0, 0, 0) url("../images/warning.gif") no-repeat scroll 20px center;
}

.module {
    position: relative;
    z-index: 1;
    background-color: #f7f7f7;
}
.module_container {
    margin: 0 auto;
    padding: 25px 0 25px 0;
    overflow: hidden;
}
.container_header {

    padding-bottom: 0px;
	padding-top: 10px;
    text-align: center;
    font-size: 20px;
    margin: 0 auto;
}
.container_header .title {
    color: #232323; margin-bottom:0px;
}
.container_header .subtitle {
    color: #939393;
    font-size: 14px;
    margin-top: 5px;margin-bottom:0px;
}
.row.gutter {
    margin: 0 -5px;
}

.row {
    zoom: 1;
}
.mlist .content_list .item_block {
    margin-bottom: 10px;
    animation-name: fadeInUp;
}

.row.gutter > [class*=col-] {
    box-sizing: border-box;
    padding: 0 5px;
}

.row > [class*=col-] {
    float: left;
}

.col-50 {
    width: 50%;
}

ul li {
    list-style: none;
}
.mlist .content_list .item_block .content {
    background-color: #fff;
}
.mlist .content_list .item_block .content {
    transition: all .2s linear;
}
.mlist.service .content_list .item_block .item_img {
    display: block;
    position: relative;
    overflow: hidden;
}
img {
    float: none;
    max-width: 100%;
    height: auto;
}

img {
    border: none;
}
.mlist.service .content_list .item_block .item_wrapper {
    padding: 15px 10px;
    text-align: center;
    transition: all linear .2s;
    transform: translate(0,0);
}
.mlist .content_list .item_block .title {
    font-size: 16px; margin-bottom:0px;
}

.ellipsis {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mlist .content_list .item_block .subtitle {
    font-size: 13px;
    color: #939393;
    margin-top: 3px;
}
.mlist.service .content_list .item_block .item_wrapper .description {
    font-size: 12px;
    margin: 10px 0 10px;
    color: #aaa;
    height: 36px;
    overflow: hidden;
    line-height: 18px;
}
.mlist.service .content_list .item_block .item_wrapper .description p{margin-bottom:0px;}
.module_container .container_content .more {
    padding: 5px 30px;
    background: transparent;
    border: #ddd 1px solid;
    transition: all ease-out .3s;
    text-decoration: none;
    color: #232323;
    border-radius: 50px;
    display: inline-block;margin-bottom:0px;
}
#indexPage .container_category {
    margin-top: -15px;
}
style.css:1
.container_category {
    position: relative;
    z-index: 3;
    width: 100%;
    text-align: center;
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    margin: 5px 0;
}
.container_category a {
    position: relative;
    display: inline-block;
    padding: 10px;
    color: #6f6f6f;
    transition: all .3s ease-out 0s;
    font-size: 13px;
}
.container_category a:after {
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 1px;
    background-color: #232323;
    content: '';
    opacity: 0;
    transition: all .3s ease-out 0s;
}
.mlist.project .content_list .item_block .item_wrapper {
    padding: 10px 10px 10px 10px;
    text-align: center;
}
.mlist .content_list .item_block .title {
    font-size: 14px;
}

.ellipsis {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mlist .content_list .item_block .subtitle {
    font-size: 13px;
    color: #939393;
    margin-top: 3px; margin-bottom:0px;
}

#projectmore {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
    display: block;
    background: #343434;
    text-indent: 0px;
    position: relative;
    z-index: 1;
}
#projectmore {
    background: url(../images/icon2.png) no-repeat scroll center;
    margin: 10px auto 10px;
    height: 30px;
    width: 110px;
    line-height: 30px;
    color: transparent;
    background-color: #303030;
    background-size: 50%;
}

#indexPage #mpage {
    border-top: 1px solid rgba(0,0,0,.08);
}
#indexPage #mpage {
    background-color: #ffffff;
}

#indexPage .module {
    position: relative;
}
.plr10 {
    padding: 0 20px;
}
#indexPage #mpage .description {
    line-height: 2.2rem;
    margin-bottom: 40px;
}
#indexPage #mpage .fimg {
    background-position: center center;
    background-color: #f66f2f;
    height: 150px;
    background-size: 100% auto;
    margin-top: 0px;
}

#indexPage #mpage .fimg {
    width: 100%;
    height: auto !important;
    overflow: hidden;
}
#indexPage #mnews {
    border-top: 1px solid rgba(0,0,0,.08);
    background-color: #fff;
}

#indexPage #mnews {
    height: auto;
}

#indexPage .module {
    position: relative;
}

#newslist .newstitem {
    padding: 14px 20px 22px;
    padding-left: 15px;
    padding-right: 15px;
}
#newslist .newstitem {
    border-bottom: rgba(0, 0, 0, 0.07) 1px solid;
}

#newslist .newsbody {
    margin-top: 0px;
}
#newslist .newsbody .title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    line-height: 36px; margin-bottom:0px;
}

#newslist .newsbody .title {
    color: #333;

}
#newslist .newsbody .description {
    width: 100%;
    height: 40px;
    line-height: 20px;
    font-size: 12px;
    color: #999999;
    overflow: hidden;
    margin-top: 0px;margin-bottom:0px;
}



/*分页页码*/
.page-list{ position:relative; margin:10px 0; padding:0; clear:both; background:#fff; }
    .page-list:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
    .page-list a,
    .page-list span{ margin:0.5em 0;  padding:0.5em 0; display:none; float:left; width:24.5%; line-height:1.2em; border-left:1px solid #ececec; font-size:13px; text-align:center; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
    .page-list a:active{ background:#ececec; }
    .page-list span{ color:#999; }
    .page-list a{ color:#333; }
    .page-list span:nth-child(1),.page-list span:nth-child(2),.page-list a:nth-child(2){ display:block; float:left;}
    .page-list span:nth-last-child(1),.page-list a:nth-last-child(1){ display:block; float:left; border-left-color:#ececec; }
    .page-list .current{ display:block; float:left; }