﻿@charset "utf-8";
/*基础样式*/
*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
:after, :before {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0;word-break:normal;}
address,cite,dfn,em,var{font-style:normal;}
code,kbd,pre,samp{font-family:courier new,courier,monospace;}
h1,h2,h3,h4,h5,h6,p,a,span{text-transform:none !important;word-wrap:break-word;word-break: break-all;}
small{font-size:12px;}
ul,ol{list-style:none outside none;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
legend{color:#000;}fieldset,img{border:0 none;}
button,input,select,textarea{font-size:100%;}
table{border-collapse:collapse;border-spacing:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{display:block;margin:0;padding:0;}
mark{background:none repeat scroll 0 0 #FFFF00;}
body{font-family: "Microsoft yahei",Verdana,Arial,Helvetica,sans-serif;}
img{border:medium none;vertical-align: middle;}
body a{text-decoration:none;color: #666;}
a:active{color:inherit;}
.clearfix{clear: both;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix:before {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
a:link, a:visited, a:hover, a:active, a:focus{outline: none;text-decoration:none;}
h1 em, h2 em, h3 em, h4 em, h5 em, h6 em, p em{font-style: italic;}
s,b{font-weight: normal;text-decoration: none;}
input:focus,
input:active,
button:active,
button:visited,
button{outline: none;}
::-ms-clear, ::-ms-reveal{display: none;}

body {
    color: #666;
    overflow-x: hidden;
    width: 100%;
    font-family: SimSun;
    min-width: 320px;
    max-width: 640px;
    line-height: 1.75;
    font-size: 14px;
    margin: 0 auto;
    padding-bottom:80px;
}

.w{
    width: 90%;
    margin:0 auto;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
}

/*字体图标*/
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

/*样式开始*/
/*公共头部*/
#header{
    height: 4rem;
    line-height: 4rem;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    top: 0;
    border-width: 0 0 1px;
    max-width: 640px;
    margin: 0 auto;
    background: #fff;
}
#header .brand{
    width: 50%;
    float:left;
}
#header .brand img{
    line-height: 3rem;
    display: inline;    
    height: 3rem;
}

#header .tel{
    background: url(../images/tel.jpg) no-repeat left center;
    color: #020202;
    font-size: 12px;
    float: left;
    width: 40%;
    background-size: 30%;
    padding-left: 10%;
}

#header .tel a{
   color:#000;
   font-weight: 900;
}

#header i{
    font-size: 26px;
    cursor: pointer;
    height: 4rem;
    line-height: 4rem;
    margin: 0 auto;
    width: 10%;
    float: right;
}

#nav{
    width: 100%;
    display: none;
    background: #fff;
    position: absolute;
    top: 3.5rem;
    left: 0;
    z-index: 999;
}

#nav  li a.active{
    background-color: #45C5C1;
    color: #fff;
}

#nav li a{
    display: block;
    font-size: 14px;
    line-height: 1.4;
    padding: 10px 15px;
    color: #000;
    cursor: pointer;
    border-color: #333;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

#nav li a:hover{
    background-color: #45C5C1;
    color: #fff;
}





.box_swipe{
    overflow:hidden;
    position:relative;
}
.box_swipe ul{-webkit-padding-start: 0px;margin-bottom:0;}

.box_swipe>ol{height:20px;position: relative;z-index:10;margin-top:-25px;text-align:right;padding-right:15px;background-color:rgba(0,0,0,0.3);margin-bottom:0;}
.box_swipe>ol>li{
    display:inline-block;
    margin:5px 0;
    width:8px;
    height:8px;
    background-color:#757575;
    border-radius: 8px;
}
.box_swipe>ol>li.on{
    background-color:#ffffff;
}

.box{width:100%;margin:2px 0;padding:3px 0;float:left;clear:both;}
.box .tit{width:100%;}
.box .tit h3 {margin:0 auto;height:30px;line-height:30px;text-align:left;font-family:'Times New Roman','Microsoft YaHei','Simsun';font-size: 15px;color:#000;font-weight:normal;border-bottom:solid 1px #ccc;}
.box .tit h3 .yw{margin:0 auto;color:#999; padding-left:8px;}
.box .tit .more a{color:#999;font-size:14px;}
.box .tit .more{float:right;}


/*ipro*/
.ititle{
    font-size: 1rem;
    color: #000;
    text-align: center;
    height: 3rem;
    line-height: 3rem;
}
.iprotype{
    margin: 0 15px;
    clear: both;
}
.iprotype li{
    float: left;
    width: 23%;
    text-align: center;
    border: 1px solid #45C5C1;
    margin: 0 1%;
    padding: 0.2rem 0;
}

.iprotype li a{
    color: #666;
    font-size: 12px;
}

.iprotype li:hover{
    background: #45C5C1;
    color: #fff;
}

.iprotype li:hover a{
    color: #fff;
}

.ipro_de li{
    float: left;
    width: 46%;
    margin: 2% 2%;
    text-align: center;
    position: relative;
}

.ipro_de li img{
    display: inline;
}

.ipro_de li p{
    position: absolute;
    bottom: 0%;
    left: 0;
    right: 0;
    color: #fff;
    background: linear-gradient(to right,#2AD2D6 0%,#E1D5CC 100%);
}

/*iabout*/
#iabout{padding:5px 15px;border:2px solid #016fd0;border-radius:5px;font-family:'Microsoft Yahei','Simsun';font-size:14px;color:#333;text-indent:2em;line-height:1.5;}

.iabout_left{margin: 0 auto;padding: 0 0;width: 100%;text-align: left;}
.iabout_left span{
    font-size: 1rem;
    border-bottom: 1px solid #198784;
    height: 2rem;
    display: block;
    line-height: 2rem;
}
.iabout_left p{font-size: 14px;line-height:1.5;margin-bottom:0;}
.iabout_left a{
    display: block;
    border:1px solid #fff;
    color:#fff;
    width: 70%;
    text-align: center;
    margin: 0.5rem auto;
    padding: 0.1rem;
}
.iabout_right{width: 47%;margin: 0 auto;text-align: center;text-indent:0;}

.iabout_right img{
    display: inline;
}

/*inews*/
.inews_ul .inews_de{
    position: relative;
    padding: 0 5%;
}
.inews_de .time{
    position: absolute;
    top: 18%;
    left: 5%;
    background: #45C5C1;
    width: 25%;
    color: #fff;
    text-align: center;
    z-index: 10;
}

.inews_de .time .year{
    font-size: 1.6rem;
}
.inews_de .time .day{
    font-size:1rem;
}
.inews_txt{
    display: block;
    border: 1px solid #666;
    margin: 0 0 5% 15%;
    padding: 5% 2% 5% 15%;
    color: #666;
}

.inews_txt span{
    font-weight: 900;
}

/*icontact*/
#icontact{background: url(../images/icontact.png) no-repeat left center;background-size: 100% 100%;margin-top: 10px;}

.icontact{
    padding: 10% 22%;
    color: #000;
}
.icontact p{margin:0 0;}

.icontact a{
    color: #000;
}


/*返回顶部*/
#backtop{
    background: linear-gradient(to right,#2AD2D6 0%,#E1D5CC 100%);
    height: 2rem;
    line-height: 2rem;
    margin-top:1rem;
    padding: 0 15px;
}

#backtop a{
    color: #fff;
    display: block;
    float:right;
}

.weizg{text-align:center;margin:0.5rem auto -1rem;}
.weizg a{
    color: #000;
}
/*footer*/
#footer{margin: 0 auto;padding: 0 0;width: 100%;max-width: 640px;color: #fff;background: #1d64bc;text-align: center;position: fixed;right: 0;bottom:0;left: 0;z-index: 999;}
#footer li{float:left;margin:0 auto;width:24%;text-align:center;}
#footer li a{color: #fff;font-size: 12px;}
#footer li a:hover{text-decoration:none;}
#footer li a i{display: block;font-size: 15px;line-height: 30px;}


/*内页开始*/


#navgation{
    background: #E0E0E0;
    line-height: 2.5rem;
    margin: 0.5rem 0.2rem;
}
#navgation > a {width: 23%;margin: 1% 1%;display: block;float: left;font-size: 12px;color: #000;background: #fff;text-align: center;height: 2rem;line-height: 2rem;}

#navgation > a.active2{color: #fff;background:#1d64bc;}
/*单页*/
#about  img{
    display:inline;
    max-width: 100%;
    height: auto;
}

#about .about_con{
    padding: 1rem 0;
}

/*news*/
.news_de{
}

.news_de .news_t li{background: url(../images/inews_jt.png) no-repeat center left;border-bottom: 2px dotted #ccc;height: 3rem;line-height: 3rem;overflow:hidden;}

.news_de .news_t li a{
    float: left;
    width: 72%;
    margin: 0 auto;
    padding: 0 0 0 2rem;
    color: #666;
}

.news_de .news_t li span{
    float: right;
    width: 25%;
    margin: 0 auto;
}

/*分页*/
nav.page{
    text-align: center;
    margin-top: 1rem;
}
.pagination{
    display: inline-block;
}

.pagination li{
    float: left;
    border: 1px solid #45c5c2;
    padding: 0.5rem 1rem;
    display: inline-block;
}

/*pro*/
.pro_de{

}

.pro_t li{
    float: left;
    width: 46%;
    text-align: center;
    background: #eee;
    margin: 2%;
    box-shadow: 2px 2px 10px #666;
}
.pro_t li img{
	display:inline;
}
.pro_t li p{
    color: #000;
    font-weight: 900;
}


/*产品详细*/
#pro_art {padding:5px 0;}
.art_h1{
    text-align: center;
}
.art_h1 h1{
    font-size: 1.2rem;
    line-height: 2.5rem;
}
#pro_art .detail{
    background: #fff;
}
#pro_art .detail header{
    text-align: center;
    padding: 1rem;
}
#pro_art .detail header h1{
    font-style: normal;
    font-size:1.5rem;
}
#pro_art .detail header aside{
    padding: 1rem;
}

#pro_art .p_art_content {
    color: #666
}
#pro_art .p_art_content a:visited {
    color: #542189
}

#pro_art .pro_d_img{padding: 1rem 0 2rem 0;text-align: center;}

#pro_art .pro_d_img>img {
    display:inline!important;
    width: 60%;
}
#pro_art .p_art_content img{
	display:block;
    max-width: 100%;
	height:auto;
}

.tag{text-align:left;line-height:1.2;}
.tag a{
    color:#666;
}



div{ margin:0; padding:0; border:0; color:#333333; }
img{ margin:0; padding:0; border:0; }
p{ margin: 0px 0px 1em 0;}
b,strong {font-weight: bold;}
table { border-collapse: collapse; border-spacing: 0;/* Remove most spacing between table cells.*/}
li{ list-style: none outside none;}

/*链接*/
a{ text-decoration:none; color:#000; background: transparent;  outline:none}
a:visited {}
a:focus { outline:none; }
a:hover, a:active{ color:#0090c5; outline:none;}
/*Logo部分*/
#logo{}
#logo .WebLogo{float:left;width:100%;}
#logo .WebLogo img{max-width:100%; display:block;/*解决img底部空白的bug*/ text-align:left;}
#logo .logo_name{font-family:'Times New Roman','Microsoft YaHei','Simsun';font-size:18px;color:#012269;width:75%;float:left;vertical-align:middle;margin-top:3%;}

/*导航*/


#navigation { padding:0px; border: 0px solid red;  clear:both; overflow:hidden}
#navigation table{background:#216bd6; /*边框颜色*/width:100%; margin:0px auto; border-spacing:1px; border-collapse:separate;font-family:Microsoft YaHei;}
#navigation td{background:#1d64bc; /*单元格底色*/width:33%;}
#navigation a{display:block;font-size:15px;color:#fff;height:30px;line-height:30px;text-align:center;overflow:hidden;}
#navigation a:hover{text-decoration:none;color:#000;}
#navigation a.current{ background:#6bc200; color:#fff}

.wjdh-title {margin:0 auto -10px;padding: 5px 0;}
.wjdh-title h3 {margin:0 0;padding:0 0;}

.wjdh-title span {
    text-transform: uppercase;
    color: #888;
    position: relative;
}

.wjdh-title span:before,
.wjdh-title span:after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background-color: #888;
    position: absolute;
    top: 50%;
    ;
}

.wjdh-title span:before {
    left: -50px;
}

.wjdh-title span:after {
    right: -50px;
}

.product-list ul{margin:0 0;}

.product-list li {
    margin-bottom: 10px;
}

.product-cat li a {display: block;width: 100%;height: 30px;line-height: 30px;margin-bottom: 5px;text-align: center;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-size:15px;color:#000;background-color: #ececec;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;}
.product-cat li a:hover {text-decoration:none;color:#fff;background-color: #1d64bc;}
.product-cat .on {
    background-color: #e70012;
    color: #fff;
}
.product-list li .item {
    display: block;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
}
.product-list a:hover{text-decoration:none;color:#333;}
.product-list li .item img {
    width: 100%;
    height: 120px;
}

.product-list li .item span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 10px;
}

.product-list li .item .more {
    text-align: center;
    border: 1px solid #cecece;
    width: 60%;
    margin: 10px auto;
}
li.previous_s,li.pages_solid,li.pages_hollow,li.next{float:left;margin:5px;}

.i-abo-t .tel{margin:0 6px 0 0;vertical-align:middle;}
.i-abo-t{margin:5px auto;width:100%;height:38px;line-height:38px;font-size:15px;text-indent:34px;background:#016fd0 url(/4g/template/images/arrL.png) no-repeat 18px center;-webkit-border-radius:5px;border-radius:5px;display:inline-block;overflow:hidden;}
.i-abo-t p{float:left;margin:0;padding:0;}
.i-abo-t span{float:right;margin:0 15px 0 0;padding:0;font-size:16px;}
.i-abo-t a{color:#FFF;}
.i-abo-t a:hover{color:#FF0;text-decoration:none;}

.i-newsm{-webkit-border-radius:5px;border-radius:5px;width: 100%;height:38px;line-height:260%;background:#f3f3f3;border:#E0E0E0 1px solid;font-size:14px;font-weight:bold;margin:10px auto 0;text-align:center;color:#555;position:relative;overflow:hidden;}
.i-newsm img{margin:0 0 0 10px;vertical-align:middle;}
.i-newsm a{color:#555;width:100%;display:block;}
.i-newsm a:hover{text-decoration:none;}





.textlist li, .gridlist li, .wxlist li, .thumblist li{ line-height:1.5em; vertical-align:middle; background-color:#FFF; overflow:hidden;}
.textlist li:hover, .thumblist li:hover, .gridlist li:hover{cursor:pointer;}

/*文本列表*/
.textlist li{background:url(../images/textlist.gif) left center no-repeat; text-indent:14px;padding: 5px 0px; 
text-overflow:ellipsis; white-space:nowrap;border-bottom:1px dotted #999999;
}
.textlist li.first{ background:none; padding-left:3px;}
.textlist li .InfoTime{ display: none;}
.textlist li .InfoContent{ font-size:14px; color:#CCCCCC; white-space:normal}
.textlist li img{ float:left; width:85px; margin-right:5px; border:1px solid #ccc; }