* {
  vertical-align: baseline;
  font-weight: inherit;
  font-family: inherit;
  font-style: inherit;
  font-size: 100%; 
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-touch-callout:none;  /*ç³»ç»Ÿé»˜è®¤èœå•è¢«ç¦ç”¨*/   
  -webkit-user-select:none; /*webkitæµè§ˆå™¨*/   
  -khtml-user-select:none; /*æ—©æœŸæµè§ˆå™¨*/   
  -moz-user-select:none;/*ç«ç‹*/   
  -ms-user-select:none; /*IE10*/   
  user-select:none;   
}
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body{-webkit-tap-highlight-color:rgba(0,0,0,0)}
html,
body {
  margin: 0 auto;
  background-color: #bfbfbf;
  font-size: 24px;
  font-family: "å¾®è½¯é›…é»‘" ,Microsoft YaHei,"Tahoma","Helvetica","sans-serif" !important;
  -ms-text-size-adjust: none; 
  -webkit-text-size-adjust: none; 
  width: 100%;
}
.weui-photo-browser-modal{
  z-index: 999;
}
.weui-photo-browser-modal .photo-container{
  justify-content: center;
}

input {      
  -webkit-user-select:auto; /*webkitæµè§ˆå™¨*/ 
  -webkit-appearance:none;
  appearance:none;
  outline:none;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  border-radius: 0;
}  

.m-page{
    width: 640px;
    background-color: #fff;
    margin: 0 auto;
}
img{
  display: block;
}
a, a:link, a:visited, a:hover, a:active{
    text-decoration:none;
    color: #000;
} 
ul{list-style-type: none;}

.left {
  float: left;
}

.right {
  float: right;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

.clearfix {
  *+height: 1%;
}

.cate,
.menu {
  line-height: 76px;
  font-size:24px;
  margin: 0 23px;
  display: inline-block;
  cursor: pointer;
}
.m-menu > li > ul
{
    display:none;
}
.cate {
  background: url('images/index_04.jpg') no-repeat left center;
  text-indent: 40px;
  /* width: 76px; */
  background-size: 36px;
  color: #478dbe;
}
.cate a
{ 
  font-size: 28px;
    color:#478dbe;
}
.split {
  line-height: 76px;
  font-size:24px;
  display: inline-block;
  background: url('images/index_06.jpg') no-repeat left center;
}
.logo{
  margin-top: 10px;
  margin-left: 5px;
}
.menu {
  width: 44px;
  background: url('images/index_08.jpg') no-repeat left center;
  background-size: 44px;
}

.secmenu {
  height: 338px;
  width: 100%;
  background-color: #e6e6e6;
  font-size:24px;
}

.secmenu > li {
  float: left;
  width: 189px;
  height: 140px;
  background-color: #fff;
  margin-left: 16px;
  margin-top: 17px;
  border: 1px solid #ccc;
  text-align: center;
  cursor: pointer;
  
}
.secmenu >li  img{
  margin: 3px auto;
}
.product,.product2{
  margin-top: 60px;
}
.product >.title,.product2 >.title,.detail>.title {
  color: #478dbe;
  margin: 25px;
  background:url('images/index_19.jpg') repeat  #fff;
}
.product >.title >h1,.product2 >.title >h1,.detail>.title >h1{
  background-color: #fff;
  float: left;
  padding-right: 20px;
  font-weight: bold;
}
.detail>.title2{
  background-color: #ddd;
  width: 98%;
  margin: 0 auto;
  box-shadow:0px 2px 2px #888888 ;
}
.detail>.title2 >h2{
  text-align: center;
  height: 60px;
  line-height: 60px;
}
.detail>.con{
  min-height:300px ;
  padding: 20px 15px;
  overflow: auto;
}
.detail>.con img{
  max-width: 100%;
}
.product>.list{
  margin-bottom: 30px;
}
.product>.list > li{
  float:  left;
  margin-left: 25px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.product>.list >li img{
  border: 1px solid #ccc;
  margin-bottom: 12px;
}
.product>.list >li span{
  width: 278px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}




.product2>.list{
  padding-left:22px;
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
}
.product2>.list > li{
 
}

.product2>.list > li a{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #000;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  padding: 15px;
  position: relative;
}
.product2>.list > li a div.time-box{
  margin-right: .8em;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background: #fd7400;
}
.product2>.list > li a div.time-box span{
  display: block;
  line-height: 36px;
  font-size: 18px;

  color: #fff;
}
.product2>.list > li a div.time-box span:first-child{
 font-size: 40px;
 line-height: 64px;
}
.product2>.list > li a div.right-box{
  -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
}
.product2>.list > li a div.right-box div.title{
  font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    word-wrap: break-word;
    word-break: break-all;
    text-align: left;
}
.product2>.list > li a div.right-box div.content{
  color: #999;
  font-size: 18px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: left;
}


.img-box,.img-box2{
  width: 100%;
  height:160px ;
  border: 1px solid #ccc;
  text-align: center;
}
.img-box span,.img-box2 span{
  height: 100%;
  width: 0px;
  vertical-align: middle;
  display: inline-block;
}
.img-box img{
  vertical-align: middle;
  display: inline-block;
  width: 100%;
}
.img-box2 img{
  vertical-align: middle;
  display: inline-block;
  width: 100%;
}


.product .more,.product2 .more{
  color: #099481;
  text-align: center;
  background-color: #f3f3f3;
  margin: 0 auto;
  width: 90%;
  height: 60px;
  line-height: 60px;
  font-weight: bold;
  display: block;

}
.detail .more{
  color: #fff;
  text-align: center;
  background-color: #d3060d;
  margin: 25px auto;
  height: 60px;
  line-height: 60px;
  font-weight: bold;
  display: block;
  width: 80%;
  border-radius: 9px;
  box-shadow: 0px 3px 3px #888;
}
.company{
  background-color: #099481;
  /*height: 475px;*/
  width: 100%;
  color: #fff;
}
.company >.header{
  padding: 25px;
  
}
.company >.header > h1{
  float: left;
}
.company >.header > a{
  color: #fff;
  font-size:24px;
  float: right;
}
.company >.con{

  font-size: 17px;
  text-indent: 32px;
  padding: 25px;
  line-height: 28px;
}
.company >.con >img{
  margin: 0 auto;
}
.company >.con > p{
  line-height: 26px;
  margin-top: 15px;
}
.footer > .ftmenu{
  background-color: #333333;
  padding:0 25px;
  color: #fff;
  padding-bottom: 40px;
}
.footer > .ftmenu li{

  line-height: 57px;
  border-bottom: 1px solid #666666;
  padding: 0 30px;
  background-color: #333333;
}
.footer > .ftmenu >li  a{
  color: #fff;
  display: block;
  width: 100%;
  background: url('images/plus.png') no-repeat center right ;
}
.child-m{
  border-top: 1px solid #666666;
  font-size: 21px;
  color: #cdcdcd;
  display: none;
}
.child-m li {
  height: 60px;
  line-height: 60px;
}
.child-m li a{
  color: #cdcdcd;
}

.footer > .info{
  background-color: #000;
  height: 80px;
  font-size: 20px !important;
  color: #666;
  text-align: center;
  line-height: 40px;
}

.m-header{
  position: relative;
  padding: 10px 0;
}
.m-header > .m-menu{
  display: none;
  position: absolute;
  width: 100%;
  z-index: 11;
}
.m-menu li{
  
  line-height: 57px;
  border-bottom: 1px solid #cec9cd;
  padding: 0 30px;
  background-color: #0065b3;
}
.m-menu li a{
  color: #fff;
  display: block;
  width: 100%;
  background: url('images/arrow.png') no-repeat center right ;
}
.m-tool{
  width: 100%;
  height: 98px;
  background:url('images/b_bg.jpg') repeat-x;
  position: fixed;
  z-index: 9999;
  bottom: 0px;
  border-top: 1px solid #333;
}


.m-tool > .item > li {
  float: left;
  width: 33.33333%;
  height: 100%;
  text-align: center;
  line-height: 40px;
  background: url('images/b_split.jpg') no-repeat center right;
}
.m-tool > .item > li.lst{
  background: none;
}
.m-tool > .item > li a{
  color: #fff;
font-size: 24px;
}
.m-tool > .item > li img{
  margin: 6px auto 0px;
  width: 48px;
}


.pages{
  width: 60%;
  margin: 0 auto;
  font-size: 12px;
}
.pages > li{
  float: left;
  min-width: 22px;
  border: 1px solid #ccc;
  text-align: center;
  
  margin-right: 6px;
}
.pages > li a{
  display: block;
  padding: 6px;
}
.pages > li.cur{
  background-color: #099481;
}
.pages > li.cur a{
  color: #fff;
}

.search{
  background-color: #f2f2f2;
  padding: 20px 1%;
  color: #005cb1;
}
.search h1{
  margin:10px 0;
}
.search-box{
  position: relative;
}
.search-box input[type=text]{
  border:1px solid #025dae ;
  width: 624px;
  height: 47px;
  line-height: 34px;
  display: inline-block;
  background-color: #f2f2f2;
  text-indent: 23px;
  font-size: 20px;
}
.search-box input[type=submit]{
  width:88px;
  height: 47px;
  background: #025dae url('images/search.png') no-repeat center center ;
  border: 1px solid #025dae;
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 0px;
}
.list-c{
  font-size: 20px;
}
.list-c>li{
  background-color: #d9d9d9;
  margin-bottom: 18px;
  height: 60px;
  line-height: 60px;
  padding:0 20px;
}
.list-c>li > a{
  display: block;
  background: url('images/arrow-g.png') no-repeat center right;
}
.lb-imgs > .lb-c > li{
  display: none;
}
.lb-imgs > .lb-f{
  margin: 23px auto;
}
.lb-imgs > .lb-f > li{
  float: left;
  width: 28px;
  height: 8px;
  border-radius: 8px;
  background-color: #999;
  margin-right: 20px;
  cursor: pointer;
}
.lb-imgs > .lb-f > li.cur{
  background-color: #079481;
  width:42px ;
}

.time{
    color: #ccc;
    clear: both;
    font-size: 24px;
    float: left;
}

.news{
    font-size:25px;
}

.news li{
    border-bottom: 1px dotted #e5e5e5;
   /* background: url(../../include/index/icon_news.gif) 0px 10px no-repeat;*/
    margin-left:20px;
    margin-right: 20px;
    height:60px;
    line-height:30px;
    margin-top: 10px;
}
.news li a{
    clear: both;
    float: left;
}

.news_detail h4{ 
    text-align: center;
    font-weight: bold;
    font-size: 35px;
}
    
.news_detail h1{ 
    font-size: 25px;
    text-align: center;
}
.news_detail p{ 
    line-height: 40px;
}

#info{ 
     margin-left: 30px;
    font-size: 16px;
    background: #fbfbfb;
    border: 1px solid #e5e5e5;
    margin-right: 20px;
    line-height: 40px; margin-top:10px; padding:5px;
}

#content{
    padding: 30px;
    line-height: 35px;
    text-align: left;
    color: #666;
    font-size: 16px;
}
.yqinfo{
	width: 96%;
    margin: 0 auto;
	padding-bottom:20px;
}
.yqinfo img{
    display:inline-block;
    max-width: 100%;
}
.onlinemsg{
    width: 90%;
    margin: 0 auto;
}

.onlinemsg ul li{
    width: 90%;
    margin: 5px 20px 10px 0px;
    padding: 5px;
    border: 1px solid #bababa;
    height: 35px;
    line-height: 35px;
    color: #989898;
    font-size: 20px;
}
.onlinemsg ul li label{
    width: 20%;
    float: left;
    text-align: center;
}
.onlinemsg ul li input{
    background: none;
    border: 0;
    width: 73%;
    height: 25px;
    line-height: 25px;
    color: #888;
}
.onlinemsg ul li textarea{
    width: 80%;
    height: 86px;
    line-height: 18px;
    float: left;
    border: 0;
    background: none;
    color: #666;
}
.onlinemsg ul li.info{
    width: 90%;
}
.onlinemsg ul li.vcode{
    border: 0;
    width: 90%;
    height: 28px;
    margin-bottom: 0;
}
.onlinemsg ul li.vcode input{
    width: 100px;
    float: left;
    margin-right: 20px;
    border: 1px solid;
}
.onlinemsg ul li.btn{
    border:0;
    width: auto;
    padding: 0;
}
.onlinemsg ul li.btn img{
    display:inline;
}
.pager{background:#ffffff;
       font-size: 20px;
    height: 60px;}
.pager ul {float:right;height:auto;overflow:hidden;}
.pager ul li 
{
    display:block;
	float:left;
	display:block;
	font-family:Arial;
	line-height:30px;
	text-align:center;
	height:30px;
	margin-right:2px;
	border:1px solid #e5e5e5;
	padding:1px 5px;
	background: #fff;
}
.pager ul li a
{
    display:block;
     background: #fff;
     color:#666;
}
.pager .firstPage,.pager li.nextPage,.pager li.endPage,.pager li.upPage {
	text-align:center;
	 background: #fff;
}

.pager ul li.thisclass, .pagelist ul li.thisclass a, .pagelist ul 

li.thisclass a:hover {
	background:#06F;
	color:#fff;
	padding-top:2px;
	padding-bottom:0px;
 
}
 
.pager .pageinfo {
	line-height:30px;
	color:#999;
	 background: #fff;
}
.pager .selectPage
{
    border:0;
    padding:0;
    
}
.pager .selectPage select
{
    border:1px solid #7f9db9;
    height:30px;
}

a:link,a:hover,a:visited,a:active{behavior:url("/css/link.htc")}
img{border:0px;}
textarea{ overflow:auto}
input,textarea{ border:1px solid #CCCCCC}
input{ height:25px; line-height:25px;}
.padding_left10{padding-left:10px;}
.padding_left20{padding-left:20px;}
.padding_right20{padding-right:20px;}
.back{margin-top:30px; margin-bottom:30px; text-align:center}
.page_list{ height:36px; line-height:36px; text-align:center; margin-top:40px;}
.none{display:none;}
.margin_right0{ margin-right:0px}
.r{text-align:right!important;}
.c{text-align:center!important;}
.l{text-align:left!important;}

.mr10{ margin-right:10px;}
.mr20{ margin-right:20px;}
.mr30{ margin-right:30px;}
.ml10{ margin-left:10px;}

.H10{ height:10px; width:100%;clear:both;}
.H20{ height:20px; width:100%;clear:both;}
.H25{ height:25px; width:100%;clear:both;}
.H30{ height:30px; width:100%;clear:both;}
.H40{ height:40px; width:100%;clear:both;}
.H50{ height:50px; width:100%;clear:both;}

.page{width:100%;text-align:center; padding-top:30px;}
.page span,.page a{ display:inline-block; width:23px; height:21px;margin-right:5px;line-height:21px; text-align:center;color:#0B3B8C; text-decoration:none}
.page span{background:url(/images/page.jpg) no-repeat -5px -86px;font-weight:bold;color:#fff;}
.page a{background:url(/images/page.jpg) no-repeat -5px -60px;color:#0B3B8C; text-decoration:none}
.page span.next,.page a.next{ width:51px; height:21px; background:url(/images/page.jpg) no-repeat -5px -34px;}
.page span.next{color:#C4C4C4;font-weight:normal;}
.page a:visited{color:#0B3B8C}
.page a:hover{font-weight:bold; text-decoration: underline;}
/*å…¬å…±éƒ¨åˆ†*/

/*头部修改*/

.m-menu li ul{
  display: none;
}
.ftmenu li ul{
  display: none;
}