@charset "gb2312";
/*reset*/
html {
    -webkit-text-size-adjust: 100%;
}

/*防止iPhone在坚屏转向横屏时放大文字*/
/*reset*/
article, aside, dialog, footer, header, section, footer, nav, figure, menu {
    display: block
}

* {
    margin: 0;
    padding: 0
}

img {
    border: 0 none
}

body {
    font: 14px/1.4 "Microsoft Yahei", Arial, Helvetica, sans-serif;
    background-color: #fff;
    color: #808080;
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
    padding-bottom: 1.65rem;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

ul, ol, li, dl, dt, dd {
    list-style-type: none;
}

a {
    color: #333;
    text-decoration: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

a, input, select {
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0;
}

input, img {
    border: none;
}

i, em {
    font-style: normal;
}

:focus {
    outline: none;
}

select {
    background: none;
}

/* css common */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.blank {
    width: 100%;
    height: .3rem;
    margin: .1rem 0;
    background: #f4f4f4;
    border-top: 1px solid #eeeeee;
}

.blank2 {
    width: 100%;
    height: .3rem;
    background: #f2f2f2;
    border-top: 1px solid #eeeeee;
}

/*index title*/
.title {
    line-height: .6rem;
    text-align: center;
    font-size: .32rem;
    color: #000000;
    margin-bottom: .2rem;

}

.title span {
    position: relative;
}

.title span::after {
    content: "";
    position: absolute;
    top: .2rem;
    left: -.7rem;
    width: .6rem;
    height: 1px;
    background: #000;
}

.title span::before {
    content: "";
    position: absolute;
    top: .2rem;
    right: -.7rem;
    width: .6rem;
    height: 1px;
    background: #000;
}

.title p {
    font-size: .21rem;
    color: #808080;
    line-height: .3rem;
}

/*header*/
header {
    width: 6.4rem;
    height: 1.18rem;
    background: #0064d4;
}

header .navBtn, header .tel {
    width: 1.18rem;
    height: 1.18rem;
    float: left;
}

header .logo {
    width: 4.04rem;
    height: 1.18rem;
    float: left;
}

header .navBtn img, header .tel img, header .logo img {
    width: 100%;
    height: auto;
    display: block;
}

/*nav*/
nav {
    width: 100%;
    height: .70rem;
    line-height: .70rem;
    border-bottom: 1px solid #f4f4f4;
    display: flex;
    justify-content: space-around;
}

nav li {

}

nav li a {
    font-size: .22rem;
}

nav li a.on {
    color: #22cddd;
    border-bottom: 2px solid #22cddd;
}

/*banner*/
.banner {
    width: 100%;
    height: auto;
}

.banner img {
    width: 100%;
    height: auto;
    display: block;
}

footer {
    width: 100%;
    height: auto;
}

footer img {
    width: 100%;
    height: auto;
    display: block;
}

/*bottom nav*/
.bottomNav {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: .96rem;
    display: -webkit-flex;
    display: flex;
    z-index: 1000;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    background: linear-gradient(top, rgb(22, 142, 230), rgb(29, 119, 232) 83%, rgb(30, 103, 241) 100%);
    background: -o-linear-gradient(top, rgb(22, 142, 230), rgb(29, 119, 232) 83%, rgb(30, 103, 241) 100%);
    background: -ms-linear-gradient(top, rgb(22, 142, 230), rgb(29, 119, 232) 83%, rgb(30, 103, 241) 100%);
    background: -moz-linear-gradient(top, rgb(22, 142, 230), rgb(29, 119, 232) 83%, rgb(30, 103, 241) 100%);
    background: -webkit-linear-gradient(top, rgb(22, 142, 230), rgb(29, 119, 232) 83%, rgb(30, 103, 241) 100%);
}

.bottomNav a {
    padding-top: .18rem;
}

.bottomNav a img {
    width: .56rem;
    height: .4rem;
    display: block;
    margin: 0 auto;
}

.bottomNav a p {
    color: #ffffff;
    text-align: center;
}

.bottomNav a:nth-of-type(3) {
    width: 1.6rem;
    position: relative;
}

.bottomNav a:nth-of-type(3) div {
    position: absolute;
    top: -.68rem;
    width: 1.6rem;
    height: 1.6rem;
    background: url("../images/new/telImg.png") no-repeat;
    background-size: 1.6rem 1.6rem;
}

.bottomNav a:nth-of-type(3) div img {
    width: .54rem;
    height: .55rem;
    display: block;
    margin: .36rem auto 0;
    animation: rotateFn 4s linear 2s infinite;
}

.bottomNav a:nth-of-type(3) div p {
    font-size: .24rem;
    color: #ff821e;
    text-align: center;
}

@keyframes rotateFn {
    0% {
        transform: rotateY(0deg)
    }
    25% {
        transform: rotateY(0deg)
    }
    50% {
        transform: rotateY(0deg)
    }
    75% {
        transform: rotateY(0deg)
    }
    100% {
        transform: rotateY(360deg)
    }
}

/*make an appointment*/
.appointment {
    width: 100%;
    height: 6.15rem;
    background: #f0f0f0;
    background: url("../images/new/footr_bg.jpg") repeat-y left top;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

.appointment .appointmentTitle {
    padding-top: .55rem;
    text-align: center;
}

.appointment .appointmentTitle h4 {
    font-size: .34rem;
    color: #010101;
}

.appointment .appointmentTitle p {
    font-size: 12px;
    color: #4c4c4c;
    line-height: .3rem;
}

.appointment form {
    padding-top: .4rem;
}

.appointment form input {
    width: 5.05rem;
    height: .8rem;
    padding-left: .5rem;
	line-height: .8rem;
    border: 1px solid #cac2c2;
    font-size: .24rem;
    color: #535353;
    background: #ffffff;
    display: block;
    margin: 0 auto .18rem;
}

.appointment form input.iccc{
    background: #fff url("../images/new/name.png") no-repeat .1rem center;
    -webkit-background-size: .24rem .24rem;
    background-size: .24rem .24rem;
}

.appointment form input:nth-of-type(2) {
    background: #fff url("../images/new/tel.png") no-repeat .1rem center;
    -webkit-background-size: .24rem .24rem;
    background-size: .24rem .24rem;
}

.appointment form input:nth-of-type(3) {
    background: #fff url("../images/new/doc.png") no-repeat .1rem center;
    -webkit-background-size: .24rem .24rem;
    background-size: .24rem .24rem;
}
.appointment form input:nth-of-type(4) {
    background: #fff url("../images/new/eye.png") no-repeat .1rem center;
    -webkit-background-size: .24rem .19rem;
    background-size: .24rem .19rem;
}
.appointment form input:nth-of-type(5) {
    background: #fff url("../images/new/time.png") no-repeat .1rem center;
    -webkit-background-size: .24rem .24rem;
    background-size: .24rem .24rem;
}

.appointment form button {
    width: 5.55rem;
    height: .82rem;
    display: block;
    margin: 0 auto;
    background: #067afc;
    color: #ffffff;
    line-height: .82rem;
    font-size: .26rem;
    border: 0;
}
.img_100{
	width: 100%;
	display: block;
	height: auto;
}


/***** list *****/
.listSeach {
    border-bottom: 1px solid #e6e6e6;
    padding: .28rem 0 .28rem .20rem;
}
.listSeach form {

}
.listSeach form input {
    width: 2.85rem;
    height: .56rem;
    background: #ececec url("../images/new/listSeach.png") no-repeat;
    background-size: .65rem .56rem;
    font-size: .22rem;
    color: #ababab;
    line-height: .56rem;
    padding-left: .65rem;
    display: block;
    float: left;
    border-radius: .08rem 0 0 0.08rem;
}
.listSeach form button {
    width: .94rem;
    height: .56rem;
    background: #f4840c;
    color: #ffffff;
    font-size: .22rem;
    text-align: center;
    border: 0;
    float: left;
}
.listSeach a {
    width: 1.54rem;
    height: .56rem;
    background: #0ebccc;
    font-size: .22rem;
    color: white;
    line-height: .56rem;
    text-align: center;
    display: inline-block;
    margin-left: 2px;
    border-radius: 0 .08rem .08rem 0;
}

/*cursor position*/
.currentPosition {
    width: 100%;
    height: .58rem;
    line-height: .58rem;
    border-bottom: 1px solid #e8e8ef;
    background: url("../images/new/icon-home.png") no-repeat .17rem .17rem;
    background-size: .27rem .24rem;
}
.currentPosition div {
    padding-left: .57rem;
}
.currentPosition div a {
    font-size: .24rem;
    color: #333333;
}

/*imgList*/
.imgList {
    padding: .34rem .2rem 0;
}
.imgList a {
    margin-bottom: .25rem;
    display: block;
}
.imgList img {
    width: 100%;
    height: auto;
    display: block;
}


ol.page {
	overflow: hidden;
	padding: .2rem .2rem; 
}

ol.page li {
	float: left;
	padding: 0.08rem .1rem;
	border: 1px solid #ccc;
	margin-right: .05rem
}

ol.page li.thisclass {
	background: #ccc;
	color: #fff;
}
.commitmentCon .item .swiper-slide .br{
	color: #f00001;
}
