@charset "gb2312";
/*fastSearch*/
.fastSearch {
    width: 6.06rem;
    height: .48rem;
    margin: .3rem auto 0;
}

.fastSearch .fastSearchImg {
    width: 1.53rem;
    height: .48rem;
    float: left;
}

.fastSearch .fastSearchImg img {
    width: 100%;
    height: auto;
    display: block;
}

.fastSearch form {
    width: 4.4rem;
    height: .45rem;
    float: left;
    border: .01rem solid #007aff;
    border-radius: .1rem;
    overflow: hidden;
}

.fastSearch form input {
    width: 3rem;
    height: .45rem;
    float: left;
    line-height: .45rem;
    padding-left: .2rem;
}

.fastSearch form button {
    width: .6rem;
    height: .45rem;
    float: right;
    background: #007aff url("../images/new/search.png") no-repeat center center;
    background-size: .27rem .27rem;
    border-radius: .1rem;
    border: 0;
}

/*Image navigation*/
.imgNav {
    width: 100%;
    height: auto;
    margin-top: .4rem;
    overflow: hidden;
}

.imgNav div.item {
    margin-bottom: .1rem;
    display: flex;
    justify-content: space-around;
}

.imgNav div a {
    color: #343434;
}

.imgNav img {
    width: 1.14rem;
    height: 1.14rem;
    display: block;
}

.imgNav figure {

}

.imgNav figure figcaption {
    text-align: center;
    font-size: .22rem;
    line-height: .5rem;
}

/*index aobut*/
.about {
    text-align: center;
    padding-bottom: .2rem;
}

.about .aboutCon {
    width: 6.06rem;
    height: 3.83rem;
    margin: 0 auto;
}

.about .aboutCon figure {
    position: relative;
}

.about .aboutCon figure:first-of-type {
    width: 3rem;
    height: 3.83rem;
    float: left;
}

.about .aboutCon figure:nth-child(2) {
    width: 3.04rem;
    height: 1.9rem;
    float: right;
}

.about .aboutCon figure:last-child {
    width: 3.04rem;
    height: 1.9rem;
    float: right;
    margin-top: .03rem;
}

.about .aboutCon figure img {
    width: 100%;
    height: auto;
    display: block;
}

.about .aboutCon figure figcaption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: .66rem;
    line-height: .66rem;
    color: #ffffff;
    font-size: .22rem;
    background: url("../images/new/about_bg.png") repeat;
}

.about .aboutCon figure figcaption a {
    color: #ffffff;
}

/*Star products and technology*/
.advantage {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.advantage .item {

}

.advantage .item .itemTitle {
    width: 100%;
    height: .86rem;
    border-bottom: 1px solid #ededed;
    background: url("../images/new/itemTitle2.jpg") no-repeat left top;
    background-size: auto .64rem;
}

.advantage .item:nth-of-type(2) .itemTitle {
    background: url("../images/new/itemTitle1.jpg") no-repeat left top;
    background-size: auto .64rem;
}

.advantage .item:last-child .itemTitle {
    background: url("../images/new/itemTitle3.jpg") no-repeat left top;
    background-size: auto .64rem;
}

.advantage .item ul {
    width: 6.06rem;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.advantage .adult ul li {
    width: 50%;
    height: auto;
    float: left;
    position: relative;
    padding-bottom: .3rem;
}

.advantage .adult ul li img {
    width: 2.86rem;
    height: 2.5rem;
    display: block;
}

.advantage .item ul li:last-child::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1px;
    background: #ededed;
}

.advantage .item ul li:last-child img {
    float: right;
}

.advantage .item h3 {
    text-align: center;
    font-size: .28rem;
    color: #010101;
    line-height: .78rem;
}

.advantage .adult ul li span {
    padding: .03rem .08rem;
}

.advantage .adult ul li:first-child span:first-of-type {
    color: #007aff;
    border: 1px solid #007aff;
}

.advantage .adult ul li:first-child span:nth-of-type(2) {
    color: #ff5400;
    border: 1px solid #ff5400;
}

.advantage .adult ul li:first-child span:nth-of-type(3) {
    color: #0dc5c7;
    border: 1px solid #0dc5c7;
}
.advantage .adult ul li:first-child span:nth-of-type(4) {
    color: #ff9600;
    border: 1px solid #ff9600;
}
.advantage .adult ul li:last-child span:first-of-type {
    color: #0dc5c7;
    border: 1px solid #0dc5c7;
    margin-left: .2rem;
}

.advantage .adult ul li:last-child span:nth-of-type(2) {
    color: #ff9600;
    border: 1px solid #ff9600;
}

.advantage .item ul li p {
    padding-top: .1rem;
    text-align: center;
    font-size: .22rem;
}

.advantage .children {
    padding-bottom: .2rem;
}

.advantage .children ul li {
    width: 33.33%;
    height: auto;
    float: left;
}

.advantage .children ul li img {
    width: 1.92rem;
    height: 2.4rem;
    display: block;
}

.advantage .children ul li:nth-of-type(2) img {
    margin: 0 auto;
}

.advantage .children ul li p {
    padding: 0;
}

.advantage .adult:last-child ul li {
    text-align: center;
}

.advantage .old:last-child ul li span:first-of-type {
    background: #f95706;
    border: 0;
    border-radius: .5rem;
    color: #ffffff;
    padding: 0 .3rem;
}

/*specialist*/
.doc {
    padding-top: .2rem;
    padding-bottom: .4rem;
}

.doc .docAll {
    width: 100%;
    height: auto;
}

.doc .docAll img {
    width: 100%;
    height: auto;
    display: block;
}

.doc .docList {
    overflow: hidden;

    
}

.doc .docList figure {
    margin-top: .4rem;
}

.doc .docList figure img {
    width: 1.6rem;
    height: 1.6rem;
    display: block;
    margin: 0 auto;
}
.doc .docList figure .wd{
	  width: 1.7rem;
    height: 1.6rem;
    display: block;
    margin: 0 auto;
}

.doc .docList figure figcaption {
    text-align: center;
}

.doc .docList figure figcaption h2 {
    font-size: .26rem;
    font-weight: bold;
    line-height: .5rem;
    color: #646464;
}

.doc .docList figure figcaption p {
    font-size: 12px;
    color: #646464;
}

.doc .docList figure figcaption span {
    background: #1962d1;
    color: #ffffff;
    font-size: .22rem;
    padding: .02rem .2rem;
    border-radius: .5rem;
    margin-top: 0.1rem;
    display: inline-block;
}
.doc .docList .flex{
	display: flex;
	justify-content: space-around;
}
/*Remove glasses to share*/
.share {

}

.share dl {
    border-bottom: 1px solid #ededed;
    overflow: hidden;
}

.share dl dt {
    width: 2.56rem;
    height: 4.73rem;
    float: left;
}

.share dl dt img {
    width: 100%;
    height: auto;
    display: block;
}

.share dl dd {
    width: 3.84rem;
    height: 4.73rem;
    position: relative;
    float: right;
}

.share dl dd:after {
    content: "";
    width: 1px;
    height: 4.73rem;
    background: #ededed;
    position: absolute;
    left: 0;
    top: 0;
}

.share dl dd figure {
    width: 50%;
    float: left;
    padding-bottom: 0.2rem;
    position: relative;
}

.share figure figcaption {
    font-size: .24rem;
    line-height: .64rem;
    color: #fe2e50;
    padding-left: .25rem;
    background: url("../images/new/plus.jpg") no-repeat 1.5rem center;
    background-size: .2rem .2rem;
}

.share dl dd figure img {
    width: 1.52rem;
    height: 1.55rem;
    display: block;
    margin: 0 auto;
}

.share figure:nth-of-type(odd)::after {
    content: "";
    width: 1px;
    height: auto;
    background: #ededed;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.share dl dd figure:nth-of-type(1)::before, .share dl dd figure:nth-of-type(2)::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #ededed;
    position: absolute;
    left: 0;
    bottom: 0;
}

.share .shareBottom {
    overflow: hidden;
}

.share .shareBottom figure {
    width: 50%;
    height: auto;
    float: left;
    padding-bottom: .25rem;
    position: relative;
}

.share .shareBottom figure img {
    width: 2.59rem;
    height: 1.52rem;
    display: block;
    margin: 0 auto;
}

.share .shareBottom figure figcaption {
    padding-left: .99rem;
    background: url("../images/new/new/plus.jpg") no-repeat 2.2rem center;
    background-size: .2rem .2rem;
}

.share .shareBottom figure::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #ededed;
    position: absolute;
    left: 0;
    bottom: 0;
}

.share a.evenMore {
    width: 5.88rem;
    height: .78rem;
    background: #1962d1;
    font-size: .32rem;
    color: #fff;
    text-align: center;
    line-height: .78rem;
    display: block;
    margin: .3rem auto;
    border-radius: .05rem;
}

/*intro*/

.intro {
}

.intro .introList {
    width: 100%;
    height: 1.71rem;
    border-bottom: 1px solid #efefef;
    padding-top: .23rem;
}

.intro .introList img {
    width: 2.23rem;
    height: 1.44rem;
    display: block;
    margin-left: .17rem;
    float: left;
}

.intro .introList .introListTitle {
    width: 2rem;
    height: auto;
    text-align: center;
    float: left;
    padding-top: .3rem;
}

.intro .introList .introListTitle i {
    font-size: 12px;
    color: #333333;
    display: block;
}

.intro .introList .introListTitle b {
    display: block;
    font-size: .24rem;
    color: #333333;
}

.intro .introList a {
    display: inline-block;
    padding: .02rem .2rem;
    border: 1px solid #1962d1;
    border-radius: .05rem;
    font-size: .22rem;
    color: #1962d1;
    float: right;
    margin-right: .17rem;
    margin-top: .52rem;
}
/*commitment*/
.commitmentList {
    overflow: hidden;
    padding: .3rem .1rem;
}

.commitment .commitmentList li {
    width: 1.98rem;
    height: .6rem;
    line-height: .6rem;
    text-align: center;
    display: block;
    color: #ffffff;
    background: #ccc;
    float: left;
    margin-right: .1rem;
    margin-bottom: .1rem;
}

.commitmentList li.on {
    background: #055dd5;
}

.commitmentCon {
    width: 100%;
    height: 7.2rem;
    margin-top: .2rem;
    position: relative;
}

/*focus picture*/
.commitmentCon .item {
    position: absolute;
    width: 6.4rem;
    height: 7.1rem;
    margin: 0 auto;
    overflow: hidden;
    background: #e8f9ff url("../images/new/tabbg.jpg") no-repeat left top;
    background-size: 100% auto;
    z-index: 1;
}
.commitment .on {
    display: block;
    z-index: 999;
}

.commitmentCon .item h3 {
    width: 100%;
    height: auto;
    padding-top: .08rem;
    margin-bottom: .5rem;
}

.commitmentCon .item h3 img {
    width: 100%;
    height: auto;
    display: block;
}

.commitmentCon .item .swiper-container {
    padding-bottom: 2rem;
}

.commitmentCon .item .swiper-slide {
    width: 5.1rem;
    height: 3.3rem;
    background: #fff;
}

.commitmentCon .item .swiper-slide img {
    width: 100%;
    display: block;
}

.commitmentCon .item .swiper-slide p {
    line-height: .34rem;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: .22rem;
    margin: 0;
}

.commitmentCon .item .swiper-pagination {
    width: 100%;
    bottom: .05rem;
}

.commitmentCon .item .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

.commitmentCon .item .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}

.commitmentCon .item .swiper-button-prev {
    left: 0;
    top: 55%;
    width: .31rem;
    height: .43rem;
    background: url(../images/new/left.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}
 .docList-prev {
    left: 0;
    top: 55%;
    width: .32rem;
    height: .60rem;
    background: url(../images/new/docleft.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

.commitmentCon .item .swiper-button-next {
    right: 0;
    top: 55%;
    width: .31rem;
    height: .43rem;
    background: url(../images/new/right.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}
.docList-next {
    right: 0;
    top: 55%;
    width: .32rem;
    height: .60rem;
    background: url(../images/new/docright.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

.commitmentCon .item p.js {
    font-size: .22rem;
    color: #1a1a1a;
    padding: 0 .4rem;
    line-height: .34rem;
}

.commitmentCon .item p.js b {
    color: red;
}

.commitmentCon .item .swiper-slide p {
    display: none;
}

.commitmentCon .item .swiper-slide-active p {
    display: block;
}

.commitmentCon .item .swiper-slide p {
    text-align: center;
    line-height: .34rem;
    color: #000;
    margin-top: .2rem;
}

.commitmentCon .item .swiper-slide p b {
    color: red;
    display: block;
}
.doc .title .fbt{
	font-size: .21rem;
	color: #808080;
}
