.xsshow {
    display: none !important;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.headtop {
    width: 100%;
    height: 32px;
    line-height: 32px;
    color: #ffffff;
    background-color: #051131;
}

.headtop h4 {
    font-weight: bold;
    line-height: 32px;
    text-align: right;
    font-size: 1rem;float: right;
}

.headnav {
    height: 75px;
    line-height: 75px;
    position: fixed;
    top: 32px;
    z-index: 1000;
    width: 100%;
    background-color: #ffffff;
}

.headnav .left {
    width: 15%;
}
.headnav .left a span{font-size: 20px;color: #FF843B;}

.headnav .left>a>img {
    vertical-align: middle;
}

.headnav .right {
    width: 75%;
    height: 45px;
}

.headnav .right>li {
    line-height: 45px;
}

.pcheadtop {
    top: 0;
    transition: all .5s;
    box-shadow: 0 2px 10px #aaaaaa;
}

.headnav .right>a {
    display: block;
    float: left;
    width: 14.285%;
    text-align: center;
    color: #333333;
    font-size: 1rem;
    line-height: 72px;
}

.pcnavselect {
    border-bottom: 3px solid #FF853B;
    color: #FF853B !important;
    font-weight: bold;
}

.pcbanner {
    width: 100%;
    min-height:400px;
}

.pcbanner>img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.phonebanner {
    width: 100%;
    height: 300px;
    margin-top: 75px;
}

.phonebanner>img {
    width: 100%;
    height: 300px;
    display: block;
    object-fit: cover;
}

input,
textarea {
    outline: none;
}

.crumbs {
    margin-top: 30px;
    margin-bottom: 12px;
    color: #aaaaaa;
}

.crumbs a {
    color: #aaaaaa;
}

.crumbs>h5 {
    font-weight: normal;
}

.crumbs .iconfont {
    font-size: 20px;
}

.publictitle {
    text-align: center;
    margin: 50px 0 30px 0;
}

.publictitle>h2 {
    font-size: 32px;
}

.publictitle>h5 {
    font-size: 16px;
    font-weight: normal;
    color: #aaaaaa;
    margin: 12px 0;
}

.icon {
    width: 3.5em;
    height: 3.5em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.footer {
    margin-top: 30px;
    margin-bottom:6px;
}

.footer>.left {
    width: 25%;
}

.footer>.left>li {
    float: left;
    width: 50%;
}

.footer>.left>li>a {
    display: block;
    color: #000000;
    margin: 5px 0;
    font-size: 16px;
}

.footer>.right {
    width: 72%;
    color: #2166CC;
    text-align: right;
}

.footer>.right>li {
    margin: 6px 0;
}

.footer>.right>li:first-child {
    color: #333333;
}

.footer>.right>li:nth-child(2) {
    font-size: 22px;
    font-weight: bold;
}

.footer>.right>li:nth-child(3) {
    font-size: 16px;
}

.footer>.right>h6 {
    font-weight: normal;
    color: #333333;
}

.footer>.right>h6>a {
    color: #aaaaaa;
    margin: 6px 6px 6px 0;
}

.footer>.right>h6>a:first-child {
    color: #333333;
}

.footer>h6 {
    padding-top: 20px;
	font-weight: normal;
	color: #333333;
}

.footer>h6>a:first-child {
	color: #333333;
}

.footer>h6>a {
	color: #aaaaaa;
	margin: 6px 6px 6px 0;
}

.footer>h5 {
	text-align: center;
	margin: 12px 0;
	font-weight: normal;
}

.footer>h5>a {
	color: #333333;
}

.bootomfixed {
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #454545;
    z-index: 1000;
}

.bootomfixed>li {
    float: left;
    width: 33.333%;
    text-align: center;
    padding: 8px 0 4px 0;
    color: #ffffff;
}

.bootomfixed>li>a {
    color: #ffffff;
}

.bootomfixed>li>a>h2,
.bootomfixed>li>h2 {
    font-weight: normal;
    font-size: 30px;
    line-height: 1.1;
}

.bottomnav-item {
    position: relative;
}

.bottomnav-list {
    position: absolute;
    width: 100%;
    top: -259px;
    display: none;
    background: #454545;
}

.bottomnav-list>a {
    display: block;
    padding: 8px 0;
    text-align: center;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
}

.foreshadowing {
    height: 70px;
}

.paging {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 25px 0;
    color: #333333;
}

.paging>ul>li {
    float: left;
    padding: 5px 15px;
    color: #333333;
}

.paging a {
    color: #333333;
}

.paging>ul>.thisclass {
    color: #ff5008;
    font-weight: bold;
}


/* 

    首页

*/

.indexpcbanner {
    width: 100%;
    height: 600px;
    position: relative;
}

.indexpcbanner>img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.indexpcbanner-alt {
    position: absolute;
    width: 100%;
    top: 36%;
}

.indexpcbanner-alt h2 {
    font-size: 2.8rem;
    color: #0468FE;
}

.indexpcbanner-alt h3 {
    color: #656565;
    font-size: 18px;
    font-weight: normal;
    margin: 5px 0 20px 0;
}

.indexpcbanner-alt button {
    background: linear-gradient(#48BCEF, #4B70DB);
    box-shadow: 0 2px 12px #BDB3D8;
    border: none;
    border-radius: 25px;
    padding: 8px 50px;
}

.indexpcbanner-alt button>a {
    color: #ffffff;
}

.indexphonebanner {
    width: 100%;
    height: 300px;
    margin-top: 75px;
    position: relative;
}

.indexphonebanner>img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.indexphonebanner-alt {
    position: absolute;
    top: 22%;
}

.indexphonebanner-alt h2 {
    color: #0468FE;
    font-size: 25px;
    font-weight: bold;
}

.indexphonebanner-alt h3 {
    color: #656565;
    margin: 5px 0 15px 0;
}

.indexphonebanner-alt button {
    background: linear-gradient(#48BCEF, #4B70DB);
    box-shadow: 0 2px 12px #BDB3D8;
    border: none;
    border-radius: 25px;
    padding: 8px 50px;
}

.indexphonebanner-alt button>a {
    color: #ffffff;
}

.indexplan1 {
    height: 360px;
}

.indexplan1>.swiper-container {
    height: 100%;
}

.indexplan1 .swiper-slide>li {
    float: left;
    width: 23%;
    margin: 11px;
    background-color: #ffffff;
    box-shadow: 0 2px 10px #E6ECF9;
    border-radius: 6px;
}

.indexplan1 .swiper-slide>li:hover {
    transition: all .3s;
    background-color: #FF8F45;
    color: #ffffff;
}

.indexplan1 .swiper-slide>li:hover p {
    color: #ffffff;
}

.indexplan1 .swiper-slide>li>img {
    height: 185px;
    object-fit: cover;
    display: block;
}

.indexplan1 .swiper-slide>li>h3 {
    padding: 5px 12px;
    font-size: 18px;
    font-weight: normal;
}

.indexplan1 .swiper-slide>li>p {
    font-size: 14px;
    padding: 5px 12px;
    margin: 0 0 10px 0;
    color: #aaaaaa;
}

.news-slider__pagination {
    text-align: center;
    margin-top: 50px;
}

.news-slider__pagination .swiper-pagination-bullet {
    width: 13px;
    height: 6px;
    display: inline-block;
    background: #DFDFDF;
    opacity: .8;
    margin: 0 5px;
    border-radius: 20px;
    transition: opacity .5s, background-color .5s, width .5s;
    transition-delay: .5s, .5s, 0s;
}

.news-slider__pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #D9000F;
    width: 45px;
    transition-delay: 0s;
}

@media screen and (max-width: 576px) {
    .news-slider__pagination .swiper-pagination-bullet-active {
        width: 70px;
    }
}

.indexplan1phone>li {
    float: left;
    /*width: 47%;*/
    margin: 12px 5px;
    height: 260px;
    box-shadow: 0 2px 10px #E6ECF9;
}
        
.indexplan1phone>li>img {
    height: 120px;
    object-fit: cover;
    display: block;
}
        
.indexplan1phone>li>h3 {
    font-size: 16px;
    text-align: center;
    margin: 6px 0;
    color: #333333;
}
        
.indexplan1phone>li>p {
    line-height: 1.6;
    padding: 0 10px;
    margin: 0;
    color: #aaaaaa;
}

.indexplan2 {
    width: 100%;
    background: url(../image/indexplan3bg.jpg) center center;
    padding-top: 20px;
    margin: 40px 0 0 0;
    color: #ffffff;
}

.indexplan2>.container>.publictitle {
    color: #ffffff;
}

.indexplan2>.container>.publictitle>h5 {
	color: #aaaaaa;
}

.indexplan2-num {
    margin: 40px 0 20px 0;
}

.indexplan2-num>li {
    float: left;
    width: 33.333%;
}

.indexplan2-num>li>h2 {
    font-size: 42px;
}

.indexplan2-num>li>h2>span {
    font-weight: normal;
}

.indexplan2-num>li:nth-child(2) {
    text-align: center;
}

.indexplan2-num>li:nth-child(3) {
    text-align: right;
}

.indexplan2-numalt>li {
    float: left;
    width: 33.333%;
    text-align: center;
    background-color: #fff;
    padding: 35px 25px;
    color: #333333;
    height: 275px;
    overflow: hidden;
}

.indexplan2-numalt>li>h4 {
    font-size: 15px;
    margin: 12px 0;
}

.indexplan2-numalt>li>hr {
    width: 12%;
}

.indexplan2-numalt>li>p {
    color: #aaaaaa;
    text-align: left;
}

.indexplan2 p {
    line-height: 1.6;
    text-indent: 2em;
}

.indexplan2-numalt>li:nth-child(2) {
    background-color: #F5F7FA;
}

.indexplan3>.left,
.indexplan3>.right {
    width: 50%;
    position: relative;
}

.indexplan3>.left>img,
.indexplan3>.right>img {
    height: 380px;
    object-fit: cover;
    display: block;
}

.indexplan3-left {
    position: absolute;
    right: 30px;
    top: 35%;
    color: #ffffff;
}

.indexplan3-left h3 {
    font-size: 32px;
}

.indexplan3-left h5 {
    font-size: 16px;
    font-weight: normal;
}

.indexplan3-right {
    position: absolute;
    left: 30px;
    top: 30%;
    color: #ffffff;
    text-align: center;
}

.indexplan3-right>h4 {
    font-weight: normal;
    font-size: 18px;
}

.indexplan3-right>h2 {
    font-size: 32px;
}

.indexplan3-right>p {
    margin: 10px 0 5px 0;
}

.indexplan4>li {
    float: left;
    width: 31.6%;
    margin: 20px 10px;
    text-align: center;
    border-radius: 6px;
    box-shadow: 0 2px 8px #E9F0FA;
}

.indexplan4 a {
    color: #333333;
}

.indexplan4>li:hover a {
    color: #FF8F45;
    transition: all .3s;
}

.indexplan4 h4 {
    margin: 8px 0;
}

.indexplan4>li>a>img {
    height: 200px;
    object-fit: cover;
}

.indexplan5>li {
    float: left;
    width: 23%;
    margin: 18px 11px;
}

.indexplan5>li>a {
    color: #333;
}

.indexplan5>li>a>img {
    height: 200px;
    object-fit: cover;
}

.indexplan5>li:hover a {
    color: #FF8F45;
    transition: all .5s;
}

.indexplan5>li>a>h4 {
    font-size: 15px;
    margin: 5px 0;height: 48px;
}

.indexplan5>li>a>h5 {
    color: #aaaaaa;
    font-weight: normal;
}

.indexplan5>.tc>button {
    border: none;
    padding: 10px 50px;
    border-radius: 25px;
    background: linear-gradient(to right, #FF843B, #FFAB5D);
}

.indexplan5>.tc>button>a {
    color: #ffffff;
}

.indexplan6 {
    width: 100%;
    padding: 35px 0;
    margin-top: 40px;
    background: url(../image/indexcontact.jpg) center center;
}

.indexplan6 .tc>h4 {
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
}

.indexplan6 .tc>h2 {
    color: #FF843B;
    font-size: 42px;
    margin: 14px 0;
}

.indexplan6 form li {
    float: left;
    margin: 8px;
    background-color: #fff;
    border-radius: 25px;
    width: 25%;
    padding: 10px 20px;
}

.indexplan6 form li>input {
    border: none;
}

.indexplan6-but {
    width: 18% !important;
    background: linear-gradient(to right, #FF843B, #FFAB5D);
}

.indexplan6-but>button {
    border: none;
    background: transparent;
    color: #fff;
    text-align: center;
    width: 100%;
}

.indexyzm {
    padding: 0 !important;
}

.indexyzm>input {
    padding: 20px !important;
    border-radius: 25px;
}

.indexplan6 form>li>.left,
.indexplan6 form>li>.right {
    width: 50%;
    height: 40px;
}

.indexplan6 form>li>.right {
    padding: 0;
}


/* 

    服务项目

*/

.service>li {
    float: left;
    width: 24%;
    height: 320px;
    margin: 22px 5px;
    border-radius: 6px;
    box-shadow: 0 2px 10px #EAF1FA;
}

.service>p {
	color: #333333;
	margin: 5px;
	line-height: 1.6;
	text-indent: 3em;
}

.service>li>h4 {
    font-size: 20px;
    text-align: center;
    font-weight: normal;
    margin: 8px 0;
}

.service>li>img {
    height: 200px;
    object-fit: cover;
}

.service>li>p {
    padding: 5px 12px 15px 12px;
    margin: 0;
    color: #aaaaaa;
}


/* 

    案例列表

*/

.caselist>li {
    float: left;
    width: 23%;
    margin: 15px 11px;
    box-shadow: 0 2px 10px #EAF1FA;
}

.caselist a {
    color: #333333;
}

.caselist img {
    display: block;
    height: 180px;
    object-fit: cover;
}

.caselist h4 {
    text-align: center;
    margin: 8px 0;
}


/* 

    新闻列表/详情页

*/

.newslist>.left {
    width: 68%;
}

.newslist>.left>a {
    display: block;
    border-bottom: 1px solid #dddddd;
    color: #333333;
    padding: 25px 0 15px 0;
}

.newslist>.left>a h3 {
    font-size: 16px;
}

.newslist>.left>a:hover,
.newslist>.left>a:hover .newslist-data>h2 {
    color: #FF853B;
    transition: all .3s;
}

.newslist>.left>a:hover .newslist-hr>hr {
    transition: all .3s;
    border-top: 1px solid #FF853B;
}

.newslist>.left>a:hover .newslist-hr {
    transition: all .6s;
    width: 8%;
}

.newslist>.left>a:hover .newslist-alt {
    width: 57%;
}

.newslist-data {
    width: 15%;
    text-align: center;
}

.newslist-data>h2 {
    font-size: 25px;
    text-align: left;
    padding-left: 10px;
    color: #2166CC;
}

.newslist-hr {
    width: 4%;
}

.newslist-hr>hr {
    margin-top: 10px;
}

.newslist-alt {
    width: 61%;
    padding: 0 20px;
}

.newslist-alt>p {
    color: #aaaaaa;
    margin-bottom: 5px;
}

.newslist-img {
    width: 20%;
}

.newslist-img>img {
    height: 120px;
    object-fit: cover;
}

.newslist>.right {
    width: 30%;
}

.newscon>.left {
    width: 69%;
}

.newscon>.left>h2 {
    text-align: center;
    font-size: 22px;
    margin: 10px 0;
}

.newscondata {
    padding: 20px 0 12px 0;
    border-bottom: 1px solid #aaaaaa;
}

.newscondata h5 {
    font-weight: normal;
}

.newscondata a {
    color: #333333;
}

.newscontent {
    margin: 15px 0;
    line-height: 1.8;
}

.newscontent p {
    line-height: 1.8;
    letter-spacing: 1px;
}

.newscontentfixed {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px;
    margin-top: 30px;
}

.newscontent img {
    max-width: 100% !important;
    height: auto !important;
}

.leftimg {
    width: 12%;
}

.leftimg>img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

.leftalt {
    width: 70%;
}

.leftalt>h3 {
    font-weight: normal;
    font-size: 16px;
}

.leftalt>h2 {
    font-size: 20px;
}

.leftalt>h2>span {
    font-size: 32px;
    color: #FF843B;
}

.newscontentfixed>.right {
    width: 16%;
}

.newscontentfixed>.right>button {
    width: 100%;
    border-radius: 25px;
    border: none;
    background: linear-gradient(to right, #FF843B, #FFAB5D);
    padding: 5px 0;
    margin-top: 20px;
}

.newscontentfixed>.right>button>a {
    color: #ffffff;
}

.newscontentnext {
    margin: 25px 0;
}

.newscontentnext>li {
    color: #aaaaaa;
    margin: 10px 0;
}

.newscontentnext>li>a {
    color: #aaaaaa;
}

.newscontentnext>li:hover,
.newscontentnext>li:hover a {
    color: #FF843B;
}

.newscon>.right {
    width: 29%;
}

.newscon>.right>section,
.newslist>.right>section {
    box-shadow: 0 2px 12px #E5EEFF;
    margin-bottom: 35px;
}

.newscon>.right>section>h3,
.newslist>.right>section>h3 {
    text-align: center;
    border-bottom: 1px solid #dddddd;
    font-weight: normal;
    padding: 8px 0;
    border-top: 4px solid #FF843B;
    font-size: 18px;
    color: #FF843B;
}

.newspublic-item {
    padding: 8px 15px;
}

.newspublic-item>li {
    margin: 12px 0;
    list-style: disc inside;
    color: #aaaaaa;
}

.newspublic-item>li:hover,
.newspublic-item>li:hover a {
    color: #FF843B;
    transition: all .3s;
}

.newspublic-item>li>a {
    color: #aaaaaa;
}

.newspublic-item>li:before {
    background-color: #FF843B;
}


/* 

    联系我们

*/

.contact>.left,
.contact>.right {
    width: 48%;
}

.contact>.left>h3,
.contact>.right>h3 {
    font-size: 18px;
    margin: 6px;
}

.contact>.left>form>li {
    float: left;
    width: 48%;
    margin: 6px 5px;
    border: 1px solid #aaaaaa;
    padding: 10px 20px;
}

.contact>.left>form>li>input,
.textarea>textarea {
    width: 100%;
    resize: none;
    border: none;
}

.textarea {
    width: 98% !important;
    height: 100px;
}

.textarea>textarea {
    height: 100%;
}

.contact>.left>form>li>.left {
    width: 50%;
}

.contact>.left>form>li>button {
    border: none;
    text-align: center;
    padding: 3px 0;
    width: 100%;
    background-color: transparent;
    color: #fff;
}

.contact-but {
    background: linear-gradient(to right, #FF843B, #FFAB5D);
    border: none !important;
    border-radius: 25px;
    padding: 8px 0 !important;
}

.contact>.left>form>li>.right {
    width: 50%;
}

.contact>.right .iconfont {
    color: #FF853B;
    font-size: 30px;
}

.contact>.right tr {
    display: block;
    margin: 12px 0;
}

.indexyzm>input,
.indexyzm>.right {
    height: 40px;
}


.contact table>thead>tr>th, 
.contact table>tbody>tr>th, 
.contact table>tfoot>tr>th, 
.contact table>thead>tr>td, 
.contact table>tbody>tr>td, 
.contact table>tfoot>tr>td {
	border: none;
}

/* 

    关于我们

*/

.aboutplan1>p {
    line-height: 1.6;
    font-size: 16px;
    color: #333333;
    margin-bottom: 20px;
    text-indent: 3em;
}

.aboutplan1>.left,
.aboutplan1>.right {
    width: 50%;
}

.aboutplan1>.left>img,
.aboutplan1>.right>img {
    object-fit: cover;
    display: block;
    height: 350px;
}

.aboutplan1>.right>img {
    margin-top: 50px;
}

.aboutplan2 {
    background: url(../image/p-1.jpg) center center;
    padding: 120px 0 0 0;
    margin-top: 60px;
}

.aboutplan2 li {
    float: left;
    width: 33.333%;
    color: #333333;
    text-align: center;
    padding: 35px 25px;
    background: #ffffff;
    height: 250px;
}

.aboutplan2 li:nth-child(2) {
    background: #F5F7FA;
}

.aboutplan2 li>hr {
    width: 18%;
}

.aboutplan2 li>h4 {
    margin: 12px 0;
    font-size: 16px;
    font-weight: normal;
}

.aboutplan2 p {
    text-align: left;
}

.aboutplan3 {
    background-image: url(../image/aboutplan3bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    min-height: 638px;
}

.aboutplan3-1 {
    position: relative;
    width: 100%;
    top: 160px;
    padding: 40px;
    background: #ffffff;
    box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.1);
}

.aboutplan3-1>.left {
    width: 35%;
    margin-top: -100px;
}

.aboutplan3-1>.left>img {
    display: block;
    height: 430px;
    object-fit: cover;
}

.aboutplan3-1>.right {
    width: 60%;
}

.aboutplan3-1>.right>li {
    float: left;
    width: 45%;
    margin: 10px 12px;
    padding: 18px 25px;
    min-height: 155px;
}

.aboutplan3-1>.right>li:nth-child(1) {
    background-image: url(../image/aboutplan3-1.jpg);
}

.aboutplan3-1>.right>li:nth-child(2) {
    background-image: url(../image/aboutplan3-2.jpg);
}

.aboutplan3-1>.right>li:nth-child(3) {
    background-image: url(../image/aboutplan3-3.jpg);
}

.aboutplan3-1>.right>li:nth-child(4) {
    background-image: url(../image/aboutplan3-4.jpg);
}

.aboutplan3-1>.right>li>h3 {
    font-size: 18px;
    font-weight: bold;
}

.aboutplan3-1>.right>li>hr {
    width: 15%;
    border-top: 2px solid #9C0000;
}

.aboutplan3-1>.right>li>p {
    color: #333333;
    margin: 5px 0;
    line-height: 1.6;
}

/* 

    搬家收费

*/

.chargepc>.left {
    width: 23%;
    margin-bottom: 25px;
}

.chargepc>.right {
    width: 74.5%;
}

.charge-lefttitle {
    background: #FF843B;
    color: #fff;
    padding: 15px 20px;
}

.charge-lefttitle>h3 {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 100;
}

.charge-lefttitle>h4 {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 100;
}

.charge-leftcontact {
    padding: 20px;
    border: 1px solid #FF843B;
}

.charge-leftcontact>li {
    margin-bottom: 8px;
    color: #FF843B;
}

.chargepc>.right>table {
    border: 1px solid #ddd;
    width: 100%;
    max-width: 100%;
    background: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px;
}

table tr th {
    text-align: center;
    color: #FF843B;
    vertical-align: middle;
}

table>thead>tr>th,
table>tbody>tr>th,
table>tfoot>tr>th,
table>thead>tr>td,
table>tbody>tr>td,
table>tfoot>tr>td {
    border: 1px solid #ddd;
    padding: 8px;
}

table tr td:first-child {
    text-align: center;
    vertical-align: middle;
}

.w10 {
    width: 12%;
}

.phonecharge>section {
    margin-bottom: 18px;
    border: 1px solid #FF843B;
}

.phonecharge>section>h4 {
    color: #fff;
    padding: 5px 0;
    text-align: center;
    background: #FF843B;
    margin: 0;
    font-size: 1.4rem;
    font-weight: 100;
}

.phonecharge-item {
    padding: 12px;
}

.phonecharge-item>li {
    margin-bottom: 8px;
}

.phonecharge-item>li:nth-child(odd) {
    text-align: center;
    color: #FF843B;
    font-weight: bold;
}

.phonecharge>section:last-child {
    border: none;
}

.phonecharge>section>h3 {
    margin: 8px 0;
    font-size: 1.6rem;
    color: #FF843B;
}

.phonecharge>section>li {
    margin: 10px 0;
}

@media (max-width: 768px) {
    .xsnone {
        display: none !important;
    }
    .xsshow {
        display: block !important;
    }
    .headnav {
        top: 0;
    }
    .headnav .left,
    .headnav .right {
        width: 50%;
    }
    .headnav .right>a {
        float: none;
        width: 100%;
        color: #2166CC;
        text-align: right;
        font-weight: bold;
    }
    .indexplan2-numalt>li,
    .indexplan3>.left,
    .indexplan3>.right,
    .indexplan6 form li,
    .indexplan6-but,
    .footer>.right,
    .contact>.left,
    .contact>.right,
    .textarea,
    .newscon>.left,
    .newscon>.right,
    .aboutplan3-1>.right,
    .aboutplan3-1>.right>li,
    .newslist>.left,
    .newslist>.right,
    .chargepc>.left{
        width: 100% !important;
    }
    .indexplan2 {
        margin: 0;
    }
    .indexplan4>li,
    .service>li {
        width: 100%;
        margin: 18px 0;
    }
    .indexplan5>li {
        width: 48%;
        margin: 12px 3px;
    }
    .footer>.left {
        width: 100%;
        text-align: center;
    }
    .footer>.right {
        margin: 15px 0;
    }
    .footer>.right>li {
        text-align: center;
    }
    .footer>.right>h6 {
        margin: 20px 0 0 0;
    }
    .caselist>li,
    .aboutplan2 li {
        width: 100%;
        margin: 12px 0;
    }
    .contact>.left>li {
        width: 100%;
        margin: 6px 0;
    }
    .aboutplan2 {
        margin: 40px 0 0 0;
        padding: 40px 0;
    }
    .aboutplan3-1 {
        padding: 25px;
        position: static;
        box-shadow: none;
    }
    .aboutplan3-1>.right>li {
        margin: 8px 0;
    }
    .aboutplan3 {
        background-image: none;
    }
    .newslist-data {
        width: 100%;
        text-align: left;
    }
    .newslist-alt {
        margin: 6px 0 0 0;
        width: 100%;
        padding: 0;
    }
    .indexplan3-right {
    	width: 100%;
    	left: 0;
    }
}

.swhz {
    width: 100%;
    height: auto;
    color: #738694;
    text-align:center;
}
    .swhz a {
        color: #738694;
    }


img.yzm{ width: 100px; height: 35px; }