﻿/**border radius***/
/***calculate background-position by x,y***/
/*******opacity******/
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
del,
dfn,
em,
img,
small,
strong,
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,
section,
summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  font-family: Microsoft YaHei, Arial, Tahoma;
  font-color: #999999;
  background-color: #f3f3f3;
  font-size: 15px;
  color: #666666;
}
body {
  background: #f3f3f3 url('img/bg70X70.png') 0 0 repeat;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/***common input**/

input,
textarea {
  line-height: 2.6;
  padding-left: 10px;
  border: 1px solid #e3e9e9;
  background-color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #666666;
}
input:focus,
textarea:focus {
  border: 1px solid #e3e9e9;
  background-color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #666666;
}
b {
  font-weight: normal;
}
textarea {
  line-height: 1.4;
}
select {
  border: 1px solid #e3e9e9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  height: 35px;
  line-height: 35px;
  padding-left: 10px;
}
.panel {
  position: relative;
  border: 1px solid #e3e9e9;
  background-color: #f9f9f9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  color: #666666;
}
.colortxt-1 {
  color: #333333;
}
.colortxt-2 {
  color: #666666;
}
.colortxt-3 {
  color: #999999;
}
/***common panel ***/

a {
  text-decoration: none;
  color: #666666;
}
a:hover {
  color: #4f8c93;
}
a.eps {
  color: #4f8c93;
  margin-right: 20px;
}
.overflow {
  overflow: hidden;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hide from IE Mac */

.clearfix {
  display: block;
}
/* End hide from IE Mac */

/* end of clearfix */

/*
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */

.clearfix {
  *zoom: 1;
}
/*
    * Image replacement
    */

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/*
    * Hide from both screenreaders and browsers: h5bp.com/u
    */

.hidden {
  display: none !important;
  visibility: hidden;
}
/*
    * Hide only visually, but have it available for screenreaders: h5bp.com/v
    */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
    * Extends the .visuallyhidden class to allow the element to be focusable
    * when navigated to via the keyboard: h5bp.com/p
    */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
    * Hide visually and from screenreaders, but maintain layout
    */

.invisible {
  visibility: hidden;
}
.mt30 {
  margin-top: 30px;
}
.center {
  text-align: center;
}
.overflow-v {
  overflow: visible;
}
.wapper {
  height: 100%;
  _height: 100%;
  position: relative;
}
.max_box {
  width: 100%;
}
.container-wrapper {
  background-color: white;
}
.header_container,
.main_container {
  width: 980px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.gray-bg-index {
  background-color: #f3f6f6;
}
.error-msg {
  color: red ;
  font-size: 15px;
  display: none;
}
/*******************header begin*************************************************/

.header {
  width: 100%;
  height: 80px;
  position: relative;
}
.header-logo {
  display: inline-block;
  background: url("img/logo-gray.png") center center no-repeat;
  width: 216px;
  height: 65px;
  margin-top: 8px;
  float: left;
  _filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src="img/logo-gray.png", sizingMethod="crop");
  _background-image: none;
}
.header-menu {
  float: right;
  line-height: 78px;
  height: 78px;
  margin-top: 0px;
}
.header-menu li {
  float: left;
  text-align: center;
  padding-right: 23px;
  padding-left: 23px;
  margin-right: 17px;
  border-bottom: 2px solid transparent;
  _border-color: tomato;
  _filter: chroma(color=tomato);
}
.header-menu li a {
  color: #999999;
  font-size: 15px;
  display: block;
  /*ss*/

}
.header-menu li.active {
  border-bottom-color: #6fa9af;
}
.header-menu li.active a {
  color: #6fa9af;
}
.float-ul-li ul,
.float-ul-li li,
.bar-list,
.bar-list .bar-item {
  float: left;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 5px;
  vertical-align: middle;
  border-top: 5px solid #999999;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
div.no-login {
  margin-top: 24px;
}
.header-account {
  float: right;
  font-size: 14px;
  color: #999999;
  margin-top: 14px;
}
.header-account a {
  font-size: 15px;
  color: #999999;
}
.header-logout {
  margin-left: 15px;
  line-height: 32px;
}
.btn-account {
  width: 70px;
  height: 46px;
  line-height: 48px;
  display: inline-block;
  text-align: center;
  font-size: 15px;
  color: white;
  margin-left: 37px;
  border: 1px solid transparent;
  _border-color: tomato;
  _filter: chroma(color=tomato);
  /*
        Chroma属性可以设置一个对象中指定的颜色为透明色，对IE6,先设置border-color为某种不常用的颜色，
        然后用IE特有的css滤镜使该颜色为透明。
    */

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.btn-account:hover,
.btn-account.active {
  height: 46px;
}
/**********icon16********/

.icon16 {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  vertical-align: middle;
  background-image: url('img/WEB-icons.png');
  background-position: 0 0 ;
  background-repeat: no-repeat;
  position: relative;
}
.icon16-addplus {
  background-position: -4px -4px;
}
a:hover .icon16-addplus,
a.x-hover .icon16-addplus {
  background-position: -4px -24px;
}
.icon16-export {
  background-position: -24px -4px;
}
a:hover .icon16-export,
a.x-hover .icon16-export {
  background-position: -24px -24px;
}
.icon16-share {
  background-position: -44px -4px;
}
a:hover .icon16-share,
a.x-hover .icon16-share {
  background-position: -44px -24px;
}
.icon16-nopermission {
  background-position: -64px -4px;
}
a:hover .icon16-nopermission,
a.x-hover .icon16-nopermission {
  background-position: -64px -24px;
}
.icon16-copy {
  background-position: -84px -4px;
}
a:hover .icon16-copy,
a.x-hover .icon16-copy {
  background-position: -84px -24px;
}
.icon16-view {
  background-position: -104px -4px;
}
a:hover .icon16-view,
a.x-hover .icon16-view {
  background-position: -104px -24px;
}
.icon16-close {
  background-position: -124px -4px;
}
a:hover .icon16-close,
a.x-hover .icon16-close {
  background-position: -124px -24px;
}
.icon16-home {
  background-position: -144px -4px;
}
a:hover .icon16-home,
a.x-hover .icon16-home {
  background-position: -144px -24px;
}
.icon16-apple {
  background-position: -164px -4px;
}
a:hover .icon16-apple,
a.x-hover .icon16-apple {
  background-position: -164px -24px;
}
.icon16-andriod {
  background-position: -184px -4px;
}
a:hover .icon16-andriod,
a.x-hover .icon16-andriod {
  background-position: -184px -24px;
}
.icon16-share-qq {
  background-position: -204px -4px;
}
a:hover .icon16-share-qq,
a.x-hover .icon16-share-qq {
  background-position: -204px -24px;
}
.icon16-share-weixin {
  background-position: -224px -4px;
}
a:hover .icon16-share-weixin,
a.x-hover .icon16-share-weixin {
  background-position: -224px -24px;
}
.icon16-share-douban {
  background-position: -244px -4px;
}
a:hover .icon16-share-douban,
a.x-hover .icon16-share-douban {
  background-position: -244px -24px;
}
.icon16-share-renren {
  background-position: -264px -4px;
}
a:hover .icon16-share-renren,
a.x-hover .icon16-share-renren {
  background-position: -264px -24px;
}
.icon16-share-sina {
  background-position: -284px -4px;
}
a:hover .icon16-share-sina,
a.x-hover .icon16-share-sina {
  background-position: -284px -24px;
}
.icon16-export-pdf {
  background-position: -4px -44px;
}
a:hover .icon16-export-pdf,
a.x-hover .icon16-export-pdf {
  background-position: -4px -64px;
}
.icon16-export-word {
  background-position: -24px -44px;
}
a:hover .icon16-export-word,
a.x-hover .icon16-export-word {
  background-position: -24px -64px;
}
.icon16-unlink {
  background-position: -44px -44px;
}
a:hover .icon16-unlink,
a.x-hover .icon16-unlink {
  background-position: -44px -64px;
}
.icon16-edit {
  background-position: -64px -44px;
}
a:hover .icon16-edit,
a.x-hover .icon16-edit {
  background-position: -64px -64px;
}
.icon16-delete {
  background-position: -84px -44px;
}
a:hover .icon16-delete,
a.x-hover .icon16-delete {
  background-position: -84px -64px;
}
.icon16-arrow-left {
  background-position: -104px -44px;
}
.icon16-arrow-right {
  background-position: -124px -44px;
}
.icon16-share-qzone {
  background-position: -144px -44px;
}
a:hover .icon16-share-qzone,
a.x-hover .icon16-share-qzone {
  background-position: -144px -64px;
}
.inotes-button {
  display: inline-block;
  font-size: 13px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border-width: 1px ;
  border-style: solid;
  border-color: #e3e9e9;
  padding: 12px 25px ;
  line-height: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f3f6f6;
  color: #6fa9af;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.inotes-button:hover,
.inotes-button:focus,
.inotes-button:active,
.inotes-button.active,
.inotes-button.disabled,
.inotes-button[disabled] {
  color: #549197;
  background-color: #f8fafa;
}
.inotes-button-sure {
  background-color: #6fa9af;
  color: white;
  border-color: #6fa9af;
}
.inotes-button-sure:hover,
.inotes-button-sure:focus,
.inotes-button-sure:active,
.inotes-button-sure.active,
.inotes-button-sure.disabled,
.inotes-button-sure[disabled] {
  color: white;
  background-color: #549197;
  border-color: #549197;
}
.container-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 20px;
}
/********dropdown menu*********/

.dropdown-menu-wrapper {
  position: relative;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  padding: 10px;
  margin: 2px 0 0;
  font-size: 13px;
  text-align: left;
  list-style: none;
  background-color: white;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #e3e9e9;
  border: 1px solid rgba(227, 233, 233, 0.6);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e3e9e9;
  width: 100%;
}
.dropdown-menu .triangle {
  display: inline-block;
  width: 16px;
  height: 7px;
  position: absolute;
  left: 20%;
  top: -6px;
  background: url('img/triangle-top.png') 0 0 no-repeat;
}
.dropdown-menu .dropdown-menu-item {
  float: none;
}
.dropdown-menu .dropdown-menu-item-inner {
  display: block;
  padding: 5px 0;
  clear: both;
  font-weight: 400;
  line-height: 20px;
  line-height: 1.42857143;
  color: #999999;
  white-space: nowrap;
}
.dropdown-menu .dropdown-menu-item-inner:hover {
  color: #4f8c93;
}
.dropdown-menu .dropdown-menu-item-inner .icon16 {
  margin-right: 10px;
  top: -3px;
}
.hasmenu .dropdown-menu {
  top: 90%;
}
/*******return to top*******/

.btn_return_top {
  padding: 20px 50px;
  font-size: 20px;
  color: #6fa9af;
  border: 1px solid #6fa9af;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
/***footer ***/

#page-footer .main_container {
  padding-top: 20px;
  padding-bottom: 20px;
}
.page-footer {
  background-color: #666666;
}
.page-footer .logo {
  width: 65px;
  height: 65px;
  background: url("img/biji-icons.png");
  _background-image: none;
  padding: 0;
}
.page-footer dl {
  float: left;
  color: white;
  width: 25%;
  margin: 0;
  font-size: 13px;
}
.page-footer dl dt {
  font-size: 15px;
  font-weight: bold;
  padding: 10px 0;
}
.page-footer dl dd,
.page-footer dl dd ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-footer dl dd li {
  float: left;
  width: 100%;
}
.page-footer dl dd a {
  font-size: 13px;
  color: white;
  line-height: 24px;
}
.index .page-footer .copyright {
  padding-top: 20px;
}
.page-footer .copyright {
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
}
.page-footer .copyright,
.page-footer .copyright a {
  color: white;
  font-size: 13px;
}
/**
    *   小于IE9的特殊样式
    *
    **/

.lt-ie9 input,
.lt-ie9 textarea {
  padding-top: 10px;
  padding-bottom: 10px;
}
