﻿@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: Microsoft yahei;
    min-width: 320px;
    max-width: 640px;
    line-height: 1.75;
    font-size: 14px;
    margin: 0 auto;
    padding-bottom:80px;
}

.w{
    width: 96%;
    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;
    border-bottom: 3px solid #086acb;
}
#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: #086acb;
    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: #086acb;
    color: #fff;
}


#banner_box{
    margin-top: 4rem;
}


.box_swipe{
    overflow:hidden;
    position:relative;
}
.box_swipe ul{
    -webkit-padding-start: 0px;
}

.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);
}
.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;
}




/*首页产品*/
.h2{
    padding-top:0.5rem;
}

h2.title{
    background: url(../images/title.jpg) no-repeat center;
    text-align: center;
    font-style: normal;
    font-weight: 100;
    color: #000;
    background-size: 150% 100%;
}

h2.title span{
    font-size: 1rem;
}

h2.title p{
    font-size: 0.8rem;
    color: #0066CB;
}
a.more{
    background: url(../images/more.png) no-repeat center;
    height: 2rem;
    display: block;
}


ul.ipro_de li{
    float: left;
    width: 48%;
    margin: 1%;
    text-align: center;
}

ul.ipro_de li img{
    border: 1px solid #d4d4d4;
    padding: 0.2rem;
	display:inline;
}

/*inews*/
.inews_de{
    
}
.inews_de li{
   background: url(../images/san.png) no-repeat left center;
   padding-left: 5%;
   font-size: 0.8rem;
   line-height: 2rem;
   border-bottom: 1px dashed #e2e2e2;
}

.inews_de li span{
    float: right;
    font-size: 0.8rem;
}
/*iabout*/
#iabout p.w{
    text-indent: 2em;
    font-size: 0.8rem;
    padding-top: 1rem;
}

/*icontact*/
.icontact_de img{
    width: 40%;
    margin: 0 auto;
}

.icontact_de .icontact_right{
    width: 57%;
    margin: 0 auto;
}

.icontact_right p{
	font-size: 0.75rem;
}

.icontact_right p a{
    
}

/*返回顶部*/
#backtop{
    background: linear-gradient(to right,#0066CB 0%,#63A1F6 100%);
    height: 2rem;
    line-height: 2rem;
    margin-top:1rem;
    padding: 0 15px;
}

#backtop a{
    color: #fff;
    display: block;
    float:right;
}

.weizg{
    text-align: center;
}
.weizg a{
    color: #000;
}
/*footer*/
#footer{
    background: #086acb;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0.5rem 0;
    position: fixed;
    bottom:0;
    left: 0;
    z-index: 999;
    max-width: 640px;
    right: 0;
}
#footer li{
    float: left;
    width: 25%;
    margin: 0 auto;
    text-align: center;
}
#footer li a{
    color: #fff;
    font-size: 0.5rem;
}
#footer li a i{
    display: block;
    font-size: 1.5rem;
    line-height: 1.5rem;
}


/*内页开始*/
.main{
    margin-top: 4rem;
}

/*单页*/
#about  img{
    display:inline;
    max-width: 100%;
    height: auto;
}

#about .about_con{
    padding: 1rem 0;
}

h1.title{
	text-align: center;
	font-weight: 900;	
	font-size: 1rem;
	padding: 0.6rem 0;
}

/*news*/
.news_de{
}

.news_de .news_t li{
    background: url(../images/san.png) no-repeat center left;
    border-bottom: 2px dotted #ccc;
    height: 3rem;
    line-height: 3rem;
}

.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 #DAC375;
    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: 1rem 0;
}
.art_h1{
    text-align: center;
}
.art_h1 h1{
    font-size: 1.2rem;
    line-height: 2rem;
}
#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:3rem;
	background: #f4f4f4;
}
.tag a{
    color:#666;
}