.oh {
  overflow: hidden;
}
.nonebreak {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
}
.cf {
  zoom: 1;
}
.cf:before,
.cf:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.cf:after {
  clear: both;
}
.gray {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(1);
}
.ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.transparent {
  opacity: 0;
}
[data-animation] {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
* {
  box-sizing: border-box;
}
html {
  font-size: 10px;
}
body {
  font-size: 1.4em;
  color: #333;
}
html,
button,
input,
select,
textarea,
.pure-g [class*="pure-u"],
.pure-g-r [class*="pure-u"] {
  font-family: arial, helvetica, "PingFang SC", "Microsoft YaHei", sans-serif;
}
a {
  color: #444444;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
input,
textarea,
select {
  font-family: arial, helvetica, "PingFang SC", "Microsoft YaHei", sans-serif;
}
::selection {
  color: #fff;
  background: #b41b1e;
}

body.home {
  background: #fff;
}
body.home .web {
  background: #fff;
}
.pure-g {
  margin: 0 auto;
  width: 1200px;
}
hr {
  margin: 1.5em 0;
  height: 0;
  overflow: hidden;
  border: none;
  border-top: 1px solid #d9d9d9;
}
.animated {
  opacity: 0;
}
.web {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #f8f8f8;
}
header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: #fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}
header #logo {
  display: block;
  height: 90px;
  line-height: 199px;
  overflow: hidden;
  background: url(../images/logo.png) no-repeat 0 50%;
}
header nav {
  height: 90px;
  line-height: 90px;
  font-size: 1.143em;
  zoom: 1;
}
header nav:before,
header nav:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
header nav:after {
  clear: both;
}
header nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
  zoom: 1;
}
header nav ul:before,
header nav ul:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
header nav ul:after {
  clear: both;
}
header nav li {
  float: left;
  position: relative;
}
header nav li:hover > a {
  color: #b41b1e;
}
header nav li:hover .subnav {
  display: block;
}
header nav li.active > a {
  font-weight: bold;
  border-color: #b41b1e;
}
header nav li a {
  display: block;
  margin: 0 0.5em;
  padding: 0 1em;
  height: 90px;
  text-align: center;
  border-bottom: 4px solid #fff;
  transition: border-color 0.3s linear;
  -moz-transition: border-color 0.3s linear;
  -webkit-transition: border-color 0.3s linear;
  -o-transition: border-color 0.3s linear;
}
header nav li a:hover {
  text-decoration: none;
}
header nav .subnav {
  display: none;
  position: absolute;
  z-index: 100;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  padding-top: 15px;
}
header nav .subnav:before {
  position: absolute;
  top: 1px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 0;
  height: 0;
  content: "";
  border: 10px solid #fff;
  border-width: 7px 10px;
  border-color: transparent transparent #fff;
}
header nav .subnav a {
  display: block;
  margin: 0;
  padding: 0 1.5em;
  height: 2.5em;
  line-height: 2.5em;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
  background-color: #fff;
  border: none;
  box-shadow: 0.5em 0.5em 0.5em rgba(0, 0, 0, 0.15);
}
header nav .subnav a:hover {
  background-color: #f5f5f5;
}
#banner-home {
  height: 780px;
  overflow: hidden;
  background-color: #e6e6e6;
  background-position: 50% 0;
}
#banner-home ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#banner-home .slider-buttons {
  bottom: 80px;
}
#banner-home .slider-buttons a {
  margin: 0 5px;
  width: 40px;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0;
}
#banner-home .slider-buttons a.active {
  background-color: #fff;
}
.home-stat {
  position: relative;
  margin-top: -50px;
  height: 200px;
  overflow: hidden;
}
.home-stat ul {
  margin: 0;
  padding: 0;
  list-style: none;
  zoom: 1;
}
.home-stat ul:before,
.home-stat ul:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.home-stat ul:after {
  clear: both;
}
.home-stat ul li {
  float: left;
  width: 25%;
  height: 200px;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.home-stat ul li:nth-child(4n+1) {
  background-color: #59a9cc;
}
.home-stat ul li:nth-child(4n+2) {
  background-color: #73bad6;
}
.home-stat ul li:nth-child(4n+3) {
  background-color: #a2d2e8;
}
.home-stat ul li:nth-child(4n) {
  background-color: #b4dbec;
}
.home-stat ul li big {
  display: block;
  margin-top: 60px;
  font-size: 48px;
}
.home-stat ul li big small {
  font-size: 18px;
}
#banner {
  position: relative;
  height: 300px;
  text-align: center;
  background: #e6e6e6;
  background-position: 50% 0;
}
#banner label {
  position: absolute;
  z-index: 1;
  left: 50%;
  margin-left: -600px;
  padding-top: 60px;
  width: 300px;
  height: 232px;
  font-size: 36px;
  color: #fff;
  background: url(../images/arrow-down.svg) no-repeat 50% 100%;
  background-size: 300% auto;
}
#banner label:after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 8px;
  width: 300px;
  height: 237px;
  content: "";
  background: url(../images/arrow-down.svg) no-repeat 50% 100%;
  background-size: 300% auto;
  opacity: 0.2;
}
#banner label small {
  display: block;
  font-size: 18px;
}
section {
  margin-top: 110px;
}
section.home-news .home-news-box {
  margin-top: 50px;
}
section.home-news .home-news-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -15px;
  zoom: 1;
}
section.home-news .home-news-box ul:before,
section.home-news .home-news-box ul:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
section.home-news .home-news-box ul:after {
  clear: both;
}
section.home-news .home-news-box li {
  float: left;
  margin-left: 15px;
  width: 390px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
section.home-news .home-news-box li:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
section.home-news .home-news-box li a {
  display: block;
}
section.home-news .home-news-box li a:hover {
  text-decoration: none;
}
section.home-news .home-news-box li img {
  display: block;
  width: 100%;
  height: 234px;
  background-color: #eee;
}
section.home-news .home-news-box li .title {
  position: relative;
  margin-top: 20px;
  padding: 0 20px;
  max-width: 100%;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
  font-size: 20px;
}
section.home-news .home-news-box li .title:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  content: "";
  background-color: #b41b1e;
}
section.home-news .home-news-box li .date {
  padding: 0.5em 0 0.5em 20px;
  color: rgba(51, 51, 51, 0.65);
}
section.home-news .home-news-box li .summary {
  padding: 0 20px 20px;
  max-width: 100%;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
  color: rgba(51, 51, 51, 0.65);
}
section.home-activity {
  padding: 75px 0;
  background: #555 url(../images/activity-bg.jpg) no-repeat 50% 0 / cover;
}
section.home-activity h1 {
  color: #fff;
}
section.home-activity h1 small {
  color: rgba(255, 255, 255, 0.75);
}
section.home-activity h1 a.more {
  color: #fff;
  border-color: #fff;
}
section.home-activity .home-activity-box {
  margin-top: 50px;
}
section.home-activity .home-activity-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -20px;
  zoom: 1;
}
section.home-activity .home-activity-box ul:before,
section.home-activity .home-activity-box ul:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
section.home-activity .home-activity-box ul:after {
  clear: both;
}
section.home-activity .home-activity-box li {
  float: left;
  margin-left: 20px;
  width: 285px;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
section.home-activity .home-activity-box li:hover {
  background-color: #fff;
}
section.home-activity .home-activity-box li:hover .title {
  border-color: rgba(0, 0, 0, 0.1);
}
section.home-activity .home-activity-box li:hover p {
  color: rgba(51, 51, 51, 0.75);
}
section.home-activity .home-activity-box a {
  display: block;
  padding: 30px;
  color: #fff;
}
section.home-activity .home-activity-box a:hover {
  color: #333;
  text-decoration: none;
}
section.home-activity .home-activity-box .title {
  height: 3.5em;
  font-size: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
section.home-activity .home-activity-box p {
  color: rgba(255, 255, 255, 0.75);
}
section.home-activity .home-activity-box i.fa {
  margin-right: 0.5em;
}
section.home-client .home-client-box {
  position: relative;
  margin-top: 70px;
  overflow: hidden;
}
section.home-client .home-client-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 30px 0 30px -35px;
  height: 260px;
  zoom: 1;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
section.home-client .home-client-box ul:before,
section.home-client .home-client-box ul:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
section.home-client .home-client-box ul:after {
  clear: both;
}
section.home-client .home-client-box ul li {
  float: left;
  margin-left: 35px;
  width: 200px;
  cursor: pointer;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
section.home-client .home-client-box ul li.active {
  margin: 0 30px 0 65px;
}
section.home-client .home-client-box ul li.active img {
  border: 2px solid #b41b1e;
  -webkit-transform: scale(1.3);
}
section.home-client .home-client-box ul li img {
  display: block;
  width: 200px;
  height: 200px;
  background: #eee;
  border: 1px solid #999;
  border-radius: 100%;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
section.home-client .home-client-box ul li .data {
  display: none;
}
section.home-client .home-client-box .client-info {
  margin: 70px 220px 0;
  text-align: center;
}
section.home-client .home-client-box .client-info .title {
  height: 50px;
  font-size: 20px;
  font-weight: bold;
}
section.home-client .home-client-box .client-info .summary {
  height: 56px;
  line-height: 28px;
  overflow: hidden;
  font-size: 15px;
  color: rgba(51, 51, 51, 0.75);
}
section.home-client .home-client-box .navigator {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
section.home-client .home-client-box .navigator .prev,
section.home-client .home-client-box .navigator .next {
  position: absolute;
  bottom: 10px;
  font-size: 40px;
  text-align: center;
  color: rgba(51, 51, 51, 0.5);
  cursor: pointer;
}
section.home-client .home-client-box .navigator .prev.disabled,
section.home-client .home-client-box .navigator .next.disabled {
  pointer-events: none;
  opacity: 0.25;
}
section.home-client .home-client-box .navigator .prev {
  left: 85px;
}
section.home-client .home-client-box .navigator .next {
  right: 85px;
}
section.home-partner,
section.partner-list {
  padding: 75px 0;
  background-color: #f8f8f8;
}
section.home-partner .home-partner-box,
section.partner-list .home-partner-box {
  margin-top: 50px;
}
section.home-partner .home-partner-box ul,
section.partner-list .home-partner-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: -20px 0 0 -20px;
  zoom: 1;
}
section.home-partner .home-partner-box ul:before,
section.partner-list .home-partner-box ul:before,
section.home-partner .home-partner-box ul:after,
section.partner-list .home-partner-box ul:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
section.home-partner .home-partner-box ul:after,
section.partner-list .home-partner-box ul:after {
  clear: both;
}
section.home-partner .home-partner-box li,
section.partner-list .home-partner-box li {
  float: left;
  margin: 20px 0 0 20px;
  width: 285px;
}
section.home-partner .home-partner-box li a,
section.partner-list .home-partner-box li a {
  display: block;
}
section.home-partner .home-partner-box li img,
section.partner-list .home-partner-box li img {
  display: block;
  width: 285px;
  height: 142px;
  background: #fff;
}
section.partner-list {
  margin-top: 0;
  padding-top: 0;
}
section.partner-list .home-partner-box {
  margin-top: 30px;
}
section h1 {
  position: relative;
  margin: 0;
  font-size: 36px;
  font-weight: normal;
}
section h1 small {
  display: block;
  position: relative;
  margin-top: 0.75em;
  padding-top: 1em;
  font-size: 16px;
  color: rgba(51, 51, 51, 0.75);
}
section h1 small:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 3px;
  content: "";
  background-color: #b41b1e;
}
section h1 a.more {
  position: absolute;
  right: 0;
  bottom: 1em;
  padding: 0 2.5em;
  line-height: 2.5em;
  font-size: 18px;
  color: #b41b1e;
  border: 1px solid #b41b1e;
}
.breadcrumb {
  height: 4em;
  line-height: 4em;
  color: #999;
  text-align: right;
}
.breadcrumb a {
  color: #777;
}
.breadcrumb a.omega {
  color: #b41b1e;
}
.breadcrumb i {
  margin: 0 0.5em;
}
#subnav {
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
}
#subnav a {
  display: inline-block;
  position: relative;
  margin: 0 2em;
  padding: 0 2em;
  height: 75px;
  line-height: 75px;
}
#subnav a.active {
  color: #b41b1e;
}
#subnav a.active:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  background-color: #b41b1e;
}
aside {
  margin-bottom: 50px;
}
.aside-cate {
  margin-right: 30px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.aside-cate ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 1em 0;
}
.aside-cate li {
  position: relative;
  padding: 0.5em 0;
}
.aside-cate li a {
  display: block;
  position: relative;
  padding-left: 40px;
  line-height: 1.75;
  font-size: 16px;
}
.aside-cate li i {
  position: absolute;
  top: 0.5em;
  right: 20px;
  line-height: 1.75;
  font-size: 16px;
  cursor: pointer;
}
.aside-cate li.active > a {
  color: #b41b1e;
}
.aside-cate li.active > a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  content: "";
  background-color: #b41b1e;
}
.aside-cate li.active i {
  transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  color: #b41b1e;
}
.aside-cate li.active .subcate {
  display: block;
}
.aside-cate li.active.dropdown > a {
  color: #333;
}
.aside-cate li .subcate {
  display: none;
}
.aside-cate li .subcate a {
  display: block;
  margin: 0.25em 0;
  padding-left: 60px;
  line-height: 2;
  font-size: 14px;
}
.aside-cate li .subcate a.active {
  color: #b41b1e;
}
.aside-contact {
  margin: 20px 30px 0 0;
  padding: 10px 0;
  background-color: #fff;
  border: 1px solid #ddd;
}
.aside-contact h2 {
  position: relative;
  margin: 0;
  padding-left: 40px;
  line-height: 1.75;
  font-size: 16px;
  font-weight: normal;
}
.aside-contact h2:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  content: "";
  background-color: #b41b1e;
}
.aside-contact .aside-contact-box {
  padding: 10px 25px;
}
.aside-contact .aside-contact-box p {
  margin: 0.25em 0;
}
.main {
  margin-bottom: 50px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.main.nonebg {
  background: transparent;
  border: none;
}
.main h2.cate {
  margin: 0 0 20px;
  font-size: 20px;
}
.main h2.title {
  margin: 0;
  font-size: 20px;
}
.fuhua {
  margin-bottom: 50px;
}
.fuhua .bged {
  margin-top: 55px;
  background-color: #eee;
}
.fuhua h1.title {
  margin: 1.5em 0 0.5em;
  font-size: 36px;
  text-align: center;
}
.fuhua .subtitle {
  font-size: 24px;
  text-align: center;
}
.fuhua .cover {
  margin-top: 50px;
}
.fuhua .cover img {
  display: block;
  width: 100%;
  min-height: 100px;
  background-color: #eee;
}
.fuhua .desc {
  margin: 50px 0 0 50px;
  line-height: 1.75;
}
.fuhua .desc big {
  display: block;
  margin-bottom: 1.5em;
  font-size: 18px;
  font-weight: bold;
}
.fuhua .list {
  margin: 50px 0 75px;
}
.fuhua .list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  zoom: 1;
}
.fuhua .list ul:before,
.fuhua .list ul:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fuhua .list ul:after {
  clear: both;
}
.fuhua .list li {
  float: left;
  margin-left: 15px;
  width: 390px;
  background-color: #fff;
}
.fuhua .list li:first-child {
  margin-left: 0;
}
.fuhua .list li:nth-child(1) .list-title {
  background-image: url(../images/fuhua-list-1.jpg);
}
.fuhua .list li:nth-child(2) .list-title {
  background-image: url(../images/fuhua-list-2.jpg);
}
.fuhua .list li:nth-child(3) .list-title {
  background-image: url(../images/fuhua-list-3.jpg);
}
.fuhua .list .list-title {
  height: 200px;
  line-height: 200px;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #ddd;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.fuhua .list .list-desc {
  line-height: 4em;
  text-align: center;
}
.fuhua .feature {
  margin: 75px 0 10px;
  padding: 50px 0;
  text-align: center;
  background-color: rgba(65, 155, 192, 0.125);
}
.fuhua .feature.feature-alpha {
  margin-right: 15px;
}
.fuhua .feature.feature-omega {
  margin-left: 15px;
}
.fuhua .feature h2.title {
  margin: 0;
  font-size: 30px;
  color: #419bc0;
}
.fuhua .feature .feature-desc {
  margin-top: 2.5em;
}
.fuhua .album {
  margin: 40px 0 0;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  zoom: 1;
}
.fuhua .album:before,
.fuhua .album:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fuhua .album:after {
  clear: both;
}
.fuhua .album .navigation {
  float: left;
  width: 160px;
  text-align: center;
}
.fuhua .album .navigation a {
  display: block;
  font-size: 18px;
}
.fuhua .album .navigation a.active {
  color: #fff;
  text-decoration: none;
  background-color: #b41b1e;
}
.fuhua .album .album-box {
  float: left;
  width: 1040px;
  height: 624px;
  overflow: hidden;
}
.fuhua .album .album-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.fuhua .album .album-box ul li img {
  display: block;
  height: 624px;
  background-color: #ddd;
}
.fuhua .grids {
  margin: 40px 0;
}
.fuhua .grids ul {
  margin: 0;
  padding: 0;
  list-style: none;
  zoom: 1;
}
.fuhua .grids ul:before,
.fuhua .grids ul:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fuhua .grids ul:after {
  clear: both;
}
.fuhua .grids ul li {
  float: left;
  width: 300px;
  height: 200px;
  line-height: 200px;
  font-size: 28px;
  color: #fff;
  text-align: center;
  background-color: #333;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.college .college-banner {
  position: relative;
  z-index: 1;
  margin-top: -30px;
}
.college .college-banner a {
  display: block;
}
.college .college-banner img {
  display: block;
  width: 100%;
  height: 480px;
  background: #ddd;
}
.college .college-video {
  position: relative;
  z-index: 1;
  margin-top: -30px;
}
.college .college-video a {
  display: block;
}
.college .college-video img {
  display: block;
  width: 100%;
  height: 600px;
  background: #ddd;
}
.college .college-info {
  padding: 20px 30px;
  background: #eee;
}
.college .college-info h2.title {
  position: relative;
  margin: 0;
  padding-bottom: 10px;
  line-height: 2;
  font-size: 20px;
  border-bottom: 1px dotted rgba(51, 51, 51, 0.5);
}
.college .college-info h2.title:before {
  position: absolute;
  top: 0;
  left: -10px;
  width: 0;
  height: 0;
  content: "";
  border: 5px solid #b41b1e;
  border-color: #b41b1e transparent transparent #b41b1e;
}
.college .college-info .box {
  padding-top: 1em;
  line-height: 1.75;
}
.college .college-info .box p {
  margin: 0.5em 0;
}
.college .bged {
  margin-top: 50px;
  padding: 50px 0;
  background-color: #eee;
}
.college .bged .college-news {
  padding: 30px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.college .bged .college-news h2.title {
  margin: 0;
  font-size: 20px;
}
.college .bged .college-news .box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.college .bged .college-news .box li {
  padding: 20px 0;
  border-top: 1px solid #ddd;
}
.college .bged .college-news .box li:first-child {
  border-top: none;
}
.college .bged .college-news .box a {
  display: block;
  zoom: 1;
}
.college .bged .college-news .box a:before,
.college .bged .college-news .box a:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.college .bged .college-news .box a:after {
  clear: both;
}
.college .bged .college-news .box a:hover {
  text-decoration: none;
}
.college .bged .college-news .box a:hover .title {
  color: #b41b1e;
}
.college .bged .college-news .box img {
  float: left;
  margin-right: 28px;
  width: 180px;
  height: 108px;
  background-color: #ddd;
}
.college .bged .college-news .box .title {
  font-size: 18px;
}
.college .bged .college-news .box .date {
  margin-top: 10px;
  color: rgba(51, 51, 51, 0.75);
}
.college .bged .college-news .box .summary {
  margin-top: 10px;
  line-height: 1.75;
  color: rgba(51, 51, 51, 0.75);
}
.college-article {
  margin: 0 auto 30px;
}
.college-article article {
  overflow: hidden;
  background: #fff;
}
.college-article article .content {
  margin: 0 85px;
}
.lesson-filter {
  padding: 0.5em 39px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.lesson-filter dl {
  line-height: 2;
  zoom: 1;
}
.lesson-filter dl:before,
.lesson-filter dl:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.lesson-filter dl:after {
  clear: both;
}
.lesson-filter dl dt {
  float: left;
  padding: 0.25em 0;
  width: 80px;
  color: rgba(51, 51, 51, 0.75);
}
.lesson-filter dl dd {
  float: left;
  margin-left: 40px;
  padding: 0.25em 0;
  width: 700px;
}
.lesson-filter dl a {
  display: inline-block;
  padding: 0 1em;
  cursor: pointer;
}
.lesson-filter dl a.active {
  color: #fff;
  background-color: #b41b1e;
}
.lesson-list {
  margin-top: 30px;
  background-color: #fff;
}
.lesson-list table {
  width: 100%;
}
.lesson-list table thead tr {
  background-color: #eee;
}
.lesson-list table thead th {
  padding: 0.75em 1em;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  border: 1px solid #ddd;
}
.lesson-list table thead td {
  padding: 0.75em 0;
  text-align: center;
  background-color: #f6f6f6;
  border: 1px solid #ddd;
}
.lesson-list table tbody td {
  padding: 0.75em 0;
  text-align: center;
  border: 1px solid #ddd;
}
.course-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: -30px 0 0 -30px;
  zoom: 1;
}
.course-list ul:before,
.course-list ul:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.course-list ul:after {
  clear: both;
}
.course-list ul li {
  float: left;
  position: relative;
  margin: 30px 0 0 30px;
  width: 435px;
  background: #fff;
  border: 1px solid #ddd;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.course-list ul li:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
.course-list ul li a {
  display: block;
  position: relative;
  padding-right: 15px;
  zoom: 1;
}
.course-list ul li a:before,
.course-list ul li a:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.course-list ul li a:after {
  clear: both;
}
.course-list ul li a img {
  float: left;
  width: 180px;
  height: 180px;
  background: #eee;
}
.course-list ul li a .title {
  float: left;
  margin: 25px 0 0 13px;
  width: 225px;
  font-size: 18px;
}
.course-list ul li a .time,
.course-list ul li a .address {
  float: left;
  margin: 15px 0 0 13px;
  width: 225px;
  line-height: 1;
  color: rgba(51, 51, 51, 0.65);
}
.course-list ul li a .time {
  margin-top: 20px;
}
.course-list ul li a .apply {
  position: absolute;
  right: 15px;
  bottom: 15px;
  color: #b41b1e;
}
.course-list ul li .label {
  position: absolute;
  top: -6px;
  right: -6px;
  padding: 0 1em;
  line-height: 28px;
  color: #fff;
  background: #b41b1e;
}
.course-list ul li .label:before {
  position: absolute;
  z-index: 0;
  left: -10px;
  top: 0;
  width: 0;
  height: 0;
  content: "";
  border: 14px solid #b41b1e;
  border-width: 14px 10px;
  border-color: #b41b1e #b41b1e #b41b1e transparent;
}
.course-list ul li .label:after {
  position: absolute;
  top: 100%;
  right: 0;
  width: 0;
  height: 0;
  content: "";
  border: 3px solid green;
  border-color: #881417 transparent transparent #881417;
}
.course-list ul li .label.disabled {
  background-color: #999;
}
.course-list ul li .label.disabled:before {
  border-color: #999 #999 #999 transparent;
}
.course-list ul li .label.disabled:after {
  border-color: #808080 transparent transparent #808080;
}
.apply-form {
  margin-top: 30px;
  padding: 40px 60px 40px 518px;
  background: #ddd url(../images/course-form-bg.jpg) no-repeat 100% 50%;
}
.apply-form .title {
  margin-bottom: 20px;
  line-height: 1;
  font-size: 20px;
  text-align: center;
}
.apply-form ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.apply-form ul li {
  margin-top: 12px;
}
.apply-form input[type=text],
.apply-form select,
.apply-form button {
  display: block;
  width: 100%;
  height: 38px;
  border: none;
}
.apply-form input[type=text],
.apply-form select {
  padding: 0 0.75em;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.apply-form button {
  font-size: 16px;
  color: #fff;
  background-color: #419bc0;
}
.apply-form button[disabled] {
  background-color: #999;
}
.course {
  margin-bottom: 50px;
}
.course h1.title {
font-size: 28px;
    text-align: center;
    font-weight: normal;
    margin-top: 10px;
}
.course .subtitle {
  font-size: 16px;
}
.course .course-advantage,
.course .course-background {
  margin-top: 20px;
  background-color: #fff;
  border: 1px solid #419bc0;
}
.course .course-advantage h2,
.course .course-background h2 {
  margin: 0;
  padding: 0 19px 0 49px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #419bc0;
  background-position: 20px 50%;
  background-repeat: no-repeat;
}
.course .course-advantage .box,
.course .course-background .box {
  padding: 0 20px 10px;
  line-height: 1.75;
}
.course .course-advantage h2 {
  background-image: url(../images/course-icon-advantage-blue.png);
}
.course .course-background h2 {
  background-image: url(../images/course-icon-background-blue.png);
}
.course .course-client {
  margin-top: 20px;
  background-color: #fff;
  border: 1px solid #419bc0;
}
.course .course-client h2 {
  margin: 0;
  padding: 0 19px 0 49px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #419bc0;
  background: url(../images/course-icon-client.png) no-repeat 19px 50%;
}
.course .course-client .box {
  padding: 0 19px 10px;
  line-height: 1.75;
}
.course .course-client .box p {
  margin: 0.5em 0;
}
.course .course-config {
  margin-top: 20px;
}
.course .course-config h2 {
  margin: 0;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
}
.course .course-config .box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: -15px;
  zoom: 1;
}
.course .course-config .box ul:before,
.course .course-config .box ul:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.course .course-config .box ul:after {
  clear: both;
}
.course .course-config .box ul li {
  float: left;
  position: relative;
  margin-top: 15px;
  padding: 15px 0 15px 80px;
  width: 33.3333%;
  line-height: 2;
}
.course .course-config .box ul li:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 60px;
  height: 75px;
  content: "";
  background-position: 50%;
  background-repeat: no-repeat;
}
.course .course-config .box ul li.config-1:before {
  background-image: url(../images/course-icon-config-1.png);
}
.course .course-config .box ul li.config-2:before {
  background-image: url(../images/course-icon-config-2.png);
}
.course .course-config .box ul li.config-3:before {
  background-image: url(../images/course-icon-config-3.png);
}
.course .course-config .box ul li.config-4:before {
  background-image: url(../images/course-icon-config-4.png);
}
.course .course-config .box ul li.config-5:before {
  background-image: url(../images/course-icon-config-5.png);
}
.course .course-config .box ul li.config-6:before {
  background-image: url(../images/course-icon-config-6.png);
}
.course .course-config .box ul li .label_hd {
  font-size: 16px;
}
.course .course-config .box ul li .value {
  color: rgba(51, 51, 51, 0.75);
}
.course .course-form {
  padding-left: 820px;
}
#subcate {
  margin-top: 25px;
  height: 35px;
  line-height: 35px;
}
#subcate a {
  display: inline-block;
  position: relative;
  margin-right: 20px;
  width: 110px;
  font-size: 15px;
  text-align: center;
  border: 1px solid #ddd;
  border-width: 1px 0;
}
#subcate a:before,
#subcate a:after {
  position: absolute;
  top: 0;
  width: 4px;
  height: 100%;
  content: "";
  background: #fff;
  border-width: 0;
  border-style: solid;
  border-color: #ddd;
}
#subcate a:before {
  left: 0;
  border-right-width: 1px;
}
#subcate a:after {
  right: 0;
  border-left-width: 1px;
}
#subcate a.active {
  color: #fff;
  background: #b41b1e;
  border-color: #b41b1e;
}
#subcate a.active:before,
#subcate a.active:after {
  border-color: #b41b1e;
}
.product-list {
  margin-top: 20px;
}
.product-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -15px;
  zoom: 1;
}
.product-list ul:before,
.product-list ul:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.product-list ul:after {
  clear: both;
}
.product-list ul li {
  float: left;
  margin: 15px 0 0 15px;
  width: 310px;
}
.product-list ul li a {
  display: block;
}
.product-list ul li a:hover {
  text-decoration: none;
}
.product-list ul li a:hover .title {
  background: #b41b1e;
}
.product-list ul li a .avatar {
  background: #eee;
}
.product-list ul li a .avatar img {
  display: block;
  height: 248px;
}
.product-list ul li a .title {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: #555;
  max-width: 100%;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.article-list {
  margin-top: 20px;
}
.article-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: -15px 0 0 -15px;
  zoom: 1;
}
.article-list ul:before,
.article-list ul:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.article-list ul:after {
  clear: both;
}
.article-list li {
  float: left;
  margin: 15px 0 0 15px;
  width: 290px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.article-list li:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
.article-list li a {
  display: block;
}
.article-list li a:hover {
  text-decoration: none;
}
.article-list li img {
  display: block;
  width: 100%;
  height: 174px;
  background-color: #ddd;
}
.article-list li .title {
  position: relative;
  margin-top: 20px;
  padding: 0 20px;
  max-width: 100%;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
  font-size: 16px;
}
.article-list li .title:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  content: "";
  background-color: #b41b1e;
}
.article-list li .date {
  padding: 0.5em 0 0.5em 20px;
  color: rgba(51, 51, 51, 0.65);
}
.article-list li .summary {
  padding: 0 20px 20px;
  max-width: 100%;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: calc(1em + 20px);
  line-height: 1;
  color: rgba(51, 51, 51, 0.65);
}
.article-picture-list {
  padding: 20px 30px;
}
.article-picture-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.article-picture-list li {
  padding: 20px 0;
  border-top: 1px solid #ddd;
}
.article-picture-list li:first-child {
  border-top: none;
}
.article-picture-list li a {
  display: block;
  zoom: 1;
}
.article-picture-list li a:before,
.article-picture-list li a:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.article-picture-list li a:after {
  clear: both;
}
.article-picture-list li a:hover .title {
  color: #b41b1e;
}
.article-picture-list li img {
  float: left;
  margin-right: 28px;
  width: 180px;
  height: 108px;
  background: #eee;
}
.article-picture-list li .title {
  float: left;
  width: 630px;
  line-height: 1;
  font-size: 20px;
}
.article-picture-list li .date {
  float: left;
  margin-top: 10px;
  color: rgba(51, 51, 51, 0.75);
}
.article-picture-list li .summary {
  float: left;
  margin-top: 10px;
  width: 630px;
  color: rgba(51, 51, 51, 0.75);
}
.feedback {
  margin-top: 40px;
}
.feedback p {
  text-align: center;
}
.feedback table {
  margin-top: 15px;
  width: 100%;
}
.feedback table tbody tr td {
  padding: 0.5em 1em;
}
.feedback table tbody tr td:first-child {
  text-align: right;
}
.feedback table tbody tr td input {
  width: 400px;
}
.feedback table tbody tr td textarea {
  width: 400px;
  resize: none;
}
.feedback table tbody tr td button {
  color: #fff;
  background-color: #b41b1e;
}
footer {
  position: fixed;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 50px 0 30px;
  color: #ccc;
  background: #393939;
}
footer a {
  color: #ccc;
}
footer .footer-nav {
  font-size: 16px;
}
footer .footer-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  zoom: 1;
}
footer .footer-nav ul:before,
footer .footer-nav ul:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
footer .footer-nav ul:after {
  clear: both;
}
footer .footer-nav li {
  float: left;
  padding-right: 60px;
  width: 200px;
}
footer .footer-nav dl {
  margin: 0;
}
footer .footer-nav dt {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
footer .footer-nav dt a {
  font-size: 20px;
  color: #fff;
}
footer .footer-nav dd {
  margin: 0;
  padding-top: 10px;
}
footer .footer-nav dd a {
  display: block;
  line-height: 2;
}
footer .footer-hotline {
  font-size: 16px;
}
footer .footer-hotline big {
  display: block;
  padding: 10px 0 20px;
  font-size: 24px;
  color: #fff;
}
footer .footer-sns {
  text-align: right;
}
footer .footer-sns a {
  display: inline-block;
  position: relative;
  margin-left: 15px;
}
footer .footer-sns a:hover {
  color: #393939;
}
footer .footer-sns a:hover i.fa {
  background-color: #fff;
  border-color: #fff;
}
footer .footer-sns a:hover .pop {
  display: block;
}
footer .footer-sns i.fa {
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 24px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 100%;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
footer .footer-sns .pop {
  display: none;
  position: absolute;
  z-index: 2;
  right: calc(100% + 10px);
  top: 50%;
  padding: 5px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
footer .footer-sns .pop:after {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%) scaleY(1.5) rotateZ(45deg);
  -webkit-transform: translate(-50%, -50%) scaleY(1.5) rotateZ(45deg);
  -moz-transform: translate(-50%, -50%) scaleY(1.5) rotateZ(45deg);
  -ms-transform: translate(-50%, -50%) scaleY(1.5) rotateZ(45deg);
  content: "";
  width: 7px;
  height: 7px;
  background-color: #fff;
}
footer .footer-sns .pop img {
  display: block;
}
footer .footer-links {
  margin-top: 20px;
  padding: 30px 0 20px;
  line-height: 2;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
footer .footer-links a {
  display: inline-block;
  padding: 0 0.75em;
  line-height: 1;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
footer .footer-links a:first-child {
  border: none;
}
footer .copyright {
  text-align: center;
}
footer .copyright p {
  margin: 0;
}
footer .copyright a {
  color: #ccc;
}
#product-detail-pop {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
#product-detail-pop .product-detail-pop {
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  margin: -290px 0 0 -480px;
  width: 960px;
  height: 580px;
  background: #fff;
}
#product-detail-pop .product-detail-pop .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 22px;
  height: 22px;
  background: url(../images/close.png);
  cursor: pointer;
}
.product-detail {
  position: relative;
  padding: 20px 20px 20px 445px;
}
.product-detail .avatar {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 405px;
  overflow: hidden;
}
.product-detail .avatar img {
  display: block;
  height: 540px;
}
.product-detail .logo {
  margin-top: 20px;
  height: 107px;
  background: url(../images/product-logo.png) no-repeat 50% 0;
}
.product-detail .title {
  margin: 40px 0 0;
  height: 24px;
  line-height: 24px;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}
.product-detail .desc {
  margin-top: 20px;
  padding-top: 5px;
  height: 298px;
  line-height: 1.75em;
  overflow: auto;
  border-top: 1px solid #e5e5e5;
}
.product-detail .related {
  height: 30px;
  line-height: 30px;
  zoom: 1;
}
.product-detail .related:before,
.product-detail .related:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.product-detail .related:after {
  clear: both;
}
.product-detail .related span {
  float: left;
  width: 50%;
  height: 30px;
  text-align: right;
}
.product-detail .related span:first-child {
  text-align: left;
}
.product-detail .related span:first-child a {
  padding-right: 0;
  padding-left: 30px;
  background-image: url(../images/product-prev.png);
  background-position: 0 50%;
}
.product-detail .related span a {
  display: inline-block;
  padding-right: 30px;
  background: url(../images/product-next.png) no-repeat 100% 50%;
}
article {
  padding: 0 2.5em;
}
article h1.title {
  margin-top: 1.25em;
  font-size: 1.857em;
  font-weight: normal;
  text-align: center;
}
article .info {
  padding: 0.75em 0;
  color: #666666;
  text-align: center;
}
article .content,
article .content p,
article .content div,
article .contact,
article .contact p,
article .contact div {
  font-size: 1em;
}
article .content,
article .contact {
  padding: 1em 0;
  line-height: 2em;
  overflow: hidden;
}
article .content h2,
article .contact h2 {
  margin-bottom: 0;
  font-weight: normal;
  color: #b41b1e;
}
article .content a,
article .contact a {
  border-bottom: 1px dotted #999;
}
article .content table,
article .contact table {
  margin: 10px 0;
  width: 100%;
}
article .content table thead th,
article .contact table thead th {
  padding: 0.75em 0.5em;
  color: #fff;
  background: #b41b1e;
}
article .content table tbody tr:nth-child(even),
article .contact table tbody tr:nth-child(even) {
  background: #f7f7f7;
}
article .content table th,
article .contact table th,
article .content table td,
article .contact table td {
  padding: 0.5em;
  line-height: 1.5em;
  text-align: center;
  border: 1px solid #ccc;
}
article .content table th p,
article .contact table th p,
article .content table td p,
article .contact table td p {
  margin: 0;
  padding: 0;
  text-indent: 0;
}
article .content img,
article .contact img {
  margin: 0.5em 0;
  max-width: 100%;
  vertical-align: top;
}
article .content .history,
article .contact .history {
  position: relative;
}
article .content .history .control,
article .contact .history .control {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
article .content .history .control ul,
article .contact .history .control ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
article .content .history .control ul li,
article .contact .history .control ul li {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -7px;
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/ico-history.png) no-repeat 0 -15px;
  cursor: pointer;
}
article .content .history .control ul li:first-child,
article .contact .history .control ul li:first-child {
  right: auto;
  left: 0;
  background-position: 0 0;
}
article .content .history .box,
article .contact .history .box {
  margin: 0 15px;
  overflow: hidden;
}
article .content .history .box ul,
article .contact .history .box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  zoom: 1;
}
article .content .history .box ul:before,
article .contact .history .box ul:before,
article .content .history .box ul:after,
article .contact .history .box ul:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
article .content .history .box ul:after,
article .contact .history .box ul:after {
  clear: both;
}
article .content .history .box ul li,
article .contact .history .box ul li {
  position: relative;
  float: left;
  padding: 0 15px;
  width: 225px;
  border-top: 1px solid #d9d9d9;
}
article .content .history .box ul li:before,
article .contact .history .box ul li:before {
  position: absolute;
  bottom: 100%;
  left: 30px;
  content: "";
  width: 1px;
  height: 50px;
  background: #d9d9d9;
}
article .content .history .box ul li:after,
article .contact .history .box ul li:after {
  position: absolute;
  bottom: 100%;
  left: 24px;
  margin-bottom: -6px;
  content: "";
  width: 11px;
  height: 11px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 100px;
}
article .content .history .box ul li:nth-child(odd):before,
article .contact .history .box ul li:nth-child(odd):before {
  top: 0;
  bottom: auto;
}
article .content .history .box ul li:nth-child(odd) label,
article .contact .history .box ul li:nth-child(odd) label {
  margin: 40px 0 0;
  bottom: auto;
  top: 0;
}
article .content .history .box ul li:nth-child(odd) .desc,
article .contact .history .box ul li:nth-child(odd) .desc {
  margin: 80px 0 0;
  bottom: auto;
  top: 0;
}
article .content .history .box ul li label,
article .contact .history .box ul li label {
  position: absolute;
  margin: 0 0 40px;
  bottom: 100%;
  left: 40px;
  font-size: 2em;
}
article .content .history .box ul li .desc,
article .contact .history .box ul li .desc {
  position: absolute;
  margin: 0 0 80px;
  bottom: 100%;
  left: 40px;
  line-height: 1.75em;
}
article .content .history .box ul li .desc p,
article .contact .history .box ul li .desc p {
  margin: 0;
}
article .related {
  position: relative;
  margin: 10px 0 20px;
  padding-top: 20px;
  line-height: 1.5em;
  border-top: 1px solid #e6e6e6;
}
article .related span {
  display: block;
  color: #999;
  vertical-align: top;
}
article .related span a {
  display: inline-block;
  color: #777;
}
article .related .backtolist {
  padding-left: 25px;
  line-height: 3em;
  background: url(../images/return.png) no-repeat 0 50%;
}
article .course-form {
  padding-left: 448px;
}
.course-form {
  margin-top: 30px;
  padding: 40px 60px 40px 518px;
  background: #ddd url(../images/course-form-bg.jpg) no-repeat 100% 50%;
}
.course-form .title {
  margin-bottom: 20px;
  line-height: 1;
  font-size: 20px;
  text-align: center;
}
.course-form ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.course-form ul li {
  margin-top: 12px;
}
.course-form input[type=text],
.course-form select,
.course-form button {
  display: block;
  width: 100%;
  height: 38px;
  border: none;
}
.course-form input[type=text],
.course-form select {
  padding: 0 0.75em;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.course-form button {
  font-size: 16px;
  color: #fff;
  background-color: #419bc0;
}
.course-form button[disabled] {
  background-color: #999;
}
.contact-info h1 {
  font-size: 28px;
  font-weight: normal;
}
.contact-info p {
  margin: 0.5em 0;
}
.contact-qrcode {
  float: right;
  margin-top: 50px;
}
.contact-qrcode img {
  width: 105px;
  margin-left: 25px;
}
.contact-qrcode img:first-child {
  margin-left: 0;
}
.contact-qrcode .qrcode-desc {
  margin-top: 15px;
  text-align: center;
}
.contact-branches {
  margin: 10px 0 50px;
}
.contact-branch {
  margin-top: 30px;
}
.contact-branch h1 {
  position: relative;
  margin: 0 0 0.75em;
  padding-left: 15px;
  font-size: 16px;
}
.contact-branch h1:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  content: "";
  background: #419bc0;
}
.contact-branch .address {
  padding-left: 15px;
  line-height: 1.5;
}
.contact-branch .address p {
  margin: 0.5em 0;
}
#map {
  margin-top: 40px;
  height: 560px;
}
#map .anchorBL {
  display: none;
}
.photo-list {
  margin-top: 20px;
}
.photo-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -20px;
  zoom: 1;
}
.photo-list ul:before,
.photo-list ul:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.photo-list ul:after {
  clear: both;
}
.photo-list ul li {
  float: left;
  margin: 20px 0 0 20px;
  width: 225px;
}
.photo-list ul li a {
  display: block;
}
.photo-list ul li a img {
  display: block;
  padding: 9px;
  width: 225px;
  height: 174px;
  border: 1px solid #e6e6e6;
}
.photo-list ul li .title {
  margin-top: 10px;
  height: 20px;
  line-height: 20px;
  max-width: 100%;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
div.page {
  position: relative;
  margin: 30px 0 20px;
  text-align: center;
}
div.page a {
  display: inline-block;
  margin: 0 2px;
  padding: 0 11px;
  height: 35px;
  line-height: 35px;
  vertical-align: top;
  background: #fff;
  overflow: hidden;
  border: 1px solid #ddd;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
div.page a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #808080;
}
div.page a.active {
  color: #fff;
  background: #b41b1e;
}
div.page span {
  position: absolute;
  top: 10px;
  right: 0;
  height: 25px;
  line-height: 25px;
}
.map-list {
  margin: 50px 0;
}
.map-list h2 {
  font-size: 28px;
  font-weight: normal;
  color: #3a8cae;
}
.map-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.map-list ul li {
  line-height: 3.5em;
  border-top: 1px solid #e6e6e6;
}
.map-list ul li:first-child {
  border-top: none;
}
.map-list ul li dl {
  margin: 0;
  zoom: 1;
}
.map-list ul li dl:before,
.map-list ul li dl:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.map-list ul li dl:after {
  clear: both;
}
.map-list ul li dl dt {
  float: left;
  width: 110px;
  font-weight: bold;
}
.map-list ul li dl dd {
  float: left;
  margin: 0;
  width: 990px;
}
.map-list ul li dl dd a {
  margin: 0 1em;
}
.timeline ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.timeline ul li {
  padding: 5px 0;
}
.timeline ul li .title {
  line-height: 3em;
  font-size: 1.429em;
}
.timeline ul li dl {
  margin: 0;
  line-height: 1.5em;
  zoom: 1;
}
.timeline ul li dl:before,
.timeline ul li dl:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.timeline ul li dl:after {
  clear: both;
}
.timeline ul li dl dt {
  position: relative;
  float: left;
  padding: 10px 3% 10px 0;
  width: 10%;
  color: #737373;
  text-align: right;
}
.timeline ul li dl dt:after {
  position: absolute;
  top: 15px;
  right: -5px;
  content: "";
  width: 9px;
  height: 9px;
  background: #b41b1e;
  border-radius: 10px;
}
.timeline ul li dl dd {
  float: left;
  margin: 0;
  padding: 10px 0 10px 5%;
  width: 90%;
  border-left: 1px solid #d9d9d9;
}
.job-list table {
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
}
.job-list table thead th {
  height: 4em;
}
.job-list table tbody tr:nth-child(odd) td {
  height: 3.5em;
  text-align: center;
  background: #eee;
  border-top: 1px solid #fff;
  cursor: pointer;
}
.job-list table tbody tr:nth-child(odd).active td i.lnr {
  display: none;
}
.job-list table tbody tr:nth-child(odd).active td i.lnr.lnr-chevron-up {
  display: inline-block;
}
.job-list table tbody tr:nth-child(even) {
  display: none;
}
.job-list table tbody tr:nth-child(even).active {
  display: table-row;
}
.job-list table tbody tr td i.lnr.lnr-chevron-up {
  display: none;
  color: #b41b1e;
}
.job-list table tbody tr td .job-desc {
  padding: 1.5em 1.5em 1em;
  line-height: 1.5;
}
.job-list table tbody tr td .job-desc h3 {
  margin: 0;
  font-size: 16px;
}
.job-list table tbody tr td .job-desc ul,
.job-list table tbody tr td .job-desc ol {
  margin-top: 0;
  padding: 0;
  list-style-position: inside;
}
.expert-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: -15px 0 0 -15px;
  zoom: 1;
}
.expert-list ul:before,
.expert-list ul:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.expert-list ul:after {
  clear: both;
}
.expert-list ul li {
  float: left;
  margin: 15px 0 0 15px;
  width: 290px;
}
.expert-list ul li:hover .expert-summary {
  top: 0;
  padding: 30px;
  width: 100%;
  height: 100%;
}
.expert-list ul li:hover .expert-summary .title {
  margin-bottom: 0.5em;
  padding-bottom: 1em;
  height: auto;
  line-height: 1;
  font-size: 24px;
  border-bottom: 1px dotted #b41b1e;
}
.expert-list ul li a {
  display: block;
  position: relative;
  padding-bottom: 30px;
  overflow: hidden;
}
.expert-list ul li img {
  display: block;
  width: 290px;
  height: 320px;
  background: #ddd;
}
.expert-list ul li .expert-summary {
  position: absolute;
  padding: 0 10px;
  top: 280px;
  left: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.expert-list ul li .expert-summary .title {
  height: 40px;
  line-height: 40px;
}
.expert-list ul li .expert-summary .titled {
  line-height: 30px;
}
.expert-list ul li .expert-summary .titled p {
  margin: 0;
}
.expert-info {
  padding: 24px;
  zoom: 1;
}
.expert-info:before,
.expert-info:after {
  content: '\0020';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.expert-info:after {
  clear: both;
}
.expert-info .expert-avatar {
  float: left;
  width: 290px;
}
.expert-info .expert-avatar img {
  display: block;
  height: 320px;
  background-color: #ddd;
}
.expert-info .expert-summary {
  float: left;
  margin-left: 25px;
  width: 535px;
}
.expert-info .expert-summary .title {
  margin: 0;
  font-size: 24px;
}
.expert-info .expert-summary .expert-titled p {
  margin: 0.25em 0;
}
.expert-info .expert-summary .expert-config {
  margin-top: 1.5em;
  padding-top: 1.5em;
  color: #777;
  border-top: 1px solid #ddd;
}
.expert-info .expert-summary .expert-config ul,
.expert-info .expert-summary .expert-config ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}
.expert-info .label,
.expert-detail h2 {
  display: inline-block;
  position: relative;
  margin: 1em 0 0.5em;
  padding: 0 0.5em;
  line-height: 2em;
  color: #fff;
  background-color: #b41b1e;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.expert-info .label:after,
.expert-detail h2:after {
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  content: "";
  border: 1em solid #b41b1e;
  border-color: transparent transparent transparent #b41b1e;
}
.expert-detail {
  padding: 0 24px;
}
.expert-detail h2 {
  font-size: 14px;
  font-weight: normal;
}
.expert-related {
  margin: 30px 24px 0;
  padding: 20px 0;
  border-top: 1px solid #ddd;
}
.expert-related span {
  display: block;
  line-height: 2;
}
.accordion dl dt {
  position: relative;
  padding-left: 50px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  background: url(../images/toggle.png) no-repeat 0 50%;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}
.accordion dl dt:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "详细 +";
  font-size: 14px;
  color: #b41b1e;
}
.accordion dl dt:hover {
  color: #b41b1e;
}
.accordion dl dt.active {
  color: #b41b1e;
  background-image: url(../images/toggle-active.png);
}
.accordion dl dt.active:after {
  content: "详细 -";
}
.accordion dl dd {
  display: none;
  padding-bottom: 10px;
  line-height: 1.75em;
  color: #666;
}
.accordion dl dd p {
  padding: 5px 0;
}
.accordion dl dd img {
  display: block;
  max-width: 100%;
}
.islider {
  position: relative;
  min-height: 200px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.islider.loading {
  background-image: url(../images/loading.gif);
  background-position: 50% 50%;
}
.islider .origin {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.islider ul {
  height: 0;
  overflow: hidden;
}
.islider ul a,
.islider ul img {
  display: block;
}
.islider .slider-box {
  position: relative;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.islider .slider-box a {
  display: block;
}
.islider .slider-item {
  position: absolute;
  top: 0;
}
.islider .slider-buttons {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  height: 10px;
  line-height: 10px;
  overflow: hidden;
  text-align: center;
}
.islider .slider-buttons a {
  display: inline-block;
  margin: 0 4px;
  width: 10px;
  height: 10px;
  line-height: 99px;
  overflow: hidden;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.islider .slider-buttons a:hover,
.islider .slider-buttons a.active {
  background: #b41b1e;
}
.islider .slider-process {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
  filter: progid:dximagetransform.microsoft.gradient(enabled=true, startcolorstr=#80ffffff, endcolorstr=#80ffffff);
}
.islider .slider-caption {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -480px;
  padding: 0 9px;
  width: 960px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  filter: progid:dximagetransform.microsoft.gradient(enabled=true, startcolorstr=#4d000000, endcolorstr=#4d000000);
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
}
#tools {
  position: fixed;
  bottom: 10%;
  right: 20px;
  font-size: 14px;
}
#tools ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#tools li {
  position: relative;
  margin-top: 1px;
  padding-left: 56px;
  width: 0;
  height: 56px;
  color: #fff;
  background: #444;
}
#tools li:hover {
  background: #b41b1e;
}
#tools li:hover.phone i {
  left: -115px;
  background: #b41b1e;
}
#tools li:hover.phone .detail {
  display: block;
}
#tools li i {
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 56px;
  line-height: 56px;
  font-size: 28px;
  text-align: center;
}
#tools li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 56px;
  line-height: 199px;
  overflow: hidden;
}
#tools li .detail {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 0;
  width: 115px;
  height: 56px;
  background: #b41b1e;
}
#tools li .detail p {
  margin: 0;
  line-height: 20px;
}
.ipop {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  filter: progid:dximagetransform.microsoft.gradient(enabled=true, startcolorstr=#33000000, endcolorstr=#33000000);
}
.ipop .pop {
  position: fixed;
  z-index: 1001;
  top: 50%;
  left: 50%;
  margin-left: -480px;
  width: 960px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.ipop .pop .close {
  position: absolute;
  z-index: 1002;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background: url(../images/close.png);
  cursor: pointer;
}
.ipop .pop .close:hover {
  background-position: 0 -40px;
}
.ipop .pop > .box {
  margin: 60px;
}
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1008020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 1008030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url(../images/fancybox_sprite.png);
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 1008060;
}
#fancybox-loading p {
  width: 44px;
  height: 44px;
  background: url(../images/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 1008040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(../images/blank.gif);
  tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 1008040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 1008040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
.fancybox-lock {
  overflow: hidden;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 1008010;
  background: rgba(0, 0, 0, 0.8);
  filter: progid:dximagetransform.microsoft.gradient(enabled=true,startcolorstr=#dd000000,endcolorstr=#dd000000);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
.fancybox-title {
  visibility: hidden;
  position: relative;
  text-shadow: none;
  z-index: 1008050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 1008050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
#fancybox-buttons {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 1008050;
}
#fancybox-buttons.top {
  top: 10px;
}
#fancybox-buttons.bottom {
  bottom: 10px;
}
#fancybox-buttons ul {
  display: block;
  width: 166px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  background: #000;
  border: 1px solid #000;
}
#fancybox-buttons ul li {
  float: left;
  margin: 0;
  padding: 0;
}
#fancybox-buttons a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-image: url(../images/fancybox_buttons.png);
  background-repeat: no-repeat;
  outline: none;
  opacity: 0.8;
}
#fancybox-buttons a:hover {
  opacity: 1;
}
#fancybox-buttons a.btnPrev {
  background-position: 5px 0;
}
#fancybox-buttons a.btnNext {
  background-position: -33px 0;
}
#fancybox-buttons a.btnPlay {
  background-position: 0 -30px;
}
#fancybox-buttons a.btnPlayOn {
  background-position: -30px -30px;
}
#fancybox-buttons a.btnToggle {
  background-position: 3px -60px;
  border-left: 1px solid #111;
  border-right: 1px solid #3e3e3e;
  width: 35px;
}
#fancybox-buttons a.btnToggleOn {
  background-position: -27px -60px;
}
#fancybox-buttons a.btnClose {
  border-left: 1px solid #111;
  width: 35px;
  background-position: -56px 0;
}
#fancybox-buttons a.btnDisabled {
  opacity: 0.4;
  cursor: default;
}
.sweet-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 1000;
}
.sweet-alert {
  background-color: white;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 2000;
}
@media all and (max-width: 540px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}
.sweet-alert h2 {
  color: #575757;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
}
.sweet-alert p {
  color: #797979;
  font-size: 16px;
  text-align: center;
  position: relative;
  margin: 0;
  line-height: normal;
}
.sweet-alert button {
  background-color: #AEDEF4;
  color: white;
  border: none;
  box-shadow: none;
  font-size: 17px;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 0 5px;
  cursor: pointer;
}
.sweet-alert button:focus {
  outline: none;
  box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.sweet-alert button:hover {
  background-color: #a1d9f2;
}
.sweet-alert button:active {
  background-color: #81ccee;
}
.sweet-alert button.cancel {
  background-color: #D0D0D0;
}
.sweet-alert button.cancel:hover {
  background-color: #c8c8c8;
}
.sweet-alert button.cancel:active {
  background-color: #b6b6b6;
}
.sweet-alert button.cancel:focus {
  box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important;
}
.sweet-alert[data-has-cancel-button=false] button {
  box-shadow: none !important;
}
.sweet-alert .icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  border-radius: 50%;
  margin: 20px auto;
  position: relative;
  box-sizing: content-box;
}
.sweet-alert .icon.error {
  border-color: #F27474;
}
.sweet-alert .icon.error .x-mark {
  position: relative;
  display: block;
}
.sweet-alert .icon.error .line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #F27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}
.sweet-alert .icon.error .line.left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px;
}
.sweet-alert .icon.error .line.right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px;
}
.sweet-alert .icon.warning {
  border-color: #F8BB86;
}
.sweet-alert .icon.warning .body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #F8BB86;
}
.sweet-alert .icon.warning .dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #F8BB86;
}
.sweet-alert .icon.info {
  border-color: #C9DAE1;
}
.sweet-alert .icon.info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #C9DAE1;
}
.sweet-alert .icon.info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #C9DAE1;
}
.sweet-alert .icon.success {
  border-color: #A5DC86;
}
.sweet-alert .icon.success::before,
.sweet-alert .icon.success::after {
  content: '';
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  transform: rotate(45deg);
}
.sweet-alert .icon.success::before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}
.sweet-alert .icon.success::after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  transform-origin: 0px 60px;
}
.sweet-alert .icon.success .placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}
.sweet-alert .icon.success .fix {
  width: 5px;
  height: 90px;
  background-color: white;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sweet-alert .icon.success .line {
  height: 5px;
  background-color: #A5DC86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}
.sweet-alert .icon.success .line.tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sweet-alert .icon.success .line.long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sweet-alert .icon.custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
}
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-tranform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-tranform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-tranform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@-moz-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
.showSweetAlert {
  -webkit-animation: showSweetAlert 0.3s;
  -moz-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s;
}
.hideSweetAlert {
  -webkit-animation: hideSweetAlert 0.2s;
  -moz-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s;
}
@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@-moz-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@-moz-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
@-moz-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  -moz-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s;
}
.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  -moz-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s;
}
.icon.success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  -moz-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}
@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  -moz-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s;
}
@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
@-moz-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  -moz-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s;
}
@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}
@-moz-keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}
@keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}
.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  -moz-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate;
}
@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
@-moz-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  -moz-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate;
}
@font-face {
  font-family: "simkai";
  src: url("simkai.eot");
  /* IE9 */
  src: url("simkai.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("simkai.woff") format("woff"), /* chrome、firefox */ url("simkai.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */ url("simkai.svg#simkai") format("svg");
  /* iOS 4.1- */
  font-style: normal;
  font-weight: normal;
}
