/**
 * All SCSS
 */
@charset "UTF-8";
/****************************** reset ******************************/


.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

.clearfix:after, ul:after, .center:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix, ul, .center {
  *zoom: 1;
}

.ellipsis, .ibox6 .fl h2 a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.tac {
  text-align: center;
}

.big:hover, .bigger {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.block {
  display: block;
}

.inline-block, .head_c .fr a, .banner_btn a, .ibox4 .fr .ibox4_r_btn .l_btn, .ibox4 .fr .ibox4_r_btn .r_btn, .ibox6 .fl h2 a, .footer .foot_bottom a, .p1box2 .banner_btn a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.mask {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
}


/****************************** style ******************************/
.head_t {
  height: 44px;
  line-height: 44px;
  background: #424249;
}

.head_t .fr {
  padding-left: 35px;
  background: url(../img/tel.png) no-repeat left center;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
}

.head_c {
  padding: 35px 0 30px;
  line-height: 79px;
}

.head_c .fl img {
  vertical-align: middle;
}

.head_c .fl a img {
  padding-right: 26px;
  border-right: 1px dashed #e5e5e5;
  margin-right: 18px;
}

.head_c .fr {
  padding-right: 2px;
}

.head_c .fr a {
  width: 27px;
  height: 27px;
  line-height: 27px;
  border-radius: 50%;
  margin: 0 1px;
  text-align: center;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
}

.head_c .fr a i {
  color: #fff;
}

.head_c .fr a:first-child {
  background-color: #f4cb3b;
}

.head_c .fr a:first-child:hover {
  background-color: #efbd0d;
}

.head_c .fr a:first-child + a {
  background-color: #7dd981;
}

.head_c .fr a:first-child + a:hover {
  background-color: #56cd5b;
}

.head_c .fr a:first-child + a + a {
  background-color: #89b0ea;
}

.head_c .fr a:first-child + a + a:hover {
  background-color: #5e93e2;
}


.ibox1 {
  padding-bottom: 130px;
}

.ibox1 .fl {
  width: 412px;
  position: relative;
  z-index: 1;
}

.ibox1 .fl li {
  height: 80px;
  border-bottom: 1px solid #e5e5e5;
  padding-left: 50px;
  padding-top: 9px;
  margin-bottom: 10px;
  overflow: hidden;
}

.ibox1 .fl li .ibox1_icon {
  float: left;
  width: 108px;
  text-align: center;
  padding-top: 5px;
}

.ibox1 .fl li h2 {
  color: #424249;
  font-size: 18px;
  padding: 10px 0;
}

.ibox1 .fl li.last {
  border-bottom: 0;
  margin-bottom: 0;
}

.ibox_hover {
  width: 537px;
  height: 87px;
  border: 2px solid #004eff;
  background: url(../img/arrow.png) no-repeat 18px center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  cursor: pointer;
}

.ibox_hover span {
  display: block;
  background: #004eff;
  width: 91px;
  text-align: center;
  font-size: 44px;
  color: #fff;
  line-height: 87px;
  float: right;
  margin-right: -2px;
}

.ibox2_list {
  padding-bottom: 110px;
}

.ibox2_list ul li {
  float: left;
  width: 220px;
  height: 300px;
  margin-left: 20px;
  text-align: center;
}

.ibox2_list ul li div {
  background: url(../img/ibox2_border.png);
  width: 140px;
  height: 140px;
  line-height: 140px;
  margin: 40px auto 20px;
  -webkit-transition: all .8s;
  transition: all .8s;
}

.ibox2_list ul li div img {
  vertical-align: middle;
}

.ibox2_list ul li p {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.ibox2_list ul li:hover div {
  -webkit-animation: zoomIn 1s 0s ease both;
          animation: zoomIn 1s 0s ease both;
}

.ibox2_list ul li:first-child {
  margin-left: 0;
  background-color: #00cc99;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.ibox2_list ul li:first-child:hover {
  background-color: #00e6ac;
}

.ibox2_list ul li:first-child + li {
  background-color: #1088d5;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.ibox2_list ul li:first-child + li:hover {
  background-color: #1297ed;
}

.ibox2_list ul li:first-child + li + li {
  background-color: #f05a25;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.ibox2_list ul li:first-child + li + li:hover {
  background-color: #f26c3d;
}

.ibox2_list ul li:first-child + li + li + li {
  background-color: #10be51;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.ibox2_list ul li:first-child + li + li + li:hover {
  background-color: #12d65b;
}

.ibox2_list ul li:first-child + li + li + li + li {
  background-color: #02cfc8;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.ibox2_list ul li:first-child + li + li + li + li:hover {
  background-color: #02e8e0;
}

.ibox3_list {
  overflow: hidden;
}

.ibox3_list ul {
  margin-right: -20px;
}

.ibox3_list ul li {
  float: left;
  width: 540px;
  height: 98px;
  padding: 33px 0 0 40px;
  margin: 0 20px 20px 0;
}

.ibox3_list ul li:hover div i {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.ibox3_list ul li div {
  width: 57px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  color: #004eff;
  font-size: 32px;
  float: left;
  margin-right: 38px;
  position: relative;
}

.ibox3_list ul li div i {
  position: absolute;
  width: 57px;
  height: 66px;
  left: 0;
  top: 0;
  background: url(../img/ibox3_list.png) no-repeat;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.ibox3_list ul li h2 {
  font-size: 18px;
  color: #424249;
  padding: 8px 0 10px;
}

.ibox3_list ul li p {
  font-size: 18px;
}

.ibox4 {
  overflow: hidden;
  height: 827px;
}

.ibox4 .center {
  position: relative;
  height: 100%;
}

.ibox4 .ibox4_bg {
  position: absolute;
  right: 50%;
  z-index: 1;
}

.ibox4 .fl {
  padding-left: 45px;
  position: relative;
  z-index: 2;
}

.ibox4 .fl > h2 {
  font-size: 52px;
  color: #000;
  padding-top: 5px;
}

.ibox4 .fl > span {
  font-size: 24px;
  color: #666;
  border-bottom: 5px solid #004eff;
  padding-bottom: 3px;
}

.ibox4 .fl > p {
  margin-top: 20px;
  color: #666;
}

.ibox4 .fl .ibox4_l_list {
  margin-top: 50px;
  background: url(../img/ibox4_l_list_bg.png) no-repeat;
  width: 156px;
  height: 409px;
  position: relative;
}

.ibox4 .fl .ibox4_l_list ul {
  position: absolute;
  left: 108px;
  top: 15px;
}

.ibox4 .fl .ibox4_l_list ul li span {
  font-size: 50px;
  font-weight: bold;
}

.ibox4 .fl .ibox4_l_list ul li i {
  font-size: 60px;
  position: relative;
  bottom: -5px;
  font-weight: normal;
}

.ibox4 .fl .ibox4_l_list ul li p {
  color: #666;
  font-size: 20px;
  white-space: nowrap;
}

.ibox4 .fl .ibox4_l_list ul li:first-child span {
  color: #ff7171;
}

.ibox4 .fl .ibox4_l_list ul li:first-child + li span {
  color: #eac02e;
}

.ibox4 .fl .ibox4_l_list ul li:first-child + li + li span {
  color: #56a5c1;
}

.ibox4 .fl .ibox4_l_list ul li:first-child + li + li + li span {
  color: #1fd8e3;
}

.ibox4 .fr {
  position: relative;
  z-index: 2;
  height: 637px;
  background: #fff;
}

.ibox4 .fr ul {
  height: 100%;
  position: relative;
}

.ibox4 .fr table {
  width: 600px;
}

.ibox4 .fr table td {
  width: 199px;
  height: 105px;
  overflow: hidden;
  text-align: center;
  border: 1px solid #f1f1f1;
  position: relative;
}

.ibox4 .fr table td img {
      width: 120px;
    margin: 0 auto;
    display: block;
    height: auto;
}

.ibox4 .fr table td span {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 12px;
  color: #fff;
  line-height: 105px;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  filter: alpha(opacity=0);
  opacity: 0;
}

.ibox4 .fr table td .mask {
  z-index: 1;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  filter: alpha(opacity=0);
  opacity: 0;
  display: block;
}

.ibox4 .fr table td:hover span {
  filter: alpha(opacity=100);
  opacity: 1;
}

.ibox4 .fr table td:hover .mask {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.ibox4 .fr .ibox4_r_btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 199px;
  height: 105px;
  line-height: 105px;
  text-align: center;
  background: #fff;
}

.ibox4 .fr .ibox4_r_btn .l_btn, .ibox4 .fr .ibox4_r_btn .r_btn {
  width: 42px;
  height: 42px;
  margin: 0 10px;
  vertical-align: middle;
}

.ibox4 .fr .ibox4_r_btn .l_btn {
  background: url(../img/l_btn.jpg);
}

.ibox4 .fr .ibox4_r_btn .l_btn:hover {
  background: url(../img/l_btn_hover.jpg);
}

.ibox4 .fr .ibox4_r_btn .r_btn {
  background: url(../img/r_btn.jpg);
}

.ibox4 .fr .ibox4_r_btn .r_btn:hover {
  background: url(../img/r_btn_hover.jpg);
}

.ibox5_list {
  overflow: hidden;
}

.ibox5_list ul {
  margin-right: -20px;
}

.ibox5_list ul li {
  float: left;
  margin-right: 20px;
  width: 280px;
}

.ibox5_list ul li dl {
  padding: 5px 10px;
  line-height: 30px;
}

.ibox5_list ul li dt {
  color: #424249;
  font-size: 18px;
}

.box_mask {
  position: relative;
}

.box_mask img {
  display: block;
}

.box_mask a {
  display: block;
  position: absolute;
  z-index: 2;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  filter: alpha(opacity=0);
  opacity: 0;
  width: 104px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  left: 50%;
  margin-left: -52px;
  top: 50%;
  margin-top: -18px;
  background: #004eff;
  border-radius: 5px;
  color: #fff;
}

.box_mask .mask {
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  z-index: 1;
  display: block;
  filter: alpha(opacity=0);
  opacity: 0;
}

.box_mask:hover a {
  filter: alpha(opacity=100);
  opacity: 1;
}

.box_mask:hover .mask {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.ibox5 {
  padding-bottom: 120px;
  overflow: hidden;
}

.ibox5 .center {
  position: relative;
}

.ibox5 .btn_l, .ibox5 .btn_r {
  top: 330px;
}

.ibox5 .btn_l {
  position: absolute;
  left: -82px;
  border-style: solid;
  border-width: 32px 32px 32px 0;
  border-color: transparent #999 transparent transparent;
  -webkit-transition: border-color .2s;
  transition: border-color .2s;
}

.ibox5 .btn_l:hover {
  border-color: transparent #1395df transparent transparent;
}

.ibox5 .btn_l:after {
  content: '';
  position: absolute;
  left: 2px;
  top: -32px;
  border-style: solid;
  border-width: 32px 32px 32px 0;
  border-color: transparent #fff transparent transparent;
}

.ibox5 .btn_r {
  position: absolute;
  right: -82px;
  border-style: solid;
  border-width: 32px 0 32px 32px;
  border-color: transparent transparent transparent #999;
  -webkit-transition: border-color .2s;
  transition: border-color .2s;
}

.ibox5 .btn_r:hover {
  border-color: transparent transparent transparent #1395df;
}

.ibox5 .btn_r:after {
  content: '';
  position: absolute;
  right: 2px;
  top: -32px;
  border-style: solid;
  border-width: 32px 0 32px 32px;
  border-color: transparent transparent transparent #fff;
}

.ibox6 {
  padding-bottom: 65px;
}

.ibox6 .fl {
  width: 560px;
}

.ibox6 .fl h2 {
  padding: 30px 0 20px;
  font-size: 18px;
  color: #424249;
  line-height: 20px;
}

.ibox6 .fl h2 i {
  color: #004eff;
  vertical-align: middle;
}

.ibox6 .fl h2 span {
  font-size: 14px;
  color: #bdbdbd;
  float: right;
  margin-top: 2px;
}

.ibox6 .fl h2 a {
  width: 410px;
  vertical-align: middle;
}

.ibox6 .fl p {
  line-height: 24px;
}

.ibox6 .fr {
  width: 540px;
}

.ibox6 .fr li {
  margin-bottom: 40px;
}

.ibox6 .fr .l_num {
  float: left;
  font-size: 72px;
  border-right: 1px solid #424249;
  color: #424249;
  padding-right: 8px;
}

.ibox6 .fr h2 {
  margin-left: 125px;
  margin-bottom: 14px;
}

.ibox6 .fr h2 a {
  color: #004eff;
  font-size: 16px; width:60%; overflow:hidden; display:inline-block;
  text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  -webkit-text-overflow:ellipsis;
  -moz-text-overflow:ellipsis;
  white-space:nowrap;
}

.ibox6 .fr h2 span {
  color: #bdbdbd;
  float: right;
}

.ibox6 .fr p {
  margin-left: 125px;
  font-size: 12px;
  line-height: 24px;
}

.ibox6 .more {
  display: block;
  clear: both;
  width: 220px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 26px;
  border: 1px solid #d6d6d6;
  margin: 65px auto 0;
  background: #fff;
  font-size: 16px;
}


.ptit {
  padding: 95px 0 55px;
  text-align: center;
}

.ptit h2 {
  color: #333;
  font-size: 36px;
  padding-bottom: 8px;
}

.pcolor1 {
  background-color: #ee5757;
}

.pcolor2 {
  background-color: #eeb95a;
}

.pcolor3 {
  background-color: #60c98b;
}

.pcolor4 {
  background-color: #5181c8;
}

.pcolor5 {
  background-color: #9667d4;
}

@-webkit-keyframes tada2 {
  from {
    -webkit-transform: scale3d(1, 1.4, 1);
            transform: scale3d(1, 1.4, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 1.4, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 1.4, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.4, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.4, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.4, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.4, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1.4, 1);
            transform: scale3d(1, 1.4, 1);
  }
}

@keyframes tada2 {
  from {
    -webkit-transform: scale3d(1, 1.4, 1);
            transform: scale3d(1, 1.4, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 1.4, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 1.4, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.4, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.4, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.4, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.4, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1.4, 1);
            transform: scale3d(1, 1.4, 1);
  }
}


.p1box2 {
  padding-bottom: 175px;
}

.p1box2 .p1box2_btn {
  width: 230px;
}

.p1box2 .p1box2_btn a {
  display: block;
  height: 58px;
  line-height: 58px;
  text-align: center;
  font-size: 24px;
  color: #666;
  background: #f1efef;
  margin-bottom: 2px;
  position: relative;
}

.p1box2 .p1box2_btn a:hover, .p1box2 .p1box2_btn a.active {
  color: #fff;
  background: #ec5959;
}

.p1box2 .p1box2_btn a:hover:after, .p1box2 .p1box2_btn a.active:after {
  content: '';
  border-style: solid;
  border-width: 8px 0 8px 11px;
  border-color: transparent transparent transparent #ec5959;
  position: absolute;
  right: -11px;
  top: 50%;
  margin-top: -8px;
}

.p1box2 .p1box2_btn.fr a:hover:after, .p1box2 .p1box2_btn.fr a.active:after {
  border-width: 8px 11px 8px 0;
  border-color: transparent #ec5959 transparent transparent;
  left: -11px;
  right: auto;
}

.p1box2 .p1box2_img {
  width: 678px;
  height: 418px;
  margin: 0 auto;
  background: #f9f9f9;
  text-align: center;
}

.p1box2 .p1box2_img ul li {
  width: 678px;
  height: 418px;
  line-height: 418px;
}

.p1box2 .p1box2_img ul li img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

.p1box2 .p1box2_img_group {
  position: relative;
  width: 100%;
  height: 100%;
  display: none;
}

.p1box2 .banner_btn {
  position: absolute;
  width: 100%;
  height: 12px;
  line-height: 12px;
  bottom: 23px;
  left: 0;
  z-index: 99;
  font-size: 0;
}

.p1box2 .banner_btn a {
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #686868;
  margin: 0 4px;
  filter: alpha(opacity=100);
  opacity: 1;
  border: 0;
}

.p1box2 .banner_btn a:hover, .p1box2 .banner_btn a.in {
  width: 12px;
  height: 12px;
  background: #ec5959;
  margin: 0 2px;
}

.p2box1 {
  padding-bottom: 150px;
}

.p2box1 ul {
  padding: 0 52px;
}

.p2box1 ul li {
  width: 254px;
  float: left;
  margin-left: 20px;
  position: relative;
}

.p2box1 ul li:first-child {
  margin-left: 0;
}

.p2box1 ul li:first-child + li + li + li + li, .p2box1 ul li:first-child + li + li + li + li + li, .p2box1 ul li:first-child + li + li + li + li + li + li {
  left: 116px;
  top: -55px;
}

.p2box1 ul li p {
  position: absolute;
  left: 0;
  top: 190px;
  width: 100%;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

.p2box2 {
  height: 458px;
  background: url(../img/p2box2.jpg) no-repeat center;
  text-align: center;
  padding-top: 100px;
  color: #fff;
}

.p2box2 strong {
  font-size: 46px;
}

.p2box2 p {
  font-size: 18px;
  line-height: 30px;
  padding-top: 20px;
}

.p3box1 {
  overflow: hidden;
  padding-bottom: 140px;
}

.p3box1 ul {
  margin-right: -21px;
}

.p3box1 ul li {
  width: 204px;
  height: 118px;
  padding: 31px 0 31px 175px;
  float: left;
  position: relative;
  margin: 30px 21px 0 0;
  background: #f9f9f9;
}

.p3box1 ul li img {
  position: absolute;
  left: 23px;
  top: 31px;
}

.p3box1 ul li h2 {
  color: #012e5b;
  font-size: 24px;
  padding-bottom: 14px;
  line-height: 1.4;
  font-weight: bold;
}

.p3box1 ul li a {
  font-size: 12px;
  display: block;
  width: 96px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 10px;
  margin-top: 20px;
  background: #ededed;
}

.p3box2 {
  padding-bottom: 160px;
}

.p3box2 .center {
  position: relative;
}

.p3box2 .center > img {
  position: absolute;
  top: 110px;
}

.p3box2 .center > img:first-child {
  left: 350px;
}

.p3box2 .center > img:first-child + img {
  left: 775px;
}

.p3box2 ul {
  padding: 0 40px;
}

.p3box2 ul li {
  margin-left: 169px;
}

.p3box3 .center {
  width: 1100px;
  padding: 50px 40px 200px;
}

.p3box3 .center > img {
  margin: 0 auto;
  display: block;
  position: relative;
  top: 85px;
  right: 10px;
}

.p3box3 .center .fl, .p3box3 .center .fr {
  width: 430px;
  height: 327px;
  position: relative;
}

.p3box3 .center .fl > strong, .p3box3 .center .fr > strong {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  *-webkit-writing-mode: tb-rl;
  *        writing-mode: tb-rl;
  position: absolute;
  left: 0;
  top: 110px;
  font-size: 24px;
  color: #333;
}

.p3box3 .center .fl ul, .p3box3 .center .fr ul {
  position: absolute;
  left: 186px;
  top: 10px;
}

.p3box3 .center .fl ul li, .p3box3 .center .fr ul li {
  color: #202020;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 75px;
}

.p3box3 .center .fl ul li:first-child, .p3box3 .center .fr ul li:first-child {
  margin-bottom: 65px;
}

.p3box3 .center .fl {
  background: url(../img/p3box3_l.jpg) no-repeat 50px;
}

.p3box3 .center .fr {
  background: url(../img/p3box3_r.jpg) no-repeat 50px;
}

.p3box3 .center .fr ul li {
  font-size: 14px;
  color: #000;
}

.p4box1 {
  height: 840px;
  position: relative;
}

.p4box1 .p4box1_btn {
  position: absolute;
  width: 1180px;
  left: 50%;
  margin-left: -590px;
  top: 72px;
  z-index: 2;
}

.p4box1 .p4box1_btn ul li {
  float: left;
  width: 245px;
  height: 124px;
  line-height: 124px;
  margin-left: 35px;
  border-radius: 10px;
  padding-left: 125px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  position: relative;
}

.p4box1 .p4box1_btn ul li:after {
  display: none;
  content: '';
  border-style: solid;
  border-width: 16px 16.5px 0 16.5px;
  position: absolute;
  left: 50%;
  margin-left: -16.5px;
  bottom: -16px;
}

.p4box1 .p4box1_btn ul li:first-child {
  margin-left: 0;
  background: #5b677d url(../img/p4box1_btn_1.png) no-repeat 40px center;
}

.p4box1 .p4box1_btn ul li:first-child:after {
  border-color: #5b677d transparent transparent transparent;
}

.p4box1 .p4box1_btn ul li:first-child + li {
  background: #e1a231 url(../img/p4box1_btn_2.png) no-repeat 45px 20px;
}

.p4box1 .p4box1_btn ul li:first-child + li:after {
  border-color: #e1a231 transparent transparent transparent;
}

.p4box1 .p4box1_btn ul li:first-child + li + li {
  width: 265px;
  padding-left: 105px;
  background: #27b968 url(../img/p4box1_btn_3.png) no-repeat 5px center;
}

.p4box1 .p4box1_btn ul li:first-child + li + li:after {
  border-color: #27b968 transparent transparent transparent;
}

.p4box1 .p4box1_btn ul li.active:after {
  display: block;
}

.p4box1 .p4box1_group ul li {
  height: 840px;
  position: relative;
}

.p4box1 .p4box1_group ul li div {
  width: 413px;
  position: absolute;
  left: 50%;
  top: 420px;
  margin-left: -550px;
  color: #fff;
}

.p4box1 .p4box1_group ul li div h2 {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 20px;
}

.p4box1 .p4box1_group ul li div p {
  line-height: 24px;
}

.p4box1 .p4box1_group ul li img {
  position: absolute;
  right: 50%;
  top: 283px;
  margin-right: -590px;
}

.p4box1 .p4box1_group ul li:first-child {
  background: url(../img/p4box1_group.jpg) no-repeat center;
}

.p4box1 .p4box1_group ul li:first-child + li {
  background: #cc8e1e;
}

.p4box1 .p4box1_group ul li:first-child + li img {
  top: 274px;
  margin-right: -500px;
}

.p4box1 .p4box1_group ul li:first-child + li + li {
  background: #0da34f;
}

.p4box1 .p4box1_group ul li:first-child + li + li img {
  top: 380px;
  margin-right: -520px;
}

.p4box2 {
  padding-bottom: 130px;
}

.p4box2 ul li {
  width: 264px;
  height: 400px;
  float: left;
  margin-left: 30px;
  position: relative;
  background: #f3f3f3;
  text-align: center;
  color: #333;
  font-size: 24px;
}

.p4box2 ul li:first-child {
  margin-left: 17px;
}

.p4box2 ul li .p4box2_cir {
  position: absolute;
  width: 107px;
  height: 107px;
  left: 50%;
  margin-left: -53.5px;
  top: 134px;
}

.p4box2 ul li h2 {
  font-weight: bold;
  margin: 75px 0 20px;
}

.p4box3 {
  background: #fba73b;
  padding-bottom: 147px;
}

.p4box3 .ptit {
  color: #fff;
}

.p4box3 .ptit h2 {
  color: #fff;
}

.p4box3 ul li {
  float: left;
  width: 221px;
  height: 406px;
  background: #f8f8f8;
  margin-left: 18px;
  text-align: center;
  position: relative;
}

.p4box3 ul li:first-child {
  margin-left: 0;
}

.p4box3 ul li div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 50px;
}

.p4box3 ul li strong {
  display: block;
  padding-top: 220px;
  color: #333;
  font-size: 22px;
  line-height: 30px;
}

.p4box3 ul li small {
  color: #333;
  font-size: 16px;
  line-height: 24px;
}

.p4box3 ul li p {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  line-height: 24px;
  padding-top: 20px;
}

.p4box4 {
  padding-bottom: 130px;
}

.p4box4 .center {
  width: 1153px;
  padding: 0 15px 0 12px;
}

.p4box4 .fl {
  width: 555px;
  height: 596px;
}

.p4box4 .fr {
  width: 507px;
  border: 1px solid #f1f1f1;
  border-left: 0;
  height: 507px;
  padding: 39px 37px 48px 53px;
}

.p4box4 .fr ul li {
  width: 253px;
  height: 253px;
  float: left;
}

.p4box4 .fr ul li:first-child {
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.p4box4 .fr ul li:first-child + li {
  border-bottom: 1px solid #e5e5e5;
  padding-left: 35px;
  width: 218px;
}

.p4box4 .fr ul li:first-child + li + li {
  border-right: 1px solid #e5e5e5;
  padding-top: 35px;
  height: 218px;
}

.p4box4 .fr ul li:first-child + li + li + li {
  padding-left: 35px;
  padding-top: 35px;
  width: 218px;
  height: 218px;
}

.p4box4 .fr ul li div {
  height: 105px;
  line-height: 105px;
}

.p4box4 .fr ul li div img {
  max-height: 100%;
  vertical-align: middle;
}

.p4box4 .fr ul li h2 {
  font-size: 22px;
  color: #333;
  font-weight: bold;
  padding-bottom: 15px;
}

.p4box4 .fr ul li p {
  line-height: 24px;
}

.banner li img{  }

