/* Global */
*{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
   	margin:0;
	padding:0;
}
html{
     width:100%;
	 height:100%;
	 /*禁止手机横屏自动调整文字大小*/
	 -ms-text-size-adjust:none;
	 -webkit-text-size-adjust:none;
	 -moz-text-size-adjust:none;
	 -o-text-size-adjust:none;
}

body{
	 font-family:Microsoft Yahei, 'Raleway', Arial, sans-serif;
}

ul{
   list-style:none;
   padding:0;
   margin:0;
}

a:link,a:visited{
   text-decoration:none;
   outline:none;
}


*, *:after, *:before{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box; 
}

.clearfix:before,.clearfix:after{ 
   content: ''; display:block;
}
.clearfix:after { 
   clear: both; 
}

img{
	border:0 none;
}

.top {
    height: 70px;
    padding: 15px 0;
}
.en{
    width: 46px;
    height: 30px;
    display: inline-block;
    border-radius: 10px;
    background: #cdcdcd;
    color: #fff;
    text-align: center;
    line-height: 30px;
    float: right;
    margin-top: 6px;
}
.content{
    width: 92%;
    margin: 0 auto;
}
.slideBox{ width:100%; overflow:hidden; position:relative;}
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:6px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#f00; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:100%;display:block;  }
.block1{
    background: #f2f2f2;
    color: #ccc;
    height: 44px;
}
.title {
    border-left: 6px solid #15559d;
    background: #f2f2f2;
}
.title p{
    font-size: 18px;
    float: left;
    line-height: 40px;
    color: #666;
}
.title span{
    font-size: 14px;
    margin-left: 6px;
}
.title a{
    float: right;
    font-size: 14px;
    line-height: 40px;
    color: #666;
}
.slideTxtBox{text-align:left;  }
.slideTxtBox .hd {
    position: relative;
    padding: 10px 0;
    height: a;
}
.slideTxtBox .hd ul{ 
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
.slideTxtBox .hd ul li {
    float: left;
    padding: 0 15px;
    cursor: pointer;
    line-height: 34px;
    width: 140px;
    text-align: center;
    padding: 0;
    line-height: 34px;
    background: #f2f2f2;
    border-radius: 8px;
    border: 1px solid #ccc;
    color: #666;
    width: 31%;
    margin: 10px 1% 4px;
    font-size: 14px;
}
.slideTxtBox .hd ul li.on{ 
    background:#15559d;
    color: #fff; 
    border-color: #15559d;
}
.slideTxtBox .bd ul{ 
    padding-top: 0;
    zoom:1;  
}
.slideTxtBox .bd li{}
.slideTxtBox .bd li .date{ float:right; color:#999;  }

.pro-box li{
    float: left;
    width: 31%;
    margin: 0 1%;
    background: url(../mimages/probg.jpg) no-repeat;
    background-size: 100% 100%;
    background-position: center bottom;
    padding-bottom: 6px;
    border: 1px solid #ccc;
    margin-bottom: 30px;
}
.pro-box li img{
    width: 100%;
}
.pro-box li p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    height: 40px;
    background: #15559d;
}
.news{
    position: relative;
    padding-bottom: 10px;
    border-bottom:dashed 1px #ccc;
    margin-top: 10px;
}
.news img{
    position: absolute;
    left: 0;
    top: 6px;
}
.news h3{
    font-weight: normal;
    font-size: 18px;
    color: #333;
}
.news p{
    font-size: 14px;
    color: #999;
}
.footer{
    padding: 20px 0 70px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 22px;
    background: #333;
    margin-top: 20px;
}
.nav{
    background: #15559d;
    position: fixed;
    bottom: 0;
    width: 100%;
}
.nav > li {
    float: left;
    width: 20%;
    background: url(../mimages/li.jpg) no-repeat;
    background-position: right center;
    height: 50px;
    text-align: center;
    line-height: 50px;
    position: relative;
    background-size: auto 80%;
}
.nav>li>a{
    color: #fff;
    font-size: 14px;
}
.nav li ul{
    position: absolute;
    bottom: 50px;
    left: 0;
    background: #fff;
    width: 160%;
    border: 1px solid #ccc;
    display: none;
    text-align: center;
}
.nav li ul li a{
    color: #333;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    display: block;
}
.nav li ul li{
    border-bottom: 1px dashed #333;
    height: 34px;
}
.title2{
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: url(../mimages/tit1.jpg) no-repeat 100% 100%;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.por{
    text-align: center;
    background: #f5f5f5;
    padding-top: 20px;
    padding-bottom: 10px;
}
.por img {
    border: 1px solid #ccc;
    box-shadow: 2px 2px 4px #ccc;
    max-width: 80%;
}
.chanpin li img{
    width: 100%;
}
.por-txt h4{
    color: #15549b;
    font-size: 22px;
    margin-top: 16px;
    font-weight: normal;
}
.por-txt p{
    text-indent: 32px;
    color: #666;
    font-size: 18px;
    line-height: 28px;
    margin: 4px 0 0px;
}
.kh-cart a{
    display: inline-block;
    padding: 4px 28px;
    color: #333;
    background: #e6e6e6;
    font-size: 16px;
    margin:0px 15px 10px;
}
.kh-cart{
    text-align: center;
}
.kh-cart a:hover{
    color: #fff;
    background: #16569d;
}
.kh-news h4 a{
    color: #4c4c4c;
    font-size: 18px;
    font-weight: normal;
}
.kh-news p a{
    color: #999;
    font-size: 16px;
}
.kh-news h4{
    margin-bottom: 6px;
}
.kh-news li{
    padding: 20px 0;
    border-bottom: 1px dashed #666;
}
.fy a{
    color: #333 !important;
    margin: 0 4px;
}
.fy{
    margin: 10px 0;
    text-align: center;
}
.kh-news span{
    color: #999;
    font-size: 14px;
}
.chanpin li{
    background: #f2f2f2;
    padding: 1px;
    margin-bottom: 10px;
}
.chanpin h4{
    line-height: 32px;
    color: #333;
    font-weight: normal;
}
.chanpin .more{
    float:right;
    color:#16569d;
    font-weight: normal;
    font-size: 14px;
}
.chanpin h5{
    color:#16569d;
    font-size:16px;
    line-height: 32px;
}
.chanpin p{
    line-height: 20px;
    color: #666;
    font-size: 14px;
}
.content img{
    max-width: 100%;
}