@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont.eot');
  /* IE9*/
  src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/iconfont.woff') format('woff'), /* chrome、firefox */ url('../fonts/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('../fonts/iconfont.svg#iconfont') format('svg');
  /* iOS 4.1- */
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.icon-user:before {
  content: "\e60d";
}
.icon-icon:before {
  content: "\e60b";
}
.icon-check:before {
  content: "\e625";
}
.icon-check1:before {
  content: "\e6d3";
}
.icon-arrowdown:before {
  content: "\343e";
}
.icon-arrowright-t:before {
  content: "\e62c";
}
.icon-arrowright:before {
  content: "\e612";
}
.iconfont.icon-* {
  margin-right: 5px;
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 12px;
  vertical-align: baseline;
  background: transparent;
  color: #1d1d1d;
  text-decoration: none;
}
img {
  height: 100%;
  width: 100%;
}
input,
select {
  vertical-align: middle;
}
.Container {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-flex-flow: column;
  flex-flow: column;
}
@media screen and (max-width: 768px) {
  #footer .logo {
    display: none;
  }
  #footer .nav-container {
    max-width: 100% !important;
  }
  #footer .nav-container .Grid {
    width: 100% !important;
  }
}
#header {
  background-color: #fff;
  padding: 0 60px;
  height: 108px;
  position: relative;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-flex-flow: row;
  flex-flow: row;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: center;
  justify-content: space-around;
  text-align: justify;
}
#header .logo {
  width: 450px;
  height: 70px;
}
#header .user-block {
  background: #193d84;
  color: #fff;
  font-size: 14px;
  padding: 3px 10px;
  position: absolute;
  top: 0;
}
#header .user-block:before {
  content: '';
  position: absolute;
  z-index: 0;
  bottom: -10px;
  height: 40px;
  width: 50px;
  left: -27px;
  border-bottom-left-radius: 100% 100%;
  box-shadow: 38px 9px 0 -9px #ffffff inset;
}
#header .user-block:after {
  content: '';
  position: absolute;
  z-index: 0;
  bottom: -10px;
  height: 40px;
  width: 50px;
  right: -28px;
  border-bottom-right-radius: 100% 100%;
  box-shadow: -38px 9px 0 -9px #ffffff inset;
}
#header .user-block a {
  color: #fff;
}
#header .nav-container {
  width: 700px;
  max-width: 33.333%;
}
#header .nav-container .nav-item {
  height: 125px;
  color: #1d1d1d;
  text-align: center;
  margin-right: 5px;
}
#header .nav-container .nav-item:hover {
  background: #193d84;
  color: #fff;
  z-index: 999999;
}
#header .nav-container .nav-item span {
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  border: none;
  color: inherit;
  margin-top: 56px;
}
#header .nav-container .nav-item.active {
  background: #193d84;
  color: #ffffff;
  z-index: 9;
}
#footer {
  background: url('../images/footer.png');
  filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
  -moz-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transition: bottom 0.3s ease-out 1.7s;
  -moz-transition: bottom 0.3s ease-out 1.7s;
  transition: bottom 0.3s ease-out 1.7s;
  background-size: cover;
  background-position: 50% 50%;
}
#footer .nav-container {
  align-self: center;
}
#footer .nav-container div {
  border-right: 1px solid #fff;
}
#footer .nav-container div:last-of-type {
  border-right: none;
}
#footer .nav-container div ul {
  margin: 0;
  padding: 0;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-flex-flow: column;
  flex-flow: column;
}
#footer .nav-container div ul li {
  list-style: none;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .nav-container div ul li a {
  color: #fff;
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #header .logo {
    display: none;
  }
  #header .nav-container {
    max-width: 100% !important;
  }
}
#footer {
  padding: 10px 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: center;
  justify-content: space-around;
}
#footer .logo {
  margin-top: 9px;
  max-width: 320px;
}
#footer .nav-container {
  width: 700px;
  max-width: 33.333%;
}
#footer .nav-container .u-1of2 a {
  text-align: left;
  padding-left: 25px;
}
#footer .nav-container .Grid {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: center;
  justify-content: space-between;
}
#footer .nav-container .Grid li {
  margin-bottom: 0.5em;
}
#footer .nav-container .Grid li:last-of-type {
  margin-bottom: 0;
}
.head-img {
  background: url('../images/banner.png');
  filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
  -moz-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transition: bottom 0.3s ease-out 1.7s;
  -moz-transition: bottom 0.3s ease-out 1.7s;
  transition: bottom 0.3s ease-out 1.7s;
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  padding: 105px 0;
  font-family: "微软雅黑", "Microsoft Yahei";
  text-align: center;
  color: #ffffff;
  position: relative;
}
.head-img .group {
  width: 100%;
  position: absolute;
  top: 70px;
  text-align: center;
}
.head-img .group .title {
  display: inline-block;
  font-size: 30px;
  text-align: center;
  font-weight: bolder;
}
.head-img .group .title:before {
  content: '';
  display: inline-block;
  height: 3px;
  width: 100px;
  margin-right: 30px;
  background: #fff;
}
.head-img .group .title:after {
  content: '';
  display: inline-block;
  height: 3px;
  width: 100px;
  margin-left: 30px;
  background: #fff;
}
.head-img .group .vice-title {
  display: block;
  font-size: 18px;
  font-weight: bold;
  font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
.left-panel {
  max-width: 215px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.left-panel .head-block {
  width: 215px;
  height: 60px;
  background-image: -webkit-linear-gradient(left, #104783 64px, #316dbc 215px);
  background-image: -o-linear-gradient(left, #104783 64px, #316dbc 215px);
  background-image: linear-gradient(to right, #104783 64px, #316dbc 215px);
  color: #fff;
  border-radius: 4px;
  padding-top: 6px;
}
.left-panel .head-block .title {
  display: block;
  font-family: "微软雅黑", "Microsoft Yahei";
  font-size: 20px;
  text-align: left;
  text-indent: 15px;
  font-weight: bolder;
}
.left-panel .head-block .vice-title {
  display: inline-block;
  font-size: 16px;
  font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
.left-panel .head-block .vice-title:before {
  display: inline-block;
  background: #fff;
  content: '';
  width: 35px;
  margin: 0 20px 1px 15px;
  height: 5px;
}
.left-panel .panel-body > ul {
  padding: 10px 9px 25px 10px;
  -moz-box-shadow: -7px 0px 10px -5px lightgrey inset;
  -webkit-box-shadow: -7px 0px 10px -5px lightgrey inset;
  box-shadow: -7px 0px 10px -5px lightgrey inset;
}
.left-panel .panel-body .dropdown {
  margin: 0;
  list-style: none;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.left-panel .panel-body .dropdown > .iconfont {
  font-size: 14px;
  z-index: 1;
  color: #bbb;
  display: block;
  position: absolute;
  left: 6px;
  top: 13px;
}
.left-panel .panel-body .dropdown > .iconfont.icon-arrowright-t.open {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transition: -moz-transform 1s;
  -o-transition: -o-transform 1s;
  -webkit-transition: -webkit-transform 1s;
  transition: transform 1s;
}
.left-panel .panel-body .dropdown > .iconfont.icon-arrowright-t.close {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: -moz-transform 1s;
  -o-transition: -o-transform 1s;
  -webkit-transition: -webkit-transform 1s;
  transition: transform 1s;
}
.left-panel .panel-body .dropdown .dropdown-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
}
.left-panel .panel-body .dropdown .dropdown-menu li {
  padding-left: 1.5em;
}
.left-panel .panel-body .dropdown .dropdown-menu li:hover {
  background: #eaeaea;
  color: #648DDD;
  cursor: pointer;
}
.left-panel .panel-body .dropdown .dropdown-menu li.active {
  background: #eaeaea;
  color: #648DDD;
  font-weight: normal;
}
.left-panel .panel-body .dropdown .dropdown-menu .iconfont {
  float: right;
  margin-right: 15px;
  font-size: 12px;
}
.left-panel .panel-body .dropdown [data-toggle="dropdown"] {
  position: relative;
  display: block;
  color: #666;
  font-size: 16px;
  background: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  padding: 10px 10px 10px 25px;
  cursor: pointer;
}
.left-panel .panel-body .dropdown [data-toggle="dropdown"]:hover {
  color: #316dbc !important;
}
.left-panel .panel-body .dropdown [data-toggle="dropdown"].open {
  background: #eaeaea;
  color: #648DDD;
  font-weight: normal;
}
.left-panel .panel-body .dropdown [data-toggle="dropdown"].open.li-clicked {
  background: #fff;
  color: #666;
}
.breadcrumbs ul li {
  float: left;
  list-style: none;
  font-weight: bold;
}
.breadcrumbs ul li:last-of-type a {
  color: #316dbc;
  cursor: default;
}
.breadcrumbs ul li a:hover {
  color: #316dbc;
}
.breadcrumbs ul li .iconfont {
  font-size: 12px;
  margin: 0 5px;
}
.right-panel {
  max-width: 960px;
}
.right-panel .panel-header .breadcrumbs {
  font-size: 14px;
  padding: 2px;
}
.right-panel .panel-header .breadcrumbs li > a {
  font-size: 14px;
}
.right-panel .panel-header .title {
  display: block;
  font-family: "微软雅黑", "Microsoft YaHei";
  font-size: 20px;
  font-weight: bolder;
  color: #193d84;
  padding: 2px 2px 2px 10px;
}
.right-panel .panel-header .title:before {
  display: inline-block;
  background: #193d84;
  content: '';
  width: 35px;
  margin: 0 20px 1px 15px;
  height: 5px;
}
.right-panel .panel-header .title:after {
  margin: 0 0 2px 15px;
  width: 690px;
  content: '';
  display: inline-block;
  height: 2px;
  background: #ddd;
}
.right-panel .panel-body.max-w-690 {
  max-width: 875px;
  min-height: 500px;
}
.right-panel .panel-body > .Grid {
  padding: 10px 10px 10px 25px;
}
.right-panel .panel-body ul {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-flex-flow: column;
  flex-flow: column;
}
.right-panel .panel-body ul li {
  margin: 0;
  max-height: 240px;
  border: 2px solid #ddd;
  list-style: none;
  padding: 20px 15px;
}
.right-panel .panel-body ul li span:hover {
  cursor: pointer;
  display: block;
}
.right-panel .panel-body ul li:not(:first-of-type) {
  border-top: none;
}
.right-panel .panel-body ul li .left {
  margin-right: 30px;
  height: 180px;
}
.right-panel .panel-body ul li .right .title {
  display: inline-block;
  color: #316dbc;
  font-weight: bold;
  margin-bottom: 20px;
}
.right-panel .panel-body ul li .right .brief {
  overflow: hidden;
}
.right-panel .panel-body .seprate-title {
  display: block;
  font-family: "微软雅黑", "Microsoft YaHei";
  font-size: 20px;
  font-weight: bolder;
  color: #193d84;
  padding: 2px 2px 2px 10px;
}
.right-panel .panel-body .seprate-title:before {
  display: inline-block;
  background: #193d84;
  content: '';
  width: 35px;
  margin: 0 20px 1px 15px;
  height: 5px;
}
.right-panel .panel-body .seprate-title:after {
  margin: 0 0 2px 15px;
  width: 710px;
  content: '';
  display: inline-block;
  height: 2px;
  background: #ddd;
}
.HolyGrail-body {
  margin: 0 auto;
}
.content-box {
  padding: 20px;
}
.content-box p {
  font-size: 14px;
}
