/*
 * 公共样式
 * 2018.6.8
 */
body,div,ol,ul,li,h1,h2,h3,h4,h5,h6,p,dl,dd,dt,form,input,textarea,select{margin:0;padding:0;}
body{ font-size:14px; color:#333; background: #f5f5f5; font-family: "Helvetica Neue", Helvetica, STHeiti, Verdana, 'Microsoft YaHei', Sans-Serif;}
.body-white { background-color: #fff;}
body > iframe{opacity:0; display:none;}
iframe {display:none; opacity: 0}
li{list-style:none;}
img{border:0;}
a{ color:#333;text-decoration:none;}
a:hover {text-decoration:none;  color:#128bed;}
.wrapper {margin:0 auto; width:1200px;}
.both {clear: both}
.t-ellipsis {word-break:keep-all; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.red {color: #ff4d56;}
.yellow { color: #ff9f39}
.yellow:hover {color: #f30}
.blue {color: #128bed}
.gray {color: #909090}
.green {color: #03b660}
.none ,.hide {display: none}
.t-center {text-align: center}
.h10 {height: 10px;}.h20 {height: 20px;}.h30 {height: 30px;}.h40 {height: 40px;}.h50 {height: 50px;}.h60 {height: 60px;}
.mb10 {margin-bottom: 10px;}.mb20 {margin-bottom: 20px;}.mb30 {margin-bottom: 30px;}
.mt10 {margin-top: 10px;}.mt20 {margin-top: 20px;}.mt30 {margin-top: 30px;}
.white-bg  {padding: 0 20px; background-color: #fff;}
.f12 {font-size: 12px;}.f16 {font-size: 16px;}.f18{font-size: 18px;}.f20 {font-size: 20px;}.f24 {font-size: 24px;}
.gray-bg {background: #f5f5f5; }

/* 表单 */
input {outline:none; }
.btn {padding: 5px 20px; height: 30px; line-height: 30px; text-align: center; font-size: 16px; border-radius:4px; border: none; cursor: pointer; display: inline-block}
.btn-blue {background-color: #128bed; color: #fff;}
.btn-blue:hover {background-color: #0e7ed9; color: #fff;}

/* 图标 */
.ico-border-arrow { content: ''; height: 0;  width: 0; border-color: transparent; border-style: dashed; display: inline-block}
.ico-current {width: 18px; height:14px; background: url("../images/ico-current.png") no-repeat center;display: inline-block}
.ico-qy {width: 22px; height:22px; background: url("../images/ivo-company.png") no-repeat center;display: inline-block}
.ico-jjyc {width: 66px; height:63px; background: url("../images/ico-jjyc.png") no-repeat center;display: inline-block}
.ico-wam ,.ico-wam2 ,.ico-handle ,.ico-arrow-right,.ico-date-block  {background-repeat: no-repeat; background-position: center;display: inline-block;  vertical-align:middle;}
.ico-wam {width: 25px; height:22px; background-image: url("../images/ico-warning.png");}
.ico-wam2 {width: 15px; height:13px; background-image: url("../images/ico-wam2.png");}
.ico-handle {}
.ico-arrow-right {width: 18px; height:20px; background-image: url("../images/ico-arrow-right.png"); animation:arrowMoverleft 1s infinite;}
.ico-date-block {width: 14px; height:14px; background-image: url("../images/ico-date-block.png");}
@keyframes arrowMoverleft{
    0% {transform:translate(0,0)  }
    20% {transform:translate(3px,0) }
    30% {transform:translate(0,0)  }
    60% {transform:translate(0,0)  }
    80% {transform:translate(3px,0) }
    100% {transform:translate(0,0)  }
}
.ico-refresh ,.ico-collect ,.ico-printing {background-image: url("../images/ico-content.png"); background-repeat: no-repeat; display: inline-block;  vertical-align:middle;}
.ico-refresh { width: 14px; height: 14px; background-position: -20px top;}
.ico-collect { width: 14px; height: 14px; background-position: left top;}
.ico-printing { width: 14px; height: 14px; background-position: -40px top;}
a:hover .ico-refresh { background-position: -20px -16px;}
a:hover .ico-collect { background-position:left -16px;}
a:hover .ico-printing { background-position: -40px -16px;}

/* 搜索 */
.search-from { width: 100%; height: 65px; font-size: 16px; color: #666; background-color: #fff; border-radius: 6px; position: relative; }
.search-from .sall { width: 130px; background-color: #fff;border-radius:6px 0 0 6px ; position: absolute; left: 0; top: 0; z-index: 2}
.search-from .sall b { height: 65px; line-height: 65px; font-size: 14px; text-align: center; display:block; font-weight: normal; position: relative; cursor: pointer; }
.search-from .sall b:before {content: " "; width: 1px; height: 25px; background-color: #f4f4f4; position: absolute; right: 0; top:20px; z-index: 2}
.search-from .sall b em { margin-bottom: 3px; margin-left: 6px;  border-top-color: #ccc;  border-width: 5px 5px 0 5px;}
.search-from .sall b:hover {color: #128bed}
.search-from .sall b:hover em  {border-top-color: #128bed}
.search-from .sall .active em {animation:emmoverDown 0.4s 1  linear; transform:rotate(-180deg) }
.search-from .sall .active-up em {animation:emmoverUp 0.4s 1  linear; transform:rotate(0deg) }
@keyframes emmoverDown{
    0% {transform:rotate(0deg)  }
    100% {transform:rotate(-180deg) }
}
@keyframes emmoverUp{
    0% {transform:rotate(-180deg)  }
    100% {transform:rotate(0deg) }
}
.btn-search { border-radius:0 6px 6px 0;  background-color: #ff9f39; color: #fff;}
.btn-search:hover {background-color: #f28d22;}
.search-from .btn-search { width: 130px; padding: 0; height: 65px; height: 67px\9;line-height: 65px; background-color: #128bed; position: absolute; right: 0; top:0; z-index: 2}
.search-from .sp { margin:0;}
.search-from .sp input { text-indent: 20px; width: 92%; height: 65px; line-height: 65px; font-size: 16px; border: 1px solid #999; border-radius: 6px; }
.search-sub { width: 120px; height: auto; border: 1px solid #128bed; background-color: #fff; box-shadow:2px 2px 5px 0 #1d77c0;   position: absolute; left: 0px; top: 64px; z-index: 23; display: none}
.search-sub em { border-bottom-color: #128bed;  border-width:0 10px 10px 10px; position: absolute; left: 45px; top:-10px; z-index: 3 }
.search-sub em:after {content: ''; height: 0;  width: 0;  display: inline-block; border: 10px solid; border-color: transparent transparent #fff transparent; position: absolute; left: -10px; top:-8px;  z-index: 3}
.search-sub a {display:block; height: 45px; line-height: 45px; font-size: 14px; color: #666666; text-align: center; border-bottom: 1px solid #f4f4f4}
.search-sub a:last-child {border-bottom: none;}
.search-sub a:hover {color: #128bed;}

.search-from2 { margin-top: 16px; width:65%; position: relative}
.search-from2 .btn-search { width: 100px; padding: 0; height: 40px; line-height: 40px; position: absolute; right:-3px; top:0; z-index: 2}
.search-from2 .sp { background:#fff; border-radius: 6px 0 0 6px;}
.search-from2 .sp input { padding: 0 20% 0 3%; width: 90%; height: 40px; line-height: 40px; font-size: 14px; border: none; background: none;  border-radius: 6px 0 0 6px;}


/* 浮动层 */
.opacity-bg { width: 100%; height: 100%; position: fixed; top:0; left: 0; background-color: #000000; opacity: 0.4;z-index: 20; }
.opacity-white {width: 100%; height: 100%; background-color: #fff; opacity: 0;position: fixed; top:0; left: 0; z-index: 20; }
.fixed-bottom { position: fixed; left: 0; bottom: 0;z-index: 10}
.fixed-top { position: fixed; left: 0; top: 0; z-index: 10}

.title-dl { height: 54px; line-height: 54px; border-bottom: 1px solid #e5e5e5; clear: both; overflow: hidden}
.title-dl dt  ,.title-dl h2{ font-size: 18px; font-weight: bold; float: left; position: relative}
.title-dl dt:before , .title-dl h2:before {content: " "; display: inline-block; margin:0 12px 2px 0;width: 6px; height: 18px; background-color: #128bed; vertical-align: middle}
.title-dl dd {float: right}
.title-dl dd a {color: #999}
.title-dl dd a:hover {color: #128bed}

.abg {border: 1px solid #e7ecef;}
.abg:hover {  box-shadow:0 0  5px 2px #ccc}
.tag-abnormal {margin-left: 6px; min-width: 32px;height: 14px;line-height: 15px;font-size: 12px;text-align: center;border:1px solid #ff4c57;border-radius: 2px;background-color: #ff4c57;color: #fff;display: inline-block;overflow: hidden;}
.tag-abnormal:hover {color: #ffffff;}
.tag-kaiye {margin-left: 6px; padding: 0 3px;  height: 15px;line-height: 16px;font-size: 12px; color:#03b660; font-weight:normal; text-align: center;border: 1px solid #03b660;display: inline-block; overflow: hidden;}
.tag-zhuxiao {margin-left: 6px; padding: 0 3px;height: 15px;line-height: 16px;font-size: 12px; color:#ccc; font-weight:normal; text-align: center;border: 1px solid #ccc;display: inline-block; overflow: hidden;}
.tag-yichang {margin-left: 6px; padding: 0 3px;height: 15px;line-height: 16px;font-size: 12px; color:#fff; font-weight:normal; text-align: center;border: 1px solid #ff4c57;background-color: #ff4c57;display: inline-block; overflow: hidden; }
.tag-gongshi {margin-left: 6px; padding: 0 3px;height: 15px;line-height: 16px;font-size: 12px; color:#fff; font-weight:normal; text-align: center;border: 1px solid #ff4c57;background-color: #ff4c57;display: inline-block; overflow: hidden; animation:backgroundColor 1.5s infinite;}
.tag-gongshi:hover {color:#fff;}
.tag-red {margin-left: 6px; padding: 0 3px;height: 15px;line-height: 16px;font-size: 12px; color:#fff; font-weight:normal; text-align: center;background-color:#ff4e00; border-radius: 2px; font-style: normal; display: inline-block; position: relative}
.tag-red:before {content: ''; height: 0;  width: 0;  display: inline-block; border: 5px solid; transform:rotate(-20deg) ;border-color: transparent #ff4e00 transparent  transparent; position: absolute; left: -8px; top:7px;  z-index: 0}
.s-publicity {margin:0 0 7px 15px; padding: 0px 5px; height: 18px;line-height: 18px;font-size: 12px; color: #fff; font-weight: normal; background-color: #ff9f39; border-radius: 3px; display: inline-block; vertical-align: middle;
    position: relative; animation:movertopleft 3s infinite;}
.s-publicity:before {content: ''; height: 0;  width: 0;  display: inline-block; border: 4px solid; border-color: transparent #ff9f39 transparent  transparent; position: absolute; left: -8px; top:5px;  z-index: 3}
.s-publicity2 {margin:0 0 7px 15px; padding: 0px 5px; height: 18px;line-height: 18px;font-size: 12px; color: #fff; font-weight: normal; background-color: #ff4e00; border-radius: 3px; display: inline-block; vertical-align: middle;
    position: relative; animation:movertopleft 2s infinite;}
.s-publicity2:before {content: ''; height: 0;  width: 0;  display: inline-block; border: 4px solid; border-color: transparent #ff4e00 transparent  transparent; position: absolute; left: -8px; top:5px;  z-index: 3}
.s-publicity2:hover { color: #fff;}
@keyframes movertopleft{
    0% {transform:translate(0,0)  }
    10% {transform:translate(-3px,0) }
    20% {transform:translate(0,0)  }
    70% {transform:translate(0,0)  }
    80% {transform:translate(-3px,0) }
    90% {transform:translate(0,0)  }
    100% {transform:translate(0,0)  }
}
@keyframes backgroundColor{
    0% {background-color: #ff4c57; border-color: #ff4c57;transform:translate(0,0) }
    50% {background-color: #ff9f39; border-color: #ff9f39; transform:translate(-3px,0)}
    100% {background-color: #ff4c57; border-color: #ff4c57;transform:translate(0,0)  }
}
.friendly-link  { padding: 25px 0; border-bottom: 1px solid #404a5a; clear: both; overflow: hidden;}
.friendly-link dt { width: 90px; height: 28px; line-height: 28px; color: #222a37; background-color: #fff; border-radius: 3px; text-align: center; position: relative; float: left;}
.friendly-link dt:after {content: ' ';   position: absolute;  width: 0;  height: 0;  right: -14px;  top: 8px;  border: 7px solid;  border-color: transparent transparent transparent #fff;}
.friendly-link dd { padding-top: 2px; margin-left: 120px; line-height: 28px;}
.friendly-link dd a { margin-right: 20px;}
/* footer begin */
.footer-wr { width: 100%; min-width: 1200px; background-color: #222a37;  color: #fff; clear: both; overflow: hidden}
.footer-wr a {color: #f4f4f4;}
.footer-wr a:hover {color: #fff;}
.footer-wr .fleft { width: 73%; float: left;}
.footer-text  { padding: 20px 0 20px;text-align: center; font-size:13px; line-height: 24px;color: #f4f4f4;}
.footer-text .datasources span { margin: 0 6px}
.footsub {padding: 20px 0 ;  border-bottom: 1px solid #404a5a;color: #575f6b; text-align: center; clear: both;} /* border-bottom: 1px solid #404a5a; */
.footsub a {margin: 0 15px; }
.footsub a:hover {color: #fff;}
.footer-wr .fright { padding-top: 25px;  float: right; text-align: center;}
.footer-wr .fright  li{ margin-left:40px; width: 110px; float: left;color: #f4f4f4;}
.footer-wr .fright  li p { padding-top: 5px; font-size: 13px;}

/* 内页头部 */
.content-head-h {height: 74px; }
.content-head { width: 100%; min-width: 1200px; height: 74px; background-color: #128bed;}
.content-head .logo-left {padding-top: 18px; width: 300px; float: left}
.content-head .c-search { width: 900px; float: right}
.index-nav { margin-left: -20px; padding: 24px 0 0; line-height: 30px; float: left}
.index-nav a {margin-right: 35px; color: #fff; font-size: 18px }
.index-sub  {padding: 20px 0 0; line-height: 30px; color: #e0f0fc;  float: right}
.index-sub a {margin:0 10px; color: #e0f0fc;  }
.index-nav a:hover ,.index-sub a:hover{color: #fc6;}

.content-mid {}
.c-current {height: 40px; line-height: 40px; font-size: 12px;color: #666}
.c-current em {margin-right: 6px; vertical-align: middle; margin-bottom: 5px;}
.c-current a {color: #128bed}
.c-current a:last-child { color: #666}
.list-left { margin: 0; padding: 0; width: 880px;  float: left; position: relative}
.list-right { margin: 0; padding: 0; width: 300px; float: right;}

.yichang-grade { position: relative; float: right}
.yichang-grade .emaleft  { width: 1px; height: 105px; background-color: #efefef; display: block; position: absolute; left: -30px; top: -5px;}
.yichang-grade .emaleft:before { content: " "; width: 10px; height: 13px; display: inline-block; background: url("../images/ico-arror-left.png"); position: absolute; left: -9px; top: 42px;}
.yichang-grade ol { min-width: 120px; max-width: 180px; float: right; color: #666; font-size: 13px;}
.yichang-grade ol li {padding-bottom: 3px;   height: 26px; line-height: 26px; word-break:keep-all; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.yichang-grade ol li.gt { margin-bottom: 8px; color: #999}
.yichang-grade .grade {width: 65px; text-align: center; float: right}
.yichang-grade .grade b { margin-top: 5px; padding: 0px 3px; min-width: 32px; height: 18px; line-height: 18px;  background-color: #03b660; border-radius: 3px; color: #fff; font-size: 12px; display: inline-block;}
.yichang-grade .grade p { padding-top: 12px;}
.yichang-grade .grade  em {width: 10px; height: 56px; border-radius: 10px; background-color: #f1f8fb; display:inline-block;  position: relative;}
.yichang-grade .grade  em i {width: 100%; height: 100%; border-radius:0 0 10px 10px; position:absolute; display:block;}
.yichang-grade .grade.cg0 em  {background-color:#03b660 }
.yichang-grade .grade.cg1 b {background-color:#ff4c57;}
.yichang-grade .grade.cg1 em {background-color:#03b660;}
.yichang-grade .grade.cg1 em i {height: 50%; background-color:#ff4c57; left: 0; bottom: -1px;}
.yichang-grade .grade.cg2 b {background-color:#ff4c57;}
.yichang-grade .grade.cg2 em  { background-color:#ff4c57; }
.yichang-grade .grade.cg3 b {background-color:#ccc;}
/* 分页 */
/*.pagination { margin: 40px 0; text-align: center; clear: both}
.pagination ul { display: inline-block; vertical-align: middle;}
.pagination li { margin: 0 1px; display: inline-block;}
.pagination li a { padding:0 10px; height: 26px; line-height: 28px; background-color: #fff; border:1px solid #ccc; font-size: 13px; color: #333; border-radius: 2px; display: inline-block; overflow: hidden; }
.pagination li.active a {color: #fff; background-color: #128bed; border-color: #128bed}
.pagination li .activP {color: #fff; background-color: #128bed; border-color: #128bed}
.pagination li.disabled a {color: #ccc}
.pagination .controls a { border: none; }
.pagination .controls a input { width: 22px; text-align: center; border: none; color: #999;}*/
.pagination { margin:40px 0 20px;  line-height: 28px; text-align: center; clear: both; overflow: hidden;}
.pagination  a { margin: 0 1px; padding:0 10px; height: 26px; background-color: #fff; border:1px solid #ccc; font-size: 13px; color: #333; border-radius: 2px; display: inline-block; overflow: hidden; }
.pagination .active {color: #fff; background-color: #128bed; border-color: #128bed}
.pagination .total { margin-left: 10px; display: inline-block;  vertical-align: top; color: #666}

/* table beight */
.table-list { width: 100%; border-collapse:collapse;  text-align: center;}
.table-list thead th {padding:8px 10px; background:#e4f1fc; border:1px solid #d8e7f0;border-left:none; font-size: 14px;  font-weight: normal }
.table-list thead th:first-child {border-left:1px solid #d8e7f0;}
.table-list tbody tr td {padding:8px 8px; font-size: 13px;background-color:#f6fafd; border-right:1px solid #d8e7f0; border-bottom:1px solid #d8e7f0; }
.table-list tbody tr td:first-child {border-left:1px solid #d8e7f0;}
.table-list tbody tr td.t-left ,.table-list thead th.t-left{text-align:left; padding: 10px 12px;}
.table-list tbody tr td.td-datano {padding:20px 0; text-align: center; color: #999999;}
.table-list tbody tr td.t-top {vertical-align: text-top}
.table-list tbody a {color: #128bed}
.table-list tbody a.red ,.table-list tbody a.red:hover {color: #ff4d56}
.table-list.t-f12 th { padding: 8px 5px; font-size: 13px;}
.table-list.t-f12 td { padding: 8px 5px; }
.a-relation  .n {float: left;font-weight: normal}
.a-relation  .r {float: right}
.a-relation .r a { color: #ff9f39;}

.table-cn  { width:100%;  line-height: 22px; font-size: 13px;  border-collapse: collapse; border-spacing: 0; border-left:1px solid #d8e7f0; border-top:1px solid #d8e7f0;}
.table-cn tr  { display: table-row;   vertical-align: inherit;  border-color: inherit;}
.table-cn tr th {padding:8px 8px;  text-align: left;  font-weight: normal;background:#e4f1fc;border-bottom:1px solid #d8e7f0; border-right:1px solid #d8e7f0;}
.table-cn tr td {padding:8px 8px; background-color:#f6fafd; border-right:1px solid #d8e7f0; border-bottom:1px solid #d8e7f0; }
.table-cn tr .t-top {vertical-align: top}
.table-cn tr .t-center {text-align: center}
.table-cn tr .t-white {background-color: #ffffff;}
.table-cn tr.trline td { padding: 0px; height: 5px; line-height: 1; border-left-color: #fff; border-right-color: #fff; position: relative}
.table-cn tr.trline td:before {content: " ";width: 2px; height: 100%; display:inline-block; background-color: #fff; position: absolute; left: -1px; top: 0; }
.table-cn tr.trline:last-child {display: none;}
.text-open {margin-left: 3px; color: #999; cursor: pointer}
.data-no { padding: 100px 0 200px; text-align: center;}
.data-no  h3 { padding-top: 40px; font-size: 26px; font-weight: normal; color: #666}

.cn-datasources { font-size: 12px; color: #999}
.aimg { display: block; background-repeat: no-repeat; background-position: center; background-size: cover;}
.aimg  img { width: 100%; height: 100%; opacity: 0;}
.aimg:hover {animation:seeImg 0.3s 1  linear; transform:scale(1.1)}
@keyframes seeImg{
    0% {transform:scale(1) }
    100% {transform:scale(1.1)}
}
.morebar {color: #999; background-color: #fff;}
.morebar em { margin:3px 0 0 3px; border:6px solid;border-color: #999 transparent transparent transparent; display: inline-block; vertical-align: middle; position: relative;}
.morebar em:before{content: ' ';width: 0;height: 0;border:5px solid;border-color: #fff transparent transparent transparent; display: inline-block; position: absolute;  top:-7px; left: -5px;}
.morebar:hover {color: #128bed}
.morebar:hover em {border-color: #128bed transparent transparent transparent; }
.morebar.active em {transform: rotate(-180deg); margin: 0 0 9px 3px}

/* 提示层 */
.ico-ts ,.ico-loading ,.ico-success ,.ico-error {background-image: url("../images/ico-prompt.png"); background-repeat: no-repeat; display: inline-block;  vertical-align:middle;}
.ico-ts { width: 27px; height: 27px; background-position: left top;}
.ico-loading {width: 27px; height: 27px; background-position: -109px top;animation: rotate 1.2s linear infinite;}
.ico-success { width: 39px; height: 27px; background-position: -31px top;}
.ico-error { width:26px; height: 27px; background-position: -75px top;}
@keyframes rotate {
    0% { transform: rotate(0deg);  }
    50% { transform: rotate(180deg);  }
    100% { transform: rotate(360deg); }
}
.wx-prompt{ min-height: 30px; text-align: center; color: #fff; font-size: 18px; position: fixed; top:40%; left: 10%; right: 10%;   z-index: 21;}
.wx-prompt p {padding: 10px 25px 10px; display: inline-block;min-width: 200px;  min-height: 30px; line-height:30px;  background:rgba(34,42,55,0.8) ; background-size: 340px; border-radius: 10px; }
.wx-prompt em { margin:0 15px 3px 0;}
.wx-prompt.small { min-height: 20px; font-size: 14px;  top:auto; bottom: 10%}
.wx-prompt.small p {padding: 2px 20px; min-width: 100px;  min-height: 20px; line-height:20px;  }
/* 错误页面 */
.errorlayer { padding: 80px 0 100px; text-align: center}
.errorlayer .ebg {margin: 0 auto; width: 640px; height: 373px; background:url("../images/error-bg.png"); }
.errorlayer .ebg img { margin-top: 178px;}
.errorlayer h2 { padding: 25px 0; font-size: 20px; color: #999999; font-weight: normal;}
.errorlayer p a { margin: 0 50px; font-size: 20px; color: #0e7ed9; display: inline-block }
.errorlayer p a img {vertical-align: middle; margin-right: 10px;}
.errorlayer p a .a2 { margin-bottom: 2px;}

/* 下载键 */
.qr-box {text-align: center}
.qr-box p { font-size: 15px; color: #999999;}
.gz-qhbfwx { padding: 0 0 15px; background-color: #ffffff; text-align: center; clear: both; overflow: hidden}
.gz-qhbfwx h2 { padding: 15px 4% 10px; font-size: 15px; }
.gz-qhbfwx p { padding: 0 5% 15px; font-size: 13px; line-height: 20px; color: #999; text-align:left }
.gz-qhbfwx  a {width: 30%; height: 40px; line-height: 40px; font-size: 15px; border-radius:6px; background-color: #128bed; color: #ffffff; display: inline-block;}
.gz-qhbfwx  a:last-child { margin-left: 4%}
.gz-qhbfwx  .btn-yellow {background-color: #ff6666;}

.libs{
    float: right;
    margin-top: -30px;
    font-size: 16px;
}
.libs a{
    color: #fff;
    padding-left:15px;
}



