/* 模板：Www.AdminBuy.Cn */
/* QQ：9490489 */
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.ani {
  opacity: 0;
}
.ani-slide .ani1-1 {
  opacity: 1;
  -webkit-animation: fadeInDown 0.5s both;
  animation: fadeInDown 0.5s both;
}
.ani-slide .ani1-2 {
  opacity: 1;
  -webkit-animation: fadeInUp 0.5s both;
  animation: fadeInUp 0.5s both;
}

.swiper-container {
  margin-top: 0px;
  width: 100%;
  height: 600px;
  background-size: cover !important;
  background-position: center;
}

.pagination {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
  z-index: 2;
}

.swiper-pagination-switch {
  display: inline-block;
  width: 50px;
  height: 4px;
  border-radius: 8px;
  margin: 0 5px;
  background: #fff;
  cursor: pointer;
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.swiper-active-switch {
  opacity: 1;
  filter: alpha(opacity=100);
}

.swiper-container .prev,
.swiper-container .next {
  width: 36px;
  height: 60px;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.34);
  cursor: pointer;
  transform: translate(0, -50%);
  border-radius: 2px;
}

.swiper-container .iconfont {
  font-size: 20px;
  color: #fff;
  line-height: 60px;
  text-align: center;
  opacity: 0.6;
}

.swiper-container .prev {
  left: 20px;
}

.swiper-container .next {
  right: 20px;
}

.swiper-content {
  position: absolute;
  top: 200px;
  width: 600px;
}

.swiper-content .swiper-title {
  font-size: 50px;
  font-weight: 700;
  line-height: 64px;
  max-height: 128px;
  overflow: hidden;
  color: #fff;
  margin-bottom: 20px;
}

.swiper-content .swiper-text {
  color: #fff;
  line-height: 1.8;
  font-size: 16px;
  margin-top: 10px;
  line-height: 28px;
  max-height: 128px;
  overflow: hidden;
}
.swiper-content .swiper-bnt {
  display: block;
  width: 180px;
  height: 48px;
  background: #bf0614;
  border: 1px solid #bf0614;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  margin-top: 60px;
}
.swiper-content .swiper-bnt a {
  color: #fff;
}
.swiper-content .swiper-bnt:hover {
  background: #06B55A;
  border: 1px solid #06B55A;
}
.service {
  margin-top: 0px;
  margin-bottom: 20px;
}

.service li {
  float: left;
  width: 31%;
  height: 450px;
  padding:10px;
  margin-top: 30px;
  margin-right: 30px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  box-sizing: border-box;
  transition: box-shadow 0.3s, border 0.3s, background-color 0.3s, color 0.3s,
    transform 0.3s;
}

.service li a {
  display: block;
  width: 100%;
  height: 283px; box-sizing:border-box
}
.service li a img{ margin:30px 0 10px;}
.service li:hover {
 
  color: #fff;
  transform: translateY(-3px);
  border: none;
  box-sizing: border-box;
  box-shadow: 0 2px 20px rgba(0, 95, 193, 0.2);
  transition: box-shadow 0.3s, border 0.3s, background-color 0.3s, color 0.3s,
    transform 0.3s;
}
.service li:hover img{}
.service li:hover span,
.service li:hover .title {
  color: #fff;
}

.service li:hover .post {
  display: block;
  color: #fff;
}

.service li:hover .post i {
  font-size: 24px;
  margin-left: 8px;
  vertical-align: middle;
}

.service li:hover .desc {
  display: none;
}



.service li span {
  display: inline-block;
  font-size: 84px;
  padding: 57px 0 7px 0;
  color: #bf0614;
}

.service li .title {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 22px;
  color: #000;
}

.service li .desc {
  width: 100%;
  color: #7a7a7a;
  font-size: 14px; padding:0 20px;
  line-height: 20px; box-sizing:border-box
}

.service li .post {
  display: none;
}

.team {
  margin-top: 80px;
  width: 100%;
  height:540px;
  background: url(../images/teambg.jpg) top;
}

.team .team-text {
  padding: 80px 0;
  text-align: center;
}

.team .team-text .title {
  font-size: 42px;
  color: #fff;
  font-weight: bold;
}

.team li {
  float: left;
  width: 250px;
  height: 210px;
  text-align: center;
  color: #eee;
  cursor: pointer;
  padding: 30px 25px;
  transition: box-shadow 0.3s, border 0.3s, background-color 0.3s, color 0.3s,
    transform 0.3s;
}

.team li:hover {
  transform: translateY(-3px);
  background-color: rgba(255, 255, 255, 0.1);
  transition: box-shadow 0.3s, border 0.3s, background-color 0.3s, color 0.3s,
    transform 0.3s;
}

.team li .iconfont {
  font-size: 80px;
}

.team li .title {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 22px; color:#fff
}

.team li .desc {
  line-height: 1.75;
  font-size: 14px;
  color: #fff;
}

.team .team-more {
  margin-top: 40px;
  text-align: center;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
}

.team .team-more span {
  margin-right: 6px;
}

.team .team-more a {
  color: #ccc;
}

.team .team-more a:hover {
  display: inline-block;
  width: 156px;
  height: 34px;
  background-color: #fff;
  color: #bf0614;
}
.baike {
  background-color: #f6f6f6;
  padding: 60px 0;
}

.baike-content {
  margin-top: 40px;
  background: #fff;
  box-shadow: 0 0 16px rgb(95 126 209 / 16%);
  padding: 20px;
  height: 460px;
  box-sizing: border-box;
}
.baike-content .baike-item:nth-child(3n + 3) {
  margin-right: 0;
  border-right: none;
}
.baike-content .baike-item {
  width: 372px;
  height: 100%;
  float: left;
  box-sizing: border-box;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #e5e5e5;
}
.baike-content .baike-item .baike-info {
  position: relative;
  padding-top: 5px;
  height: 65px;
}
.baike-content .baike-item .baike-info .iconfont {
  font-size: 36px;
  line-height: 60px;
}
.baike-content .baike-item .baike-info .pic {
  position: absolute;
  top: 5px;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #bf0614;
  border-radius: 50%;
  color: #fff;
  background-color: #1e57fe;
  box-sizing: border-box;
  text-align: center;
  display: block;
}
.baike-content .baike-item .baike-info h3 {
  margin-left: 80px;
  margin-top: 10px;
  font-weight: 600;
  color: #333;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 260px;
  display: inline-block;
}
.baike-content .baike-item .baike-info h3 a {
  color: #333;
}

.baike-content .baike-item .baike-info p {
  margin-left: 80px;
  color: #999;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 260px;
  line-height: 2;
}
.baike-content .baike-item .baike-hot {
  margin: 20px 0 10px 0;
}
.baike-content .baike-item .baike-hot .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
.baike-content .baike-item .baike-hot .title a {
  color: #333;
}
.baike-content .baike-item .baike-hot .desc {
  font-size: 14px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
  line-height: 1.5;
  max-height: 40px;
}
.baike-content .baike-item .baike-list {
  margin-top: 10px;
  color: #666;
}

.baike-content .baike-item .baike-list li {
  text-align: left;
  font-size: 14px;
  color: #666;
  padding-left: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  margin-bottom: 15px;
}
.baike-content .baike-item .baike-list li::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: #dae2f2;
  left: 0;
  top: 3px;
  border-radius: 50%;
}
.baike-content .baike-item .baike-list li a {
  color: #666;
}
.baike-content .baike-item .baike-list li a:hover {
  color: #bf0614;
}
.news {
  margin-top: 80px; margin-bottom:60px
}

.news .news-box {
  margin-top: 60px;
}

.news .news-box .news-hot {
  float: left;
  margin-right: 30px;
  width: 580px;
  box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  transition: box-shadow 0.3s, border 0.3s, background-color 0.3s, color 0.3s,
    transform 0.3s;
}

.news .news-box .news-hot:hover {
  transform: translateY(-3px);
  border: none;
  box-sizing: border-box;
  box-shadow: 0 2px 20px rgba(0, 95, 193, 0.2);
  transition: box-shadow 0.3s, border 0.3s, background-color 0.3s, color 0.3s,
    transform 0.3s;
}

.news .news-box .news-hot .pic {
  padding: 30px;
  width: 520px;
  height: 280px;
  overflow: hidden;
}

.news img {
  width: 100%;
}

.news .news-box .news-hot .title {
  padding: 30px 30px 9px 30px;
  font-size: 22px;
  color: #404040;
  line-height: 28px;
}

.news .news-box .news-hot .desc {
  padding: 0 30px 30px 30px;
  line-height: 22px;
  color: #999;
}

.news .news-box .news-list {
  float: left;
  width: 590px;
}

.news .news-box .news-list li {
  width: 590px;
  height: 100px;
  background-color: #fafafa;
  margin-bottom: 15px;
  padding: 20px 20px 0px;
  box-sizing: border-box;
}

.news .news-box .news-list li:hover {
  transform: translateY(-3px);
  background-color: #bf0614;
  transition: box-shadow 0.3s, border 0.3s, background-color 0.3s, color 0.3s,
    transform 0.3s;
}

.news .news-box .news-list li:hover .date .date-years,
.news .news-box .news-list li:hover .date .date-month,
.news .news-box .news-list li:hover .info .title a,
.news .news-box .news-list li:hover .info .desc {
  color: #ebebeb;
}

.news .news-box .news-list li .date {
  float: left;
  width: 76px;
  text-align: right;
  margin-right: 20px;
}

.news .news-box .news-list li .date .date-years {
  font-size: 14px;
  color: #666;
}

.news .news-box .news-list li .date .date-month {
  font-size: 24px;
  line-height: 38px;
  color: #888;
  font-weight: bold;
}

.news .news-box .news-list li .info {
  float: left;
  width: 454px;
}

.news .news-box .news-list li .info .title {
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news .news-box .news-list li .info .title a {
  color: #404040;
}

.news .news-box .news-list li .info .desc {
  margin-top: 5px;
  font-size: 12px;
  color: #999;
  line-height: 18px;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-link {
  background-color: #141b1e;
  color: #4d4d4d;
  font-size: 12px;
  line-height: 1.5;
}
.index-link .container {
  padding: 10px 0;
}
.index-link a {
  font-size: 12px;
  margin-right: 10px;
  color: #4d4d4d;
}

.index-link .tab {
  height: 33px;
  margin: 0 auto;
  border-bottom: 1px solid #6666664d;
}

.index-link .tab ul li {
  float: left;
  display: block;
  margin: 0 20px 0 0;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  color: #4d4d4d;
  cursor: pointer;
}

.index-link .tab ul li:last-child() {
  margin-right: 0;
}

.index-link .tab ul li.current {
  color: #fff;
}

.index-link .hide {
  display: none;
}

.index-link .tab_list > ul {
  margin: 10px 0;
  overflow: hidden;
}

.index-link .tab_list > ul > li {
  float: left;
  margin-right: 10px;
}

.index-link .tab_list > ul > li:last-child {
  margin-right: none;
}
.md{border:0px;background:transparent;}
.md .md_hd{background-color: #fff;height:77px;line-height: 77px;padding:0;border:none;border-radius:8px; margin-bottom: 20px; }
.md .md_hd .mh_title{background:url(/skin/images/pc_xinwen.png) no-repeat left 15px;color:#000;font-style:normal;margin-left:36px;padding:0 28px;font-size:32px;font-weight: bold;line-height: 90px;}
.md .md_hd .mh_option{font-size: 14px;color: #000;font-weight: normal;}
.md .md_hd .mh_option a{color: #000;}
.md .md_bd{border:0px;background: transparent;padding: 0; overflow: inherit;}

.md .md_hd .mh_option {
    font-size: 14px;
    color: #000;
    font-weight: normal;
}
.md .md_hd .mh_option {
    font-size: 12px;
    font-family: ;
    background-color: none;
    float: right;
    padding-right: 10px;
}
.md .md_hd .mh_title {
    margin-left: 10px;
    float: left;
}

.swiper-button-next::after, .swiper-button-prev::after{ font-size: 0 !important; }

.ind04cntvshare_weixin{ position: absolute;width:105px;height:138px;padding:0;margin:0;z-index:11000;top:25px;left:-42px;text-align:center; }
.ind04cntvshare_weixin .sharebg{background-color:#fff;width:105px;height:130px; border-radius: 2px;box-shadow:0px 1px 4px 1px rgba(0, 0, 0, 0.1);}
.ind04cntvshare_weixin .cntvshare_head{background: url(../images/ind03share_top_xuqiu-18886.png) no-repeat center top;font-size:12px;font-weight:700;text-align:center;height:8px;position:relative;color:#000}
.ind04cntvshare_weixin .codeqr{padding:15px 15px 0 15px;}
.ind04cntvshare_weixin .codeqr img{ width: 100%; }
.ind04cntvshare_weixin .cntvshare_headfoot{font-size:12px;text-align:center;line-height:16px;color:#666;}


/* 首屏轮播图 */
.focusBox{ position:relative;overflow: hidden; height:634px; width:1400px; margin:0 auto; background:#fff; margin-bottom:20px;}
.focusBox .container .box{overflow: hidden;position: relative;}
.focusBox .boxImage{position: relative;width:1400px; height:634px;}
.focusBox .boxImage .slide{width:1400px;height:634px;position:absolute;margin:0 auto; top:0; left:0; display:none;}
.focusBox .boxImage .slide .img{width:1400px;height:634px; overflow:hidden;}
.focusBox .boxImage .slide img{display:block;margin: 0 auto;height:634px; margin:0 auto;}
.focusBox .boxImage .slideCur{display:block;z-index:2;}
.focusBox .boxTitle{font-size:15px;height:582px;width:320px;padding:26px 0;background:url(../images/bg72.png) repeat;position:absolute;top:0;right:100px;z-index: 3; display: block; }
.focusBox .boxTitle .title{overflow: hidden;width:280px;color:#fff;padding:8px 20px; height:40px;display: flex;justify-content: left;align-items: center;}
.focusBox .boxTitle .title .image{ display: none;  }
.focusBox .boxTitle .title .txt{font-size:14px;line-height:18px; color:#ffffff;}
.focusBox .boxTitle .title .txt a{color:#ffffff !important;}
.focusBox .boxTitle .title .txt a i{background-color:#be0814;height:20px;line-height:20px;display:inline-block;padding:0 7px;margin-right:10px;}
.focusBox .boxTitle .active{position: relative;background:url(../images/pics_show01.png) repeat-y; margin:0px 0; padding:0px 20px; height:78px;}
.focusBox .boxTitle .active .txt{font-size:18px;line-height:22px;font-weight:bold; margin:10px 0;}
.focusBox .boxTitle .active .txt a i{display:none;}
.focusBox .boxTitle .swiper-pagination{ display: none; }
.column_wrapper {width: 1400px;margin: 0 auto;}
.column_wrapper {
    clear: both;
    margin: 0 auto;
    text-align: left;
    
}

@media screen and (min-width: 1025px)  and (max-width: 1440px) {
	
	/* 首屏轮播图 */
	.focusBox{height:543px; width:1200px;}
	.focusBox .boxImage{width:1200px; height:543px;}
	.focusBox .boxImage .slide{width:1200px;height:543px;}
	.focusBox .boxImage .slide .img{width:1200px;height:543px;}
	.focusBox .boxImage .slide img{height:543px;}
	.focusBox .boxTitle{font-size:15px;height:543px;width:320px; right: 50px; padding:2px 0;}
	.focusBox .boxTitle .title{overflow: hidden;width:280px;color:#fff;padding:6px 20px; height:40px;}
	.focusBox .boxTitle .title .image{ display: none;  }
	.focusBox .boxTitle .title .txt{font-size:14px;line-height:16px;}
	.focusBox .boxTitle .title .txt a i{height:20px;line-height:20px;padding:0 7px;margin-right:10px;}
	.focusBox .boxTitle .active{padding:0px 20px; height:70px;}
	.focusBox .boxTitle .active .txt{font-size:16px;line-height:22px;font-weight:bold; margin:0px 0;}
	.focusBox .boxTitle .active .txt a i{display:none;}
}


@media screen and (max-width: 1025px) {

.column_wrapper {width: 100%;}
	/*轮播图*/
	.focusBox { padding: 0 0;display: block; height: auto; width: 100%; background-color: transparent; margin-bottom: .2rem; }
	.focusBox .boxImage{ display: none; }
	.focusBox .boxTitle{height:auto;width:100%;padding:0;position:relative;top:auto;right:auto;z-index: 3;}
	.focusBox .boxTitle .title .image{ display: block; }
	.focusBox .boxTitle .title{overflow: inherit;width:100%;color:#fff;padding:0; height:auto;display: block;background: none;}
	.focusBox .swiper-container { position: relative; /*padding:0 5.87%;*/ padding: 0 6%; }
	.focusBox .swiper-container .swiper-wrapper { position: relative; z-index: 1; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-transition-property: -webkit-transform; -moz-transition-property: -moz-transform; -o-transition-property: -o-transform; -ms-transition-property: -ms-transform; transition-property: transform; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
	.focusBox .swiper-container .swiper-wrapper a { display: block; position: relative; }
	.focusBox .swiper-container .swiper-wrapper img { font-size: 0; vertical-align: top; width: 100%; height: auto; border-radius: 3px; -webkit-border-radius: 3px; }
	.focusBox .swiper-container .swiper-wrapper i { background: #e42626; border-radius: 0.05rem; -webkit-border-radius: 0.05rem; padding: 0 0.06rem; line-height: 0.36rem; font-size: 0.22rem; color: #fff; font-style: normal; position: absolute; right: 0.06rem; top: 0.06rem; }
	.focusBox .boxTitle .title .txt { position: absolute; left: 0; bottom: 0;padding:0 0.8rem 0 0.2rem; margin: 0; width: 100%; height: 0.72rem; box-sizing: border-box; }
	.focusBox .boxTitle .title .txt a { background: url(../images/ysw19422_14bannerbg.png)no-repeat center bottom; background-size: 100%; position: absolute; bottom: 0; left: 0; border-bottom-left-radius: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; -webkit-border-bottom-right-radius: 3px; -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; padding: 0 1rem 0 0.2rem; font-size: 0.32rem; color: #ffffff !important; line-height: 0.72rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
	.focusBox .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-prev { -webkit-transform: scale(0.93); -moz-transform: scale(0.93); transform: scale(0.93); }
	.focusBox .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-next { -webkit-transform: scale(0.93); -moz-transform: scale(0.93); transform: scale(0.93); }
	.focusBox .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active { -webkit-transform: scale(1); -moz-transform: scale(1); transform: scale(1); }
	.focusBox .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .tit { -webkit-transform: scale(1); -moz-transform: scale(1); transform: scale(1); }
	.focusBox .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-duplicate-prev { -webkit-transform: scale(0.93); -moz-transform: scale(0.93); transform: scale(0.93); }
	.focusBox .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-duplicate-next { -webkit-transform: scale(0.93); -moz-transform: scale(0.93); transform: scale(0.93); } .focusBox .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active { -webkit-transform: scale(1); -moz-transform: scale(1); transform: scale(1); }
	.focusBox .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active .tit { -webkit-transform: scale(1); -moz-transform: scale(1); transform: scale(1); }
	.focusBox .swiper-container .swiper-wrapper .swiper-slide { -webkit-flex-shrink: 0; -ms-flex: 0 0 auto; flex-shrink: 0; width: 100%; height: auto !important; margin: 0 auto; position: relative; pointer-events: pointer; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; z-index: 1; -webkit-transition: transform 1.0s; -moz-transition: transform 1.0s; -ms-transition: transform 1.0s; -o-transition: transform 1.0s; transition: transform 1.0s; -webkit-transform: scale(0.93); -moz-transform: scale(0.93); transform: scale(0.93); }
	.focusBox .swiper-container .swiper-wrapper .swiper-slide .img { position: relative; width: 100%; border-radius: 0.1rem; overflow: hidden; }
	.focusBox .boxTitle .swiper-pagination{display: block; position: absolute; right: 0; bottom: 0.16rem; width: 1rem; text-align: center; font-size: 0.24rem; line-height: 0.4rem; color: #ffffff; z-index: 998; }
	.focusBox .boxTitle .swiper-pagination .swiper-pagination-current {color: #bf0614;font-size: 0.4rem;}
	
}

.team-search{
    position: relative;
    
}
 .team-search .txt{
    margin-top:20px;
    display: block;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    /*padding: 19px 90px 19px 12px;*/
    font-size: 14px;
    line-height: 20px;
    color: #515151;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 3px;
    outline: 0;
}
 .team-search .bnt{
    display: block;
    position: absolute;
    right: 0;
    top: 380px;
    width: 100%;
    height: 40px;
    background: #bf0614;
    color: #fff;
    text-align: center;
    cursor: pointer;
    line-height: 40px;
    border: none;
    outline: none;
    font-size: 14px;
    border-radius: 0 3px 3px 0;
}
 .team-search .bnt .iconfont{
    font-size: 20px;
    margin-right: 6px;
}

.section{
	display: table;
	text-align: center;
	width: 100%;
	height: 100%;
	display: table-cell;
	overflow: hidden;
}
.index_1{
	width:528px;
	height:528px;
	margin:0 auto;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -264px;
    margin-top: -280px;
	text-align:center;
	background: url("../images/yuan.png") no-repeat center !important;
}
.index_text_big{
	color: #434962;
	font-size: 48px;
	font-weight: bold;
}
.index_text_s{
	color: #434962;
	font-size: 24px;
	margin-top: 10px;
}
.index_huan{
	width:528px;
	height:528px;
	margin:0 auto;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -264px;
    margin-top: -280px;
	background:url("../images/huan.png") no-repeat center;
}
.index_huan_anim{
	animation: rotate_b 1s linear 0s backwards;
	-o-animation: rotate_b 1s linear 0s backwards; 
	-ms-animation: rotate_b 1s linear 0s backwards; 
	-webkit-animation: rotate_b 1s linear 0s backwards;
	-moz-animation: rotate_b 1s linear 0s backwards;
}
.index_dian{
	width: 450px;
	min-height:528px;
	text-align:center;
	margin: 0 auto;
	background: url("../images/dian2.png") no-repeat center !important; 
}
@keyframes rotate_b{
	0%{
		transform: rotate(0deg);
	}
	100%{
		transform: rotate(360deg);
	}
}
@-o-keyframes rotate_b{
	0%{
		-o-transform: rotate(0deg);
	}
	100%{
		-o-transform: rotate(360deg);
	}
}
@-ms-keyframes rotate_b{
	0%{
		-ms-transform: rotate(0deg);
	}
	100%{
		-ms-transform: rotate(360deg);
	}
}
@-webkit-keyframes rotate_b{
	0%{
		-webkit-transform: rotate(0deg);
	}
	100%{
		-webkit-transform: rotate(360deg);
	}
}
@-moz-keyframes rotate_b{
	0%{
		-moz-transform: rotate(0deg);
	}
	100%{
		-moz-transform: rotate(360deg);
	}
}
.index_dian_div{
	width:528px;
	height:528px;
	margin:0 auto;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -264px;
    margin-top: -280px;
}
.index_dian_y{
	width: 14px;
	height: 14px;
	background: #fff;
	position: absolute;
	-moz-border-radius: 15px;      /* Gecko browsers */
    -webkit-border-radius: 15px;   /* Webkit browsers */
    border-radius:15px;            /* W3C syntax */
}
.index_dian_1{
    top: 126px;
    left: 417px;
	display: none;
}
.index_dian_1_cur{
	display:block;
	animation: show_dian 0.2s linear 0.1s backwards;
	-o-animation: show_dian 0.2s linear 0.1s backwards; 
	-ms-animation: show_dian 0.2s linear 0.1s backwards; 
	-webkit-animation: show_dian 0.2s linear 0.1s backwards;
	-moz-animation: show_dian 0.2s linear 0.1s backwards; 
}
.index_dian_2{
	top: 262px;
    left: 464px;
	display: none;
}
.index_dian_2_cur{
	display:block;
	animation: show_dian 0.2s linear 0.2s backwards;
	-o-animation: show_dian 0.2s linear 0.2s backwards; 
	-ms-animation: show_dian 0.2s linear 0.2s backwards; 
	-webkit-animation: show_dian 0.2s linear 0.2s backwards;
	-moz-animation: show_dian 0.2s linear 0.2s backwards; 
}
.index_dian_3{
	top: 308px;
    left: 461px;
	display: none;
}
.index_dian_3_cur{
	display:block;
	animation: show_dian 0.2s linear 0.3s backwards;
	-o-animation: show_dian 0.2s linear 0.3s backwards; 
	-ms-animation: show_dian 0.2s linear 0.3s backwards; 
	-webkit-animation: show_dian 0.2s linear 0.3s backwards;
	-moz-animation: show_dian 0.2s linear 0.3s backwards;
}
.index_dian_4{
    top: 388px;
    left: 419px;
	display: none;
}
.index_dian_4_cur{
	display:block;
	animation: show_dian 0.2s linear 0.4s backwards;
	-o-animation: show_dian 0.2s linear 0.4s backwards; 
	-ms-animation: show_dian 0.2s linear 0.4s backwards; 
	-webkit-animation: show_dian 0.2s linear 0.4s backwards;
	-moz-animation: show_dian 0.2s linear 0.4s backwards;
}
.index_dian_5{
    top: 388px;
    left: 94px;
	display: none;
}
.index_dian_5_cur{
	display:block;
	animation: show_dian 0.2s linear 0.6s backwards;
	-o-animation: show_dian 0.2s linear 0.6s backwards; 
	-ms-animation: show_dian 0.2s linear 0.6s backwards; 
	-webkit-animation: show_dian 0.2s linear 0.6s backwards;
	-moz-animation: show_dian 0.2s linear 0.6s backwards;
}
.index_dian_6{
    top: 261px;
    left: 52px;
	display: none;
}
.index_dian_6_cur{
	display:block;
	animation: show_dian 0.2s linear 0.7s backwards;
	-o-animation: show_dian 0.2s linear 0.7s backwards; 
	-ms-animation: show_dian 0.2s linear 0.7s backwards; 
	-webkit-animation: show_dian 0.2s linear 0.7s backwards;
	-moz-animation: show_dian 0.2s linear 0.7s backwards;
}
.index_dian_7{
	top: 206px;
    left: 53px;
	display: none;
}
.index_dian_7_cur{
	display:block;
	animation: show_dian 0.2s linear 0.8s backwards;
	-o-animation: show_dian 0.2s linear 0.8s backwards; 
	-ms-animation: show_dian 0.2s linear 0.8s backwards; 
	-webkit-animation: show_dian 0.2s linear 0.8s backwards;
	-moz-animation: show_dian 0.2s linear 0.8s backwards;
}
.index_dian_8{
	top: 126px;
    left: 97px;
	display: none;
}
.index_dian_8_cur{
	display:block;
	animation: show_dian 0.2s linear 0.9s backwards;
	-o-animation: show_dian 0.2s linear 0.9s backwards; 
	-ms-animation: show_dian 0.2s linear 0.9s backwards; 
	-webkit-animation: show_dian 0.2s linear 0.9s backwards;
	-moz-animation: show_dian 0.2s linear 0.9s backwards;
}
@keyframes show_dian{
	0%{opacity: 0;transform: scale(0);}
	100%{opacity: 1;transform: scale(1);}
}
@-o-keyframes show_dian{
	0%{-o-opacity: 0;-o-transform: scale(0);}
	100%{-o-opacity: 1;-o-transform: scale(1);}
}
@-ms-keyframes show_dian{
	0%{-ms-opacity: 0;-ms-transform: scale(0);}
	100%{-ms-opacity: 1;-ms-transform: scale(1);}
}
@-webkit-keyframes show_dian{
	0%{-webkit-opacity: 0;-webkit-transform: scale(0);}
	100%{-webkit-opacity: 1;-webkit-transform: scale(1);}
}
@-moz-keyframes show_dian{
	0%{-moz-opacity: 0;-moz-transform: scale(0);}
	100%{-moz-opacity: 1;-moz-transform: scale(1);}
}
.index_xian{
	width: 680px;
	height: 450px;
	text-align:center;
	margin: 0 auto;
	position: absolute;
    top: 50%;
    left: 50%;
	margin-left: -340px;
    margin-top: -242px;
	display:none;
	background: url("../images/xian.png") no-repeat center !important;
}
.index_xian_cur{
	display:block;
	animation: show_dian 0.2s linear 1s backwards;
	-o-animation: show_dian 0.2s linear 1s backwards; 
	-ms-animation: show_dian 0.2s linear 1s backwards; 
	-webkit-animation: show_dian 0.2s linear 1s backwards;
	-moz-animation: show_dian 0.2s linear 1s backwards;
}
#fp-nav ul li, .fp-slidesNav ul li {
    display: block;
    width: 20px;
    height: 20px;
    margin: 7px;
    position: relative;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span {
    background: #ffa143;
	width: 20px;
    height: 20px;
    left: -1px;
	top:-1px;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
    top: 2px;
    left: 3px;
    width: 12px;
    height: 12px;
    border: 0px;
    background: #bebebe;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}
.index_icon_div{
	width: 1200px;
	height: 528px;
	min-width:1200px;
	text-align:center;
	margin: 0 auto;
	position: absolute;
    top: 50%;
	left:50%;
	margin-left:-614px;
    margin-top: -280px;
}
.icon_img{
	width: 67px;
	height: 69px;
	float: left;
	display: block;
}
.icon_right{
	float: left;
	margin-top: -15px;
}
.icon_right_t{
	color: #999;
	font-size: 16px;
	text-align: left;
	line-height: 32px;
}
.icon_right_title{
	color: #444;
	font-size: 20px;
	text-align: left;
	line-height: 32px;
	font-weight: bold;
}
.icon_right_t2{
	color: #999;
	font-size: 16px;
	text-align: right;
	line-height: 32px;
}
.icon_right_title2{
	color: #444;
	font-size: 20px;
	text-align: right;
	line-height: 32px;
	font-weight: bold;
}
.icon{
	width:258px;
	position:relative;
	display:none;
}
.icon_cur{
	display:block;
	animation: show_dian 0.2s linear 1.2s backwards;
	-o-animation: show_dian 0.2s linear 1.2s backwards; 
	-ms-animation: show_dian 0.2s linear 1.2s backwards; 
	-webkit-animation: show_dian 0.2s linear 1.2s backwards;
	-moz-animation: show_dian 0.2s linear 1.2s backwards; 
}
.icon1{
	top: 30px;
    left: 960px;
}
.icon2{
    top: 150px;
    left: 965px;
}
.icon3{
	top: 155px;
    left: 952px;
}
.icon4{
    top: 280px;
    left: 970px;
}
.icon5{
    top: -174px;
    left: 90px;
}
.icon6{
 	top: -36px;
    left: 39px;
}
.icon7{
    top: -133px;
    left: 100px;
}
.icon8{
 	top: 80px;
    left: 4px;
}
.pages {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: table;
    position: relative;

}
.section1{
	height: 650px;
}
.section2{
	height: 800px;
}