.sBanner {
  height: 710px;
  width: 100%;
  overflow: hidden;
  min-width: 1200px;
  position: relative;
}
.sBanner .imgs {
  width: 100%;
  height: 100%;
  -webkit-transition-duration: 4s;
  -moz-transition-duration: 4s;
  -o-transition-duration: 4s;
  transition-duration: 4s;
}
.sBanner .ba_text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sBanner .ba_text .text {
  font-size: 40px;
  color: #ffffff;
  text-align: center;
  font-family: 'Arial';
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 27px;
}
.sBanner .ba_text .line {
  width: 42px;
  height: 5px;
  border-radius: 3px;
  background-color: #fff;
  margin: 0 auto;
}
.fb {
  background-color: #fbfbfb;
}
.more {
  font-size: 16px;
  color: #63C9CB;
  display: block;
  width: 164px;
  line-height: 54px;
  border-radius: 27px;
  height: 54px;
  border: 1px solid #63C9CB;
  margin: 0 auto;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.more em {
  position: relative;
  z-index: 1;
  margin: 0;
  line-height: 40px;
  height: 40px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.more span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #63C9CB;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: width 0.6s, height 0.6s;
  -o-transition: width 0.6s, height 0.6s;
  -moz-transition: width 0.6s, height 0.6s;
  transition: width 0.6s, height 0.6s;
  z-index: 0;
}
.more:hover em {
  color: #fff;
}
.more:hover span {
  width: 500px;
  height: 500px;
}
.content {
  position: relative;
}
.content .top {
  width: 100%;
  position: absolute;
  top: -88px;
}
.content .top2{
    top: -45px;
}
.content .top .bread .icon1 {
  float: left;
  width: 24px;
  height: 22px;
  background: url(../images/icon/i18.png) center no-repeat;
}
.content .top .bread .icon2 {
  float: left;
  width: 7px;
  height: 22px;
  background: url(../images/icon/i19.png) center no-repeat;
  margin: 0 11px;
}
.content .top .bread .text {
  font-size: 16px;
  color: #ffffff;
  line-height: 22px;
  float: left;
}
.content .top .nav {
  background-color: #ffffff;
  margin-top: 25px;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.content .top .nav .item {
  width: 20%;
  float: left;
  padding: 0 1%;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  padding-top: 28px;
  height: 176px;
  position: relative;
}
.content .top .nav .item .icon {
  height: 51px;
  width: 100%;
}
.content .top .nav .item .text {
  font-size: 20px;
  color: #333333;
  text-align: center;
  line-height: 26px;
  margin-top: 20px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  font-family: 'Arial';
}
.content .top .nav .item .lines {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #63C9CB;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.content .top .nav .item:hover .text,
.content .top .nav .item.cur .text {
  color: #d6423f;
}
.content .top .nav .item:hover .lines,
.content .top .nav .item.cur .lines {
  width: 100%;
}
.content .top .nav .item1 .icon {
  background: url(../images/icon/i20.png) center bottom no-repeat;
}
.content .top .nav .item1:hover .icon,
.content .top .nav .item1.cur .icon {
  background-image: url(../images/icon/i20_s.png);
}
.content .top .nav .item2 .icon {
  background: url(../images/icon/i21.png) center bottom no-repeat;
}
.content .top .nav .item2:hover .icon,
.content .top .nav .item2.cur .icon {
  background-image: url(../images/icon/i21_s.png);
}
.content .top .nav .item3 .icon {
  background: url(../images/icon/i22.png) center bottom no-repeat;
}
.content .top .nav .item3:hover .icon,
.content .top .nav .item3.cur .icon {
  background-image: url(../images/icon/i22_s.png);
}
.content .top .nav .item4 .icon {
  background: url(../images/icon/i23.png) center bottom no-repeat;
}
.content .top .nav .item4:hover .icon,
.content .top .nav .item4.cur .icon {
  background-image: url(../images/icon/i23_s.png);
}
.content .top .nav .item5 .icon {
  background: url(../images/icon/i24.png) center bottom no-repeat;
}
.content .top .nav .item5:hover .icon,
.content .top .nav .item5.cur .icon {
  background-image: url(../images/icon/i24_s.png);
}
.content .top .nav .item6 .icon {
  background: url(../images/icon/i25.png) center bottom no-repeat;
}
.content .top .nav .item6:hover .icon,
.content .top .nav .item6.cur .icon {
  background-image: url(../images/icon/i25_s.png);
}
.content .top .nav2 {
  padding: 0;
}
.content .top .nav2 .item {
  width: 50%;
  line-height: 100px;
  height: 100px;
  display: block;
  padding-top: 0;
  position: relative;
}
.content .top .nav2 .item .text {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
.content .top .nav2 .item:hover,
.content .top .nav2 .item.cur {
  background: none;
}
.product {
  position: relative;
  padding-bottom: 52px;
}
.product .page1 {
  padding-top: 198px;
  padding-bottom: 60px;
}
.product .page1 .item {
  width: 100%;
  height: 481px;
  display: block;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.product .page1 .item .img_left {
  width: 47.92%;
  position: absolute;
  left: 4.7%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product .page1 .item .img_left img {
  display: block;
  width: 100%;
}
.product .page1 .item .img_right {
  position: absolute;
  width: 38.07%;
  right: 4.2%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product .page1 .item .img_right img {
  display: block;
  width: 100%;
}
.product .page1 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 6px;
  opacity: 1;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.product .page1 .swiper-pagination-bullet-active {
  width: 27px;
  background-color: #d43934;
}
.product .page2 .forms form {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product .page2 .forms .select {
  width: 25.71%;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #cccccc;
  padding-left: 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  color: #999999;
  font-family: 'Arial';
  background: #fff url(../images/icon/i26.png) 90% center no-repeat;
}
.product .page2 .forms .select option {
  outline: none;
}
.product .page2 .forms .input {
  width: 23.71%;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #cccccc;
  padding-left: 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  color: #999999;
}
.product .page2 .forms .btn {
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  width: 10%;
  height: 50px;
  background-color: #63C9CB;
  border-radius: 25px;
  border: 0;
  line-height: 50px;
  cursor: pointer;
}
.product .page2 .forms .btn .icon {
  display: inline-block;
  width: 16px;
  height: 100%;
  background: url(../images/icon/i27.png) center no-repeat;
}
.product .page2 .forms .btn .txt {
  display: inline-block;
  height: 50px;
  vertical-align: top;
  padding-left: 10px;
}
.product .page2 .forms .btn2 {
  background-color: #fff;
  color: #63C9CB;
  border: 1px solid #63C9CB;
}
.product .page2 .forms .btn2 .txt {
  padding: 0;
}
.product .page2 .con {
  padding-top: 56px;
}
.product .page2 .con .item {
  display: block;
  padding: 0 3% 64px;
  width: 31.42%;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  float: left;
  margin-right: 2.8%;
  margin-bottom: 44px;
}
.product .page2 .con .item:nth-child(3n) {
  margin-right: 0;
}
.product .page2 .con .item .top2 {
  padding-bottom: 32px;
  border-bottom: 1px solid #d1d1d1;
}
.product .page2 .con .item .top2 .img {
  height: 234px;
  position: relative;
  width: 100%;
}
.product .page2 .con .item .top2 .img .relImg {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product .page2 .con .item .top2 .tit {
  font-size: 26px;
  color: #333333;
  text-align: center;
  line-height: 1;
  margin-bottom: 18px;
  height: 50px;
  font-weight: bold;
}
.product .page2 .con .item .top2 .text {
  font-size: 18px;
  color: #666666;
  text-align: center;
  line-height: 26px;
}
.product .page2 .con .item .top2 .btn {
  font-size: 14px;
  color: #ffffff;
  width: 134px;
  height: 45px;
  line-height: 45px;
  background-color: #63C9CB;
  text-align: center;
  border-radius: 23px;
  margin: 0 auto;
  margin-top: 30px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}
.product .page2 .con .item .top2 .btn em {
  position: relative;
  z-index: 1;
  margin: 0;
  line-height: 40px;
  height: 40px;
}
.product .page2 .con .item .top2 .btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #cf121a;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: width 0.6s, height 0.6s;
  -o-transition: width 0.6s, height 0.6s;
  -moz-transition: width 0.6s, height 0.6s;
  transition: width 0.6s, height 0.6s;
  z-index: 0;
}
.product .page2 .con .item .top2 .btn:hover span {
  width: 300px;
  height: 300px;
}
.product .page2 .con .item .bottoms {
  padding-top: 30px;
}
.product .page2 .con .item .bottoms .tit {
  font-size: 20px;
  color: #333333;
  line-height: 26px;
  text-align: center;
  margin-bottom: 35px;
}
.product .page2 .con .item .bottoms .lis {
  text-align: center;
}
.product .page2 .con .item .bottoms .lis .icon {
  margin: 26px 0 16px 0;
}
.product .page2 .con .item .bottoms .lis .icon img {
  display: block;
  margin: 0 auto;
}
.product .page2 .con .item .bottoms .lis .text1 {
  font-size: 16px;
  color: #333333;
  line-height: 1;
  margin-bottom: 5px;
}
.product .page2 .con .item .bottoms .lis .text2 {
  font-size: 16px;
  color: #666666;
  line-height: 1;
}
.proBanner {
  height: 900px;
  width: 100%;
}
.proBanner .w1400 {
  position: relative;
  height: 100%;
}
.proBanner .w1400 .text {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40.28%;
}
.proBanner .w1400 .text .t1 {
  font-size: 30px;
  color: #63C9CB;
  line-height: 1;
  margin-bottom: 30px;
}
.proBanner .w1400 .text .t2 {
  font-size: 48px;
  color: #63C9CB;
  line-height: 1;
  margin-bottom: 22px;
}
.proBanner .w1400 .text .t3 {
  font-size: 33px;
  color: #fffefe;
  line-height: 48px;
}
.proBanner .w1400 .text .btn {
  font-size: 16px;
  color: #fff;
  text-align: center;
  width: 162px;
  height: 55px;
  line-height: 55px;
  border-radius: 28px;
  border: 1px solid #fff;
  display: block;
  text-transform: uppercase;
  margin-top: 46px;
}
.proBanner .w1400 .img {
  position: absolute;
  top: 50%;
  right: 0;
  width: 54.2%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.proBanner .w1400 .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.proDetail .top {
  top: -62px;
}
.proDetail .title {
  margin-bottom: 72px;
}
.proDetail .title .text {
  font-size: 36px;
  color: #333333;
  text-align: center;
  line-height: 1;
  margin-bottom: 39px;
  text-transform: uppercase;
  font-weight: bold;
}
.proDetail .title .line {
  width: 29px;
  height: 5px;
  background-color: #63C9CB;
  margin: 0 auto;
}
.proDetail .page1 {
  padding-top: 80px;
  padding-bottom: 120px;
  background: url(../images/p8.jpg) center no-repeat;
  -o-background-size: cover;
  background-size: cover;
}
.proDetail .page1 .item .text {
  font-size: 18px;
  color: #666666;
  width: 45.8%;
  margin: 0 auto;
  text-align: center;
  line-height: 26px;
}
.proDetail .page1 .item .img {
  min-width: 1200px;
  margin: 0 auto;
  height: 480px;
  position: relative;
}
.proDetail .page1 .item .img img {
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.proDetail .page1 .swiper-button-next,
.proDetail .page1 .swiper-button-prev {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  opacity: 1;
  top: 40%;
}
.proDetail .page1 .swiper-button-next::after,
.proDetail .page1 .swiper-button-prev::after {
  content: ' ';
}
.proDetail .page1 .swiper-button-next {
  background: #fff url(../images/p11.png) center no-repeat;
  right: 1.5%;
  left: auto;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.proDetail .page1 .swiper-button-next:hover {
  background: #63C9CB url(../images/p11_s.png) center no-repeat;
}
.proDetail .page1 .swiper-button-prev {
  background: #fff url(../images/p10.png) center no-repeat;
  left: 1.5%;
  right: auto;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.proDetail .page1 .swiper-button-prev:hover {
  background: #63C9CB url(../images/p10_s.png) center no-repeat;
}
.proDetail .page2 {
  background-color: #171717;
  overflow-x: hidden;
}
.proDetail .page2 .con {
  padding: 116px 0;
  position: relative;
}
.proDetail .page2 .con .video {
  width: 100%;
  height: 100%;
  display: block;
}
.proDetail .page2 .con .icon {
  position: absolute;
  top: 54px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 154px;
  height: 105px;
}
.proDetail .page2 .con .icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.proDetail .page2 .con .info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}
.proDetail .page2 .con .info .t1 {
  font-size: 26px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
}
.proDetail .page2 .con .info .play {
  width: 35px;
  height: 35px;
  margin: 0 auto;
  background: url(../images/p13.png) center no-repeat;
  cursor: pointer;
}
.proDetail .page3 {
  padding-top: 70px;
  padding-bottom: 82px;
  background-color: #fff;
}
.proDetail .page3 .table {
  margin-top: 46px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}
.proDetail .page3 .table .title {
  text-align: center;
  font-size: 24px;
  color: #333333;
}
.proDetail .page3 .table .left {
  width: 488px;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 50px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.proDetail .page3 .table .center {
  width: 400px;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 50px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.proDetail .page3 .table .right {
  -webkit-flex: auto;
  -moz-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 75px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.proDetail .page3 .table .list-title {
  width: 100%;
  height: 82px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: #63C9CB;
  border-radius: 2px 2px 0 0;
  margin-top: 50px;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
}
.proDetail .page3 .table .list-title .left {
  border-right: 1px solid #fff;
  color: #fff;
}
.proDetail .page3 .table .list-title .center {
  border-right: 1px solid #fff;
  color: #fff;
}
.proDetail .page3 .table .list-title .right {
  color: #fff;
}
.proDetail .page3 .table .list .list-item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #cccccc;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.proDetail .page3 .table .list .list-item:nth-child(2n) {
  background: #f7f7f7;
}
.proDetail .page3 .table .list .list-item:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  background: #fff;
  border-bottom: 1px solid transparent;
  box-shadow: 0 0 10px rgba(230, 33, 41, 0.1);
}
.proDetail .page3 .table .list .list-item:hover .left {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  color: #63C9CB;
}
.proDetail .page3 .table .list .list-item:hover .center {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  color: #797979;
}
.proDetail .page3 .table .list .list-item:hover .right {
  border-right: 1px solid transparent;
  color: #797979;
}
.proDetail .page3 .table .list .list-item .left {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  text-align: center;
}
.proDetail .page3 .table .list .list-item .left .le1 {
  width: 252px;
  border-right: 1px solid #cccccc;
  height: 100%;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 40px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.proDetail .page3 .table .list .list-item .left .le2 {
  -webkit-flex: auto;
  -moz-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
.proDetail .page3 .table .list .list-item .left .le2 .top {
  width: 100%;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #63C9CB;
}
.proDetail .page3 .table .list .list-item .left .le2 .bottom {
  width: 100%;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.proDetail .page3 .table .list .list-item .center {
  font-size: 16px;
  color: #666666;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.proDetail .page3 .table .list .list-item .right {
  font-size: 16px;
  color: #666666;
  border-right: 1px solid #cccccc;
  text-align: center;
}
.proDetail .page3.rows3 .table .tables {
  padding-top: 38px;
}
.proDetail .page3.rows3 .table .tables:first-child {
  padding-top: 0;
}
.proDetail .page3.rows3 .table .tables .list .list-item .left {
  border-right: 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.proDetail .page3.rows3 .table .tables .list .list-item .center {
  padding: 30px 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.proDetail .page3.rows3 .table .tables .list .list-item .right {
  padding: 30px 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.proDetail .page3.rows3 .table .tables .list .list-item.list2 .right {
  border-left: 1px solid #63C9CB;
  padding: 30px 70px;
}
.proDetail .page3.rows3 .table .tables .list .list-item.list3 .left {
  padding: 0;
  border-right: 0;
}
.proDetail .page3.rows3 .table .tables .list .list-item.list3 .center {
  padding: 0;
  display: block;
  text-align: center;
}
.proDetail .page3.rows3 .table .tables .list .list-item.list3 .center .top {
  padding: 32px 0;
  border-bottom: 1px solid #63C9CB;
}
.proDetail .page3.rows3 .table .tables .list .list-item.list3 .center .bottom {
  padding: 32px 0;
}
.proDetail .page3.rows3 .table .tables .list .list-item.list3 .right {
  padding: 0;
  display: block;
  text-align: center;
}
.proDetail .page3.rows3 .table .tables .list .list-item.list3 .right .top {
  padding: 32px 0;
  border-bottom: 1px solid #63C9CB;
}
.proDetail .page3.rows3 .table .tables .list .list-item.list3 .right .bottom {
  padding: 32px 0;
}
.proDetail .page3.rows3 .table .tables .list .list-item.list4 .right {
  padding: 0;
}
.proDetail .page3.rows3 .table .tables .list .list-item.list4 .right .top {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.proDetail .page3.rows3 .table .tables .list .list-item.list4 .right .top .top1 {
  width: 400px;
  border-left: 1px solid #63C9CB;
  border-right: 1px solid #63C9CB;
  padding: 32px 0;
}
.proDetail .page3.rows3 .table .tables .list .list-item.list4 .right .top .top2 {
  -webkit-flex: auto;
  -moz-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  padding: 32px 0;
}
.proDetail .page3.rows3 .table .tables .list .list-item.list4 .right .bottom {
  border-left: 1px solid #63C9CB;
}
.proDetail .page3.rows3 .table .tables .list .list-item:hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  background-color: transparent;
  border-bottom: 1px solid #63C9CB;
}
.proDetail .page3.rows3 .table .tables .list .list-item:hover:nth-child(2n) {
  background-color: #f9f9f9;
}
.proDetail .page3.rows3 .table .tables .list .list-item:hover .left {
  color: #63C9CB;
  border-left: 1px solid #63C9CB;
  color: #bad180;
}
.proDetail .page3.rows3 .table .tables .list .list-item:hover .right {
  color: #666666;
  border-right: 1px solid #63C9CB;
  color: #bad180;
}
.proDetail .page3.rows3 .table .tables .list .list-item:hover .center {
  color: #666666;
  border-left: 1px solid #63C9CB;
  border-right: 1px solid #63C9CB;
  color: #bad180;
}
.proDetail .page3.rows3 .table .tables2 .list .list-item {
  border-left: 1px solid #63C9CB;
}
.proDetail .page3.rows3 .table .tables2 .list .list-item .left {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 0;
}
.proDetail .page3.rows3 .table .tables2 .list .list-item .right {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.proDetail .page3.rows3 .table .tables2 .list .list-item:hover .left {
  border-left: 0;
}
.proDetail .page4 {
  padding-top: 80px;
  background-color: #f7f7f7;
  padding-bottom: 97px;
}
.proDetail .page4 .sw {
  position: relative;
}
.proDetail .page4 .sw .swiper-slide {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.proDetail .page4 .sw .swiper-slide .item {
  display: block;
  width: 49.07%;
  height: 417px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.proDetail .page4 .sw .swiper-slide .item .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-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;
}
.proDetail .page4 .sw .swiper-slide .item .text {
  position: absolute;
  top: 350px;
  left: 0;
  padding: 0 40px;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.proDetail .page4 .sw .swiper-slide .item .text .t1 {
  font-size: 18px;
  color: #e6222a;
  line-height: 1;
  margin-bottom: 20px;
}
.proDetail .page4 .sw .swiper-slide .item .text .t2 {
  font-size: 22px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 24px;
}
.proDetail .page4 .sw .swiper-slide .item .text .t3 {
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
  padding-right: 15px;
  line-height: 1;
  background: url(../images/p17.png) center right no-repeat;
}
.proDetail .page4 .sw .swiper-slide .item:hover .text {
  top: 330px;
}
.proDetail .page4 .sw .swiper-button-next,
.proDetail .page4 .sw .swiper-button-prev {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  opacity: 1;
  top: 40%;
  outline: none;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.proDetail .page4 .sw .swiper-button-next::after,
.proDetail .page4 .sw .swiper-button-prev::after {
  content: ' ';
}
.proDetail .page4 .sw .swiper-button-next {
  background: #fff url(../images/p11.png) center no-repeat;
  right: 6.8%;
  left: auto;
}
.proDetail .page4 .sw .swiper-button-next:hover {
  background: #63C9CB url(../images/p11_s.png) center no-repeat;
}
.proDetail .page4 .sw .swiper-button-prev {
  background: #fff url(../images/p10.png) center no-repeat;
  left: 6.8%;
  right: auto;
}
.proDetail .page4 .sw .swiper-button-prev:hover {
  background: #63C9CB url(../images/p10_s.png) center no-repeat;
}
.proDetail .page5 {
  background-color: #fff;
  padding-top: 92px;
  padding-bottom: 70px;
}
.proDetail .page5 .con .item {
  width: 32.14%;
  background-color: #f9f9f9;
  display: block;
  padding: 0 3.7%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding-bottom: 42px;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 1.7%;
  float: left;
}
.proDetail .page5 .con .item:last-child {
  margin-right: 0;
}
.proDetail .page5 .con .item .img {
  height: 278px;
  width: 100%;
  position: relative;
}
.proDetail .page5 .con .item .img .relImg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  max-width: 100%;
  max-height: 100%;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.proDetail .page5 .con .item .t1 {
  font-size: 28px;
  font-weight: bold;
  color: #333333;
  line-height: 1;
  margin-bottom: 12px;
  height: 58px;
}
.proDetail .page5 .con .item .t2 {
  font-size: 18px;
  color: #666666;
  line-height: 30px;
  height: 60px;
}
.proDetail .page5 .con .item:hover .img .relImg {
  -webkit-transform: translate(-50%, -50%) scale(1.08);
  -moz-transform: translate(-50%, -50%) scale(1.08);
  -ms-transform: translate(-50%, -50%) scale(1.08);
  -o-transform: translate(-50%, -50%) scale(1.08);
  transform: translate(-50%, -50%) scale(1.08);
}
.proDetail .page5 .con .item:hover .t1 {
  color: #63C9CB;
}
.proDetail .page6 {
  background: url(../images/p19.jpg) center no-repeat;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 98px;
}
.proDetail .page6 .con {
  padding-bottom: 105px;
}
.proDetail .page6 .con .item1 {
  padding: 0 6.6%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 57px;
}
.proDetail .page6 .con .item1 .input {
  display: inline-block;
  height: 56px;
  width: 29.9%;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  font-size: 16px;
  color: #333333;
  padding-left: 45px;
  background: #fff url(../images/p20.png) 15px center no-repeat;
}
.proDetail .page6 .con .item2 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.proDetail .page6 .con .item2 .t1 {
  font-size: 20px;
  color: #999999;
  line-height: 50px;
  margin-right: 14px;
}
.proDetail .page6 .con .item2 .inp {
  width: 139px;
  height: 50px;
  border: 1px solid #d4d4d4;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  margin-right: 19px;
  padding-left: 10px;
}
.proDetail .page6 .con .item2 .tu {
  width: 134px;
  height: 50px;
  margin-right: 9px;
}
.proDetail .page6 .con .item2 .tu img {
  display: block;
  width: 100%;
  height: 100%;
}
.proDetail .page6 .con .item2 .cli {
  font-size: 16px;
  color: #999999;
  line-height: 50px;
  margin-right: 50px;
}
.proDetail .page6 .con .item2 .btn {
  font-size: 16px;
  color: #fff;
  background-color: #e6222a;
  width: 112px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 0;
  border-radius: 5px;
}
.solution .content .top{}
.solution .top .nav,.solution-details .top .nav{
    display: flex;
    justify-content: space-between;
}
/*.content .top .nav .item*/
.solution .top .nav2 .item,.solution-details .top .nav2 .item{
    margin: 0 0.5%;
    /*padding: 0 1.5%;*/
}
.solution .con {
  padding-top: 150px;
}
.solution .con .item {
  height: 449px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 67px;
}
.solution .con .item .text {
  width: 47.35%;
  padding: 0 50px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  position: relative;
}
.solution .con .item .text .icon {
  height: 52px;
  -o-background-size: contain;
  background-size: contain;
  margin-bottom: 36px;
}
.solution .con .item .text .t1 {
  font-size: 28px;
  color: #333333;
  line-height: 1;
  margin-bottom: 26px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.solution .con .item .text .t2 {
  font-size: 18px;
  color: #666666;
  line-height: 28px;
}
.solution .con .item .text .num {
  font-size: 206px;
  font-weight: bold;
  color: rgba(51, 51, 51, 0.1);
  opacity: 0.4;
  position: absolute;
  right: 53px;
  bottom: -64px;
  z-index: 0;
}
.solution .con .item .img {
  width: 52.6%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.solution .con .item .img .relImg {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-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;
}
.solution .con .item:hover .img .relImg {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.solution .con .item:hover .text .t1 {
  color: #63C9CB;
}
.solution-details .title {
  margin-bottom: 72px;
}
.solution-details .title .text {
  font-size: 36px;
  color: #333333;
  text-align: center;
  line-height: 1;
  margin-bottom: 39px;
  text-transform: uppercase;
  font-weight: bold;
}
.solution-details .title .line {
  width: 29px;
  height: 5px;
  background-color: #63C9CB;
  margin: 0 auto;
}
.solution-details .con {
  padding-top: 150px;
}
.solution-details .con .part1 .left {
  width: 49.71%;
  height: 392px;
  border-radius: 5px;
  overflow: hidden;
  float: left;
}
.solution-details .con .part1 .left .relImg {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-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;
}
.solution-details .con .part1:hover .left .relImg {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.solution-details .con .part1 .right {
  width: 47.28%;
  float: right;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 392px;
}
.solution-details .con .part1 .right .inner .title {
  font-size: 28px;
  color: #333333;
  line-height: 1;
  margin-bottom: 44px;
}
.solution-details .con .part1 .right .inner .text {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  margin-bottom: 20px;
}
.solution-details .con .part1 .right .inner .text:last-child {
  margin-bottom: 0;
}
.solution-details .con .part2 {
  padding-top: 76px;
  margin-top: 100px;
  padding-bottom: 90px;
  background: url(../images/p39.jpg) center no-repeat;
  -o-background-size: cover;
  background-size: cover;
}
.solution-details .con .part2 .contents .box {
  position: relative;
}
.solution-details .con .part2 .contents .box .swiper-container .swiper-slide {
  padding: 20px 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.solution-details .con .part2 .contents .box .swiper-button-next,
.solution-details .con .part2 .contents .box .swiper-button-prev {
  width: 64px;
  height: 64px;
  background-color: #fff;
  border-radius: 50%;
  top: 40%;
  bottom: auto;
  outline: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.solution-details .con .part2 .contents .box .swiper-button-next:after,
.solution-details .con .part2 .contents .box .swiper-button-prev:after {
  content: ' ';
}
.solution-details .con .part2 .contents .box .swiper-button-next {
  background: #fff url(../images/p11.png) center no-repeat;
  right: 6.2%;
  left: auto;
}
.solution-details .con .part2 .contents .box .swiper-button-next:hover {
  background: #63C9CB url(../images/p11_s.png) center no-repeat;
}
.solution-details .con .part2 .contents .box .swiper-button-prev {
  background: #fff url(../images/p10.png) center no-repeat;
  left: 6.2%;
  right: auto;
}
.solution-details .con .part2 .contents .box .swiper-button-prev:hover {
  background: #63C9CB url(../images/p10_s.png) center no-repeat;
}
.solution-details .con .part2 .contents .item {
  width: 31.14%;
  float: left;
  height: 388px;
  padding: 60px 3.5% 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  margin-right: 3%;
  margin-top: 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.solution-details .con .part2 .contents .item:hover {
  margin-top: -10px;
}
.solution-details .con .part2 .contents .item:last-child {
  margin-right: 0;
}
.solution-details .con .part2 .contents .item .icon {
  height: 51px;
  width: 100%;
  margin-bottom: 22px;
}
.solution-details .con .part2 .contents .item .tit {
  font-size: 20px;
  color: #333333;
  line-height: 32px;
  margin-bottom: 15px;
}
.solution-details .con .part2 .contents .item .text {
  font-size: 18px;
  color: #666666;
  line-height: 26px;
  height: 130px;
  overflow-y: auto;
  /*ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂªÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸*/
  /*ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±+ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢*/
  /*ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±+ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢*/
}
.solution-details .con .part2 .contents .item .text::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #e9e9e9;
}
.solution-details .con .part2 .contents .item .text::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #e9e9e9;
}
.solution-details .con .part2 .contents .item .text::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #63C9CB;
}
.solution-details .con .part2 .contents .item .num {
  font-size: 182px;
  color: rgba(51, 51, 51, 0.05);
  position: absolute;
  right: -32px;
  bottom: -50px;
  font-weight: bolder;
  line-height: 1;
  display: inline-block;
  z-index: 0;
}
.solution-details .con .part3 {
  padding-top: 76px;
  background-color: #fff;
  padding-bottom: 104px;
}
.solution-details .con .part3 .contents .left {
  width: 31.57%;
  float: left;
}
.solution-details .con .part3 .contents .left .t {
  padding-top: 36px;
  padding-bottom: 42px;
  border-bottom: 1px solid #d1d1d1;
}
.solution-details .con .part3 .contents .left .t .tit {
  font-size: 24px;
  color: #63C9CB;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 22px;
  height: 36px;
}
.solution-details .con .part3 .contents .left .t .tit img{
    display: block;
    max-height: 100%;
    max-width: 100%;
}
.solution-details .con .part3 .contents .left .t .text {
  font-size: 20px;
  color: #666666;
  line-height: 26px;
}
.solution-details .con .part3 .contents .left .b {
  height: 224px;
  overflow: auto;
  margin-top: 52px;
  padding-right: 38px;
  /*ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂªÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸*/
  /*ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±+ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢*/
  /*ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±+ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢*/
}
.solution-details .con .part3 .contents .left .b .txt {
  font-size: 16px;
  color: #666666;
  line-height: 26px;
  margin-bottom: 20px;
}
.solution-details .con .part3 .contents .left .b .txt .num {
  font-size: 18px;
  color: #63C9CB;
  font-weight: bold;
}
.solution-details .con .part3 .contents .left .b::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #e9e9e9;
}
.solution-details .con .part3 .contents .left .b::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #e9e9e9;
}
.solution-details .con .part3 .contents .left .b::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #63C9CB;
}
.solution-details .con .part3 .contents .right {
  width: 62.85%;
  float: right;
  height: 550px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
}
.solution-details .con .part3 .contents .right .img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 5px;
  overflow: hidden;
  max-width: 88%;
  max-height: 88%;
}
.support .mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99;
  display: none;
}
.support .mask .panel {
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.support .mask .panel .video {
  max-width: 100%;
  max-height: 100%;
}
.support .mask .panel .close {
  position: absolute;
  right: -30px;
  top: -30px;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}
.support .title {
  margin-bottom: 72px;
}
.support .title .text {
  font-size: 36px;
  color: #333333;
  text-align: center;
  line-height: 1;
  margin-bottom: 39px;
  text-transform: uppercase;
  font-weight: bold;
}
.support .title .line {
  width: 29px;
  height: 5px;
  background-color: #63C9CB;
  margin: 0 auto;
}
.support .con {
  padding-top: 150px;
  background-color: #fcfcfc;
}
.support .part1 {
  padding-bottom: 84px;
  background: #fcfcfc url(../images/p45.jpg) center bottom no-repeat;
}
.support .part1 .list .lis {
  float: left;
  margin-right: 2.1%;
  width: 31.85%;
  height: 502px;
  background-color: #fff;
}
.support .part1 .list .lis:last-child {
  margin-right: 0;
}
.support .part1 .list .lis .item {
  width: 100%;
  height: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 50px 40px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  position: relative;
}
.support .part1 .list .lis .item .img {
  position: relative;
  height: 223px;
  border-radius: 5px;
  overflow: hidden;
}
.support .part1 .list .lis .item .img .relImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-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;
}
.support .part1 .list .lis .item .img .dates {
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  width: 76px;
  height: 67px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  overflow: hidden;
}
.support .part1 .list .lis .item .img .dates .d1 {
  font-size: 24px;
  color: #333333;
  line-height: 1;
  margin-top: 14px;
}
.support .part1 .list .lis .item .img .dates .d2 {
  font-size: 14px;
  color: #333333;
  line-height: 1;
}
.support .part1 .list .lis .item .text {
  padding-top: 27px;
}
.support .part1 .list .lis .item .text .t1 {
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  margin-bottom: 9px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.support .part1 .list .lis .item .text .t2 {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.support .part1 .list .lis .item .line {
  width: 0;
  height: 4px;
  background-color: #63C9CB;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.support .part1 .list .lis .item:hover .line {
  width: 100%;
}
.support .part1 .list .lis .item:hover .text .t1 {
  color: #63C9CB;
}
.support .part1 .list .lis .item:hover .img .relImg {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.support .part1 .list .more {
  margin-top: 64px;
}
.support .part2 {
  padding-top: 70px;
  background-color: #fff;
}
.support .part2 .box .tab {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.support .part2 .box .tab .text {
  font-size: 20px;
  color: #666666;
  margin: 0 25px;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  -moz-transition: color 0.5s;
  transition: color 0.5s;
  cursor: pointer;
}
.support .part2 .box .tab .text.cur {
  font-weight: bold;
  color: #e6222a;
}
.support .part2 .box .tab .text:hover {
  color: #e6222a;
}
.support .part2 .box .contents {
  /*padding-top: 56px;*/
}
.support .part2 .box .contents .lis {
  display: none;
  padding-bottom: 88px;
}
.support .part2 .box .contents .lis.cur {
  display: block;
}
.support .part2 .box .contents .videos .item {
  width: 48.7%;
  float: left;
  height: 384px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.support .part2 .box .contents .videos .item:last-child {
  float: right;
}
.support .part2 .box .contents .videos .item .relImg {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-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;
}
.support .part2 .box .contents .videos .item .text {
  font-size: 20px;
  color: #ffffff;
  line-height: 1;
  position: absolute;
  bottom: 16px;
  left: 0;
  width: 100%;
  padding-left: 20px;
  font-weight: bold;
}
.support .part2 .box .contents .videos .item .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 93px;
  height: 93px;
  background: url(../images/p47.png) center no-repeat;
  -o-background-size: contain;
  background-size: contain;
}
.support .part2 .box .contents .videos .item:hover .relImg {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.support .part2 .box .contents .downLoad .item {
  width: 31%;
  float: left;
  padding: 42px 35px 0;
  -moz-box-sizing: border-box;
  height: 204px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  border-radius: 5px;
  margin-right: 3.5%;
  overflow: hidden;
  position: relative;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.support .part2 .box .contents .downLoad .item:last-child {
  margin-right: 0;
}
.support .part2 .box .contents .downLoad .item .text {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  line-height: 32px;
  height: 64px;
}
.support .part2 .box .contents .downLoad .item .icon {
  height: 41px;
  background: url(../images/p48.png) center left no-repeat;
  -o-background-size: contain;
  background-size: contain;
  margin-top: 20px;
}
.support .part2 .box .contents .downLoad .item .bgIcon {
  width: 202px;
  height: 202px;
  position: absolute;
  bottom: -24px;
  right: -70px;
  background: url(../images/p49.png) center no-repeat;
}
.support .part2 .box .contents .downLoad .item:hover {
  margin-top: -10px;
}
.support .part3 {
  background-color: #f9f9f9;
  padding-top: 62px;
  padding-bottom: 104px;
  background: url(../images/p51.jpg) center no-repeat;
  -o-background-size: cover;
  background-size: cover;
}
.support .part3 .contents {
  padding: 60px 4.7% 70px;
  background-color: #fff;
  border-radius: 5px;
}
.support .part3 .contents .lis {
  float: left;
  width: 43.64%;
  margin-bottom: 45px;
}
.support .part3 .contents .lis:nth-child(2n) {
  float: right;
}
.support .part3 .contents .lis .item {
  font-size: 20px;
  color: #333333;
  line-height: 80px;
  height: 80px;
  display: block;
  border-bottom: 1px solid #d1d1d1;
  background: url(../images/p50.png) 95% center no-repeat;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.support .part3 .contents .lis .item:hover {
  color: #63C9CB;
  border-color: #63C9CB;
  background-image: url(../images/p50_s.png);
}
.client-support {
  padding-bottom: 88px;
}
.client-support .con {
  padding-top: 90px;
}
.client-support .box .item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
  padding-top: 40px;
  border-bottom: 1px solid #d1d1d1;
  position: relative;
}

.client-support .box .item .lines {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #cf121a;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.client-support .box .item .left {
  width: 30.3%;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 3.9%;
  height: 239px;
}
.client-support .box .item .left .relImg {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-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;
}
.client-support .box .item .right {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 16px;
}
.client-support .box .item .right .t1 {
  font-size: 18px;
  color: #999999;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 24px;
}
.client-support .box .item .right .t2 {
  font-size: 20px;
  color: #333333;
  line-height: 1;
  margin-bottom: 15px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.client-support .box .item .right .t3 {
  font-size: 16px;
  color: #666666;
  line-height: 26px;
}
.client-support .box .item .right .btn {
  font-size: 14px;
  color: #999999;
  text-transform: uppercase;
  width: 136px;
  height: 46px;
  line-height: 46px;
  border: 1px solid #cccccc;
  border-radius: 23px;
  text-align: center;
  margin-top: 34px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: relative;
  overflow: hidden;
}
.client-support .box .item .right .btn em {
  position: relative;
  z-index: 1;
  margin: 0;
  line-height: 40px;
  height: 40px;
}
.client-support .box .item .right .btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #63C9CB;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: width 0.6s, height 0.6s;
  -o-transition: width 0.6s, height 0.6s;
  -moz-transition: width 0.6s, height 0.6s;
  transition: width 0.6s, height 0.6s;
  z-index: 0;
}
.client-support .box .item .right .btn:hover span {
  width: 300px;
  height: 300px;
}
.client-support .box .item .right .btn:hover em {
  color: #ffffff;
}
.client-support .box .item:hover .lines {
  width: 100%;
}
.client-support .box .item:hover .left .relImg {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.client-support .box .item:hover .right .t2 {
  color: #63C9CB;
}
.client-support .page-items2 {
  margin-top: 86px;
}
.questions {
  padding-top: 130px;
  padding-bottom: 88px;
}
.questions .box {
  padding-bottom: 47px;
}
.questions .box .item {
  display: block;
  width: 100%;
  height: 177px;
  border: 1px solid #d1d1d1;
  padding: 0 3.5%;
  border-radius: 5px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.questions .box .item .left {
  width: 78.71%;
}
.questions .box .item .left .t1 {
  font-size: 20px;
  color: #333333;
  line-height: 1;
  margin-bottom: 20px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.questions .box .item .left .t2 {
  font-size: 16px;
  color: #666666;
  line-height: 26px;
}
.questions .box .item .right {
  font-size: 14px;
  color: #999999;
  width: 135px;
  height: 46px;
  line-height: 46px;
  border-radius: 23px;
  border: 1px solid #d8d8d8;
  text-align: center;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  text-transform: uppercase;
}
.questions .box .item:hover {
  border-color: #63C9CB;
}
.questions .box .item:hover .left .t1 {
  color: #63C9CB;
}
.questions .box .item:hover .right {
  background-color: #63C9CB;
  border-color: #63C9CB;
  color: #fff;
}
.about {
  padding-top: 150px;
}
.about .ab-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99;
  display: none;
}
.about .ab-mask .ab-panel {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 80vh;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff url(../images/p98.png) center bottom no-repeat;
  background-size: 100% auto;
}
.about .ab-mask .ab-panel .con {
  padding: 52px 90px 0;
}
.about .ab-mask .ab-panel .con .tit {
  font-size: 44px;
  color: #333333;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 32px;
  border-bottom: 1px solid #dfdfdf;
}
.about .ab-mask .ab-panel .con .inner {
  margin-top: 32px;
  height: 50vh;
  overflow-y: auto;
}
.about .ab-mask .ab-panel .con .inner .t1 {
  font-size: 16px;
  color: #666666;
  line-height: 36px;
}
.about .ab-mask .ab-panel .con .inner .t2 {
  font-size: 18px;
  color: #666666;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 8px;
}
.about .ab-mask .ab-panel .con .inner::-webkit-scrollbar {
  width: 4px;
  background-color: #ccc;
}
.about .ab-mask .ab-panel .con .inner::-webkit-scrollbar-thumb {
  background-color: #63C9CB;
}
.about .ab-mask .ab-panel .con .clo {
  width: 60px;
  height: 60px;
  background: url(../images/icon/i40.png) center no-repeat;
  -o-background-size: contain;
  background-size: contain;
  margin: 30px auto;
  cursor: pointer;
}
.about .title {
  margin-bottom: 72px;
}
.about .title .text {
  font-size: 36px;
  color: #333333;
  text-align: center;
  line-height: 1;
  margin-bottom: 39px;
  text-transform: uppercase;
  font-weight: bold;
}
.about .title .line {
  width: 29px;
  height: 5px;
  background-color: #63C9CB;
  margin: 0 auto;
}
.about .page1 {
  padding-bottom: 104px;
}
.about .page1 .left {
  width: 43.9%;
  float: left;
}
.about .page1 .left .tit {
  font-size: 36px;
  color: #333333;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 48px;
}
.about .page1 .left .tit .line {
  width: 5px;
  height: 30px;
  background-color: #63C9CB;
  float: left;
  margin-right: 20px;
}
.about .page1 .left .t1 {
  font-size: 26px;
  color: #333333;
  line-height: 1;
  margin-bottom: 20px;
}
.about .page1 .left .t2 {
  font-size: 16px;
  color: #666666;
  line-height: 36px;
  margin-bottom: 28px;
}
.about .page1 .more {
  width: 135px;
  font-size: 14px;
  height: 46px;
  line-height: 46px;
  margin-left: 0;
  margin-top: 78px;
}
.about .page1 .right {
  float: right;
  width: 50.92%;
  padding-top: 36px;
  padding-bottom: 84px;
  position: relative;
}
.about .page1 .right .box1 {
  width: 593px;
  height: 616px;
  float: right;
  position: relative;
  z-index: 1;
}
.about .page1 .right .box1 .relImg {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.about .page1 .right .box1 .play {
  width: 106px;
  height: 106px;
  background: url(../images/p47.png) center no-repeat;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.about .page1 .right .box1 .video {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
}
.about .page1 .right .box2 {
  width: 597px;
  height: 392px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.about .page2 {
  background-color: #f9f9f9;
  padding-top: 90px;
  padding-bottom: 90px;
}
.about .page2 .box .tab {
  text-align: center;
  margin-bottom: 58px;
}
.about .page2 .box .tab .text {
  font-size: 20px;
  color: #666666;
  display: inline-block;
  margin: 0 27px;
  cursor: pointer;
}
.about .page2 .box .tab .text.cur {
  color: #e6222a;
  font-weight: bold;
}
.about .page2 .box .tab .text:hover {
  color: #e6222a;
}
.about .page2 .box .tabCon .list {
  display: none;
}
.about .page2 .box .tabCon .list.cur {
  display: block;
}
.about .page2 .box .tabCon .list .inner {
  padding-bottom: 86px;
}
.about .page2 .box .tabCon .list .item {
  display: block;
  width: 32%;
  float: left;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-right: 2%;
  position: relative;
}
.about .page2 .box .tabCon .list .item .line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #e6222a;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.about .page2 .box .tabCon .list .item:last-child {
  margin-right: 0;
}
.about .page2 .box .tabCon .list .item .img {
  width: 100%;
  height: 272px;
  overflow: hidden;
}
.about .page2 .box .tabCon .list .item .img .relImg {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-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;
}
.about .page2 .box .tabCon .list .item .text {
  padding: 33px 26px 44px;
}
.about .page2 .box .tabCon .list .item .text .t1 {
  font-size: 16px;
  color: #63C9CB;
  margin-bottom: 14px;
  font-weight: bold;
}
.about .page2 .box .tabCon .list .item .text .t2 {
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  height: 60px;
  font-weight: bold;
  margin-bottom: 15px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.about .page2 .box .tabCon .list .item .text .t3 {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  height: 48px;
}
.about .page2 .box .tabCon .list .item:hover .img .relImg {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.about .page2 .box .tabCon .list .item:hover .text .t2 {
  color: #63C9CB;
}
.about .page2 .box .tabCon .list .item:hover .line {
  width: 100%;
}
.about .page3 {
  background: url(../images/p56.jpg) center no-repeat;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 160px;
  height: 597px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.about .page3 .title .text {
  color: #fff;
}
.about .page3 .title .line {
  background-color: #fff;
}
.about .page3 .texts {
  font-size: 18px;
  color: #fefefe;
  line-height: 28px;
  text-align: center;
  padding: 0 30px;
}
.about .page4 {
  padding-top: 80px;
  padding-bottom: 90px;
}
.about .page4 .box .item {
  float: left;
  width: 15.85%;
  position: relative;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  height: 450px;
  margin-right: 10px;
  overflow: hidden;
}
.about .page4 .box .item:nth-last-child(1) {
  margin-right: 0;
}
.about .page4 .box .item img {
  display: block;
  height: 100%;
}
.about .page4 .box .item .miniImg {
  height: 100%;
}
.about .page4 .box .item .bigImg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 591px;
  z-index: -1;
  overflow: hidden;
  -webkit-transition: zIndex 0 0;
  -o-transition: zIndex 0 0;
  -moz-transition: zIndex 0 0;
  transition: zIndex 0 0;
  -webkit-transition: width 0.3s 0.5s;
  -o-transition: width 0.3s 0.5s;
  -moz-transition: width 0.3s 0.5s;
  transition: width 0.3s 0.5s;
}
.about .page4 .box .item .bigImg img {
  height: 100%;
  width: auto;
  display: block;
}
.about .page4 .box .item:hover,
.about .page4 .box .item.on {
  width: 49.28%;
}
.about .page4 .box .item:hover > .miniImg,
.about .page4 .box .item.on > .miniImg {
  visibility: hidden;
}
.about .page4 .box .item:hover > .bigImg,
.about .page4 .box .item.on > .bigImg {
  z-index: 2;
}
.about .page5 {
  background-color: #f9f9f9;
  padding-top: 80px;
  padding-bottom: 104px;
}
.about .page5 .box {
  position: relative;
}
.about .page5 .box .swiper-container {
  padding-top: 15px;
}
.about .page5 .box .swiper-button-next,
.about .page5 .box .swiper-button-prev {
  width: 64px;
  height: 64px;
  background-color: #fff;
  border-radius: 50%;
  top: 40%;
  bottom: auto;
  outline: none;
}
.about .page5 .box .swiper-button-next:after,
.about .page5 .box .swiper-button-prev:after {
  content: ' ';
}
.about .page5 .box .swiper-button-next {
  background: #fff url(../images/p11.png) center no-repeat;
  right: 6.2%;
  left: auto;
}
.about .page5 .box .swiper-button-next:hover {
  background: #63C9CB url(../images/p11_s.png) center no-repeat;
}
.about .page5 .box .swiper-button-prev {
  background: #fff url(../images/p10.png) center no-repeat;
  left: 6.2%;
  right: auto;
}
.about .page5 .box .swiper-button-prev:hover {
  background: #63C9CB url(../images/p10_s.png) center no-repeat;
}
.about .page5 .box .item {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.about .page5 .box .item .img {
  width: 100%;
  height: 455px;
  margin-bottom: 36px;
  border-radius: 5px;
  overflow: hidden;
}
.about .page5 .box .item .img .relImg {
  display: block;
  width: 100%;
  height: 100%;
}
.about .page5 .box .item .t1 {
  font-size: 26px;
  color: #63C9CB;
  line-height: 1;
  margin-bottom: 12px;
}
.about .page5 .box .item .t2 {
  font-size: 16px;
  color: #333333;
  line-height: 26px;
  height: 52px;
}
.about .page5 .box .item:hover {
  margin-top: -10px;
}
.about .mask2 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
  display: none;
}
.about .mask2 .panel2 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
.about .mask2 .panel2 .w1400 {
  background-color: #fff;
  padding: 55px 58px;
  box-sizing: border-box;
}
.about .mask2 .panel2 .w1400 .img {
  width: 30.9%;
  float: left;
  border-radius: 5px;
  overflow: hidden;
}
.about .mask2 .panel2 .w1400 .img img {
  display: block;
  width: 100%;
}
.about .mask2 .panel2 .w1400 .text {
  float: right;
  width: 64%;
  padding-top: 50px;
}
.about .mask2 .panel2 .w1400 .text .t1 {
  font-size: 26px;
  color: #63C9CB;
  line-height: 1;
  margin-bottom: 14px;
}
.about .mask2 .panel2 .w1400 .text .t2 {
  font-size: 16px;
  color: #333333;
  line-height: 26px;
}
.about .mask2 .panel2 .close {
  height: 62px;
  width: 62px;
  margin: 50px auto 0;
  background: url(../images/p99.png) center no-repeat;
  cursor: pointer;
}
.about .page6 {
  padding-top: 120px;
  background-color: #fff;
  position: relative;
}
.about .page6 .bg{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 320px;
    background-color: #fafafa;
}
.about .page6 .box {
  position: relative;
  padding-bottom: 190px;
}
.about .page6 .box .arrow {
  position: absolute;
  bottom: 73px;
  text-align: center;
  width: 100%;
}
.about .page6 .box .arrow .swiper-button-next,
.about .page6 .box .arrow .swiper-button-prev {
  width: 64px;
  height: 64px;
  background-color: #fff;
  border-radius: 50%;
  top: auto;
  bottom: 0;
  outline: none;
  display: inline-block;
  position: static;

  margin: 0 16px;
}
.about .page6 .box .arrow .swiper-button-next:after,
.about .page6 .box .arrow .swiper-button-prev:after {
  content: ' ';
}
.about .page6 .box .arrow .swiper-button-next {
  background: #fff url(../images/p11.png) center no-repeat;
  right: 6.2%;
  left: auto;
}
.about .page6 .box .arrow .swiper-button-next:hover {
  background: #63C9CB url(../images/p11_s.png) center no-repeat;
}
.about .page6 .box .arrow .swiper-button-prev {
  background: #fff url(../images/p10.png) center no-repeat;
  left: 6.2%;
  right: auto;
}
.about .page6 .box .arrow .swiper-button-prev:hover {
  background: #63C9CB url(../images/p10_s.png) center no-repeat;
}
.about .page6 .box .swiper-slide {
  padding-top: 54px;
  width: 350px;
  height: 457px;
  overflow: hidden;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  cursor: pointer;
}
.about .page6 .box .swiper-slide .img {
  width: 348px;
  height: 343px;
  position: relative;
}
.about .page6 .box .swiper-slide .img img{
  padding: 0 75px 46px;
  box-sizing: border-box;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.about .page6 .box .swiper-slide .text {
  padding: 0 23px;
  line-height: 58px;
  height: 58px;
  border-top: 1px solid #ebebeb;
}
.about .page6 .box .swiper-slide .text .t1 {
  font-size: 20px;
  color: #333333;
  width: 85%;
  float: left;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.about .page6 .box .swiper-slide .text .icon {
  width: 17px;
  height: 100%;
  background: url(../images/p63.png) center no-repeat;
  -o-background-size: contain;
  background-size: contain;
  float: right;
}
.about .page6 .box .swiper-slide:hover .text .t1 {
  color: #63C9CB;
}
.about .page6 .box .swiper-slide:hover .text .icon {
  background-image: url(../images/p63_s.png);
}
.about .page7 {
  padding-top: 90px;
  padding-bottom: 140px;
}
.about .page7 .box {
  position: relative;
}
.about .page7 .box .swiper-pagination {
  width: 100%;
  bottom: -36px;
}
.about .page7 .box .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #d1d1d1;
  margin: 0 8px;
  opacity: 1;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  outline: none;
}
.about .page7 .box .swiper-pagination-bullet-active {
  width: 27px;
  background-color: #63C9CB;
}
.about .page7 .box .item {
  float: left;
  width: 19%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  height: 5.3vw;
  position: relative;
  border-radius: 5px;
  margin-right: 1.2%;
  margin-bottom: 24px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  overflow: hidden;
  /*height: ;*/
}
.about .page7 .box .item:nth-child(5n) {
  margin-right: 0;
}
.about .page7 .box .item .img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  width: 100%;
  z-index: -1;
}
.about .page7 .box .item .gray {
  opacity: 1;
}
.about .page7 .box .item .colors {
  opacity: 0;
}
.about .page7 .box .item:hover {
  border-color: #63C9CB;
}
.about .page7 .box .item:hover .gray {
  opacity: 0;
}
.about .page7 .box .item:hover .colors {
  opacity: 1;
}
.about .mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99;
  display: none;
}
.about .mask .panel {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 80%;
}
.about .mask .panel .img{
    width: 100%;
    max-height: 68vh;
}
.about .mask .panel img{
    display: block;
    max-width: 100%;
    max-height: 68vh;
    margin: 0 auto;
}
.about .mask .panel .close {
  position: absolute;
  top: -30px;
  right: -30px;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  background: url(../images/p97.png) center no-repeat;
  background-size: contain;
  text-indent: 999em;
  overflow: hidden;
}
.about .mask .panel .text {
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}
.news {
  padding-top: 122px;
}
.news .page1 .box {
  margin-bottom: 40px;
}
.news .page1 .box .item {
  display: block;
  float: left;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-left: 2%;
  border-radius: 5px;
  overflow: hidden;
  height: 559px;
}
.news .page1 .box .item:first-child {
  margin-left: 0;
}
.news .page1 .box .item .relImg {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-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;
}
.news .page1 .box .item:hover .relImg {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.news .page1 .box .box-top {
  margin-bottom: 40px;
}
.news .page1 .box .bigItem {
  width: 66%;
}
.news .page1 .box .bigItem .text {
  padding: 0 2.8%;
  position: absolute;
  left: 0;
  bottom: 56px;
  width: 100%;
}
.news .page1 .box .bigItem .text .t1 {
  font-size: 24px;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 26px;
}
.news .page1 .box .bigItem .text .t2 {
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
}
.news .page1 .box .smallItem {
  width: 32%;
}
.news .page1 .box .smallItem .img {
  width: 100%;
  overflow: hidden;
  height: 272px;
}
.news .page1 .box .smallItem .img .relImg {
  width: 100%;
  height: 100%;
}
.news .page1 .box .smallItem .text {
  padding: 0 7.8%;
  padding-top: 36px;
}
.news .page1 .box .smallItem .text .t1 {
  font-size: 18px;
  color: #63C9CB;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 2%;
}
.news .page1 .box .smallItem .text .t2 {
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  margin-bottom: 6px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  height: 60px;
}
.news .page1 .box .smallItem .text .t3 {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  height: 48px;
}
.news .page1 .box .smallItem .text .more {
  font-size: 14px;
  color: #999999;
  width: 134px;
  height: 46px;
  line-height: 46px;
  border-radius: 23px;
  border: 1px solid #d0c8c8;
  text-transform: uppercase;
  margin-left: 0;
  margin-top: 26px;
}
.news .page1 .box .smallItem:hover .text .t2 {
  color: #63C9CB;
}
.news .page1 .page-items2 {
  margin-top: 80px;
  margin-bottom: 82px;
}
.news-detail {
  padding-top: 100px;
}
.news-detail .top {
  background-color: #fff;
  position: static;
  height: 112px;
  top: 0;
}
.news-detail .top .bread {
  height: 112px;
  line-height: 112px;
  float: left;
}
.news-detail .top .bread .text {
  color: #999999;
  height: 100%;
  line-height: 112px;
}
.news-detail .top .bread .icon1 {
  height: 100%;
  background-image: url(../images/icon/i33.png);
}
.news-detail .top .bread .icon2 {
  height: 100%;
  background-image: url(../images/icon/i34.png);
}
.news-detail .top .backs {
  font-size: 18px;
  color: #999999;
  height: 112px;
  line-height: 112px;
  float: right;
  padding-left: 24px;
  background: url(../images/p93.png) center left no-repeat;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.news-detail .top .backs:hover {
  color: #63C9CB;
  background-image: url(../images/p93_s.png);
}
.news-detail .page1 {
  background-color: #f6f6f6;
  padding-top: 68px;
}
.news-detail .page1 .w1400 {
  padding: 0 80px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news-detail .page1 .detailsTitle h1 {
  font-size: 40px;
  color: #333;
  font-weight: bold;
}
.news-detail .page1 .detailsTitle {
  padding-bottom: 30px;
}
.news-detail .page1 .dateImg {
  width: 18px;
}
.news-detail .page1 .dateItem {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #999;
}
.news-detail .page1 .specifiDate {
  margin-left: 10px;
  color: #999999;
  font-size: 18px;
}
.news-detail .page1 .detailsTitle .item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
  width: 100%;
}
.news-detail .page1 .detailsTitle .font {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-detail .page1 .font i {
  width: 17px;
  height: 100%;
  border-right: 1px solid #c6c6c7;
  padding: 0 14px;
  cursor: pointer;
}
.news-detail .page1 .font .big {
  background: url(../images/icon/i36.png) center no-repeat;
}
.news-detail .page1 .font .cen {
  background: url(../images/icon/i37.png) center no-repeat;
}
.news-detail .page1 .font .small {
  background: url(../images/icon/i38.png) center no-repeat;
}
.news-detail .page1 .font .big.curr {
  background: url(../images/icon/i36_s.png) center no-repeat;
}
.news-detail .page1 .font .cen.curr {
  background: url(../images/icon/i37_s.png) center no-repeat;
}
.news-detail .page1 .font .small.curr {
  background: url(../images/icon/i38_s.png) center no-repeat;
}
.news-detail .page1 .font .share {
  margin-left: 15px;
  width: 17px;
  height: 19px;
  background: url("../images/icon/i39.png") center no-repeat;
  cursor: pointer;
}
.news-detail .page1 .newsImg {
  width: 70%;
  margin: 0 auto;
  margin-top: 30px;
}
.news-detail .page1 .newsContent {
  border-top: 1px solid #ccc;
  text-align: justify;
  line-height: 35px;
  color: #333333;
  font-size: 16px;
}
.news-detail .page1 .newsContent {
  zoom: 1;
}
.news-detail .page1 .newsContent:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}
.news-detail .page1 .newsContent b {
  font-weight: 700;
}
.news-detail .page1 .newsContent b,
.news-detail .page1 .newsContent em,
.news-detail .page1 .newsContent i,
.news-detail .page1 .newsContent span,
.news-detail .page1 .newsContent a {
  display: inline-block;
}
.news-detail .page1 .newsContent img {
  margin: 0 auto;
  max-width: 800px !important;
  height: auto !important;
}
.news-detail .page1 .newsContent video {
  margin: 0 auto;
  max-width: 800px !important;
  height: auto !important;
}
.news-detail .page1 .newsContent table td {
  border: #ddd 1px solid;
}
.news-detail .page1 .newsContent p {
  margin-top: 34px;
  text-indent: 2em;
  font-size: 18px;
  line-height: 36px;
}
.news-detail .page1 .arrowLeft {
  background: url("../images/p52.png") no-repeat;
  width: 9px;
  height: 17px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.news-detail .page1 .disabled .arrowLeft {
  background: url("../images/p53.png") no-repeat;
  width: 9px;
  height: 17px;
}
.news-detail .page1 .arrowRight {
  background: url("../images/p53.png") no-repeat;
  width: 9px;
  height: 17px;
  margin-left: 15px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.news-detail .page1 .disabled .arrowRight {
  background: url("../images/p53.png") no-repeat;
  width: 9px;
  height: 17px;
  margin-left: 15px;
}
.news-detail .page1 .itemParam {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
}
.news-detail .page1 .paging {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #ccc;
  line-height: 122px;
  margin-top: 50px;
  width: 100%;
}
.news-detail .page1 .pagMain {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.news-detail .page1 .pagMain:hover {
  color: #63C9CB;
}
.news-detail .page1 .pagMain:hover .arrowLeft {
  background-image: url("../images/p52_s.png");
}
.news-detail .page1 .pagMain:hover .arrowRight {
  background-image: url("../images/p53_s.png");
}
.news-detail .page1 .last {
  margin-left: 15px;
  font-size: 16px;
  text-transform: uppercase;
}
.news-detail .page1 .nextPage {
  margin-right: 15px;
  font-size: 16px;
  text-transform: uppercase;
}
.news-detail .page1 .disabled .last {
  color: #333;
  text-transform: uppercase;
}
.news-detail .page1 .disabled .nextPage {
  color: #333;
}
.news-detail .page1 .newsLine {
  width: 5px;
  height: 35px;
  background: #0b4da2;
}
.news-detail .page1 .lineBox {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-detail .page2 {
  padding-top: 66px;
}
.news-detail .page2 .title {
  padding-left: 26px;
  position: relative;
}
.news-detail .page2 .title .t1 {
  font-size: 36px;
  color: #333333;
  text-transform: uppercase;
  line-height: 1;
  font-weight: bold;
}
.news-detail .page2 .title .line {
  width: 5px;
  height: 29px;
  background-color: #63C9CB;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -14.5px;
}
.news-detail .page2 .box {
  padding-top: 46px;
  padding-bottom: 86px;
}
.news-detail .page2 .box .item {
  display: block;
  width: 32%;
  height: 560px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  float: left;
  margin-left: 1.2%;
}
.news-detail .page2 .box .item:first-child {
  margin-left: 0;
}
.news-detail .page2 .box .item .img {
  height: 272px;
  overflow: hidden;
}
.news-detail .page2 .box .item .img .relImg {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-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;
}
.news-detail .page2 .box .item .text {
  padding: 38px 35px 0;
}
.news-detail .page2 .box .item .text .t1 {
  font-size: 18px;
  color: #63C9CB;
  line-height: 1;
  margin-bottom: 16px;
  font-weight: bold;
}
.news-detail .page2 .box .item .text .t2 {
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  height: 60px;
  font-weight: bold;
  margin-bottom: 6px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.news-detail .page2 .box .item .text .t3 {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  height: 48px;
}
.news-detail .page2 .box .item .text .more {
  font-size: 14px;
  color: #999999;
  text-transform: uppercase;
  width: 135px;
  height: 46px;
  border-radius: 23px;
  line-height: 46px;
  border-color: #999999;
  margin-left: 0;
  margin-top: 24px;
}
.news-detail .page2 .box .item:hover .img .relImg {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.news-detail .page2 .box .item:hover .text .t2 {
  color: #63C9CB;
}
.contactUs .page1 {
  padding-top: 80px;
  padding-bottom: 54px;
}
.contactUs .page1 .item {
  width: 31.333333333333%;
  height: 268px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  padding: 30px 6.2%;
  float: left;
  margin: 0 1%;
  background-position: right bottom;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: relative;
}

.zp22{ margin-left:-1%; margin-right:-1%;}

.contactUs .page1 .item .img {
  position: absolute;
  top: 30px;
  left: 50%;
  width: 80px;
  height: 80px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.contactUs .page1 .item .img img {
  display: block;
  width: 100%;
}
.contactUs .page1 .item .icon {
  width: 73px;
  height: 73px;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 22px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.contactUs .page1 .item .icon1 {
  width: 73px;
  height: 73px;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 22px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.contactUs .page1 .item .icon2 {
  width: 73px;
  height: 73px;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 22px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.contactUs .page1 .item .t1 {
  font-size: 24px;
  color: #63C9CB;
  line-height: 1;
  margin-bottom: 20px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.contactUs .page1 .item .t2 {
  font-size: 18px;
  color: #545454;
  line-height: 1.6;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.contactUs .page1 .icon {
  background: #63C9CB url(../images/p70.png) center no-repeat;
}
.contactUs .page1 .icon1 {
  background: #63C9CB url(../images/p71.png) center no-repeat;
}
.contactUs .page1 .icon2 {
  background: #63C9CB url(../images/p72.png) center no-repeat;
}
.contactUs .page1 .item:hover {
  background: #63C9CB url(../images/p73.png) right bottom no-repeat;
}
.contactUs .page1 .item:hover .img {
  opacity: 1;
}
.contactUs .page1 .item:hover .t1,
.contactUs .page1 .item:hover .t2 {
  color: #fff;
}
.contactUs .page1 .item:hover .icon {
  background: #fff url(../images/p70_s.png) center no-repeat;
}
.contactUs .page1 .item:hover .icon1 {
  background: #fff url(../images/p71_s.png) center no-repeat;
}
.contactUs .page1 .item:hover .icon2 {
  background: #fff url(../images/p72_s.png) center no-repeat;
}
.contactUs .page2 {
  padding-bottom: 80px;
}
.contactUs .page2 .mapImg {
  height: 618px;
  position: relative;
}
.contactUs .page2 .mapImg #allmap {
  width: 100%;
  height: 100%;
}
.contactUs .page2 .mapImg .info {
  height: 166px;
  position: absolute;
  top: 118px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.contactUs .page2 .mapImg .info::after {
  content: '';
  background: url(../images/p76.png) center no-repeat;
  width: 23px;
  height: 13px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.contactUs .page2 .mapImg .info .left {
  width: 177px;
}
.contactUs .page2 .mapImg .info .right {
  width: 460px;
  background-color: #fff;
  padding-left: 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 36px;
}
.contactUs .page2 .mapImg .info .right .tit {
  font-size: 22px;
  color: #63C9CB;
  font-weight: bold;
  margin-bottom: 10px;
}
.contactUs .page2 .mapImg .info .right .text {
  font-size: 18px;
  color: #666666;
  line-height: 30px;
  padding-left: 33px;
  background: url(../images/p75.png) left 4px no-repeat;
}
.contactUs .page3 {
  padding-top: 70px;
  background-color: #fbfbfb;
  padding-bottom: 80px;
}
.contactUs .page3 .title {
  margin-bottom: 60px;
}
.contactUs .page3 .title .text {
  font-size: 36px;
  color: #333333;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.contactUs .page3 .title .line {
  width: 29px;
  height: 5px;
  background-color: #63C9CB;
  margin: 0 auto;
}
.contactUs .page3 .box .item {
  margin-bottom: 40px;
  margin-left: -1%;
  margin-right: -1%;
}
.contactUs .page3 .box .item .lis {
  width: 48%;
  float: left;
  margin: 0 1%;
}
.contactUs .page3 .box .item .lis .t1 {
  font-size: 20px;
  color: #4e4e4e;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 15px;
}
.contactUs .page3 .box .item .lis .input {
  width: 100%;
  height: 70px;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  padding-left: 65px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  color: #999999;
  background-color: #fff;
}
.contactUs .page3 .box .item2 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contactUs .page3 .box .item2 .f {
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.contactUs .page3 .box .item2 .f .inp {
  width: 138px;
  height: 50px;
  border: 0;
  border-right: 1px solid #d8d8d8;
  padding-left: 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contactUs .page3 .box .item2 .f .img {
  width: 92px;
  height: 50px;
}
.contactUs .page3 .box .item2 .f .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.contactUs .page3 .box .item2 .cli {
  font-size: 16px;
  color: #333333;
  line-height: 50px;
  margin-left: 19px;
  cursor: pointer;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.contactUs .page3 .box .item2 .cli:hover {
  color: #63C9CB;
}
.contactUs .page3 .box .item2 .btn {
  font-size: 16px;
  color: #ffffff;
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #63C9CB;
  border-radius: 5px;
  cursor: pointer;
  border: 0;
  text-transform: uppercase;
}
.contactUs .page3 .box .item3 {

  width: 100%;
}
.contactUs .page3 .box .item3 .lis {
  width: 100%;
}
.contactUs .page3 .box .item3 .lis .textarea {
  display: block;
  width: 100%;
  border: 1px solid #d8d8d8;
  height: 120px;
  border-radius: 5px;
  padding: 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  font-size: 16px;
  color: #999999;
}
.application {
  padding-top: 150px;
  padding-bottom: 70px;
}
.application .con .item {
  display: block;
  width: 32.1%;
  border-radius: 5px;
  float: left;
  margin-right: 1.7%;
  margin-bottom: 37px;
}
.application .con .item:nth-child(3n) {
  margin-right: 0;
}
.application .con .item .img {
  width: 100%;
  height: 274px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
}
.application .con .item .img .relImg {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition-duration: 0.5s;
}
.application .con .item .text {
  font-size: 24px;
  color: #333333;
  line-height: 72px;
  height: 72px;
  padding: 0 30px;
  box-sizing: border-box;
  font-weight: bold;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: url(../images/p96.png) 95% center no-repeat;
  transition-duration: 0.5s;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
}
.application .con .item:hover .img .relImg {
  transform: scale(1.08);
}
.application .con .item:hover .text {
  color: #63C9CB;
  background-image: url(../images/p96_s.png);
}
.search-con {
  background: #fff;
  padding-top: 90px;
  padding-bottom: 85px;
  min-height: 400px;
}
.search-con .input-box {
  width: 100%;
  height: 70px;
  border-bottom: 1px solid #63C9CB;
  padding: 20px 0;
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.search-con .input-box .input {
  width: 90%;
  height: 100%;
  font-size: 18px;
  border: 0;
}
.search-con .input-box .icon-search {
  position: absolute;
  width: 25px;
  height: 70px;
  background: url(../images/icon/i41.png) no-repeat center;
  -o-background-size: contain;
  background-size: contain;
  top: 0;
  right: 20px;
  cursor: pointer;
  border: 0;
}
.search-con .search-result {
  font-size: 16px;
  color: #333333;
  margin-top: 35px;
}
.search-con .search-result span {
  display: inline-block;
  color: #63C9CB;
}
.search-con .tab-list {
  margin-top: 35px;
}
.search-con .tab-list .list-item {
  float: left;
  position: relative;
  padding: 2px 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  color: #333333;
  cursor: pointer;
}
.search-con .tab-list .list-item.act {
  color: #63C9CB;
}
.search-con .tab-list .list-item:nth-last-child(1)::before {
  display: none;
}
.search-con .tab-list .list-item::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  border-right: 1px solid #b5b5b5;
  top: 0;
  right: 0;
}
.search-con .data-list {
  margin-bottom: 116px;
}
.search-con .data-list .list-item {
  margin-top: 70px;
}
.search-con .data-list .list-item a {
  display: block;
}
.search-con .data-list .list-item a .title {
  text-align: left;
  font-size: 24px;
  color: #333333;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.search-con .data-list .list-item a .title i {
  font-weight: normal;
}
.search-con .data-list .list-item a .type-time {
  font-size: 16px;
  color: #b5b5b5;
  margin-top: 10px;
}
.search-con .data-list .list-item a .type-time span {
  display: inline-block;
}
.search-con .data-list .list-item a .type-time .type {
  margin-left: 20px;
}
.search-con .data-list .list-item a .details {
  margin-top: 10px;
  font-size: 16px;
  color: #666666;
  line-height: 1.6;
}
.search-con .data-list .list-item a:hover .title {
  color: #63C9CB;
}
.search-con .more {
  display: block;
  margin: 60px auto 0;
}
.sBanner.active .imgs {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}

.map-box {
	width: 100%;
	height: 500px;
	position: relative;
}

.map-box img {
	max-width: 1000%;
}

.map-box .allmap {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.map-box .anchorBL {
	display: none;
}

.srv-wrap{padding: 40px;background:#fff;}

.srv-top{
padding-bottom: 16px;text-align: left;font-size: 24px;font-weight: 700;line-height: 1.4;color: #2b2b2b;border-bottom:1px solid #dedede;
}

.srvStgy-top{width: 100%;text-align: left;line-height: 1.8;font-size: 15px;margin: 25px auto 0;color: #424242;}

.srvStgy-top p{margin-bottom: 10px;}

.n_content_left_erweima{width: 100%;height: auto;overflow: hidden;margin-top: 20px;}
.n_content_left_erweima p{width: 100%;height: 62px;line-height: 62px;font-size: 14px;color: #6d6d6d;margin-top: 12px;margin-bottom: 0;}
.n_content_left_erweima img{}

.code_box22{width: 110px;float: left;margin-right: 20px;text-align: center;line-height: 2;font-size: 14px;}


@media (max-width: 1024px) {

.contactUs .page1 {
  padding-top: 40px;
  padding-bottom: 30px;
}	

.contactUs .page1 .item {
  width: 98%;
  height: auto;
  margin-bottom:15px;
}

.contactUs .page3 .box .item .lis {
  width: 98%;
  margin-bottom:25px;
}

.contactUs .page3 .box .item {
  margin-bottom: 0;
}

.contactUs .page3 .title .text {
  font-size: 22px;
  margin-bottom: 15px;
}
.contactUs .page3 .title .line {
  height: 3px;
}
.contactUs .page3 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.contactUs .page2 {
  padding-bottom: 40px;
}
.map-box {
	height: 250px;
}
.contactUs .page1 .item .t1 {
  font-size: 18px;
  font-weight:700;
  margin-bottom: 15px;
}
.contactUs .page1 .item .t2 {
  font-size: 16px;
  line-height: 1.6;
}

.contactUs .page3 .box .item .lis .t1 {
  font-size: 16px;
}


.contactUs .page3 .box .item .lis .input {
  height: 55px;
  font-size: 14px;
}

.contactUs .page3 .title {
  margin-bottom: 25px;
}

.srv-wrap{padding: 20px;}

.srv-top{
font-size: 20px;
}

.srvStgy-top{font-size: 14px;margin: 20px auto 0;}

	
	}