﻿@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;}
a:visited{color:inherit;}
a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    }
.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;}
input::-webkit-input-placeholder{color:#666;font-family: "Microsoft yahei",Verdana,Arial,Helvetica,sans-serif;}    
input:-moz-placeholder{color:#666;font-family: "Microsoft yahei",Verdana,Arial,Helvetica,sans-serif;}                 
input::-moz-placeholder{color:#666;font-family: "Microsoft yahei",Verdana,Arial,Helvetica,sans-serif;}                 
input:-ms-input-placeholder{color:#666;font-family: "Microsoft yahei",Verdana,Arial,Helvetica,sans-serif;} 
textarea::-webkit-input-placeholder{color:#666;font-family: "Microsoft yahei",Verdana,Arial,Helvetica,sans-serif;}    
textarea:-moz-placeholder{color:#666;font-family: "Microsoft yahei",Verdana,Arial,Helvetica,sans-serif;}                 
textarea::-moz-placeholder{color:#666;font-family: "Microsoft yahei",Verdana,Arial,Helvetica,sans-serif;}                 
textarea:-ms-input-placeholder{color:#666;font-family: "Microsoft yahei",Verdana,Arial,Helvetica,sans-serif;} 
body {
    color: #666;
    overflow-x: hidden;
    width: 100%;
    font-family: Microsoft yahei;
    min-width: 320px;
    max-width: 640px;
    line-height: 1.75;
    font-size: 12px;
    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') 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: 4px;
  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: 1px solid #1a7e51;
}
#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;
    color: #0079bb;
}

#nav{
    width: 100%;
    display: none;
    background: #fff;
    position: absolute;
    top: 3.5rem;
    left: 0;
    z-index: 999;
    border: 2px solid #1a7e51;
    box-shadow: 0px 4px 15px #1a7e51;
}

#nav  li a.active{
    background-color: #1a7e51;
    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: #1a7e51;
    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*/
#ipro{
    padding-top:1rem;
}
.ipro_left {
    background: #0079BB;
    width: 30%;
    margin: 0 auto;
    text-align: center;
}
.ipro_left>a{
    color: #fff;
    padding: 0.5rem;
    display: block;
}

.ipro_left .ititle{
  position: relative;

  border-bottom: 1px solid #1188c8;
}
.ipro_left .ititle p{
    position: absolute;
    top: 20%;
    left: 50%;
    color: #fff;
	width:80px;
	margin-left:-33px;
}

.ipro_left .ititle span{
    color: #fff;
    padding: 0.5rem 0;
    display: block;
}
.ipro_left .ititle span h1{
    display: inline;
    font-size: 2.5rem;
    font-weight: 100;
}

.ipro_type li{
    color: #fff;
   
    border-bottom: 1px solid #1188c8;
    line-height: 2.2rem;
}

.ipro_type li a{
    color: #fff;
}


.ipro_right{
    width: 69%;
    margin:0 auto;
}


.ipro_right ul li{
    float: left;
    width: 48%;
    text-align: center;
    padding: 2%;
    border: 1px solid #ccc;
    margin: 1%;
	height: 99px;
    overflow: hidden;
}
.ipro_right ul li a{
	height: 68px;
    overflow: hidden;
    display: inline-block;
}
.ipro_right ul li img{
	display:inline;
}

.ipro_right ul li p{

}

/*iabout */
.ititle2{
    margin:0 auto;
    text-align: center;
	font-size:14px;
}

.ititle2{
  position: relative;
  color: #0079bb;
  background: url(../images/ititle2_bg.png) no-repeat center 2%;
}
.ititle2 p{
    position: absolute;
    top: 23%;
    left: 50%;
    transform: translateX(-20%);
}

.ititle2 span{
    padding: 0.5rem 0;
    display: block;
    letter-spacing: 0.1rem;
}
.ititle2 span h1{
    display: inline;
    font-size: 2.5rem;
    font-weight: 100;
}

.iabout_b{
    border:1px solid #ccc;
}

.iabout_de{
    background: #0079BB;
    color: #fff!important;
    margin: 1rem;
    padding: 1rem;
    display: block;
}

.iabout_de:link, .iabout_de:visited, .iabout_de:hover, .iabout_de:active, .iabout_de:focus{color:#fff!important;}
/*inews*/
.inews .time{
    width: 20%;
    margin: 0 auto;
    background: #0079bb;
    color: #fff;
    text-align: center;
}

.inews li{
    margin: 2% 0;
}

.inews .time .year{ 
    font-size: 1.2rem;
}
.inews .inews_de{
    width: 75%;
    margin: 0 auto;
    display: block;
}
.inews .inews_de h2{
    font-weight: 100;
    font-size: 1rem;
    color: #000;
    overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
}
.inews .inews_de p{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
/*icontact*/
#icontact{
    padding-top: 1rem;
}
.icontact_de{
    padding-top: 1rem;
    text-align: center;
    /* font-size: 1rem; */
}
.icontact_de p{
}
/*返回顶部*/
#backtop{
    background: linear-gradient(to right,#0079bb 50%,#90BC29 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;
}



/*内页开始*/
/* .main{
    margin-top: 1rem;
} */

/*单页*/
#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{
}


/*分页*/
nav.page{
    text-align: center;
    margin-top: 1rem;
}
.pagination{
    display: inline-block;
}

.pagination li{
    float: left;
    border: 1px solid #DAC375;
    padding: 5px 10px;
    margin-right: 5px;
    display: inline-block;
}

/*pro*/

.pro_type{
  overflow: hidden;
}
.pro_type ul li{
    float: left;
    width: 48%;
    text-align: center;
    background:  linear-gradient(to right,#0079bb 50%,#3ea3ff 100%);
    color: #fff;
    margin: 1%;
    box-shadow: 1px 1px 2px #ccc;
}

.pro_type ul li a{
    color: #fff;  
}

.pro_de{

}
.pro_t li{
    float: left;
    width: 46%;
    text-align: center;
    background: #eee;
    margin: 2%;
    box-shadow: 2px 2px 10px #666;
    padding: 2%;
	height: 125px;
    overflow: hidden;
}
.pro_t li img{
	display:inline;
}
.pro_t li h3{
	height: 97px;
    overflow: hidden;
}
.pro_t li p{
    color: #000;
}


/*产品详细*/
#pro_art {
    padding: 1rem 0;
}
.art_h1{
    text-align: center;
}
.art_h1 h1{
    font-size: 1.1rem;
    line-height: 1.6rem;
}
#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:2rem;
	background: #eee;
}
.tag a{
    color:#666!important;
}
/*小程序扫一扫*/
.xcx{
	width: 100%;
    background: url(../images/xcx_bj.jpg) no-repeat;
    background-size: 100%;
    height: 293px;
    position: relative;
}
.zx_box{
	width: 181px;
    height: 231px;
    background: url(../images/sm_bj.jpg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: -90px;
}

.zx{
	width: 100%;
	color: #fff;
	text-align: center;
    position: absolute;
    top: 73%;    
}
.zx p {
	font-family: "苹方";
	letter-spacing: 1px;
}

.ewm_xcx{
	width: 100%;
	padding: 25px 31px;
	display: inline-block;
	text-align: center;
}
.ewm_xcx p{
	height: 12px;
	line-height: 12px;
	color: #666666;
}
.ewm_l img{
	width: 131px;
	
	margin-bottom: 13px;
}
.ewm_r img{
	width: 127px;
	margin-bottom: 18px;
}
/*footer*/
.footer{
    width: 100%;
	background: #fff;
	border-top: 1px solid #e1e1e1;
	margin-top: 20px;
	position: fixed;
	bottom: 0;
}
.footer ul{
	margin-top: 5px;
}
.footer ul li{
	width: 25%;
	text-align: center;
	float: left;
}
.footer ul li img{
	width: 24px;
	height: 22px;
}
.footer > ul > li > a > i{
	width: 20px;
	height: 20px;
}
.footer > ul > li > a > i{
	display: inline-block;
}
.footer > ul > .d1 > a > i{
	background: url(../images/fot01.png) no-repeat;
    background-size: 100% 100%;
}
.footer > ul > .d2 > a > i{
	background: url(../images/fot02.png) no-repeat;
    background-size: 100% 100%;
}
.footer > ul > .d3 > a > i{
	background: url(../images/fot03.png) no-repeat;
    background-size: 100% 100%;
}
.footer > ul > .d4 > a > i{
	background: url(../images/fot04.png) no-repeat;
    background-size: 100% 100%;
}
.footer > ul > li > a > p{
    font-size: 10px;
    line-height:1;
}
.footer ul li .fot_ico{
	height: 44px;
	display: inline-block;
}
.footer ul li a{
	cursor: pointer;
	color: #7f8389;
	display: inline-block;
}
.footer ul .active a{
	color: #0079bb;
}
.footer > ul > .d1.active > a > i{
	background: url(../images/fot011.png) no-repeat;
	background-size: 100% 100%;
}
.footer > ul > .d2.active > a > i{
	background: url(../images/fot022.png) no-repeat;
	background-size: 100% 100%;
}
.footer > ul > .d3.active > a > i{
	background: url(../images/fot033.png) no-repeat;
	background-size: 100% 100%;
}
.footer > ul > .d4.active > a > i{
	background: url(../images/fot044.png) no-repeat;
	background-size: 100% 100%;
}
/*banner*/
#photo_container{width:100%;overflow:hidden;margin:0 auto;}

#swipe_nav_prev,#swipe_nav_next{position:absolute;top:0;left:0;z-index:2000;background-color:#ccc;cursor:pointer;text-align:center;display:none;}

#swipe_nav_prev{background:#333 url('../images/prev.png') no-repeat center center;}

#swipe_nav_next{background:#333 url('../images/next.png') no-repeat center center;}

.internal_swipe_container{position:relative;}

/*.trans{filter:alpha(opacity=75);-moz-opacity:0.75;-khtml-opacity:0.75;opacity:0.75;}*/

.jq_swipe_image{background:url('../images/loader.gif') no-repeat center center;}

#count_container{padding:0;margin:0;position:absolute;top:0;left:0;background-color:pink;height:6px;list-style:none;}

#count_container .counter{float:left;height:6px;background-color:#d2d2d2;z-index:200;height:6px;padding:0;margin:0;}

#count_container .counter:hover{cursor:pointer;background-color:#4485f2 !important;}

#count_container .current{background-color:#4485f2!important;}


/*swipe*/
.swiper-container {
width: 100%;
height: 100%;
}

.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}

.banner img {
width: 100%;
}
.logo{
    display: flex;
    justify-content: space-between;
    padding:0 4%;
    align-items: center;
}
.logo img{
	height:50px;
	display:inline-block;
}
/*浮动导航*/
.mb_nav2{
	width: 35px;
	height: 35px;
	
}
.mb_nav2 .menu{
	background: url(../images/nav2.png) no-repeat center /35px 35px;
	background-size: 100% 100%;
}
.mb_nav2 .menu_act{
	background: url(../images/nav3.png) no-repeat center /35px 35px !important;	
}
.menu_ico{
	 width: 35px;
	 height: 35px;
}
.menu_nav{
	z-index: 999;
	width: 88px;
	background: url(../images/nav_bg.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: -6px;
	top: 40px;
	text-align: center;
	padding: 14px 10px 5px;
	display:none;
}
.menu_nav li{
	padding: 5px 0;
	border-bottom: 1px solid #fff;
}
.menu_nav li:last-child{
	border: none;
}
.menu_nav li a{
	font-size: 12px;
	color: #fff;
	line-height: 12px;
}
form p{margin: 0 12px 13px 12px;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    background: #FFFFFF;position: relative;}
form input{width: 100%;
    line-height: 40px;
    color: #333333;
    border: none;
    outline: none;
    padding-left: 19px;
    font-size: 12px;
    border-radius: 5px;
    box-sizing: border-box;font-family: "Microsoft yahei",Verdana,Arial,Helvetica,sans-serif;}
form textarea{border-radius: 5px;
    width: 100%;
    line-height: 25px;
    color: #333333;
    border: none;
    outline: none;
    padding-left: 19px;
    font-size: 12px;
    padding: 10px 19px;
    box-sizing: border-box;resize: none;font-family: "Microsoft yahei",Verdana,Arial,Helvetica,sans-serif;}
form button{background: #0079bb;
    width: 100%;
    display: inline-block;
    text-align: center;
    line-height: 46px;
    color: #FFFFFF;
    font-size: 12px;
    border-radius: 5px;border:0;}