﻿@charset "UTF-8";

/* CSS Document */
/* common */
body,
button,
div,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
p,
a,
form,
select,
input,
ul,
ol,
li {
  margin: 0;
  padding: 0;
  text-indent: 0;
  font-weight: normal;
  font-size: 14px;
  font-family: 'Microsoft YaHei', Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
}

ul,
ol {
  list-style: none;
  text-indent: 0;
  list-style-position: outside;
}

img {
  border: 0;
}

b {
  font-weight: normal;
}

.fl {
  float: left;
  display: inline;
}

.fr {
  float: right;
  display: inline;
}

/* link : style */
a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/*clear*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.content_width {
  width: 1000px;
  margin: 0 auto;
}

.box_border,
.zhengzhuang_s,
.baogao_c>div .baogao_s,
.baogao_c>div .baogao_s .text,
.shenqi_c>div,
.diedai_l,
.diedai_l .swiper-slide,
.diedai_l .swiper-slide .content p,
.diedai_r,
.shengeng_l .swiper-slide,
.shengeng_l .swiper-slide img,
.shengeng_r>p,
.xiangmu_swiper .swiper-slide,
.xiangmu_swiper .swiper-slide .xiangmu_content,
.xiangmu_swiper .swiper-slide .zi p,
.fazhan_l,
.fazhan_r .text {
  box-sizing: border-box;
  -ms-box-sizing: border-box;
}

body {
  min-width: 1200px;
}

/*导航nav*/
.nav {
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background: transparent\9;
  width: 100%;
  height: 80px;
  position: absolute;
  top: 0;
  z-index: 99;
  left: 0;
}

.nav>div {
  height: 100%;
}

.nav .logo {
  padding-top: 20px;
  float: left;
}

.nav ul {
  float: left;
  margin-left: 30px;
}

.nav li {
  float: left;
  padding: 0 23px;
  line-height: 70px;
}

.nav li>a {
  font-size: 18px;
  color: #fff;
}



/*banner*/
.banner {
  width: 100%;
  height: 640px;
  overflow: hidden;
  position: relative;
}

.banner a {
  width: 100%;
  height: 100%;
  display: block;
}

.bannern1 {
  background: url("../images/banner-n1.jpg") no-repeat center;
}

.bannern2 {
  background: url("../images/banner-n2.jpg") no-repeat center;
}

.banner1 {
  background: url("../images/c-xb.jpg") no-repeat center;
}

.bannerzz {
  background: url("../images/banner-c.jpg") no-repeat center;
}

.banner20201 {
  background: url("../images/c-banner.jpg") no-repeat center;
}

.bannersxt {
  background: url("../images/banner-sxt.jpg") no-repeat center;
}

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

.banner .swiper-pagination-switch {
  display: inline-block;
  width: 50px;
  height: 8px;
  background: #555;
  margin: 0 5px;
  opacity: 0.8;
  cursor: pointer;
}

.banner .swiper-active-switch {
  background: #fff;
}

/*标题*/
.biaoti {
  margin-top: 60px;
  margin-bottom: 65px;
}

.biaoti>p {
  font-size: 44px;
  text-align: center;
  color: #333333;
  margin-bottom: 24px;
}

.biaoti>p>span {
  font-weight: 900;
  color: #3e71cc;
}

.biaoti>span {
  display: block;
  line-height: 1;
  text-align: center;
  font-size: 18px;
  color: #333333;
}

.biaoti>span a {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #333333;
  border-radius: 2px;
  font-size: 18px;
}

.biaoti.bai>p {
  color: #fff;
}

.biaoti.bai>span>a {
  color: #fff;
  border-color: #fff;
}

.biaoti>div {
  font-size: 30px;
  color: #6099ff;
  text-align: center;
  line-height: 1;
}

/*通用button*/
.button {
  width: 200px;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  text-align: center;
  display: block;
  margin: 50px auto 0;
  color: #3e71cc;
  border: 1px solid #3e71cc;
  border-radius: 8px;
}

.button:hover {
  background: #3e71cc;
  color: #fff;
}

/* 整装出发 */
.zhengzhaung {
  padding-bottom: 60px;
}

.zhengzhuang_c .img.min {
  width: 62%;
}

.zhengzhuang_c .img {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 2px;
}

.zhengzhuang_c .img img {
  width: 100%;
  height: auto;
  display: block;
}

.zhengzhuang_c .img.true .text {
  top: 50%;
}

.zhengzhuang_c .img .zhezhao {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}

.zhengzhuang_c .img .text {
  width: 100%;
  height: 90px;
  background: #000000\9;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 150%;
  transition: top 0.5s;
  margin-top: -45px;
  text-align: center;
  z-index: 3;
}

.zhengzhuang_c .img .text P {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  margin-top: 24px;
  margin-bottom: 5px;
}

.zhengzhuang_c .img .text span {
  color: #fff;
  font-size: 16px;
}

.zhengzhuang_s {
  width: 254px;
  padding: 0 2px;
}

.zhengzhuang_l {
  width: 372px;
  text-align: right;
  position: relative;
}

.zhengzhuang_l .diannao {
  width: 80%;
  display: none;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: -40%;
  top: -65px;
  z-index: 2;
}

.zhengzhuang_l .diannao.true {
  display: block;
  animation: diannao 0.5s;
}

/*报告模块*/
.baogao {
  background: url("../images/baogao_bg.jpg") no-repeat top center;
  padding-top: 1px;
  padding-bottom: 76px;
}

.baogao .content_width {
  margin-bottom: 10px;
}

.baogao .button {
  margin-top: 60px;
}

.baogao_c {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 10px;
}

.baogao_c>div {
  width: 25%;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  float: left;
  padding: 0 10px;
}

.baogao_c>div .baogao_s {
  height: 384px;
  transition: transform 0.5s;
  padding-top: 30px;
  padding-bottom: 50px;
  width: 100%;
  background: #d3d3d4;
  border-radius: 5px;
}

.baogao_c>div .baogao_s .shuju {
  width: 106px;
  height: 106px;
  margin: 0 auto 60px;
  background: url("../images/baogao_yuan.png") no-repeat center;
  font-size: 24px;
  text-align: center;
  line-height: 106px;
  color: #fff;
}

.baogao_c>div .baogao_s .title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 35px;
}

.baogao_c>div .baogao_s .text {
  width: 100%;
  padding: 0 18px;
  color: #5b5b5b;
  font-size: 16px;
  line-height: 1.5;
}

.baogao_c>div .baogao_s {
  position: relative;
}

.baogao_c>div .baogao_s span {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 12px;
  color: #5e8cdd;
}

.baogao_c>div .baogao_s.true {
  position: relative;
  z-index: 2;
  transform: scale(1.1, 1.1);
  transform-origin: center center;
  background: #fff;
}

.baogao_c>div .baogao_s.true .title {
  font-weight: 900;
}

/* 开发神器部分 */
.shenqi {
  padding-bottom: 60px;
}

.shenqi_c {
  overflow: hidden;
  padding: 0 12px 0 13px;
}

.shenqi_c>div {
  width: 25%;
  padding-right: 1px;
  float: left;
}

.shenqi_c>div .img {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.shenqi_c>div .img img {
  width: 100%;
  display: block;
}

.shenqi_c>div .img:hover div {
  top: 0;
}

.shenqi_c>div .img div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 110%;
  transition: top 0.5s;
  left: 0;
  background: #000\9;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
}

.shenqi_c>div .img div a {
  width: 95%;
}

.shenqi_c>div .img div>span {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.shenqi_c>div .img div .text {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

.shenqi_c>div .img div p {
  color: #fff;
  font-weight: 900;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 13px;
  display: inline-block;
}

.shenqi_c>div .img div span {
  font-size: 18px;
  color: #fff;
}

.shenqi_c>div .img_shang {
  margin-bottom: 1px;
}

/*迭代部分*/
.diedai {
  background: #f2f2f2;
  padding-top: 1px;
  padding-bottom: 86px;
}

.diedai_l {
  overflow: hidden;
  float: left;
  height: 500px;
  width: 320px;
  background: #fff;
}

.diedai_l .swiper-slide {
  padding-left: 20px;
  padding-top: 30px;
}

.diedai_l .swiper-slide .title {
  font-size: 30px;
  color: #0658b0;
  font-weight: 900;
  margin-bottom: 12px;
  line-height: 1;
}

.diedai_l .swiper-slide .content {
  margin-bottom: 8px;
  position: relative;
}

.diedai_l .swiper-slide .content .content_title {
  font-size: 18px;
  font-weight: 900;
  color: #000;
  margin-bottom: 5px;
}

.diedai_l .swiper-slide .content p {
  color: #333333;
  font-size: 14px;
  padding-right: 40px;
  line-height: 1.8;
}

.diedai_l .swiper-slide .content a {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #3e71cc;
  font-size: 14px;
  margin-right: 15px;
}

.diedai_r {
  width: 680px;
  float: left;
}

.diedai_r .top {
  margin-bottom: -15px;
  width: 100%;
  height: 292px;
}

.diedai_r .top img {
  float: left;
  display: block;
  width: 257px;
  margin-left: -152px;
  transition: all 0.3s;
}

.diedai_r .top img {
  position: relative;
}

.diedai_r .top img.mar_0 {
  margin-left: 0;
}

.diedai_r .top img.true {
  width: 285px;
  margin-top: -15px;
  margin-right: -25px;
  z-index: 10;
}

.diedai_r .top img.true_4 {
  z-index: 4;
}

.diedai_r .top img.true_3 {
  z-index: 3;
}

.diedai_r .top img.true_2 {
  z-index: 2;
}

.diedai_r .top img.true_1 {
  z-index: 1;
}

.diedai_r .bottom {
  height: 222px;
  width: 100%;
  background: url(../images/diedai_b_bg.jpg) no-repeat top center;
  padding-top: 1px;
}

.diedai_r .bottom p {
  display: none;
  margin-top: 60px;
  font-size: 36px;
  color: #fff;
  text-align: center;
  font-weight: 900;
}

.diedai_r .bottom p span {
  display: block;
  text-align: center;
}

.diedai_r .bottom .true {
  display: block;
}

/* 深耕 */
.shengeng {
  background: url(../images/shengeng_bg.jpg) no-repeat top center;
  padding-top: 1px;
  padding-bottom: 1px;
}

.shengeng_c {
  perspective: 2000px;
  padding-top: 1px;
  position: relative;
}

.shengeng_s {
  position: relative;
  overflow: hidden;
}

.shengeng_s .shengeng_pa {
  position: absolute;
  bottom: 220px;
  left: 290px;
}

.shengeng_s .shengeng_pa span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #355da5;
  margin: 7px;
  border-radius: 5px;
}

.shengeng_s .shengeng_pa .swiper-active-switch {
  background: #aecbff;
}

.shengeng_l {
  width: 800px;
  overflow: hidden;
  height: 197px;
  transform: rotateY(15deg);
  margin-top: 90px;
  margin-bottom: 270px;
}

.shengeng_l .swiper-slide {
  padding: 0 2.5px;
  position: relative;
}

.shengeng_l .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 2.5px;
  width: 100%;
  display: block;
}

.shengeng_l .swiper-slide div {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 2;
  display: block;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
}

.shengeng_l .swiper-slide-active div {
  background: transparent;
  display: none;
}

.shengeng_r {
  width: 474px;
  position: absolute;
  right: 0;
  top: -44px;
}

.shengeng_r .zhaopian div {
  display: none;
  text-align: right;
  position: relative;
  overflow: hidden;
}

.shengeng_r .zhaopian div p {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 18px;
}

.shengeng_r .zhaopian div p span {
  font-size: 30px;
  font-weight: 900;
}

.shengeng_r .zhaopian div img {
  display: block;
  float: right;
}

.shengeng_r .zhaopian .true {
  display: block;
}

.shengeng_r .zhaopian .true p {
  animation: zouchu 0.3s;
}

.shengeng_r .zhaopian .true img {
  animation: youchu 0.3s;
}

.shengeng_r>p {
  width: 100%;
  height: 136px;
  padding: 20px;
  font-size: 16px;
  color: #fff;
  background: #355da5;
  border-radius: 5px;
}

/* 多领域实战项目 */
.xiangmu {
  padding-top: 1px;
  overflow: hidden;
  padding-bottom: 80px;
  background: url("../images/fangan_bg.jpg") no-repeat top center;
}

.xiangmu_c {
  position: relative;
  height: 400px;
  overflow: hidden;
}

.xiangmu_c .jiantou {
  position: absolute;
  top: 120px;
  width: 20px;
  height: 20px;
}

.xiangmu_c .jiantou:hover {
  cursor: pointer;
}

.xiangmu_c .jiantou_zuo {
  background: url("../images/jiantou_zuo.png") no-repeat center;
  left: 0;
}

.xiangmu_c .jiantou_you {
  background: url("../images/jiantou_you.png") no-repeat center;
  right: 0;
}

.xiangmu_swiper {
  width: 930px;
  margin: 0 auto;
  overflow: hidden;
}

.xiangmu_swiper .swiper-slide {
  padding: 0 4px;
  height: 400px;
}

.xiangmu_swiper .swiper-slide .xiangmu_content {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  padding-top: 58px;
  cursor: pointer;
}

.xiangmu_swiper .swiper-slide .tu {
  position: relative;
  width: 100%;
  position: relative;
  z-index: 2;
}

.xiangmu_swiper .swiper-slide .tu img {
  width: 100%;
  display: block;
}

.xiangmu_swiper .swiper-slide .tu div {
  width: 100%;
  top: 0;
  position: absolute;
  height: 100%;
  line-height: 150px;
  font-size: 36px;
  font-weight: 900;
  color: #fff;
  text-align: center;
}

.xiangmu_swiper .swiper-slide .zi {
  height: 0;
  position: absolute;
  top: 0;
  margin-top: 58px;
  transition: margin-top 0.4s;
}

.xiangmu_swiper .swiper-slide .zi p {
  background: #3e71cc;
  color: #3e71cc;
  height: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.5;
  transition: height 0.5s;
}

.xiangmu_swiper .swiper-slide .zi img {
  display: block;
  width: 100%;
}

.xiangmu_swiper .swiper-slide:hover .zi {
  max-height: 1000px;
  margin-top: 0;
}

.xiangmu_swiper .swiper-slide:hover .zi p {
  height: 322px;
  color: #fff;
  padding: 200px 20px 0 20px;
}

/* 职位发展 */
.fazhan {
  padding-top: 1px;
  background: url("../images/fazhan_bg.jpg") no-repeat top center;
  padding-bottom: 64px;
}

.fazhan .biaoti {
  margin-top: 50px;
  margin-bottom: 55px;
}

.fazhan .button {
  margin-top: 30px;
}

.fazhan_c {
  background: url("../images/fazhan_c_bg_01.png") no-repeat center;
  height: 540px;
  padding: 1px 0 0 0;
  overflow: hidden;
}

.jieduan_pag {
  text-align: center;
  margin-top: 20px;
}

.jieduan_pag span {
  display: inline-block;
  background: #3e71cc;
  height: 5px;
  width: 5px;
  margin: 0 8px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.5s;
}

.jieduan_pag .swiper-active-switch {
  background: #fff;
  width: 30px;
}

.fazhan_l {
  width: 420px;
  padding-left: 75px;
  float: left;
}

.fazhan_l .fazhan_lt {
  overflow: hidden;
}

.fazhan_l .jieduan_pag {
  width: 150px;
  text-align: center;
  float: right;
  margin-top: 4px;
}

.fazhan_l .jieduan_pag span {
  display: inline-block;
  background: #1c3053;
  height: 10px;
  width: 10px;
  margin: 0 8px;
  border-radius: 5px;
  cursor: pointer;
}

.fazhan_l .jieduan_pag .swiper-active-switch {
  background: #3e71cc;
}

.fazhan_l .jieduan {
  margin-top: 10px;
  float: left;
  width: 150px;
  height: 35px;
  overflow: hidden;
  line-height: 1;
  position: relative;
}

.fazhan_l .jieduan div {
  font-size: 30px;
  color: #fff;
  font-weight: 900;
  float: left;
  line-height: 1;
  position: absolute;
  left: -150%;
  top: 0;
  width: 100%;
  transition: all 0.5s;
  opacity: 0;
}

.fazhan_l .jieduan .true {
  left: 0;
  opacity: 1;
}

.fazhan_l .fazhan_lb {
  width: 320px;
  overflow: hidden;
  color: #fff;
  margin-top: 70px;
}

.fazhan_l .fazhan_lb .swiper-slide div {
  text-align: center;
  margin-bottom: 50px;
}

.fazhan_l .fazhan_lb .swiper-slide div p {
  text-align: center;
  font-size: 36px;
  color: #fff;
}

.fazhan_l .fazhan_lb .swiper-slide div span {
  font-size: 24px;
  color: #8a8a8a;
}

.fazhan_l .fazhan_lb .swiper-slide>p {
  font-size: 17px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 20px;
}

.fazhan_r {
  float: right;
  width: 565px;
  position: relative;
  z-index: 10;
  padding-top: 60px;
}

.fazhan_r .img {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

.fazhan_r .img img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 120%;
  visibility: hidden;
  transition: all 0.8s;
  opacity: 0;
}

.fazhan_r .img .true {
  left: 0;
  display: block;
  z-index: 2;
  visibility: visible;
  opacity: 1;
}

.fazhan_r .img .zhanwei {
  position: static;
  visibility: hidden;
}

.fazhan_r .text {
  width: 100%;
  padding-right: 55px;
}

.fazhan_r .text span {
  width: 100px;
  height: 8px;
  display: inline-block;
  background: #3e71cc;
  margin-bottom: 10px;
}

.fazhan_r .text p {
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
}

.fazhan_r .text p span {
  display: none;
  background: transparent;
  opacity: 0;
  transition: all 0.5s;
}

.fazhan_r .text p .true {
  display: inline;
  opacity: 1;
}

/*表单*/
.biaodan {
  background: url("../images/form_bg.jpg") no-repeat top center;
  padding-top: 1px;
  padding-bottom: 36px;
}

.biaodan>.biaoti {
  margin-top: 20px;
  margin-bottom: 10px;
}

.biaodan .topBox {
  margin-top: 20px;
}

.biaodan>.biaoti>p {
  margin-bottom: 10px;
}

.biaodan>p {
  text-align: center;
  font-size: 30px;
  color: #6099ff;
}

.biaodan>form {
  margin: 0 auto;
}


.biaodan form button {
  width: 45%;
  float: right;
  display: block;
  text-align: center;
  border: 1px solid #3e71cc;
  border-radius: 5px;
  background: #3e71cc;
  color: #fff;
  font-size: 18px;
  height: 48px;
  line-height: 46px;
  overflow: hidden;
}

.biaodan form a {
  width: 45%;
  float: left;
  display: block;
  text-align: center;
  border: 1px solid #3e71cc;
  border-radius: 5px;
  background: #3e71cc;
  color: #fff;
  font-size: 18px;
  height: 46px;
  line-height: 46px;
  overflow: hidden;
}

.biaodan>form>div>a:hover {
  background: rgba(62, 113, 204, 0.5);
  color: #c3c3c3;
  cursor: pointer;
}

.biaodan>form>div>button:hover {
  background: rgba(62, 113, 204, 0.5);
  color: #c3c3c3;
  cursor: pointer;
}

/*.biaodan>form>div>a:hover{
    background: #3e71cc;
    color: #fff;
}*/
/*热潮*/
.rechao {
  padding-bottom: 80px;
}

.rechao_c {
  padding-bottom: 110px;
  padding-top: 75px;
  height: 394px;
}

.rechao_c>div {
  width: 20%;
  float: left;
  height: 365px;
  position: relative;
  transition: all 0.5s;
}

.rechao_c>div>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}

.rechao_c>div>.img {
  width: 85px;
  height: 72px;
  margin: 135px auto 20px;
  background: url("../images/rechao_icon.png") no-repeat;
  transition: margin 0.5s;
}

.rechao_c>div>.title {
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: 900;
  transition: all 0.5s;
}

.rechao_c>div>.text {
  width: 73%;
  margin: 20px auto 0;
  font-size: 15px;
  color: #ffe400;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s;
  text-align: center;
}

.rechao_c>.rechao_c_s_1>.img {
  background-position-x: 0;
}

.rechao_c>.rechao_c_s_2>.img {
  background-position-x: -87px;
}

.rechao_c>.rechao_c_s_3>.img {
  background-position-x: -188px;
}

.rechao_c>.rechao_c_s_4>.img {
  background-position-x: -288px;
}

.rechao_c>.rechao_c_s_5>.img {
  background-position-x: -389px;
}

.rechao_c>div>.img:hover {
  background-position-y: -80px;
}

.rechao_c>div.true {
  transform: scale(1.2, 1.2);
  z-index: 2;
}

.rechao_c>div.true>.img {
  margin: 65px auto 15px;
  background-position-y: -80px;
}

.rechao_c>div.true>.title {
  color: #ffe400;
}

.rechao_c>div.true>.text {
  max-height: 500px;
}

/*算一算*/
.suan {
  background: #000000\9;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  padding-top: 1px;
  bottom: -355px;
  z-index: 500;
  width: 100%;
  transition: all 0.5s;
}

.suan.true {
  bottom: 0;
}

.suan>.title {
  text-align: left;
  /*position: absolute;*/
  /*top:-90px;*/
  width: 900px;
  margin: 15px auto 15px;
  position: relative;
}

.suan>.title p {
  height: 47px;
  font-size: 30px;
  line-height: 47px;
  color: #fff;
  font-weight: 600;
  display: inline-block;
}

.suan>.title p span {
  font-size: 47px;
  font-weight: 600;
  color: #ffe400;
  display: inline-block;
  margin-left: 20px;
}

.suan>.title>.xiaoren {
  position: absolute;
  bottom: -5px;
  margin-left: 40px;
}

.suan>.title>.jiantou {
  width: 20px;
  height: 40px;
  display: inline-block;
  float: right;
  background: url("../images/suan_jiantou.gif") no-repeat center;
}

.suan>.title>.jiantou.true {
  background-image: url("../images/suan_jiantou_xia.gif");
}

.suan_c {
  width: 900px;
  height: 350px;
  margin: 0 auto 0;
  background: #fff;
  position: relative;
}

.suan_z {
  padding-left: 24px;
  width: 546px;
  float: left;
  padding-top: 35px;
  border-right: 1px solid #d8d8d8;
  height: 100%;
}

.suan_z>p>span {
  font-size: 24px;
  font-weight: 900;
  color: #000;
  display: inline-block;
  margin-right: 5px;
}

.suan_z>p {
  color: #5f5f5f;
  font-size: 16px;
  margin-bottom: 4px;
}

.suan_z>p>i {
  color: #d81e06;
  font-style: normal;
}

.suan_z>div>p {
  font-size: 20px;
  color: #000000;
  vertical-align: middle;
  margin-bottom: 5px;
  margin-top: 24px;
}

.suan_z>div>p>img {
  margin-right: 10px;
}

.suan_z>div>p>span {
  display: inline-block;
  height: 15px;
  width: 15px;
  margin-left: 20px;
  border: 1px solid #000;
}

.suan_z>div>p>span.true {
  background: url("../images/duigou.png") no-repeat center;
}

.suan_z .fenlei {
  padding-left: 30px;
  display: inline-block;
}

.suan_z .fenlei>p {
  font-size: 16px;
  margin-top: 12px;
  display: inline-block;
}

.suan_z .fenlei>span {
  font-size: 14px;
  cursor: pointer;
}

.suan_z .fenlei>span>i {
  width: 10px;
  height: 10px;
  border: 1px solid #333;
  border-radius: 50%;
  margin-left: 18px;
  margin-right: 38px;
  display: inline-block;
  margin-top: 10px;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 1px;
}

.suan_z .fenlei>span>i.true>em {
  width: 100%;
  height: 100%;
  background: #000;
  display: block;
  border-radius: 50%;
}

.suan_z .fenlei>p>i {
  width: 10px;
  height: 10px;
  border: 1px solid #333;
  border-radius: 50%;
  margin-left: 11px;
  margin-right: 0;
  display: inline-block;
  margin-top: 10px;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 1px;
}

.suan_z .fenlei>p>i.true>em {
  width: 100%;
  height: 100%;
  background: #000;
  display: block;
  border-radius: 50%;
}

.suan_y {
  width: 350px;
  float: left;
}

.suan_y>p {
  font-size: 36px;
  font-weight: 900;
  color: #000;
  margin: 50px auto 112px;
  width: 62%;
}

.suan_y>p>span {
  color: #3e71cc;
}

.suan_y>a {
  width: 195px;
  height: 50px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  margin: 0 auto;
  font-size: 18px;
  display: block;
  background: #3e71cc;
  border-radius: 5px;
}

.baojia {
  position: absolute;
  left: 480px;
  top: 135px;
  cursor: pointer;
}

/*弹出表单*/
.tan_form.true {
  display: block;
}

.tan_form {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  display: none;
  z-index: 501;
  background: #000\9;
  /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";*/
  /*IE4-IE9*/
  /*filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);*/
}

.tan_form>form {
  width: 500px;
  height: 300px;
  background: #fff;
  position: absolute;
  margin-left: -175px;
  margin-top: -150px;
  left: 50%;
  top: 50%;
  border-radius: 10px;
}

.tan_form>form>span {
  cursor: pointer;
}

.tan_form>form>p {
  font-size: 18px;
  color: #999;
  text-align: center;
  margin-top: 55px;
  margin-bottom: 30px;
}

.tan_form>form>input {
  width: 40%;
  height: 35px;
  line-height: 35px;
  border: 1px solid #3e71cc;
  border-radius: 5px;
  margin: 20px auto 0;
  display: block;
  padding-left: 20px;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.tan_form>form>button {
  width: 40%;
  height: 35px;
  line-height: 35px;
  border: 1px solid #3e71cc;
  border-radius: 5px;
  margin: 20px auto 0;
  display: block;
  background: #3e71cc;
  color: #fff;
}

.tan_form>form>button:hover {
  background: transparent;
  color: #3e71cc;
  cursor: pointer;
}

@keyframes zouchu {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes youchu {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes diannao {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.zuo_53 {
  width: 140px;
  position: fixed;
  left: 0;
  top: 100px;
  z-index: 99999;
}

.zuo_53_top {
  width: 100%;
}

.zuo_53_top img {
  width: 100%;
  height: auto;
}

.zuo_53_bottom {
  padding: 0 10px;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  margin-top: -25px;
  position: relative;
}

.zuo_53_bottom .button_53 {
  height: 56px;
  text-align: center;
  background: #1592ff;
}

.zuo_53_bottom .button_53>a {
  width: 90%;
  height: 100%;
  display: block;
  line-height: 56px;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  border-bottom: 1px dashed #fff;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.zuo_53_bottom .button_53:hover {
  background: #f7bf01;
}

.zuo_53_bottom .button_53:hover>a {
  border-bottom: 1px dashed #f7bf01;
  color: #000;
}

.zuo_53_bottom .button_53>.border_none {
  border: none;
}

.zuo_53_bottom .kong_53 {
  /* border:1px solid #3e71cc; */
  padding-top: 1px;
  height: 76px;
  background: rgba(214, 214, 214, 0.8);
  background: #d6d6d6\9;
}

.zuo_53_bottom .kong_53>a {
  width: 80%;
  display: block;
  margin: 14px auto 0;
  text-align: center;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  border-radius: 10px;
}

.zuo_53_bottom .kong_53>.lan {
  color: #fff;
  background: #1592ff;
}

.zuo_53_bottom .kong_53>.lan:hover {
  color: #000;
  background: #f7bf01;
}

.zuo_53_bottom .kong_53>.huang {
  color: #000;
  background: #f7bf01;
}

.zuo_53_bottom .kong_53>.huang:hover {
  color: #fff;
  background: #3e71cc;
}




.part {
  margin: 0 auto;
  width: 100%;
}

.part .main {
  margin: 0 auto;
  width: 1000px;
}

.p1 {
  padding-bottom: 60px;
}

.p1 .btn {
  height: 50px;
  position: relative;
}

.p1 .btn li {
  top: 0;
  width: 358px;
  height: 50px;
  cursor: pointer;
  position: absolute;
}

.p1 .btn li.l1 {
  left: 0;
  background: url("../images/p1-l1.png") no-repeat center;
}

.p1 .btn li.l2 {
  left: 336px;
  background: url("../images/p1-l2.png") no-repeat center;
}

.p1 .btn li.l3 {
  left: 672px;
  width: 328px;
  background: url("../images/p1-l3.png") no-repeat center;
}

.p1 .btn li.l1.act {
  background: url("../images/p1-l1-act.png") no-repeat center;
}

.p1 .btn li.l2.act {
  background: url("../images/p1-l2-act.png") no-repeat center;
}

.p1 .btn li.l3.act {
  background: url("../images/p1-l3-act.png") no-repeat center;
}

.p1 .btn li h3 {
  top: 26px;
  left: 0;
  width: 100%;
  font-size: 18px;
  color: #eeeeee;
  line-height: 18px;
  position: absolute;
}

.p1 .btn li.act h3 {
  color: #5c83d2;
}

.p1 .btn li.l1 h3 {
  text-indent: 109px;
}

.p1 .btn li.l2 h3 {
  text-indent: 57px;
}

.p1 .btn li.l3 h3 {
  text-indent: 71px;
}

.p1 .btn li h2 {
  top: 0;
  left: 0;
  width: 100%;
  font-size: 24px;
  line-height: 50px;
  position: absolute;
}

.p1 .btn li.l1 h2 {
  text-indent: 122px;
}

.p1 .btn li.l2 h2 {
  text-indent: 132px;
}

.p1 .btn li.l3 h2 {
  text-indent: 127px;
}

.p1 .btn li.act h2 {
  color: #ffffff;
}

.p1 .box {
  width: 1000px;
  height: 360px;
  overflow: hidden;
  position: relative;
}

.p1 .box>div {
  top: 360px;
  left: 0;
  position: absolute;
  transition: 0.4s;
}

.p1 .box>div.act {
  top: 0;
  transition: 0.4s;
}

.p1 .box .b1 p {
  margin-top: 35px;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
}

.p1 .box .b1 ul {
  margin-top: 48px;
}

.p1 .box .b1 ul li {
  margin-right: 10px;
  float: left;
  width: 240px;
  height: 230px;
  overflow: hidden;
  position: relative;
}

.p1 .box .b1 ul li img {
  width: 240px;
  height: 230px;
}

.p1 .box .b1 .info {
  bottom: 0;
  left: 0;
  width: 240px;
  height: 73px;
  position: absolute;
  background: #000000;
  background: rgba(0, 0, 0, 0.7);
}

.p1 .box .b1 .info span {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  width: 22px;
  height: 22px;
  position: absolute;
  background: url("../images/p1-tag1.png") no-repeat center;
}

.p1 .box .b1 .info p {
  margin-top: 15px;
  font-size: 18px;
  color: #ffffff;
  line-height: 24px;
  text-align: center;
}

.p1 .box .b2 .img {
  margin-top: 36px;
  width: 1000px;
  height: 324px;
  position: relative;
  background: url("../images/p1-b2-1.png") no-repeat center;
}

.p1 .box .b2 .img.i1 {
  background: url("../images/p1-b2-1.png") no-repeat center;
}

.p1 .box .b2 .img.i2 {
  background: url("../images/p1-b2-2.png") no-repeat center;
}

.p1 .box .b2 .img h2 {
  top: 217px;
  left: 33px;
  width: 432px;
  color: #ffffff;
  font-size: 24px;
  line-height: 77px;
  text-align: center;
  position: absolute;
}

.p1 .box .b2 .img p {
  top: 124px;
  left: 517px;
  color: #ffffff;
  font-size: 22px;
  line-height: 40px;
  position: absolute;
}

.p2 {
  padding-top: 10px;
  height: 1006px;
  background: url("../images/p2-bg.jpg") no-repeat center;
  overflow: hidden;
}

.p2 .main img {
  width: 1001px;
  height: 533px;
}

.p2 .main p {
  margin-top: 44px;
  width: 100%;
  height: 48px;
  font-size: 20px;
  color: #ffffff;
  line-height: 48px;
  text-align: center;
  background: #3e71cc;
}

.p3 .btn {
  float: left;
}

.p3 .btn li {
  margin-bottom: 10px;
  margin-left: 6px;
  width: 260px;
  height: 88px;
  cursor: pointer;
  background: #333333;
  overflow: hidden;
  transition: 0.4s;
}

.p3 .btn li.act {
  margin-left: 0;
  width: 272px;
  height: 104px;
  background: url("../images/p3-act.png") no-repeat center;
  transition: 0.4s;
}

.p3 .btn li p {
  margin-top: 14px;
  font-size: 22px;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  transition: 0.4s;
}

.p3 .btn li.act p {
  margin-top: 22px;
  transition: 0.4s;
}

.p3 .box {
  margin-top: 15px;
  float: right;
  width: 704px;
  height: 463px;
  overflow: hidden;
  position: relative;
  background: url("../images/p3-box.png")no-repeat center;
}

.p3 .box>div {
  top: 704px;
  left: 0;
  position: absolute;
  transition: 0.4s
}

.p3 .box>div.act {
  top: 0;
  transition: 0.4s
}

.p3 .box .tit1 {
  margin-bottom: 22px;
  margin-top: 50px;
  margin-left: 65px;
}

.p3 .box p {
  margin-left: 62px;
  font-size: 18px;
  line-height: 30px;
}

.p3 .box p span {
  padding: 0 17px;
}

.p3 .box .tit2 {
  margin-top: 20px;
  margin-left: 65px;
}

.p3 .box p.txt2 {
  padding-left: 16px;
  background: url("../images/p3-d2.png") no-repeat left center;
}

.p3 .box p.txt1 {
  line-height: 24px;
  padding-left: 16px;
  background: url("../images/p3-d2.png") no-repeat left center;
}

.p3 .box p.txt {
  font-size: 14px;
  line-height: 30px;
}

.p3 .box a.link {
  margin-top: 40px;
  margin-left: 63px;
  width: 198px;
  height: 48px;
  font-size: 20px;
  display: block;
  text-align: center;
  color: #3e71cc;
  line-height: 48px;
  border: 1px solid #3e71cc;
  border-radius: 6px;
}

.p3 .box a.link.l2 {
  margin-top: 10px;
  :
}


.poster-main {
  margin: 0 auto;
  position: relative;
}

.poster-main .poster-list .poster-item {
  position: absolute;
  left: 0;
  top: 0;
}

.poster-main .poster-btn {
  position: absolute;
  top: 0;
  cursor: pointer;
}

.poster-main .poster-prev-btn {
  left: 0;
  background: url("../images/btn_l.png") no-repeat center;
}

.poster-main .poster-next-btn {
  right: 0;
  background: url("../images/btn_r.png") no-repeat center;
}

.poster-main .poster-item {
  position: relative;
}

.poster-main .poster-item img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.poster-main .btn-3d {
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -100px;
  ;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-indent: 55px;
  font-size: 22px;
  color: #ffffff;
  position: absolute;
  z-index: 99999;
  display: block;
  background: url("../images/btn-3d.png") no-repeat 10px center #ff8e2d;
  border-radius: 16px;
}