/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
 html, body, div, span, applet, object, iframe,
 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
 a, abbr, acronym, address, big, cite, code,
 del, dfn, em, img, ins, kbd, q, s, samp,
 small, strike, strong, sub, sup, tt, var,
 b, u, i, center,
 dl, dt, dd, ol, ul, li,
 fieldset, form, label, legend,
 table, caption, tbody, tfoot, thead, tr, th, td,
 article, aside, canvas, details, embed,
 figure, figcaption, footer, header,
 menu, nav, output, ruby, section, summary,
 time, mark, audio, video, input {
   margin: 0;
   padding: 0;
   border: 0;
   font-size: 100%;
   vertical-align: baseline;
 }
 
 strong {
   font-weight: bold;
 }
   
 code {
   background: #ededed
 }
 
 /* HTML5 display-role reset for older browsers */
 article, aside, details, figcaption, figure,
 footer, header, menu, nav, section {
   display: block;
 }
 
 body {
   font-family:MicrosoftYaHei;
   line-height: 1;
   color: #222;
 }
 
 blockquote, q {
   quotes: none;
 }
 
 blockquote:before, blockquote:after,
 q:before, q:after {
   content: none;
 }
 
 table {
   border-collapse: collapse;
   border-spacing: 0;
 }
 
 /* custom */
 a {
   color: #7e8c8d;
   text-decoration: none;
   -webkit-backface-visibility: hidden;
 }
 
 li {
   list-style: none;
 }
 
 /*隐藏滚动条*/
 ::-webkit-scrollbar {
   display: none !important;
   width: 0 !important;
 }
 
 ::-webkit-scrollbar-track {
   background-color:#fff;
   display: none !important;
   width: 0 !important;
 }
 
 ::-webkit-scrollbar-thumb {
   background-color:#fff;
   display: none !important;
   width: 0 !important;
 }
 
 html, body {
   margin: 0 auto;
 }
 
 body {
   -webkit-text-size-adjust: none;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
   background-color: #fff;
 }
 
 button {
   padding: 0;
   border: none;
   outline: none;
   background: #fff;
 }
 
 .fl {
   float: left;
 }
 
 .fr {
   float: right;
 }
 
 .clearfix:after {
   content: "";
   display: block;
   clear: both;
 }
 
 /*全局css*/
 .ellipsis {
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
 }
 
 /*弹性盒*/
 .flex {
   display: -webkit-box;
   display: -webkit-flex;
   display: flex;
 }
 
 .flex-main-center {
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   justify-content: center;
 }
 
 .flex-main-justify {
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   justify-content: space-between;
 }
 
 .flex-main-around {
   -webkit-box-pack: justify;
   -webkit-justify-content: space-around;
   justify-content: space-around;
 }
 
 .flex-cross-center {
   -webkit-box-align: center;
   -webkit-align-items: center;
   align-items: center;
 }
 /* 底部 */
 .bottom {
  
     background: url(/img/MAIN/2019/04/119210/css/images/b_bg.gif) top center repeat-x #e2e1e1;
     margin-top: 50px;
     padding-top: 10px;
     padding-bottom: 40px;
 }
 .lianjie {
   position: relative;
 width:1000px;margin:0 auto;
 }
 .lianjie {
   padding: 30px 0;
 }
 .w1000 {
   width: 1000px;
 }
 .lianjie .tit {
   width: 12%;
   float: left;
 }
 .tit {
   
   overflow: hidden;
   height: 46px;
 }
 .tit h2 {
   float: left;
   font-size: 18px;
   font-weight: bold;
   font-family: "Microsoft Yahei";
   color: #cc3300;
   line-height: 50px;
   padding-right: 1px;
   width: 118px;
 }
 .lj_pic img {
   display: block;
   float: left;
   margin: 0 8px;
 }
 .copyright {
   margin: 0px auto;
   width: 100%;
   font-size: 12px;
   color: #000000;
   text-align: center;
   padding: 20px 0;
   line-height: 180%;
   clear: both;
 }
 .lianjie{position:relative;}
 .ewm01{cursor:pointer;}
 .lj_pic span{ display:none; position:absolute; bottom:40px;right:0;}