@charset "utf-8";

@font-face{font-family: 'fzj'; src: url("/eportal/fileDir/site/template/page/list/font/alibabaR.ttf"); src: url("eportal/fileDir/site/template/page/list/font/alibabaR.ttf") format("truetype"); font-weight: normal; font-style: normal;}

*{font-family: '微软雅黑' !important; box-sizing: border-box;}
body{color:#333333; font-size:14px; font-family:Microsoft Yahei;}
body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul{ padding:0; margin:0;}
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-size:14px;
}
li, ol, ul{ list-style:none; font-size:14px;}
img{ border:none; border:0;}
a{ text-decoration:none; color:#333333; noline:expression(this.onFocus=this.blur());}
a:focus {outline:none;-moz-outline:none;}
.clear{clear:both; height:0; line-height:0; font-size:0; overflow:hidden; zoom:1;}
input, textarea{font-family:Microsoft Yahei; font-size:14px;}
input:focus { outline: none;}

.main{margin:0 auto; width: 100%; max-width: 640px;min-width: 320px;}
.fl{float: left;}
.fr{float: right;}
.box_padding{
	padding-left: 3%;
	padding-right: 3%;
}
.box_padding_vw{
    padding-left: 3vw;
    padding-right: 3vw;
}
/*head*/
.header {
    position: relative;
}
.logo {
    margin: 6px 3%;
    width: 48%;
    max-width: 212px;
}
.logo img {
    width: 100%;
}
.head_right span {
    display: inline-block;
    width: 26px;
    height: 26px;
    position: absolute;
    background: url(/msite/template/common/head/head_fr.png) right no-repeat;
    top: 50%;
    margin-top: -15px;
    right: 3%;
}
.head_right span.search {
    margin-right: 36px;
    background-position-x: left;
}
.head_right span.search.span_gb {
    background: url(/msite/template/common/head/nav_gb.png) center no-repeat;
}
.nav_list {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-y:auto;
    margin-right: -56%;
    width: 56%;
    background: #fff;
    z-index: 999;
    transition: all 0.3s ease-in-out;
}
.nav_gb {
    position: fixed;
    top: 0;
    right: 0;
    width: 56%;
    background: #fff;
    border-bottom: 2px solid #dc081e;
    margin-right: -56%;
    transition: all 0.3s ease-in-out;
    z-index: 9;
}
.nav_gb img {
    position: absolute;
    right: 6%;
    top: 50%;
    margin-top: -11px;
}
.zp_nav {
    line-height: 38px;
}
.znav_two_box a.znav_two {
    display: block;
    line-height: 26px;
    padding: 3px 0;
    font-size: 14px;
    border-bottom: 1px solid #f2f2f2;
    margin: 0 10px;
}
a.znav_two span {
    margin-right: 5px;
    display: none;
}
.znav_three_box {
    margin: 0 10px;
    line-height: 22px;
    display:none;
}
a.znav_three {
    line-height: 26px;
    display: block;
    background: #f9f9f9;
}
a.znav_three span {
    margin: 0 6px;
}
ol.zp_nav li {
    position: relative;
    border-bottom: 1px solid #ccc;
}
a.znav_one {
    display: block;
    font-size: 16px;
    text-indent: 10px;
    background: #f9f9f9;
}
ol.zp_nav li em {
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    right: 0;
    background: url(/msite/template/common/head/nav.png) center no-repeat;
    top: 0;
}
.znav_two_box {
    display: none;
    transition: all 0.3s ease-in-out;
   position: relative;
}
.znav_two_box i {
    background:url(/msite/template/common/head/nav_red.png) center no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 32px;
}
b.nav_bg_zg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9;
   transition: all 0.3s ease-in-out;
}
.search_box {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    height: 0;
    background: rgba(255,255,255,0.6);
}
.search_box.zk{
  height: 50px;
  z-index:9999;
}
input.search-text {
    border: 1px solid #ccc;
    float: left;
    margin-right: 5px;
    height: 28px;
    line-height: 28px;
    padding: 5px;
    border-radius: 3px;
    width: 199px;
}
.search_box .search {
    width: 48px;
    height: 28px;
    display: block;
    line-height: 28px;
    float:  right;
    vertical-align:  middle;
    color: #fff;
    border: none;
    background: #fd5025;
    border-radius: 3px;
   text-align: center;
}
form#amj-form {
    width: 252px;
    margin: 11px auto;
}
span.nav i {position: absolute;width: 22px;background: #dc081e;height: 3px;top: 4px;left: 0;border-radius: 2px;}
.head_right span.nav {
    background: none;
}
span.nav i:nth-child(2) {
    top: 12px;
}
span.nav i:nth-child(3) {
    top: 20px;
}
/*head end*/


/*底部*/
.foot {
    overflow: hidden;
    padding: 15px 3%;
    border-top:1px solid #f2f2f2;
}
.foot .fl{
    width: 40%;
}
.foot_ewm{
	width: 96px;
	float: right;
}
.foot .fl img{
	width: 100%;
}
.foot .fl p{
	text-align: center;
}
.foot .fr{
	width: 60%;
	padding-left: 15px;
}
.foot .fr p {
    line-height: 26px;
    color: #888;
}
.foot .fr p a {
    color: #888;
}
.foot .fr p:first-child {
    color: #333;
}
.foot .fr p img{
	vertical-align: middle;
      max-width: 68px;
}
/*底部 end*/

/*内容适应页面样式*/
.detail_content {
    padding: 10px 3%;
}
.detail_content img {
    max-width:100%;
    height: auto !important;
}
.detail_content strong {
    font-weight: bold;
}
.detail_content * {
    max-width: 100%;
    color: inherit;
   font-family: '宋体'  !important;
}
.detail_content a {
    display: inline-block;
    color: #d70022;
}
.detail_content ol li {
    list-style-type: decimal;
}
.detail_content ol {
    padding-left: 25px;
}
.detail_content table {
    border-collapse: collapse;
    width:100% !important;
    margin-left:0px !important;
    display:block;
    overflow:scroll;
}
.detail_content table td {
    border-width: 1px !important;
    border-color: #333 !important;
}

#list_text .list_content p * ,.detail_content  p *{
    word-wrap: break-word;
}
.foot .fr p:first-child a {
    display: block;
    background-repeat: no-repeat;
    line-height: 22px;
    height: 36px;
    background-position: left center;
}

.detail_content table::-webkit-scrollbar-track-piece{
    background-color: rgba(0,0,0,0);
    border-left:1px solid rgba(0,0,0,0);
}

.detail_content table::-webkit-scrollbar{
    width:5px;
    height:8px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}

.detail_content table:-webit-scrollbar-thumb{
    background-color: rgba(0,0,0,0.5);
    background-clip: padding-box;
    -webkit-border-radius:5px;
    border-radius:5px;
    min-height:28px;
}

.detail_content table::-webkit-scrollbar-thumb:hover{
    background-color: rgba(0,0,0,0.5);
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}

.header_more {
   margin-top: 14px;
   height: 35px;
  /* width: 35px;*/
padding:0 10px;
   cursor: pointer;
   line-height: 35px;
   font-size: 14px;
   text-align: center;
   background: #f2f2f2;
   position: absolute;
   right: 3%;
   display: inline-block;
   margin-right: 74px;
}


/*内容适应页面样式 end*/