body{
    background-color: #fff;
}

.main{
    position: relative;
}

/* 头部swiper开始 */
.swiper_nav_container{
    position: fixed;
    top: 100px;
    z-index: 2;
    width: 100%;
}

.header_swiper{
    height: 70px;
    padding: 0 64px;
    box-sizing: border-box;
    position: relative;
    background-color: #e3e3e3;
}

.swiper-slide>a{
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #5d5d5d;
    font-size: 22px;
}

.swiper-slide-active>a{
    width: 170px;
    height: 70px;
    background-color: #d7000f;
    color: #fff;
    border-radius: 10px;
}
/* 头部swiper结束 */

.center{
    padding-top: 182px;
}

/* 顾问咨询开始 */
.consultant{
    margin-bottom: 88px;
    padding-top: 60px;
}

.title{
    font-size: 36px;
    font-weight: bold;
    color: #003893;
    text-align: center;
    /* margin-top: 60px; */
    /*line-height: 36px;*/
    margin-bottom: 60px;
}

.title_bg{
    color: #fff!important;
}

.text{
    font-size: 22px;
    color: #999999;
    padding: 0 30px;
    line-height: 38px;
    text-align: justify;
}

.consultant_swiper_img{
    padding: 0 30px;
    box-sizing: border-box;
    margin-top: 30px;
}

#swiper2 .swiper-slide{
    width: 545px!important;
}

#swiper2 .swiper-wrapper{
    width: 545px!important;
}

.swiper_img_open{
    width: 70px;
    height: 46px;
    display: block;
    position: absolute;
    top: 25px;
    right: 42px;
    font-size: 20px;
    color: #fff;
}

.swiper_img_close{
    width: 46px;
    height: 46px;
    display: block;
    position: absolute;
    top: 25px;
    right: 42px;
}
/* 顾问咨询结束 */

/* 运营管理开始 */
.operation{
    width: 100%;
    padding-top: 60px;
    background-color: #eaeff5; 
}

.operation_bg{
    /* height: 1150px; */
    background: url(/zhphone/public/images/operation-tab2-bg.jpg) no-repeat center; 
}

.operation .title{
    margin-bottom: 60px;
    margin-top: 0;
}

.tab_wrapper{
    margin: 0 30px 42px;
    box-sizing: border-box;
    font-size: 0;
    border-bottom: 1px solid #d5d5d5;
}

.tab_item,.tab_item1{
    width: 188px;
    display: inline-block;
    margin-right: 6px;
    height: 56px;
    border-radius: 20px 20px 0 0;
    text-align: center;
    line-height: 56px;
    font-size: 20px;
    color: #5a5a5a;
    background-color: #fff;
    vertical-align: bottom;
}

.tab_item1{
    background-color: #e2e2e2;
}

.tab_item:last-child,.tab_item1:last-child{
    margin-right: 0;
}

.tab_item_active{
    background-color: #0153cd;
    color: #fff;
    height: 62px;
    line-height: 62px;
    vertical-align: bottom;
}

.tab_text_item:first-child{
  font-size: 0;
  background-color: #eaeff5;
}

.tab_text_item .text{
    padding: 0 30px 30px;
    box-sizing: border-box;
}

.tab_text_img_wrapper{
    width: 100%;
    position: relative;
    height: 909px;
    background: url(/zhphone/public/images/operation-imgs.jpg) no-repeat center;
    background-size: 100%;
}

.region1{
  width: 180px;
  height: 97px;
  position: absolute;
  top: 83px;
  right: 6px;
}

.region2{
  width: 166px;
  height: 84px;
  position: absolute;
  top: 197px;
  right: 144px;
}

.region3{
  width: 166px;
  height: 120px;
  position: absolute;
  top: 190px;
  left: 148px;
}

.region4{
  width: 129px;
  height: 84px;
  position: absolute;
  top: 371px;
  left: 184px;
}

.region5{
  width: 119px;
  height: 84px;
  position: absolute;
  top: 326px;
  left: 335px;
}

.region6{
  width: 119px;
  height: 84px;
  position: absolute;
  top: 300px;
  right: 54px;
}

.region7{
  width: 125px;
  height: 84px;
  position: absolute;
  top: 447px;
  right: 146px;
}

.region{
    z-index: 2;
}

.tab_show_all{
  margin: 0 auto;
  position: absolute;
  bottom: 66px;
  left: 74px;
}

.tab_show_item{
  display: inline-block;
  color: #0153cd;
}

.tab_show_item>h1{
  font-size: 58px;
  line-height: 58px;
  font-weight: bold;
  display: inline-block;
}

.tab_show_item>span{
  font-size: 22px;
  line-height: 22px;
  font-weight: bold;
  vertical-align: top;
  display: inline-block;
}

.tab_show_item>p{
  font-size: 22px;
  line-height: 22px;
  margin-top: 14px;
}

.tab_show_item1{
  padding-right: 25px;
  border-right: 1px solid #0153cd;
}

.tab_show_item2{
  padding-right: 30px;
  padding-left: 38px;
  border-right: 1px solid #0153cd;
}

.tab_show_item3{
  padding-left: 38px;
}

.tab_text_img_active{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.tab_text_item2{
    width: 100%;
    height: 981px;
    background: url(/zhphone/public/images/operation-tab2-bg2-1.png) no-repeat center;
    opacity: 0;
    animation: AniLeft 0.8s ease-out 0.5s forwards;
    -webkit-animation: AniLeft 0.8s ease-out 0.5s forwards;
}

.tab_text_item2>img{
    opacity: 0;
    animation: AniAlpha 1.2s ease-out 0.8s forwards;
    -webkit-animation: AniAlpha 1s ease-out 0.8s forwards;
}

.tab_text_wrapper{
    /* padding-bottom: 60px; */
    /* box-sizing: border-box; */
}

.operation_tab2_bg4{
    position: absolute;
    top: 59px;
    right: 30px;
}

.operation_tab2_bg5{
    position: absolute;
    bottom: 149px;
    left: 30px;
}

/* 运营管理结束 */

/* 经营投资开始 */
.invest{
  padding-top: 60px;
}

.invest_bg2_img{
    margin: 70px 0 50px;
}

.invest_text_item3{
  padding: 24px 30px 0 30px;
  box-sizing: border-box;
}

.invest_item3_item{
  width: 580px;
  height: 140px;
  font-size: 0;
  margin-bottom: 20px;
}

.invest_item3_item_left{
  width: 230px;
  height: 100%;
  background-color: #0153cd;
  border-radius: 15px 0 0 15px;
  padding-left: 32px;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.invest_item3_item .invest_item3_item_left>h1{
  font-size: 26px;
  line-height: 30px;
  color: #fff;
  font-weight: normal;
}

.invest_item3_item .invest_item3_item_left>p{
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  font-weight: normal;
  margin-top: 6px;
}

.invest_item3_item .invest_item3_item_left>span{
  width: 81px;
  height: 140px;
  position: absolute;
  top: 0;
  right: 0;
}

.invest_item3_item1 .invest_item3_item_left{ 
  padding-top: 47px;
}

.invest_item3_item1 .invest_item3_item_left>span{ 
  background: url(/zhphone/public/images/invest3_left_icon1.png) no-repeat center center;
}

.invest_item3_item2 .invest_item3_item_left>span{ 
  background: url(/zhphone/public/images/invest3_left_icon2.png) no-repeat center center;
}

.invest_item3_item3 .invest_item3_item_left>span{ 
  background: url(/zhphone/public/images/invest3_left_icon3.png) no-repeat center center;
}

.invest_item3_item4 .invest_item3_item_left>span{ 
  background: url(/zhphone/public/images/invest3_left_icon4.png) no-repeat center center;
}

.invest_item3_item_right{
  width: 345px;
  height: 100%;
  display: inline-block;
  background-color: #f1f1f1;
  border-radius: 0 15px 15px 0;
  vertical-align: middle;
}

.invest_item3_item1 .invest_item3_item_right>h1{
  width: 306px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  font-size: 20px;
  color: #474747;
  border-radius: 30px;
  border: 1px solid #cccccc;
  margin: 47px 0 0 20px;
  font-weight: normal;
}

.invest_item3_item2 .invest_item3_item_left,
.invest_item3_item3 .invest_item3_item_left,
.invest_item3_item4 .invest_item3_item_left{
  padding-top: 25px;
  box-sizing: border-box;
}

.invest_item3_item2 .invest_item3_item_right>h1, 
.invest_item3_item3 .invest_item3_item_right>h1, 
.invest_item3_item4 .invest_item3_item_right>h1{
  font-size: 20px;
  height: 42px;
  line-height: 42px;
  border-radius: 30px;
  color: #474747;
  text-align: center;
  border: 1px solid #cccccc;
  font-weight: normal;
}

.invest_item3_first{
  width: 306px;
  height: 42px;
  margin: 23px 0 0 20px;
}

.invest_item3_second{
  width: 179px;
  height: 42px;
  display: inline-block;
  margin: 10px 0 0 20px;
}

.invest_item3_third{
  width: 118px;
  height: 42px;
  display: inline-block;
  margin: 10px 0 0 10px;
}

.invest_item3_one{
  width: 200px;
  height: 42px;
  display: inline-block;
  margin: 47px 0 0 20px;
}

.invest_item3_two{
  width: 96px;
  height: 42px;
  display: inline-block;
  margin: 47px 0 0 10px;
}

/* 经营投资结束 */
/*修改*/
.text2-1{width: 90%;background-color: #f1f1f1;margin: 0 auto;margin-top: 20px;border-radius:5px;}
.text1-1{width: 90%;text-align: justify;background-color: #f1f1f1;margin: 0 auto;margin-top: 60px;border-radius:5px;}
.text1-2{font-size: 26px;font-weight: bold;text-align: justify;color: #0153cd;text-align: center;    line-height: 80px;padding-top: 10px;}
.text1-3{font-size: 22px;text-align: justify;line-height: 42px;color: #929292;padding: 0 30px 40px 30px;}
.xiao1{width: 525px;height: 250px;border-radius:10px;background-color: #0153cd}
.biao1{font-size: 24px;font-weight: bold;color: #ffffff;    line-height: 93px;
    display: block;margin-left: 10px;
    }
.biao2{font-size: 22px;color: #ffffff;
display: block;width: 415px;margin-left: 30px;line-height: 40px;
}
.xiao1 img{float: left;
    margin-top: 30px;
    margin-left: 30px;margin-right: 10px;}
.xiao1-1 img{float: left;
    margin-top: 30px;
    margin-left: 30px;margin-right: 10px;}
.xiao1-1{width: 525px;height: 250px;border-radius:10px;}
.xiao2{width: 525px;height: 518px;background: url("/zhphone/public/images/bj22-01_03.png") no-repeat center center}
.xiao3{width: 460px;height: 200px;margin-top: 35px;margin-left: 30px;}
.zizi{font-size: 22px;color: #fff;line-height: 37px;}
.xiao2-1{width: 525px;height: 450px;background: url("/zhphone/public/images/bj11_03.png") no-repeat center center}
.xiao2-2{width: 525px;height: 480px;background: url("/zhphone/public/images/bj33_03_03.png") no-repeat center center}

/*修改结束*/