#header {
  width: 100%;
  height: 80px;
  background-color: rgb(18, 149, 216);
  line-height: 80px;
}


#header .fr .index {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s;
  line-height: 1;
}

#header .fr .index:hover {
  color: rgba(255, 255, 255, 1);
  transition: all 0.3s;
}


#header .fr:hover {
  color: rgba(255, 255, 255, 1);
  transition: all 0.3s;
}

#footer {
  padding: 40px 0 30px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -240px;
}

#footer ul {
  width: 230px;
  margin: 0 auto 10px;
}

#footer ul li {
  float: left;
  font-size: 14px;
  color: #666666;
}

#footer ul li a {
  font-size: 14px;
  color: #666666;
  display: inline-block;
  margin: 0 9px;
}

#footer ul li a:hover {
  color: #1295d8;
  text-decoration: underline;
}

#footer .footer {
  font-size: 14px;
  color: #666666;
  text-align: center;
}

/* 课程分享 */
#ban {
  position: relative;
}

#ban img {
  width: 100%;
}

#ban .tit {
  position: absolute;
  width: 260px;
  left: 50%;
  top: 50%;
  margin: -21px 0 0 -130px;
  font-size: 36px;
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: center;
}

#contentList ul {
  padding: 40px 0;
}

#contentList ul li {
  float: left;
  width: 370px;
  margin-right: 45px;
  margin-bottom: 35px;
}

#contentList ul li:nth-child(3n) {
  margin-right: 0;
}

#contentList ul li .title {
  display: block;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}

#contentList ul li .title:hover {
  color: #1295d8;
}

#contentList ul li .img_box {
  display: block;
  width: 100%;
  height: 206px;
  overflow: hidden;
}

#contentList ul li .img_box img {
  width: 100%;
  transform: scale(1.0);
  transition: all 0.3s;
}

#contentList ul li .img_box:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}

#contentList ul li p.p1 {
  font-size: 14px;
  color: rgb(102, 102, 102);
  line-height: 1.714;
  text-align: justify;
  margin: 20px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

#contentList ul li .more {
  display: inline-block;
  width: 136px;
  height: 44px;
  border: 2px solid rgb(18, 149, 216);
  text-align: center;
  line-height: 40px;
  box-sizing: border-box;
  border-radius: 22px;
  font-size: 14px;
  color: #1295d8;
}

#contentList ul li .more:hover {
  background: rgb(18, 149, 216);
  color: #ffffff;
}

/* 分页 */
#page {
  text-align: center;
  margin-top: 40px;
}

#page a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid rgb(204, 204, 204);
  text-align: center;
  font-size: 16px;
  text-align: center;
  line-height: 28px;
  color: #333333;
  margin-right: 5px;
}

#page a:hover {
  border-color: rgb(18, 149, 216);
  color: #1295d8;
}

#page .prev.active,
#page .next.active {
  background: rgb(170, 170, 170);
  color: #ffffff;
}

#page .prev:hover,
#page .next:hover {
  background: rgb(18, 149, 216);
  color: #ffffff;
}

/* 未来好公司 */
#companyContent .cont .leftNav {
  width: 200px;
  margin-top: 40px;
  position: relative;
  z-index: 100;
  min-height: 380px;
}

#companyContent .cont .leftNav .navBox {
  width: 100%;
  background: #1295d8;
  height: 266px;
}

#companyContent .cont .leftNav .navBox .tit {
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
}

#companyContent .cont .leftNav .navBox .nav_list {
  width: 190px;
  margin-left: 10px;
  background-color: rgb(245, 245, 245);
  padding: 0 17px;
  box-sizing: border-box;
  min-height: 300px;
}

#companyContent .cont .leftNav .navBox .nav_list li a.link {
  display: block;
  line-height: 55px;
  border-bottom: 1px solid rgb(222, 222, 222);
  font-size: 16px;
  color: #333333;
  text-align: left;
  position: relative;
}

#companyContent .cont .leftNav .navBox .nav_list li a.link img {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
}

#companyContent .cont .leftNav .navBox .nav_list li:hover .link,
#companyContent .cont .leftNav .navBox .nav_list li .link.active {
  color: #1295d8;
}

#companyContent .cont .leftNav .navBox .nav_list li .link.active img {
  transform: rotate(90deg);
  transition: all 0.3s;
}

#companyContent .cont .leftNav .navBox .nav_list li .link.active+.box {
  display: block;
}

#companyContent .cont .leftNav .navBox .nav_list li .box {
  padding-top: 12px;
  display: none;
}

#companyContent .cont .leftNav .navBox .nav_list li .box a {
  display: block;
  padding-left: 20px;
  font-size: 16px;
  color: #333333;
  line-height: 2.25;
}

#companyContent .cont .leftNav .navBox .nav_list li .box a.on {
  color: #1295d8;
}

#companyContent .cont .leftNav .navBox .nav_list li .box a:hover,
#companyContent .cont .leftNav .navBox .nav_list li .box a.active {
  color: #1295d8;
}

#companyContent .cont .leftNav .navBox .nav_list li .box .bbox {
  /*padding-top: 12px;*/
  display: none;
}
#companyContent .cont .leftNav .navBox .nav_list li .box .boox {
  /*padding-top: 12px;*/
  display: none;
}

#companyContent .cont .leftNav .navBox .nav_list li .box .bbox a {
  display: block;
  padding-left: 40px;
  font-size: 16px;
  color: #333333;
  line-height: 2.25;
}

#companyContent .cont .leftNav .navBox .nav_list li .box .bbox a.on {
  color: #1295d8;
}

#companyContent .cont .leftNav .navBox .nav_list li .box .bbox a:hover,
#companyContent .cont .leftNav .navBox .nav_list li .box .bbox a.active {
  color: #1295d8;
}


#companyContent .cont .rightContent {
  width: 940px;
  margin-top: 40px;
  min-height: 560px;
}

#companyContent .cont .rightContent .subnav {
  margin: 0px 0 30px;
}

#companyContent .cont .rightContent .subnav li {
  float: left;
  width: 134px;
  height: 40px;
  border: 1px solid #1295d8;
  box-sizing: border-box;
  margin-right: 20px;
  cursor: pointer;
  font-size: 16px;
  color: #1295d8;
  text-align: center;
  line-height: 38px;
}

#companyContent .cont .rightContent .subnav li:hover,
#companyContent .cont .rightContent .subnav li.active {
  background: #1295d8;
  color: #ffffff;
}

#companyContent .cont .rightContent>.fl {
  width: 685px;
}

#companyContent .cont .rightContent>.fr {
  width: 230px;
  margin-top: 70px;
}

#companyContent .cont .rightContent>.fl .bookTit {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  margin-bottom: 30px;
}

#companyContent .cont .rightContent .smallTit,
#companyContent .cont .rightContent .smallTit a {
  font-size: 18px;
  color: #1295d8;
  font-weight: bold;
  margin-bottom: 20px;
}
#companyContent .cont .rightContent .smallTit a{
  text-decoration: underline;
}

#companyContent .cont .rightContent div.p1,
#companyContent .cont .rightContent p.p1 {
  font-size: 16px;
  color: rgb(51, 51, 51);
  line-height: 1.875;
  text-align: justify;
  margin-bottom: 20px;
}

#companyContent .cont .rightContent .concatUs p.p2 {
  font-size: 16px;
  color: rgb(51, 51, 51);
  line-height: 2;
  text-align: justify;
}

#companyContent .cont .rightContent .box1 {
  margin-bottom: 30px;
}

#companyContent .cont .rightContent .table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

#companyContent .cont .rightContent .table tr th {
  padding: 10px 40px;
  text-align: left;
  font-size: 16px;
  color: #ffffff;
  background: #1295d8;
  border: 1px solid rgb(204, 204, 204);
  ;
}

#companyContent .cont .rightContent .table tr td {
  padding: 10px 40px;
  border: 1px solid rgb(204, 204, 204);
  ;
}

#companyContent .cont .rightContent .table tr td .p1 {
  margin-bottom: 0;
}


#companyContent .cont .rightContent>.fr img {
  width: 100%;
}

#companyContent .cont .rightContent>.fr .button {
  display: block;
  background-image: -moz-linear-gradient(90deg, rgb(237, 64, 64) 0%, rgb(229, 153, 44) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(237, 64, 64) 0%, rgb(229, 153, 44) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(237, 64, 64) 0%, rgb(229, 153, 44) 100%);
  width: 160px;
  height: 43px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 41px;
  border-radius: 21px;
  margin: 20px auto 0;
}

#companyContent .cont .rightContent>.fr .button:hover {
  opacity: 0.8;
}

/* 案例分享 */
#companyContent .cont .rightContent .caseTitle {
  line-height: 1;
  margin-bottom: 30px;
}

#companyContent .cont .rightContent .caseTitle .line {
  display: inline-block;
  width: 6px;
  height: 22px;
  background-color: rgb(18, 149, 216);
  vertical-align: middle;
  margin-right: 15px;
}

#companyContent .cont .rightContent .caseTitle .text {
  font-size: 22px;
  color: #333333;
  vertical-align: middle;
}

#companyContent .cont .rightContent .caseList {
  margin-bottom: 40px;
}

#companyContent .cont .rightContent .caseList li {
  margin-bottom: 30px;
}

#companyContent .cont .rightContent .caseList a {
  display: block;
  padding-bottom: 30px;
  border-bottom: 1px solid rgb(204, 204, 204);
}

#companyContent .cont .rightContent .caseList a>.fl {
  width: 170px;
  height: 96px;
  overflow: hidden;
  margin-right: 30px;
}

#companyContent .cont .rightContent .caseList a>.fl img {
  width: 100%;
  height: 100%;
  transform: scale(1.0);
  transition: all 0.3s;
}

#companyContent .cont .rightContent .caseList a>.fl:hover img {
  transform: scale(1.1);
  transition: all 0.3s;
}

#companyContent .cont .rightContent .caseList a>.fr {
  width: 740px;
  position: relative;
}

#companyContent .cont .rightContent .caseList a>.fr p.t {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
}

#companyContent .cont .rightContent .caseList a>.fr p.time {
  font: 14px;
  color: #666666;
  line-height: 1;
}

#companyContent .cont .rightContent .caseList a>.fr:hover p.t {
  color: #1295d8;
}

#companyContent .cont .rightContent .caseList a>.fr .more {
  width: 32px;
  height: 32px;
  background: url(../images/more.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 30px;
}

#companyContent .cont .rightContent .caseList a>.fr:hover .more {
  background: url(../images/more_active.png) no-repeat;
  background-size: 100% 100%;
}

/* 报告文章 */

#companyContent .cont .rightContent .messageList li {
  float: left;
  margin-bottom: 30px;
}

#companyContent .cont .rightContent .messageList li:nth-child(2n) {
  float: right;
}

#companyContent .cont .rightContent .messageList li a {
  display: block;
  width: 455px;
  height: 142px;
  border: 1px solid rgb(204, 204, 204);
  background-color: rgb(255, 255, 255);
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}

#companyContent .cont .rightContent .messageList li a p.t {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.6;
}

#companyContent .cont .rightContent .messageList li a p.text {
  font-size: 14px;
  color: #666666;
}

#companyContent .cont .rightContent .messageList li a p.text .time {
  display: inline-block;
  margin-left: 15px;
}

#companyContent .cont .rightContent .messageList li a .more {
  position: absolute;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  transition: all 0.3s;
}

#companyContent .cont .rightContent .messageList li a:hover {
  border-color: #1295d8;
}

#companyContent .cont .rightContent .messageList li a:hover p.t {
  color: #1295d8;
}

#companyContent .cont .rightContent .messageList li a:hover .more {
  opacity: 1;
  transition: all 0.3s;
}

/* 研究项目 */
#companyContent .cont .rightContent .projectContent p.p1 {
  font-size: 16px;
  color: rgb(51, 51, 51);
  line-height: 1.875;
  text-align: justify;
}

#companyContent .cont .rightContent .projectContent .list {
  margin-top: 30px;
}

#companyContent .cont .rightContent .projectContent .list li {
  width: 450px;
  float: left;
  margin-bottom: 40px;
}

#companyContent .cont .rightContent .projectContent .list li:nth-child(2n) {
  float: right;
}

#companyContent .cont .rightContent .projectContent .list li a {
  display: block;
}

#companyContent .cont .rightContent .projectContent .list li a .top {
  width: 100%;
  height: 255px;
  overflow: hidden;
}

#companyContent .cont .rightContent .projectContent .list li a .top img {
  width: 100%;
  height: 100%;
  transform: scale(1.0);
  transition: all 0.3s;
}

#companyContent .cont .rightContent .projectContent .list li a p.t {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  margin: 15px 0 10px;
}

#companyContent .cont .rightContent .projectContent .list li a:hover .top img {
  transform: scale(1.1);
  transition: all 0.3s;
}

#companyContent .cont .rightContent .projectContent .list li a:hover p.t {
  color: #1295d8;
}

#companyContent .cont .rightContent .projectContent .list li a p.p1 {
  font-size: 16px;
  color: rgb(102, 102, 102);
  line-height: 1.625;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/* 最新动态 */
#newsContent .list {
  margin-top: 30px;
}

#newsContent .list li {
  width: 285px;
  float: left;
  margin: 0 20px 20px 0;
}

#newsContent .list li:nth-child(4n) {
  margin: 0;
}

#newsContent .list li a {
  display: block;
}

#newsContent .list li a .top {
  width: 100%;
  height: 160px;
  overflow: hidden;
}

#newsContent .list li a .top img {
  width: 100%;
  height: 100%;
  transform: scale(1.0);
  transition: all 0.3s;
}

#newsContent .list li a:hover .top img {
  transform: scale(1.1);
  transition: all 0.3s;
}

#newsContent .list li a .bottom {
  padding: 15px;
}

#newsContent .list li a p.t {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 15px;
  min-height: 56px;
}

#newsContent .list li a p.time {
  font-size: 16px;
  color: #666666;
  margin-bottom: 10px;
}

#newsContent .list li a:hover .bottom {
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.1);
}

/* 文章详情页 */
#detailsPage {
  padding-top: 40px;
}

#detailsPage .box {
  width: 820px;
  margin: 0 auto;
}

#detailsPage .newsTit {
  font-size: 30px;
  color: #333333;
  text-align: center;
  line-height: 1;
}

#detailsPage p.time {
  font-size: 14px;
  color: #999999;
  padding: 30px 0;
  text-align: center;
  border-bottom: 1px solid rgb(204, 204, 204);
}

#detailsPage .content {
  margin: 25px 0;
}

#detailsPage .content p.p1 {
  font-size: 16px;
  color: rgb(51, 51, 51);
  line-height: 1.875;
  text-align: justify;
  margin-bottom: 25px;
}

#detailsPage .content .img {
  text-align: center;
  margin-bottom: 25px;
}

#detailsPage .content .img .small_tit {
  font-size: 14px;
  color: #666666;
  text-align: center;
  margin-top: 15px;
}

#detailsPage .content .buleTit {
  font-size: 18px;
  font-weight: bold;
  color: #1295d8;
  text-align: center;
  margin-bottom: 25px;
}

/* 中心介绍 */

.rightContent .items .item {
  margin-bottom: 30px;
}

.rightContent .items .item .center>.fl {
  width: 435px;
}

.rightContent .items .item .center>.fl p.t {
  font-size: 18px;
  color: #1295d8;
  font-weight: bold;
  margin-bottom: 20px;
}

.rightContent .items .item .center>.fl p.p1 {
  font-size: 16px;
  color: rgb(51, 51, 51);
  line-height: 1.875;
  text-align: justify;
}

.rightContent .items .item .center>.fr {
  width: 470px;
}

.rightContent .items .item .teachBox .left {
  width: 460px;
}

.rightContent .items .item .teachBox .left>.fl {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 30px;
}

.rightContent .items .item .teachBox .left>.fr {
  width: 250px;
}

.rightContent .items .item .teachBox .left>.fr .name {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  line-height: 1.875;
}

.rightContent .items .item .teachBox .left>.fr .name span {
  display: inline-block;
  margin-left: 15px;
  font-size: 14px;
  color: #333333;
  font-weight: normal;
}

.rightContent .items .item .teachBox .left>.fr p.p1 {
  font-size: 16px;
  color: rgb(102, 102, 102);
  line-height: 1.875;
}

.rightContent .items .item .teachBox .right {
  width: 450px;
}

.rightContent .items .item .teachBox .right .table {
  border-bottom: 1px solid rgba(18, 149, 216, 0.4);
}

.rightContent .items .item .teachBox .right .table li {
  line-height: 45px;
  text-align: center;
}

.rightContent .items .item .teachBox .right .table li:nth-child(2n+1) {
  background-color: rgba(18, 149, 216, 0.102);
}

.rightContent .items .item .teachBox .right .table li .name {
  font-size: 18px;
  color: #1295d8;
  font-weight: bold;
  vertical-align: middle;
}

.rightContent .items .item .teachBox .right .table li .text {
  font-size: 14px;
  color: #1295d8;
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
  min-width: 70px;
}

.rightContent .items .item .research .box {
  padding: 30px;
  background-color: rgb(244, 244, 244);
  margin: 50px 0;
}

.rightContent .items .item .research .box:last-child {
  margin-bottom: 0;
}

.rightContent .items .item .research .box>.left {
  width: 220px;
  margin: -50px 30px 0 0;
}

.rightContent .items .item .research .box>.left:nth-child(2n) {
  margin: -50px 0 0 30px;
}

.rightContent .items .item .research .box>.right {
  width: 630px;
}

.rightContent .items .item .research .box>.right .tit {
  font-size: 18px;
  font-weight: bold;
  color: #1295d8;
  margin-bottom: 15px;
}

.rightContent .items .item .research .box>.right p.p {
  font-size: 16px;
  color: rgb(51, 51, 51);
  line-height: 1.75;
  text-align: justify;
}

.rightContent .items .item .img_list .list {
  float: left;
  margin-right: 34px;
  width: 209.5px;
}

.rightContent .items .item .img_list .list:last-child {
  margin: 0;
}

.rightContent .items .item .img_list .list .img_box {
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  border: 1px solid rgb(204, 204, 204);
  background-color: rgb(255, 255, 255);
  text-align: center;
  line-height: 95px;
}

.rightContent .items .item .img_list .list .text {
  font-size: 16px;
  color: #333333;
  text-align: center;
  margin-top: 20px;
}