@charset "UTF-8";
/*
* @Author: michellewkx
* @Date:   2017-08-08 18:46:19
* @Last Modified by:   wangkexin02
* @Last Modified time: 2017-10-19 14:36:26
*/
body {
  /*平方→微软雅黑→系统字体*/
  margin: 0 auto;
  padding: 0;
  min-width: 1200px;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
}

body a {
  color: #fff;
  cursor: pointer;
}

body a:hover {
  color: #3F82FC;
}

/*全局样式*/
.hover-shadow {
  position: relative;
  top: 0;
  transition: all 0.2s linear;
}

.hover-shadow:hover {
  top: -4px;
  box-shadow: 0 15px 30px #e5e5e5;
  transition: translate3d(0, -2px, 0);
}

.hide {
  display: none;
}

.swiper-container {
  width: 100%;
  height: 525px;
}

.swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-container img {
  height: 525px;
}

.swiper-container .swiper-pagination-bullets {
  width: 100%;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  opacity: 1;
  margin-bottom: 65px;
}

.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
  background: #fff;
  border-radius: 0;
  width: 45px;
  height: 2px;
  opacity: 0.5;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  background-clip: padding-box;
}

.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet-active {
  color: #fff;
  background: #fff;
  background-clip: padding-box;
  opacity: 1;
}

.message {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  height: 45px;
  padding: 0 10px;
  position: relative;
  top: -45px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 14px;
  box-sizing: border-box;
}

.message .message-container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.message .message-container a:hover {
  color: #fff;
}

.message a.message-title {
  display: inline-block;
  margin-top: 15px;
  margin-right: 60px;
  width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.85);
}

.message a.message-title:hover {
  color: #fff;
}

.message a.more {
  width: auto;
  position: absolute;
  text-decoration: none;
  color: #fff;
  top: 15px;
  right: 10px;
  color: rgba(255, 255, 255, 0.7);
}

.message a.more:hover {
  color: #fff;
}

.main-tools {
  width: 100%;
  padding: 0 45px 45px;
  box-sizing: border-box;
}

.main-tools ul {
  width: 1200px;
  height: 90px;
  margin: 0 auto;
}

.main-tools ul a:last-child li {
  border-right: none;
}

.main-tools ul a:hover .tools-title {
  color: #3F82FC;
}

.main-tools ul li {
  width: 19%;
  text-decoration: none;
  display: inline-block;
  border-right: 1px solid #e5e5e5;
  cursor: pointer;
  padding: 0 30px;
  height: 90px;
}

.main-tools ul li img {
  width: 64px;
  height: 64px;
  position: relative;
  top: 12px;
  left: -10px;
}

.main-tools ul li .tools-inf {
  display: inline-block;
}

.main-tools ul li .tools-title {
  font-size: 18px;
  color: #333;
  margin-bottom: 12px;
}

.main-tools ul li .tools-des {
  font-size: 14px;
  color: #666;
}

.main-tools ul li .icon {
  font-size: 55px;
  color: #3F82FC;
}

.support {
  width: 100%;
  height: 676px;
  background-color: #f9f9f9;
  font-size: 0;
}

.support .support-title {
  text-align: center;
  padding: 80px 0 23px;
  color: #333;
  font-weight: bold;
  font-size: 30px;
}

.support .support-des {
  text-align: center;
  color: #666;
  font-size: 18px;
}

.support .support-tools {
  width: 960px;
  margin: 45px auto 0;
}

.support .support-tools .hover-shadow::after {
  content: '123';
  visibility: hidden;
  width: 0;
  height: 0;
}

.support .support-tools li {
  position: relative;
  text-decoration: none;
  list-style: none;
  width: 300px;
  height: 400px;
  display: inline-block;
  margin-right: 30px;
  overflow: hidden;
}

.support .support-tools li:last-child {
  margin-right: 0;
}

.support .support-tools li img {
  width: 300px;
  height: 400px;
}

.support .support-tools li i {
  font-size: 90px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 66px;
  left: 90px;
}

.support .support-tools li .support-header {
  font-size: 18px;
  position: absolute;
  top: 193px;
  left: 113px;
  color: #fff;
}

.support .support-tools li .support-inf {
  font-size: 14px;
  position: absolute;
  top: 230px;
  left: 62px;
  color: #fff;
}

.support .support-tools .user-hover {
  height: 400px;
  border: 1px solid #e5e5e5;
  text-align: center;
  padding-bottom: 500em;
  margin-bottom: -500em;
  box-sizing: border-box;
  background-color: #fff;
}

.support .support-tools .user-hover .tools-type {
  height: 133px;
  padding: 35px 0;
  box-sizing: border-box;
}

.support .support-tools .user-hover .tools-type a {
  text-decoration: none;
  color: #666;
}

.support .support-tools .user-hover .tools-type:hover {
  background-color: #f0f2f5;
  background-clip: padding-box;
}

.support .support-tools .user-hover .tools-type:hover a {
  color: #333;
}

.support .support-tools .user-hover .tools-type .tools-type-title {
  color: #333;
  font-size: 18px;
  margin-bottom: 16px;
}

.support .support-tools .user-hover .tools-type .tools-type-content {
  font-size: 14px;
}

.support .support-tools .user-hover .tools-type .tools-type-content a:hover {
  color: #3F82FC;
}

.support .support-tools .spider .tools-type {
  height: 132.7px;
  padding: 35px 0;
  box-sizing: border-box;
}

.support .support-tools .show .tools-type,
.support .support-tools .optimization .tools-type {
  height: 199px;
  padding: 66px 0;
  box-sizing: border-box;
}

.college {
  width: 100%;
  height: 548px;
  font-size: 0;
}

.college .college-title {
  text-align: center;
  padding: 80px 0 23px;
  color: #333;
  font-weight: bold;
  font-size: 30px;
}

.college .college-des {
  text-align: center;
  color: #666;
  font-size: 18px;
}

.college ul {
  width: 1200px;
  margin: 45px auto 0;
  background-color: #fff;
}

.college ul li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
  position: relative;
  margin-bottom: 23px;
}

.college ul li:last-child {
  margin-right: 0;
}

.college ul li .college-list {
  font-size: 0;
  cursor: pointer;
}

.college ul li img {
  height: 175px;
}

.college ul li .list-title {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  text-align: center;
  height: 50px;
  position: relative;
  border: 1px solid #e5e5e5;
  border-top: none;
  padding-top: 13px;
  box-sizing: border-box;
}

.college .college-news {
  font-size: 14px;
  color: #666;
  width: 1200px;
  margin: 0 auto;
}

.college .college-news a {
  color: #666;
  display: inline-block;
  width: 280px;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 16px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

.college .college-news a:hover {
  color: #3F82FC;
}

.college .college-news p {
  margin-top: 14px;
}

.community {
  width: 100%;
  height: 580px;
  background-color: #f9f9f9;
}

.community .community-title {
  text-align: center;
  padding: 80px 0 23px;
  color: #333;
  font-weight: bold;
  font-size: 30px;
}

.community .community-des {
  text-align: center;
  color: #666;
  font-size: 18px;
}

.community .community-wrapper {
  width: 1200px;
  margin: 0 auto;
  padding-top: 45px;
}

.community .community-wrapper a:last-child .act-block {
  margin-right: 0;
}

.community .community-block {
  display: inline-block;
  margin-right: 20px;
  border: 1px solid #e5e5e5;
}

.community .community-block:last-child {
  margin-right: 0;
}

.community .community-block img {
  height: 230px;
}

.community .community-block .community-header {
  background: #fff;
  height: 65px;
  text-align: center;
  font-size: 14px;
  color: #666;
  padding-top: 23px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.community .act-block {
  display: inline-block;
  margin-right: 20px;
  border: 1px solid #e5e5e5;
}

.community .act-img {
  height: 226px;
}

.community .act-img img {
  width: 378px;
  height: 226px;
}

.community .act-header {
  background: #fff;
  height: 65px;
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 65px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.community .join-now {
  color: #333;
  font-size: 18px;
  width: 80px;
  margin: 0 auto;
}

.community .holding {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 65px;
  background: rgba(45, 58, 85, 0.4);
  text-align: center;
  height: 40px;
  color: #fff;
  line-height: 40px;
}
