html {
    font-size: 100px;
    height: 100%;
}

header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    height: 0.6rem;
    font-size: 0.2rem;
}

header .logo {
    margin-left: 1.85rem;
    width: 1.28rem;
    height: 0.3rem;
}

header nav {
    margin-right: 1.88rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header nav a {
    margin-left: 0.3rem;
    display: inline-block;
    width: 1.14rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    font-size: 0.2rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

header nav .active {
    background: #ed880f;
    color: white;
}

header nav a:active,
header nav a:hover {
    background: #ed880f;
    color: white;
}

.banner {
    position: relative;
    width: 100%;
    height: 8.7rem;
}

.banner img {
    width: 100%;
    height: 100%;
}

.banner .filter {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 34, 34, 0.7);
}

.banner .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1.85rem;
    width: 5rem;
    height: 2.6rem;
    color: white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: white;
}

.banner .content p {
    font-size: 0.36rem;
}

.banner .content h1 {
    margin-top: 0.37rem;
    font-size: 0.8rem;
}

.banner .content a {
    margin-top: 0.5rem;
    font-size: 0.4rem;
    display: block;
    width: 2.22rem;
    line-height: 0.75rem;
    height: 0.75rem;
    text-align: center;
    color: white;
    border: 1px solid white;
}

.banner .onlinCar {
    left: 1.85rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.banner .base {
    position: absolute;
    width: 4rem;
    height: 4rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center;
    line-height: 4rem;
}

.banner .base h1 {
    font-size: 0.8rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: white;
}

.banner .join {
    width: 5.58rem;
    height: 5.58rem;
    line-height: 5.58rem;
}

.banner .news {
    width: 4.65rem;
    height: 4.65rem;
}

.banner .news .text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.banner .news .text h1 {
    line-height: 0.8rem;
    font-size: 0.8rem;
}

.banner .news .text p {
    margin-top: 0.28rem;
    line-height: 0.24rem;
    font-size: 0.24rem;
    color: #fff;
}

.banner .yszx {
    width: 4.56rem;
    height: 4.56rem;
    font-weight: 400;
}

.banner .yszx .text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.banner .yszx .text h1 {
    line-height: 0.8rem;
    font-size: 0.8rem;
}

.banner .yszx .text p {
    margin: 0 auto;
    width: 3.23rem;
    text-align: center;
    line-height: 0.48rem;
    font-size: 0.3rem;
    color: #fff;
}

.banner .yszx .text .yszxInfo {
    margin: 0.2rem auto;
}

#about {
    background-color: none;
    position: absolute;
    top: 50%;
    right: 1.88rem;
    left: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4rem;
}

#about>h1 {
    font-size: 0.8rem;
    color: white;
}

main section h1 {
    margin-top: 1rem;
    color: #333333;
    font-size: 0.46rem;
    text-align: center;
    font-weight: 400;
}

main section p {
    text-align: center;
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

main .server .advantage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0.8rem;
}

main .server .advantage div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3.7rem;
    height: 3.74rem;
    margin-left: 0.23rem;
    background: #f4f7f9;
    border: 1px solid #f7f9fb;
}

main .server .advantage div h2 {
    margin-top: 0.39rem;
    margin-bottom: 0.19rem;
    font-size: 0.36rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

main .server .advantage div img {
    width: 0.9rem;
    height: 0.8rem;
}

main .server .advantage div p {
    margin-top: 0.1rem;
    font-size: 0.2rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

main .server div:nth-of-type(2) img {
    width: 0.77rem;
    height: 0.9rem;
}

main .server div:nth-of-type(3) img {
    width: 0.72rem;
    height: 0.92rem;
}

main .product {
    background: #f4f7f9;
    overflow: hidden;
    margin-top: 1rem;
    padding-bottom: 1.2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

main .product .feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0.8rem;
}

main .product .feature div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 3.7rem;
    height: 4.76rem;
    margin-left: 0.23rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.2rem;
    background: white;
}

main .product .feature div h2 {
    margin-top: 0.39rem;
    margin-bottom: 0.19rem;
    font-size: 0.36rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

main .product .feature div img {
    width: 3.2rem;
    height: 2.14rem;
}

main .product .feature div p {
    text-align: left;
    padding: 0 0.06rem;
    margin-top: 0.1rem;
    line-height: 0.3rem;
    font-size: 0.2rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

main .trip {
    overflow: hidden;
    padding-bottom: 1.2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

main .trip .business {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0.6rem;
}

main .trip .business div {
    margin-top: 0.2rem;
    position: relative;
    width: 5rem;
    height: 3rem;
    border: 1px solid #eef1f4;
    margin-left: 0.23rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.2rem;
}

main .trip .business div .filter {
    padding: 0;
    position: absolute;
    top: 0.2rem;
    left: 0.2rem;
    width: 4.6rem;
    height: 2.6rem;
    margin-left: 0;
    margin-top: 0;
    background: rgba(0, 0, 0, 0.55);
}

main .trip .business div .filter h2 {
    margin-top: 1rem;
    margin-bottom: 0.2rem;
    text-align: center;
    font-size: 0.36rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: white;
}

main .trip .business div .filter p {
    font-size: 0.2rem;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: white;
    text-align: center;
    line-height: 2;
}

main .trip .business div img {
    width: 4.6rem;
    height: 2.6rem;
}

main .news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f4f7f9;
    overflow: hidden;
    padding: 1.03rem 1.85rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

main .news img {
    width: 9.52rem;
    height: 6.35rem;
    margin-right: 1rem;
}

main .news .information h1,
main .news .information p {
    margin-top: 0;
    text-align: left;
}

main .news .information a {
    font-family: Microsoft YaHei;
    font-weight: 400;
    margin-top: 0.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

main .news .information a .month {
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #999999;
}

main .news .information a .time {
    width: 0.75rem;
    margin-right: 0.1rem;
}

main .news .information a .time .year {
    font-size: 0.28rem;
    color: #333333;
    line-height: 0.4rem;
}

main .news .information a .newsItem .title {
    color: #333333;
    font-size: 0.22rem;
    line-height: 0.4rem;
}

main .company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    padding: 1.03rem 1.85rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Microsoft YaHei;
    font-weight: 400;
    text-align: right;
}

main .company img {
    width: 9.52rem;
    height: 6.35rem;
    margin-left: 1rem;
}

main .company .profile h1 {
    margin-top: 0;
    text-align: right;
}

main .company .profile h4 {
    margin-top: 0.6rem;
    font-size: 0.22rem;
    color: #333333;
}

main .company .profile p {
    margin-top: 0.2rem;
    width: 5.2rem;
    text-align: right;
    font-size: 0.2rem;
}

main .company .profile p:nth-of-type(1) {
    margin-top: 0;
}

main .company .profile .duty {
    margin-top: 0.2rem;
    margin-bottom: 0.6rem;
}

main .company .onlineCar h1,
main .company .onlineCar h4,
main .company .onlineCar p,
main .company .yszxItem h1,
main .company .yszxItem h4,
main .company .yszxItem p {
    text-align: left;
}

main .company .yszxItem a {
    display: block;
    margin-top: 0.75rem;
    font-size: 0.2rem;
    color: #666666;
    text-align: left;
}

main .onlineCarF,
main .yxzxItemF {
    background: #f4f7f9;
}

main .onlineCarF img,
main .yxzxItemF img {
    margin-left: 0;
    margin-right: 1rem;
}

main .yxzxItemF {
    background: #fff;
}

main .yxzxItemFBgc {
    background: #f4f7f9;
    text-align: right;
}

main .yxzxItemFBgc .yszxItem h1,
main .yxzxItemFBgc .yszxItem h4,
main .yxzxItemFBgc .yszxItem p,
main .yxzxItemFBgc .yszxItem a {
    text-align: right;
}

footer {
    width: 100%;
    background: #222222;
    padding: 1.2rem 1.8rem 0.6rem 1.8rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Microsoft YaHei;
    font-weight: 400;
}

footer ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

footer ul li .footItem {
    position: relative;
}

footer ul li .footItem h2 {
    font-size: 0.24rem;
    color: white;
    margin-bottom: 0.3rem;
    font-weight: 400;
}

footer ul li .footItem a {
    display: block;
    font-size: 0.14rem;
    color: #999999;
    line-height: 0.4rem;
}

footer ul li .footItem .erweima {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

footer ul li .footItem .erweima a {
    font-size: 0.24rem;
    color: white;
}

footer ul li .footItem .erweima a img {
    margin-left: 0.2rem;
    width: 0.5rem;
    height: 0.5rem;
    display: inline-block;
    vertical-align: middle;
}

footer ul li .footItem .erweima a:nth-of-type(2) {
    margin-left: 0.6rem;
}

footer ul li .footItem .erweima:nth-of-type(2) {
    margin-top: 0.35rem;
}

footer hr {
    border: none;
    height: 0.02rem;
    margin-top: 0.8rem;
    margin-bottom: 0.5rem;
    background: rgba(255, 255, 255, 0.4);
}

footer p {
    width: 7.4rem;
    text-align: center;
    font-size: 0.14rem;
    margin: 0 auto;
    color: white;
    line-height: 0.25rem;
}
footer p a{
    font-size:0.14rem;
    color:#fff;
}
.aboutBlock {
    margin-top: 1.8rem;
    margin-left: 1.85rem;
    line-height: 0.5rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
}

.aboutBlock .title i {
    display: inline-block;
    width: 0.08rem;
    height: 0.42rem;
    background-color: #f1880b;
    font-size: 0.2rem;
    vertical-align: middle;
    margin-right: 0.35rem;
}

.aboutBlock .title span {
    display: inline-block;
    font-size: 0.46rem;
    color: #333333;
    vertical-align: middle;
}

.aboutBlock .title .english {
    margin-top: 0;
    margin-left: 0.45rem;
    font-size: 0.16rem;
    color: #999999;
}

.aboutBlock p {
    font-size: 0.24rem;
    color: #333333;
    line-height: 0.4rem;
    max-width: 14.64rem;
    line-height: 2;
}

.aboutBlock .fs30 {
    font-size: 0.3rem;
    line-height: 2;
}

.mb250 {
    margin-bottom: 2.5rem;
}

.contentBase h1 {
    margin-top: 1rem;
    color: #333333;
    font-size: 0.46rem;
    text-align: center;
    font-weight: 400;
}

.contentBase p {
    text-align: center;
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.contentBase .text {
    margin-top: 0.6rem;
    font-size: 0.24rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.map {
    font-size: 0;
    position: relative;
    margin: 0 auto;
    display: block;
    margin-top: 0.3rem;
    width: 15.5rem;
    height: 11.34rem;
}

.map ._map {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.map div {
    text-align: center;
    position: absolute;
}

.map div:hover {
    -webkit-transition: 0.3s -webkit-transform;
    transition: 0.3s -webkit-transform;
    transition: 0.3s transform;
    transition: 0.3s transform, 0.3s -webkit-transform;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    cursor: pointer;
}

.map div img {
    width: 0.18rem;
    height: 0.18rem;
}

.map div p {
    font-size: 0.14rem;
    color: #333333;
}

.map .daqing {
    top: 2.11rem;
    right: 2.1rem;
}

.map .haerbin {
    top: 2.62rem;
    right: 2.07rem;
}

.map .changchun {
    top: 3.5rem;
    right: 2.61rem;
}

.map .jilin {
    top: 3.69rem;
    right: 2.02rem;
}

.map .shenyang {
    top: 4.28rem;
    right: 2.88rem;
}

.map .tianjin {
    top: 5rem;
    right: 4.4rem;
}

.map .cangzhou {
    top: 5.47rem;
    right: 4.8rem;
}

.map .weihai {
    top: 5.65rem;
    right: 3.24rem;
}

.partner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 15.5rem;
    margin: 0 auto;
    margin-top: 0.8rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
}

.partner .partnerItem {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    word-break: break-all;
    word-wrap: break-word;
}

.partner .partnerItem img {
    display: block;
    width: 7.4rem;
    height: 4.56rem;
}

.partner .partnerItem p {
    margin-top: 0.3rem;
    margin-bottom: 0.2rem;
    text-align: left;
    font-size: 0.28rem;
    color: #333333;
}

.partner .partnerItem span {
    display: block;
    font-size: 0.2rem;
    color: #666666;
}

.partner .partnerItem:nth-child(2n) {
    margin-left: 0.7rem;
}

.partner .partnerItem:nth-child(3),
.partner .partnerItem:nth-child(4) {
    margin-top: 0.6rem;
}

.form {
    font-size: 0;
    overflow: hidden;
    margin-top: 0.8rem;
    position: relative;
    width: 100%;
}

.form img {
    width: 100%;
}

.form .content {
    width: 75%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: white;
}

.form .content .left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.form .content .left h2 {
    text-align: center;
    font-size: 40px;
}

.form .content .left p {
    margin: 0 auto;
    width: 5rem;
    margin-top: 0.6rem;
    font-size: 0.2rem;
}

.form .content .left span {
    display: block;
    margin-top: 1.2rem;
    font-size: 0.4rem;
}

.form .content .left span font {
    font-size: 0.6rem;
}

.form .content .right {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 1.55rem;
}

.form .content .right input {
    margin-top: 0.2rem;
    display: block;
    width: 5.25rem;
    height: 0.8rem;
    background: rgba(255, 255, 255, 0.3);
    line-height: 0.8rem;
    padding-left: 0.3rem;
    border-radius: 10px;
    border: 1px solid #fff;
    font-size: 0.26rem;
    color: white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form .content .right input::-webkit-input-placeholder {
    color: white;
    font-size: 0.26rem;
}

.form .content .right input:-ms-input-placeholder {
    color: white;
    font-size: 0.26rem;
}

.form .content .right input::-ms-input-placeholder {
    color: white;
    font-size: 0.26rem;
}

.form .content .right input::placeholder {
    color: white;
    font-size: 0.26rem;
}

.form .content .right input:nth-of-type(1) {
    margin-top: 0;
}

.form .content .right button {
    margin-top: 0.4rem;
    width: 5.25rem;
    height: 0.8rem;
    background: #ee761c;
    border-radius: 10px;
    color: #fff;
    font-size: 0.32rem;
}

.doubleNews {
    margin-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding-left: 1.85rem;
    padding-right: 1.85rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.doubleNews a {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 0;
}

.doubleNews a img {
    display: block;
    width: 7.6rem;
    height: 5.06rem;
}

.doubleNews a h1 {
    margin-top: 0.4rem;
    padding-left: 0.2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.32rem;
    color: #333333;
}

.doubleNews a p {
    padding: 0.36rem 0.33rem 0.6rem 0.2rem;
    color: #999999;
    font-size: 0.2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.doubleNews a span {
    font-size: 0.2rem;
    padding-left: 0.2rem;
    color: #666666;
}

.doubleNews a:nth-of-type(1) {
    margin-right: 0.3rem;
}

.newsList {
    margin-top: 0.9rem;
    margin-bottom: 1.4rem;
    width: 100%;
    padding-left: 1.85rem;
    padding-right: 1.85rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.newsList .newsItem {
    margin-top: 0.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.newsList .newsItem img {
    width: 3.82rem;
    height: 2.56rem;
    margin-right: 0.5rem;
}

.newsList .newsItem div {
    display: block;
    font-size: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.newsList .newsItem div h1 {
    font-size: 0.32rem;
    color: #333333;
}

.newsList .newsItem div p {
    padding: 0.36rem 0rem 0.6rem 0rem;
    color: #999999;
    font-size: 0.2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.newsList .newsItem div span {
    font-size: 0.2rem;
    color: #666666;
}

.newsDetail {
    margin-top: 1rem;
    margin-bottom: 2rem;
    padding: 0 1.85rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0;
    color: #333333;
}

.newsDetail h1 {
    font-size: 0.5rem;
    font-weight: bold;
}

.newsDetail span {
    display: inline-block;
    font-size: 0.24rem;
    margin-top: 0.3rem;
    color: #999999;
}

.newsDetail article {
    margin-top: 0.5rem;
}

.newsDetail article p {
    font-size: 0.28rem;
    margin-bottom: 0.5rem;
}

.newsDetail article img {
    margin: 0.5rem auto;
    width: 12rem;
    height: 8rem;
    display: block;
}

.kunming {
    bottom: 1.71rem;
    right: 7.86rem;
}

.qinzhou {
    bottom: 1.12rem;
    right: 6.41rem;
}

.zhuhai {
    bottom: 0.94rem;
    right: 6.05rem;
}

.sanya {
    bottom: 0.24rem;
    right: 6.28rem;
}

.heihe {
    top: 1.64rem;
    right: 2.14rem;
}

.suihua {
    top: 2.4rem;
    right: 2.06rem;
}

.huanan {
    top: 2.67rem;
    right: 1.99rem;
}

.shangzhi {
    top: 3.11rem;
    right: 1.91rem;
}

.wuchang {
    top: 3.33rem;
    right: 2.16rem;
}

.mudanjiang {
    top: 3.46rem;
    right: 1.59rem;
}

.qitaihe {
    top: 3.1rem;
    right: 1.25rem;
}

.jinzhou {
    top: 4.57rem;
    right: 3.5rem;
}

.huludao {
    top: 4.74rem;
    right: 3.75rem;
}

.qinhuangdao {
    top: 5.01rem;
    right: 4.04rem;
}

.hengshui {
    top: 5.41rem;
    right: 4.97rem;
}

.jinan {
    top: 5.98rem;
    right: 4.63rem;
}

.linyi {
    top: 6.43rem;
    right: 4.34rem;
}

.yantai {
    top: 5.72rem;
    right: 3.6rem;
}

.dongyagn {
    bottom: 3.16rem;
    right: 3.88rem;
}

.zhengan {
    bottom: 2.93rem;
    right: 6.81rem;
}

.zunyi {
    bottom: 2.63rem;
    right: 7.02rem;
}

.qionghai {
    bottom: 0.45rem;
    right: 6.24rem;
}

.suihua {
    bottom: rem;
    right: rem;
}

.suihua {
    bottom: rem;
    right: rem;
}

.topTip {
    position: absolute;
    width: 2rem;
    height: 2rem;
    display: none;
    font-size: .24rem;
    color: #000;
}

.topTip img {
    width: 2rem;
    height: 2rem;
}


/*# sourceMappingURL=index.css.map */