/* CSS Document */
@charset "utf-8";
* { margin:0; padding:0;  }
body  { font:14px/1.5 "Microsoft Yahei"; color:#333; cursor:default; }
img { border:0px; vertical-align: top; }
ul,ol { list-style-type:none; }
table { border-collapse:collapse; border-spacing:0; }
input,textarea,select { font:14px/1 "Microsoft Yahei"; color:#555; outline:0; }
textarea { resize:none; overflow:auto; }
input[type='checkbox'], input[type='radio'] { vertical-align:-2px; margin-right:5px; }
h1,h2,h3,h4,h5,h6,font { font-size:14px; }
a { color:#333; text-decoration:none; cursor:pointer; }
a:hover,a:active { color:#e0272c; }
em {font-style: normal;}
h3,h4 {font-weight: 400;}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color:#e5e5e5; }
input:-moz-placeholder, textarea:-moz-placeholder { color:#e5e5e5; }
input::-moz-placeholder, textarea::-moz-placeholder { color:#e5e5e5; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #e5e5e5; } 
.clearfix:after { content:""; clear:both; font-size:0px; line-height:0px; display:block; width:100%; height:1px; }
.hidden { display:none; }
.center { text-align:center; }
.autocut { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; word-break:break-all; }
.ease { -webkit-transition:all ease 300ms; -moz-transition:all ease 300ms; -ms-transition:all ease 300ms; -o-transition:all ease 300ms; transition:all ease 300ms; }
a {-webkit-transition:all ease 300ms; -moz-transition:all ease 300ms; -ms-transition:all ease 300ms; -o-transition:all ease 300ms; transition:all ease 300ms;}
.noease, .noease * { -webkit-transition:none; -moz-transition:none; -ms-transition:none; -o-transition:none; transition:none; }
.wrap { width:1200px; margin:0 auto; position:relative; }


body{
	max-width: 100%;
	overflow-x: hidden;
}

/* 网站公共头部区域 */
.p-header {
	position: relative;
	z-index: 9999;
	width: 100%;
	height: 100px;
	background: #fff;
}
.p-header .topCon {
	width: 100%;
	height: 100px;
}
.p-header .topCon h1 {
	float: left;
	width: 320px;
	height: 100px;
}
.p-header .topCon h1 img {
	display:block;
	width: 320px;
	height: 100px;
}
.p-header .topCon .contact {
	float: right;
	height: 60px;
	padding: 20px 0;
}
.p-header .topCon .contact .sq {
	float:left;
	padding: 0 30px;
	line-height: 60px;
}
.p-header .topCon .contact .sq a {
	display: block;
	height: 60px;
	padding-left: 40px;
	background:url(../images/p-contact-icon01.jpg) left center no-repeat;
}
.p-header .topCon .contact .wx {
	position: relative;
	float:left;
	padding: 0 30px;
	line-height: 60px;
	border-left: 1px dashed #a9a9a9;
	border-right: 1px dashed #a9a9a9;
}
.p-header .topCon .contact .wx a {
	display: block;
	height: 60px;
	padding-left: 40px;
	background:url(../images/p-contact-icon02.jpg) left center no-repeat;
}
.p-header .topCon .contact .wx img {
	position: absolute;
	left: 36px;
	top: 46px;
	z-index: 99;
	display: block;
	width: 130px;
	height: 130px;
	display:none;
}
.p-header .topCon .contact .dh {
	float:left;
	padding: 0 30px;
	line-height: 60px;
}
.p-header .topCon .contact .dh p {
	padding-left: 40px;
	background:url(../images/p-contact-icon03.jpg) left center no-repeat;
}

.p-header .menuBox {
	width: 100%;
	height: 50px;
	background: #e45daa;
}
.p-header .menuBox ul {
	position: relative;
	width: 1200px;
	height: 50px;
	text-align: center;
}
.p-header .menuBox ul li {
	float: left;
	width: 132px;
	height: 50px;
}
.p-header .menuBox ul li:last-child {
	background: none;
}
.p-header .menuBox ul li > a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.p-header .menuBox ul li.on > a,
.p-header .menuBox ul li > a:hover {
	background: #ff9cd5;
}

.p-header .menuBox ul li .drop {
	display: none;
	position: absolute;
	left: 0;
	top: 50px;
	width: 1200px;
	background: #54981b;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.p-header .menuBox ul li .drop a {
	float: left;
	display: block;
	padding: 20px;
	font-size: 14px;
	color: #fff;
	background: url(../images/p-header-drop-line-bg.png) right no-repeat;
}
.p-header .menuBox ul li .drop a:last-child {
	background: none;
}



/*首页banner*/
.i-banner {
	position:relative;
	width:100%;
	height: 520px;
	overflow:hidden;
}
.i-banner ul {
	width:100%;
	height:100%;
}
.i-banner ul li {
	width:100%;
	height: 520px;
}
.i-banner .flexslider {
	position:relative;
	height: 520px;
}
.i-banner .flex-control-nav {
	bottom:20px;
	z-index:999;
}
.flex-control-paging li a {
	width: 20px !important;
	height: 20px !important;
	background:url(../images/flex-control-nav-bg.png) 0 0 no-repeat !important;
}
.flex-control-paging li a.flex-active {
	background-position: 0 -20px !important;
}


/* 内容1 */
.i-content1 {
	width: 100%;
	overflow:hidden;
	margin-top: 40px;
}
.i-content1 .item1Box {
	width: 100%;
	height: 120px;	
}
.i-content1 .item1Box li {
	float:left;
	width: 400px;
	height: 120px;
}
.i-content1 .item1Box .li1 {
	background: #fd9ad4;
}
.i-content1 .item1Box .li2 {
	background: #b1a9fc;
}
.i-content1 .item1Box .li3 {
	background: #fda2b8;
}
.i-content1 .item1Box li img {
	float:left;
	margin-left: 70px;
	margin-top: 35px;
}
.i-content1 .item1Box li .desc {
	float:left;
	margin-top: 38px;
	margin-left: 20px;
}
.i-content1 .item1Box li .desc h5 {
	font-size: 20px;
	color:#fff;
	line-height: 30px;
	font-weight: 400;
}	
.i-content1 .item1Box li .desc p {
	font-size: 14px;
	color: #fff;
}
.i-content1 .item2Box {
	width: 100%;
	height: 304px;
	margin-top: 70px;
	text-align: center;
}
.i-content1 .item2Box > div {
	display: inline-block;
	margin: 0 15px;
}
.i-content1 .item2Box .left {
	width: 454px;
	height: 304px;
	overflow:hidden;
	background:url(../images/i-content1-item2-bg1.jpg) no-repeat;
}
.i-content1 .item2Box .left h3 {
	width:100%;
	height:48px;
	margin-top: 8px;
	line-height: 48px;
	text-align: center;
	font-size: 22px;
	color: #e45dac;
}
.i-content1 .item2Box .left h5 {
	display:inline-block;
	font-size: 16px;
	color: #262626;
	line-height: 40px;
	padding-left: 35px;
	background: url(../images/i-content1-item2-pic01.png) left center no-repeat; 
}
.i-content1 .item2Box .left .desc {
	width: 92%;
	margin: 0 auto;
}
.i-content1 .item2Box .left .desc p {
	font-size: 14px;
	color: #595959;
	margin: 5px 0;
	text-align: left;
}
.i-content1 .item2Box .left .desc b {
	color: #e45dac;
}
.i-content1 .item2Box .left .desc span {
	float:left;
	display: block;
	width: 14px;
	height: 14px;
	background: #e45dac;
	margin-right: 5px;
	margin-top: 3px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 14px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.i-content1 .item2Box .right {
	position:relative;
	width: 450px;
	height: 300px;
	overflow:hidden;
	border: 2px solid #e45daa;
}
.i-content1 .item2Box .right h3 {
	font-size: 24px;
	color: #e45dac;
	line-height: 40px;
	padding: 10px 0;
}
.i-content1 .item2Box .right p {
	width: 80%;
	margin:0 auto;
	font-size: 16px;
	color: #262626;
	line-height: 35px;
	text-align: left;
	padding-left: 20px;
	background:url(../images/i-content1-item2-bg2.jpg) left center no-repeat;
}
.i-content1 .item2Box .right h4 {
	position:absolute;
	left: 0;
	bottom:0;
	width: 100%;
	height: 40px;
	background: #e45daa;
	font-size: 14px;
	color:#fff;
	line-height: 40px;
	text-align: center;
}
.i-content1 .item3Box {
	width: 100%;
	height: 80px;
	overflow:hidden;
	margin-top: 50px;
}
.i-content1 .item3Box .wrap {
	width: 1200px;
	height: 80px;
	background:url(../images/i-content1-item3-bg1.jpg) no-repeat;
}
.i-content1 .item3Box .txtMarquee-left {
	float:left;
	margin-left: 110px;
	width: 1010px;
	height: 80px;
	overflow:hidden;
}
.i-content1 .item3Box .txtMarquee-left li {
	float:left;
	width:220px;
	margin: 0 15px;
}
.i-content1 .item3Box .txtMarquee-left li a {
	display: block;
	width: 100%;
	height: 80px;
	line-height: 80px;
	overflow:hidden;
	text-overflow:ellipsis;
	font-size: 14px;
	color: #262626;
}
.i-content1 .item3Box .txtMarquee-left li a:hover {
	color:#e45dac;
}
.i-content1 .item3Box .more {
	float: right;
	font-size: 14px;
	color:#e45dac;
	line-height: 80px;
	margin-right: 12px;
}
.i-content1 .item3Box .more:hover {
	color: #da278d;
	font-weight: bold;
}


/* 服务 */
.i-smTit {
	position: relative;
	width: 810px;
	height: 70px;
	padding-top: 30px;
	border-bottom: 1px solid #d2d2d2;
	margin: 0 auto;
}
.i-smTit h3 {
	text-align: center;
	line-height: 70px;
	font-size: 30px;
	color: #262626;
}
.i-smTit h3 span {
	color: #e45dac;
}
.i-smTit .line {
	position:absolute;
	left: 50%;
	bottom: -2px;
	margin-left: -150px;
	width: 300px;
	height: 3px;
	background:#e45daa;
}
.i-fuwu {
	width: 100%;
	overflow:hidden;
	padding-bottom: 30px;
}
.i-fuwu .fwBd {
	width: 100%;
	overflow:hidden;
}
.i-fuwu .fwBd ul {
	width: 100%;
	padding-top: 40px;
	overflow:hidden;
}
.i-fuwu .fwBd li {
	float:left;
	width: 300px;
	text-align: center;
}
.i-fuwu .fwBd li .pic {
	position: relative;
	width: 196px;
	height: 196px;
	margin: 0 auto;
}
.i-fuwu .fwBd li .pic img {
	position: absolute;
	left: 0;
	top: 0;
}
.i-fuwu .fwBd li .pic h3 {
	position: absolute;
	top: 110px;
	width: 100%;
	font-size: 20px;
	color: #262626;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}
.i-fuwu .fwBd li .pic a {
	position: absolute;
	top: 150px;
	left: 58px;
	display: block;
	width: 78px;
	height: 18px;
	margin: 0 auto;
	font-size: 14px;
	color: #e78cbc;
	line-height: 18px;
	border: 1px solid #e78cbc;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}
.i-fuwu .fwBd li .pic:hover a {
	background: #e78cbc;
	color: #fff;
}
.i-fuwu .fwBd li .desc {
	margin-top: 20px;
}
.i-fuwu .fwBd li .desc p {
	width: 280px;
	margin: 0 auto;
	font-size: 14px;
	color: #262626;
	text-align: center;
}
.i-fuwu .fwBd li .desc .more {
	display: block;
	width: 120px;
	height:32px;
	margin: 12px auto;
	background: #e45daa;
	font-size: 16px;
	color:#fff;
	line-height: 32px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}
.i-fuwu .fwBd li .desc .more:hover {
	background: #dc3795; 
}


/* 课堂 */
.i-ketang {
	width: 100%;
	height: 510px;
	background:url(../images/i-ketang.jpg) center top no-repeat;
}
.i-ketang .ktBd {
	width: 100%;
	overflow:hidden;
	margin-top: 30px;
}
.i-ketang .ktBd ul {
	width: 100%;
}
.i-ketang .ktBd li {
	float:left;
	width: 300px;
	height: 350px;
	background:url(../images/i-ketang-itemBg.png) no-repeat;
	text-align: center;
}
.i-ketang .ktBd li h3 {
	width: 76%;
	border-bottom: 1px solid #e9e9e9;
	margin: 0 auto;
	font-size: 20px;
	color: #262626;
	font-weight: bold;
	margin-top: 30px;
	line-height: 70px;
	text-align: center;
}
.i-ketang .ktBd li h3 > span {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../images/i-ketang-icon.jpg) no-repeat;
}
.i-ketang .ktBd li h3 p {
	display: inline-block;
	padding: 0 5px;
}
.i-ketang .ktBd li h3 span {
	color: #e45dac;
}
.i-ketang .ktBd li .desc {
	width: 100%;
	height: 110px;
	padding-top: 30px;
}
.i-ketang .ktBd li .desc p {
	font-size: 14px;
	color: #545454;
	line-height: 24px;
}
.i-ketang .ktBd li .more {
	display: block;
	width: 120px;
	height:32px;
	margin: 12px auto;
	background: #e45daa;
	font-size: 16px;
	color:#fff;
	line-height: 32px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}
.i-ketang .ktBd li .more:hover {
	background: #dc3795; 
}


/* 首页案例 */
.i-anli {
	width: 100%;
	height: 553px;
	background: url(../images/i-anli-bg.jpg) center top no-repeat;
}
.i-anli .wrap {
	position: relative;
	width: 1200px;
	height: 553px;
}
.i-anli .wrap .picScroll-leftAl {
	position: absolute;
	left: 53%;
	top: 52%;
	width: 300px;
	height: 300px;
	margin-left: -150px;
	margin-top: -150px;
}
.i-anli .wrap .picScroll-leftAl .al-tit {
	width: 100%;
	margin: 80px auto 0;
	width: 260px;
	height: 60px;
	text-align: center;
}
.i-anli .wrap .picScroll-leftAl .al-tit span {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../images/i-anliIcon.png) no-repeat;
}
.i-anli .wrap .picScroll-leftAl .al-tit h3 {
	display: inline-block;;
	font-size: 30px;
	color: #fff;
}
.i-anli .wrap .picScroll-leftAl .hd {
	position: absolute;
	bottom: 55px;
	width: 100%;
}
.i-anli .wrap .picScroll-leftAl .hd ul {
	width: 100%;
	text-align: center;
}
.i-anli .wrap .picScroll-leftAl .hd li {
	display:inline-block;
	text-indent: -9999px;
	width: 10px;
	height: 10px;
	background: #f1aed5;
	margin: 0 4px;
	cursor: pointer;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.i-anli .wrap .picScroll-leftAl .hd li.on {
	background: #fff;
}
.i-anli .wrap .picScroll-leftAl .bd {
	position: absolute;
	bottom: 100px;
	left: 45px;
	width: 200px;
	text-align: center;
}
.i-anli .wrap .picScroll-leftAl .bd li {

}
.i-anli .wrap .picScroll-leftAl .bd li a {
	margin: 0 auto;
	font-size: 18px;
	color:#fff;
}





/* 导师中心 */
.i-daoshi {
	width: 100%;
	height: 640px;
	background: #fff;
	overflow:hidden;
}



/* 公司简介 */
.i-jianjie {
	width: 100%;
	height: 396px;
	background: url(../images/i-jianjie-bg.jpg) center top no-repeat;
	overflow:hidden;
}
.i-jianjie ul {
	width: 100%;
	overflow:hidden;
	padding-top: 30px;
	text-align: center;
}
.i-jianjie li {
	display:inline-block;
	width: 330px;
	height: 138px;
	background:url(../images/i-jianjie-itemBg.png) no-repeat;
	margin: 0 30px 20px 0;
}
.i-jianjie li h3 {
	display:inline-block;
	font-size: 18px;
	color: #262626;
	line-height: 36px;
	margin: 22px 0 6px;
	padding-left: 40px;
	background: url(../images/i-jianjie-iconBg.png) no-repeat;
}
.i-jianjie li.itm1 h3 {
	background-position: 0 0;
}
.i-jianjie li.itm2 h3 {
	background-position: 0 -36px;
}
.i-jianjie li.itm3 h3 {
	background-position: 0 -72px;
}
.i-jianjie li.itm4 h3 {
	background-position: 0 -108px;
}
.i-jianjie li.itm5 h3 {
	background-position: 0 -144px;
}
.i-jianjie li.itm6 h3 {
	background-position: 0 -180px;
}
.i-jianjie li span {
	color: #e45dac;
}
.i-jianjie li p {
	width: 220px;
	margin: 0 auto;
	font-size: 14px;
	color: #515151;
}
.i-jianjie li p a {
	color: #e45dac;
}

/* 新闻动态 */
.i-xinwen {
	width: 100%;
	overflow:hidden;
	padding: 30px 0;
}
.i-xinwen .nav_tit {
	width: 100%;
	height: 56px;
	border-bottom: 4px solid #d9d9d9;
}
.i-xinwen .nav_tit h3 {
	float:left;
	width: 128px;
	height: 56px;
}
.i-xinwen .nav_tit h3 a {
	display: block;
	text-align: center;
	line-height: 56px;
	font-size: 20px;
	color: #262626;
}
.i-xinwen .nav_tit h3:hover,
.i-xinwen .nav_tit h3.on {
	border-bottom: 4px solid #e45daa;
}
.i-xinwen .xwBd {
	width: 100%;
	height: 260px;
	background: #f5f5f5;
	margin-top: 20px;
	padding: 25px 0;
}
.i-xinwen .xwBd .xBox {
	display:none;
	width: 100%;
}
.i-xinwen .xwBd .xBox .leftPic {
	float:left;
	margin-left: 85px;
}
.i-xinwen .xwBd .xBox .leftPic img {
	display: block;
	width: 432px;
	height: 230px;
	border: 4px solid #fff;
	margin-top: 12px;
}
.i-xinwen .xwBd .xBox .rightList {
	float: right;
	width: 470px;
	height: 240px;
	padding: 10px 30px;
	margin-right: 90px;
	background: #fff;
}
.i-xinwen .xwBd .xBox .rightList .hot {
	width: 100%;
}
.i-xinwen .xwBd .xBox .rightList .hot .tit {
	height: 44px;
	line-height: 44px;
}
.i-xinwen .xwBd .xBox .rightList .hot .tit h4 {
	float:left;
	font-size: 22px;
	color: #e45dac;
}
.i-xinwen .xwBd .xBox .rightList .hot .tit span {
	float:left;
	font-size: 16px;
	color: #afafaf;
	margin-left: 12px;
	text-transform: uppercase;
}
.i-xinwen .xwBd .xBox .rightList .hot .tit .more {
	float: right;
	font-size: 14px;
	color: #e45dac;
}
.i-xinwen .xwBd .xBox .rightList .hot > p {
	font-size: 16px;
	line-height: 22px;
	line-height: 24px;
	padding: 8px 0;
}
.i-xinwen .xwBd .xBox .rightList ul {
	width: 100%;
	padding-top: 12px;
	border-top: 1px dashed #e1e1e1;
}
.i-xinwen .xwBd .xBox .rightList ul li {
	width: 100%;
}
.i-xinwen .xwBd .xBox .rightList ul li p {
	font-size: 14px;
	color: #262626;
	line-height: 34px;
	padding-left: 18px;
	background:url(../images/i-xinwen-list-bg.jpg) left center no-repeat;
}
.i-xinwen .xwBd .xBox .rightList ul li p span {
	float:left;
	display:block;
	max-width: 280px;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;	
}
.i-xinwen .xwBd .xBox .rightList ul li p a {
	float:left;
	color: #e45dac;
}
.i-xinwen .xwBd .xBox .rightList ul li p a:hover {
	font-weight: bold;
}


/* 情感问答 */
.i-wenda {
	width:100%;
	overflow:hidden;
}
.i-wenda .wrap {
	width: 1200px;
	overflow:hidden;
}
.i-wenda .wdBd {
	width: 1300px;
	margin-top: 30px;
}
.i-wenda .wdBd .item {
	float:left;
	width: 380px;
	margin-right: 30px;
}
.i-wenda .wdBd .item .pic {
	position: relative;
	display: block;
	width: 380px;
	height: 218px;
}
.i-wenda .wdBd .item .pic img {
	display:block;
	display: block;
	width: 380px;
	height: 218px;
}
.i-wenda .wdBd .item .pic h3 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height:36px;
	background: rgba(255,255,255,0.9);
	font-size: 18px;
	color: #262626;
	line-height: 36px;
	text-align: center;
	font-weight: bold;
}
.i-wenda .wdBd .item .list {
	width: 100%;
}
.i-wenda .wdBd .item .list ul {
	width: 110%;
	overflow: hidden;
	padding: 12px 0;
}
.i-wenda .wdBd .item .list li {
	float:left;
	width: 380px;
}
.i-wenda .wdBd .item .list li a {
	display: block;
	width:100%;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: #262626;
	line-height: 32px;
}
.i-wenda .wdBd .item .list li a b {
	margin: 0 10px;
	color: #c1c1c1;
}
.i-wenda .wdBd .item .list li a:hover,
.i-wenda .wdBd .item .list li a:hover * {
	color: #e45daa !important;
}
.i-wenda .wdBd .item .list .more {
	display: block;
	width: 120px;
	height:32px;
	text-align: center;
	margin: 12px auto;
	background: #e45daa;
	font-size: 16px;
	color:#fff;
	line-height: 32px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}
.i-wenda .wdBd .item .list .more:hover {
	background: #dc3795; 
}


/* footer */



/*
*
*专题页
*
*/
.pg-zty-jies {
	width: 100%;
	height: 580px;
	overflow: hidden;
	background: url(../images/pg-zty-jies-bg.jpg) center top no-repeat;
}
.pg-zty-jies .wrap {
	position: relative;
	width: 1200px;
	height: 400px;
	margin-top: 180px;
}
.pg-zty-jies .wrap .its {
	position: absolute;
	width: 220px;
}
.pg-zty-jies .wrap .its img {
	display: block;
	width: 170px;
	height: 170px;
	margin: 0 auto;
}
.pg-zty-jies .wrap .its p {
	width: 220px;
	font-size: 18px;
	color: #494949;
	line-height: 24px;
	font-weight: 400;
	margin-top: 10px;
}
.pg-zty-jies .wrap .its p span {
	color: #be4092;
}
.pg-zty-jies .wrap .its1 {
	left: -20px;
	top: 0;
}
.pg-zty-jies .wrap .its2 {
	left: 230px;
	top: 56px;
}
.pg-zty-jies .wrap .its3 {
	left: 470px;
	top: 0;
}
.pg-zty-jies .wrap .its4 {
	left: 730px;
	top: 30px;
}
.pg-zty-jies .wrap .its5 {
	right: -20px;
	top: -20px;
}

/*业务*/
.pg-zty-yewu {
	width: 100%;
	height: 730px;
	background: #f5f5f5;
	overflow: hidden;
}
.pg-zty-yewu .tit {
	width: 1200px;
}
.pg-zty-yewu .tit img {
	display: block;
	height: 120px;
}
.pg-zty-yewu .ywBd {
	width: 100%;
}
.pg-zty-yewu .ywBd > ul {
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-top: 40px;
}
.pg-zty-yewu .ywBd > ul li {
	display: inline-block;
	width: 280px;
}
.pg-zty-yewu .ywBd > ul li img {
	display: block;
	margin: 0 auto;
}
.pg-zty-yewu .ywBd > ul li h5 {
	font-size: 20px;
	color: #be4092;
	width: 150px;
	text-align: center;
	height: 50px;
	border-bottom: 1px solid #c1c1c1;
	margin: 0 auto;
	line-height: 50px;
}
.pg-zty-yewu .ywBd > ul li p {
	font-size: 16px;
	color: #373737;
	line-height: 24px;
	margin-top: 12px;
}
.pg-zty-yewu .moreBox {
	width: 960px;
	height: 74px;
	border: 1px solid #dea9cb;
	background: #fff;
	margin: 30px auto;
	overflow: hidden;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	box-shadow: 2px 3px 3px #e3aed0;
	-webkit-box-shadow: 2px 3px 3px #e3aed0;
	-moz-box-shadow: 2px 3px 3px #e3aed0;
	-ms-box-shadow: 2px 3px 3px #e3aed0;
	-o-box-shadow: 2px 3px 3px #e3aed0;
}
.pg-zty-yewu .moreBox h3 {
	float: left;
	margin: 20px 0 0 20px;
}
.pg-zty-yewu .moreBox .list {
	float: left;
	width: 600px;
	height: 74px;
}
.pg-zty-yewu .moreBox .list li {
	text-align: center;
}
.pg-zty-yewu .moreBox .list li a {
	line-height: 74px;
	font-size: 18px;
	color: #414141;
}
.pg-zty-yewu .moreBox .more  {
	float: right;
	display: block;
	width: 140px;
	height: 34px;
	margin: 20px 20px 0 0;
	text-align: center;
	line-height: 34px;
	font-size: 18px;
	color: #fff;
	background: #bd4091;
	border-radius: 12px;
	-webkit-border-radius: 12px;
}
/*方法*/
.pg-zty-fangfa {
	width: 100%;
	height: 510px;
	background: url(../images/pg-zty-fangfa-bg.jpg) center top no-repeat;
	overflow: hidden;
}
.pg-zty-fangfa .wrap {
	position: relative;
	width: 1200px;
	height: 510px;
	overflow: hidden;
}
.pg-zty-fangfa .wrap a {
	position: absolute;
	right: 180px;
	bottom: 106px;
	display: block;
	width: 88px;
	height: 24px;
	background: #bd4091;
	text-align: center;
	line-height: 24px;
	font-size: 14px;
	color: #fff;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
}
.pg-zty-fangfa .wrap a:hover {
	background: #711952;
}

/* 优势 */
.pg-zty-youshi {
	width: 100%;	
	height: 500px;
	overflow: hidden;
	margin-top: 40px;
}
.pg-zty-youshi .wrap {
	width: 1200px;
	height: 500px;
}
.pg-zty-youshi .ysTit {
	width: 1200px;
}
.pg-zty-youshi .ysTit img {
	display: block;
	height: 60px;
}
.pg-zty-youshi .ysTit p {
	width: 760px;
	font-size: 16px;
	color: #6e6e6e;
	line-height: 26px;
	text-align: center;
	margin: 0 auto;
}
.pg-zty-youshi .ysBd {
	width: 100%;
	padding: 30px 0;
}
.pg-zty-youshi .ysBd .leftSp {
	position: relative;
	float: left;
	width:402px;
	height:263px;
	background: url(../images/pg-zty-youshi-spBg.jpg) no-repeat;
	margin-left: 100px;
}
.pg-zty-youshi .ysBd .leftSp img {
	position: absolute;
	left: 50px;
	top: 19px;
}
.pg-zty-youshi .ysBd .rightDesc {
	float: right;
	width: 460px;
	margin-right: 116px;
	padding-top: 20px;
}
.pg-zty-youshi .ysBd .rightDesc .tag {
	width: 100%;
	overflow: hidden;
	height: 26px;
	margin-bottom: 12px;
}
.pg-zty-youshi .ysBd .rightDesc .tag em {
	float: left;
	display: block;
	font-size: 20px;
	color: #494949;
}
.pg-zty-youshi .ysBd .rightDesc .tag span {
	float: left;
	display: block;
	width: 160px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	font-size: 16px;
	color: #fff;
	background:#bd4091; 
	margin-left: 12px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}
.pg-zty-youshi .ysBd .rightDesc.tag em {
	float: left;
}
.pg-zty-youshi .ysBd .rightDesc.tag span {

}
.pg-zty-youshi .ysBd .rightDesc .list {
	width: 100%;
}
.pg-zty-youshi .ysBd .rightDesc .list ul {
	width: 100%;
}
.pg-zty-youshi .ysBd .rightDesc .list ul li {
	width: 100%;
	border-bottom: 1px dotted #dbdbdb;
	padding: 10px 0;
	font-size: 14px;
	color: #494949;
	padding-left: 12px;
	background: url(../images/pg-zty-youshi-lst-bg.jpg) left 18px no-repeat;
}
/*流程*/
.pg-zty-liucheng {
	width: 100%;
	height: 780px;
	background: url(../images/pg-zty-liucheng-bg.jpg) center top no-repeat;
}
.pg-zty-liucheng .wrap {
	position: relative;
	width: 1200px;
	height: 780px;
	overflow: hidden;
}
.pg-zty-liucheng .lcTit {
	width: 1200px;
	margin: 20px 0;
}
.pg-zty-liucheng .lcTit img {
	width: 1200px;
}
.pg-zty-liucheng .list {
	position: relative;
	width: 1200px;
	height: 400px;
	overflow: hidden;
}
.pg-zty-liucheng .list li {
	position: absolute;
	width: 230px;
	text-align: center;
}
.pg-zty-liucheng .list li.its1 {
	    left: 12px;
    top: 58px;
}
.pg-zty-liucheng .list li.its2 {
	    left: 328px;
    bottom: 43px;
}
.pg-zty-liucheng .list li.its3 {
	    left: 641px;
    top: 43px;
}
.pg-zty-liucheng .list li.its4 {
	    right: 16px;
    bottom: 34px;
}
.pg-zty-liucheng .list li h4 {
	font-size: 20px;
	color: #be4092;
	line-height: 40px;
	padding-top: 30px;
}
.pg-zty-liucheng .list li p {
	font-size: 16px;
	color: #494949;
	line-height: 24px;
}
.pg-zty-liucheng .more {
	position: absolute;
	right: 360px;
    bottom: 92px;
	display: block;
	width: 88px;
	height: 24px;
	background: #bd4091;
	text-align: center;
	line-height: 24px;
	font-size: 14px;
	color: #fff;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
}
.pg-zty-liucheng .more:hover {
	background: #711952;
}
/* 评论 */
.pg-zty-pinglun {
	width: 100%;
	height: 806px;
	background: url(../images/pg-zty-pingjia-bg.jpg) center top no-repeat;
}
.pg-zty-pinglun .wrap {
	width: 1200px;
	height: 806px;
}
.pg-zty-pinglun .wrap .anli {
	position: absolute;
	left: 100px;
    top: 287px;
	width: 364px;
	height: 286px;
}
.pg-zty-pinglun .wrap .slideBoxPl {
	position: absolute;
	right: 0;
	top: 0;
	width: 720px;
	height: 806px;
}
.pg-zty-pinglun .wrap .slideBoxPl .bd {
	position: absolute;
	left: 182px;
    top: 107px;
	width: 340px;
	height: 600px;
}
.pg-zty-pinglun .wrap .slideBoxPl .bd li {
	width: 340px;
	height: 600px;
}
.pg-zty-pinglun .wrap .slideBoxPl .bd li img {
	display: block;
	width: 340px;
	height: 600px;
}
.pg-zty-pinglun .wrap .slideBoxPl .prev {
	position: absolute;
	top: 350px;
	left: 70px;
	display: block;
	width: 50px;
	height: 50px;
	background: #bd4091;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	color: #fff;
}
.pg-zty-pinglun .wrap .slideBoxPl .next {
	position: absolute;
	top: 350px;
	right: 70px;
	display: block;
	width: 50px;
	height: 50px;
	background: #bd4091;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	text-align: center;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	color: #fff;
}
/* 专家团队 */
.pg-zty-tuandui {
	width: 100%;
	overflow: hidden;
}
.pg-zty-tuandui .td-tit {
	width: 100%;
	padding: 40px 0;
}
.pg-zty-tuandui .td-tit img {
	display: block;
	margin: 0 auto;
	height: 60px;
}
.pg-zty-tuandui .td-bd {
	width: 940px;
	height: 250px;
	background: #f7f7f7;
	padding: 35px;
	margin: 0 auto;
}
.pg-zty-tuandui .td-bd .box {
	display: none;
	width: 100%;
}
.pg-zty-tuandui .td-bd .box img {
	float: left;
	display: block;
	width: 270px;
	height: 248px;
	border: 1px solid #bd4091;
}
.pg-zty-tuandui .td-bd .word {
	float: right;
	width: 626px;
	padding-top: 40px;
}
.pg-zty-tuandui .td-bd .word p {
	font-size: 16px;
	color: #3a3a3a;
	line-height: 26px;
}
.pg-zty-tuandui .td-bd .word b {
	font-weight: bold;
}
.pg-zty-tuandui .td-nav {
	width: 1200px;
	height: 200px;
	margin: 30px 0;
}
.pg-zty-tuandui .slideBoxTd {
	position: relative;
	width: 1200px;
	height: 200px;
	margin: 30px 0;
}
.pg-zty-tuandui .td-nav .bd {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -485px;
	width: 970px;
	height: 200px;
}
.pg-zty-tuandui .td-nav .bd li {
	float: left;
	width: 220px;
	height: 200px;
	margin: 0 10px;
}
.pg-zty-tuandui .td-nav .bd li img {
	display: block;
	width: 220px;
	height: 200px;
}
.pg-zty-tuandui .td-nav .prev {
	position: absolute;
	top: 80px;
	left: 70px;
	display: block;
	width: 50px;
	height: 50px;
	background: #bd4091;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	color: #fff;
}
.pg-zty-tuandui .td-nav .next {
	position: absolute;
	top: 80px;
	right: 70px;
	display: block;
	width: 50px;
	height: 50px;
	background: #bd4091;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	text-align: center;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	color: #fff;
}

/* 五大优势 */
.pg-zty-wdys {
	width: 100%;
	height: 833px;
	background: url(../images/pg-zty-wdys-bg.jpg) center top no-repeat;
	overflow: hidden;
}
.pg-zty-wdys .wrap {
	position: relative;
	width: 1200px;
	height: 833px;
}
.pg-zty-wdys .wrap .more {
	position: absolute;
	right: 360px;
    top: 118px;
	display: block;
	width: 88px;
	height: 24px;
	background: #bd4091;
	text-align: center;
	line-height: 24px;
	font-size: 14px;
	color: #fff;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
}
.pg-zty-wdys .wrap .more:hover {
	background: #711952;
}
/* 留言 */
.pg-zty-liuyan {
	width: 100%;
	height: 675px;
	background: url(../images/pg-zty-liuyanBg.jpg) center no-repeat no-repeat;
}
.pg-zty-liuyan .wrap {
	position: relative;
	width: 1200px;
	height: 270px;
	padding-top: 300px;
}
.pg-zty-liuyan .leftList {
	float: left;
	width: 414px;
	margin-left: 148px;
}
.pg-zty-liuyan .leftList ul {
	width: 100%;
	overflow: hidden;
}
.pg-zty-liuyan .leftList ul li {
	width: 414px;
	height: 30px;
	background: #efefef;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-bottom: 20px;
}
.pg-zty-liuyan .leftList ul li a {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}
.pg-zty-liuyan .leftList ul li a span {
	float: left;
	display: block;
	margin: 0 20px;
	color: #323232;
}
.pg-zty-liuyan .leftList ul li a em {
	float: left;
	display: block;
	width: 280px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;	
	color: #656565;
}	
.pg-zty-liuyan .rightCon {
	float: right;
	width: 400px;
	margin-right: 160px;
}
.pg-zty-liuyan .rightCon h3 {
	font-size: 18px;
	color: #656565;
	line-height: 30px;
}
.pg-zty-liuyan .rightCon form {
	width: 100%;
}
.pg-zty-liuyan .rightCon .its {
	width: 100%;
	height: 32px;
	border: 2px solid #dfdfdf;
	margin-bottom: 20px;
	border-radius: 4px;
}
.pg-zty-liuyan .rightCon .its span {
	float: left;
	line-height: 32px;
	margin-left: 10px;
}
.pg-zty-liuyan .rightCon .its input {
	float: left;
	display: block;
	width: 240px;
	border: 0;
	background: 0;
	margin-left: 10px;
	line-height: 28px;
}
.pg-zty-liuyan .rightCon .its > div {
	float: left;
	line-height: 28px;
	margin-right: 10px;
}
.pg-zty-liuyan .rightCon .its input[type='radio'] {
	float: left;
	width: 20px;
	margin-top: 8px;
}
.pg-zty-liuyan .rightCon .its em {
	float: right;
	line-height: 32px;
	margin-right: 10px;
}
.pg-zty-liuyan .rightCon .btn {
	width: 100%;
	height: 44px;
	text-align: center;
}
.pg-zty-liuyan .rightCon .btn input {
	display: inline-block;
	width: 183px;
	height: 44px;
	margin: 0 4px;
	text-indent: -9999px;
	border: 0;
	cursor: pointer;
}
.pg-zty-liuyan .rightCon .btn .btn1 {
	background: url(../images/pg-zty-liuyan-btn-1.jpg) no-repeat;
}
.pg-zty-liuyan .rightCon .btn .btn2 {
	background: url(../images/pg-zty-liuyan-btn-2.jpg) no-repeat;
}



