@charset "utf-8";
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary{
    display: block;
}
body,ul,ol,li,dl,dd,h1,h2,h3,h4,h5,h6,p,input,textarea,select,figure{margin: 0;padding: 0;}
ul,ol,li{list-style: none;}
input,textarea,select{border: none; background-color: transparent; outline: none;}
textarea{resize: none;}
img{border: none;vertical-align: top;}
a{text-decoration: none;}
a {-webkit-tap-highlight-color:transparent;}
html {-webkit-text-size-adjust: none;}
a{outline:0}
em{ font-style: normal;}
.fl{float: left;} .fr{float: right;}
.clearfix:after,.clearfix:before{content: ""; display: table;}
.clearfix:after{clear: both;}
.clearfix{*zoom:1;}
p,span,li,div{
	font-family: "黑体";
}
header, section, footer, aside, nav, main, article, figure {
    display: block; 
}
/* 版心 */
 .core{
     width: 1288px;
     margin:0 auto;
     background: #FFF;
 }
  .core .content{
      width: 100%;
      margin:0 auto;
      display: flex;
      justify-content: space-between;
  }
  header{
      width: 100%;
      height: 150px;
      background-color: #FFFFFF;
      -moz-shadow: 0 0 7px 1px #4444;
      -webkit-shadow: 0 0 7px 1px #4444;
      box-shadow: 0 0 7px 1px #4444;
      position: relative;
  }
   header h3{
       float: left;
       font-size: 50px;
       padding-left: 4px;
       padding-top: 58px;
       color:#ff5f00;
   }
header h3 img{
width:215px;

}
   header  .header_right{
       float: right;
       padding-top: 55px;
       font-size: 20px;

   }
   header  .header_right p{
       margin-bottom: 15px;
       color:#343434;
   }
/* 底部 */
   footer{
       border-top:2px solid #DDDDDD;
       height: 135px;
   }
    footer .content{
        width: 521px;
        margin: 0 auto;
        padding-top: 39px;
    }
     footer  p{
         color:#272727;
         font-size:21px;
         margin-bottom: 16px;
         text-align: center;
     }
     footer  p span{
         color:#7F7F7F;
    }
