html, body, div, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft Yahei';
    color: #1a1a1a;
}
.menu img{
    width:auto!important;
}
body, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, a, code, em, img, q, small, strong, dd, dl, dt, li, ol, ul, fieldset, form, label, table, tbody, tr, th, td, input, textarea{
   font-family: 'Microsoft Yahei' !important;
}
html{
   min-height:100%;
}
body{
    height:100%;
}
div,p,li,h2,h3,a,span,strong,td,th{
        font-size:15px;
	color: #1a1a1a;
         font-family: 'Microsoft Yahei';
}
ol, ul, li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
li, a {
    font-family:  'Microsoft Yahei';
}
a{
	text-decoration:none;
	cursor: pointer;
}
img {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
input,textarea{
	outline: none;
}
.contentDiv{
        position:relative;
        padding:0 0 130px 0;
}
.commonWid{
    width:85%;
    max-width:1440px;
    min-width:1100px;
    margin: 0 auto;
    overflow:hidden;
}
.commonWidHy{
    width:85%;
    max-width:1440px;
    min-width:1100px;
    margin: 0 auto;
}
.clearDiv{
    clear: both;
}
.totalPage_1{
    display:none;
}
/*底部*/
.footer{
        position: absolute;
        left:0;
        bottom:0;
        width:100%;
	background: #00346d;
	padding:30px 0px 40px 0px;
}
.footer p,.footer a{
	color: #cccccc;
	font-size: 15px;
	line-height: 30px;
}
.footer .private_right{
	padding-left: 40px;
}
/**
   图片放大样式
**/
  .fdImg{
     position:fixed;
     width:80%;
     height:auto;
     top:10px;
     left:10%;
     text-align:center;
     max-width:none;
     z-index:100;
     background: #fff;
     overflow:auto;
  }
  .textImg img{
     width:auto;
     cursor: pointer;
   }
    .fdImg img{
        width:100%;
        max-width:none!important;
    }
@media screen and (max-width:1411px) {
      .commonWid{
         min-width:1200px;
      }
}
@media screen and (max-width:1240px) {
      .commonWid{
         min-width:100%;
      }
}
@media screen and (max-width: 750px) {
      .contentDiv{
         padding-bottom:150px;
      }
      .contentDiv .footer{
          height:150px;
          padding:0;
      }
}
@media screen and (max-width: 600px){
   .contentDiv{
        padding-bottom:150px;
   }
   .footer{
        padding:0;
   }
  .fdImg{
     width:100%;
     height:auto;
     top:0;
     left:0;
     max-width:none;
     overflow:hidden;
  }
     .fdImg img{
        width:200%;
   }
}