@charset "utf-8";

*{  margin:0;padding:0;font-family:微软雅黑
}
iframe {
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border: 0px;
}

img{
border:0;
}
ul,li{
  
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start:0px;
}
/*导航*/
body {
    font-family:"微软雅黑";
    margin:0px;
    padding:0px;background: #ebf2fa;
    
}
a{
  text-decoration:none;}
/* {
    box-sizing: border-box;
}*/

/*页面框架*/
.top{
  width:100%;
  height:120px;
}

.top .top-content{
  width:1280px;
  margin:0 auto;
  
}

.top .top-content .left{
  float:left;
  width:640px;
}

.top .top-content .left img{
  margin-top:14px;
}

.foot{
  width:100%;
  height:350px;
  background-color:#eaeaea;
  position:absolute;
}

.foot_bottom{
clear:both;
  text-align:center;
  color:gray;
  margin-top:18px;
  }        
.foot_bottom p{
  font-size:12px;
  }  
  


/*三级页面*/
.middle-content{
  width:1360px;
  height:100%;
  background:white;
  margin:0 auto;
  }
  
.article .title{
  width:100%;
  height:120px;
  text-align:center;
  font-size:24px;
  color:#333333;
  font-family:"微软雅黑";
  line-height:120px;
  }
.article .dateinfo{
  width:1280px;
  margin:0 auto;
  height:50px;
  line-height:50px;
  text-align:center;
  color:#b0975e;
  font-size:14px;
  border-bottom:1px #cccccc dotted;
  border-top:1px #cccccc dotted;
  }
.article{
  height:auto;
  width:1280px;
  margin:0 auto;
  
  
  }
.article .article-content{
  width:960px;
  min-height:200px;
  height:auto;
  margin:0 auto;
  padding:40px 0;
}
.article-content img{
  display:block;
margin:0 auto !important;
max-width:800px !important;
height:auto;}
.article-content p img{
  display:block;
margin:0 auto !important;
max-width:800px !important;
height:auto;}
.article-content a img{
  display:inline;
  width:30px;
  height:30px;
}
.article p{
  margin:18px 0;
  line-height:40px;
  font-size:16px;
  color:#333333;
  text-indent:2em;
  }
.relative{
  width:960px;
  height:100px;
  margin:0 auto;
  
  }
.relative span{
  display:block;
  color:#b0975e;
  font-size:14px;
  font-family:"微软雅黑";
  font-weight:bold;
  line-height:30px;
  }
.relative a{
  float:left;
  width:470px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color:#969696;
  font-size:14px;
  line-height:30px;  
  }
.func{
  width:960px;
  height:120px;
  padding:40px 0;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:60px;
  }
.func input{
  display:block;
  width:120px;
  height:40px;
  text-align:center;
  background-color:#314e70;
  color:white;
  font-size:14px;
  margin:0 auto;
  border:1px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     }
.func input:hover{
  display:block;
  width:120px;
  height:40px;
  text-align:center;
  background-color:#314e70;
  color:white;
  font-size:14px;
  margin:0 auto;
  border:1px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;

}
.func .share{
  width:115px;
  height:18px;
  margin:20px auto 20px auto;
  padding-bottom:50px;
  }
  
/*向上箭头*/
.backtoTop{
   position:fixed;
   right:30px; 
   bottom:100px; 
   width:50px; 
   height:50px; 
   background:url(../images/backtotop.png) no-repeat center center; 
   cursor:pointer;
}

.backtoIndex{
   position:fixed;
   right:40px; 
   bottom:160px; 
   width:50px; 
   height:50px; 
   background:url(../images/backtoindex.png) no-repeat center center; 
   cursor:pointer;
  }
  



div,ul.li{
  padding:0;margin:0px;
}

.article-content img{
  max-width:800px !important;
  height:auto;
  display:block;
  margin-:0 auto;
}
