@charset "gb2312";
/**
 * M
 * @authors jing
 * @date    2015-09-25
 * @version 1.0.0
 */
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, 
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,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
a {
    text-decoration: none;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    color:#383838;
    box-sizing: border-box;
}

a:hover {
    text-decoration: none;
}

body {
    width: 100%;
    min-height: 300px;
	max-width: 750px;
    margin: 0 auto;
    line-height: 20px;
    font-size: 17px;
    font-family:Helvetica,STHeiti,Droid Sans Fallback;
    background: #FFF;
    color: #333;
	
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

a:focus,
input:focus,
p:focus,
div:focus{
-webkit-tap-highlight-color:rgba(0,0,0,0);

}
iframe{
    width: 100%;
}
video{
    width: 100%;
} 
input::-ms-clear{display:none;}
input[type="button"], input[type="submit"], input[type="reset"] , input[type="search"]{
-webkit-appearance: none;
}

textarea {  -webkit-appearance: none;}   
html {
    color: #333;
    font-size: 1em;
    line-height: 1.5;
}

.list-inline {
  padding-left: 0;
  
  list-style: none;
}
.list-inline > li {
  display: inline-block;
}
.clear_float{ clear:both;}
.page{ float:left;width: 100%;}
.page ul{text-align: center;

  display: block;  height: 20px;}
.page ul li{ display:inline-block; }
.page ul li a{ text-decoration:none; font-size:12px; color:#707070;}

/******loading**********/
._loading {
	text-align: center;
	line-height: 40px;
	font-size: 12px;
	color: #888;
	display:none;
}
.newscenter_list .list_r p:nth-of-type(1){
    line-height: 24px!important;
    padding-top: 0px !important;
    min-height: unset!important;
    height:69px!important;
}
.newscenter_list .list_r p:nth-of-type(2){
    margin-top: 5px!important;
}
.ip_news p{padding:5px 5px!important;overflow: auto!important;white-space: unset!important;display: block!important;line-height: 22px!important;text-overflow: unset!important;word-wrap: break-word;}
.ip_news img {
    width: 100%;
}
.m_index_zh_mask ul li p a {
    color: #fff;
  }
  .ad{
      margin:20px 0;
  }
  .footer a{
      color: #fff;
  }
  /* 二级导航 */
  .m_index_zh_mask ul {
      margin-top: 17%;
      padding-right: 10%;
      padding-left: 10%;
      height: 80%;
      overflow: hidden;
      overflow-y: scroll;
      padding-top: 0 !important;
  }
  .m_index_zh_mask ol {
      padding-top: 1rem;
      border-bottom: 0.1rem solid rgba(255, 255, 255, 0.6);
      display: none;
  }
  .m_index_zh_mask ol li a {
      color: #fff;
      font-weight: normal;
  }
  .m_index_zh_mask ul>li{
  	position: relative;
  }
  .m_index_zh_mask li img{
  	position: absolute;
  	top: 0;
  	right: 0;
  	width: 1rem;
  	z-index: 99;
  }
  .openNav img{
  	transform: rotate(180deg);
  }
  .openNav>p a{
  	color:#f9be00 !important;
  }
  
  
 