#canvas_svg,
#anitOut,
#anitOut canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.wrapper {
  max-width: 1200px;        /*min-width: 980px; */
  _width: 1200px;
  padding: 0 10px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper:after,
.row:after {
  content: "";
  display: table;
  clear: both;
}

.casemain {
  margin-top: 150px;
}

.caselist {
  margin-bottom: 50px;
}

.caselist li {
  width: 31.6%;
  margin-right: 1.7%;
  margin-bottom: 30px;
  background: #fff;
  float: left;
}

.caselist .imgarea {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #000;
  cursor: pointer;
}

.caselist .imgarea img {
  width: 100%;
/*  transform: translateZ(0px);*/
  transition: transform 0.3s ease 0s;
  opacity: 1;
  filter: alpha(opacity=1);
}

.caselist .imgarea:hover img {
  transform: scale(1.05, 1.05);
  transition: transform 0.6s ease 0s;
  opacity: 0.5;
  filter: alpha(opacity=0.5);
}

.caselist .imgarea .cover {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.4s ease 0s;
}

.caselist .imgarea:hover .cover {
  opacity: 1;
  filter: alpha(opacity=1);
}

.caselist .imgarea .cover .stit {
  font-size: 16px;
  line-height: 30px;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  color: #fff;
}

.caselist .imgarea .cover .stit a {
  color: #fff;
  font-family: microsoft yahei;
}

.caselist .imgarea .cover .line {
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: #f2f2f2;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  transition: all 0.6s ease 0s;
}

.caselist .imgarea .cover .linet {
  top: 0;
}

.caselist .imgarea .cover .lineb {
  bottom: 0;
}

.caselist .imgarea .cover:hover .line {
  width: 6px;
  margin-left: -3px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.caselist .txtarea {
  background: #fff;
  padding: 30px 20px 10px 20px;
}

.caselist .txtarea .stit {
  font: 300 18px/30px microsoft yahei;
  height: 30px;
  margin: 0;
  position: relative;
}

.caselist .txtarea .stit a {
  color: #333;
}

.caselist .txtarea .lab-font {
  font: 300 14px/24px microsoft yahei;
  color: #666;
}

.caselist .txtarea .bot-link {
  margin-top: 28px;
  height: 50px;
  border-top: 1px solid #e5e5e5;
  line-height: 50px;
  display: block;
}

.caselist .txtarea .bot-link .link-detail {
  display: inline-block;
  float: left;
  color: #333;
  font: 300 14px/50px Arial;
}

.caselist .txtarea .bot-link:hover .link-detail {
  color: #f00;
}

.caselist .txtarea  .bot-link .point {
  display: inline-block;
  float: right;
  width: 24px;
  height: 50px;
  background: url(../images/ico_08.png) no-repeat center;
}

.caselist .txtarea  .bot-link:hover .point {
  background: url(../images/ico_08_h.png) no-repeat center;
}

.casenav {
  padding-bottom: 30px;
}

.casenav li a {
  color: #333333;
  font: 700 16px/24px microsoft yahei;
}

.casenav li {
  float: left;
  margin-right: 50px;
}

.casenav li.active {
  border-bottom: 2px solid #ed1c24;
}

.casenav li.active a {
  color: #ed1c24;
}

.casenav .title {
  display: none;
}

.casenav .title {
  background: #fff;
  height: 50px;
  overflow: hidden;
  font: 700 16px/50px microsoft yahei;
  padding-left: 10px;
  border-bottom: 1px solid #e5e5e5;
}

.casenav .title .btn_jt {
  width: 50px;
  height: 50px;
  display: block;
  float: right;
  text-align: center;
}

.casenav .title .btn_jt i {
  line-height: 50px;
}

@media only screen and (max-width:767px) {
  .casenav .title {
    display: block;
  }

  .casemain {
    margin-top: 30px;
  }

  .caselist li {
    width: 98%;
    margin-right: 1.7%;
    margin-bottom: 30px;
    background: #fff;
    float: left;
  }

  .casenavlist {
    display: none;
    background: #fff;
    padding: 0 10px;
  }

  .casenav li {
    float: none;
    margin-right: 0;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 10px;
  }

  .casenav li a {
    width: 100%;
    display: block;
    height: 50px;
    line-height: 50px;
  }

}


/* ==========================================================================

   Footer

   ========================================================================== */
footer {
  color: #555555;
  font-size: 12px;
  background: #0d0d0d;
  font-family: microsoft yahei;
  padding: 40px 0 20px 0;
  border-top: 2px solid #ec1c1c;
}

footer a {
  color: #999999;
}

.footleft {
  width: 50%;
  float: left;
  font: 300 14px/30px microsoft yahei;
  color: #848484;
  transition: all 1s;
}

.footright {
  width: 50%;
  float: right;
  text-align: right;
  transition: all 1s;
}

.footleft .tel {
  font: 300 48px/48px microsoft yahei;
}

.footright .mode {
  display: inline-block;
  float: right;
  margin-left: 20px;
  text-align: center;
}

.footright .mode p {
  font: 300 14px/24px microsoft yahei;
  color: #fff;
}

@media only screen and (max-width:1000px) {
  .footleft {
    width: 100%;
  }

  .footright {
    width: 100%;
    margin-top: 10px;
  }

  .footright .mode {
    display: inline-block;
    float: left;
    text-align: center;
    width: 33%;
    margin-left: 0px;
  }

  .footright .mode img {
    max-width: 100%;
  }

  .footleft .tel {
    font: 300 32px/48px microsoft yahei;
  }

}

.page1 .bt_img {
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  opacity: 0;
  transition: all 2s;
}

.page1 .wrapper {
  max-width: 1200px;
  padding: 0 10px;
  /*height: 210px;*/
  margin: 0px auto;
  color: #fff;
}

.page1 .wrapper .item {
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 1s;
  opacity: 0;
}

.page1 .wrapper .s1 {
  transform: translate3d(-500px, 0, 0);
}

.page1 .wrapper .s2 {
  transform: translate3d(-500px, 0, 0);
}

.page1 .wrapper .s3 {
  transform: translate3d(0, 500px, 0);
}

.page1 .wrapper .s4 {
  transform: translate3d(500px, 0, 0);
}

.page1 .wrapper .s5 {
  transform: translate3d(700px, 0, 0);
}

.active .services .h_1 {
	opacity: 1;
	transition-delay: 0.4s;
	transform: translate3d(0, 0, 0);
}
.services .lineser {width:100px;height: 3px;background: #fff;margin:20px auto 0 auto;
	transition: all 0.5s;
	opacity: 0;
	transform: translate3d(0, 100px, 0);
}

.active .services .lineser {
	opacity: 1;
	transition-delay: 0.4s;
	transform: translate3d(0, 0, 0);
}

.services .h_3 {width:100%;text-align: center;
	font: 300 18px/24px microsoft yahei;color: #fff;
	display: inline-block;
	margin-bottom: 40px;
	margin-top: 20px;
	transition: all 0.5s;
	opacity: 0;
	transform: translate3d(0, 100px, 0);
}

.active .services .h_3 {
	opacity: 1;
	transition-delay: 0.5s;
	transform: translate3d(0, 0, 0);
}
.page2 .active .bt_img {
  will-change: transition;
  opacity: 1;
}

.page2 .p2width {
  width: 950px;
  margin: 0px auto;
  color: #fff;
  text-align: left;
  margin-top: -5%;
}

.page2 .p2width .h1 {
  font: 300 48px/48px microsoft yahei;
  display: inline-block;
  opacity: 0;
  transition: all 0.8s;
  transform: translate3d(0, 100px, 0);
}

.page2.active .p2width .h1 {
  transform: translate3d(0, 0, 0);
  transition-delay: 0.8s;
  opacity: 1;
}

.page2 .p2width span {
  font: 300 16px/24px microsoft yahei;
  margin-top: 10px;
  text-transform: uppercase;
  display: inline-block;
  opacity: 0;
  transition: all 0.8s;
  transform: translate3d(0, 100px, 0);
}

.page2.active .p2width span {
  transform: translate3d(0, 0, 0);
  transition-delay: 0.9s;
  opacity: 1;
}

.page2 .p2width font {
  font: 300 24px/36px microsoft yahei;
  display: inline-block;
  margin-top: 20px;
  opacity: 0;
  transition: all 0.8s;
  transform: translate3d(0, 100px, 0);
}

.page2 .p2width font a {
  font-size: 18px;
  display: inline-block;
  margin-top: 5px;
  color: #fff;
}

.page2 .p2width font a:hover {
  text-decoration: underline;
}

.page2.active .p2width font {
  transform: translate3d(0, 0, 0);
  transition-delay: 1.2s;
  opacity: 1;
}

.page2 {
  background: url(../images/homebg04.jpg) 100% 100%;
}

.page2 .bt_img {
  background-image: url(../images/p2_1.png);
  background-size: auto 100%;
  background-position: 40% bottom;
  height: 30%;
  transition: all 0.3s;
  opacity: 0;
}

.page2.active .bt_img {
  opacity: 1;
  transition: all 2s;
  transition-delay: 0.5s;
}

.page2 .p2width .text_animate {
  float: right;
  position: relative;
  width: 600px;
  height: 400px;
}

.page2 .p2width .timg1 {
  left: 100px;
  top: 5px;
  position: absolute;
  opacity: 0;
}

.page2 .p2width .timg2 {
  left: 300px;
  top: -100px;
  position: absolute;
  opacity: 0;
}

.page2 .p2width .timg3 {
  left: -100px;
  top: 90px;
  position: absolute;
  opacity: 0;
}

.page2 .p2width .timg4 {
  left: 150px;
  top: 600px;
  position: absolute;
  opacity: 0;
}

.page2 .p2width .timg5 {
  left: 600px;
  top: 300px;
  position: absolute;
  opacity: 0;
}

.page2 .p2width .timg6 {
  left: 1000px;
  top: 500px;
  position: absolute;
  opacity: 0;
}

.page2.active .p2width .timg1 {
  left: 100px;
  top: 5px;
  position: absolute;
  opacity: 1;
  transition: all 1s;
  transform: rotateY(720deg);
  -ms-transform: rotateY(720deg);
  -moz-transform: rotateY(720deg);
  -webkit-transform: rotateY(720deg);
  -o-transform: rotateY(720deg);
  transition-delay: 0.5s;
}

.page2.active .p2width .timg2 {
  left: 300px;
  top: 0;
  position: absolute;
  opacity: 1;
  transition: all 1s;
  transition-delay: 0.5s;
}

.page2.active .p2width .timg3 {
  left: 0px;
  top: 190px;
  position: absolute;
  opacity: 1;
  transition: all 1s;
  transition-delay: 0.5s;
}

.page2.active .p2width .timg4 {
  left: 150px;
  top: 225px;
  position: absolute;
  opacity: 1;
  transition: all 1s;
  transition-delay: 0.5s;
}

.page2.active .p2width .timg5 {
  left: 310px;
  top: 195px;
  position: absolute;
  opacity: 1;
  transition: all 1s;
  transition-delay: 0.5s;
}

.page2.active .p2width .timg6 {
  left: 458px;
  top: 195px;
  position: absolute;
  opacity: 1;
  transition: all 1s;
  transition-delay: 0.5s;
}

.bt_img {
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  opacity: 0;
  transition: all 2s;
}

.page3 {
  background: url(../images/homebg05.jpg) 100% 100%;
}

.page3 .bt_img {
  background-image: url(../images/p2_2.png);
  background-size: auto 100%;
  background-position: 40% bottom;
  height: 30%;
  transition: all 0.3s;
  opacity: 0;
}

.page3.active .bt_img {
  opacity: 1;
  transition: all 2s;
  transition-delay: 0.5s;
}

.page3 .p2width .text_animate {
  float: right;
  position: relative;
  width: 600px;
  height: 400px;
}

.page3 .p2width .timg1 {
  left: -200px;
  top: -30px;
  position: absolute;
  opacity: 0;
}

.page3 .p2width .timg2 {
  left: 50px;
  top: -249px;
  position: absolute;
  opacity: 0;
}

.page3 .p2width .timg3 {
  left: 400px;
  top: -245px;
  position: absolute;
  opacity: 0;
}

.page3 .p2width .timg4 {
  left: 740px;
  top: -50px;
  position: absolute;
  opacity: 0;
}

.page3 .p2width .timg5 {
  left: -400px;
  top: 462px;
  position: absolute;
  opacity: 0;
}

.page3 .p2width .timg6 {
  left: 60px;
  top: 462px;
  position: absolute;
  opacity: 0;
}

.page3 .p2width .timg7 {
  left: 510px;
  top: 462px;
  position: absolute;
  opacity: 0;
}

.page3 .p2width .timg8 {
  left: 745px;
  top: 162px;
  position: absolute;
  opacity: 0;
}

.page3.active .p2width .timg1 {
  left: 0;
  top: -30px;
  position: absolute;
  opacity: 1;
  transition: all 1s;
  transition-delay: 0.5s;
}

.page3.active .p2width .timg2 {
  left: 150px;
  top: -49px;
  position: absolute;
  opacity: 1;
  transition: all 1s;
  transition-delay: 0.5s;
}

.page3.active .p2width .timg3 {
  left: 300px;
  top: -45px;
  position: absolute;
  opacity: 1;
  transition: all 1s;
  transition-delay: 0.5s;
}

.page3.active .p2width .timg4 {
  left: 440px;
  top: -50px;
  position: absolute;
  opacity: 1;
  transition: all 1s;
  transition-delay: 0.5s;
}

.page3.active .p2width .timg5 {
  left: 0px;
  top: 162px;
  position: absolute;
  opacity: 1;
  transition: all 1s;
  transition-delay: 0.5s;
}

.page3.active .p2width .timg6 {
  left: 160px;
  top: 162px;
  position: absolute;
  opacity: 1;
  transition: all 1s;
  transition-delay: 0.5s;
}

.page3.active .p2width .timg7 {
  left: 310px;
  top: 162px;
  position: absolute;
  opacity: 1;
  transition: all 1s;
  transition-delay: 0.5s;
}

.page3.active .p2width .timg8 {
  left: 445px;
  top: 162px;
  position: absolute;
  opacity: 1;
  transition: all 1s;
  transition-delay: 0.5s;
}

.page3 .p2width {
  width: 950px;
  margin: 0px auto;
  color: #fff;
  text-align: left;
  margin-top: -5%;
}

.page3 .p2width .h1 {
  font: 300 48px/48px microsoft yahei;
  display: inline-block;
  opacity: 0;
  transition: all 0.8s;
  transform: translate3d(-200px, 0, 0);
}

.page3.active .p2width .h1 {
  transform: translate3d(0, 0, 0);
  transition-delay: 0.8s;
  opacity: 1;
}

.page3 .p2width span {
  font: 300 16px/24px microsoft yahei;
  margin-top: 10px;
  text-transform: uppercase;
  display: inline-block;
  opacity: 0;
  transition: all 0.8s;
  transform: translate3d(-200px, 0, 0);
}

.page3.active .p2width span {
  transform: translate3d(0, 0, 0);
  transition-delay: 1s;
  opacity: 1;
}

.page3 .p2width font {
  font: 300 24px/36px microsoft yahei;
  display: inline-block;
  margin-top: 20px;
  opacity: 0;
  transition: all 0.8s;
  transform: translate3d(-200px, 0, 0);
}

.page3 .p2width font a {
  font-size: 18px;
  display: inline-block;
  margin-top: 5px;
  color: #fff;
}

.page3 .p2width font a:hover {
  text-decoration: underline;
}

.page3.active .p2width font {
  transform: translate3d(0, 0, 0);
  transition-delay: 1.5s;
  opacity: 1;
}

.page4 {
  background: url(../images/homebg06.jpg) 100% 100%;
}

.page4 .bt_img {
  background-image: url(../images/p2_3.png);
  background-size: auto 100%;
  background-position: 35% bottom;
  height: 25%;
  transition: all 0.3s;
  opacity: 0;
}

.page4.active .bt_img {
  opacity: 1;
  transition: all 2s;
  transition-delay: 0.5s;
}

.page4 .p2width .text_animate {
  float: right;
  position: relative;
  width: 600px;
  height: 400px;
}

.page4 .p2width .timg1 {
  left: -90px;
  top: -40px;
  position: absolute;
  opacity: 0;
}

.page4 .p2width .timg2 {
  left: 500px;
  top: -50px;
  position: absolute;
  opacity: 0;
}

.page4 .p2width .timg3 {
  left: -100px;
  top: 440px;
  position: absolute;
  opacity: 0;
}

.page4 .p2width .timg4 {
  left: -140px;
  top: 640px;
  position: absolute;
  opacity: 0;
}

.page4 .p2width .timg5 {
  left: 270px;
  top: 640px;
  position: absolute;
  opacity: 0;
}

.page4 .p2width .timg6 {
  left: 678px;
  top: 240px;
  position: absolute;
  opacity: 0;
}

.page4.active .p2width .timg1 {
  left: 90px;
  top: -40px;
  position: absolute;
  opacity: 1;
  transition: all 1s;
  transition-delay: 0.5s;
}

.page4.active .p2width .timg2 {
  left: 300px;
  top: -50px;
  position: absolute;
  opacity: 1;
  transition: all 1s;
  transition-delay: 0.5s;
}

.page4.active .p2width .timg3 {
  left: 0px;
  top: 240px;
  position: absolute;
  opacity: 1;
  transition: all 1s;
  transition-delay: 0.5s;
}

.page4.active .p2width .timg4 {
  left: 140px;
  top: 240px;
  position: absolute;
  opacity: 1;
  transition: all 1s;
  transition-delay: 0.5s;
}

.page4.active .p2width .timg5 {
  left: 270px;
  top: 240px;
  position: absolute;
  opacity: 1;
  transition: all 1s;
  transition-delay: 0.5s;
}

.page4.active .p2width .timg6 {
  left: 378px;
  top: 240px;
  position: absolute;
  opacity: 1;
  transition: all 1s;
  transition-delay: 0.5s;
}

.page4 .p2width {
  width: 950px;
  margin: 0px auto;
  color: #fff;
  text-align: left;
  margin-top: -5%;
}

.page4 .p2width .h1 {
  font: 300 48px/48px microsoft yahei;
  display: inline-block;
  opacity: 0;
  transition: all 0.8s;
  transform: translate3d(0, 100px, 0);
}

.page4.active .p2width .h1 {
  transform: translate3d(0, 0, 0);
  transition-delay: 0.8s;
  opacity: 1;
}

.page4 .p2width span {
  font: 300 16px/24px microsoft yahei;
  margin-top: 10px;
  text-transform: uppercase;
  display: inline-block;
  opacity: 0;
  transition: all 0.8s;
  transform: translate3d(0, 100px, 0);
}

.page4.active .p2width span {
  transform: translate3d(0, 0, 0);
  transition-delay: 0.9s;
  opacity: 1;
}

.page4 .p2width font {
  font: 300 24px/36px microsoft yahei;
  display: inline-block;
  margin-top: 20px;
  opacity: 0;
  transition: all 0.8s;
  transform: translate3d(0, 100px, 0);
}

.page4 .p2width font a {
  font-size: 18px;
  display: inline-block;
  margin-top: 5px;
  color: #fff;
}

.page4 .p2width font a:hover {
  text-decoration: underline;
}

.page4.active .p2width font {
  transform: translate3d(0, 0, 0);
  transition-delay: 1.2s;
  opacity: 1;
}

.page5 {
  background: url(../images/homebg07.jpg) 100% 100%;
}

.page5 .bt_img {
  background-image: url(../images/p2_4.png);
  background-size: auto 100%;
  background-position: 35% bottom;
  height: 25%;
  transition: all 0.3s;
  opacity: 0;
}

#dowebok > div.section.page5.fp-section.active div.p2width > font > a{
  background-color: #009688 !important;
}

.page5.active .bt_img {
  opacity: 1;
  transition: all 2s;
  transition-delay: 0.5s;
}

.page5 .p2width .text_animate {
  float: right;
  position: relative;
  width: 600px;
  height: 400px;
}

.page5 .p2width .timg1 {
  left: -140px;
  top: 15px;
  position: absolute;
  opacity: 0;
}

.page5 .p2width .timg2 {
  left: 230px;
  top: -260px;
  position: absolute;
  opacity: 0;
}

.page5 .p2width .timg3 {
  left: 610px;
  top: 15px;
  position: absolute;
  opacity: 0;
}

.page5 .p2width .timg4 {
  left: -200px;
  top: 366px;
  position: absolute;
  opacity: 0;
}

.page5 .p2width .timg5 {
  left: 170px;
  top: 480px;
  position: absolute;
  opacity: 0;
}

.page5 .p2width .timg6 {
  left: 310px;
  top: 466px;
  position: absolute;
  opacity: 0;
}

.page5 .p2width .timg7 {
  left: 680px;
  top: 466px;
  position: absolute;
  opacity: 0;
}

.page5.active .p2width .timg1 {
  left: 40px;
  top: 15px;
  position: absolute;
  opacity: 1;
  transition: all 1s;
  transition-delay: 0.5s;
}

.page5.active .p2width .timg2 {
  left: 230px;
  top: -60px;
  position: absolute;
  opacity: 1;
  transition: all 1s;
  transition-delay: 0.5s;
}

.page5.active .p2width .timg3 {
  left: 410px;
  top: 15px;
  position: absolute;
  opacity: 1;
  transition: all 1s;
  transition-delay: 0.5s;
}

.page5.active .p2width .timg4 {
  left: 0px;
  top: 166px;
  position: absolute;
  opacity: 1;
  transition: all 1s;
  transition-delay: 0.5s;
}

.page5.active .p2width .timg5 {
  left: 170px;
  top: 180px;
  position: absolute;
  opacity: 1;
  transition: all 1s;
  transition-delay: 0.5s;
}

.page5.active .p2width .timg6 {
  left: 310px;
  top: 166px;
  position: absolute;
  opacity: 1;
  transition: all 1s;
  transition-delay: 0.5s;
}

.page5.active .p2width .timg7 {
  left: 480px;
  top: 166px;
  position: absolute;
  opacity: 1;
  transition: all 1s;
  transition-delay: 0.5s;
}

.page5 .p2width {
  width: 950px;
  margin: 0px auto;
  color: #fff;
  text-align: left;
  margin-top: -5%;
}

.page5 .p2width .h1 {
  font: 300 48px/48px microsoft yahei;
  display: inline-block;
  opacity: 0;
  transition: all 0.8s;
  transform: translate3d(-200px, 0, 0);
}

.page5.active .p2width .h1 {
  transform: translate3d(0, 0, 0);
  transition-delay: 0.8s;
  opacity: 1;
}

.page5 .p2width span {
  font: 300 16px/24px microsoft yahei;
  margin-top: 10px;
  text-transform: uppercase;
  display: inline-block;
  opacity: 0;
  transition: all 0.8s;
  transform: translate3d(-200px, 0, 0);
}

.page5.active .p2width span {
  transform: translate3d(0, 0, 0);
  transition-delay: 1s;
  opacity: 1;
}

.page5 .p2width font {
  font: 300 24px/36px microsoft yahei;
  display: inline-block;
  margin-top: 20px;
  opacity: 0;
  transition: all 0.8s;
  transform: translate3d(-200px, 0, 0);
}

.page5 .p2width font a {
  font-size: 18px;
  display: inline-block;
  margin-top: 5px;
  color: #fff;
}

.page5 .p2width font a:hover {
  text-decoration: underline;
}

.page5.active .p2width font {
  transform: translate3d(0, 0, 0);
  transition-delay: 1.5s;
  opacity: 1;
}

.page6 {
  background: url(../images/homebg03.jpg) 100% 100%;
}

.page6 .bt_img {
  background-image: url(../images/p6_1.png);
  background-size: auto 100%;
  background-position: 35% bottom;
  height: 25%;
  transition: all 0.3s;
  opacity: 0;
}

.page6.active .bt_img {
  opacity: 1;
  transition: all 2s;
  transition-delay: 0.5s;
}

.page6 .p2width .text_animate {
  float: right;
  position: relative;
  width: 600px;
  height: 400px;
}

.page6 .p2width .timg1 {
  left: -100px;
  top: -150px;
  position: absolute;
  opacity: 0;
}

.page6 .p2width .timg2 {
  left: 500px;
  top: -155px;
  position: absolute;
  opacity: 0;
}

.page6 .p2width .timg3 {
  left: -200px;
  top: 390px;
  position: absolute;
  opacity: 0;
}

.page6 .p2width .timg4 {
  left: 140px;
  top: 440px;
  position: absolute;
  opacity: 0;
}

.page6 .p2width .timg5 {
  left: 270px;
  top: 490px;
  position: absolute;
  opacity: 0;
}

.page6 .p2width .timg6 {
  left: 678px;
  top: 490px;
  position: absolute;
  opacity: 0;
}

.page6.active .p2width .timg1 {
  left: 100px;
  top: -50px;
  position: absolute;
  opacity: 1;
  transition: all 1s;
  transition-delay: 0.5s;
}

.page6.active .p2width .timg2 {
  left: 300px;
  top: -55px;
  position: absolute;
  opacity: 1;
  transition: all 1s;
  transition-delay: 0.5s;
}

.page6.active .p2width .timg3 {
  left: 0px;
  top: 190px;
  position: absolute;
  opacity: 1;
  transition: all 1s;
  transition-delay: 0.5s;
}

.page6.active .p2width .timg4 {
  left: 140px;
  top: 240px;
  position: absolute;
  opacity: 1;
  transition: all 1s;
  transition-delay: 0.5s;
}

.page6.active .p2width .timg5 {
  left: 270px;
  top: 190px;
  position: absolute;
  opacity: 1;
  transition: all 1s;
  transition-delay: 0.5s;
}

.page6.active .p2width .timg6 {
  left: 378px;
  top: 190px;
  position: absolute;
  opacity: 1;
  transition: all 1s;
  transition-delay: 0.5s;
}

.page6 .p2width {
  width: 950px;
  margin: 0px auto;
  color: #fff;
  text-align: left;
  margin-top: -5%;
}

.page6 .p2width .h1 {
  font: 300 48px/48px microsoft yahei;
  display: inline-block;
  opacity: 0;
  transition: all 0.8s;
  transform: translate3d(0, 100px, 0);
}

.page6.active .p2width .h1 {
  transform: translate3d(0, 0, 0);
  transition-delay: 0.8s;
  opacity: 1;
}

.page6 .p2width span {
  font: 300 16px/24px microsoft yahei;
  margin-top: 10px;
  text-transform: uppercase;
  display: inline-block;
  opacity: 0;
  transition: all 0.8s;
  transform: translate3d(0, 100px, 0);
}

.page6.active .p2width span {
  transform: translate3d(0, 0, 0);
  transition-delay: 0.9s;
  opacity: 1;
}

.page6 .p2width font {
  font: 300 24px/36px microsoft yahei;
  display: inline-block;
  margin-top: 20px;
  opacity: 0;
  transition: all 0.8s;
  transform: translate3d(0, 100px, 0);
}

.page6 .p2width font a {
  font-size: 18px;
  display: inline-block;
  margin-top: 5px;
  color: #fff;
}

.page6 .p2width font a:hover {
  text-decoration: underline;
}

.page6.active .p2width font {
  transform: translate3d(0, 0, 0);
  transition-delay: 1.2s;
  opacity: 1;
}

.newsh {
  width: 100%;
  text-align: center;
}

.newtitle a {
  font: 18px/24px microsoft yahei;
  color: #666;
}

.newtitle a:hover {
  color: #e99b06;
}

.newsh_cn {
  padding: 20px 0;
}

.newsh_cn img {
  max-width: 100%;
}

.newsh_cn p {
  font: 14px/24px microsoft yahei;
  margin-top: 15px;
}

.newsh .byline {
  height: 50px;
  color: #999;
  line-height: 50px;
  border-bottom: 1px solid #e9e9e9;
}

.newsh .byline span {
}

.toolbar {
  padding: 20px 20px 20px 20px;
  border-top: 1px solid #d8d8d8;
  position: relative;
  font: 12px/24px microsoft yahei;
  margin-top: 20px;
}

.toolbar a {
  color: #333333;
}

.toolbar a:hover {
  color: #ed1c24;
  text-decoration: none
}

.fhshare {
  position: absolute;
  right: 0;
  top: 34px;
}

.fhshare a {
  padding: 8px 30px;
  border: 1px solid #d8d8d8;
  color: #666;
}

.fhshare a:hover {
  border: 1px solid #ed1c24;
  color: #fff;
  background-color: #ed1c24;
  text-decoration: none;
}

.fhshare .fa {
  margin-right: 10px;
}

.newsshare {
  float: right;
}

.frame-tit h3 {
  font-weight: normal;
}

.frame {
  position: fixed;
  top: 0;
  left: 0;
  right: 0px;
  bottom: 0px;
  z-index: 1006;
  background: url("../images/bg_3.png") repeat;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  font-family:  microsoft yahei;
}

.frame-wrap {
  position: relative;
  margin: 0px auto 0 80px;
  background: #fff;
  z-index: 1010;
  cursor: auto;
  width: 100%;
  transition: 400ms;
  padding-right: 80px;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.frame-cont img{
	max-width:1200px;
}
@media screen and (max-width:1200px) {
.frame-cont img{
	max-width:100%;
}
}
@media screen and (max-width:861px) {
  .frame-wrap {
    margin: 0px auto;
    padding-right: 0px;
  }

}

html.open body {
  overflow: hidden;
}

html.open .frameHtmlact {
  overflow-y: auto;
}

html.open .frameHtmlact .frame-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

html.open .frameHtmlact .frame-close {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.frame-close {
  display: block;
  width: 80px;
  height: 80px;
  position: fixed;
  left: 0px;
  top: 50%;
  margin-top: -35px;
  z-index: 1008;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(-80px);
  transform: translate(-80px);
}

@media screen and (max-width:861px) {
  .frame-close {
    margin: 0px auto;
    top: auto;
    bottom: 5%;
    left: auto;
    right: 2%;
    margin-top: 0px;
    width: 50px;
    height: 50px;
    z-index: 1012;
    background-color: #ff1f1f;
    border-radius: 50%;
  }

}

.frame-close span {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: 0.4s;
}

.frame-close span.i0 {
  color: #fff;
  background-color: #fb2e2e;
  padding-top: 20px;
  height: 60px;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 80px;
  font-size: 16px;
  line-height: 1.2;
}

@media screen and (max-width:861px) {
  .frame-close span.i0 {
    display: none;
  }

}

.frame-close span.i1 {
  background: url(../images/fram_close.png) no-repeat scroll center center #f00;
  color: #fff;
  position: absolute;
  left: 100%;
  top: 0px;
}

@media screen and (max-width:861px) {
  .frame-close span.i1 {
    left: 15px;
    top: 15px;
    width: 20px;
    height: 20px;
    background-size: cover;
  }

}

.frame-close:hover span.i1 {
  left: 0px;
}

.frame-close:hover span.i0 {
  left: -80px;
}

.frame-main {
  padding: 38px 167px 38px 86px;
  margin: 0 auto;
  line-height: 2;
}

@media screen and (max-width:861px) {
  .frame-main {
    padding: 20px 40px;
  }

}

@media screen and (max-width:640px) {
  .frame-main {
    padding: 10px 12px;
  }

}

.frame-tit {
  background-color: #f4f4f4;
  text-align: center;
  color: #666;
  padding: 28px 0 40px;
}

@media screen and (max-width:640px) {
  .frame-tit {
    padding: 18px 0 10px;
  }

}

.frame-tit h2 {
  font-size: 30px;
  line-height: 66px;
  font-weight: normal;
}

@media screen and (max-width:640px) {
  .frame-tit h2 {
    font-size: 24px;
    line-height: 36px;
  }

}

.frame-tit p {
  font-size: 14px;
  line-height: 26px;
}

.frame-tit p i {
  width: 16px;
  height: 17px;
  display: inline-block;
  vertical-align: top;
  margin: 4px 8px 0 0;
}

.frame-cont {
  padding: 0 0 60px 0;
  min-height: 500px;
}

@media screen and (max-width:640px) {
  .frame-cont {
    min-height: 140px;
  }

}

.frame-video {
  width: 100%;
}

.frame-video img {
  width: 100%;
}

.frame-page {
  padding: 4px 10px 4px 0px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.frame-page dd {
  line-height: 30px;
}

.frame-page dd a {
  color: #fb2e2e;
    cursor: pointer;
}

.frame-share {
  text-align: center;
  margin: 28px 0;
}

.frame-share a {
  color: #0069b3;
  margin: 0 2px;
  font-size: 14px;
}

.blist-slide {
  padding: 4px 20px 20px;
  display: none;
}

@media screen and (max-width:640px) {
  .blist-slide {
    padding: 2px 4px 20px;
  }

}

.blist-slide-txt {
  font-size: 14px;
}

@media screen and (max-width:640px) {
  .blist-slide-txt {
    font-size: 12px;
  }

}

.blist-slide-btn {
  width: 97px;
  height: 35px;
  text-align: center;
  float: right;
  line-height: 35px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
}

.bdsharebuttonbox {
}

@media screen and (max-width:640px) {
  .bdsharebuttonbox {
    display: none;
  }

}

.contact_rig {
  width: 45%;
  float: right;
  height: 400px;
  transition: all 1s;
}

.contact_rig .mode {
  display: inline-block;
  float: left;
  margin-left: 20px;
  text-align: center;
}

.contact_rig .mode p {
  font: 300 14px/24px microsoft yahei;
}

.contact_rig {
  transform: translate3d(500px, 0, 0);
}

.active .contact_rig {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

@media only screen and (max-width:767px) {
  #fp-nav.left {
    left: 0;
  }

  .page2 .p2width {
    width: calc(100% - 30px);
    margin: 0px 0 0 30px;
    color: #fff;
    text-align: left;
    margin-top: -25%;
  }

  .page2 .p2width h1 {
    font: 300 32px/32px microsoft yahei;
  }

  .page2 .p2width font {
    font: 300 18px/30px microsoft yahei;
  }

  .page2 .p2width .text_animate {
    width: 100%;
    height: 140px;
    margin-top: 20px;
    display: block;
  }

  .page2 .p2width .text_animate img {
    width: 48px;
  }

  .page2.active .p2width .timg1 {
    left: 80px;
    top: 5px;
  }

  .page2.active .p2width .timg2 {
    left: 170px;
    top: 0;
  }

  .page2.active .p2width .timg3 {
    left: 0px;
    top: 60px;
  }

  .page2.active .p2width .timg4 {
    left: 80px;
    top: 68px;
  }

  .page2.active .p2width .timg5 {
    left: 170px;
    top: 60px;
  }

  .page2.active .p2width .timg6 {
    left: 260px;
    top: 60px;
  }

  .page2 .bt_img {
    height: 28%;
  }

  .page3 .p2width {
    width: calc(100% - 30px);
    margin: 0px 0 0 30px;
    color: #fff;
    text-align: left;
    margin-top: -25%;
  }

  .page3 .p2width h1 {
    font: 300 32px/32px microsoft yahei;
  }

  .page3 .p2width font {
    font: 300 18px/30px microsoft yahei;
  }

  .page3 .p2width .text_animate {
    width: 100%;
    height: 140px;
    margin-top: 20px;
  }

  .page3 .p2width .text_animate img {
    width: 48px;
  }

  .page3.active .p2width .timg1 {
    left: 0;
    top: 0px;
  }

  .page3.active .p2width .timg2 {
    left: 80px;
    top: 0px;
  }

  .page3.active .p2width .timg3 {
    left: 170px;
    top: 0px;
  }

  .page3.active .p2width .timg4 {
    left: 260px;
    top: 0px;
  }

  .page3.active .p2width .timg5 {
    left: 0px;
    top: 70px;
  }

  .page3.active .p2width .timg6 {
    left: 80px;
    top: 70px;
  }

  .page3.active .p2width .timg7 {
    left: 170px;
    top: 70px;
  }

  .page3.active .p2width .timg8 {
    left: 260px;
    top: 70px;
  }

  .page3 .bt_img {
    height: 28%;
  }

  .page4 .p2width {
    width: calc(100% - 30px);
    margin: 0px 0 0 30px;
    color: #fff;
    text-align: left;
    margin-top: -25%;
  }

  .page4 .p2width h1 {
    font: 300 32px/32px microsoft yahei;
  }

  .page4 .p2width font {
    font: 300 18px/30px microsoft yahei;
  }

  .page4 .p2width .text_animate {
    width: 100%;
    height: 140px;
    margin-top: 20px;
  }

  .page4 .p2width .text_animate img {
    width: 48px;
  }

  .page4.active .p2width .timg1 {
    left: 80px;
    top: 0px;
  }

  .page4.active .p2width .timg2 {
    left: 170px;
    top: 0px;
  }

  .page4.active .p2width .timg3 {
    left: 0px;
    top: 83px;
  }

  .page4.active .p2width .timg4 {
    left: 80px;
    top: 70px;
  }

  .page4.active .p2width .timg5 {
    left: 170px;
    top: 83px;
  }

  .page4.active .p2width .timg6 {
    left: 260px;
    top: 83px;
  }

  .page4 .bt_img {
    height: 28%;
  }

  .page5 .p2width {
    width: calc(100% - 30px);
    margin: 0px 0 0 30px;
    color: #fff;
    text-align: left;
    margin-top: -25%;
  }

  .page5 .p2width h1 {
    font: 300 32px/32px microsoft yahei;
  }

  .page5 .p2width font {
    font: 300 18px/30px microsoft yahei;
  }

  .page5 .p2width .text_animate {
    width: 100%;
    height: 140px;
    margin-top: 20px;
  }

  .page5 .p2width .text_animate img {
    width: 48px;
  }

  .page5.active .p2width .timg1 {
    left: 50;
    top: 10px;
  }

  .page5.active .p2width .timg2 {
    left: 130px;
    top: 0px;
  }

  .page5.active .p2width .timg3 {
    left: 220px;
    top: 10px;
  }

  .page5.active .p2width .timg4 {
    left: 0px;
    top: 70px;
  }

  .page5.active .p2width .timg5 {
    left: 80px;
    top: 70px;
  }

  .page5.active .p2width .timg6 {
    left: 170px;
    top: 70px;
  }

  .page5.active .p2width .timg7 {
    left: 260px;
    top: 70px;
  }

  .page5 .bt_img {
    height: 28%;
  }

  .page6 .p2width {
    width: calc(100% - 30px);
    margin: 0px 0 0 30px;
    color: #fff;
    text-align: left;
    margin-top: -25%;
  }

  .page6 .p2width h1 {
    font: 300 32px/32px microsoft yahei;
  }

  .page6 .p2width font {
    font: 300 18px/30px microsoft yahei;
  }

  .page6 .p2width .text_animate {
    width: 100%;
    height: 140px;
    margin-top: 20px;
    display: block;
  }

  .page6 .p2width .text_animate img {
    width: 48px;
  }

  .page6.active .p2width .timg1 {
    left: 80px;
    top: 5px;
  }

  .page6.active .p2width .timg2 {
    left: 170px;
    top: 0;
  }

  .page6.active .p2width .timg3 {
    left: 0px;
    top: 88px;
  }

  .page6.active .p2width .timg4 {
    left: 80px;
    top: 95px;
  }

  .page6.active .p2width .timg5 {
    left: 170px;
    top: 80px;
  }

  .page6.active .p2width .timg6 {
    left: 260px;
    top: 88px;
  }

  .page6 .bt_img {
    height: 18%;
  }

  .contact_left {
    font: 300 13px/18px microsoft yahei;
  }

  .contact_left img {
    display: none;
  }

  .feedbook h3 {
    ont: 300 16px/18px microsoft yahei;
    margin: 10px 0;
  }

  .feedbook .ui-btn01 {
    margin-top: 0;
  }

  .feedbook p {
    font: 300 14px/18px microsoft yahei;
    margin-top: 10px;
  }

}


/**--------------------------------------------------
add wxxcx 20180411
------------------**/

.wxbanner{margin-top: 88px; height: 520px;background: url(../images/banner03bg.jpg) top center no-repeat;}
.wxbanner .wrapper{overflow: hidden;}
.wxbanner .txtarea{width: 500px; float: left; overflow: hidden; color: #fff;padding-top:150px;}
.wxbanner .txtarea .txt01{font-size: 68px;line-height: 68px;font-family: 'PingHei_text', "Simhei";letter-spacing: -2px;margin-bottom: 20px;}
.wxbanner .txtarea .txt02{font-size: 30px;line-height: 40px;line-height: 60px\9;font-family: microsoft yahei;letter-spacing: 0px;}
.wxbanner .txtarea .banner03more a{width:200px; height: 60px;display: block;border:1px solid #fff;color: #fff; text-align: center; line-height: 60px; font-size: 18px; margin-top: 20px;
  -webkit-border-radius: 4px;cursor: pointer;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  transition: color .3s ease-in-out,background .3s ease-in-out;
}
.wxbanner .txtarea .banner03more a:hover{background: #fff;color: #0f4dca;}
.wxbanner .pic{width: calc(100% - 600px);  float: right;padding-top: 100px;}
.wxbanner .pic img{max-width: 100%;}

@media only screen and (max-width:980px) {
  .wxbanner{margin-top: 88px; height: 480px;}
.wxbanner .txtarea{width: 400px; float: left; overflow: hidden; color: #fff;padding-top:130px;}
.wxbanner .txtarea .txt01{font-size: 48px;line-height: 48px;}
.wxbanner .txtarea .txt02{font-size: 24px;line-height: 40px;}
.wxbanner .pic{width: calc(100% - 450px);  float: right;padding-top: 100px;}

}
@media only screen and (max-width:767px) {
.wxbanner{margin-top: 88px; height:680px;}
.wxbanner .txtarea{width: 100%; text-align: center; float: none; overflow: hidden; color: #fff;padding-top:100px;}
.wxbanner .txtarea .txt01{font-size: 48px;line-height: 48px;}
.wxbanner .txtarea .txt02{font-size: 24px;line-height: 40px;}
.wxbanner .pic{width:70%;  float: none;margin:0 auto;padding-top: 40px;}
.wxbanner .txtarea .banner03more a{width:120px; height: 40px;display: inline-block;text-align: center; line-height: 40px; font-size: 18px; margin-top: 20px;}
}

@media only screen and (max-width:767px) {
.wxbanner .txtarea{padding-top:50px;}
.wxbanner .txtarea .txt01{font-size: 42px;line-height: 42px;}
.wxbanner .txtarea .txt02{font-size: 22px;line-height: 35px;}
.wxbanner{margin-top: 88px; height:500px;}
}


.program_01{padding:40px 0;background: #faf9f9;}
.program_01 .wrapper{max-width: 1600px;}
.program_01 .title{text-align: center;color: #666666;margin-bottom: 20px; }
.program_01 .title h2{font: 300 34px/2em microsoft yahei;}
.program_01 .title .line{width:50px;height:5px; overflow: hidden; background: #ed1c24;margin:0 auto;}
#owl-programtd .item{padding:6px; padding-top: 40px;
  -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    transition: all 0.7s;
}
#owl-programtd .item:hover {
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
#owl-programtd .warp{background: #fff;width:90%; margin:0 auto;
-webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: #bcbcbc 0px 0px 10px;
  -moz-box-shadow: #bcbcbc 0px 0px 10px;
  box-shadow: #bcbcbc 0px 0px 10px;
}
#owl-programtd .warp a{text-decoration: none;}
#owl-programtd .warp .pic{width:100%; text-align: center;}
#owl-programtd .warp .pic img{max-width: 90%;}
#owl-programtd .warp .title01{height:90px;padding-top: 20px; text-align: center;}
#owl-programtd .warp .title01 h3{font: 300 20px/30px microsoft yahei;color: #333; width: 100%;height: 30px; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
#owl-programtd .warp .txt02{font: 300 14px/24px microsoft yahei;color: #333;width:100%; height: 48px;}


.program_02{padding:40px 0; background: url(../images/wxpic06.jpg) no-repeat top center;  background-size: cover; }
.program_02 .wrapper{max-width: 1600px;}
.program_02 .title{text-align: center;color: #fff;margin-bottom: 20px; }
.program_02 .title h2{font: 300 34px/2em microsoft yahei;}
.program_02 .title .line{width:50px;height:5px; overflow: hidden; background: #fff;margin:0 auto;}

#owl-programtd02 .item{padding:6px; padding-top: 40px;
  -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    transition: all 0.7s;
}
#owl-programtd02 .item:hover {
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
#owl-programtd02 .warp{width:90%; margin:0 auto;padding-top: 50px;
  background:#fff;
  background-image: -webkit-linear-gradient(top,#fff 0%,#ffe5d1 100%);
  background-image: -moz-linear-gradient(top,#fff 0%,#ffe5d1 100%);
  background-image: linear-gradient(top,#fff 0%,#ffe5d1 100%);
  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, EndColorStr='#fff', StartColorStr='#ffe5d1');
-webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: #bcbcbc 0px 0px 10px;
  -moz-box-shadow: #bcbcbc 0px 0px 10px;
  box-shadow: #bcbcbc 0px 0px 10px;
}
#owl-programtd02 .warp a{text-decoration: none;}
#owl-programtd02 .warp .pic{width:120px; height: 120px; text-align: center;margin:0 auto;}
#owl-programtd02 .warp .pic img{width:120px; height: 120px;}
#owl-programtd02 .warp .title01{height:90px;padding-top: 30px; text-align: center;}
#owl-programtd02 .warp .title01 h3{font: 300 24px/30px microsoft yahei;color: #666; width: 100%;height: 30px; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
#owl-programtd02 .warp .txt02{font: 300 18px/24px microsoft yahei;color: #666;width:100%; height: 48px;}

.program_02 .yxjs{margin-top:50px;color:#fff;font: 300 18px/24px microsoft yahei; text-align:center;}
.program_02 .yxjs h3{font: 300 28px/24px microsoft yahei;margin-bottom:10px;}

.program_03{padding:60px 0 100px 0; background: url(../images/wxpic11.jpg) no-repeat bottom center;}
.program_03 .title{text-align: center;color: #666666;margin-bottom: 20px; }
.program_03 .title h2{font: 300 34px/2em microsoft yahei;}
.program_03 .title .line{width:50px;height:5px; overflow: hidden; background: #ed1c24;margin:0 auto;}

#owl-programtd03{}
#owl-programtd03 .item{padding-top:60px;}
#owl-programtd03 .warp{width:90%;}
#owl-programtd03 .mode{width: 100%; height: 80px; overflow: hidden;margin-bottom: 10px;}
#owl-programtd03 .mode{
  -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    transition: all 0.7s;
}
#owl-programtd03 .mode:hover {
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
#owl-programtd03 .mode .inco{width:66px;height: 80px; overflow: hidden; line-height: 80px; float: left;}
#owl-programtd03 .mode .txtarea{width: calc(100% - 80px);height: 80px; overflow: hidden; float: right;}
#owl-programtd03 .mode .txtarea h3{font: 300 18px/30px microsoft yahei;color: #333; width: 100%;height: 30px; overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
#owl-programtd03 .mode .txtarea p{font: 300 15px/18px microsoft yahei;color: #666;}

.program_04{padding:40px 0;background: #faf9f9;position: relative;}
.program_04 .wrapper{max-width: 1600px;}
.program_04 .title{text-align: center;color: #666666;margin-bottom: 20px; }
.program_04 .title h2{font: 300 34px/2em microsoft yahei;}
.program_04 .title .line{width:50px;height:5px; overflow: hidden; background: #ed1c24;margin:0 auto;}
#owl-case02{margin-top: 50px;padding:0 30px;width: calc(100% - 60px);}
#owl-case02 .item{text-align: center;}
#owl-case02 .item .title01{padding:10px 0;margin-bottom: 20px;font: 300 12px/18px microsoft yahei;}
#owl-case02 .item .title01 a{color: #666;}
#owl-case02 .warp{width:233px;height: 414px;margin:0 auto; overflow: hidden;padding:68px 18px 63px 18px;background: url(../images/wxpic24.jpg) no-repeat bottom center;}
#owl-case02 .inline-box:hover .cover { top:0;}
#owl-case02 .inline-box { display:inline-block; *display:inline; *zoom:1; position:relative; overflow:hidden; width:100%;}
#owl-case02 .img img { width:100%; height:auto;}
#owl-case02 .cover { width:100%; height:100%; position:absolute; left:0; top:100%; color: #fff;
-webkit-transition: all 0.3s ease; transition: all 0.3s ease;
filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#CC000000', endColorstr='#CC000000');background:rgba(0,0,0,0.8);
}
#owl-case02 .cover .cover_con{padding:20px;}
#owl-case02 .cover h3 { font: 300 16px/24px microsoft yahei;padding-top: 40%;}
#owl-case02 .cover .desc { font: 300 12px/18px microsoft yahei;height:54px;overflow: hidden;margin:10px 0; }
#owl-case02 .cover  .more{text-align: center;margin-top: 10px;}
#owl-case02 .cover .more a{width:130px;height: 35px; text-align: center;color: #fff;line-height: 35px;display: inline-block; background: #ed1c24;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
}

#owl-case02 .owl-buttons{ }
#owl-case02 .owl-buttons .owl-prev{width:24px; height:41px; overflow: hidden; background: url(../images/wxpic26.png) center no-repeat; text-indent: 999px;padding:0; margin:0; left: 0;position: absolute;top: 40%;}
#owl-case02 .owl-buttons .owl-next{width:24px; height:41px; overflow: hidden; background: url(../images/wxpic27.png) center no-repeat; text-indent: 999px;padding:0; margin:0;position: absolute;right: 0;top: 40%;}

.program_04  .casemore{text-align: center;margin-top: 20px;}
.program_04  .casemore a{width:190px;height: 40px; text-align: center;color: #fff;line-height: 40px;display: inline-block; background: #ed1c24;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
}



@media only screen and (max-width:767px) {
.wxbanner{margin-top: 0;}
}

@media only screen and (max-width: 1000px) {
#owl-case02 .owl-buttons{display:none; }
.program_01{padding:20px 0;}
.program_01 .title h2,.program_02 .title h2,.program_03 .title h2,.program_04 .title h2{font: 300 24px/2em microsoft yahei;}
#owl-programtd .item {padding-top: 10px;}
#owl-programtd .warp .title01 h3{font-size:18px;}
#owl-programtd02 .item {padding-top: 10px;}
#owl-programtd02 .warp .title01 h3{font-size:18px;}
#owl-programtd02 .warp .txt02 {font-size:14px;}
.program_02 .yxjs{margin-top:20px;}
.program_02 .yxjs h3 { font: 300 16px/24px microsoft yahei; text-align:left;}
.program_02 .yxjs p { font: 300 14px/24px microsoft yahei;text-align:left;}
#owl-programtd03 .item {padding-top: 10px;}
.program_03 {padding: 40px 0;}
#owl-case02 {margin-top: 0px;}
}


.xcxinner{padding:40px 0;background: #f2f3f5;position: relative;}


.xcxlist li{text-align: center; float: left; width:20%;margin-bottom: 50px;}
.xcxlist .warp{width:200px;height: 356px;margin:0 auto; overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: #bcbcbc 0px 0px 10px;
  -moz-box-shadow: #bcbcbc 0px 0px 10px;
  box-shadow: #bcbcbc 0px 0px 10px;
}
.xcxlist .inline-box:hover .cover { top:0;}
.xcxlist .inline-box { display:inline-block; *display:inline; *zoom:1; position:relative; overflow:hidden; width:100%;}
.xcxlist .img img { width:100%; height:auto;}
.xcxlist .cover { width:100%; height:100%; position:absolute; left:0; top:100%; color: #fff;
-webkit-transition: all 0.3s ease; transition: all 0.3s ease;
filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#CC000000', endColorstr='#CC000000');background:rgba(0,0,0,0.8);
}
.xcxlist .cover .cover_con{padding:20px;}
.xcxlist .cover h3 { font: 300 16px/24px microsoft yahei;padding-top: 40%;}
.xcxlist .cover .desc { font: 300 12px/18px microsoft yahei;height:54px;overflow: hidden;margin:10px 0; }
.xcxlist .cover  .more{text-align: center;margin-top: 10px;}
.xcxlist .cover .more a{width:130px;height: 35px; text-align: center;color: #fff;line-height: 35px;display: inline-block; background: #ed1c24;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
}

@media only screen and (max-width: 1080px) {
.xcxlist li{width:25%;}
}
@media only screen and (max-width: 880px) {
.xcxlist li{width:33.3%;}
}
@media only screen and (max-width: 660px) {
.xcxlist li{width:50%;}
}
@media only screen and (max-width: 420px) {
.xcxlist .warp{width: calc(100% - 10px);height: auto;margin:0 auto; overflow: hidden;}
  .xcxlist .cover{display: none;}
}

.websitemain {
  margin-top: 180px;
  text-align: center;
  color: #fff;
  min-height: 400px;
}

.websitemain .ms {
  font-size: 2.5rem;
  font-family: microsoft yahei;
  line-height: 150%;
}

.websitemain .lx {
  margin-top: 50px;
}

.websitemain .lx h2 {
  font: 300 1.5rem/30px microsoft yahei;
  margin-bottom: 20px;
}

.websitemain .lx p {
  font: 300 24px/50px microsoft yahei;
}

.websitemain .lx a {
  color: #fff;
}

@media only screen and (max-width:767px) {
  .websitemain {
    margin-top: 50px;
  }

  .websitemain .ms {
    font-size: 1.4rem;
    font-family: microsoft yahei;
    line-height: 150%;
  }

}



.innerbanner{width: 100%;height: 300px; margin-top: 88px; background: url(../images/sunbanner05.jpg) left top no-repeat; background-size: cover; }
.webcontact .wrapper{max-width: 1800px;}
.contactmap{text-align: center;max-width: 1800px;margin:0 auto;}
.contactmap img{max-width: 100%;}
.conatactlist li{width: calc(20% - 1px);height: 300px; overflow: hidden; float: left; text-align: center;border-right: 1px solid #e8e8e8;}
.conatactlist li .warp{margin:10px;}
.conatactlist li .inco{width:100px;height: 100px;
/*border:1px solid #ed1c24;*/
margin:40px auto 30px auto; text-align: center; line-height: 100px;
  transition-duration:800ms;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  -ms-border-radius:50%;
  -o-border-radius:50%;
  border-radius:50%;
}
.conatactlist li .inco img{margin-top: 20px;    width: 100%;}
.conatactlist li:hover .inco{transform:rotateY(360deg);}
.conatactlist li h3{font-size: 24px;color: #333;margin-bottom: 15px;}
.conatactlist li .txt{color: #666;font: 300 16px/24px microsoft yahei;}
.conatactlist li .txt span{display: block;}
.conatactlist li p.tel{color: #ed1c24;font: 300 36px/36px Impact;}
.conatactlist li a{color: #666;}
.conatactlist li:last-child {border-right: 0; }
@media only screen and (max-width:767px) {
.conatactlist li .txt span{display: inline-block;}
}
@media only screen and (max-width:767px) {
.innerbanner{height: 180px; margin-top:0; }
.conatactlist li{width:100%;border-right: 0;border-bottom:1px solid #e8e8e8;}
}