* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}
html,
body {
  width: 100%;
  min-height: 100%;
  background-image:url(/yy/bg.png);

  overflow-x: hidden;
  overflow-y: auto;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
img {
  border: 0;
  max-width: 100%;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
a:hover,
a:active,
a:visited,
a:link {
  text-decoration: none;
  cursor: pointer;
}
.section {
  width: 100%;
}
.section-1200 {
  width: 1200px;
  margin: 0 auto;
}
.overhide {
  overflow: hidden;
}
.has-next {
  position: relative;
}
.has-next::after {
  content: '';
  display: block;
  width: 100%;
  height: 32px;

  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  left: 0;
  bottom: -15px;
  z-index: 1;
}
.has-next.next-1::after {

}
.has-line {
  background-image: url(/yy/line.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}
.text-center {
  text-align: center;
}
.text-mark {
  color: #e60012;
}
.f-l {
  float: left;
}
.f-r {
  float: right;
}



#carousle {
  width: 100%;
  height: 400px;
}


#carouslea {
  width: 100%;
  height: 495px;
}






#carousle .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#carousle .swiper-button-prev,
#carousle .swiper-button-next {
  height: 68px;
  width: 68px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
#carousle .swiper-button-prev:hover,
#carousle .swiper-button-next:hover {
  opacity: 0.8;
}
#carousle .swiper-button-prev {
  left: 100px;
  background-image: url(/yy/carousle-prev.png);
}
#carousle .swiper-button-next {
  right: 100px;
  background-image: url(/yy/carousle-next.png);
}
.fz12 {
  font-size: 12px;
}
.fz14 {
  font-size: 14px;
}
.fz16 {
  font-size: 16px;
}
.fz18 {
  font-size: 18px;
}
.fz20 {
  font-size: 20px;
}
.fz22 {
  font-size: 22px;
}
.fz24 {
  font-size: 24px;
}
.fz26 {
  font-size: 26px;
}
.fz28 {
  font-size: 28px;
}
.fz30 {
  font-size: 30px;
}
.fz32 {
  font-size: 32px;
}
.fz34 {
  font-size: 34px;
}
.fz36 {
  font-size: 36px;
}
.fz38 {
  font-size: 38px;
}
.fz40 {
  font-size: 40px;
}
.fz42 {
  font-size: 42px;
}
.fz44 {
  font-size: 44px;
}
.fz46 {
  font-size: 46px;
}
.fz48 {
  font-size: 48px;
}
.page-header {
  width: 100%;
  margin: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.page-header .section.header {
  height: 35px;
  overflow: hidden;
  background-color: #312f38;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #a7a7a7;
  font-size: 14px;
}
.page-header .section.header .info--text {
  line-height: 35px;
  float: left;
}
.page-header .section.header .info--user {
  line-height: 48px;
  float: right;
  font-size: 13px;
}
.page-header .section.header .info--user .header-btn {
  padding-left: 32px;
  display: inline-block;
  padding-right: 10px;
}
.page-header .section.header .info--user .header-btn.provider,
.page-header .section.header .info--user .header-btn.login,
.page-header .section.header .info--user .header-btn.register {
  background-position: 10px center;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.page-header .section.header .info--user .header-btn.provider {
  background-image: url(../images/icon/provider.png);
  margin-right: 20px;
}
.page-header .section.header .info--user .header-btn.login,
.page-header .section.header .info--user .header-btn.register {
  background-color: #cd3c40;
  background-image: url(../images/icon/user.png);
  height: 28px;
  line-height: 28px;
  border-radius: 14px;
  color: #ffffff;
}
.page-header .section.nav {
  height: 87px;
  position: relative;
  background-color: #ffffff;
}
.page-header .section.nav .logo {
  float: left;
  margin-top: 10px;
}
.page-header .section.nav .logo a {
  display: block;
}
.page-header .section.nav .logo a img {
  display: block;
}
.page-header .section.nav .nav--wrapper {
  float: right;
}
.page-header .section.nav .nav--wrapper .nav--item {
  padding: 0 30px;
  height: 100%;
  list-style: none;
  float: left;
  cursor: pointer;
}
.page-header .section.nav .nav--wrapper .nav--item > p {
  height: 87px;
  overflow: hidden;
}
.page-header .section.nav .nav--wrapper .nav--item > p > a {
  line-height: 87px;
  text-decoration: none;
  color: #666666;
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  font-size:16px;
   
  
}
.page-header .section.nav .nav--wrapper .nav--item > p > a:after {
  content: attr(title);
  display: block;
}
.page-header .section.nav .nav--wrapper .nav--item .sub-navs {
  width: 100%;
  overflow: hidden;
  visibility: hidden;
  background-color: #ffffff;
  border-top: 2px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  max-height: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 87px;
  left: 0;
  z-index: 9;
}
.page-header .section.nav .nav--wrapper .nav--item .sub-navs .sub-navs--item {
  width: 22%;
  margin: 8px 2.65% 8px 0;
  float: left;
}
.page-header .section.nav .nav--wrapper .nav--item .sub-navs .sub-navs--item > a {
  text-decoration: none;
}


.page-header .section.nav .nav--wrapper .nav--item .sub-navs .sub-navs--item > a .slogan-img {
  width: 238px;
  margin-top: 5px;
  padding-top: 5px;
}


.page-header .section.nav .nav--wrapper .nav--item .sub-navs .sub-navs--item > a .slogan-img img {
	
  width: 100%;
}




.page-header .section.nav .nav--wrapper .nav--item .sub-navs .sub-navs--item > a .slogan-imgzj {
  width: 38px;
  margin-top: 0px;
  padding-top: 20px;
  float:left;
  vertical-align:middle;
   height: 68px;
}


.page-header .section.nav .nav--wrapper .nav--item .sub-navs .sub-navs--item > a .slogan-imgzj img {
	
  width: 100%;
}




.page-header .section.nav .nav--wrapper .nav--item .sub-navs .sub-navs--item > a .slogan-txt {
  margin-left: 3px;
  float: left;
  width: 170px;
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  margin-top: 14px;
  letter-spacing: 1px;
}




.page-header .section.nav .nav--wrapper .nav--item .sub-navs .sub-navs--item > a .slogan {
  width: 240px;
  height: 60px;
  overflow: hidden;
  padding: 0 5px;
  line-height: 20px;
  font-size: 12px;
  color: #b1b1b1;
  letter-spacing: 0.5px;
}


.page-header .section.nav .nav--wrapper .nav--item .sub-navs .sub-navs--item > a .sloganzj {
  width: 100px;
  height: 68px;
  overflow: hidden;
  padding: 0 0px;
  line-height: 68px;
  font-size: 16px;
  letter-spacing: 0.5px;

}








.page-header .section.nav .nav--wrapper .nav--item:hover > p > a {
  color: #d53235;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-header .section.nav .nav--wrapper .nav--item:hover .sub-navs {
  visibility: visible;
  max-height: 500px;
}
.appointment {
  height: 170px;
  padding-top: 16px;


}
.appointment p {
  margin-top: 25px;
  overflow: hidden;
  height: 52px;
  line-height: 52px;
  color: #212121;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
}
.appointment a {
  clear: both;
  margin: 0 auto;
  margin-top: 10px;
  display: block;
  width: 216px;
  height: 42px;
  line-height: 42px;
  color: #fff;
  border: 1px solid #fff;
  font-size: 18px;
  border-radius: 20px;
  text-align:center;

  text-indent: 0px;
  background-color:#e40213;

}
.form--wrapper {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
}
.form--wrapper .panel {
  width: 550px;
  height: 600px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  border-radius: 6px;
  overflow: hidden;
  border: none;
}
.form--wrapper .panel header {
  color: #fff;
  background-color: #e40213;
  text-align: center;
  padding: 0 80px 0 20px;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  overflow: hidden;
  border-radius: 2px 2px 0 0;
  position: relative;
}
.form--wrapper .panel header i.close {
  position: absolute;
  top: 12px;
  right: 15px;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  font-size: 12px;
  cursor: pointer;
  background: url(/yy/icons.png) no-repeat;
  background-position: 1px -40px;
}
.form--wrapper .panel header i.close:hover {
  opacity: 0.7;
}
.form--wrapper .panel .form-body {
  background-color: #ffffff;
  height: 358px;
}
.form--wrapper .panel .form-body iframe {
  width: 100%;
  height: 100%;
}
.page-footer {
  background: #091924;
  padding-top: 4.58vw;
}
.page-footer .section {
  width: 92%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.page-footer .section .main {
  position: relative;
  text-align: center;
  font-size: 0px;
  padding-left: 4.5vw;
}
.page-footer .section .main .left {
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 4vw;
  background: url(../images/icon/tel.png) left top no-repeat;
  background-size: 2.6vw auto;
  text-align: left;
}
.page-footer .section .main .left .item .h3 {
  font-size: 18px;
  color: #fff;
}
.page-footer .section .main .left .item p {
  font-family: 'DIN';
  font-size: 32px;
  color: #108cee;
  font-weight: bold;
}
.page-footer .section .main .left .item:nth-of-type(1) {
  margin-bottom: 30px;
}
.page-footer .section .main .center {
  display: inline-block;
  padding: 0 7.8vw;
  text-align: left;
  border-left: 1px solid #3a4750;
  border-right: 1px solid #3a4750;
}
.page-footer .section .main .center .item {
  display: inline-block;
  vertical-align: top;
  margin-right: 4vw;
}

.page-footer .section .main .center .item .h3 {
  font-size: 18px;
  color: #fff;
}


.page-footer .section .main .center .item .a_block {
  margin-top: 30px;
}
.page-footer .section .main .center .item .a_block a {
  display: block;
  font-size: 14px;
  color: #c7c7c7;
  margin-bottom: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  text-decoration: none;
}
.page-footer .section .main .center .item .a_block a:after {
  content: '';
  width: 0;
  height: 1px;
  background: #108cee;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.page-footer .section .main .center .item .a_block a:hover {
  color: #108cee;
}
.page-footer .section .main .center .item .a_block a:hover:after {
  width: 60px;
}
.page-footer .section .main .right {
  position: absolute;
  top: 20px;
  right: 0;
  width: 170px;
  text-align: left;
  font-size: 0;
}
.page-footer .section .main .right .box {
  width: 40px;
  height: 30px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.page-footer .section .main .right .box:nth-of-type(1) .hover {
  width: 170px;
  position: relative;
}
.page-footer .section .main .right .box:nth-of-type(1) .hover .tab_c {
  width: 140px;
}
.page-footer .section .main .right .box:nth-of-type(1) .hover .tab_c img {
  width: 140px;
  display: block;
}
.page-footer .section .main .right .box:nth-of-type(1) .hover .tab_c p {
  font-size: 14px;
  color: #c7c7c7;
  margin-top: 10px;
  line-height: 1;
  text-align:center;
}
.page-footer .section .main .right .box:nth-of-type(1) .hover .tab_t {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}
.page-footer .section .main .right .box:nth-of-type(1) .hover .tab_t span {
  display: block;
  width: 30px;
  height: 70px;
  line-height: 16px;
  font-size: 14px;
  color: #fff;
  padding: 10px 5px;
  text-align: center;
  background: #108cee;
  cursor: pointer;
}
.page-footer .section .main .right .box:nth-of-type(1) .hover .tab_t span.active {
  background: #fff;
  color: #108cee;
}
.page-footer .link_box {
  margin-top: 2.6vw;
  position: relative;
  padding-left: 120px;
  padding-bottom: 1.25vw;
  border-bottom: 1px solid #3a4750;
}
.page-footer .link_box .logo {
  position: absolute;
  left: 0;
  top: 0;
}
.page-footer .link_box .logo img {
  display: block;
  width: 118px;
}
.page-footer .link_box .link {
  font-size: 0;
}
.page-footer .link_box .link a {
  display: inline-block;
  vertical-align: top;
  margin: 5px 0 5px 2.6vw;
  font-size: 14px;
  color: #c7c7c7;
  line-height: 20px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-decoration: none;
}
.page-footer .link_box .link a:hover {
  color: #108cee;
}
.page-footer .copyright_box {
  padding: 1.25vw 0;
  font-size: 14px;
  color: #c7c7c7;
  overflow: hidden;
}
.page-footer .copyright_box p:nth-of-type(1) {
  float: left;
}
.page-footer .copyright_box p:nth-of-type(2) {
  float: right;
}
.page-footer .copyright_box p:nth-of-type(2) .spacing {
  margin-left: 20px;
}
.section--title {
  color: #666666;
  height: 83px;
  line-height: 83px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  color: #333333;
  font-size: 46px;
  text-align: center;
  font-weight: normal;
}
.section-title--desc {
  font-size: 18px;
  text-align: center;
  color: #666666;
  width: 100%;
}
.products--wrapper {
  margin: 0 auto;
  padding: 60px 0;
  height: 203px;
  overflow: hidden;
}
.products--wrapper .product--item {
  width: 170px;
  border-left: 1px solid #e8e8e8;
  list-style: none;
  float: left;
}
.products--wrapper .product--item:last-child {
  border-right: 1px solid #e8e8e8;
}
.products--wrapper .product--item > a {
  font-size: 16px;
  color: #5b5b5b;
  text-align: center;
  display: block;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
}
.products--wrapper .product--item > a img {
  width: 100%;
  margin-bottom: 10px;
}
.products--wrapper .product--item > a:hover {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  color: #000;
}


.yyhhi{
border: 1px solid #e0e0e0;width:1200px; height:520px; float:left;
border:2px solid;
border-color:#e0e0e0;
border-radius:10px;
-moz-border-radius:25px; /* Old Firefox */
 margin-top:15px;
}



.yycase{
border: 0px solid #e0e0e0;width:1200px; height:260px; float:left;
margin-top:25px; margin-bottom:10px;
}


.yycasekj{width:380px; float:left; height:260px;}


.yycasekj1{width:380px; float:left; height:260px; margin-left:30px;}

.yycase1{width:380px; float:left; height:260px;

border:0px solid;
border-color:#e0e0e0;
border-radius:15px;
-moz-border-radius:25px; /* Old Firefox */}


.yycase2{width:380px; height:80px; float:left;  background-color:#666; position:relative; top:-170px; z-index:1000;
filter: alpha(opacity=70);opacity: 0.7; color:#FFF;  font-size:18px; text-align:left; padding-left:10px; padding-right:10px; line-height:25px; padding-top:10px; font-weight:bold;
}






.yyhhileft{width:324px; height:516px; float:left; background-image:url(/yy/hhjbj.png);}

.yyzjleft{width:324px; height:516px; float:left; background-image:url(/yy/d00bd13147eb4f3bb48be827a77643e5.png);}


.yytcloudleft{width:324px; height:516px; float:left; background-image:url(/yy/5ade2dbdd5604137b90007edc85a4392.png);}


.yyhhileft1{width:324px; height:260px; float:left;}

.yyhhileft2{width:324px; float:left; text-align:center; height:70px; margin-top:80px;}


.yyhhileft3{width:284px; float:left; text-align:center; height:30px; line-height:30px; padding-left:20px; padding-right:20px;}




.yyhhileft4{width:324px; height:260px; float:left;}


.yyhhileft5{width:324px; float:left; text-align:center; height:70px; margin-top:30px;}

.yyhhileft6{width:324px; float:left; text-align:center; height:30px; line-height:30px;}

.yyhhiright{width:872px; height:516px; float:left;}

.yyhhirightjs{
	width: 290px;
	float: left;
	height: 258px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E0E0E0;
	border-bottom-color: #E0E0E0;
}


.yyhhirightjsa{
	width: 290px;
	float: left;
	height: 258px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E0E0E0;
}



.yyhhirightjs1-1{width:290px; float:left; height:90px; text-align:center; margin-top:30px;}

.yyhhirightjs1-2{width:290px; float:left; height:40px; text-align:center; margin-top:20px; font-size:24px;}


.yyhhirightjs1-3{width:270px; float:left; height:40px; text-align:center;  font-size:14px; padding-left:10px; padding-right:10px;}









.yyhhirightjs1{
	width: 292px;
	float: left;
	height: 258px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
}



.yyhhirightjs1a{
	width: 292px;
	float: left;
	height: 258px;
}









.do-for-you {
  padding: 30px 0;
  background-color: #f5f5f5;
}

.do-for-you .section-1200 {
  width: 1220px;
}


.yyvideo{width:234px; height:139px; float:left;}

.yyvideo1{width:234px; height:139px; float:left; margin-left:10px;}



.do-for-you .service {
  margin-top: 45px;
}
.do-for-you .service ul {
  text-align: center;
}
.do-for-you .service ul li.service--item {
  width: 280px;
  display: inline-block;
  cursor: pointer;
}
.do-for-you .service ul li.service--item i {
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  height: 98px;
  margin: 0 auto;
}
.do-for-you .service ul li.service--item h2 {
  font-weight: normal;
  font-size: 18px;
  color: #333333;
  margin-top: 2px;
  height: 52px;
  line-height: 52px;
  overflow: hidden;
}
.do-for-you .service ul li.service--item.item-1 i {
  background-image: url(/yy/service1.png);
}
.do-for-you .service ul li.service--item.item-2 i {
  background-image: url(/yy/service2.png);
}
.do-for-you .service ul li.service--item.item-3 i {
  background-image: url(/yy/service3.png);
}
.do-for-you .service ul li.service--item.item-4 i {
  background-image: url(/yy/service4.png);
}
.do-for-you .service ul li.service--item:hover h2 {
  color: #cd3437;
}
.do-for-you .service ul li.service--item[data-actived].service--item h2 {
  color: #cd3437;
}
.do-for-you .service ul li.service--item[data-actived].item-1 i {
  background-image: url(/yy/service1_active.png);
}
.do-for-you .service ul li.service--item[data-actived].item-2 i {
  background-image: url(/yy/service2_active.png);
}
.do-for-you .service ul li.service--item[data-actived].item-3 i {
  background-image: url(/yy/service3_active.png);
}
.do-for-you .service ul li.service--item[data-actived].item-4 i {
  background-image: url(/yy/service4_active.png);
}
.do-for-you .service-products ul {
  width: 100%;
  text-align: center;
  padding: 0 13px;
  padding-top: 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  height: 565px;
  display: none;
  font-size: 0;
}
.do-for-you .service-products ul li {
  display: inline-block;
  vertical-align: text-top;
  list-style: none;
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 13px 0 rgba(151, 151, 151, 0.28);
          box-shadow: 0 0 13px 0 rgba(151, 151, 151, 0.28);
  -webkit-transition: margin-top 0.1s linear;
  transition: margin-top 0.1s linear;
}
.do-for-you .service-products ul li .panel {
  width: 276px;
  height: 372px;
  -webkit-transition: all 0.3s linear, z-index 0s 0.12s;
  transition: all 0.3s linear, z-index 0s 0.12s;
}
.do-for-you .service-products ul li .panel .product-img {
  position: relative;
  text-align: center;
  height: 120px;
  width: 100%;
  margin-top: 0;
  -webkit-transition: margin-top 0.3s linear;
  transition: margin-top 0.3s linear;
}
.do-for-you .service-products ul li .panel .product-img::before,
.do-for-you .service-products ul li .panel .product-img::after {
  content: '';
  width: 86px;
  height: 86px;
  margin-top: 25px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -43px;
  background-size: contain;
}
.do-for-you .service-products ul li .panel .product-img::before {
  background-image: url(../images/icon/circle_1.png);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.do-for-you .service-products ul li .panel > h2 {
  font-size: 18px;
  color: #312f38;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 12px;
  padding-left: 28px;
  padding-right: 28px;
  display: inline-block;
  position: relative;
  margin-top: 19px;
  margin-bottom: 14px;
  line-height: 24px;
}
.do-for-you .service-products ul li .panel > h2::before {
  content: '';
  border-bottom: 1px dashed #ccc;
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 100%;
}
.do-for-you .service-products ul li .panel > h2 span {
  background-color: #ffffff;
  padding: 0 10px;
  position: relative;
}
.do-for-you .service-products ul li .panel .short-info {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  padding: 0 20px;
  width: 236px;
  line-height: 22px;
  height: 62px;
  margin: 0 auto;
  text-align: center;
}
.do-for-you .service-products ul li .panel .desc {
  padding-left: 18px;
  font-size: 12px;
  line-height: 22px;
  color: #666;
  padding-left: 40px;
  padding-right: 10px;
  text-align: left;
  height: 60px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 100%;
  overflow: hidden;
}
.do-for-you .service-products ul li .panel .desc .inner {
  width: 320px;
}
.do-for-you .service-products ul li .panel .desc .inner > label {
  padding-right: 9px;
  color: #f88081;
  margin-left: -17px;
}
.do-for-you .service-products ul li .panel a {
  clear: both;
  margin: 0 auto;
  display: block;
  width: 186px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  background: #cd3c41;
  font-size: 13px;
  border-radius: 20px;
  margin-top: 18px;
  -webkit-box-shadow: 0 3px 5px 0 rgba(205, 60, 65, 0.28);
          box-shadow: 0 3px 5px 0 rgba(205, 60, 65, 0.28);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}
.do-for-you .service-products ul li[data-actived] {
  -webkit-box-shadow: 0 0 20px 0 rgba(151, 151, 151, 0.28);
          box-shadow: 0 0 20px 0 rgba(151, 151, 151, 0.28);
  margin-top: -22px;
  position: relative;
  z-index: 1;
}
.do-for-you .service-products ul li[data-actived] .panel {
  width: 365px;
  height: 538px;
}
.do-for-you .service-products ul li[data-actived] .panel .product-img {
  margin-top: -60px;
}
.do-for-you .service-products ul li[data-actived] .panel .product-img::before {
  width: 120px;
  height: 120px;
  margin-left: -60px;
  margin-top: 0;
  background-image: url(../images/icon/circle_2.png);
}
.do-for-you .service-products ul li[data-actived] .panel .product-img::after {
  margin-top: 0;
  margin-top: 17px;
}
.do-for-you .service-products ul li[data-actived] .desc {
  margin-top: 15px;
  height: 218px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.do-for-you .service-products ul.products-1 .product-item-1 .product-img::after {
  background-image: url(../images/icon/T3.png);
}
.do-for-you .service-products ul.products-1 .product-item-2 .product-img::after {
  background-image: url(../images/icon/haokuaiji.png);
}
.do-for-you .service-products ul.products-1 .product-item-3 .product-img::after {
  background-image: url(../images/icon/T+Cloud.png);
}
.do-for-you .service-products ul.products-1 .product-item-4 .product-img::after {
  background-image: url(../images/icon/yidaigou.png);
}

.do-for-you .service-products ul.products-2 .product-item-1 .product-img::after {
  background-image: url(../images/icon/haoshengyi.png);
}
.do-for-you .service-products ul.products-2 .product-item-2 .product-img::after {
  background-image: url(../images/icon/T1Plus.png);
}
.do-for-you .service-products ul.products-2 .product-item-3 .product-img::after {
  background-image: url(../images/icon/TPlus.png);
}
.do-for-you .service-products ul.products-2 .product-item-4 .product-img::after {
  background-image: url(../images/icon/T6.png);
}
.do-for-you .service-products ul.products-3 .product-item-1 .product-img::after {
  background-image: url(../images/icon/T+Cloud.png);
}
.do-for-you .service-products ul.products-3 .product-item-2 .product-img::after {
  background-image: url(../images/icon/T1Plus.png);
}
.do-for-you .service-products ul.products-3 .product-item-3 .product-img::after {
  background-image: url(../images/icon/T6.png);
}
.do-for-you .service-products ul.products-3 .product-item-4 .product-img::after {
  background-image: url(../images/icon/gongzuoquan.png);
}
.do-for-you .service-products ul.products-4 .product-item-1 .product-img::after {
  background-image: url(../images/icon/changjiedai.png);
}


.resolve {
  padding: 2.5vw 0;
}


.resolve .comm_title {
  text-align: center;
}
.resolve .comm_title h3 {
  font-size: 40px;
  color: #000; font-weight:bold;
}


.resolve .comm_title span {
font-size:14px;
}




.resolve .tab_title {
  text-align: center;
  font-size: 0;
  margin-top: 30px;
}



/* tab_titlecase开始 */


.resolve .tab_titlecase {
  text-align:left;
  font-size: 0;
  margin-top: 30px;
}



.resolve .tab_titlecase span {
	
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: #4c4c4c;
  line-height: 38px;
  padding: 0 25px;
  margin: 0 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer;
  
  border:0px solid;
border-color:#DDD;
border-radius:25px;
  
}
.resolve .tab_titlecase span.new {
  position: relative;
}
.resolve .tab_titlecase span.new::after {
  content: '新';
  position: absolute;
  right: 5px;
  top: 5px;
  color: red;
  font-size: 14px;
  line-height: 1;
  -webkit-animation: fade 4s linear infinite;
          animation: fade 4s linear infinite;
}
.resolve .tab_titlecase span.active,
.resolve .tab_titlecase span:hover {
  background: #E40213;
  color: #fff;
  
}
.resolve .tab_titlecase span.active::after,
.resolve .tab_titlecase span:hover::after {
  display: none;
}


/* tab_titlecase结束 */



/* 圆角 */

.resolve .tab_title span {
	
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: #4c4c4c;
  line-height: 48px;
  padding: 0 40px;
  margin: 0 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer;
  
  border:0px solid;
border-color:#DDD;
border-radius:25px;
  
}









.resolve .tab_title span.new {
  position: relative;
}
.resolve .tab_title span.new::after {
  content: '新';
  position: absolute;
  right: 5px;
  top: 5px;
  color: red;
  font-size: 14px;
  line-height: 1;
  -webkit-animation: fade 4s linear infinite;
          animation: fade 4s linear infinite;
}
.resolve .tab_title span.active,
.resolve .tab_title span:hover {
  background: #E40213;
  color: #fff;
  
}
.resolve .tab_title span.active::after,
.resolve .tab_title span:hover::after {
  display: none;
}


/* 删除代码按钮正常显示 */
.resolve .tab_content {

}

/* 删除代码按钮结束显示 */

.resolve .tab_content .child {
  display: none;
}



.resolve .tab_content .item {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}


.resolve .tab_content .item a {
  text-decoration: none;
}
.resolve .tab_content .item .icon {
  height: 70px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 80px auto;
}









.resolve .tab_content .item h3 {
  font-size: 12px;
  color: #333;
  margin-top: 15px;
  text-transform: uppercase;
  font-weight: normal;
}




/* 免费试用按钮开始 */

.resolve .tab_content .item .indexmfsy {
 OVERFLOW: hidden; WIDTH: 118px; FLOAT: left; margin-left:25px;
}
.resolve .tab_content .item .indexmfsy UL {
	MARGIN-TOP: 0px;
}


.resolve .tab_content .item .indexmfsy UL LI {
	background-color: #fff;
	height: 33px;
	font-family: microsoft yahei;
	border: 1px solid #212121;
	
	border:1px solid;
border-color:#212121;
border-radius:25px;
-moz-border-radius:25px; /* Old Firefox */

}


.resolve .tab_content .item .indexmfsy UL LI:hover{

background-color:#000;font-family:microsoft yahei;

}


.resolve .tab_content .item .indexmfsy UL LI A {
 	DISPLAY: block; font-size:18px;  OVERFLOW: hidden; WIDTH:118px; COLOR: #000; LINE-HEIGHT: 33px; HEIGHT: 33px; TEXT-ALIGN: center; TEXT-DECORATION: none;font-family:microsoft yahei;
}


.resolve .tab_content .item .indexmfsy UL LI A:hover {
COLOR: #fff;font-family:microsoft yahei;font-size:18px;
}


/* 免费试用按钮结束 */




/* 立刻购买按钮开始 */

.resolve .tab_content .item .indexgoumai {
 OVERFLOW: hidden; WIDTH: 118px; FLOAT: left; margin-left:25px;
}
.resolve .tab_content .item .indexgoumai UL {
	MARGIN-TOP: 0px;
}


.resolve .tab_content .item .indexgoumai UL LI {
	background-color: #fff;
	height: 33px;
	font-family: microsoft yahei;
	border: 1px solid #E40213;
	
	border:1px solid;
border-color:#E40213;
border-radius:25px;
-moz-border-radius:25px; /* Old Firefox */

}


.resolve .tab_content .item .indexgoumai UL LI:hover{

background-color:#E40213;font-family:microsoft yahei;

}

.resolve .tab_content .item .indexgoumai UL LI A {
 	DISPLAY: block; font-size:18px;  OVERFLOW: hidden; WIDTH:118px; COLOR: #E40213; LINE-HEIGHT: 33px; HEIGHT: 33px; TEXT-ALIGN: center; TEXT-DECORATION: none;font-family:microsoft yahei;
}

.resolve .tab_content .item .indexgoumai UL LI A:hover {
COLOR: #fff;font-family:microsoft yahei;font-size:18px; 
}


/* 立刻购买按钮开始 */





.homeland {
  padding-top: 45px;
  background-color: #f5f5f5;
}
.homeland .list-wrapper {
  margin: 20px 0;
}
.homeland .list-wrapper .list--item {
  list-style: none;
  display: inline-block;
  margin-bottom: 15px;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 4px;
  text-align: left;
  -webkit-transition: all 1s;
  transition: all 1s;
  width: 49%;
}
.homeland .list-wrapper .list--item .i_six_b {
  background-color: #ffffff;
  border: 1px solid #e4e4e4;
  overflow: hidden;
  padding-top: 8px;
  padding-bottom: 7px;
  padding-left: 12px;
  padding-right: 14px;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-position: right bottom;
}
.homeland .list-wrapper .list--item .i_six_b .imgs {
  width: 77px;
  float: left;
  overflow: hidden;
  position: relative;
}
.homeland .list-wrapper .list--item .i_six_b .txts {
  width: calc(100% - 90px);
  float: right;
  overflow: hidden;
}
.homeland .list-wrapper .list--item .i_six_b .txts .h2 {
  font-weight: normal;
  font-size: 14px;
  color: #333333;
  height: 18px;
  line-height: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.homeland .list-wrapper .list--item .i_six_b .txts em {
  display: block;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  font-size: 12px;
  color: #666666;
}
.homeland .list-wrapper .list--item .i_six_b .txts p {
  line-height: 18px;
  font-size: 12px;
  color: #666666;
  height: 36px;
  overflow: hidden;
  letter-spacing: 1px;
}
.homeland .list-wrapper .list--item:hover {
  border: 2px solid #f25358;
}



.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
}
.dropdown:hover .dropdown-content {
  display: block;
}












