/************2018-01-05暖窝心理服务平台pc************/
/* 预设样式 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: inherit;
  /*vertical-align: baseline;*/
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block;
}


html {
  color: #333333;
  font-family: sans-serif;
  font-size: 14px;
  min-width: 1200px;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
}

button {
  /*font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", sans-serif;*/
}

h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
}
body {
  line-height: 1;
  min-width: 1200px;
  font-family: "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,PingFang SC,"Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-table;
}

/* - Hides from IE-mac - \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}
.fr{
  float:right;
}
/* - End hide from IE-mac - */

/* 样式组件 */
/* -float- */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fl {
  float: left;
}
.fr {
  float: right;
}
.inner {
  margin-left: auto;
  margin-right: auto;
  padding: 89px 0 90px 0;
  width: 1200px;
}

input, textarea {
  display: block;
  width: 100%;
  border: 1px solid #d2d2d2;
  padding: 0.6em;
  box-sizing: border-box !important;
  color: #333;
  font-size: 17px;
  line-height: 1.5em;
}

a {
  color: #333333;
  text-decoration: none;
}

a:hover {
  color: #ec5f61;
  cursor: pointer;
}

.m-center {
  margin-left: auto;
  margin-right: auto;
}
/*******页面样式*******/
body{
	background-color: #FFFFFF;
}
.inner-title{
	font-weight: normal;
	text-align: center;
	font-size: 40px;
}
.underline:after{
	content: '';
	height: 2px;
	width: 50px;
	margin: 28px auto 60px auto;
	background-color: #f84d6a;
	display: block;
}
.goConsult{
	display: block;
	margin: 63px auto 0 auto;
	width: 300px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 30px;
	color: white;
	-webkit-border-radius: 30px;
  -moz-border-radius: 30px;
	-ms-border-radius: 30px;
  -o-border-radius: 30px;
	border-radius: 30px;
	background-image: -webkit-linear-gradient(90deg, #ec5c61 0%, #ed9366 100%), -webkit-linear-gradient(#ec5f61, #ec5f61);
	background-image: -moz-linear-gradient(90deg, #ec5c61 0%, #ed9366 100%), -moz-linear-gradient(#ec5f61, #ec5f61);
	background-image: linear-gradient(90deg, #ec5c61 0%, #ed9366 100%), linear-gradient(#ec5f61, #ec5f61);
	background-image: url("../images/index_pc/button_bg.png") \9;
}


.top{
	margin: 0 auto;
	width: 1200px;
	height: 110px;
}
.top-logo{
	display: inline-block;
	margin: 29px 0;
	width: 356px;
	height: 52px;
	background: url("../images/index_pc/logo.png") center center;
	background-size: cover;
}
.top-nav-ul>li {
  position: relative;
  float: left;
  margin-left:40px;
  margin-left:40px\9;
  font-size: 16px;
  text-align: center;
}
.top-nav-ul>li>a {
  display: block;
  padding: 44px 0 11px;
  width: 100%;
  color: #333333;
}
.top-nav-ul>li.active>a,.top-nav-ul>li>a:hover{
  color: #ec5f61 !important;
  border-bottom: 2px solid #ec5f61;
}
.header .banner{
	display: inline-block;
	width: 100%;
	height: 400px;
	background: url("../images/index_pc/banner.jpg") center center;
	background-size: cover;
}
.home-list{
	text-align: center;
	font-size: 30px;
	line-height: 64px;
	color: #404040;
}
.home-list-ul>li{
	display: inline-block;
	float: left;
	width: 33.333%;
}
.home-list-circle{
	display: inline-block;
	width: 220px;
	height: 220px;
}
.home-list-ul a:hover .home-list-circle{
	transform: scale(1.2);
}
.guarantee-list-ul>li{
	display: inline-block;
	float: left;
	width: 33.333%;
}
.mt-58{
	margin-top: 58px;
}
.guarantee-list-ul>li>img{
	float: left;
	margin-right: 12px;
	width: 90px;
	height: 90px;
}
.guarantee-list-ul>li p{
	margin: 18px 0 6px 0;
	font-size: 30px;
	color: #323333;
}
.guarantee-list-ul>li span{
	font-size: 18px;
	color: #808080;
}
.course{
	width: 100%;
	height: 456px;
	background: url("../images/index_pc/course_bg.png") center center;
	background-size: cover;
}
.gethappy{
	position: relative;
}
.gethappy-list-ul>li{
	float: left;
	width: 33.3333%;
}
.gethappy-list-ul>li>span{
	float: left;
	margin-right: 20px;
	line-height: 60px;
	font-weight: bold;
	font-size: 80px;
}
.gethappy-list-ul>li:first-child{
	color: #ec5c61;
}
.gethappy-list-ul>li:first-child + li{
	color: #ed7863;
}
.gethappy-list-ul>li:first-child + li +li{
	color: #ed9366;
}
.gethappy-list-ul>li>div{
	float: left;
}
.gethappy-list-ul>li>div>p:first-child{
	margin: 0 0 12px;
	font-size: 32px;
	color: #323333;
}
.gethappy-list-ul>li>div>p:first-child + p{
	font-size: 18px;
	color: #999999;
}
.gethappy-arrow-ul{
	position: absolute;
	left: 0;
	bottom: 213px;
	width: 100%;
}
.gethappy-arrow-ul>li{
	display: inline-block;
	float: left;
	padding: 16.5px 0;
	text-align: right;
	width: 33.3333%;
}
.gethappy-arrow-ul>li>img{
	width: 70px;
	margin-right: 32.5px;
}
.home,.partners{
	background: #fafafa;
}
.partners-list{
	margin: 0 auto;
	width: 1100px;
	height: 390px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.04);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.04);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.04);
	-webkit-border-radius: 10px;
  -moz-border-radius: 10px;
	-ms-border-radius: 10px;
  -o-border-radius: 10px;
	border-radius: 10px;
}
.partners-list-ul{
	padding: 35px;
}
.partners-list-ul>li{
	float: left;
	margin: 22px 34px;
	text-align: center;
	width: 138px;
	font-size: 14px;
}
.partners-list-ul>li>a>p{
	margin-top: 10px;
}
.product-list{
	width: 100%;
	height: auto;
}
.producr-inner{
	width: 100%;
	background:#fff;
}
.pruduct-fix{
	display: flex;
	justify-content:center;
}
.product-img{
	width: 100px;
	margin-bottom: 10px;
}
.about{
	width: 100%;
	height: 610px;
	background: url("../images/index_pc/about_bg.png") no-repeat center;
	background-size: cover;
}
.about-item{
	float: left;
	width: 50%;
}
.about-item>p{
	padding-left: 35px;
	line-height: 36px;
	font-size: 18px;
}
.about-swiper-wrapper{
	width: 600px;
	height: 280px;
	overflow: hidden;
}
.about-swiper{
	margin-left: -350px;
	width: 1200px;
	height: 280px;
}
.swiper-slide,.swiper-slide>img{
	width: 490px;
	height: 280px;
}
.dynamic-title{
	margin-bottom: 25px;
}
.dynamic-title>h4{
	display: inline-block;
	float: left;
	line-height: 32px;
	font-size: 28px;
}
.icon-dynamic-arrow-next{
	display: inline-block;
	margin: 0 20px 0 35px;
	vertical-align: middle;
	width: 10px;
	height: 18px;
	background: url("../images/index_pc/arrow-next.png") no-repeat center;
	background-size: cover;
}
.dynamic-title-ul{
	display: inline-block;
	float: left;
	font-size: 0;
}
.dynamic-title-ul>li{
	display: inline-block;
	margin-right: 20px;
	height: 32px;
	font-size: 20px;
}
.dynamic-title-ul>li a{
	display: inline-block;
	height: 30px;
	line-height: 30px;
}
.dynamic-title-ul>li.active a,.dynamic-title-ul>li:hover a{
	color: #f84d6a;
	border-bottom: 2px solid #f84d6a;
}
.dynamic-content-item{
	float: left;
	width: 550px;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #e6e6e6;
}
.dynamic-content>.dynamic-content-item:first-child,
.dynamic-content>.dynamic-content-item:first-child + div{
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
.dynamic-content>.dynamic-content-item:first-child,
.dynamic-content>.dynamic-content-item:first-child+ div + div {
	margin-right: 100px;
}
.dynamic-content-item>a{
	float: left;
}
.dynamic-content-item>a>img{
	margin-right: 15px;
	width: 150px;
	height: 100px;
	-webkit-border-radius: 4px;
  -moz-border-radius: 4px;
	-ms-border-radius: 4px;
  -o-border-radius: 4px;
	border-radius: 4px;
}
.dynamic-content-item>.info{
	float: left;
	width: 384px;
}
.dynamic-content-item>.info .title{
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
	-icab-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}
.dynamic-content-item>.info>.desc{
	margin: 15px 0;
	line-height: 22px;
	height: 65px;
	font-size: 16px;
	color: #999999;
	word-break: break-all;
  text-overflow: ellipsis;
  -o-text-overflow:ellipsis;
	-icab-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
  display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
  -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
  -webkit-line-clamp: 3; /** 显示的行数 **/
  overflow: hidden;  /** 隐藏超出的内容 **/
}
.footer{
	background: #fafafa;
}
.footer .inner{
	padding: 64px 0 0 0;
	width: 1150px;
	color: #000000;
}
.footer-detail-left{
	float: left;
	margin: 0 55px 0 0;
	width: 335px;
	font-size: 14px;
	line-height: 26px;
}
.footer-detail-left>.title{
	margin-bottom: 40px;
	font-size: 32px;
	line-height: 34px;
}
.icon-footer-tel{
	display: inline-block;
	margin: 1px 14px 1px 0;
	vertical-align: top;
	width: 42px;
	height: 42px;
	background: url("../images/index_pc/tel.png") no-repeat center;
	background-size: cover;
}
.icon-footer-time{
	display: inline-block;
	margin-right: 14px;
	vertical-align: top;
	width: 44px;
	height: 44px;
	background: url("../images/index_pc/time.png") no-repeat center;
	background-size: cover;
}
.footer-detail-right{
	float: right;
	width: 326px;
	height: 184px;
	background: url("../images/index_pc/map.png") no-repeat center;
	background-size: cover;
}
.footer-hr{
	margin: 25px 0 0;
	width: 1150px;
	height: 1px;
	background-color: #e5e5e5;
}
.copyright,.copyright>a{
	height: 45px;
	line-height: 0;
	font-size: 14px;
	color: #999999;
}
.copyright>a{
	display: inline-block;
	float: left;
	line-height: 45px;
	margin-right: 40px;
}
.copyright-text{
	float: right;
	line-height: 45px;
}
.copyright-text>img{
	margin: 9px 0 0 27px;
}
