﻿@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;
}


#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;
}



/*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 #45a2c5;
    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;
    background-color: #9bbec9;
}

.ipro_de li img{
    display: inline;
    height: 12em;
}

.ipro_de li p{
    position: absolute;
    bottom: 0%;
    left: 0;
    right: 0;
    color: #fff;
    background: linear-gradient(to right,#45a2c5 0%,#E1D5CC 100%);
}

.more{
   width: 6rem;
   height: 1.5rem;
   line-height: 1.5rem;
   margin: 0 auto;
   text-align: center;
   background: #45a2c5;
   margin-top: 10px;
}

.more a{
    color: #fff;
}

/*iabout*/
#iabout{
    background: #45a2c5;
    margin-top: 1rem;
    padding:15px;
}

.iabout_left{
    width: 53%;
    margin: 0 auto;
    color: #fff;
    text-align: left;
    padding: 0 1rem 0 0;
}
.iabout_left span{
    font-size: 1rem;
    border-bottom: 1px solid #198784;
    height: 2rem;
    display: block;
    line-height: 2rem;
}
.iabout_left p{
    font-size: 0.8rem;
    margin-top: 0.2rem;
}
.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;
    margin-top: 30px;
}

.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: #45a2c5;
    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: 2rem;
}

.icontact{
    padding: 10% 22%;
    color: #000;
}

.icontact a{
    color: #000;
}


/*返回顶部*/
#backtop{
    background: linear-gradient(to right,#45a2c5 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;
}
.weizg a{
    color: #000;
}
/*footer*/
#footer{
    background: #45a2c5;
    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;
}

#navgation{
    background: #E0E0E0;
    line-height: 2.5rem;
    margin: 0.5rem 0.2rem;
}
#navgation > a {
    background: #fff;
    color: #000;
    width: 23%;
    margin: 1.5% 1% 1% 1%;
    display: block;
    float: left;
    font-size: 12px;
    text-align: center;
    height: 2rem;
    line-height: 2rem;
}

#navgation > a.active2{
    color: #fff;
    background:#45a2c5;
}
/*单页*/
#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;
}

.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: 27%;
    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{height:12em;margin: 0 auto;}

.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: 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 img{
    max-width:100%;
}
#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;
    width: 60%;
}

.tag{
    text-align:left;
    line-height:3rem;
}
.tag a{
    color:#666;
}