﻿/* reset */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */  dl, dt, dd, ul, ol, li, /* list elements 列表元素 */  pre, /* text formatting elements 文本格式元素 */  fieldset, lengend, button, input, textarea, /* form elements 表单元素 */  th, td { /* table elements 表格元素 */margin: 0;padding: 0;}
ul, ol {list-style: none;}
a {text-decoration: none;}
a:hover {text-decoration: none;}
em {font-style: normal;}
body {font-family: "微软雅黑";}
img {max-width: 100%;}
html, body {width: 100%; overflow-x:hidden;max-width: 640px;margin: 0 auto;}
.clearfix:after {content: "";display: block;clear: both;height: 0;visibility: hidden;}
.clearfix {zoom: 1;}
* {
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
/* 公共样式 */
html {font-size: 10px}
@media screen and (min-width:321px) and (max-width:375px) {
    html {font-size: 11px;}
}
@media screen and (min-width:376px) and (max-width:414px) {
    html {font-size: 12px;}
}
@media screen and (min-width:415px) and (max-width:639px) {
    html {font-size: 15px;}
}
@media screen and (min-width:640px) and (max-width:719px) {
    html {font-size: 20px;}
}
@media screen and (min-width:720px) and (max-width:749px) {
    html {font-size: 22.5px;}
}
@media screen and (min-width:750px) and (max-width:799px) {
    html {font-size: 23.5px;}
}
@media screen and (min-width:800px) {
    html {font-size: 25px;}
}
body {
	background: #fff;
}
/*网站头部公共区域*/ 
.p-header {
	position:relative;
	width: 100%;
	height: 4.6rem;
	background-size: cover;
	overflow:hidden;
}
.p-header .logo {
	float: left;
	height: 4.6rem;
}
.p-header .logo h1 {
	float:left;
}
.p-header .logo h1 img {
	display: block;
	height: 4.6rem;
}
.p-header .search {
	float: left;
	width: 56%;
	height: 3rem;
	margin-left: 6px;
	border: 1px solid #fd3950;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-top: 0.8rem;
}
.p-header .search form {
	width: 100%;
	height: 100%;
}
.p-header .search form input {
	border: 0;
	height: 100%;
}
.p-header .search .keyword  {
	float: left;
	width: 70%;
	text-indent: 4px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
}
.p-header .search .btn  {
	float: right;
	width: 30%;
	height: 100%;
	background: #fd3950;
	font-size: 14px;
	color: #fff;
}
.p-header .tel {
	float: left;
	height: 4.6rem;
	padding-left: 2.5rem;
	background: url(../images/m-p-header-tel-bg.png) left center no-repeat;
	background-size: 2rem 2rem;
}
.p-header .tel span {
	display: block;
	line-height: 1.6rem;
	font-size: 12px;
	color: #fff;	
	margin-top: 0.7rem;
}
.p-header .tel a {
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 1.6rem;
}
.p-header .menuBg {
	position:absolute;
	top: 0rem;
	right: 0rem;
	width: 4.6rem;
	height: 4.6rem;
}
.p-header .menuBg img {
	display: block;
	height: 4.6rem;
}
.dropMenu {
	display: none;
	position: fixed;
	right: -100%;
	top: 0;
	z-index: 9999;
	width: 65%;
	background: #fd3950;
}
.dropMenu .touch {
	position: relative;
	width: 100%;
	height: 3rem;
	background: #ff2a62;
}
.dropMenu .touch .close {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 2rem;
	height: 2rem;
	margin: 0.5rem;
}
.dropMenu .touch .line {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 3rem;
	height: 3rem;
}
.dropMenu .list {
	width: 100%;
	overflow: hidden;
}
.dropMenu .list ul {
	width: 100%;
}
.dropMenu .list li {
	width: 92%;
	margin: 0 auto;
	padding-top: 2rem;
}
.dropMenu .list li > a {
	display: block;
	width: 100%;
	height: 3rem;
	font-size: 14px;
	color: #fff;
	line-height: 3rem;
	border-bottom: 1px solid #d4d4d4;
	background: url(../images/p-header-icon-arrow1.png) right 35% no-repeat;
	background-size: 1rem 1rem;
}
.dropMenu .list li > a img {
	float: left;
	display: block;
	width: 2rem;
	height: 2rem;
	margin-right: 8px;
}
.dropMenu .list li > a span {
	float: left;
	line-height: 2rem;
	font-size: 14px;
	color: #fff;
}
.dropMenu .list li > .drop {
	display: none;
	width: 100%;
	padding-left: 10%;
	background: #4e8040;
}
.dropMenu .list li > .drop a {
	display: block;
	line-height: 2.4rem;
	padding-top: 1rem;
	border-bottom: 1px dashed #51481F;
	font-size: 12px;
	color: #fff;
}
.dropMenu .list li > .drop a:last-child() {
	border: none;
}
/*菜单下拉*/
body {
	position: relative;
}
.cateDropBox {
	display: none;
	position: absolute;
	left: 0;
	top: 4.6rem;
	z-index: 999;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
}
.cateDrop {
	width: 100%;
	background: #fff;
	border-top: 1px solid #fd3950;
	padding-bottom: 2rem;
	overflow: hidden;
}
.cateDrop .cateItem1 {
	width: 100%;
	overflow: hidden;
	padding: 1rem 0;
}
.cateDrop .cateItem1 ul {
	width: 100%;
}
.cateDrop .cateItem1 li {
	float: left;
	width: 25%;
}
.cateDrop .cateItem1 li a {
	display: block;
	width: 100%;
}
.cateDrop .cateItem1 li a img {
	display: block;
	width: 70%;
	margin: 5px auto;
}
.cateDrop .cateItem1 li a span {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #333;
	line-height: 2rem;
}
.cateDrop .cateItem2 {
	width: 100%;
	overflow: hidden;
}
.cateDrop .cateItem2 .tit {
	position: relative;
	width: 100%;
	height: 4rem;
}
.cateDrop .cateItem2 .tit h3 {
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 8;
	margin-left: -6rem;
	width: 12rem;
	height: 4rem;
	background: #fff;
	font-size: 18px;
	color: #333;
	line-height: 4rem;
	text-align: center;
	font-weight: 400;
}
.cateDrop .cateItem2 .tit .line {
	position: absolute;
	left: 0;
	top: 1.9rem;
	width: 100%;
	height: 1px;
	background: #efefef;
}
.cateDrop .cateItem2 .list {
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.cateDrop .cateItem2 .list a {
	display: inline-block;
    padding: .5rem 1.4rem;
    font-size: 12px;
    color: #333;
    border: 1px solid #dddddd;
    border-radius: 4px;
    margin: 0.3rem;
    width: 40%;
}
.i-cateBox {
	width: 100%;
	height: 40px;
	background: #00af86;
}
.i-cateBox ul {
	width: 100%;
	height: 40px;
}
.i-cateBox li {
	float: left;
	width: 24%;
}
.i-cateBox li:nth-child(2){
	width: 28%;
	/*background: url(../images/xin-bg.png) 90% center no-repeat;*/
	background-size: 15px 15px;
}
.i-cateBox li:nth-child(2) a {
	text-indent: -8px;
}
.i-cateBox li a {
	display: block;
	width: 100%;
	height: 40px;
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	text-align: center;
}
/*首页banner*/
.i-banner {
	width: 100%;
}
.i-banner img {
	display: block;
	width: 100%;
	vertical-align: top;
}
.i-banner .swiper-container {
	display: block;
	padding: 0;
}
/*footer*/
.p-fixBar {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 999;
	width: 100%;
	height: 6rem;
	background: #fff;
}
.p-fixBar ul {
	width: 100%;
	height: 100%;
}
.p-fixBar ul li {
	float: left;
	width: 25%;
	height: 100%;
}
.p-fixBar ul li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: top;
}
.p-fixBar ul li a img {
	display: block;
	width: 3rem;
	height: 3rem;
	margin: 3px auto;
}
.p-fixBar ul li a span {
	display: block;
	font-size: 14px;
	color: #424242;
	line-height: 2rem;
}
@media screen and (min-width:800px) {
    .p-fixBar {
    	left: 50%;
    	margin-left: -320px;
    	max-width: 640px;
    }
}
/*至爱优势*/
.i-advantage {
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
	text-align: center;
}
.i-advantage .itm {
	float: left;
	width: 31.3%;
	margin: 0 1%;
	background: #fff;
	border: 1px solid #b9b9b9;
}
.i-advantage .itm .icon {
	display: block;
	width: 2.4rem;
	height: 2.4rem;
	margin: 5px auto 0;
}
.i-advantage .itm p {
	font-size: 14px;
	color: 16px;
	color: #616161;
	line-height: 3rem;
	text-align: center;
}
.i-advantage .itm p span {
	color: #fd3950;
}
.i-smTit {
	width: 100%;
	height: 80px;
	text-align: center;
	padding: 30px 0;
}
.i-smTit .line {
	display: inline-block;
	width: 3px;
	height: 24px;
	background: #fd3950;
	position: relative;
	top: 3px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}
.i-smTit h3 {
	display: inline-block;
	font-size: 24px;
	color: #2f2f2f;
	line-height: 24px;
	font-weight: 400;
	text-indent: 6px;
}
.i-smTit h3 span {
	color: #fd3950;
}
/*问题*/
.i-ques {
	width: 100%;
	overflow: hidden;
	padding: 0px 0 20px;
}
.i-ques .qsList {
	width: 100%;
	padding: 0px 2%;
	overflow: hidden;
}
.i-ques .qsList ul {
	width: 100%;
}
.i-ques .qsList li {
	float: left;
	width: 33.3%;
}
.i-ques .qsList li a {
	display: block;
	width: 100%;
	padding: 4px 0;
	text-align: center;
	overflow: hidden;
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}
.i-ques .qsList li:nth-child(3) a,
.i-ques .qsList li:nth-child(6) a {
	border-right: 0;
}
.i-ques .qsList li:nth-child(4) a,
.i-ques .qsList li:nth-child(5) a,
.i-ques .qsList li:nth-child(6) a{
	border-bottom: 0;
}
.i-ques .qsList li img {
	display: inline-block;
	height: 2.4rem;
}
.i-ques .qsList li span {
	display: block;
	padding-left: 3rem;
	font-size: 14px;
	color: #232323;
	line-height: 2.4rem;
}
.pLine {
	width: 100%;
	height: 10px;
	background: #f4f4f4;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
/*服务*/
.i-serve {
	width: 100%;
	overflow: hidden;
	padding-bottom: 20px;
}
.i-serve .srList {
	width: 100%;
}
.i-serve .srList ul {
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #dcdcdc;
}
.i-serve .srList li {
	float: left;
	width: 50%;
	height: 8rem;
	padding: 10px 0;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
.i-serve .srList li:nth-child(2n) {
	border-right: 0;
}
.i-serve .srList li .pic {
	float: left;
	width: 24%;
}
.i-serve .srList li .pic img {
	float: right;
	display: block;
	width: 80%;
	margin-top: 10px;
}
.i-serve .srList li .info {
	float: left;
	width: 70%;
	padding-left: 10px;
}
.i-serve .srList li .info h5 {
	font-size: 14px;
	color: #2f2f2f;
	line-height: 24px;
}
.i-serve .srList li .info p {
	font-size: 12px;
	color: #7d7d7d;
	line-height: 20px;
	height: 40px;overflow: hidden;
}
/*测试*/
.i-test {
	width: 100%;
	padding: 15px 2%;
	overflow: hidden;
}
.i-test .pic {
	float: left;
	width: 25%;
}
.i-test .pic img {
	float: left;
	width: 100%;
	border: 1px solid #e5e5e5;
}
.i-test .words {
	float: right;
	width: 70%;
}
.i-test .words h4 {
	font-size: 16px;
	color: #222;
	font-weight: 400;
}
.i-test .words p {
	font-size: 12px;
	color: #7d7d7d;
	padding: 10px 0;
}
.zaBtn {
	display: block;
	width: 10rem;
	height: 2rem;
	text-align: center;
	line-height: 2rem;
	font-size: 14px;
	color: #fff;
	background: #fd3950;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}
/*选择*/
.i-choose {
	width: 100%;
	overflow: hidden;
	padding-bottom: 20px;
}
.i-choose .csList {
	width: 94%;
	margin: 0 auto;
	padding: 4px 0;
	background: #fff;
	box-shadow: #f2f2f2 0 0 2px 3px;
	border-radius: 10px;
}
.i-choose .csList .box {
	width: 96%;
	height: 96%;
	padding: 12px;
	margin: 10px auto;
	border: 1px solid #d9d9d9;
	border-radius: 10px;
}
.i-choose .csList .itm {
	width: 100%;
	padding: 6px 0;
	overflow: hidden;
	border-bottom: 1px dashed #cecece;
	position: relative;
}
.i-choose .csList .itm .pic {
	float: left;
	width: 30%;
}
.i-choose .csList .itm .pic img {
    display: block;
    width: 22%;
    position: absolute;
    top: 50%;
    margin-top: -11%;
}
.i-choose .csList .itm .words {
	float: right;
	width: 70%;
}
.i-choose .csList .itm .words h4 {
    font-size: 19px;
    color: #222;
    line-height: 36px;
    font-weight: 400;
}
.i-choose .csList .itm .words p {
    font-size: 12px;
    color: #7d7d7d;
    line-height: 24px;
    height: 48px;
    display: block;
}
/*首页案例*/
.i-case {
	width: 100%;
	overflow: hidden;
}
.i-case .csList {
	width: 100%;
	background: url(../images/m-i-case-bg.jpg) no-repeat;
	background-size: cover;
	overflow: hidden;
	padding-top: 30px;
}
.i-case .csList .listCon {
	width: 90%;
	margin: 0 auto !important;
	margin-top: 30px;
	overflow: hidden;
	padding-bottom: 40px;
	position: relative;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}
.swiper-paginationAl.swiper-pagination-clickable.swiper-pagination-bullets {
    position: absolute;
    bottom: 15px
}
.i-case .csList .swiper-slide {
	padding: 15px;
	overflow: hidden;
	background: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}
.i-case .csList .swiper-slide .pic {
	float: left;
	width: 50%;
	padding: 4px;
	border: 1px dashed #ccc;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}
.i-case .csList .swiper-slide .pic img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}
.i-case .csList .swiper-slide .desc {
	float: right;
	width: 45%;
}
.i-case .csList .swiper-slide .desc h4 {
	width: 100%;
	height: 30px;
	overflow: hidden;
	font-size: 16px;
	color: #222;
	line-height: 30px;
}
.i-case .csList .swiper-slide .desc p {
	width: 100%;
	height: 136px;
	overflow: hidden;
	font-size: 12px;
	color: #7d7d7d;
	line-height: 20px;
	margin: 8px 0;
}
.swiper-paginationAl {
	text-align: center;
}
.swiper-paginationAl span {
	width: 30px !important;
	height: 3px;
	border-radius: 0;
}
.swiper-paginationAl span.swiper-pagination-bullet-active {
	background: #fd3950 !important;
}
/*首页团队*/
.i-team {
	width: 100%;
	overflow: hidden;
}
.i-team .tmList {
	width: 100%;
	overflow: hidden;
}
.i-team .tmList ul {	
	width: 100%;
}
.i-team .tmList li {
	float: left;
	width: 47%;
	overflow: hidden;
	margin: 6px 1.5%;
	border-radius: 12px;
	-webkit-border-radius: 12px;
}
.i-team .tmList li a {
	position: relative;
	display: block;
	width: 100%;
	height: 15rem;
}
.i-team .tmList li a img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 12px;
	-webkit-border-radius: 12px;
}
.i-team .tmList li a .tag {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0 10px;
	height: 3rem;
	background: rgba(237,237,237,0.92);
}
.i-team .tmList li a .tag .name {
	float: left;
	font-size: 16px;
	color: #222;
	line-height: 3rem;
}
.i-team .tmList li a .tag .more {
	float: right;
	display: block;
	width: 6rem;
	height: 2rem;
	background: #fd3950;
	margin-top: 0.5rem;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 2rem;
	border-radius: 12px;
	-webkit-border-radius: 12px;
}
.i-team .tmListYd {
	width: 100%;
	overflow: hidden;
	background: #eee;	
}
.i-team .tmListYd li {
	width: 100%;
	overflow: hidden;
	padding: 14px 4%;
	margin-top: 8px;
	background: #fff;
}
.i-team .tmListYd li .picName {
	width: 100%;
	overflow: hidden;
}
.i-team .tmListYd li .picName .pic {
	float: left;
	width: 23%;
}
.i-team .tmListYd li .picName .pic img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.i-team .tmListYd li .picName .name {
    float: left;
    width: 77%;
    padding-left: 5%;
    padding-top: 5px;
}
.i-team .tmListYd li .picName .name a {
    display: inline-block;
    width: auto;
    font-size: 16px;
    color: #000;
    line-height: 24px;
    font-weight: bold;
    padding-right: 0;
}
.i-team .tmListYd li .picName .name a span {
	display: none;
}
.i-team .tmListYd li .picName .name .ff span {
	display: inline-block;    
	height: 16px;
	padding: 0 6px;
	line-height: 14px;
	margin-left: 6px;
	border: 1px solid #fd3950;
    font-size: 12px;
    color: #fd3950;
    font-weight: 400;
    text-align: center;
    position: relative;
    top: -1px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
.i-team .tmListYd li .picName .name p  {
	width: 100%;
	height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
	color: #333;
	line-height: 20px;
}
.i-team .tmListYd li .picName .name p span {
	color: #fd3950;
}
.i-team .tmListYd li .lt  {
	float: right;
	width: 20%;
}
.i-team .tmListYd li .lt a  {
	display: block;
	padding: 3px 4px 3px 15px;
	margin-top: 12px;
	border: 1px solid #fd3950;
	font-size: 12px;
	color: #fd3950;
	text-align: center;
	border-radius: 6px;
	-webkit-border-radius: 6px;
}
.i-team .tmListYd li .lt a:nth-child(1){
	background: url(../images/sl.png) 5px center no-repeat;
	background-size: 15px 15px;
}
.i-team .tmListYd li .lt a:nth-child(2){
	background: url(../images/wxl1.png) 5px center no-repeat;
	background-size: 15px 15px;
}	
.i-team .tmListYd li .tag {
	width: 100%;
	overflow: hidden;
	padding: 12px 0% 12px 0%;
}
.i-team .tmListYd li .tag span {
	float: left;
	display: block;
	padding: 5px 5px;
	border: 1px solid #ccc;
	font-size: 12px;
	color: #666;
	margin-right: 4px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
}
.i-team .tmListYd li .des {
	width: 100%;
	height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 12px;
	color: #333;
	line-height: 20px;
}
/*情感学院*/
.i-xy {
	width: 100%;
	overflow: hidden;
}
.i-xy .xyNav {
	width: 100%;
	height: 4rem;
	background: #f4f4f4;
}
.i-xy .xyNav a {
	display: block;
	line-height: 4rem;
	text-align: center;
	font-size: 16px;
	color: #1f1f1f;
}
.i-xy .xyNav .on a {
	background: #fd3950;
	color: #fff;
}
.i-xy .xyConBox {
	width: 100%;
	overflow: hidden;
}
.i-xy .xyConBox .itm {
	display: none;
	width: 100%;
}
.i-xy .xyConBox .itm ul {
	width: 100%;
}
.i-xy .xyConBox .itm li {
	width: 100%;
	padding: 10px 2%;
	border-bottom: 1px solid #d4d4d4;
	overflow: hidden;
}
.i-xy .xyConBox .itm li a {
	display: block;
	width: 100%;
	height: 100%;
}
.i-xy .xyConBox .itm li a .pic {
	float: left;
	width: 25%;
}
.i-xy .xyConBox .itm li a .pic img {
	display: block;
	width: 100%;
	height: 6rem;
}
.i-xy .xyConBox .itm li a .info {
	float: right;
	width: 72%;
}
.i-xy .xyConBox .itm li a .info .t {
	display: block;
	width: 100%;
	height: 3rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	color: #222;
	line-height: 3rem;
}
.i-xy .xyConBox .itm li a .info p {
	width: 100%;
	height: 3rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: #7d7d7d;
	line-height: 3rem;
}
/*footer*/
.p-footer {
	width: 100%;
	padding: 30px 2%;
	overflow: hidden;
	background: #f4f4f4;
}
.p-footer .leftCon {
	float: left;
	width: 100%;
}
.p-footer .leftCon a,
.p-footer .leftCon p {
	font-size: 14px;
	color: #686868;
	line-height: 2rem;
}
.p-footer .rightCon {
	float: right;
	width: 25%;
}
.p-footer .rightCon .ewm {
	display: block;
	width: 100%;
}
.p-footer .rightCon .ewm img {
	display: block;
	width: 100%;
}
.p-footer .rightCon .ewm span {
	display: block;
	width: 100%;
	text-align: center;
	line-height: 2rem;
	font-size: 11px;
	color: #686868;
}
/*公司简介*/
.pg-about {
	width: 100%;
	overflow: hidden;
}
.pg-about .itm1 {
	width: 100%;
	padding: 20px 2%;
	overflow: hidden;
}
.pg-about .itm1 img {
	display: block;
}
.pg-about .itm1 p {
	width: 92%;
	margin: 0 auto;
	font-size: 16px;
	color: #686868;
	line-height: 3rem;
	border-bottom: 1px dashed #dcdcdc;
}
.pg-about .atTit {
	width: 100%;
	height: 20px;
	padding: 0 10px;
	overflow: hidden;
}
.pg-about .atTit h4 {
	font-size: 20px;
	color: #222;
	font-weight: 400;
	line-height: 18px;
	text-indent: 10px;
	border-left: 3px solid #fd3950;
}
.pg-about .itm2 {
	width: 100%;
	padding: 30px 0;
}
.pg-about .itm2 .ywList {
	width: 100%;
	overflow: hidden;
	margin-top: 15px;
}
.pg-about .itm2 .ywList ul {
	width: 100%;
	overflow: hidden;
}
.pg-about .itm2 .ywList li {
	float: left;
	width: 25%;
	height: 3rem;
	padding-left: 20px;
	background: url(../images/m-pg-about-bg-icon.png) 10px center no-repeat;
	border-bottom: 1px dashed #dcdcdc;
}
.pg-about .itm2 .ywList li span {
	display: block;
	font-size: 12px;
	color: #222;
	line-height: 3rem;
}	
.pg-about .itm3 {
	width: 100%;
	height: 20rem;
	padding: 3rem 0;
	background: url(../images/m-pg-about-ctl-bg.jpg) no-repeat;
	background-size: cover;
}
.pg-about .itm3 .list {
	width: 100%;
	padding: 20px 0;
}
.pg-about .itm3 .list ul {
	width: 100%;
}
.pg-about .itm3 .list li {
	width: 100%;
	height: 3.2rem;
	padding: 0 10px;
	border-bottom: 1px dashed #cacaca;
	font-size: 14px;
	color: #686868;
	line-height: 3.2rem;
	padding-left: 30px;
	background: url(../images/m-pg-about-bg-icon.png) 10px center no-repeat;
}
.pg-about .itm3 .list li:last-child {
	border-bottom: 0;
}
.pg-about .itm3 .list li span {
	font-weight: bold;
	color: #686868;
}
.pg-about .itm4 {
	width: 100%;
	padding: 30px 10px;
	background: #fff;
}
.pg-about .itm4 .list {
	width: 100%;
	overflow: hidden;
}
.pg-about .itm4 .list dl {
	width: 100%;
	padding: 10px 2% 10px 6%;
	background: url(../images/m-pg-about-bg-icon.png) 10px 22px no-repeat;
	border-bottom: 1px dashed #dcdcdc;
}
.pg-about .itm4 .list dl dt {
	font-size: 16px;
	color: #686868;
	line-height: 40px;
	font-weight: bold;
}
.pg-about .itm4 .list dl dd {
	font-size: 14px;
	color: #686868;
	line-height: 24px;
}
.pg-about .itm5 {
	width: 100%;
	overflow: hidden;
	padding: 30px 0;
	background: #fff;
}
.pg-about .itm5 .list {
	width: 100%;
	margin-top: 20px;
}
.pg-about .itm5 .list .swiper-slide {
	border: 1px solid #d2d2d2;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: #d2d2d2 0px 0px 3px 3px;
	-webkit-box-shadow: #d2d2d2 0px 0px 3px 3px;
	background: #fff;
}
.pg-about .itm5 .list .swiper-slide a {
	display: block;
	width: 100%;
}
.pg-about .itm5 .list .swiper-slide a .pic {
	float: left;
	display: block;
	width: 40%;
}
.pg-about .itm5 .list .swiper-slide a .pic img {
	display: block;
	width: 100%;
	height: 8rem;
}
.pg-about .itm5 .list .swiper-slide a .words {
	float: left;
	width: 60%;
}
.pg-about .itm5 .list .swiper-slide a .words h5 {
	font-size: 16px;
	color: #222;
	line-height: 3rem;
	padding: 0 6px;
	border-bottom: 1px solid #e5e5e5;
}
.pg-about .itm5 .list .swiper-slide a .words p {
	padding: 0 6px;
	font-size: 14px;
	color: #686868;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.pg-about .itm6 {
	padding-bottom: 30px;
}
.pg-about .smAtTit {
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding: 30px 0;
}
.pg-about .smAtTit h3 {
	display: inline-block;
	border-left: 4px solid #fd3950;
	font-size: 18px;
	color: #222;
	line-height: 20px;
	text-indent: 5px;
	font-weight: 400;
}
.pg-about .smAtTit h3 span {
	color: #fd3950;
}
.pg-about .itmYw {
	width: 100%;
}
.pg-about .itmYw .list {
	width: 100%;
}
.pg-about .itmYw .list ul {
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #dcdcdc;
}
.pg-about .itmYw .list li {
	float: left;
	width: 50%;
	height: 8rem;
	padding: 10px 8px;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
.pg-about .itmYw .list li:nth-child(2n){
	border-radius: 0;
}
.pg-about .itmYw .list li .pic {
	float: left;
	width: 25%;
}
.pg-about .itmYw .list li .pic img {
	display: block;
	width: 90%;
	margin-top: 10px;
}
.pg-about .itmYw .list li .words {
	float: right;
	width: 75%;
}
.pg-about .itmYw .list li .words span {
	display: block;
	font-size: 16px;
	color: #2f2f2f;
	line-height: 30px;
}
.pg-about .itmYw .list li .words p {
	font-size: 12px;
	color: #7d7d7d;
}
.pg-about .itmMt {
	width: 100%;
	overflow: hidden;
	background: url(../images/m-pg-about-mt-bg.jpg) no-repeat;
	background: cover;
	padding: 0px 0 20px;
}
.pg-about .itmMt .list {
	width: 94%;
	margin: 0 auto;
	padding: 10px;
	background: #fff;
}
.pg-about .itmMt .list ul {
	width: 100%;
}
.pg-about .itmMt .list li {
	width: 100%;
	margin: 6px 0;
	overflow: hidden;
}
.pg-about .itmMt .list li a {
	display: block;
	width: 100%;
}
.pg-about .itmMt .list li a img {
	float: left;
	display: block;
	height: 2rem;
}
.pg-about .itmMt .list li a span {
	float: left;
	display: block;
	font-size: 12px;
	color: #333;
	line-height: 2rem;
	margin-left: 5px;
}
.pg-about .itmRy {
	width: 100%;
	overflow: hidden;
}
.pg-about .itmRy .list {
	width: 100%;
	overflow: hidden;
}
.pg-about .itmRy .list ul {
	width: 100%;
}
.pg-about .itmRy .list li {
	float: left;
	width: 46%;
	margin: 5px 2%;
}
.pg-about .itmRy .list li img {
	display: block;
	width: 100%;
	border: 3px solid #e0e0e0;
}
/*专家列表*/
.pg-expert {
	width: 100%;
	overflow: hidden;
}
.pg-expert .itmTe {
	display: none;
	width: 100%;
	height: 10rem;
	padding: 2rem 0;
	overflow: hidden;
}
.pg-expert .itmTe .chos {
	float: left;
	padding: 2rem;
}
.pg-expert .itmTe .chos select {
	border: 0;
	outline: none;
}
.pg-expert .itmTe .ewm {
	float: right;
}
.pg-expert .itmTe .ewm img {
	float: left;
	display: block;
	height: 6rem;
}
.pg-expert .itmTe .ewm span {
	float: left;
	line-height: 6rem;
	font-size: 14px;
	color: #686868;
	padding: 0 4px;
}
.pg-expert .itmList {
	width: 100%;
	overflow: hidden;
}
.pg-expert .itmList .nav {
	width: 100%;
	height: 7rem;
	padding: 2rem 2%;
	overflow: hidden;
	background: #fff;
}
.pg-expert .itmList .nav .box {
	display: inline-block;
	height: 3rem;
	padding: 0.3rem;
	background: #ededed;
	border-radius: 15px;
	-webkit-border-radius: 15px;
}
.pg-expert .itmList .nav a {
	float: left;
	display: block;
	width: 8rem;
	height: 2.4rem;
	text-align: center;
	font-size: 14px;
	color: #222;
	line-height: 2.4rem;
}
.pg-expert .itmList .nav a.on {
	background: #fd3950;
	color: #fff;
	border-radius: 15px;
	-webkit-border-radius: 15px;
}
.pg-expert .itmList .list {
	width: 100%;
	overflow: hidden;
}
.pg-expert .itmList .list ul {
	width: 100%;
}
.pg-expert .itmList .list li {
	width: 100%;
	padding: 2rem 2%;
	overflow: hidden;
	border-bottom: 1px solid #dadada;
}
.pg-expert .itmList .list li .pic {
	float: left;
	width: 30%;
}
.pg-expert .itmList .list li .pic img {
	display: block;
	width: 100%;
}
.pg-expert .itmList .list li .info {
	float: right;
	width: 66%;
}
.pg-expert .itmList .list li .info .name {
	display: block;
	font-size: 18px;
	color: #222;
	line-height: 20px;
	margin-bottom: 8px;
}
.pg-expert .itmList .list li .info p {
	width: 100%;
	height: 40px;
	overflow: hidden;
	font-size: 14px;
	color: #686868;
	line-height: 20px;
}
.pg-expert .itmList .list li .info p span {
	font-weight: bold;
}
.pg-expert .itmList .list li .info .tag {
	width: 100%;
	overflow: hidden;
	margin-top: 8px;
}
.pg-expert .itmList .list li .info .tag span {
	float: left;
	font-size: 14px;
	color: #222;
	line-height: 2rem;
	margin-right: 10px;
}
.pg-expert .itmList .list li .info .tag a {
	float: left;
	display: block;
	width: 6rem;
	height: 2rem;
	background: #fd3950;
	line-height: 2rem;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-radius: 15px;
	-webkit-border-radius: 15px;
}
.pg-expert .itmTj {
	width: 100%;
	padding: 30px 0;
	overflow: hidden;	
}
.pg-expert .itmTj .tit {
	width: 100%;
	height: 4rem;
	padding: 1rem 2%;
	border-bottom: 1px solid #c5c5c5;
}
.pg-expert .itmTj .tit h3 {
	height: 1.6rem;
	line-height: 1.6rem;
	font-size: 16px;
	color: #1f1f1f;
	text-indent: 10px;
	border-left: 3px solid #fd3950;
}
.pg-expert .itmTj .list {
	width: 100%;
}
.pg-expert .itmTj .list ul {
	width: 100%;
}
.pg-expert .itmTj .list li {
	width: 100%;
	padding: 10px 2%;
	border-bottom: 1px solid #e1e1e1;
}
.pg-expert .itmTj .list li a {
	display: block;
	width: 100%;
}
.pg-expert .itmTj .list li a span {
	display: block;
	width: 100%;
	height: 3rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	color: #222;
	line-height: 3rem;
}
.pg-expert .itmTj .list li a p {
	display: block;
	width: 100%;
	height: 2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	color: #686868;
	line-height: 2rem;
}
/*专家详情页*/
.pg-eptDt {
	width: 100%;
	overflow: hidden;
}
.pg-eptDt .itm1 {
	width: 100%;
	padding: 1.2rem 10%;
	background: url(../images/pg-eptdt-itm1-bg.jpg) no-repeat;
	background-size: cover;
}
.pg-eptDt .itm1 .picBox img {
	display: block;
	width: 6rem;
	height: auto;
	margin: 0 auto;
	border: 4px solid #fff;
}
.pg-eptDt .itm1 .picBox .name {
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 2.8rem;
	text-align: center;
	font-weight: bold;
	text-align: center;
}
.pg-eptDt .itm1 .picBox .tag {
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding: 3px 0;
}
.pg-eptDt .itm1 .picBox .tag span {
	display: inline-block;
	font-size: 12px;
	color: #fff;
	text-align: center;
	padding: 4px 5px;
	margin: 0 2px;
	border: 1px solid #fff;
	border-radius: 8px;
	-webkit-border-radius: 8px;
}
.pg-eptDt .itm1 .picBox .des {
	display: block;
	width: 100%;
	height: 40px;
	overflow: hidden;
	text-align: center;
	font-size: 12px;
	color: #fff;
	line-height: 20px;
}
.pg-eptDt .itm1 .ewm {
	float: right;
}
.pg-eptDt .itm1 .ewm img {
	display: block;
	width: 8rem;
	border: 4px solid #ffffff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}
.pg-eptDt .itm1 .ewm span {
	display: block;
	font-size: 18px;
	color: #222;
	line-height: 3rem;
	text-align: center;
}
.pg-eptDt .itm2 {
	width: 100%;
	padding: 1rem 2%;
	overflow: hidden;
	background: #fff;
}
.pg-eptDt .itm2 dl {
	position: relative;
	float: left;
	width: 33%;
	height: 5rem;
	text-align: center;
}
.pg-eptDt .itm2 dl:after {
	content: '';
	position: absolute;
	right: 0;
	top: 12px;
	display: block;
	width: 1px;
	height: 3rem;
	background: #dfdfdf;
}
.pg-eptDt .itm2 dl:last-child:after {
	display: none;
}
.pg-eptDt .itm2 dl dt {
	font-size: 14px;
	color: #686868;
	line-height: 3rem;
}
.pg-eptDt .itm2 dl dd {
	font-size: 16px;
	color: #fd3950;
	font-weight: bold;
	line-height: 2rem;
}
.pg-eptDt .itm3 {
	width: 100%;
	height: 4rem;
	background: #fff;
}
.pg-eptDt .itm3 .nav {
	width: 100%;
	height: 100%;
}
.pg-eptDt .itm3 .nav a {
	float: left;
	display: block;
	width: 33.3%;
	height: 100%;
	text-align: center;
	line-height: 4rem;
	font-size: 16px;
	color: #222;
	border-right: 1px solid #e2e2e2;
}
.pg-eptDt .itm3 .nav a:last-child {
	border: 0;
}
.pg-eptDt .itm3 .nav a.on {
	font-weight: bold;
	color: #fd3950;
}
.pg-eptDt .itm4 {
	width: 100%;
	overflow: hidden;
}
.pg-eptDt .itm4 .content {
	width: 100%;
	padding: 20px 4%;
	overflow: hidden;
	border-bottom: 10px solid #f4f4f4;
}
.pg-eptDt .itm4 .content .conTit {
	display: block;
	font-size: 18px;
	color: #222;
	line-height: 4rem;
	font-weight: 400;
}
.pg-eptDt .itm4 .content p {
	font-size: 14px;
	color: #686868;
	line-height: 24px;
}
.pg-eptDt .itm4 .content p:nth-child(1) {
	float: left;
	margin-right: 10px;
}
.pg-eptDt .itm4 .content img {
	display: block;
/*	width: 60px;
	height: 60px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;*/
}
.pg-eptDt .itm4 .content3 .pList {
	width: 100%;
	overflow: hidden;
}
.pg-eptDt .itm4 .content3 .pList ul {
	width: 100%;
}
.pg-eptDt .itm4 .content3 .pList li {
	width: 100%;
	padding: 10px 0;
	overflow: hidden;
}
.pg-eptDt .itm4 .content3 .pList li .pic {
	float: left;
	width: 20%;
	height: 100%;
}
.pg-eptDt .itm4 .content3 .pList li .pic img {
	display: block;
	width: 100%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}
.pg-eptDt .itm4 .content3 .pList li .desc {
	float: right;
	width: 78%;
}
.pg-eptDt .itm4 .content3 .pList li .desc .n-t {
	width: 100%;
	height: 2rem;
	overflow: hidden;
}
.pg-eptDt .itm4 .content3 .pList li .desc .n-t span {
	float: left;
	font-size: 16px;
	color: #222;
	line-height: 2rem;
}
.pg-eptDt .itm4 .content3 .pList li .desc .n-t em {
	float: left;
	font-size: 14px;
	color: #c5c5c5;
	line-height: 2rem;
	margin-left: 10px;
}
.pg-eptDt .itm4 .content3 .pList li .desc .words {
	width: 100%;
	overflow: hidden;
}
.pg-eptDt .itm4 .content3 .pList li .desc .words p {
	font-size: 12px;
	color: #686868;
	line-height: 20px;
}
/*新闻中心*/
.xy-i-news {
	width: 100%;
	overflow: hidden;
}
.xy-i-news .ns-tit {
	width: 100%;
	height: 4rem;
}
.xy-i-news .ns-tit a {
	float: left;
	display: block;
	width: 25%;
	padding: 0 5px;
	height: 4rem;
	text-align: center;
	line-height: 4rem;
	font-size: 18px;
	color: #1f1f1f;
	position: relative;
	top: 1px;
	border-right: 1px solid #e1e1e1;
}
.xy-i-news .ns-tit a.on {
	color: #fd3950;
	font-weight: bold;
}
.xy-i-news .ns-con {
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
}
.xy-i-news .ns-con .itm {
	display: none;
}
.xy-i-news .ns-con .hot {
	display: block;
	width: 100%;
	padding: 12px 3%;
	overflow: hidden;
	border-top: 10px solid #f4f4f4;
}
.xy-i-news .ns-con .hot img {
	display: block;
	width: 100%;
}
.xy-i-news .ns-con .hot span {
	display: block;
	width: 100%;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	color: #1f1f1f;
	line-height: 40px;
}
.xy-i-news .ns-con .list {
	width: 100%;
	overflow: hidden;
}
.xy-i-news .ns-con .list ul {
	width: 100%;
}
.xy-i-news .ns-con .list li {
	width: 100%;
	padding: 10px 3%;
	overflow: hidden;
	border-bottom: 1px solid #e6e6e6;
}
.xy-i-news .ns-con .list li:last-child {
	border-bottom: 0;
}
.xy-i-news .ns-con .list li a {
	display: block;
	width: 100%;
}
.xy-i-news .ns-con .list li a img {
	float: left;
	display: block;
	width: 25%;
	height: 5rem;
}
.xy-i-news .ns-con .list li a span {
	float: right;
	width: 70%;
	font-size: 16px;
	color: #1f1f1f;
	line-height: 24px;
}
.xy-i-news .more {
	width: 100%;
	height: 4rem;
	border-bottom: 1px solid #e9e9e9;
}
.xy-i-news .more a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 4rem;
	font-size: 16px;
	color: #6a6a6a;
}
/*文章列表*/
.xy-i-artList {
	width: 100%;
	overflow: hidden;
	border-top: 10px solid #f4f4f4;
	padding: 20px 0;
}
.xy-i-artList .art-tit {
	width: 100%;
	height: 3rem;
	background: #f4f4f4;
}
.xy-i-artList .art-tit a {
	display: block;
	width: 100%;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	font-size: 16px;
	color: #1f1f1f;
}
.xy-i-artList .art-tit .on a {
	background: #fd3950;
	color: #fff;
}
.xy-i-artList .artList {
	width: 100%;
}
.xy-i-artList .artList .itmBox {
	display: none;
	width: 100%;
	overflow: hidden;
}
.xy-i-artList .artList .itmBox .box {
	width: 100%;
	padding: 10px 3%;
}
.xy-i-artList .artList .itmBox .pic {
	width: 100%;
	overflow: hidden;
	padding: 10px 0;
}
.xy-i-artList .artList .itmBox .pic a {
	display: block;
	width: 100%;
}
.xy-i-artList .artList .itmBox .pic a img {
	float: left;
	display: block;
	width: 23%;
	height: 5rem;
}
.xy-i-artList .artList .itmBox .pic a .info {
	float: right;
	width: 74%;
}
.xy-i-artList .artList .itmBox .pic a .info span {
	display: block;
	font-size: 16px;
	color: #1f1f1f;
	line-height: 30px;
}
.xy-i-artList .artList .itmBox .pic a .info em {
	display: block;
	font-size: 14px;
	color: #b8b8b8;
	line-height: 30px;
}	
.xy-i-artList .artList .itmBox ul {
	width: 100%;
}
.xy-i-artList .artList .itmBox li {
	width: 100%;
	height: 3rem;
	border-top: 1px solid #d9d9d9;
}
.xy-i-artList .artList .itmBox li a {
	display: block;
	width: 100%;
	height: 3rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 15px;
	color: #6a6a6a;
	line-height: 3rem;
}
/*新闻中心*/
.xy-i-knowledge {
	width: 100%;
	overflow: hidden;
}
.xy-i-knowledge .ns-tit {
	width: 100%;
	height: 4rem;
}
.xy-i-knowledge .ns-tit a {
	float: left;
	display: block;
	width: 33.33%;
	padding: 0 5px;
	height: 4rem;
	text-align: center;
	line-height: 4rem;
	font-size: 18px;
	color: #1f1f1f;
	position: relative;
	border-right: 1px solid #e1e1e1;
}
.xy-i-knowledge .ns-tit a.on {
	color: #fd3950;
	font-weight: bold;
}
.xy-i-knowledge .ns-con {
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
}
.xy-i-knowledge .ns-con .hot {
	display: block;
	width: 100%;
	padding: 12px 3%;
	overflow: hidden;
}
.xy-i-knowledge .ns-con .hot img {
	display: block;
	width: 100%;
}
.xy-i-knowledge .ns-con .hot span {
	display: block;
	width: 100%;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	color: #1f1f1f;
	line-height: 40px;
	padding-top: 5px;
}
.xy-i-knowledge .ns-con .hot p{font-size:13px;color:#999;line-height:24px;display:block;padding:0 0 10px;}
.xy-i-knowledge .ns-con .list {
	width: 100%;
	overflow: hidden;
	border-top: 10px solid #f4f4f4;
}
.xy-i-knowledge .ns-con .list ul {
	width: 100%;
}
.xy-i-knowledge .ns-con .list li {
	width: 100%;
	padding: 10px 3%;
	overflow: hidden;
	border-bottom: 1px solid #e6e6e6;
}
.xy-i-knowledge .ns-con .list li:last-child {
	border-bottom: 0;
}
.xy-i-knowledge .ns-con .list li a {
	display: block;
	width: 100%;
}
.xy-i-knowledge .ns-con .list li a img {
    float: left;
    display: block;
    width: 25%;
    height: auto;
}
.xy-i-knowledge .ns-con .list li a span {
	float: right;
	width: 70%;
	font-size: 16px;
	color: #1f1f1f;
	line-height: 24px;
	padding-top: 10px;
}
.xy-i-knowledge .more {
	width: 100%;
	height: 4rem;
	border-bottom: 1px solid #e9e9e9;
}
.xy-i-knowledge .more a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 4rem;
	font-size: 16px;
	color: #6a6a6a;
}
.xy-i-knowledge .ns-con .list li a p {
    float: right;
    width: 70%;
    font-size: 12px;
    line-height: 20px;
    padding: 5px 0;
    color: #aaa
}
/*学院新闻*/
.pg-art-list {
	border-top: 10px solid #f4f4f4;
}
.pg-pos {
	width: 100%;
	overflow: hidden;
	padding: 10px 3%;
}
.pg-pos * {
	font-size: 12px;
	color: #c5c5c5;
}
.pg-art-list .ns-con {
	margin-top: 0;
}
.pg-art-list .ns-con .list li a span {}
/*详情页*/
.pg-detail {
	width: 100%;
	overflow: hidden;
}
.pg-detail .dtl-con {
	width: 100%;
	border-top: 10px solid #f4f4f4;
	overflow: hidden;
}
.pg-detail .dtl-con .tit {
	width: 100%;
	border-bottom: 1px solid #cdcdcd;
	padding: 10px 0;
	text-align: center;
}
.pg-detail .dtl-con .tit h3 {
	font-size: 20px;
	color: #1f1f1f;
	font-weight: 400;
	line-height: 30px;
}
.pg-detail .dtl-con .tit p {
	margin-top: 6px;
	font-size: 12px;
	color: #c5c5c5;
}
.pg-detail .dtl-con .content {
	width: 100%;
	overflow: hidden;
	padding: 10px 3%;
}
.pg-detail .dtl-con .content p {
	font-size: 14px;
	color: #6a6a6a;
	line-height: 22px;
}
.pg-detail .dtl-con .content img {
	display: block;
	max-width: 100%;
}
.pg-prev-next {
	border-top: 1px solid #cdcdcd;
	margin-top: 30px;
	padding: 0 3%;
}
.pg-prev-next div {
	width: 100%;
	height: 30px;
}
.pg-prev-next div * {
	line-height: 30px;
	font-size: 14px;
	color: #1f1f1f;
}
.list-pagebai {
	display: block;
	width: 100%;
	text-align: center;
	padding: 30px 0 !important;
}
.list-pagebai a {
	display: inline-block;
	padding: 3px 6px !important;;
	font-size: 14px !important;;
	color: #3c3c3c;
	border: 1px solid #c8c8c8;;
	margin: 2px !important !important;;
}
.list-pagebai .on {
	border: 0;
	background: #fd3950 !important;;
	color: #fff !important;;
}
.fixItm {
	position: fixed;
	left: 6px;
	top: 40%;
	z-index: 999;
	display: none;
	width: 50px;
}
.fixItm .BtnBox1 {
	width: 100%;
	overflow: hidden;
}
.fixItm .BtnBox1 ul {
	width: 100%;
}
.fixItm .BtnBox1 li {
	position: relative;
	width: 50px;
	overflow: hidden;
	margin-bottom: 1px;
	background: #fd3950;
    border-radius: 6px;
    -webkit-border-radius: 6px;
}
/*.fixItm .BtnBox1 li:nth-child(1):after {
	content: "";
	position: absolute;
	right: 0;
	top: 0px;
	display: block;
	width: 1px;
	height: 40px;
	background: #333;
}*/
.fixItm .BtnBox1 li a {
	display: block;
	width: 100%;
}
.fixItm .BtnBox1 li a img {
	display: block;
	width: 30px;
	margin: 0 auto;
}
.fixItm .BtnBox1 li a span {
	display: block;
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	text-align: center;
}
.fixItm .telBox {
	float: right;
	width: 50%;
}
.fixItm .telBox a {
	display: block;
	width: 80%;
	height: 40px;
	margin: 0 auto;
	background: #fd3950;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}
/*底部工具栏*/
body {
	padding-bottom: 70px;
}
.fixItmBt {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 999;
	width: 100%;
	height: 70px;
	padding: 15px 0;
	background: rgba(255,255,255,1);
}
.fixItmBt .BtnBox1 {
	float: left;
	width: 50%;
	height: 100%;
}
.fixItmBt .BtnBox1 ul {
	width: 100%;
}
.fixItmBt .BtnBox1 li {
	position: relative;
	position: relative;
	float: left;
	width: 50%;
	overflow: hidden;
}
.fixItmBt .BtnBox1 li:nth-child(1):after {
	content: "";
	position: absolute;
	right: 0;
	top: 0px;
	display: block;
	width: 1px;
	height: 40px;
	background: #ddd;
}
.fixItmBt .BtnBox1 li a {
	display: block;
	width: 100%;
	height: 100%;
}
.fixItmBt .BtnBox1 li a img {
	display: block;
	width: 24px;
	height: 24px;
	margin: 0 auto;
}
.fixItmBt .BtnBox1 li a span {
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 20px;
	text-align: center;
}
.fixItmBt .telBox {
	float: right;
	width: 50%;
}
.fixItmBt .telBox a {
	display: block;
	width: 80%;
	height: 40px;
	margin: 0 auto;
	background: #fd3950;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}
.sdBox {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9998;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
}
.fixTan {
	display: none;
	position: fixed;
	left: 10%;
	top: 10%;
	z-index: 9999;
	width: 80%;
	margin: 0 auto;
	background: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}
.fixTan .tTit {
	width: 100%;
	padding: 14px 0;
	background: #fd3950;
	overflow: hidden;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}
.fixTan .tTit img {
	display: block;
	width: 64%;
	margin: 0 auto;
}
.fixTan .conBox {
	width: 100%;
}
.fixTan .conBox form {
	width: 100%;
	padding: 10px 4%;
}
.fixTan .conBox .iptItm {
	width: 100%;
}
.fixTan .conBox .iptItm p {
	font-size: 16px;
	color: #fd3950;
	line-height: 30px;
}
.fixTan .conBox .iptItm .con {
	width: 100%;
	overflow: hidden;
}
.fixTan .conBox .iptItm .con label {
	float: left;
	width: 28%;
	height: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	line-height: 20px;
}
.fixTan .conBox .iptItm .con input {
	font-size: 18px;
	color: #333;
	line-height: 20px;
}
.fixTan .conBox .iptItm .con input[type="checkbox"] {
	position: relative;
	top: 2px;
	margin: 3px;
}
.fixTan .conBox .tel {
	width: 100%;
	height: 30px;
	margin: 10px auto;
}
.fixTan .conBox .tel input {
	width: 100%;
	height: 100%;
	text-indent: 10px;
	font-size: 12px;
	color: #333;
	line-height: 30px;
	border: 1px solid #ccc;
	border-radius: 6px;
	-webkit-border-radius: 6px;
}
.fixTan .conBox .wxBox {
	width: 100%;
	margin: 10px 0;
} 
.fixTan .conBox .wxBox img {
	display: block;
	width: 36%;
	margin: 0 auto;
} 
.fixTan .conBox .wxBox span {
	display: block;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	color: #333;
}
.fixTan .conBox input[type="submit"] {
	width: 100%;
	height: 30px;
	background: #fd3950;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	border:0;
	cursor: pointer; 
	-webkit-appearance: none; 
	border-radius: 6px;
	-webkit-border-radius: 6px;
}
.fixTan .close {
	position: absolute;
	right: 4px;
	top: 0px;
	display: block;
	font-size: 36px;
	color: #fff;
	font-family: "宋体";
}
/*郑重承诺*/
.i-clBox {
	width: 100%;
	overflow: hidden;
}
.i-clBox .list {
	width: 100%;
}
.i-clBox .list h4 {
	font-size: 16px;
	color: #383838;
	line-height: 24px;
	width: 100%;
	overflow: hidden;
	padding: 15px 4%;
	font-weight: 400;
}
.i-clBox .list h4 span {
	color: #fd3950;
	font-weight: bold;
}
.i-clBox .list ul {
    width: 96%;
    margin: 0 auto;
    padding: 15px 10px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    background: url(../images/20171014151802_1287934882.jpg) no-repeat center / cover;
}
.i-clBox .list li {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #ffbed9;
	padding: 10px 0;
}
.i-clBox .list li:last-child {
	border-bottom: 0;
}
.i-clBox .list li .num {
	float: left;
	width: 10%;
}
.i-clBox .list li .num span {
	display: block;
	width: 24px;
	height: 24px;
	background: #fd3950;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	text-align: center;
	line-height: 24px;
	font-size: 15px;
	color: #fff;
	margin-top: 4px;
}
.i-clBox .list li .des {
	float: right;
	width: 100%;
}
.i-clBox .list li .des h5 {
    font-size: 15px;
    color: #fd3950;
    line-height: 35px;
    font-weight: bold;
    display: block;
}
.i-clBox .list li .des p {
	font-size: 13px;
	color: #a15e66;
	line-height: 24px;
}
.i-clBox .list img {
	margin-top: 6px;
}
.con.conlxwm {
    width: 94%;
    margin: 0 auto;
}
.con.conlxwm p {
    font-size: 14px;
    line-height: 2em;
}
.con.conlxwm p a{color: #fd3950;font-size: inherit;}
.list-pagebai a.cur_page {
    color: #fff;
    background: #fd3950;
    border-color: #fd3950;
}