.left {
  float: left;
}
.right {
  float: right;
}
.mr25 {
  margin-right: 25px;
}
.container3 { max-width:1200px; padding-right: 0px; padding-left: 0px; margin-right: auto; margin-left: auto; }
.banner2 {
  width: 1200px;
  margin: 0 auto;
  height: 570px;
  background: url("../huangjianrong/banenr.jpg") no-repeat center top;
  overflow: hidden;
}
.banner2 a {
  width: 100%;
  height: 100%;
  display: block;
}
.takeaway {
  width: 1200px;
  margin: 50px auto 0 ;
  overflow: hidden;
}
.takeaway .take_border {
  width: 102px;
  height: 137px;
  border: 3px solid #2e75d5;
  margin-left: 35px;
  float: left;
  position: relative;
}
.takeaway .take_border > p {
  width: 126px;
  height: 107px;
  font-size: 17px;
  line-height: 50px;
  color: #ff6d00;
  position: absolute;
  left: 17px;
  top: 15px;
  background: #fff url("../huangjianrong/zj_icon1.png") no-repeat 2px 59px;
}
.takeaway .take_border > p > span {
  text-indent: 44px;
  display: block;
}
.takeaway .take_tit {
  width: 970px;
  line-height: 30px;
  text-indent: 30px;
  margin: 5px 0 0 64px;
  float: left;
}
.one_bg {
  width: 1200px;
  margin: 0 auto;
  background: url("../huangjianrong/bg.jpg") no-repeat center top;
  margin-top: 50px;
  overflow: hidden;
}
.one_bg .tabcon {
  width: 1200px;
  height: 764px;
  margin: 13px auto 0;
  overflow: hidden;
}
.one_bg .tabcon .sublist {
  overflow: hidden;
}
.one_bg .tabcon .one_left {
  width: 578px;
  margin: 0 0 0 35px;
  float: left;
}
.one_bg .tabcon .one_left .one_tit {
  width: 243px;
  height: 205px;
  text-align: center;
  margin: 25px auto 0;
  position: relative;
}
.one_bg .tabcon .one_left .one_tit > .i_top {
  width: 236px;
  height: 31px;
  background: url("../huangjianrong/zj_icon2.png") no-repeat center top;
  display: block;
}
.one_bg .tabcon .one_left .one_tit > h2 {
  width: 100%;
  font-size: 30px;
  color: #ff6d00;
  font-weight: bold;
}
.one_bg .tabcon .one_left .one_tit p {
  width: 100%;
  font-size: 22px;
  margin: 5px 0 10px;
}
.one_bg .tabcon .one_left .one_tit > .i_bottom {
  width: 52px;
  height: 45px;
  background: url("../huangjianrong/zj_icon3.png") no-repeat center top;
  display: inline-block;
}
.one_bg .tabcon .one_left > p {
  line-height: 28px;
  margin: 20px 0 15px;
}
.one_bg .tabcon .one_left > p > b {
  color: #ff6d00;
}
.one_bg .tabcon .one_left > ul {
  margin: 20px 0 35px;
  text-align: center;
  overflow: hidden;
}
.one_bg .tabcon .one_left > ul > li {
  float: left;
}
.one_bg .tabcon .one_left > ul > li:first-child {
  margin: 0 20px 0 30px;
}
.one_bg .tabcon .one_left > ul > li > p {
  margin: 5px 0;
}
.one_bg .tabcon .one_right {
  width: 586px;
  text-align: center;
  float: right;
  position: relative;
  overflow: hidden;
}
.one_bg .one_nav {
  width: 100%;
  height: 310px;
  background: #5088d3;
  overflow: hidden;
}
.one_bg .one_nav .tabbtn {
  width: 1200px;
  text-align: center;
  margin: 25px auto 0;
}
.one_bg .one_nav .tabbtn li {
  width: 226px;
  margin: 0 45px;
  display: inline-block;
}
.one_bg .one_nav .tabbtn li > div {
  width: 216px;
  height: 216px;
  border: 5px solid #2e75d5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: url("../huangjianrong/zj_nav_bg.jpg") no-repeat center center;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.one_bg .one_nav .tabbtn li > div > img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.one_bg .one_nav .tabbtn li > div:hover > img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.one_bg .one_nav .tabbtn li > div > p {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.one_bg .one_nav .tabbtn li > p {
  font-size: 20px;
  color: #fff;
  line-height: 40px;
}
.one_bg .one_nav .tabbtn li.current > div > p {
  opacity: 0;
}
.one_bg.one_animation .tabcon .one_left .one_tit > .i_top {
  -webkit-animation: top 2s ease both;
  -o-animation: top 2s ease both;
  animation: top 2s ease both;
}
.one_bg.one_animation .tabcon .one_left .one_tit > h2 {
  -webkit-animation: left 2s ease both;
  -o-animation: left 2s ease both;
  animation: left 2s ease both;
}
.one_bg.one_animation .tabcon .one_left .one_tit p {
  -webkit-animation: right 2s ease both;
  -o-animation: right 2s ease both;
  animation: right 2s ease both;
}
.one_bg.one_animation .tabcon .one_left .one_tit > .i_bottom {
  -webkit-animation: bottom 2s ease both;
  -o-animation: bottom 2s ease both;
  animation: bottom 2s ease both;
}
.two_box {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.two_box .two_img {
  width: 1130px;
  margin: 25px auto 35px;
  overflow: hidden;
}
.two_box .two_img li {
  width: 366px;
  margin: 0 15px 10px 0;
  float: left;
  opacity: 0;
}
.two_box .two_img li:nth-child(3) {
  margin-right: 0;
}
.two_box .two_img li:nth-child(6) {
  margin-right: 0;
}
.two_box .two_img.two_animation .two_img1 {
  -webkit-animation: opacity 2s forwards;
  -o-animation: opacity 2s forwards;
  animation: opacity 2s forwards;
}
.two_box .two_img.two_animation .two_img2 {
  -webkit-animation: opacity 2s .2s forwards;
  -o-animation: opacity 2s .2s forwards;
  animation: opacity 2s .2s forwards;
}
.two_box .two_img.two_animation .two_img3 {
  -webkit-animation: opacity 2s .4s forwards;
  -o-animation: opacity 2s .4s forwards;
  animation: opacity 2s .4s forwards;
}
.two_box .two_img.two_animation .two_img4 {
  -webkit-animation: opacity 2s .6s forwards;
  -o-animation: opacity 2s .6s forwards;
  animation: opacity 2s .6s forwards;
}
.two_box .two_img.two_animation .two_img5 {
  -webkit-animation: opacity 2s .8s forwards;
  -o-animation: opacity 2s .8s forwards;
  animation: opacity 2s .8s forwards;
}
.two_box .two_img.two_animation .two_img6 {
  -webkit-animation: opacity 2s 1s forwards;
  -o-animation: opacity 2s 1s forwards;
  animation: opacity 2s 1s forwards;
}
.three_bg {
  width: 1200px;
  margin: 0 auto;
  background: url("../huangjianrong/bg.jpg") no-repeat center bottom;
  overflow: hidden;
}
.three_bg .three_img {
  width: 1130px;
  margin: 25px auto 35px;
  overflow: hidden;
}
.three_bg .three_img .tabcon {
  width: 545px;
  float: left;
}
.three_bg .three_img .tabcon img {
  border: 1px solid #aeada9;
}
.three_bg .three_img .tabbtn {
  width: 555px;
  height: 380px;
  float: right;
}
.three_bg .three_img .tabbtn > li {
  width: 173px;
  height: 116px;
  border: 1px solid #aeada9;
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
  position: relative;
  opacity: 0;
}
.three_bg .three_img .tabbtn > li:nth-child(3) {
  margin-right: 0;
}
.three_bg .three_img .tabbtn > li:nth-child(6) {
  margin-right: 0;
}
.three_bg .three_img .tabbtn > li:nth-child(9) {
  margin-right: 0;
}
.three_bg .three_img .tabbtn > li > p {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.three_bg .three_img .tabbtn > li.current > p {
  opacity: 0;
}
.three_bg .three_img .tabbtn.three_animation .three_img1 {
  -webkit-animation: three .8s ease both;
  -o-animation: three .8s ease both;
  animation: three .8s ease both;
}
.three_bg .three_img .tabbtn.three_animation .three_img2 {
  -webkit-animation: three .8s .1s ease both;
  -o-animation: three .8s .1s ease both;
  animation: three .8s .1s ease both;
}
.three_bg .three_img .tabbtn.three_animation .three_img3 {
  -webkit-animation: three .8s .2s ease both;
  -o-animation: three .8s .2s ease both;
  animation: three .8s .2s ease both;
}
.three_bg .three_img .tabbtn.three_animation .three_img4 {
  -webkit-animation: three .8s .3s ease both;
  -o-animation: three .8s .3s ease both;
  animation: three .8s .3s ease both;
}
.three_bg .three_img .tabbtn.three_animation .three_img5 {
  -webkit-animation: three .8s .4s ease both;
  -o-animation: three .8s .4s ease both;
  animation: three .8s .4s ease both;
}
.three_bg .three_img .tabbtn.three_animation .three_img6 {
  -webkit-animation: three .8s .5s ease both;
  -o-animation: three .8s .5s ease both;
  animation: three .8s .5s ease both;
}
.three_bg .three_img .tabbtn.three_animation .three_img7 {
  -webkit-animation: three .8s .6s ease both;
  -o-animation: three .8s .6s ease both;
  animation: three .8s .6s ease both;
}
.three_bg .three_img .tabbtn.three_animation .three_img8 {
  -webkit-animation: three .8s .7s ease both;
  -o-animation: three .8s .7s ease both;
  animation: three .8s .7s ease both;
}
.three_bg .three_img .tabbtn.three_animation .three_img9 {
  -webkit-animation: three .8s .8s ease both;
  -o-animation: three .8s .8s ease both;
  animation: three .8s .8s ease both;
}
.m_box {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.m_box .width1 {
  width: 514px;
}
.m_box .width2 {
  width: 430px;
}
.m_box .color1 {
  color: #fff;
}
.m_box .m_top {
  width: 100%;
  margin-top: 70px;
  overflow: hidden;
}
.m_box .m_top .m_border {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #ffcaa2;
  float: left;
}
.m_box .m_top .m_border .m_tit {
  width: 146px;
  height: 146px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ff6d00;
  margin: 5px;
}
.m_box .m_top .m_border .m_tit > img {
  margin-top: 25px;
}
.m_box .m_top .m_border .m_tit > p {
  line-height: 26px;
  font-size: 14px;
  color: #fff;
  font-weight: 800;
  margin-top: 8px;
}
.m_box .m_top .m_border.m_animation {
  -webkit-animation: rotate1 2s ease both;
  -o-animation: rotate1 2s ease both;
  animation: rotate1 2s ease both;
}
.m_box .m_top > p {
  font-size: 18px;
  line-height: 30px;
  text-indent: 30px;
  margin-left: 30px;
  margin-top: 10px;
  float: left;
}
.m_box .m_img {
  overflow: hidden;
  position: relative;
}
.m_box .m_img > img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  opacity: 1.0;
  filter: alpha(opacity=100);
}
.m_box .m_img:hover > img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.m_box .m_img > div {
  width: 100%;
  height: 40px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
}
.m_box .m_img > p {
  width: 100%;
  line-height: 40px;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.m_box .m_bottom {
  margin: 15px 0 45px 80px;
  overflow: hidden;
}
.m_bg {
  width: 1200px;
  margin: 0 auto;
  background: url("../huangjianrong/02_bg.jpg") repeat;
}
.four_bg {
  width: 1200px;
  margin: 0 auto;
  background: url("../huangjianrong/bg.jpg") no-repeat center bottom;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
.four_bg .four_img {
  width: 1130px;
  margin: 25px auto 45px;
  overflow: hidden;
}
.four_bg .four_img li {
  width: 345px;
  height: 475px;
  text-align: center;
  color: #fff;
  border: 1px solid #2e75d5;
  margin-right: 44px;
  float: left;
  position: relative;
}
.four_bg .four_img li > p {
  width: 100%;
  line-height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.four_bg .four_img li > div {
  width: 100%;
  height: 40px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
}
.four_bg .four_img li:last-child {
  margin-right: 0;
}
.five_box {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.five_box .five_p {
  width: 100%;
  height: 66px;
  background: url("../huangjianrong/five_img1.jpg") no-repeat center bottom;
}
.five_box .five_p p {
  line-height: 50px;
  font-size: 17px;
  display: inline-block;
  padding: 0 25px;
}
.five_box .five_p p:first-child {
  margin-left: 50px;
}
.five_box .five_img {
  width: 1130px;
  margin: 30px auto 40px;
  overflow: hidden;
}
.five_box .five_img ul {
  width: 935px;
  margin: 15px 0 0 30px;
  float: left;
}
.five_box .five_img ul li {
  width: 144px;
  text-align: center;
  float: left;
}
.five_box .five_img ul li > p {
  line-height: 40px;
}
.five_box .five_img ul li .five_border {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #c4c3c0;
}
.five_box .five_img ul li.five_width {
  width: 50px;
}
.five_box .five_img ul li.five_width > img {
  margin-top: 60px;
}
.six_bg {
  width: 1200px;
  margin: 0 auto;
  background: url("../huangjianrong/bg.jpg") no-repeat center bottom;
  overflow: hidden;
}
.six_bg .six_box {
  width: 1130px;
  margin: 0 auto;
  overflow: hidden;
}
.six_bg .six_box > ul {
  margin: 45px auto 30px;
  overflow: hidden;
}
.six_bg .six_box > ul li {
  width: 260px;
  background: url("../huangjianrong/six_img1.png") no-repeat right center;
  margin-right: 40px;
  float: left;
}
.six_bg .six_box > ul li > div {
  width: 226px;
  overflow: hidden;
}
.six_bg .six_box > ul li > div b {
  width: 56px;
  height: 56px;
  font-size: 40px;
  line-height: 46px;
  color: #fff;
  text-align: center;
  background: #ff6d00;
  display: block;
  float: left;
}
.six_bg .six_box > ul li > div h2 {
  line-height: 27px;
  font-size: 18px;
  color: #ff6d00;
  font-weight: bold;
  margin-left: 10px;
}
.six_bg .six_box > ul li > p {
  width: 226px;
  text-indent: 30px;
  line-height: 28px;
  margin-top: 10px;
}
.six_bg .six_box > ul li:last-child {
  width: 226px;
  background: none;
  margin-right: 0;
}
.mod_tit {
  width: 1200px;
  height: 195px;
  text-align: center;
  margin: 50px auto 0;
  position: relative;
  -webkit-transition: all 2s linear;
  -moz-transition: all 2s linear ;
  -o-transition: all 2s linear ;
  transition: all 2s linear ;
  opacity: 0;
}
.mod_tit > .i_top {
  width: 100%;
  height: 32px;
  background: url("../huangjianrong/zj_icon4.png") no-repeat center top;
  margin: 0 auto;
  display: block;
}
.mod_tit > img {
  text-align: center;
  display: block;
}
.mod_tit > .t_img1 {
  width: 100%;
  margin: 15px auto;
}
.mod_tit > .t_img2 {
  width: 100%;
  margin: 0 auto 12px;
}
.mod_tit > .i_bottom {
  width: 100%;
  height: 43px;
  background: url("../huangjianrong/zj_icon5.png") no-repeat center top;
  margin: 0 auto;
  display: block;
}
.mod_tit.mod_animation {
  opacity: 1;
}
.mod_tit.mod_animation > .i_top {
  -webkit-animation: top 2s forwards;
  -o-animation: top 2s forwards;
  animation: top 2s forwards;
}
.mod_tit.mod_animation > .t_img1 {
  -webkit-animation: left 2s forwards;
  -o-animation: left 2s forwards;
  animation: left 2s forwards;
}
.mod_tit.mod_animation > .t_img2 {
  -webkit-animation: right 2s forwards;
  -o-animation: right 2s forwards;
  animation: right 2s forwards;
}
.mod_tit.mod_animation > .i_bottom {
  -webkit-animation: bottom 2s forwards;
  -o-animation: bottom 2s forwards;
  animation: bottom 2s forwards;
}
.exp_img {
  width: 119px;
  height: 119px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 6px solid rgba(255, 151, 0, 0.3);
  position: absolute;
  right: 88px;
  bottom: 88px;
  display: block;
}
.exp_img > p {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ff6d00;
  overflow: hidden;
  display: block;
}
.exp_img > p > b {
  font-size: 15px;
  line-height: 40px;
  color: #fff;
  margin: 20px auto 0;
  display: table;
}
.exp_img:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 0 0 #9e0500;
  border-radius: 50%;
  animation: btnAnimate ease-out 2s infinite;
  -webkit-animation: btnAnimate ease-out 2s infinite;
  -moz-animation: btnAnimate ease-out 2s infinite;
  -o-animation: btnAnimate ease-out 2s infinite;
}
@keyframes btnAnimate {
  0% {
    transform: scale(0.7);
    opacity: 0;
    box-shadow: 0 0 0 #9e0500;
  }
  25% {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 0 10px #9e0500;
  }
  50% {
    transform: scale(1.2);
    opacity: 0;
    box-shadow: 0 0 40px #9e0500;
  }
  100% {
    transform: scale(0.7);
    opacity: 0;
  }
}
@-webkit-keyframes btnAnimate {
  0% {
    transform: scale(0.7);
    opacity: 0;
    box-shadow: 0 0 0 #9e0500;
  }
  25% {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 0 10px #9e0500;
  }
  50% {
    transform: scale(1.2);
    opacity: 0;
    box-shadow: 0 0 40px #9e0500;
  }
  100% {
    transform: scale(0.7);
    opacity: 0;
  }
}
@-moz-keyframes btnAnimate {
  0% {
    transform: scale(0.7);
    opacity: 0;
    box-shadow: 0 0 0 #9e0500;
  }
  25% {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 0 10px #9e0500;
  }
  50% {
    transform: scale(1.2);
    opacity: 0;
    box-shadow: 0 0 40px #9e0500;
  }
  100% {
    transform: scale(0.7);
    opacity: 0;
  }
}
@-o-keyframes btnAnimate {
  0% {
    transform: scale(0.7);
    opacity: 0;
    box-shadow: 0 0 0 #9e0500;
  }
  25% {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 0 10px #9e0500;
  }
  50% {
    transform: scale(1.2);
    opacity: 0;
    box-shadow: 0 0 40px #9e0500;
  }
  100% {
    transform: scale(0.7);
    opacity: 0;
  }
}
.zj_btn {
  text-align: center;
  margin-bottom: 30px;
  overflow: hidden;
}
.zj_btn > a {
  height: 45px;
  line-height: 43px;
  font-size: 18px;
  padding: 0 24px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #555;
  display: inline-block;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  overflow: hidden;
}
.zj_btn > a:first-child {
  margin-right: 17px;
}
.zj_btn > a > p {
  float: left;
}
.zj_btn > a > img {
  display: block;
  float: left;
  margin: 8px 0 0 8px;
}
.zj_btn .m_btn_cur {
  background: #ff6d00;
}
.zj_btn2 {
  width: 139px;
  height: 139px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 7px solid rgba(255, 151, 0, 0.3);
  position: absolute;
  right: 100px;
  bottom: 88px;
  display: block;
}
.zj_btn2 > p {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ff6d00;
  overflow: hidden;
  display: block;
}
.zj_btn2 > p > b {
  font-size: 26px;
  color: #fff;
  margin: 38px auto 0;
  display: block;
}
.zj_btn2 > p > img {
  position: absolute;
  bottom: 30px;
  left: 46px;
  -webkit-animation: btn2 ease 1.6s infinite;
  -o-animation: btn2 ease 1.6s infinite;
  animation: btn2 ease 1.6s infinite;
}
