.wd1200 {
    width: 1200px;
    height: auto;
    margin: 0 auto
}

.about {
    background-color: #fff
}

.content1 {
    width: 1000px;
    height: 100%;
    margin: 0 auto
}

.content1 .text {
    font-size: 36px;
    text-align: center;
    padding-top: 70px;
    font-weight: 500;
    padding-bottom: 30px;
    color: #333
}

.content1 .text1 {
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    color: #333
}

.clear {
    clear: both;
}

.content2 .text {
    font-size: 32px;
    text-align: center;
    padding-top: 150px;
    padding-bottom: 80px;
    font-weight: 500;
    color: #333
}

.content2 {
    text-align: center
}


.content2 ul>li {
    /* width: 225px; */
    height: 200px;
    float: left;
    margin-left: 62px;

    position: relative
}

.content2 ul>li:first-child {
    width: 190px;
    margin-left: 0
}

.content2 ul>li:nth-child(2) {
    width: 315px;
}

.content2 ul>li:nth-child(3) {
    width: 315px;
}

.content2 ul>li:nth-child(4) {
    width: 190px;
}

.content2 ul>li:first-child::after {
    position: absolute;
    content: "";
    width: 75px;
    height: 1px;
    top: 84px;
    left: 200px;
    background-color: #bbb
}

.content2 ul>li:nth-child(2)::after {
    position: absolute;
    content: "";
    width: 75px;
    height: 1px;
    top: 84px;
    left: 324px;
    background-color: #bbb
}

.content2 ul>li:nth-child(3)::after {
    position: absolute;
    content: "";
    width: 75px;
    height: 1px;
    top: 84px;
    left: 322px;
    background-color: #bbb
}

.content2 ul>li span:first-child {
    font-size: 124px;
    letter-spacing: -7px;
    line-height: 140px;
    /* font-weight: 500; */
    color: #008DD5
}

.content2 ul>li span:nth-child(2) {
    font-size: 24px;
    position: absolute;
    top: 26px;
    right: 5px;
    /* font-weight: 500; */
    /* padding-bottom: 40px; */
    color: #008DD5
}

.content3 .text {
    font-size: 32px;
    text-align: center;
    padding-top: 150px;
    font-weight: 500;
    padding-bottom: 80px;
    color: #333
}

.content3 ul>li {
    width: 333px;
    height: 260px;
    /* font-weight: 500; */
    margin-right: 100px;
    float: left;
}

.content3 ul>li:nth-child(3n) {
    margin-right: 0px;
}

.content3 ul>li p:first-child {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    padding-bottom: 25px;
}
.content4 .text {
    font-size: 36px;
    text-align: center;
    padding-top: 70px;
    font-weight: 500;
    padding-bottom: 40px;
    color: #333
}

.content4-item {
    width: 100%;
    height: 300px;
    margin-bottom: 25px;
    box-shadow: 0px 0px 15px 0px #0000001a
}

.content4-item .item-img {
    float: left;
    width: 300px;
    height: 300px;
}
/* .content4-item .item-img .img-box1{
    overflow: hidden;
    width: 300px;
    height: 300px;
} */

.content4-item .item-img img {
    width: 220px;
    height: 220px;
    /* transition: all .38s; */
    padding: 40px
}
/* .content4-item .item-img img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2)
} */

.content4-item .item-text {
    float: left;
    width: 860px;
    height: 220px;
    margin: 40px 40px 40px 0;
}

.content4-item .item-text .text1 {
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 20px
}

.content4-item .text-box {
    width: 820px;
    height: 125px;
    overflow: hidden;
}

.content4-item .item-text .text2 {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    padding-bottom: 20px
}

.content4-item .item-text span {
    font-size: 16px;
    /* font-weight: 500; */
}
.content4-item .item-text span:nth-child(2) {
    font-size: 16px;
    font-weight: 300;
}
.content4-item .item-text span:nth-child(3) {
    font-size: 16px;
    font-weight: 300;
}
.content5{
    width: 100%;
    height: 350px;
    position: relative;
}

.content5 .text {
    font-size: 36px;
    text-align: center;
    padding-top: 70px;
    font-weight: 500;
    padding-bottom: 20px;
    color: #333
}
.content5 .text1 {
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    font-weight: 300;
    padding-bottom: 40px;
    color: #333
}
.content6{
    width: 100%;
    position: absolute;
    height: 300px;
}
.content6 .content6-item{
    width: 580px;
    height: 300px;
    float: left;
    box-shadow: 0px 0px 15px 0px #0000001a;
    background-color: #fff;
    position: relative;
}
.content6 .content6-item .img-item{
    width: 140px;
    height: 84px;
    bottom: 30px;
    right: 40px;
    position: absolute
}
.content6 .content6-item .icon1{
    background: url(../images/206.png) center no-repeat
}
.content6 .content6-item .icon2{
    background: url(../images/207.png) center no-repeat
}
.content6 .content6-item .text{
    font-size: 30px;
    padding-top: 45px;
    font-weight: 500
}
.content6 .content6-item .text1{
    font-size: 16px;
    font-weight: 300
}
.content6 .item1{
    margin-right: 40px
}
#bannerRegister {
    margin: 0 auto;
    cursor: pointer;
    height: 42px;
    width: 168px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    /* font-weight: 500; */
    color: #fff;
    background-color: #008DD5;
    border-radius: 4px;
    border-radius: 4px;
  }
.content7{
    padding-top: 223px;

}
.cen{
    text-align: center;
    width: 1200px;
    /* height: 800px; */
}
.content8{
    padding-top: 100px;
    padding-bottom: 55px
}
.content8 .text{
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 30px
}
.content8 .text1{
    font-size: 16px;
    font-weight: 300;
    line-height: 36px;
}
.img-box{
    width: 1200px;
    height: 577px;
}
.img-box img{
    width: 1200px;
    height: 577px;
}
.hei1{
    height: 925px;
}
.hei2{
    height: 675px;
}
.content9 .text{
    padding-top: 360px;
    font-size: 16px;
    font-weight: 300;
    line-height: 48px
}
.content10 li{
    width: 600px;
    height: 330px;
    float: left;
}
.content10 .content10-icon{
    width: 79px;
    height: 79px;
    margin: 0 auto;
    border-radius: 50%;
    margin-top: 102px
}
.content10 .content10-icon1{
    margin-top: 20px
}
.content10 .icon1{
    background: url(../images/202.png) center no-repeat;
    background-color: #fff;
}
.content10 .icon2{
    background: url(../images/203.png) center no-repeat;
    background-color: #fff;
}
.content10 .icon3{
    background: url(../images/204.png) center no-repeat;
    background-color: #fff;
}
.content10 .icon4{
    background: url(../images/205.png) center no-repeat;
    background-color: #fff;
}
.content10 .text{
    font-size: 20px;
    line-height: 55px;
    font-weight: 400
}
.content10 .text1{
    font-size: 16px;
    line-height: 24px;
    font-weight: 300
}
.content11{
    padding-bottom: 30px
}
.content11 .text3{
    font-size: 14px;
    color: #999
}
.content11 .text {
    font-size: 36px;
    text-align: center;
    padding-top: 70px;
    font-weight: 500;
    padding-bottom: 6px;
    color: #333
}
.content12{
    width: 1200px;
    height: 150px;
    padding-top: 40px;
    background-color: #f8f8f8
}
.content12 .content12-box{
    width: 1120px;
    height: 110px;
    margin: 0 auto;

}
.content12-box ul>li{
    width: 346px;
    height: 110px;
    float: left;
    margin-right: 40px;
    background-color: #fff
}
.content12-box ul>li:last-child{
    margin-right: 0px;
}
.content12-box .img-item{
    width: 60px;
    height: 60px;
    margin-left: 25px;
    margin-top: 27px;
    float: left;
}
.content12-box .icon1{
    background: url(../images/208.png) center no-repeat;
}
.content12-box .icon2{
    background: url(../images/209.png) center no-repeat;
}
.content12-box .icon3{
    background: url(../images/210.png) center no-repeat;
}
.content12-box .text-item{
    width: 260px;
    height: 110px;
    float: left;
    padding-top: 34px;
}
.content12-box .text-item p{
    /* font-weight: 500 */
}
.content13{
    padding-top: 35px;
}
.content13 ul>li{
    width: 340px;
    height: 215px;
    float: left;
    margin-left: 30px;
    margin-right: 30px;
}
.content13 .img-item{
    width: 80px;
    height: 80px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.content13 .line{
    width: 100%;
    height: 1px;
    background-color: #008DD5
}
.content13 .text{
    font-size: 16px;
    line-height: 42px;
    /* font-weight: 500; */
    color: #008DD5
}
.content13 .text1{
    font-size: 16px;
    line-height: 60px;
    /* font-weight: 500; */
}
.content14{
    width: 1120px;
    height: 410px;
    padding: 40px 40px 45px 40px;
    border: 1px #eee solid
}
.content14 .left{
    width: 75%;
    height: 401px;
    float: left;
    box-sizing: border-box;
    border-right: 1px #eee solid
}
.content14 .right{
    width: 25%;
    height: 310px;
    text-align: center;
    float: left;
}
.content14 .left .text{
    font-size: 26px;
    font-weight: 500;
    padding-bottom: 5px;
    color: #008DD5
}
.content14 .left span{
    font-size: 14px;
    font-weight: 500
}
#from{
    padding-top: 30px
}
#from .to{
    font-size: 20px;
    font-weight: 300;
    width: 365px;
    height: 50px;
    margin-right: 20px;
    padding-left: 15px;
    border-radius: 3px;
    background-color: #f8f8f8;
    float: left;
}
#from .textarea{
    font-size: 20px;
    font-weight: 300;
    width: 765px;
    height: 145px;
    margin-top: 18px;
    padding-top: 16px;
    padding-left: 15px;
    border-radius: 3px;
    background-color: #f8f8f8;
}
#submit{
    cursor: pointer;
    height: 50px;
    width: 780px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    /* font-weight: 500; */
    color: #fff;
    background-color: #008DD5;
    border-radius: 4px;
    margin-top: 23px;
}
.content14 .right .text{
    font-size: 14px;
    margin-top: 33px;
    font-weight: 500
}
.content14 .right .text1{
    font-size: 20px;
    margin-top: 7px;
    /* font-weight: 500; */
    color: #008DD5
}
.content14 .right .img img{
    margin-top: 12px;
    width: 163px;
    height: 163px;

}


.stores_page {
    margin: 30px 0 60px 0;
    text-align: center;
}

.stores_page span,
.stores_page ul {
    display: inline-block;
}

.stores_page ul {
    vertical-align: bottom;
}

.stores_page .firstPage {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #e5e5e5;
    font-size: 18px;
    color: #333;
    cursor: pointer;
}

.stores_page .prevPage,
.stores_page .nextPage {
    width: 35px;
}

.stores_page .prevPage,
.stores_page .nextPage,
.stores_page ul li {
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    color: #999;
    margin-left: 10px;
    cursor: pointer;
}

.stores_page ul li {
    float: left;
    width: 35px;
}
.page-link{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.stores_page ul li.active {
    background-color: #008DD5;
    color: #fff;
}
