/*
*网站全局/CSS重置表
*http://www.lvyou114.com     2014-1-14
*小菜
*/
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre,
form, fieldset, legend, button, input, textarea,
th, td {
    margin: 0;
    padding: 0;
}
html body {
    font-family: "微软雅黑";
    position: relative;
}
input::-ms-clear{display: none;}
input::-ms-reveal{display: none;}
/*设置默认字体*/
h1,h2,h3,h4,h5,h6{font-weight: 400;}
h1{font-size: 24px;}
h2{font-size: 18px;}
h3{font-size: 16px;}
h4{font-size: 14px;}
h5{font-size: 12px;}
h6 {font-size: 10px;}
address, cite, dfn, em, var, i { font-style: normal; }
code, kbd, pre, samp { font-family: courier new, courier, monospace; }
small { font-size: 12px; }
/*重置列表元素*/
ul, ol { list-style: none; }
/*重置文本格式元素*/
a,
a:hover { text-decoration: none; }
a{color: #555;outline:none;-moz-outline:none;}
a:hover{color: #f60;}
a img{display: block;}
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
/*重置表单元素*/
legend { color: #000; } /* for ie6 */
fieldset, img { border: 0; }
button, input, select, textarea { font-size: 100%; outline: none;}
/*重置表格元素*/
table { border-collapse: collapse; border-spacing: 0; }
/* 重置 HTML5 元素 */
article, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section,
summary, time, mark, audio, video {
    display: block;
    margin: 0;
    padding: 0;
}
mark { background: #ff0; }
/*全局*/
.fl{float: left!important;}
.fr{float: right!important;}
.s{font-weight: 400;}
.b{font-weight: 700;}
.b0{border: 0!important;}
/*字体大小*/
.f12{font-size: 12px!important;}
.f14{font-size: 14px!important;}
.f16{font-size: 16px!important;}
.f18{font-size: 18px!important;}
.f20{font-size: 20px!important;}
.f24{font-size: 24px!important;}
.f30{font-size: 30px!important;}
.f36{font-size: 36px!important;}
.f42{font-size: 42px!important;}
/*颜色*/
.f50{color: #f50!important;}
.f80{color: #f80!important;}
.c5{color: #555!important;}
.c8{color: #888!important;}
/*间距*/
.m0{margin: 0!important}
.mt0{margin-top: 0!important}
.mt10{margin-top: 10px!important}
.mt20{margin-top: 20px!important}
.mt30{margin-top: 30px!important}
.mt40{margin-top: 40px!important}
.ml0{margin-left: 0!important}
.ml10{margin-left: 10px!important}
.mr20{margin-right: 20px!important}
.p0{padding: 0!important}
.pt0{padding-top: 0!important}
.pl0{padding-left: 0!important}

/*字体图标*/
@font-face {font-family: 'iconfont';
    src: url('/libs/iconfont/iconfont.eot'); 
    src: url('/libs/iconfont/iconfont.eot?#iefix') format('embedded-opentype'), 
    url('/libs/iconfont/iconfont.woff') format('woff'), 
    url('/libs/iconfont/iconfont.ttf') format('truetype'),
    url('/libs/iconfont/iconfont.svg#svgFontName') format('svg'); 
}
.iconfont{font-family:"iconfont";font-size:16px;}
.clear{clear:both}
.clear:after{
  content: "020"; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;  
 }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  a{background-color:transparent;}
}
.none {
  display: none;
}
body {
  min-width: 1200px;
}
.hidden {
  overflow-y: hidden;
}
/* 轮播 */
.headPortrait{
  width: 100%;
  /* 防止点击时禁止选中图片 */
  -webkit-user-select: none; 
  -moz-user-select: none;    
  -khtml-user-select: none;  
  -ms-user-select: none;    
  /* 以下两个属性目前并未支持，写在这里为了减少风险 */
  -o-user-select: none;
  user-select: none;  
}
 .hgroup .swiper-w {
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 520px;
}
 .hgroup .swiper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  height: 520px;
}
 .hgroup .swiper-o {
  width: 100%;
  position: absolute;
}
 .hgroup .swiper-row {
  width: 100%;
  float: left;
  position: absolute;
  height: 520px;
  background: #fff;
  left: 100%;
}
.hgroup .swiper-row:first-child {
  left: 0;
}
.hgroup .swiper-row .headPortrait{
  display: inline-block;
}
 .hgroup .swiper-row .banner-f {
  position: absolute;
  height: 520px;
  background: url(../img/index/banner.png) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid: DXImageTransform.Microsoft.AlphaImageLoader( src='../img/index/banner.png', sizingMethod='scale');
  -ms-filter: progid: DXImageTransform.Microsoft.AlphaImageLoader( src='../img/index/banner.png', sizingMethod='scale');
}
.hgroup .swiper-row .banner-t {
  position: absolute;
  height: 520px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid: DXImageTransform.Microsoft.AlphaImageLoader( src='../img/index/banner2.png', sizingMethod='scale');
  -ms-filter: progid: DXImageTransform.Microsoft.AlphaImageLoader( src='../img/index/banner2.png', sizingMethod='scale');
}
 .hgroup .swiper-left {
  position: absolute;
  width: 46px;
  height: 56px;
  top: 250px;
  left: 20px;
  cursor: pointer;
  background: url(../img/index/left.png) no-repeat;
  z-index:999;
}
.hgroup .swiper-right {
  position: absolute;
  top: 250px;
  right: 20px;
  cursor: pointer;
  background: url(../img/index/right.png) no-repeat;
  width: 46px;
  height: 56px;
  z-index:999;
}
.hgroup .swiper-row a{
  width: 100%;
  height: 100%;
  display: block;
}
.swiper-row-text{
  position: absolute;
  top:50%;
  left:50%;
  margin-left: -300px;
}
.swiper-row-text div{
  width: 337px;
  height: 44px;
  background:#f8ef64;
  color:#ff532c;
  font-size:20px;
  line-height: 44px;
  text-align: center;
  
}
.swiper-row-text p{
  color:#fff;
}
/* article {
  width: 100%;
  height: 520px;
  background: url(../img/index/banner.png) center no-repeat;
  background-size: cover;
  position: relative;
}
article a {
  width: 192px;
  height: 55px;
  display: block;
  border-radius: 50px;
  position: absolute;
  top: 333px;
  left: 50%;
  margin-left: -96px;
} */
.wx_code{
  width: 192px;
  height: 258px;
  position: fixed;
  bottom: 0px;
  right: 0;
  z-index: 9;
}
section {
  width: 100%;
  background: #ffffff;
  padding-top: 60px;
  margin-bottom: 73px;
}
hgroup {
  width: 100%;
  background: #f4f4f4;
  padding-top: 60px;
  padding-bottom: 30px;
}
section h3 {
  font-size: 40px;
  color: #191919;
  text-align: center;
  margin-bottom: 10px;
}
section p {
  font-size: 16px;
  color: #777777;
  text-align: center;
  margin-bottom: 50px;
}
section ul {
  /* overflow: hidden; */
  margin-bottom: 27px;
  font-size: 0;
}
section ul + ul{
  /* overflow: hidden; */
  margin-top: 45px;
}
section ul li {
  width: 220px;
  height: 250px;
  /* background: #f6f6f6; */
  /* padding-top: 50px; */
  /* float: left; */
  display: inline-block;
  margin-left: 25px;
  position: relative;
  box-sizing: border-box;
}
section ul li .showCompare{
  display: block;
  position: absolute;
  left: 50%;
  bottom: 9px;
  width: 66px;
	height: 20px;
	border-radius: 10px;
	border: solid 1px #f6f6f6;
  outline: none;
  margin-left: -39px;
  line-height: 20px;
  text-align: center;
  color: #fc5f52;
  font-size: 12px;
  cursor: pointer;
}
section ul li .showCompare:hover{
  border-color: #fb6252;
}
section ul li a{
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #f6f6f6;
  padding-top: 50px;
  box-sizing: border-box;
}
section ul li a:hover{
  top: -10px;
}
section ul li a:hover >button{
  display: block;
}

section ul li:first-child{
  margin: 0;
}
section ul li i {
  display: block;
  margin: 0 auto 14px;
}
section ul li .title{
  font-size: 18px;
  color: #333333;
  text-align: center;
  margin-bottom: 10px;
}
section ul li .description {
  font-size: 14px;
  color: #999;
  text-align: center;
  margin-bottom: 25px;
}
section ul li span {
  display: block;
  font-size: 13px;
  color: #999999;
  text-align: center
}
section .seeAll {
  width: 146px;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  display: block;
  font-size: 13px;
  color: #fc5f52;
  border: 1px solid #fc5f52;
  border-radius: 30px;
  text-align: center;
  margin-top: 55px;
}
section .seeAll:hover {
  background: #fc6053;
  color: #fff;
}
section .seeAll:active {
  background: #f04d3f;
  color: #fff;
}
/* 加入会员产品介绍界面*/
.joinVip{
  width: 100%;
  height: 620px;
}
.joinVip .joinVip-panel{
  margin: 0 auto;
  width: 1200px;
  overflow: hidden;
  height: 100%;
}
.joinVip .img-content{
  width: 50%;
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
}
.joinVip .text-content{
  margin-top:224px;
  width: 50%;
}
.joinVip .text-content *{
  margin-left: 125px;
}
.joinVip .text-content .title{
  width: 160px;
	font-family: MicrosoftYaHei;
	font-size: 40px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
}
.joinVip .text-content .text{
  margin-top: 5px;
	font-family: MicrosoftYaHei;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #666666;
}
.joinVip .text-content a{
  margin-top: 25px;
  display: block;
  width: 140px;
	height: 44px;
	border-radius: 22px;
  border: solid 1px #fc6053;
  color: #fc6053;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
}
.joinVip .text-content a:hover{
  background: #fc6053;
  color: #fff;
}
.bgimg-right{
  background-color: #f7f7f7;
}
.bgimg-right .text-content{
  float: left;
}
.bgimg-left{
  background-color: #fff;
}
.bgimg-left .text-content{
  float: right;
}
.img-1{
  background-image: url(../img/index/bg_1.png);
}
.img-2{
  background-image: url(../img/index/bg_2.png);
}
.img-3{
  background-image: url(../img/index/bg_3.png);
}

.VipUserFeedback {
  width: 100%;
  height: 583px;
  padding-top: 70px;
}
.VipUserFeedback-panel{
  width: 1051px;
  margin: 0 auto;
}
.VipUserFeedback-panel .title{
  font-size: 40px;
  color: #000000;
  text-align: center;
  margin-bottom: 5px;
  padding-top: 2px;
}
.VipUserFeedback-panel .content{
  margin-top: 80px;
}
.VipUserFeedback-panel .content .userFeedbackInfo{
  position: relative;
  float: left;
  height: 334px;
  width: 333px;
  margin-right: 26px;
  border-radius: 4px;
  box-shadow: 0px 2px 8px 0px 
    rgba(3, 0, 0, 0.15);
    border: 1px solid #ddd\0;
    width: 331px\0;
}
.VipUserFeedback-panel .content .userFeedbackInfo .userImg{
  width: 70px;
  height: 70px;
  margin: -35px auto 0;
}
.userImg-1{
  background-image: url(../img/index/user_img1.png);
}
.userImg-2{
  background-image: url(../img/index/user_img2.png);
}
.userImg-3{
  background-image: url(../img/index/user_img3.png);
}
.VipUserFeedback-panel .content .userFeedbackInfo .userName{
  text-align: center;
  font-size: 16px;
  color: #333333;
  margin-top: 50px;
  margin-bottom: 25px;
}
.VipUserFeedback-panel .content .userFeedbackInfo .line{
  overflow: hidden;
}
.VipUserFeedback-panel .content .userFeedbackInfo .line i{
  display: block;
  margin-top: 9px;
  float: left;
  height: 1px;
  width: 100px;
  background-color: #ddd;
  margin-left: 15px;
  margin-right: 15px;
}
.VipUserFeedback-panel .content .userFeedbackInfo .line span{
  float: left;
  margin: 0px 10px;
  color: #999;
  font-size: 12px;
}
.VipUserFeedback-panel .content .userFeedbackInfo .star{
  margin-top:25px;
  color: #f0b97e;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
}
.VipUserFeedback-panel .content .userFeedbackInfo .star i{
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../img/index/star.png);
  margin-top: 1px;
}

.VipUserFeedback-panel .content .userFeedbackInfo .star span{
  vertical-align: top;
}
.VipUserFeedback-panel .content .userFeedbackInfo .text{
  margin-top: 22px;
  width: 261px;
  font-size: 16px;
  color: #333;
  margin: 20px auto;
  line-height: 25px;
}
hgroup h3 {
  font-size: 40px;
  color: #000000;
  text-align: center;
  margin-bottom: 5px;
  padding-top: 2px;
}
hgroup p {
  font-size: 16px;
  color: #777777;
  text-align: center;
  margin-bottom: 52px;
}
hgroup .hgroup-b {
  margin-left: 220px;
  margin-bottom: 16px;
  position: relative;
}
hgroup .hgroup-b label {
  font-size: 16px;
  color: #555555;
  float: left;
  margin-top: 8px;
}
hgroup .hgroup-b input {
  width: 655px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #fff;
  padding-left: 15px;
  outline: none;
  float: left;
}
hgroup .hgroup-b .border-err {
  border: 1px solid #fc6053;
}
hgroup .hgroup-b input:-ms-input-placeholder {
  color: #bbbbbb;
  font-size: 13px;
}

hgroup .hgroup-b input::-webkit-input-placeholder{
  color: #bbbbbb;
  font-size: 13px;
}
hgroup .hgroup-b input:focus,
hgroup .hgroup-b textarea:focus {
  border: 1px solid #ddd;
}
hgroup .hgroup-b textarea {
  width: 640px;
  height: 240px;
  resize:none;
  border: 1px solid #fff;
  outline: none;
  padding: 5px 15px;
  resize: none;
  overflow: auto;
}
hgroup .hgroup-b .err
,hgroup .hgroup-b .please {
  font-size: 13px;
  color: #fe4e40;
  position: absolute;
  top:38px;
  left: 80px;
}
hgroup button {
  color: #fff;
  font-size: 15px;
  width: 123px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  outline: none;
  border: none;
  border-radius: 5px;
  background: #fc5f52;
  margin: 0px 0 0 300px;
  cursor: pointer;
  margin-bottom: 53px;
  float: left;
}
hgroup button:hover {
  background: #ff776a;
}
hgroup button:active {
  background: #f04d3f;
}
hgroup .state {
  float: left;
  font-size: 13px;
  color: #333;
  margin: 12px 0 0 23px;
}
.layer {
  width: 1035px;
  height: 683px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -518px;
  margin-top: -342px;
  z-index: 999
}

.layer .close {
  display: block;
  position: absolute;
  right: -28px;
  top: -28px;
  cursor: pointer
}

.mask {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.effectEdit,
.effectConvert{
  font-size: 0;
}
.effectEdit img,
.effectConvert img{
  max-width: 100%;
}
.join{
  padding-top: 36px;
  text-align: center;
}
.join a {
  display: inline-block;
  width: 156px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  border: 2px solid #fff;
  color: #fff;
  background-image: linear-gradient(0deg, 
		#fc6053 0%, 
		#ff8278 100%), 
	linear-gradient(
		#fc6053, 
		#fc6053);
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}
.join a:hover{
  background: #FC6053;
}
.layer .icon-close-scope{
  width: 30px;
  height: 30px;
  background: url(../img/index/close-scoped.png);
  display: block;
  position: absolute;
  right: 0;
  top: -45px;
  cursor: pointer;
}
.layer .icon-close-scope:hover{
  background: url(../img/index/close-scoped-active.png);
}