/* 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;

}
.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:#fc9391;
}
.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:#ff6865;
}
.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(/static/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(/static/images/flex-control-nav-bg.png) 0 0 no-repeat !important;
}
.flex-control-paging li a.flex-active {
	background-position:0 -20px !important;
}
.i-banner .bg {
	position:absolute;
	left:0;
	bottom: 0;
	z-index: 99;
	width: 100%;
	height: 50px;
	background:url(/static/images/i-banner-bg.png) center bottom;
}

/* 内容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:#ce70e5;
}
.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(/static/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:670px;
	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(/static/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 .itmSh {
	width: 100%;
	margin: 20px 0;
}
.i-content1 .itmSh .wrap {
	padding: 30px;
	overflow: hidden;
	background: url(../images/itmsh-bgpic.jpg) no-repeat;
}
.i-content1 .itmSh .leftCon {
	float: left;
	width: 300px;
}
.i-content1 .itmSh .leftCon img {
	display: block;
	width: 100%;
}
.i-content1 .itmSh .rightCon {
	float: right;
	width: 800px;
}
.i-content1 .itmSh .rightCon ul {
	width: 100%;
}
.i-content1 .itmSh .rightCon li {
	float: left;
    width: 20%;
    height: 32px;
    line-height: 32px;
    margin: 25px 194px 25px 0;
    list-style: url(../images/itmSh-icon-1.png);
    font-size: 22px;
    color: #333;
    padding: 0 40px 0 5px;
    background: url(../images/itmsh-icon-2.png) no-repeat center right;
}
.i-content1 .item3Box {
	width:100%;
	height:80px;
	overflow:hidden;
	margin-top:10px;
}
.i-content1 .item3Box .wrap {
	width:1200px;
	height:80px;
	background:url(/static/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:#fc9391;
}
.i-smTit .line {
	position:absolute;
	left:50%;
	bottom:-2px;
	margin-left:-150px;
	width:300px;
	height:3px;
	background:#fc9391;
}
.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:#fff;
	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:#fc9391;
	line-height:18px;
	border:1px solid #fc9391;
	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:#fc9391;
	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:#fc9391;
	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:#fc9391;
}
/* 课堂 */

.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:#fc9391;
}
.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:#fc9391;
	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:#fc9391;
}
/* 首页案例 */

.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(/static/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-daoshi li {
	position:relative;
}
.i-daoshi li img {
	display:block;
	width:384px;
	height:350px;
}
.i-daoshi li .desc {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:60px;
	background:#ececec;
}
.i-daoshi li .desc span {
	float:left;
	font-size:18px;
	color:#262626;
	line-height:60px;
	margin-left:10px;
}
.i-daoshi li .desc a {
	float:right;
	display:block;
	width:120px;
	height:32px;
	background:#e45daa;
	font-size:16px;
	color:#fff;
	margin-top:12px;
	margin-right:10px;
	text-align:center;
	line-height:32px;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-ms-border-radius:6px;
	-o-border-radius:6px;
}
/* 公司简介 */

.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-table;
	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:#fc9391;
}
.i-jianjie li p {
	width:220px;
	margin:0 auto;
	font-size:14px;
	color:#515151;
}
.i-jianjie li p a {
	color:#fc9391;
}
/* 新闻动态 */

.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 #fc9391;
}
.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:#fc9391;
}
.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:#fc9391;
}
.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 {color:#fc9391;}
.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:1200px;margin-top:30px;}
.i-wenda .wdBd .item {
	float:left;
	width:292px;
	height: 414px;
	margin-right:10px;
	background: #f5f5f5;
	padding-bottom: 20px;
}
.i-wenda .wdBd .item:nth-child(4){margin-right: 0;}
.i-wenda .wdBd .item .pic {
	position:relative;
	display:block;
	width:292px;
	height:218px;
}
.i-wenda .wdBd .item .pic img {
	display:block;
	display:block;
	width:292px;
	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:100%;
	height: 120px;
	overflow:hidden;
	overflow:hidden;
	padding:12px 0;
}
.i-wenda .wdBd .item .list li {
	float:left;
	width:292px;
}
.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:#fc9391 !important;
}
.i-wenda .wdBd .item .list .more {
	display:block;
	width:120px;
	height:32px;
	text-align:center;
	margin:12px auto;
	background:#fc9391;
	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:#fc9391;
}
/* footer */

.p-footer {
	width:100%;
	padding:40px 0 20px;
	background:#f5f5f5;
	margin-top:50px;
	overflow:hidden;
}
.p-footer h1 {
	float:left;
	width:256px;
}
.p-footer h1 img {
	display:block;
	width:256px;
}
.p-footer .cate .item {
	float:left;
	padding:0 28px;
}
.p-footer .cate .item a {
	display:block;
	font-size:15px;
	color:#262626;
	line-height:32px;
}
.p-footer .cate .line {
	float:left;
	width:1px;
	height:86px;
	background:#bfbfbf;
	margin-top:20px;
}
.p-footer .info {
	float:left;
	max-width:268px;
	margin-left:28px;
}
.p-footer .info p {
	font-size:14px;
	color:#525252;
	line-height:28px;
}
.p-footer .ewm {
	float:right;
	text-align:center;
}
.p-footer .ewm img {
	float: left;
	display:block;
	width:150px;
	height:150px;
	margin:0 auto;
}
.p-footer .ewm .desc {
	float: left;
	margin-left: 10px;
	width: 200px;
	text-align: left;
}
.p-footer .ewm .desc h5 {
	display: block;
	font-size: 18px;
	color: #333;
	line-height: 40px;
	margin-top: 25px;
}
.p-footer .ewm .desc span {
	display:block;
	font-size:14px;
	color:#6a6a6a;
	line-height: 30px;
}




/*验证*/
.yanzheng {
	display:none;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 9999;
	margin-left: -260px;
	margin-top: -160px;
	width: 520px;
	height: 320px;
	box-shadow: 0 0 15px #888;
}
.yanzheng .yz_tit {
	position: relative;
	width: 100%;
	height: 30px;
	background: #e45daa;
	border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	-ms-border-top-left-radius: 4px;
	-o-border-top-left-radius: 4px;

	border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	-ms-border-top-right-radius: 4px;
	-o-border-top-right-radius: 4px;
}
.yanzheng .yz_tit h3 {
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #fff;	
}
.yanzheng .yz_tit .close {
	position: absolute;
	right: 10px;
	top: 5px;
	display: block;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.yanzheng .yz_bd {
	background: #fff;
	padding: 10px;
}
.yanzheng .yz_bd > span {
	display: block;
	font-size: 18px;
	color: #333;
	line-height: 30px;
	font-weight: bold;
}
.yanzheng .yz_bd > p {
	font-size: 14px;
    color: #666;
    padding: 10px 0;
    line-height: 22px;
}
.yanzheng .yz_bd .box {
	width: 476px;
	height: 105px;
	padding: 10px;
	background: url(/static/images/bj_01.jpg) no-repeat;
	margin-top: 12px;
}
.yanzheng .yz_bd .box .left {
	float:left;
	width: 296px;
}
.yanzheng .yz_bd .box h4 {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}
.yanzheng .yz_bd .box form {
	width: 100%;
	height: 26px;
	border: 1px solid #e45daa;
}
.yanzheng .yz_bd .box form .keyword {
	float: left;
	width: 264px;
	height: 26px;
	border: none;
	outline:none;
	background:#fff;
	text-indent: 12px;
}
.yanzheng .yz_bd .box form .btn {
	float: right;
	width: 32px;
	height: 26px;
	border: none;
	outline:none;
	background: #e45daa url(/static/images/ss_01.png) center center no-repeat;
	text-indent: -9999px;
	cursor:pointer;
}
.yanzheng .yz_bd .box p {
	font-size: 12px;
	color: #fff;
	line-height: 30px;
}
.yanzheng .yz_bd .right {
	float: right;
	width: 160px;
}





.slider{}
.rslides { position: relative;  list-style: none;  overflow: hidden;  width: 100%;  padding: 0; margin: 0; }
.rslides li { position: absolute;  display: none;  width: 100%;  left: 0;  top: 0; z-index:0; }
.rslides li:first-child { position: relative;  display: block;  float: left; }
.rslides img { display: block;  height: auto; width: 100%;  border: 0;z-index:0; } 
.rslides { margin: 0 auto;  }
.rslides_container {  position: relative;  }
.centered-btns_tabs { position: absolute;  width:100%; bottom:3%; text-align: center; z-index:2; }
.centered-btns_tabs li{display: inline; float: none; _float: left; *float: left;margin: 0 5px;  }
.centered-btns_tabs a{background:#fff;width:20px; height:5px; text-indent: -9999px; overflow: hidden; display: inline-block; _display: block; *display: block; }
.centered-btns_here a{ background: #03cbd1; }
.centered-btns_nav { z-index:9999; position: absolute; top: 50%; left: 5%; text-indent: -9999px; overflow: hidden;height: 61px; width: 38px; background: rgba(0,0,0,0.5) url("../images/themes.png") no-repeat left top; margin-top: -30px; }
.centered-btns_nav:active { }
.centered-btns_nav.next { left: auto; background-position: right top; right: 5%; }



.aboutus{position:relative;padding:0 0 3% 0; }


.icompany{float:left;width:870px;margin-top:50px; }
.icompany img{display:block;float:left;}
.icompany p{ text-indent:2em; color:#505458 }
.icompany div{width:505px; float:right;}	
.icompany h2{font:37px/1.2em Arial; color:#03cbd1;margin-bottom:3%;}
.icompany h2 span{ display:block; color:#999; font-size:12px; font-weight:normal;}
.icompany a{ display: block;margin-top:3%; width:184px;line-height:38px; background:#fff; color:#888; text-align:center;border:1px solid #DBDBDB;}
.icompany a:hover{ background:#03cbd1;color:#fff;border:1px solid #03cbd1 }

.icontact{float:right;width:295px;margin-top:10px;}
.icontact img{display:block;}
.icontact ul { list-style:none;	width:221px; margin:0 auto;background:#F4F4F4;padding:0 25px 20px}
.icontact li {border-bottom:1px solid #DBDBDB; padding:15px 0 10px 0;}
.icontact li span {display:block; text-indent:1.6em;}
.icontact li span.s1 {background:url(../images/con_icon1.gif) no-repeat left}
.icontact li span.s2 {background:url(../images/con_icon2.gif) no-repeat left}
.icontact li span.s3 {background:url(../images/con_icon3.gif) no-repeat left}
.icontact li a, .icontact li p {font-size:18px;color:#8F8F8F;line-height:1.4em;}
.icontact li a {color:#EE0E51; transition:0.3s all}
.icontact li a:hover {color:#333; text-decoration:none}
.icontact li.l3 {border-bottom:0}
.icontact li.l3 p {font-size:18px}


.ct_{position: relative;top: 12px;}
.imgListp1{  position:absolute; top:0px; padding-left:20px; font-size:20px;text-align: left;}
.imgListp2{  position:absolute; top: 70px; padding-left:20px; font-size:16px; width: 200px; font-family:Arial, Helvetica, sans-serif;text-align: left;line-height: 20px;}
.img-list a:hover{ color:#f57b11; }
.list_1 h2 a:hover{ color:#f57b11}


.tem_banner{position: relative;overflow:hidden;background:#fafafa;text-align:center;font-size:0;min-width: 1200px;}

/*首页动图*/
.img-scroll { position:relative; margin:40px auto; width:1200px; }
.img-scroll .prev,.img-scroll .next { position:absolute; display:block; width:50px; height:100px; background-color:rgba(0, 0, 0, 0.35);
top:300px; color:#FFF; text-align:center; line-height:100px; font-size:50px;cursor:pointer}
.img-scroll .prev { left:-60px; width:40px; padding-left:10px}
.img-scroll .next { right:-60px}
.img-scroll span:hover{ background-color:rgba(0, 0, 0, 0.45); color:#04b6b6}
.img-list { position:relative; width:1200px; height:570px; overflow:hidden}
.img-list ul { width:9999px;}
.img-list li { position:relative; float:left; display:inline; width:236px; margin-right:10px; height:400px; background-color:#BDBDDF; text-align:center; line-height:100px;transition:0.5s; overflow:hidden;color:#fff;white-space:nowrap;}
