@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1em;
  box-sizing: border-box; }

body {
  min-width: 1226px;
  background-color: #fff;
  font-family: "Microsoft Yahei","Open Sans","PingFang SC","Helvetica Neue", Helvetica, Arial,  "Hiragino Sans GB", STHeiti,  "Microsoft Sans Serif", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

a, a:hover, a:focus {
  text-decoration: none; }

ul:after {
  content: '';
  display: block;
  clear: both; }

.clearfix {
  display: block;
  clear: both; }

.container {
  width: 1200px;
  margin: 0 auto; }

.as-nav {
  width: 100%;
  position: fixed;
  z-index: 100;
  background-color: #fff;
 height: 80px;
  border-bottom: 1px solid #ccc;
  box-shadow: 0 0 5px #888; }
  .as-nav .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .as-nav .container .left {
      display: flex;
      align-items: center;  width:350px; float:left;}
      .as-nav .container .left i.logo {
        display: inline-block;
        width: 320px;
        height: 40px;
		margin-top:10px;
        background-image: url("logo1.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain; }
      .as-nav .container .left .logo-detail {
        margin-left: 9px;
        font-size: 12px;
        color: #777; }
    .as-nav .container .right {
      display: flex;
      align-items: center; width:900px; float:left; }
    .as-nav .container .nav-list {
      display: flex;
      margin-right: 0px; }
      .as-nav .container .nav-list li {
        margin-right: 5px;font-size: 12px;font-weight: 600;float: left;margin-top: 15px;}
        .as-nav .container .nav-list li a {
          color: #555; }
          .as-nav .container .nav-list li a:hover {
            color: #1f63af; }
        .as-nav .container .nav-list li .active {
          color: #1f63af; }
    

.topic {
  padding: 34px 0 50px 0;
  text-align: center; }
  .topic h1 {
    height: 87px;
    line-height: 87px;
    font-size: 34px;
    color: #3e3a39;
    display: inline-block;
    margin-bottom: 30px;
   
    background-size: 84px auto; }
  .topic .topic-list > li {
    float: left;
    width: 363px;
    height: 206px;
    padding: 30px 18px 0 18px;
    margin-right: 25px;
    margin-bottom: 25px;
    border: 1px solid #d6dce3;
    overflow: hidden; }
    .topic .topic-list > li:nth-child(3n) {
      margin-right: 0; }
    .topic .topic-list > li:hover {
      -webkit-box-shadow: 0 0 5px #d5e1ee;
      -moz-box-shadow: 0 0 5px #d5e1ee;
      box-shadow: 0 0 5px #d5e1ee; }
   /* .topic .topic-list > li > a {
      color: #3e3a39;
      display: block; }
      .topic .topic-list > li > a h2 {
        font-size: 20px;
        color: #246bb0;
        padding-bottom: 12px;
        border-bottom: 1px solid #d6dce3; }
      .topic .topic-list > li > a > div {
        margin-top: 12px;
        text-align: justify;
        font-size: 14px;
        line-height: 26px;
        color: #3e3a39;
        text-align: justify;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden; }
        .topic .topic-list > li > a > div p {
          height: 104px;
          font-size: 14px;
          line-height: 26px;
          color: #3e3a39;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 4;
          overflow: hidden; }*/

.opportunity {
  background-color: #f3f5f5; }
  .opportunity img {
    height: 7px;
    display: block;
    margin: 0 auto; }

.oppor {
  width: 100%;
  padding: 70px 0;
  background: url(5875ed5582334.png) repeat center;
  background-size: 100% 100%; }
  .oppor ul li{ width:30%; float:left; margin:0 10px;}
  .oppor a {
    display: block;
    width: 272px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 21px 0;
    margin: 0 auto;
    /*background: linear-gradient(-90deg, #1f63af, #1f82dc);*/
	
	
	background: #1f63af; 
background: -moz-linear-gradient(-90deg, #1f63af 0%, #1f82dc 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f63af), color-stop(100%,#1f82dc)); 
background: -webkit-linear-gradient(-90deg, #1f63af 0%,#1f82dc 100%); 
background: -o-linear-gradient(-90deg, #1f63af 0%,#1f82dc 100%); 
background: -ms-linear-gradient(-90deg, #1f63af 0%,#1f82dc 100%); 
background: linear-gradient(-90deg, #1f63af 0%,#1f82dc 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f63af', endColorstr='#1f82dc',GradientType=0 ); 
	
	
    border-radius: 4px; }
    .oppor a:hover {
       background: linear-gradient(-90deg, #4299dc, #42b4dc); }

.review {
  text-align: center;
  padding-top: 40px; }
  .review h1 {
    height: 87px;
    line-height: 87px;
    font-size: 34px;
    color: #3e3a39;
    display: inline-block;
     }
  .review .box {
    width: 100%;
    height: 320px;
    background: #fff;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    /*波浪三背景动画*/ }
    .review .box .waves {
      position: absolute;
      bottom: 0; }
      .review .box .waves img {
        width: 100%;
        display: block; }
    .review .box .waves1 {
      z-index: 2;
      animation: myAnimationwaves3 4s linear 100ms normal infinite;
      -moz-animation: myAnimationwaves3 4s linear 100ms normal infinite;
      -webkit-animation: myAnimationwaves3 4s linear 100ms normal infinite;
      -o-animation: myAnimationwaves3 4s linear 100ms normal infinite; }
    .review .box .waves2 {
      z-index: 3;
      animation: myAnimationwaves3 3s linear 500ms normal infinite;
      -moz-animation: myAnimationwaves3 3s linear 500ms normal infinite;
      -webkit-animation: myAnimationwaves3 3s linear 500ms normal infinite;
      -o-animation: myAnimationwaves3 3s linear 500ms normal infinite; }
    .review .box .waves3 {
      z-index: 1;
      animation: myAnimationwaves3 2s linear 100ms normal infinite;
      -moz-animation: myAnimationwaves3 2s linear 100ms normal infinite;
      -webkit-animation: myAnimationwaves3 2s linear 100ms normal infinite;
      -o-animation: myAnimationwaves3 2s linear 100ms normal infinite; }
    .review .box .auto {
      width: 1140px;
      margin: 0 auto;
      position: relative;
      z-index: 99;
      height: 100%; }
      .review .box .auto .flex {
        display: flex;
        display: -webkit-flex;
        width: 100%;
        height: 100%; }
        .review .box .auto .flex .balloon {
          display: flex;
          display: -webkit-flex;
          flex: 1;
          -webkit-flex: 1;
          /* Chrome */
          -ms-flex: 1;
          /* IE 10 */
          -webkit-flex-direction: column;
          -moz-flex-direction: column;
          -ms-flex-direction: column;
          -o-flex-direction: column;
          flex-direction: column;
          align-items: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -o-align-items: center;
          -webkit-justify-content: flex-end;
          -moz-justify-content: flex-end;
          -ms-justify-content: flex-end;
          -o-justify-content: flex-end;
          justify-content: flex-end;
          position: relative; }
          .review .box .auto .flex .balloon .qiu {
            position: relative;
            z-index: 5;
            width: 60px;
            height: 73.5px;
            color: #fff;
            font-size: 12px;
            display: block;
            text-align: center;
            padding-top: 15px;
            line-height: 20px;
            cursor: pointer;
            }
            .review .box .auto .flex .balloon .qiu:hover {
              }
          .review .box .auto .flex .balloon .xian {
            margin-top: -40px;
            margin-left: -1px;
            text-align: center; }
            .review .box .auto .flex .balloon .xian img {
              width: 55%;
              height: auto;
              vertical-align: middle; }
          .review .box .auto .flex .balloon .xian1 {
            margin-top: -4px;
            margin-left: -1px;
            text-align: center; }
            .review .box .auto .flex .balloon .xian1 img {
              width: 55%;
              height: auto;
              vertical-align: middle; }
        .review .box .auto .flex .ball1 {
          bottom: 87px;
          animation: ball1 34s linear 400ms normal infinite;
          -moz-animation: ball1 4s linear 400ms normal infinite;
          -webkit-animation: ball1 4s linear 400ms normal infinite;
          -o-animation: ball1 4s linear 400ms normal infinite; }
        .review .box .auto .flex .ball2 {
          bottom: 5px;
          animation: ball2 3s linear 200ms normal infinite;
          -moz-animation: ball2 3s linear 200ms normal infinite;
          -webkit-animation: ball2 3s linear 200ms normal infinite;
          -o-animation: ball2 3s linear 200ms normal infinite; }
        .review .box .auto .flex .ball3 {
          bottom: 44px;
          animation: ball3 4s linear 400ms normal infinite;
          -moz-animation: ball3 4s linear 400ms normal infinite;
          -webkit-animation: ball3 4s linear 400ms normal infinite;
          -o-animation: ball3 4s linear 400ms normal infinite; }
        .review .box .auto .flex .ball4 {
          bottom: 39px;
          animation: ball4 3s linear 200ms normal infinite;
          -moz-animation: ball4 3s linear 200ms normal infinite;
          -webkit-animation: ball4 3s linear 200ms normal infinite;
          -o-animation: ball4 3s linear 200ms normal infinite; }
        .review .box .auto .flex .ball5 {
          bottom: 40px;
          animation: ball5 4s linear 300ms normal infinite;
          -moz-animation: ball5 4s linear 300ms normal infinite;
          -webkit-animation: ball5 4s linear 300ms normal infinite;
          -o-animation: ball5 4s linear 300ms normal infinite; }
        .review .box .auto .flex .ball6 {
          bottom: 39px;
          animation: ball4 3s linear 100ms normal infinite;
          -moz-animation: ball4 3s linear 100ms normal infinite;
          -webkit-animation: ball4 3s linear 100ms normal infinite;
          -o-animation: ball4 3s linear 100ms normal infinite; }
        .review .box .auto .flex .ball7 {
          bottom: 40px;
          animation: ball5 3s linear 300ms normal infinite;
          -moz-animation: ball5 3s linear 300ms normal infinite;
          -webkit-animation: ball5 3s linear 300ms normal infinite;
          -o-animation: ball5 3s linear 300ms normal infinite; }

@keyframes myAnimationwaves3 {
  0% {
    bottom: 0px; }
  50% {
    bottom: -20px; }
  100% {
    bottom: 0px; } }
@-moz-keyframes myAnimationwaves3 {
  0% {
    bottom: 0px; }
  50% {
    bottom: -20px; }
  100% {
    bottom: 0px; } }
@-webkit-keyframes myAnimationwaves3 {
  0% {
    bottom: 0px; }
  50% {
    bottom: -20px; }
  100% {
    bottom: 0px; } }
@-o-keyframes myAnimationwaves3 {
  0% {
    bottom: 0px; }
  50% {
    bottom: -20px; }
  100% {
    bottom: 0px; } }
/*bottom: 90px*/
@keyframes ball1 {
  0% {
    bottom: 65px; }
  50% {
    bottom: 95px; }
  100% {
    bottom: 65px; } }
@-moz-keyframes ball1 {
  0% {
    bottom: 87px; }
  50% {
    bottom: 107px; }
  100% {
    bottom: 87px; } }
@-webkit-keyframes ball1 {
  0% {
    bottom: 87px; }
  50% {
    bottom: 107px; }
  100% {
    bottom: 87px; } }
@-o-keyframes ball1 {
  0% {
    bottom: 87px; }
  50% {
    bottom: 107px; }
  100% {
    bottom: 87px; } }
@keyframes ball2 {
  0% {
    bottom: 5px; }
  50% {
    bottom: 25px; }
  100% {
    bottom: 5px; } }
@-moz-keyframes ball2 {
  0% {
    bottom: 5px; }
  50% {
    bottom: 25px; }
  100% {
    bottom: 5px; } }
@-webkit-keyframes ball2 {
  0% {
    bottom: 5px; }
  50% {
    bottom: 25px; }
  100% {
    bottom: 5px; } }
@-o-keyframes ball2 {
  0% {
    bottom: 5px; }
  50% {
    bottom: 25px; }
  100% {
    bottom: 5px; } }
@keyframes ball3 {
  0% {
    bottom: 44px; }
  50% {
    bottom: 64px; }
  100% {
    bottom: 44px; } }
@-moz-keyframes ball3 {
  0% {
    bottom: 44px; }
  50% {
    bottom: 64px; }
  100% {
    bottom: 44px; } }
@-webkit-keyframes ball3 {
  0% {
    bottom: 44px; }
  50% {
    bottom: 64px; }
  100% {
    bottom: 44px; } }
@-o-keyframes ball3 {
  0% {
    bottom: 44px; }
  50% {
    bottom: 64px; }
  100% {
    bottom: 44px; } }
@keyframes ball4 {
  0% {
    bottom: 39px; }
  50% {
    bottom: 60px; }
  100% {
    bottom: 39px; } }
@-moz-keyframes ball4 {
  0% {
    bottom: 39px; }
  50% {
    bottom: 60px; }
  100% {
    bottom: 39px; } }
@-webkit-keyframes ball4 {
  0% {
    bottom: 39px; }
  50% {
    bottom: 60px; }
  100% {
    bottom: 39px; } }
@-o-keyframes ball4 {
  0% {
    bottom: 39px; }
  50% {
    bottom: 60px; }
  100% {
    bottom: 39px; } }
@keyframes ball5 {
  0% {
    bottom: 40px; }
  50% {
    bottom: 60px; }
  100% {
    bottom: 40px; } }
@-moz-keyframes ball5 {
  0% {
    bottom: 40px; }
  50% {
    bottom: 60px; }
  100% {
    bottom: 40px; } }
@-webkit-keyframes ball5 {
  0% {
    bottom: 40px; }
  50% {
    bottom: 60px; }
  100% {
    bottom: 40px; } }
@-o-keyframes ball5 {
  0% {
    bottom: 40px; }
  50% {
    bottom: 60px; }
  100% {
    bottom: 40px; } }
	
	
	.blue{ color:#246bb0!important;}
	.b{ font-weight:bold!important;}
	.font20{ font-size:20px!important;}
.tech {
  text-align: center;
  padding: 47px 0 46px 0;
  background-color: #1f63af; }
  .tech h1 {
    height: 87px;
    line-height: 87px;
    font-size: 34px;
    color: #fff;
    display: inline-block;
    margin-bottom: 37px;
     }
  .tech ul.te {
    padding: 0 18px; }
    .tech ul.te > li {
      float: left;
      width: 154px;
      height: 240px;
      margin-right: 83px;
      margin-bottom: 0; }
      .tech ul.te > li:nth-child(5n) {
        margin-right: 0; }
      .tech ul.te > li a {
        display: inline-block; }
        .tech ul.te > li a img {
          width: 100%;
          border: 5px solid #487bb5;
          border-radius: 50%; }
        .tech ul.te > li a:link img {
          border: 5px solid #487bb5; }
        .tech ul.te > li a:visited img {
          border: 5px solid #487bb5; }
        .tech ul.te > li a:hover img {
          border: 5px solid #fff; }
        .tech ul.te > li a:active img {
          border: 5px solid #487bb5; }
      .tech ul.te > li img {
        width: 100%;
        border: 5px solid #487bb5;
        border-radius: 50%; }
        .tech ul.te > li img:hover {
          border: 5px solid #fff; }
      .tech ul.te > li .teacher-link {
        font-size: 18px;
        color: #fff;
        margin-top: 20px; }
      .tech ul.te > li h4 {
        font-size: 18px;
        color: #17b8ee;
        margin-top: 20px; }
      .tech ul.te > li h6 {
        font-size: 13px;
        color: #d6dce3;
        margin-top: 14px;
        line-height: 1.4em; }
      .tech ul.te > li .position {
        margin-top: 1px; }
  .tech .more {
    display: block;
    margin: -5px auto 0 auto;
    width: 277px;
    padding: 23px 0;
    text-align: center;
    border-radius: 4px;
    background-color: #17b8ee;
    color: #fff;
    font-size: 16px; }
    .tech .more:hover {
      background-color: #11AFE4; }

.partner {
  padding: 40px 0 12px 0;
  background-color: #f5f7f8;
  border-bottom: 1px solid #e2e5e8;
  text-align: center; }
  .partner h1 {
    height: 87px;
    line-height: 87px;
    font-size: 34px;
    color: #3e3a39;
    display: inline-block;
    margin-bottom: 30px;
     }
  .partner h2 {
    font-size: 24px;
    color: #898989; }
    .partner h2 img {
      width: 40px;
      vertical-align: middle; }
    .partner h2:before, .partner h2:after {
      display: inline-block;
      content: '';
      width: 469px;
      height: 22px;
      border-bottom: 1px solid #898989; }
    .partner h2:before {
      float: left; }
    .partner h2:after {
      float: right; }
  .partner ul {
    padding-top: 30px;
    padding-bottom: 60px; }
    .partner ul li {
      /*width: 170px;*/
      float: left;
      margin-right: 24px;
      margin-bottom: 24px; }
	 .partner ul li p{ padding:10px;
	 color:#3e3a39; line-height:30px;} 
	  .partner_50{
      width: 47%!important; }
	  .partner_30{
      width: 30%!important; }
	  
      .partner ul li img {
        /*width: 100%;*/ }
      .partner ul li:nth-child(6n) {
        margin-right: 0; }

.topic {
  padding: 34px 0 50px 0;
  text-align: center; }
  .topic h1 {
    height: 87px;
    line-height: 87px;
    font-size: 34px;
    color: #3e3a39;
    display: inline-block;
    margin-bottom: 30px;
     }
  .topic .topic-list > li {
    float: left;
    width: 363px;
    height: 206px;
    padding: 30px 18px 0 18px;
    margin-right: 25px;
    margin-bottom: 25px;
    border: 1px solid #d6dce3;
    overflow: hidden;
	border-top:2px solid #246bb0; }
    .topic .topic-list > li:nth-child(3n) {
      margin-right: 0; }
    .topic .topic-list > li:hover {
      -webkit-box-shadow: 0 0 5px #d5e1ee;
      -moz-box-shadow: 0 0 5px #d5e1ee;
      box-shadow: 0 0 5px #d5e1ee; }
    .topic .topic-list > li > span {
      color: #3e3a39;
      display: block; }
      .topic .topic-list > li > span h2 {
        font-size: 20px;
        color: #246bb0;
        padding-bottom: 12px;
        border-bottom: 1px solid #d6dce3; }
      .topic .topic-list > li > span > div {
        margin-top: 12px;
        text-align: justify;
        font-size: 14px;
        line-height: 26px;
        color: #3e3a39;
        text-align: justify;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden; }
        .topic .topic-list > li > span > div p {
          height: 104px;
          font-size: 14px;
          line-height: 26px;
          color: #3e3a39;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 4;
          overflow: hidden; }


.contact {
  background-color: #000d58;
  padding: 71px 0 41px 0; }
  .contact h4 {
    font-size: 24px;
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: 1px solid #0d4785; }
  .contact .contact-item {
    width: 400px;
    float: left;
    margin-right: 26px; }
	
	.logo_bottom_w{width: 150px!important;}
    .contact .contact-item a {
      color: #d6dce3; }
      .contact .contact-item a:hover {
        color: #fff; }
    .contact .contact-item .qrcode-group > a {
      display: inline-block;
      cursor: pointer; }
      .contact .contact-item .qrcode-group > a:link, .contact .contact-item .qrcode-group > a:visited, .contact .contact-item .qrcode-group > a:hover, .contact .contact-item .qrcode-group > a:active {
        cursor: pointer; }
    .contact .contact-item .qrcode-group img {
      width: 128px; }
    .contact .contact-item .qrcode-group .xian {
      width: 143px;
      margin-left: 9px;
      padding-left: 15px;
     /* border-left: 1px solid #fff;*/ }
    .contact .contact-item ul li {
      font-size: 16px;
      color: #d6dce3;
      margin-bottom: 14px; }
      .contact .contact-item ul li:hover {
        color: #fff; }
    .contact .contact-item > a > img {
      width: 100%; }
  .contact .cancel-mar {
    margin-right: 0; }
  .contact #allmap {
    width: 100%;
    height: 196px; }
  .contact .contact-bottom ul:after {
    content: '';
    display: block;
    clear: both; }
  .contact .contact-bottom ul li {
    float: left;
    margin-right: 13px; }
    .contact .contact-bottom ul li a:last-child {
      margin-right: 0; }
    .contact .contact-bottom ul li a > img {
      width: 21px;
      vertical-align: middle; }
    .contact .contact-bottom ul li a h6 {
      display: inline-block;
      font-size: 12px;
      color: #d6dce3;
      letter-spacing: .8px; }
      .contact .contact-bottom ul li a h6:hover {
        color: #fff; }

footer {
  padding: 29px 0 32px 0;
  background-color: #fff; }
  footer .wrap {
    width: 352px;
    display: block;
    margin: 0 auto; }
    footer .wrap:after {
      display: block;
      content: '';
      clear: both; }
    footer .wrap > img {
      float: left;
      width: 126px; }
    footer .wrap .footer-detail {
      float: left;
      border-left: 2px solid #ececec;
      padding-left: 9px;
      margin-top: 6px;
      margin-left: 9px; }
      footer .wrap .footer-detail h5 {
        margin-bottom: 7px;
        font-size: 12px;
        color: #1f63af; }
      footer .wrap .footer-detail h6 {
        font-size: 12px;
        color: #3e3a39; }

.fix {
  position: fixed;
  z-index: 1000;
  right: 0;
  bottom: 5%; }
  .fix ul {
    width: 52px;
    border-bottom: 1px solid #d6dce3; }
    .fix ul li {
      position: relative;
      height: 52px;
      line-height: 52px;
      border-top: 1px solid #d6dce3;
      border-left: 1px solid #d6dce3;
      background-color: #fff; }
      .fix ul li:first-of-type:hover .arrow_box {
        display: block; }
      .fix ul li:nth-of-type(2):hover .follow {
        display: block; }
      .fix ul li:nth-of-type(3):hover .anchor_point_partner {
        display: block; }
      .fix ul li img.tel {
        width: 22px; }
      .fix ul li img {
        width: 29px;
        display: block;
        margin: 10px auto; }
      .fix ul li img.top {
        margin-top: 15px; }
      .fix ul li:hover {
        background-color: #f5f7f8; }
      .fix ul li .arrow_box {
        display: none;
        position: absolute;
        width: 155px;
        right: 70px;
        top: 0;
        background-color: #fff;
        padding: 13px 16px;
        border: 1px solid #d6dce3; }
        .fix ul li .arrow_box img {
          width: 100%; }
        .fix ul li .arrow_box small {
          font-size: 13px;
          color: #8e9ca9; }
        .fix ul li .arrow_box:after, .fix ul li .arrow_box:before {
          left: 100%;
          top: 22%;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none; }
        .fix ul li .arrow_box:after {
          border-color: rgba(255, 255, 255, 0);
          border-left-color: #fff;
          border-width: 8px;
          margin-top: -8px; }
        .fix ul li .arrow_box:before {
          border-color: rgba(214, 220, 227, 0);
          border-left-color: #d6dce3;
          border-width: 9px;
          margin-top: -9px; }
      .fix ul li .follow {
        display: none;
        position: absolute;
        width: 286px;
        right: 70px;
        top: -4px;
        padding: 0 15px;
        background-color: #fff;
        border: 1px solid #d6dce3; }
        .fix ul li .follow:after, .fix ul li .follow:before {
          left: 100%;
          top: 22%;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none; }
        .fix ul li .follow:after {
          border-color: rgba(255, 255, 255, 0);
          border-left-color: #fff;
          border-width: 8px;
          margin-top: -8px; }
        .fix ul li .follow:before {
          border-color: rgba(214, 220, 227, 0);
          border-left-color: #d6dce3;
          border-width: 9px;
          margin-top: -9px; }
        .fix ul li .follow .border {
          display: inline-block;
          margin-right: 15px;
          padding-right: 15px;
          border-right: 1px solid #d6dce3; }
        .fix ul li .follow img {
          padding: 11px 0;
          width: 106px;
          display: inline-block; }
      .fix ul li .anchor_point_partner {
        display: none;
        position: absolute;
        width: 153px;
        right: 70px;
        top: 0;
        background-color: #fff;
        padding: 14px 26px 10px 23px;
        border: 1px solid #d6dce3;
        color: #8e9ca9;
        font-size: 15px;
        text-align: center;
        line-height: 22.5px; }
        .fix ul li .anchor_point_partner:after, .fix ul li .anchor_point_partner:before {
          left: 100%;
          top: 22%;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none; }
        .fix ul li .anchor_point_partner:after {
          border-color: rgba(255, 255, 255, 0);
          border-left-color: #fff;
          border-width: 8px;
          margin-top: -8px; }
        .fix ul li .anchor_point_partner:before {
          border-color: rgba(214, 220, 227, 0);
          border-left-color: #d6dce3;
          border-width: 9px;
          margin-top: -9px; }
      .fix ul li .anchor_point_image img {
        width: 34px; }
    .fix ul #anchor_point_wrapper {
      display: none; }
.as-nav-home-top {
  width: 100%;

  z-index: 100;
 /* background: linear-gradient(-90deg, #1f63af, #1f82dc);*/
  height: 24px;
  /*border-bottom:1px solid #246bb0;*/
   }

.as-nav-home-top .nav-list li a {
          color: #fff; font-size:12px; font-weight:normal;}


.as-nav-home {
  width: 100%;
  position: fixed;
  z-index: 100;
  background:url(banner-ifedcn.png) scroll top no-repeat;opacity:0.9;filter:alpha(opacity:90);
  height: 140px;
  border-bottom: 1px solid #000; }
  .as-nav-home .container {
   /* height: 100%;*/
    display: flex;
    align-items: center;
    justify-content: space-between; margin-top:10px; }
    .as-nav-home .container .left {
      display: flex;
      align-items: center; width:350px; float:left;}
      .as-nav-home .container .left i.logo {
        display: inline-block;
        width: 660px;
        height: 78px;
        background-image: url("ifedc_logo_eg.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain; }
      .as-nav-home .container .left .logo-detail {
        border-left: 2px solid #000;
        margin-left: 9px;
        font-size: 12px;
        color: #bbbbbb; }
		.as-nav-home-top .container .right {
      margin-top:3px; width:500px!important;float:right!important; display: flex;
      align-items: center;}
	  .as-nav-home-top .container .left {
      margin-top:3px; width:920px!important; float:left!important;display: flex;
      align-items: center;}
	  .as-nav-home-top .container .nav-list li{ margin-top:5px!important; margin-right: 35px;
        font-size: 16px;
        font-weight: 600;    float: left; }
    .as-nav-home .container .right {
      display: flex;
      align-items: center;  float:left;}
    .as-nav-home .container .nav-list {
      display: flex;
      margin-right: 0; }
      .as-nav-home .container .nav-list li {
        margin-right: 5px;font-size: 12px;font-weight: 600;float: left;}
        .as-nav-home .container .nav-list li a {
          color: #fff; }
          .as-nav-home .container .nav-list li a:hover {
            color: #6abcfc; }
        .as-nav-home .container .nav-list li .active {
          color: #6abcfc; }
   

.shadow {
  box-shadow: 0 0 5px #888; }

.as-home-header .bg {
  height: 450px;
  background-image: url("58da29b0ac9d6.png");
  background-position: center;
  background-size: cover; }
.as-home-header .info {
  height: 259px;
  background-color: gainsboro;
  position: relative; }
  .as-home-header .info .popup {
    width: 1035px;
    height: 234px;
    margin: 0 auto;
    position: relative;
    top: -117px;
    background-color: #fff;
    padding-top: 22px; 
	filter:alpha(Opacity=90);-moz-opacity:0.9;opacity: 0.9}
    .as-home-header .info .popup h1 {
      font-size: 24px;
      color: #246bb0;
      text-align: center;
      font-weight: normal; }
    .as-home-header .info .popup p {
      margin-top: 20px;
      padding: 0 25px;
      font-size: 16px;
      line-height: 1.7;
      color: #777; }
    .as-home-header .info .popup .footer {
      position: absolute;
      left: 0;
      bottom: 0;
      color: #246bb0;
     /* border-top: 1px solid #eee;*/
      padding: 0 20px;
      width: 100%;
      height: 57px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: 16px;
	  font-weight:bold; }
      .as-home-header .info .popup .footer .left, .as-home-header .info .popup .footer .right {
        display: flex;
        align-items: center; }
      .as-home-header .info .popup .footer i {
        display: inline-block;
        width: 20px;
        height: 20px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        margin-right: 10px; }
      .as-home-header .info .popup .footer li {
        margin-right: 40px;
        display: flex;
        align-items: center;     float: left;}
        .as-home-header .info .popup .footer li.date i {
          background-image: url("2017sz-logo-time.svg"); }
        .as-home-header .info .popup .footer li.location i {
          background-image: url("2017sz-logo-location.svg"); }
        .as-home-header .info .popup .footer li.phone i {
          background-image: url("2017sz-logo-phone.svg"); }
      .as-home-header .info .popup .footer a {
        display: flex;
        align-items: center;
        color: #246bb0;
        cursor: pointer; 
		font-weight:normal;}
        .as-home-header .info .popup .footer a:hover {
          opacity: 0.7; }
        .as-home-header .info .popup .footer a i {
          background-image: url("2017sz-logo-start-02.svg"); }
  .as-home-header .info .number {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%; }
    .as-home-header .info .number .container {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .as-home-header .info .number li {
      text-align: center;    float: left; width:25%; }
    .as-home-header .info .number .label {
      font-size: 18px;
      color: #555; }
    .as-home-header .info .number .value {
      margin-top: 14px;
      font-size: 48px;
      color: #246bb0;
      font-weight: bold; }

.as-video {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1000;
  opacity: 0;
  transition: opacity 0.4s; }
  .as-video .bg {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    z-index: -1; }
  .as-video .video {
    width: 943px;
    height: 530px;
    position: relative;
    background: #000; }
    .as-video .video video {
      width: 100%;
      height: 100%; }
    .as-video .video a.close {
      cursor: pointer;
      position: absolute;
      top: -15px;
      right: -15px;
      top: 0;
      right: -30px;
      width: 30px;
      height: 30px;
      background: #eee;
      font-style: normal;
      font-size: 25px;
      color: #333;
      display: flex;
      justify-content: center;
      align-items: center; }
      .as-video .video a.close:hover {
        background: #fff; }


@keyframes ashomehistoryblink {
  0% {
    transform: scale(1, 1); }
  100% {
    transform: scale(1.6, 1.6); } }
.as-home-history {
  height: 627px;
  background-color: #263056;
  background-image: url("58ed7bfa39c12.png");
  background-size: contain;
  background-position: center;
  position: relative; }
  .as-home-history h1 {
    padding-top: 45px;
    height: 87px;
    line-height: 87px;
    font-size: 34px;
    color: #fff;
    text-align: center;
	
margin-bottom: 37px;
	 }
  .as-home-history .container {
    height: 100%;
   
    position: relative; }
   .as-home-history ul.te {
    padding: 18px; }
    .as-home-history ul.te > li {
      float: left;
      width: 22%;
      height: 240px;
      margin-right: 40px;
     /* margin-bottom: 54px;*/
	  text-align:center }
      .as-home-history ul.te > li:nth-child(3n) {
        margin-right: 0; }
      .as-home-history ul.te > li a {
        display: inline-block; }
        .as-home-history ul.te > li a img {
          width: 100%; border:none;
          }
        
      .as-home-history ul.te > li img {
        width: 100%;
       }
       
      .as-home-history ul.te > li .teacher-link {
        font-size: 18px;
        color: #fff;
        margin-top: 20px; }
      .as-home-history ul.te > li h4 {
        font-size: 18px;
        color: #17b8ee;
        margin-top: 20px; }
      .as-home-history ul.te > li h6 {
        font-size: 13px;
        color: #d6dce3;
        margin-top: 14px;
        line-height: 1.4em; }
      .as-home-history ul.te > li .position {
        margin-top: 1px; }

.as-home-comment {
  height: 720px;
  padding-top: 60px;
  background-color: #1f63af; }
  .as-home-comment > h1 {
    height: 87px;
    line-height: 87px;
    font-size: 34px;
    color: #fff;
    text-align: center; }
  .as-home-comment .frame-wrap {
    display: flex;
    justify-content: center;
    margin-top: 45px; }
    .as-home-comment .frame-wrap .frame {
      width: 560px;
      height: 435px;
      margin: 0 19px;
      background-color: white; }
      .as-home-comment .frame-wrap .frame.video {
        background-image: url("http://static.geekbang.org/archsummit/archsummit2017sz-home-comment-bg.jpg");
        background-position: center;
        background-size: cover;
        color: #fff;
        text-align: center;
        cursor: pointer;
        padding-top: 35px;
        position: relative; }
        .as-home-comment .frame-wrap .frame.video .wrap {
          width: 100%;
          height: 100%;
          opacity: 0.7;
          transition: opacity 0.4s; }
        .as-home-comment .frame-wrap .frame.video:hover .wrap {
          opacity: 1; }
        .as-home-comment .frame-wrap .frame.video h1 {
          font-size: 28px;
          letter-spacing: 20px; }
        .as-home-comment .frame-wrap .frame.video h2 {
          font-size: 24px;
          line-height: 1.4;
          margin-top: 10px; }
        .as-home-comment .frame-wrap .frame.video i {
          position: absolute;
          left: 50%;
          top: 50%;
          width: 100px;
          height: 100px;
          margin-left: -50px;
          margin-top: -50px;
          background-image: url("http://static.geekbang.org/archsummit/2017sz-logo-start-big.svg");
          background-size: contain;
          background-position: center;
          background-repeat: no-repeat; }
      .as-home-comment .frame-wrap .frame.people {
        overflow: hidden;
        padding-top: 32px; }
        .as-home-comment .frame-wrap .frame.people > h1 {
          font-size: 28px;
          text-align: center;
          margin-bottom: 20px; }
        .as-home-comment .frame-wrap .frame.people .swiper-slide {
          font-size: 16px;
          padding: 0 30px;
          color: #777; }
          .as-home-comment .frame-wrap .frame.people .swiper-slide p {
            line-height: 1.8; }
          .as-home-comment .frame-wrap .frame.people .swiper-slide .comment {
            height: 120px; }
          .as-home-comment .frame-wrap .frame.people .swiper-slide .author {
            text-align: right; }
        .as-home-comment .frame-wrap .frame.people .comment-swiper-pagination {
          margin-top: 20px;
          text-align: center; }
        .as-home-comment .frame-wrap .frame.people .qa {
          display: flex;
          align-items: center;
          justify-content: space-between;
          margin-top: 33px;
          border-top: 1px solid #ccc;
          padding: 10px 30px 0 30px; }
          .as-home-comment .frame-wrap .frame.people .qa .boss {
            color: #246bb0;
            line-height: 1.4;
            margin-top: 5px; }
          .as-home-comment .frame-wrap .frame.people .qa .user {
            line-height: 1.4;
            margin-top: 10px;
            color: #777; }
          .as-home-comment .frame-wrap .frame.people .qa .right {
            width: 110px;
            height: 110px;
            margin-left: 38px;
            flex-shrink: 0; }

.analysis {
  width: 100%;
  height: 900px;
  padding: 65px 0 65px 0;
  text-align: center;
  position: relative;
  z-index: 0; }
  .analysis .bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url("58ed806d17f12.png");
    background-position: center;
    background-size: cover;
    z-index: -1;
    opacity: 0.1; }
  .analysis h1 {
    font-size: 34px;
    color: #3e3a39; }
  .analysis .tab-container .tab-wrapper {
    margin-top: 20px;
    height: 365px;
    text-align: center; }
    .analysis .tab-container .tab-wrapper li {
      height: 100%;
      display: none; }
      .analysis .tab-container .tab-wrapper li img {
        height: 100%; }
      .analysis .tab-container .tab-wrapper li.age {
        display: none; }
      .analysis .tab-container .tab-wrapper li.active {
        display: block; }
      .analysis .tab-container .tab-wrapper li.age img {
        height: 110%;
        position: relative;
        left: 30px;
        bottom: 30px; }
  .analysis .tab-container .tab-pagination {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .analysis .tab-container .tab-pagination li {
      display: flex;
      align-items: center;
      margin: 0 6px;
      cursor: pointer;
      position: relative; }
      .analysis .tab-container .tab-pagination li i {
        display: inline-block;
        width: 53px;
        height: 7px;
        background-color: gainsboro; }
      .analysis .tab-container .tab-pagination li.active i {
        background-color: #1d5ea4; }
      .analysis .tab-container .tab-pagination li.job::before {
        content: '工作年限分析';
        margin-right: 5px;
        color: #8e9ca9;
        font-size: 14px; }
      .analysis .tab-container .tab-pagination li.age::after {
        content: '职位分析';
        margin-left: 5px;
        color: #8e9ca9;
        font-size: 14px; }
  .analysis .note {
    position: absolute;
    bottom: 40px;
    right: 80px;
    font-size: 12px;
    color: #bbb; }
	
	
	.ltsz-wrapper {
    width: 996px;
    margin: 50px auto 0;
}

.table_borders td
{
    height: 45px;
    line-height: 45px;
	color:#3e3a39;
    text-align: center;
    border: 1px solid #f1f1f1;
    }
.table_borders .ltsztd{
    background: #165dae; color:#fff;}	
	
	.xhx
	{TEXT-DECORATION: underline; }
	
	.pading20{ padding-bottom:20px;}
	
	
	blockquote {
    margin-bottom: 1.5em;
    padding: 0.75em 0.75em 0.75em 1.5em;
    border-left: solid 0.15em #dfdfdf;
}
	
/*# sourceMappingURL=style.css.map */
@media only screen and (max-width: 1024px)
		{
		
		body {
    min-width: 890px;
   
}
.as-nav-home .container .left i.logo {
    
    width: 240px;
    height: 32px;}
	
	.as-nav-home .container .nav-list li {
    margin-right: 25px;font-size: 14px;}
	
		.container {
    width: 800px!important;
    margin: 0 auto;
}
.as-home-header .info .popup {
    width: 800px;
    height: 260px;
    
    top: -137px;}
		.oppor a {
   
    width: 240px;}	
	.topic .topic-list > li {
    
    width: 380px;}
	
	.topic .topic-list > li:nth-child(2n) {
      margin-right: 0; }
	  .topic .topic-list > li:nth-child(3) {
          margin-right: 25px;}
		  
		  .tech h1 {		  
    font-size: 30px;
	}
	.tech ul.te > li:nth-child(3n) {
    margin-right: 0;
}
.tech ul.te > li:nth-child(15) {
    margin-right: 0!important;
}
	.tech ul.te > li:nth-child(5n) {
    margin-right: 83px;
}

.tech ul.te > li {
    
    width: 195px;
    height: 280px;}
	.as-home-history ul.te > li {
    
    width: 25%;}
	
	.ltsz-wrapper {
    width: 780px;
   
}
.partner h2:before, .partner h2:after {
    
    width: 300px;}
	
	.contact .contact-item {
    width: 245px;}
	
	.contact .contact-item ul li {
    font-size: 14px;
   
}
.as-nav-home .container .left {
   
    width: 250px;}
	.as-nav-home .container .right {
   
    width: 550px;}
	
	.as-nav .container .left {
   
    width: 250px;}
	.as-nav .container .right {
   
    width: 550px;}
	
	.as-nav .container .left i.logo {
    
    width: 240px;
    height: 32px;}
	
	.as-nav .container .nav-list li {
    margin-right: 25px;font-size: 14px;}
	
	.partner .about_menu_ul li a{ 
    width: 150px!important;}
	.partner .about_menu_ul li {
    width: 17%!important;}
	.partner table img{ width:250px;}
	
	.partner1 td img{ width:80%;}
	
	.partner .paper_menu_ul li a {    
    width: 180px!important;}
	.partner .paper_menu_ul li {
    width: 22%!important;}
	.partner ul li:nth-child(6n) {
    margin-right: 24px;
}
.partner .topic_2 li {
    width: 100%!important;}
	.partner .schedule_menu_ul li {
    width: 47%!important;}
	.partner .schedule_menu_ul li a {
    
    width: 350px!important;}
	
	.partner .exh_menu_ul li {
    width: 30%!important;}
	.partner .exh_menu_ul li a {
    
    width: 240px!important;}
	.partner .pe_menu_ul li {
    width: 13.5%!important;}
	.partner .pe_menu_ul li a {
    
    width: 120px!important;}
	.pe_img img {
    
    width:700px!important;
}
		}
