body {
  min-width: 1440px;
}
.swiper_banner{
  width: 100%;
}
.banner {
  position: relative;
  top: -85px;
  width: 100%;
}
.banner img {
  width: 100%;
}
.three_advantage {
  width: 1400px;
  position: relative;
  text-align: center;
  top: -130px;
  z-index: 999;
  left: 50%;
  margin-left: -700px;
}
.three_advantage img {
  margin: 0 auto;
  border: 1px solid #eee;
  box-shadow: #eee 10px 10px 30px 5px;
}
.financial_issues {
  position: relative;
  max-width: 1920px;
  text-align: center;
  width: 100%;
  height: 728px;
  background: url(../../static/financial_issues-bg.jpg) 100% 100% no-repeat;
}
.financial_issues .financial_issues_title {
  width: 100%;
  height: auto;
  text-align: center;
  position: relative;
  top: -90px;
}
.financial_issues_title h2 {
  font-size: 26px;
  color: #333;
}
.financial_issues_title h4 {
  font-size: 16px;
  color: #666;
  margin-top: 10px;
}

.financial_issues_content {
  margin-top: 0px;
}
.financial_issues_to_more {
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -175px;
  display: block;
  width: 350px;
  height: 70px;
}

.plan_case {
  position: relative;
  max-width: 1920px;
  text-align: center;
  margin-top: 50px;
}
.plan_case h2 {
  font-size: 26px;
  color: #333;
}
.plan_case h4 {
  font-size: 16px;
  color: #666;
  margin-top: 10px;
}
.plan_case_title {
  margin-bottom: 30px;
}
.plan_case_content {
  width: 100%;
  height: auto;
}
.plan_case_content .plan_case_list {
  display: block;
  width: 1400px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.plan_case_content .plan_case_list li {
  position: relative;
  display: block;
  float: left;
  width: 450px;
  height: 440px;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
  animation: all 5s;
}
.plan_case_content .plan_case_list li:nth-child(3n-1) {
  margin-left: 25px;
}
.plan_case_content .plan_case_list li:nth-child(3n) {
  margin-left: 24px;
}
.plan_case_content .plan_case_list li a img {
  width: 100%;
  height: auto;
}
.plan_case_content .plan_case_list li a h3 {
  font-size: 16px;
  color: #333;
  margin-top: 30px;
}
.plan_case_content .plan_case_list li a h4 {
  font-size: 16px;
  color: #999;
}
.plan_case_describe {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 166px;
  background-color: #c62c2a;
  opacity: 0;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
}
.plan_case_describe h3 {
  font-size: 15px;
  color: #fff;
  margin-top: 20px;
}
.plan_case_describe h4 {
  font-size: 13px;
  color: #fff;
  margin: 20px 15px;
}
.plan_case_describe h5 {
  font-size: 12px;
  color: #fff;
  margin-top: 14px;
}
.plan_case_describe_line {
  width: 400px;
  height: 1px;
  background-color: rgba(229, 229, 229, 0.5);
  margin: 0 auto;
  margin-top: 18px;
}
.plan_case_content .plan_case_list li:hover .plan_case_describe {
  opacity: 1;
}

.customized_case {
  position: relative;
  max-width: 1920px;
  height: 1040px;
  text-align: center;
  background-color: #f4f5fa;
  margin-top: 30px;
  padding-top: 60px;
}
.customized_case_title {
  margin-bottom: 30px;
}
.customized_case h2 {
  font-size: 26px;
  color: #333;
}
.customized_case h4 {
  font-size: 15px;
  color: #666;
  margin-top: 10px;
}
.customized_case_list {
  width: 1440px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.customized_case_list li {
  display: block;
  float: left;
}
.customized_case_list li a {
  display: block;
  width: auto;
  height: auto;
  overflow: hidden;
  position: relative;
}
.customized_case_list li img {
  width: 100%;
  height: 100%;
}
.customized_case_list li:first-child {
  width: 680px;
  height: 360px;
  overflow: hidden;
}
.customized_case_list li:first-child h3 {
  width: 90%;
  height: 60px;
  line-height: 60px;
  text-align: left;
  padding-left: 10%;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 15px;
  color: #fff;
  position: absolute;
  bottom: 36px;
}
.customized_case_list li:nth-child(2) {
  width: 340px;
  height: 360px;
  overflow: hidden;
  margin-left: 40px;
}
.customized_case_list li:nth-child(2) h3 {
  width: 90%;
  height: 60px;
  line-height: 60px;
  text-align: left;
  padding-left: 10%;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 15px;
  color: #fff;
  position: absolute;
  bottom: 7px;
}
.customized_case_list li:nth-child(3) {
  width: 340px;
  height: 360px;
  overflow: hidden;
  margin-left: 40px;
}
.customized_case_list li:nth-child(3) h3 {
  width: 90%;
  height: 60px;
  line-height: 60px;
  text-align: left;
  padding-left: 10%;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 15px;
  color: #fff;
  position: absolute;
  bottom: 7px;
}
.customized_case_list li:nth-child(4) {
  width: 340px;
  height: 480px;
  overflow: hidden;
  margin-top: 20px;
}
.customized_case_list li:nth-child(4) h3 {
  width: 90%;
  height: 60px;
  line-height: 60px;
  text-align: left;
  padding-left: 10%;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 15px;
  color: #fff;
  position: absolute;
  bottom: 7px;
}

.customized_case_list li:nth-child(5) {
  width: 680px;
  height: 470px;
  overflow: hidden;
  margin-left: 40px;
  margin-top: 20px;
}
.customized_case_list li:nth-child(5) h3 {
  width: 90%;
  height: 60px;
  line-height: 60px;
  text-align: left;
  padding-left: 10%;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 15px;
  color: #fff;
  position: absolute;
  bottom: 7px;
}

.customized_case_list li:nth-child(6) {
  width: 340px;
  height: 480px;
  overflow: hidden;
  margin-left: 40px;
  margin-top: 20px;
}
.customized_case_list li:nth-child(6) h3 {
  width: 90%;
  height: 60px;
  line-height: 60px;
  text-align: left;
  padding-left: 10%;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 15px;
  color: #fff;
  position: absolute;
  bottom: 7px;
}

.planning_effect {
  position: relative;
  max-width: 1920px;
  height: 880px;
  text-align: center;
  padding-top: 60px;
}
.planning_effect_title {
  margin-bottom: 30px;
}
.planning_effect h2 {
  font-size: 26px;
  color: #333;
}
.planning_effect h4 {
  font-size: 16px;
  color: #666;
  margin-top: 10px;
}
.planning_effect .swiper-container {
  width: 1440px;
  height: 518px;
  padding: 20px 100px;
}
.planning_effect .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 1400px;
  height: 100%;
  background-size: 100% 99.9%;
}
.planning_effect .swiper-button-next {
  width: 60px;
  height: 60px;
  background-image: url(../../static/right.png);
  background-size: 100%;
}
.planning_effect .swiper-button-prev {
  width: 60px;
  height: 60px;
  background-image: url(../../static/left.png);
  background-size: 100%;
}
.planning_effect_more {
  display: block;
  width: 350px;
  height: 74px;
  margin: 0 auto;
  margin-top: 40px;
}
.advertisement_box {
  width: 100%;
  position: relative;
}
.advertisement_box img {
  width: 100%;
}
.advertisement_box a {
  display: block;
  width: 200px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid #fff;
  position: absolute;
  font-size: 22px;
  color: #fff;
  top: 50%;
  margin-top: -24px;
  right: 320px;
}

.government_park {
  position: relative;
  max-width: 1920px;
  text-align: center;
  margin-top: 50px;
}
.government_park h2 {
  font-size: 26px;
  color: #333;
}
.government_park h4 {
  font-size: 16px;
  color: #666;
  margin-top: 10px;
}
.government_park img {
  margin-top: 40px;
}
.government_park_more {
  display: block;
  width: 223px;
  height: 55px;
  line-height: 60px;
  font-size: 15px;
  color: #c62c2a;
  border: 1px solid #c62c2a;
  margin: 0 auto;
  margin-top: 20px;
}
.company_profile {
  width: 1560px;
  height: 580px;
  margin: 0 auto;
  margin-top: 100px;
}
.company_profile_content {
  display: block;
  margin-top: 50px;
}
.company_profile .company_profile_title {
  font-size: 26px;
  color: #333;
  text-align: center;
}
.company_profile_content_l_title {
  font-size: 20px;
  color: #c62c2a;
  position: relative;
  height: 55px;
}
.company_profile_content_l_title:after {
  content: " ";
  display: block;
  width: 50px;
  height: 4px;
  background-color: #c62c2a;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.company_profile_content_l {
  width: 52%;
  height: 437px;
  float: left;
  overflow: hidden;
}
.company_profile_content_l a {
}
.company_profile_content_l_font {
  font-size: 14px !important;
  color: #666;
  margin-top: 20px;
  line-height: 25px;
  height: 295px;
  overflow: hidden;
}
.company_profile_content_r {
  width: 45%;
  height: auto;
  float: right;
}
.company_profile_content_r img {
  width: 100%;
  height: 100%;
}
.company_profile_images {
  width: 1400px;
  height: 230px;
  margin: 0 auto;
  overflow: hidden;
}
.company_profile_images ul li {
  display: block;
  width: 260px;
  height: 266px;
  float: left;
  margin-left: 25px;
}
.company_profile_images ul li:first-child {
  margin-left: 0;
}
.company_profile_images ul li img {
  width: 100%;
  height: 80%;
}
.honor_qualification {
  width: 100%;
  height: 430px;
  background-color: #f2f2f2;
  padding-top: 40px;
  margin-top: 40px;
}
.honor_qualification_title {
  width: 100%;
  font-size: 26px;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
}
.honor_qualification_content {
  width: 1400px;
  height: auto;
  margin: 0 auto;
  position: relative;
}
.swiper-container2 {
  width: 1400px;
  height: auto;
  overflow: hidden;
}
.honor_qualification_img {
  width: 100%;
  height: 236px;
}
.honor_qualification_p {
  width: 100%;
  height: 54px;
  text-align: center;
  line-height: 54px;
  font-size: 14px;
  color: #333;
  background-color: #fff;
}
.swiper-container2 .swiper-slide {
  width: 330px !important;
  height: 290px;
}
.swiper-container2 .swiper-slide img {
  width: 330px !important;
  height: 236px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.honor_qualification .swiper-button-next {
  width: 60px;
  height: 60px;
  background-image: url(../../static/right.png);
  background-size: 100%;
  right: -100px;
}
.honor_qualification .swiper-button-prev {
  width: 60px;
  height: 60px;
  background-image: url(../../static/left.png);
  background-size: 100%;
  left: -100px;
}
.swiper-container2 .swiper-slide:hover .honor_qualification_p {
  background-color: #c62c2a;
  color: #fff;
}
.professional_trust {
  max-width: 1903px;
  min-width: 1440px;
  width: 100%;
  height: 514px;
  background: url(../../static/trust_bh.jpg) 100% 100% no-repeat;
  padding-top: 40px;
}
.professional_trust h2 {
  font-size: 26px;
  color: #333;
  text-align: center;
}
.professional_trust_content {
  width: 1400px;
  height: 310px;
  margin: 0 auto;
  margin-top: 50px;
  padding-top: 30px;
}
.professional_trust_content ul li {
  display: block;
  float: left;
  width: 227px;
  height: 310px;
  position: relative;
  background-color: #fff;
  border: 1px solid #eee;
}
.professional_trust_content ul li:first-child .trust_before {
  display: none;
}
.professional_trust_content ul li:first-child .trust_after {
  display: block;
}
.professional_trust_content ul li .trust_before {
  display: block;
  text-align: center;
  margin-top: 100px;
}
.professional_trust_content ul li .trust_before p {
  font-size: 18px;
  color: #333;
  margin-top: 20px;
}
.professional_trust_content ul li .trust_after {
  text-align: center;
  display: none;
  margin-top: 60px;
}
.professional_trust_content ul li .trust_after .trust_before_p1{
  font-size: 20px;
  color: #c62c2a;
  margin: 20px 0 40px 0;
}
.professional_trust_content ul li .trust_after .trust_before_p2{
  padding: 0 20px;
  font-size: 14px;
  color: #666666;
}
.professional_trust_content ul .ishover {
  width: 480px;
}
.professional_trust_content ul li .trust_num {
  width: 76px;
  height: 76px;
  position: absolute;
  left: 50%;
  margin-left: -38px;
  top: -38px;
}
.advertisement_two {
  max-width: 1903px;
  min-width: 1440px;
  width: 100%;
  height: 720px;
  background: url(../../static/advertisement_two.jpg) 100% 100% no-repeat;
  padding-top: 40px;
}
.advertisement_two_box {
  display: block;
  width: 1150px;
  height: 480px;
  margin: 0 auto;
  margin-top: 130px;
  font-size: 0;
}
.advertisement_two_box li {
  display: inline-block;
  width: 382px;
  height: 208px;
  text-align: center;
  padding-top: 30px;
}
.advertisement_two_box li p:first-child {
  font-size: 100px;
  color: #fff;
  display: inline-block;
}
.advertisement_two_box li span {
  font-size: 100px;
  color: #fff;
  display: inline-block;
}
.advertisement_two_box li .adv_name {
  font-size: 18px;
  color: #fff;
}

.advertisement_two_box li:first-child {
  border-right: 2px solid rgba(255, 255, 255, 0.3);
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}
.advertisement_two_box li:nth-child(2) {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}
.advertisement_two_box li:nth-child(3) {
  border-left: 2px solid rgba(255, 255, 255, 0.3);
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}
.advertisement_two_box li:nth-child(4) {
  border-right: 2px solid rgba(255, 255, 255, 0.3);
}
.advertisement_two_box li:nth-child(5) {
  border-right: 2px solid rgba(255, 255, 255, 0.3);
}
.new_info {
  width: 1560px;
  height: 770px;
  margin: 0 auto;
  /* margin-top: 30px; */
}
.new_info_title {
  text-align: center;
}
.new_info h2 {
  font-size: 26px;
  color: #333;
}
.new_info h4 {
  font-size: 16px;
  color: #666;
}
.new_info_content {
  display: flex;
  margin-top: 50px;
}
.new_info_content_l {
  width: 500px;
  height: 638px;
  margin-right: 40px;
  box-sizing: border-box;
}
.new_info_content_l_title {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.new_info_content_m {
  width: 500px;
  height: 638px;
  margin-right: 40px;
  box-sizing: border-box;
}
.new_info_content_m_title {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.new_info_content_r {
  width: 500px;
  height: 638px;
  box-sizing: border-box;
}
.new_info_content_r_title {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.new_info_content_title {
  font-size: 16px;
  color: #666666;
  float: left;
}
.new_info_content_title span {
  font-size: 15px;
  color: #999999;
}
.new_info_content_title_a {
  font-size: 14px;
  color: #666;
  float: right;
}
.toutiao {
  width: 100%;
  height: 240px;
  position: relative;
  margin-top: 20px;
  display: block;
}
.toutiao img {
  width: 100%;
  height: 100%;
}
.toutiao .title {
  position: absolute;
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  color: #191818;
  background-color: rgba(255, 255, 255, 0.8);
  bottom: 0;
  text-align: center;
}
.new_info_list {
  display: block;
  width: 100%;
  height: 354px;
  box-sizing: border-box;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
}
.new_info_list li {
  display: block;
  width: 90%;
  height: 49px;
  line-height: 65px;
  text-align: left;
  margin: 0 auto;
  border-bottom: 1px solid #f4f4f4;
  overflow: hidden;
}
.new_info_list li a {
  font-size: 14px;
}
.new_info_list li .No {
  width: 28px;
  height: 25px;
  line-height: 25px;
  background-color: #c62c2a;
  border-radius: 5px;
  text-align: center;
  float: left;
  margin: 20px 20px 0 0;
  color: #fff;
}
.new_info_list li:last-child {
  border: none;
}

@media (max-width:768px){
  /* .plan_case_content .plan_case_list{
    width: 100%;
  }
  .plan_case_content .plan_case_list li{
    display: block;
    width: 90%;
    margin: 0 auto;
  } */
  .advertisement_box{
    width: 1656px;
  }
}

/* ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂºÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÆ’Ã‚Â©Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¨ */
.footer_box {
  width: 100%;
  /* height: 420px; */
  background-color: #0043b3;
  /* margin-top: 50px; */
}
.footer_contenr {
  width: 1400px;
  height: 285px;
  margin: 0 auto;
  overflow:hidden;
  /* background: #000; */
}
.bg_link {
  width: 100%;
  height: 66px;
  line-height: 66px;
  border-bottom: 1px solid #cac7c7;
  text-align: left;
  color: #4d4d4d;
}
.link_list {
  font-size: 16px;
  color: #ffffff;
}
.link_list img {
  margin-right: 10px;
}
.link_list a {
  font-size: 14px;
  color: #ffffff;
}
.copyright {
  width: 100%;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
  color: #b3b3b3;
  bottom: -35px;
  background-color: #1754ba;
}
.copyright .font{
  font-size: 14px;
  color: #b3b3b3;
  width: 1400px;
  margin: 0 auto;
  text-align: left;
}  
.copyright .font span{
  display: inline-block;
  margin-right: 10px;
}

.weixin_footer{
  position: relative;
  /* top: -133px; */
}
.weixin_footer .wx_box{
 display: inline-block;
 text-align: center;
}
.weixin_footer .wx_box:last-child{
  margin-left: 40px;
}
.weixin_footer .wx_box img{
  width: 114px;
  height: 114px;
}
.weixin_footer .wx_box p{
  font-size: 14px;
  color: #b3b3b3;
}
.weixin_footer .addres_box_t_l {
  width: 330px;
  height: 100%;
  display: inline-block;
}

.weixin_footer .addres_box_t_l h3 {
  font-size: 24px;
  color: #333;
}

.weixin_footer .addres_box_t_l ul li {
  display: block;
  width: 345px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #b3b3b3;
  padding-left: 50px;
}

.weixin_footer .addres_box_t_l ul li:first-child {
  background: url(../images/ico_contact_1.png);
  background-position: left;
  background-repeat: no-repeat;
}
.weixin_footer .addres_box_t_l ul li:nth-child(2) {
  background: url(../images/221.jpg);
  background-position: left;
  background-repeat: no-repeat;
  margin-top: 15px;
}
.weixin_footer .addres_box_t_l ul li:nth-child(3) {
  background: url(../images/ico_contact_2.png);
  background-position: left;
  background-repeat: no-repeat;
  margin-top: 15px;
}
.weixin_footer .addres_box_t_l ul li:nth-child(4) {
  background: url(../images/ico_contact_3.png);
  background-position: left;
  background-repeat: no-repeat;
  margin-top: 15px;
}
.weixin_footer .addres_box_t_l ul li:nth-child(5) {
  background: url(../images/ico_contact_4.png);
  background-position: left;
  background-repeat: no-repeat;
  margin-top: 15px;
}


.bg_footer .left {
    float: left;
    width: 125px;
  }
  .footer {
    width: 1400px;
    height: 250px;
    margin: 0 auto;
    padding-top: 40px;
  }
  .bg_footer .left ul h6 {
    font-size: 15px;
    color: #fff;
    margin-bottom: 10px;
  }
  .bg_footer .left ul li {
    margin-bottom: 10px;
  }
  .bg_footer .left ul li a {
    font-size: 14px;
    color: #eee;
  }
  .copyright_box{
      width: 100%;
      margin: 0 auto;
      background: #0043b3;
      float: left;
      /* padding-top: 35px; */
  }
  
  .programme_banner {
  max-width: 1904px;
  height: auto;
  position: relative;
  top: 85px;
}
.programme_banner img {
  width: 100%;
}

.programme_header {
  width: 100%;
  height: 66px;
  position: relative;
  top: 18px;
  background-color: rgba(0, 0, 0, 0.3);
}
.programme_header_box {
  width: 1560px;
  height: 100%;
  margin: 0 auto;
}
.programme_header_box .home_nav {
  float: left;
}
.programme_header_box .home_nav ul li {
  display: inline-block;
  width: auto;
  height: 36px;
  font-size: 16px;
  color: #ffffff;
  margin-top: 17px;
}
.programme_header_box .home_nav ul li:nth-child(2) {
  margin-left: 20px;
}
.programme_header_box .home_nav ul li:nth-child(3) {
  margin-left: 20px;
}
.programme_header_box .home_nav ul li:nth-child(4) {
  margin-left: 20px;
}
.programme_header_box .home_nav ul li a {
  font-size: 16px;
  color: #fff;
  line-height: 36px;
  display: block;
  padding: 0 10px;
}
.programme_header_box .home_nav ul .hover {
  background-color: #ffffff;
  color: #666666 !important;
  border-radius: 20px;
}
.programme_header_box .home_nav ul .hover a {
  color: #666666 !important;
}
.programme_header_box .am-breadcrumb {
  float: right;
}
.programme_header_box .am-breadcrumb li {
  display: inline-block;
}

.programme_header_box .am-breadcrumb li a {
  color: #fff;
  line-height: 66px;
}
.programme_header_box .am-breadcrumb .breadcrumb-img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.programme_header_box .am-breadcrumb .breadcrumb-img img {
  width: 16px;
  height: 16px;
}
.programme_header_box .am-breadcrumb .breadcrumb-title {
  font-size: 15px;
  color: #7e7e7e;
  line-height: 66px;
}


.subPage {
    padding: 40px 0;
    background: linear-gradient(138deg, #4DC3FF 0%, #457AE6 100%);
    overflow: hidden;
    }