html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
abbr,
address,
em,
img,
strong,
sub,
sup,
i,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
blockquote,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
embed,
footer,
header,
nav,
section,
time,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
body {
  padding-top: 70px;
  color: #333;
  font-family: "Microsoft YaHei", "simSun", Arial;
  line-height: 1;
  font-size: 1.4em;
  background-color: #f8f8f8;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
}
img,
video {
  vertical-align: middle;
}
img {
  width: 100%;
  height: auto;
}
a,
a:hover {
  text-decoration: none;
}
p {
  letter-spacing: 1px;
}
.select2-container {
  width: 200px!important;
}
.banner {
  min-width: 1200px;
}
.container {
  margin: 0 auto;
  padding: 30px 0 0;
  width: 1200px;
}
.container:after {
  content: "";
  display: block;
  clear: both;
}
.has-sidebar .main {
  width: 750px;
  float: left;
}
.intro h1 {
  font-size: 30px;
  font-weight: bold;
  color: #232f84;
}
.sidebar {
  width: 280px;
  float: right;
  font-size: 16px;
}
.sidebar .logo,
.sidebar .introduce,
.sidebar .university-map,
.sidebar .info {
  margin-bottom: 30px;
  border: 1px solid #e9e9e9;
  background-color: #fff;
}
.sidebar .info .college:after,
.sidebar .university-map .website:after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  background: url("../images/arrow.png") no-repeat;
}
.sidebar .info a {
  display: block;
  height: 54px;
  line-height: 54px;
  text-align: center;
  color: #232f84;
  border-bottom: 1px solid #e9e9e9;
}
.sidebar .info a:last-child {
  border: none;
}
.sidebar .info h3 {
  height: 54px;
  line-height: 54px;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  background-color: #00a5d9;
  text-align: center;
}
.sidebar .info .download:after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url("../images/download.png") no-repeat;
}
.sidebar .info .apply,
.sidebar .info .contact {
  color: #fff;
  background-color: #f47b20;
}
.sidebar .info .apply:before,
.sidebar .info .contact:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.sidebar .info .apply:before {
  background: url("../images/apply.png") no-repeat;
}
.sidebar .info .contact:before {
  background: url("../images/contact.png") no-repeat;
}
.sidebar .university-map .map,
.sidebar .university-map .address {
  padding: 10px;
}
.sidebar .university-map .map {
  display: block;
}
.sidebar .university-map .address {
  font-size: 14px;
  line-height: 1.57em;
}
.sidebar .university-map .address span {
  display: block;
}
.sidebar .university-map .website {
  display: block;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #232f84;
  border-top: 1px solid #e9e9e9;
}
.sidebar .share {
  padding: 40px 0;
  text-align: right;
  font-size: 0;
}
.sidebar .share a {
  display: inline-block;
  margin-left: 14px;
  width: 50px;
  height: 50px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.sidebar .share .microblog {
  background: url("../images/microblog.png") no-repeat;
  background-size: 50px 50px;
}
.sidebar .share .wechat {
  background: url("../images/wechat.png") no-repeat;
  background-size: 50px 50px;
}
.sidebar .introduce {
  text-align: center;
  line-height: 48px;
}
.sidebar .introduce h3 {
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  background-color: #00a5d9;
}
.sidebar .introduce a {
  display: block;
  height: 48px;
  color: #232f84;
  border-bottom: 1px solid #e9e9e9;
}
.sidebar .introduce a:last-child {
  border: none;
}
.sidebar .introduce a:hover {
  background-color: #00a5d9;
  color: white;
}
/*#####footer#####*/
footer .link-area:after,
footer .copyright:after {
  content: "";
  clear: both;
  display: block;
}
footer {
  padding: 25px 30px;
  color: #b2b2b2;
  background-color: #4d4d4d;
}
footer > div {
  margin: 0 auto;
  width: 1200px;
}
footer .link-area > div {
  float: left;
  padding: 0 15px;
  width: 216px;
}
footer .link-area > div h3 {
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: normal;
  color: #f47b20;
}
footer .link-area > div h3 a {
  color: #f47b20;
}
footer .link-area > div li {
  padding-bottom: 10px;
}
footer .link-area > div a {
  color: #b2b2b2;
}
footer .copyright {
  padding: 20px 15px 0;
}
footer .copyright p {
  float: left;
  width: 50%;
}
.wechart-dialog {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.wechart-dialog a {
  position: absolute;
  top: -60px;
  left: 100%;
  display: inline-block;
  width: 46px;
  height: 46px;
  text-indent: -999px;
  overflow: hidden;
  background: url("../images/close.png") no-repeat;
}
.wechart-dialog .wechart-container {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -200px;
  margin-top: -226px;
  padding: 40px 0;
  width: 400px;
  height: 452px;
  text-align: center;
  border-radius: 4px;
  background-color: #00a5d9;
}
.wechart-dialog .wechart-container p {
  padding-top: 30px;
  font-size: 1.375em;
  color: #fff;
  font-weight: bold;
}
/**flex**/
.main-color-link-parent {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/*下载、课程*/
.download-area,
.course-search {
  margin: 30px auto;
  width: 92%;
  font-size: 14px;
}
.download-area .intro,
.course-search .intro {
  padding-top: 30px;
}
.download-area .form-group,
.course-search .form-group {
  padding: 0 20px 10px 0;
}
.download-area .form-group label,
.course-search .form-group label {
  font-weight: normal;
}
.download-area .result-empty,
.course-search .result-empty {
  padding: 60px 0;
  text-align: center;
}
.download-area .result-empty img,
.course-search .result-empty img {
  width: 88px;
  height: auto;
}
.download-area .result-empty p,
.course-search .result-empty p {
  padding-top: 20px;
}
.download-area .btn_submit,
.course-search .btn_submit {
  margin: 10px auto 0;
  display: block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background-color: #232f84;
}
.download-area .result-pager,
.course-search .result-pager {
  text-align: center;
}
.download-area .result-pager .pager,
.course-search .result-pager .pager {
  margin: 0;
}
.download-area .result-pager nav,
.course-search .result-pager nav {
  margin: 20px 0;
}
.download-area .result-pager .pagination,
.course-search .result-pager .pagination {
  margin: 0;
  vertical-align: middle;
}
.download-area .result-pager .d_page_num,
.course-search .result-pager .d_page_num {
  display: inline-block;
  width: 50px;
  height: 32px;
  vertical-align: middle;
}
.download-area .result-pager .d_judge,
.course-search .result-pager .d_judge {
  display: inline-block;
  vertical-align: middle;
  color: #222c86;
}
.download-area .result-pager .pagination > li > a,
.course-search .result-pager .pagination > li > a,
.download-area .result-pager .pagination > li > span,
.course-search .result-pager .pagination > li > span {
  color: #222c86;
}
.university-video ul {
  display: flex;
  flex-wrap: wrap;
}
.university-video .video-container {
  padding: 20px 20px 30px;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  background-color: #fff;
}
.university-video video {
  width: 100%;
  height: 440px;
  margin-bottom: 40px;
}
.university-video li {
  margin-right: 46px;
  width: 205px;
  cursor: pointer;
}
.university-video li img {
  width: 100%;
}
.university-video li:nth-child(3n) {
  margin-right: 0;
}
/*相关文章*/
/*.related-articles{
    li{
        margin-bottom: 12px;
        height: 184px;
        border: 1px solid #e9e9e9;
        border-radius: 2px;
        h3{
            padding-bottom: 6px;
            font-size: 14px;
            letter-spacing: 1px;
        }
        &:hover{
            .article-info{
                color: #fff;
                background-color: #232f84;
                &:after{
                    background: url("../images/horver_arrow.png") no-repeat;
                }
            }
        }
        &:after{
            content:"";
            display: block;
            clear: both;
        }
        img{
            float: left;
            width: 282px;
            height: auto;
        }
        .article-info{
            position: relative;
            float: left;
            padding: 20px;
            width: 466px;
            height: 182px;
            line-height: 22px;
            color: #333;
            &:after{
                content: "";
                position: absolute;
                right: 20px;
                bottom: 20px;
                display: block;
                width: 24px;
                height: 20px;
                background: url("../images/blue_arrow.png") no-repeat;
            }
            p{
                display: -webkit-box;
                height: 88px;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 4;
                overflow: hidden;
            }
        }
    }
}*/
/*感言，分享*/
.testimonials-block .swiper-slide,
.student-share .swiper-slide {
  position: relative;
}
.testimonials-block .testimonials-left,
.student-share .testimonials-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 550px;
  height: 453px;
  z-index: 2;
}
.testimonials-block .testimonials-left img,
.student-share .testimonials-left img {
  width: 100%;
  height: 100%;
}
.testimonials-block .testimonials-right,
.student-share .testimonials-right {
  position: relative;
  margin: 30px 0 0 500px;
  padding: 30px 30px 30px 80px;
  width: 500px;
  height: 453px;
  border-top: 5px solid #232f84;
  border-radius: 4px;
  background-color: #fff;
}
.testimonials-block .tr-top,
.student-share .tr-top {
  padding-bottom: 10px;
  color: #232f84;
  line-height: 1.2em;
  border-bottom: 1px solid #dedede;
}
.testimonials-block .tr-top h3,
.student-share .tr-top h3 {
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: normal;
}
.testimonials-block .tr-center,
.student-share .tr-center {
  padding-top: 14px;
  line-height: 1.43em;
}
.testimonials-block .tr-bottom,
.student-share .tr-bottom {
  position: absolute;
  right: 30px;
  bottom: 30px;
  color: #f47b20;
  font-size: 16px;
}
.testimonials-block .tr-bottom:after,
.student-share .tr-bottom:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #f47b20;
  border-right: 1px solid #f47b20;
  transform: rotate(45deg);
  position: relative;
  top: -2px;
}
.testimonials-block .swiper-button-prev,
.student-share .swiper-button-prev {
  left: 0;
}
.testimonials-block .swiper-button-prev:after,
.student-share .swiper-button-prev:after {
  left: 24px;
  transform: rotate(-135deg);
}
.testimonials-block .swiper-button-next,
.student-share .swiper-button-next {
  right: auto;
  left: 60px;
}
.testimonials-block .swiper-button-next:after,
.student-share .swiper-button-next:after {
  right: 24px;
  transform: rotate(45deg);
}
.testimonials-block .swiper-button-next,
.student-share .swiper-button-next,
.testimonials-block .swiper-button-prev,
.student-share .swiper-button-prev {
  top: auto;
  bottom: 30px;
  width: 60px;
  height: 60px;
  background-image: none;
  background-color: #3a4381;
}
.testimonials-block .swiper-button-next:after,
.student-share .swiper-button-next:after,
.testimonials-block .swiper-button-prev:after,
.student-share .swiper-button-prev:after {
  content: "";
  position: absolute;
  top: 22px;
  width: 16px;
  height: 16px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.testimonials-block .swiper-button-next.swiper-button-disabled,
.student-share .swiper-button-next.swiper-button-disabled,
.testimonials-block .swiper-button-prev.swiper-button-disabled,
.student-share .swiper-button-prev.swiper-button-disabled {
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}
.testimonials-block .swiper-button-next.swiper-button-disabled:after,
.student-share .swiper-button-next.swiper-button-disabled:after,
.testimonials-block .swiper-button-prev.swiper-button-disabled:after,
.student-share .swiper-button-prev.swiper-button-disabled:after {
  border-top: 1px solid #343f8c;
  border-right: 1px solid #343f8c;
}
.main-color-link {
  position: relative;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  margin: 0 0 14px 0;
  padding: 0px 20px 0px 14px;
  width: 370px;
  height: 80px;
  border: 1px solid #e9e9e9;
  line-height: 22px;
  color: #333;
  background-color: #fff;
  overflow: hidden;
}
.main-color-link:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 4px;
  height: 78px;
  vertical-align: middle;
  background-color: #325c84;
}
.main-color-link:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 36px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #325c84;
  border-right: 1px solid #325c84;
  transform: rotate(45deg);
}
.main-color-link:hover {
  color: #fff;
  background-color: #325c84;
}
.main-color-link:hover:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
/*覆盖菜单样式*/
#mega-menu-wrap-menu_top #mega-menu-menu_top {
  padding: 0!important;
}
.newline {
  height: 20px;
}
.color-orange {
  color: #f47b20;
}
.quick-link {
  position: relative;
  float: left;
  margin: 0 30px 20px 0;
  padding: 0 10px;
  width: 250px;
  height: 36px;
  line-height: 36px;
  color: #f47b20;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  background-color: #fff;
}
.quick-link:visited {
  color: #f47b20;
}
.quick-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 4px;
  height: 36px;
  background-color: #f47b20;
}
.quick-link:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 14px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #f47b20;
  border-right: 1px solid #f47b20;
  transform: rotate(45deg);
}
.quick-link:hover {
  color: #fff;
  background-color: #f47b20;
}
.quick-link:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.quick-link + br {
  display: none;
}
.img-title-intro-link {
  display: flex;
  flex-wrap: wrap;
}
.img-title-intro-link li {
  border: 1px solid #e9e9e9;
  border-radius: 2px;
  z-index: 1;
  overflow: hidden;
  position: relative;
}
.img-title-intro-link li:hover .right {
  color: #fff;
  background-color: #232f84;
}
.img-title-intro-link li:hover .right:after {
  background: url("../images/horver_arrow.png") no-repeat;
}
.img-title-intro-link img {
  float: left;
  width: auto;
  max-width: 50%;
}
.img-title-intro-link a {
  display: flex;
}
.img-title-intro-link h3 {
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 6px;
}
.img-title-intro-link p {
  line-height: 16px;
}
.img-title-intro-link .right {
  position: relative;
  float: left;
  padding: 20px;
  line-height: 22px;
  color: #232f84;
  background-color: #fff;
}
.img-title-intro-link .right:after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: block;
  width: 24px;
  height: 20px;
  background: url("../images/blue_arrow.png") no-repeat;
}
.main .img-title-intro-link li:hover h2 {
  color: #fff;
}
.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}
