@charset "utf-8";
/* 
    @名称: base
    @功能: 重设浏览器默认样式
*/

/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html {
	color: #000;
	background: #fff;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 62.5%;
}
/* 内外边距通常让各个浏览器样式的表现位置不同 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
}
body {
	margin: 0 auto;
}
/* 重设 HTML5 标签, IE 需要在 js 中 createElement(TAG) */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/* HTML5 媒体文件跟 img 保持一致 */
audio, canvas, video {
	display: inline-block;
*display:inline;
*zoom:1;
}
/* 要注意表单元素并不继承父级 font 的问题 */
body, button, input, select, textarea {
	font: 12px/1.5 tahoma, arial, \5FAE\8F6F\96C5\9ED1;
}
/* iphone手机表单默认 */
input.no {
	-webkit-appearance: none;
}
input, select, textarea {
	font-size: 100%;
}
/* 去掉各Table  cell 的边距并让其边重合 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* IE bug fixed: th 不继承 text-align*/
th {
	text-align: inherit;
}
/* 去除默认边框 */
fieldset, img {
	border: 0;
	width: 100%;
}
/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
	display: block;
}
/* 去掉 firefox 下此元素的边框 */
abbr, acronym {
	border: 0;
	font-variant: normal;
}
/* 一致的 del 样式 */
del {
	text-decoration: line-through;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: 500;
}
/* 去掉列表前的标识, li 会继承 */
ol, ul {
	list-style: none;
}
/* 对齐是排版最重要的因素, 别让什么都居中 */
caption, th {
	text-align: left;
}
/* 来自yahoo, 让标题都自定义, 适应多个系统应用 */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: 500;
}
q:before, q:after {
	content: '';
}
/* 默认不显示下划线，保持页面简洁 */
a {
	text-decoration: none !important;
	color: #000;
}
a:hover {
	text-decoration: underline;
}
/* 清理内浮动 */
.fl-c:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.fl-c {
 *zoom:1; /* for IE6 IE7 */
}
/* 默认字体样式 微软雅黑&宋体\5b8b\4f53*/
*, input, button, select, textarea {
	font-family: \5FAE\8F6F\96C5\9ED1;
}
/* 最大宽度应对手机自定义 */
header, nav, section, footer {
	margin: 0 auto;
	max-width: 640px;
}
.main {
	max-width: 640px;
	margin: 0 auto;
	overflow: hidden;
}
/* header*/
.nav-bg {
	background: #ffb11c;
	width: 100%;
}
.nav li {
	width: 25%;
	float: left;
 height: .67rem;
 line-height: .67rem;
	box-sizing: border-box;
}
.nav li a {
 font-size: .25rem;
	color: #730000;
	text-align: center;
	display: block;
}
.nav li a b {
	display: block;
	width: 1px;
	float: right;
 height: .2rem;
	background: #6b1501;
 margin-top: .25rem;
}
.nav li.li-l {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.nav li.li-no {
	border-right: none !important;
}
.banner {
	width: 6.4rem;
	height: 3.2rem;
}
.banner a, .banner img {
	display: block;
	width: 100%;
}
.one-btn {
	width: 6rem;
 height:.8rem;
 line-height:.8rem;
 margin:.2rem auto;
	border: 1px solid #780506;
margin-top:.3rem;
}
.one-btn span {
	float: left;
	width: 3.71rem;
 height:.5rem;
	vertical-align: middle;
 margin-top:.17rem;
 margin-left:.16rem;
}
.one-btn a {
	float: right;
	width: 1.85rem;
 height:.8rem;
 line-height:.8rem;
	background-color: #780506;
	text-align: center;
 font-size:.34rem;
	color: #fff;
}
.title-top {
	width: 6.4rem;
	background-color: #780506;
 padding:.16rem 0;
}
.title-top p {
 font-size:.32rem;
	color: #fff;
	text-align: center;
}
.title-top h1 {
 font-size:.36rem;
	font-weight: bold;
	color: #f7ff77;
	text-align: center;
 line-height:.38rem;
}
.part-mansion {
	width: 6rem;
 margin:.4rem auto .3rem;
}
.mansion-l {
	width: 3.2rem;
	height: 3.6rem;
	float: left;
}
.mansion-l p {
	left: 1rem;
}
.part-mansion a, .part-mansion img {
	display: block;
	width: 100%;
}
.mansion-p {
	position: relative;
}
.mansion-p p {
 font-size:.26rem;
	color: #fff;
	text-align: center;
 height:.5rem;
 line-height:.5rem;
	position: absolute;
	bottom: 0.03rem;
}
.mansion-r {
	width: 2.72rem;
	float: right;
}
.mansion-r p {
	left: 1rem;
}
.mans-b {
 margin-bottom:.1rem;
}
.mansion-two {
	width: 2.72rem;
	height: 1.75rem;
}
.text-one {
	width: 6rem;
	margin: 0 auto
}
.text-one .p-size {
 font-size:.26rem;
	color: #101010;
	text-indent: 2em;
 line-height:.42rem;
 margin-bottom:.3rem;
 text-align:justify;
}
.text-red a {
	display: block;
}
.text-red h1 {
 font-size:.26rem;
	text-align: center;
	color: #dc0002;
}
.text-red i {
	display: block;
	background-color: #dc0002
}
.text-long i {
	width: 6rem;
	height: 1px;
 margin:.05rem auto;
}
.text-short i {
	width: 3.65rem;
	height: 1px;
 margin:.05rem auto;
}
.tel-btn {
	width: 6rem;
 margin:.2rem auto .4rem;
}
.tel-btn a {
	display: block;
	width: 2.9rem;
 height:.7rem;
 line-height:.7rem;
	color: #fff;
	font-weight: bold;
 border-radius:.4rem;
	box-sizing: border-box;
}
.tel-btn a.a {
	float: left;
 font-size:.32rem;
 padding-left:.7rem;
 background:url(../images/icon-1.png) no-repeat .15rem center #2a9012;
 background-size:.5rem;
}
.tel-btn a.b {
	float: right;
 font-size:.3rem;
 padding-left:.57rem;
 background:url(../images/icon-2.png) no-repeat .1rem center #ff6600;
 background-size:.38rem;
}
.text-top {
 margin-top:.45rem !important;
}
.text-tops {
 margin-top:.3rem !important;
}
.part-apt-img a {
	display: block;
	width: 6rem;
	height: 1.26rem;
 margin:0 auto .1rem;
}
.part-box {
	width: 6rem;
	margin: 0 auto;
}
.box-pos {
	border: 1px solid #ccc;
	width: 2.8rem;
	height: 2rem;
 padding:.05rem;
 margin-bottom:.2rem;
}
.box-item {
	width: 2.8rem;
	height: 2rem;
	position: relative;
}
.box-item p.p-small {
 font-size:.18rem;
	color: #fff;
	text-align: center;
}
.box-item p.p-big {
 font-size:.19rem;
	color: #fff;
	text-align: center;
}
.box-p {
 height:.45rem;
 line-height:.45rem;
	width: 2.8rem;
	position: absolute;
	bottom: 0;
	left: 0
}
.box-l {
	float: left;
}
.box-r {
	float: right;
}
.part-skill {
 margin-top:.2rem;
}
.skill-tit {
	width: 6.4rem;
 height:.9rem;
 line-height:.9rem;
 font-size:.36rem;
	color: #fff;
	text-align: center;
	background-color: #780506;
}
.skill-nav {
 margin-bottom:.35rem;
}
.skill-nav ul {
	width: 6.4rem;
 height:.7rem;
 line-height:.7rem;
	border-bottom: 1px solid #780506;
}
.skill-nav ul li {
	float: left;
	border-right: 1px solid #780506;
	box-sizing: border-box;
 font-size:.28rem;
}
.skill-nav ul li:nth-child(1) {
	width: 1.45rem;
	color: #780506;
	text-align: center;
}
.skill-nav ul li:nth-child(2) {
	width: 3.65rem;
	color: #333;
 padding-left:.2rem !important;
}
.skill-nav ul li:nth-child(3) {
	width: 1.3rem;
}
.skill-nav ul li.li-no {
	border-right: none !important;
}
.skill-nav ul li:nth-child(3) a {
	display: block;
	width: 1.2rem;
 height:.42rem;
 line-height:.42rem;
	background-color: #dc0002;
 border-radius:.3rem;
 font-size:.24rem;
	text-align: center;
	color: #fff;
 margin:.14rem auto;
}
.text-smal i {
	width: 3.9rem;
	height: 1px;
 margin:.05rem auto
}
.text-smals i {
	width: 3.6rem;
	height: 1px;
 margin:.05rem auto
}
.text-smals-s i {
	width: 2.6rem;
	height: 1px;
 margin:.05rem auto
}
.part-team {
	width: 6.4rem;
	height: 4.93rem;
	background: url(../images/bg-1.jpg) no-repeat;
	background-size: 100%;
	position: relative;
}
.part-team-on {
	width: 3.58rem;
	height: 4.5rem;
	background: rgba(255,255,255,.6);
	position: absolute;
 top:.2rem;
 right:.2rem;
 padding-top:.2rem;
	box-sizing: border-box;
}
.part-team-on h1 {
	width: 3.25rem;
	margin: 0 auto;
 font-size:.34rem;
	color: #7a0103;
	border-bottom: 1px solid #7a0103;
 padding-bottom:.07rem;
 margin-bottom:.15rem;
}
.part-team-on h1 img {
	width: 1.36rem;
 height:.82rem;
	vertical-align: middle;
 margin-right:.1rem
}
.part-team-on p {
 font-size:.2rem;
	color: #610102;
 line-height:.36rem;
 padding-left:.5rem;
	box-sizing: border-box;
 background:url(../images/icon-3.png) no-repeat .2rem center;
 background-size:.2rem;
}
.part-team-on h2 {
	width: 3.58rem;
	height: 1.64rem;
	background: url(../images/bg-3.jpg) no-repeat;
	background-size: 100%;
 margin-top:.23rem;
 font-size:.2rem;
	color: #fff;
 line-height:.36rem;
 padding:.1rem;
	box-sizing: border-box;
}
.part-team-on h2 a {
	color: #fef896
}
.part-team-img {
	width: 6.4rem;
	height: 1.49rem;
 margin:.14rem auto .4rem;
}
.part-team-img a, .part-team-img img {
	display: block;
	width: 100%;
}
.teams-box {
	width: 6rem;
	margin: 0 auto;
}
.teams-box h1 {
	width: 6rem;
 height:.8rem;
 line-height:.8rem;
	background-color: #780506;
 font-size:.38rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.expert-box {
	width: 6rem;
 margin:.4rem auto 0;
}
.expert-item {
	width: 2.84rem;
	border: 1px solid #ccc;
	height: 3.7rem;
 margin-bottom:.2rem;
}
.expert-item img {
	display: block;
	width: 2.74rem;
	height: 2.48rem;
 margin-bottom:.2rem;
 margin:.05rem;
}
.expert-item b {
	display: block;
 font-size:.32rem;
	color: #780506;
	text-align: center;
 line-height:.4rem;
}
.expert-item p {
 font-size:.24rem;
	text-align: center;
 line-height:.4rem;
}
.expert-item p.p-s {
 font-size:.22rem;
}
.expert-l {
	float: left;
}
.expert-r {
	float: right;
}
.tel-click {
	width: 6rem;
 margin:.2rem auto .4rem;
}
.tel-click a {
	display: block;
	width: 2.92rem;
 height:.7rem;
 line-height:.7rem;
	color: #fff;
 font-size:.32rem;
	font-weight: bold;
	text-align: center;
 border-radius:.4rem;
}
.tel-click a.a {
	float: left;
	background-color: #2a9012
}
.tel-click a.b {
	float: right;
	background-color: #ff6600
}
.part-equ-box {
	width: 6.4rem;
 margin-bottom:.35rem;
}
.part-equ-box ul li {
	width: 6.4rem;
	height: 1.71rem;
	background-color: #892829
}
.part-equ-box ul li a {
	display: block;
	width: 2.13rem;
	height: 1.71rem;
}
.equ-l {
	float: left;
}
.equ-p {
	width: 2.13rem;
}
.part-equ-box ul li a.a {
	float: right !important;
}
.equ-p p {
 font-size:.3rem;
	text-align: center;
	color: #fff;
}
.equ-two {
 padding-top:.43rem;
	box-sizing: border-box;
}
.equ-two p {
 line-height:.38rem;
}
.equ-three {
 padding-top:.2rem;
	box-sizing: border-box;
}
.equ-one p {
	line-height: 1.71rem;
}
.project {
	width: 6rem;
 height:.73rem;
 margin:.2rem auto 0;
 line-height:.73rem;
	background: url(../images/bg-4.png) no-repeat;
	background-size: 100%;
}
.project h1 {
 font-size:.3rem;
	color: #aa0002;
	font-weight: bold;
	text-align: center;
}
.part-free {
	width: 6rem;
 margin:0 auto .35rem;
}
.free-item {
	width: 2.9rem;
	background-color: #d71618;
 margin-top:.4rem;
}
.free-item h1 {
	font-weight: bold;
 font-size:.32rem;
	color: #fff;
	text-align: center;
 line-height:.6rem;
}
.free-item h2 {
	width: 2.8rem;
	margin: 0 auto;
	font-weight: bold;
 font-size:.68rem;
	color: #fffc00;
	text-align: center;
	line-height: 1.08rem;
	border-top: 1px dashed #ff5860;
	border-bottom: 1px dashed #ff5860;
 margin-bottom:.05rem;
	position: relative;
}
.free-item h2.h2-small {
 font-size:.64rem;
}
.free-item a:nth-child(2) {
	display: block;
	width: 2.9rem;
 height:.75rem;
 line-height:.75rem;
	background: url(../images/bg-2.jpg) no-repeat;
	background-size: 100%;
 font-size:.25rem;
	text-align: center;
}
.free-item span {
	display: block;
 width:.35rem;
 height:.35rem;
	background-color: #fffc00;
	border-radius: 100%;
 font-size:.28rem;
	color: #e11b25;
 line-height:.35rem;
 border:.03rem solid #e11b25;
	position: absolute;
	left: 1.7rem;
 bottom:.2rem;
}
.free-l {
	float: left;
}
.free-r {
	float: right;
}
.part-rec-img {
	width: 6rem;
	margin: 0 auto;
}
.part-rec-img a, .part-rec-img img {
	display: block;
	width: 6rem;
	height: 2.4rem;
}
.part-tect-img a, .part-tect-img img {
	display: block;
	width: 6.39rem;
	height: 1.35rem;
}
.skill-bold {
 height:.7rem;
 line-height:.7rem;
	font-weight: bold;
}
.server-box {
 margin-top:.4rem;
}
.part-ch {
	width: 6rem;
	margin: 0 auto;
	margin-bottom: 0.5rem;
}
.part-ch .ch-tit {
	width: 100%;
 height:.95rem;
 line-height:.95rem;
	background-color: #780506;
 font-size:.36rem;
	text-align: center;
	font-weight: bold;
	color: #fff
}
.part-ch .ch-tit span {
	color: #f7ff77
}
.part-ch ul li {
	border-bottom: 1px solid #780506;
	border-right: 1px solid #780506;
	border-left: 1px solid #780506;
 line-height:.8rem;
 font-size:.22rem;
	color: #0b0b0b;
}
.part-ch ul li i {
	font-style: normal;
	color: #172bec
}
.part-ch ul li span {
	display: inline-block;
 width:.3rem;
 height:.3rem;
 line-height:.3rem;
	background-color: #ffba00;
 border-radius:.05rem;
 font-size:.26rem;
	text-align: center;
	color: #780506;
 margin:0 .1rem;
}
.part-ch ul li b {
 font-size:.24rem;
	color: #780506;
}
.part-ch ul li a {
	color: #ff0000
}
.part-ch ul li.li-four {
	height: 1.25rem;
}
.part-ch ul li.li-four h1 {
	width: 1.75rem;
	float: left;
}
.part-ch ul li.li-four p {
	width: 3.9rem;
	float: left;
 line-height:.4rem;
 padding-top:.2rem;
	box-sizing: border-box;
}
.part-ch ul li.li-fifth {
	height: 1.6rem;
}
.part-ch ul li.li-fifth h2 {
 font-size:.22rem;
	color: #f00;
	text-align: center;
}
.part-ch ul li.li-fifth h3 {
	width: 4.75rem;
	margin: 0 auto;
}
.part-ch ul li.li-fifth h3 a {
	display: block;
	width: 2.15rem;
 height:.6rem;
 line-height:.6rem;
 font-size:.32rem;
	font-weight: bold;
	color: #fff;
 padding-left:.6rem;
	box-sizing: border-box;
 border-radius:.3rem;
}
.part-ch ul li.li-fifth h3 a.a {
	float: left;
 background:url(../images/hao.jpg) no-repeat .15rem center #2a9012;
 background-size:.39rem;
}
.part-ch ul li.li-fifth h3 a.b {
	float: right;
 background:url(../images/icon-2.png) no-repeat .15rem center #ff6600;
 background-size:.38rem;
}
.part-form {
	width: 6.4rem;
 margin-top:.4rem;
}
.form-top {
	width: 6.4rem;
	height: 1.4rem;
	background-color: #780506
}
.form-top img {
	float: left;
	width: 1.7rem;
	height: 1.4rem;
}
.form-top-r {
	float: left;
	width: 4.4rem;
 margin-top:.25rem;
}
.form-top-r h1 {
	font-weight: bold;
 font-size:.38rem;
	color: #f7ff77;
}
.form-top-r p {
 font-size:.3rem;
	color: #fff;
 line-height:.28rem;
}
.form-on {
	width: 6rem;
	height: 7.09rem;
 margin:.35rem auto .4rem;
	background: url(../images/form-bg.jpg) no-repeat;
	background-size: 100%;
}
.form-on h1 {
 font-size:.34rem;
	font-weight: bold;
	color: #780506;
	text-align: center;
 padding-top:.4rem;
	box-sizing: border-box;
}
.form-on p {
 font-size:.3rem;
	text-align: center;
	color: #cf0000;
}
/*form*/
.form-menue {
	width: 5.4rem;
 margin:.42rem auto 0;
}
.form-menue div {
 margin-bottom:.25rem;
}
.form-menue div label {
	width: 1.4rem;
	text-align: right;
 font-size:.24rem;
	color: #4b4a4a;
	float: left;
}
.form-menue div label span {
	color: #f00;
}
.form-menue div input {
	width: 3.9rem;
 height:.55rem;
	border: 1px solid #ccc;
 border-radius:.1rem;
 line-height:.55rem;
 font-size:.2rem;
	color: #8d8d8d;
	text-indent: 1em
}
.form-menue div textarea {
	width: 3.9rem;
	height: 1.2rem;
 border-radius:.1rem;
 font-size:.2rem;
	color: #8d8d8d;
	text-indent: 1em;
	border: 1px solid #ccc;
}
.sub {
	width: 5.15rem;
 margin:.45rem auto 0;
}
.sub .subs, .sub a {
	display: block;
	width: 2.45rem;
 height:.52rem;
 line-height:.52rem;
 font-size:.3rem;
	font-weight: bold;
	color: #fff;
 border-radius:.3rem;
	text-align: center;
}
.sub .subs {
	float: left;
	text-indent: 0;
	background-color: #2a9012;
	-webkit-appearance: none;
}
.sub a {
	float: right;
	background-color: #ff6600
}
.form-img {
	width: 6.4rem;
	height: 1.55rem;
}
.form-img a, .form-img img {
	display: block;
	width: 100%;
}
.reg-tit {
	width: 6rem;
 height:.66rem;
 margin:.4rem auto 0;
 line-height:.66rem;
	background-color: #610102;
	position: relative;
}
.reg-tit h1 {
 font-size:.36rem;
	color: #fff;
	text-align: center;
}
.reg-tit i {
	display: block;
 width:.0rem;
 border-top:.15rem solid #610102;
 border-left:.15rem solid rgba(0,0,0,0);
 border-right:.15rem solid rgba(0,0,0,0);
 border-bottom:.15rem solid rgba(0,0,0,0);
	position: absolute;
	left: 47.5%;
 bottom:-.3rem
}
.part-scroll {
	width: 6rem;
	margin: 0 auto;
 padding-top:.4rem;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.part-scroll ul {
	width: 5.45rem;
	margin: 0 auto;
}
.part-scroll ul li {
 font-size:.22rem;
 line-height:.42rem;
	color: #515151;
}
.part-scroll ul li i {
	font-style: normal;
	color: #610102;
 margin-right:.5rem;
}
.part-scroll ul li span {
 margin-right:.33rem;
}
.part-scroll ul li span.span-no {
	margin-right: 0 !important
}
.scroll {
	height: 1.1rem;
	overflow: hidden;
}
.part-order {
	border-top: 1px solid #ccc;
 padding:.15rem 0 .3rem 0;
 margin-top:.15rem;
}
.part-order h1 {
	width: 5.7rem;
 font-size:.24rem;
	font-weight: bold;
	color: #610102;
 margin-top:.15rem;
 margin-left:.15rem;
}
.part-order h1 span {
	color: #f00;
}
.part-order h1 a {
	display: inline-block;
	width: 3rem;
 height:.35rem;
 line-height:.35rem;
 font-size:.24rem;
	font-weight: bold;
	color: #fff;
	float: right;
}
.part-order h1 a.a {
	text-align: center;
	background-color: #ff6600;
 border-radius:.2rem;
 margin-left:.25rem;
}
.part-order h1 a.b {
 background:url(../images/tels.png) no-repeat .15rem center #780506;
 background-size:.27rem;
 border-radius:.2rem;
 padding-left:.45rem;
	box-sizing: border-box;
}
.part-foote {
	width: 6.4rem;
	background-color: #610102;
 margin-top:.4rem;
 padding-top:.4rem;
 padding-bottom:.7rem;
}
.foote-logo {
	width: 5.98rem;
	height: 1.15rem;
	margin: 0 auto;
}
.foote-text {
	width: 3.92rem;
 height:.42rem;
 margin:.1rem auto .15rem;
}
.part-foote .foote-p {
 font-size:.24rem;
	color: #fff;
	text-align: center;
 line-height:.42rem;
}
.part-foote h1 {
 margin-bottom:.05rem;
}
.part-foote h1.foote-t {
 margin-top:.05rem;
}
footer {
	padding-bottom: 0.91rem;
}
/*swiper*/
.part-cut {
 margin-bottom:.35rem;
}
.swiper-container {
	width: 6.4rem;
	margin-left: auto;
	margin-right: auto;
 margin-top:.4rem;
}
.swiper-slide {
	height: 3.47rem;
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
width:.58rem;
height:.58rem;
margin-top:-.5rem;
	z-index: 10;
	cursor: pointer;
-moz-background-size:.58rem;
-webkit-background-size:.58rem;
background-size:.58rem;
	background-position: center;
	background-repeat: no-repeat
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: url(../images/left.png);
background-size:.58rem;;
left:.1rem;
	right: auto
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: url(../images/right.png);
background-size:.58rem;
right:.1rem;
	left: auto
}
.swiper-pagination {
	text-align: center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
margin-top:.2rem;
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
bottom:.1rem;
	left: 0;
	width: 100%
}
.swiper-pagination-bullet {
width:.2rem;
height:.2rem;
	display: inline-block;
	border-radius: 100%;
	background: #7f7f7f;
}
button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}
.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #ff6600
}
.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}
.swiper-container-vertical>.swiper-pagination-bullets {
right:.1rem;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
	-o-transform: translate(0, -50%);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
margin:.05rem 0;
	display: block
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
margin:0 .05rem
}
/* 专家团队3.9 */
.doctors ul{
    overflow: hidden;
    width: 6rem;
    margin:.25rem auto 0 auto;
}
.doctors ul li{
    width: 2.88rem;
    float: left;
    margin-right: .23rem;
    margin-bottom: .25rem;
    background: #f1f1f1;
    padding-bottom: .25rem;
}
.doctors ul li:nth-of-type(2n){
    margin-right: 0;
}
.doctors ul li img{
    width: 2.88rem;
}
.doctors ul li .doc-name{
    text-align: center;
    font-size: .3rem;
    color: #720000;
}
.doctors ul li .doc-info{
    min-height: 1.15rem;
}
.doctors ul li .doc-info span{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    display: block;
    margin:0 .1rem;
    background: url(/statics/images/images/star-img.jpg) left .05rem no-repeat;
    background-size: .19rem;
    padding-left: .2rem;
}
.doctors ul li .doc-a{
    overflow: hidden;
    margin-top: .05rem;
}
.doctors ul li .doc-a a{
    display: inline-block;
    width: 1.25rem;
    height: .4rem;
    line-height: .4rem;
    font-size: .24rem;
    color: #fff;
    border-radius: .06rem;
    text-align: center;
}
.doctors ul li .doc-a a:nth-of-type(1){
    float: left;
    margin-left: .15rem;
    background: #f97400;
}
.doctors ul li .doc-a a:nth-of-type(2){
    float: right;
    margin-right: .15rem;
    background: #720000;
}
}
