﻿/* 清除默认样式 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}
/* *:focus { outline: none; } */
body {
  font-family: "Microsoft YaHei", "PingFangSC-Medium", "sans-serif";
}

img {
    border: 0;
    vertical-align: middle;
}

select::-ms-expand { display: none; }    

/*public style*/
.pull-r {
    float: right;
}

.pull-l {
    float: left;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

a {
    text-decoration: none;
}

ul,li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.over-ellipsis1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.over-ellipsis2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

select {
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    outline: none;
    border: none;
}

input {
    border: none;
    outline: none;
}

header {
    position: relative;
    background-color: #fff;
}

.select-model {
    display: none;
    position: absolute;
    left: 50%;
    top: 80px;
    margin-left: -525px;
    padding: 50px 24px;
    width: 1002px;
    background-color: #fff;
    border-radius: 5px;
    z-index: 99999;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}

.select-model i {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
    height: 25px;
    background: url(c-select-model.png) no-repeat center center;
    background-size: cover;
}

.header-top {
    position: relative;
    width: 1200px;
    min-width: 1180px;
    margin: 0 auto;
    height: 110px;
}

.header-top ul {
    position: absolute;
    right: 0;
    top: 5px;
    color: #aaa;
}

.header-top ul li {
    margin-right: 10px;
}

.header-top ul a {
    font-size: 16px;
    color: #aaa;
}

.log {
    margin-right: 31px;
    margin-top: 22px;
}

.log img {
    vertical-align: middle;
}

.select-warp {
    position: relative;
    width: 240px;
    height: 100%;
    margin-right: 100px;
}

/* .select-warp> div:first-child {
    position: absolute;
    top: 50%;
    margin-top: -15px;
} */

/* .select-warp> div:last-child {
    position: absolute;
    top: 50%;
    left: 126px;
    margin-top: -15px;
} */

.select-warp div {
    margin-top: 42px;
    display: inline-block;
    width: 100px;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    border-radius: 2px;
    position: relative;
    border: solid 1px #2789ee;
    line-height: 28px;
    padding-left: 11px;
}

.secto {
    background-color: #fff;
    color: #2789ee;
}

.district {
    background-color: #2789ee;
    color: #fff;
    /*float: right;*/
}

.select-warp div i {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -3.5px;
    display: inline-block;
    width: 10px;
    height: 7px;
}

.secto i {
    background: url(icon-down.png) no-repeat center center;
    background-size: cover;
}
.district i {
    background: url(icon-down-action.png) no-repeat center center;
    background-size: cover;
}

.search-warp {
    position: relative;
    width: 262px;
    height: 31px;
    border-radius: 2px;
    border: solid 1px #2789ee;
    margin-top: 38px;
}

.search-warp input {
    border: none;
    outline: none;
    font-size: 16px;
    height: 30px;
    padding: 0 0 0 6px;
    line-height: 30px;
    /*padding: 6px;*/
}

.search-btn {
    position: absolute;
    width: 70px;
    height: 30px;
    right: 0;
    background-color: #2789ee;
    border-radius: 0px 2px 2px 0px;
    font-size: 16px;
    line-height: 32px;
    cursor: pointer;
    color: #ffffff;
}

.search-btn i {
    display: inline-block;
    width: 14px;
    height: 16px;
    background: url(search.png) no-repeat center center;
    background-size: cover;
    margin-left: 11px;
    transform: translateY(3px);
}

.user-action {
    margin-top: 38px;
}

.user-action > div {
    width: 74px;
    height: 30px;
    border-radius: 2px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    border: solid 1px #2789ee;
}

.register {
    cursor: pointer;
    color: #2789ee;
    position: relative;
}

.login {
    color: #fff;
    margin-left: 2px;
    background-color: #2789ee;
}

.user-info {
    border-color: #fff!important;
    color: #000;
}

.exit {
    background-color: #2789ee;
    color: #ffffff;
    margin-left: 22px;
}

.nav , nav {
    width: 1200px;
    margin: 0 auto;
}

.nav ul li,nav ul li {
    width: 146px;
    text-align: center;
    float: left;
    margin-right: 0;
    font-size: 18px;
}

.nav ul li:first-child,nav ul li:first-child {
    text-align: left;
    width: 74px;
}

.nav ul li a:hover, .nav ul li a.cur,nav ul li a:hover, nav ul li a.cur {
    color: #2789ee;
    font-size: 24px;
    border-color: #2789ee;
}

.nav ul li a,nav ul li a {
    display: inline-block;
    line-height: 32px;
    /*font-weight: bold;*/
    font-size: 20px;
    padding-bottom: 10px;
    color: #3a4e62;
    border-bottom: 4px solid #fff;
}

.c-area p {
    font-size: 16px;
    padding-left: 11px;
    font-weight: bold;
    line-height: 18px;
    border-left: 4px solid #2775cc;
    color: #2775cc;
    margin: 10px 0;
}

.selector {
    font-weight: bold;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    color: #333;
    padding-left: 15px;
    margin-bottom: 20px;
}

.selector span {
    color: #2775cc;
    margin: 0 10px;
}

.selector button {
    width: 74px;
    height: 30px;
    color: #fff;
    background-color: #2789ee;
    border: none;
    border-radius: 2px;
    outline: none;
    margin-left: 20px;
    cursor: pointer;
}

.select-con {
    border-bottom: 1px solid #f5f5f5;
}

.select-con ul {
    padding-left: 10px;
}

.select-con ul li {
    width: 25%;
    float: left;
    margin-bottom: 20px;
}

.select-con ul li a {
    display: inline-block;
    font-size: 16px;
    color: #666;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.select-con ul li a:hover {
    text-decoration: underline;
    color: #2775cb;
}

footer {
    width: 100%;
}

.footer-head {
    height: 206px;
    background-color: #F1F2F3;
}

.footer-head h3 {
    font-size: 20px;
    color: #222;
    font-weight: bold;
    margin-bottom: 13px;
}

.footer-bottom {
    height: 150px;
    background-color: #EAEBEB;
}

.footer-heade-con, .footer-bottom-con {
    width: 1200px;
    margin: 0 auto;
}

.footer-heade-con {
    padding-top: 40px;
    font-size: 16px;
    color: #6d6d6d;
}

.footer-heade-con > div {
    width: 30%;
    box-sizing: border-box;
    height: 122px;
}

.relevant-site {
    padding-left: 11%;
    border-left: 1px solid #dedfdf;
}

.contact {
    padding-left: 3%;
}

.relevant-pro {
    position: relative;
    /* padding-left: 80px; */
    padding-left: 72px;
    border-left: 1px solid #dedfdf;
}

.relevant-pro > img {
    display: none;
    position: absolute;
    width: 100px;
    top: 0;
    left: 0;
}

.contact ul li, .relevant-site ul li {
    margin-bottom: 12px;
}

.relevant-site ul li a {
    font-size: 16px;
    color: #6d6d6d;
}

.qr-bg {
    margin-right: 50px;
}

.qr-bg div {
    margin-top: 8px;
}

.qr-small img {
    vertical-align: middle;
    margin-right: 14px;
}

.qr-small {
    margin-top: 15px;
    position: relative;
}

.qr-small img:hover {
    /*transform: scale(4);*/
}

.qr-small li {
    cursor: pointer;
    position: relative;
    margin-bottom: 24px;
}

.qr-small li img[class] {
    display: none;
    width: 100px;
    position: absolute;
    left: -38px;
    top: -100px
}

 .qr-small li:hover img.ali-pro {
    display: block;
 }


.qr-small li:nth-child(1):hover .ali-pro {
    display: block;
}

.qr-small li:nth-child(2):hover .baidu-pro {
    display: block;
}

.qr-small li:nth-child(3):hover .wx-pro {
    display: block;
}

.relevant-link {
    width: 410px;
    margin: 0 auto 30px;
    padding-top: 33px;
}

.footer-bottom, .footer-bottom a{
    font-size: 14px;
    color: #222;
}

.relevant-link li {
    float: left;
}

.unit {
    position: relative;
}

.unit p:first-child {
    margin-bottom: 15px;
    display: inline-block;
}

.unit-img-warp {
    position: absolute;
    top: 35%;
    right: 60px;
    transform: translateY(-50%);
}

.unit-img-warp a:first-child {
    margin-right: 14px;
}

.left-bar {
    position: fixed;
    right: 0;
    top: 20%;
    width: 65px;
    z-index: 1000;
}

.left-bar .img {
    cursor: pointer;
    position: absolute;
    top: -22px;
    right: 9px;
}

.left-bar-wrap {
    width: 65px;
    height: auto;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
}

.left-bar-wrap .left-item {
    display: block;
    position: relative;
    padding: 12px 0;
}

.left-bar-wrap .left-item > img {
    display: block;
    margin: 0 auto 2px;
}

.left-bar-wrap .left-item > p {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #333333;
    text-align: center;
}

.left-bar-wrap .left-i {
    display: block;
    margin: 0 auto;
    width: 45px;
	height: 1px;
	background-color: #f0f0f0;
}

.left-go-top {
    display: block;
    width: 65px;
	height: 65px;
    margin-top: 20px;
    background: url(l-go-top.png) no-repeat center center;
    background-size: cover;
}

.left-bar .l-wycx-box {
    display: none;
    position: absolute;
    top: 0;
    right: 64px;
    height: 125px;
}

.left-bar .l-wycx {
    width: 124px;
    margin-right: 15px;
    padding: 0 10px;
	height: 125px;
	background-color: #ffffff;
	box-shadow: 0px 3px 13px 0px #dfdfdf;
	border-radius: 6px;
}

.left-bar .l-wycx > a {
    display: block;
    font-size: 13px;
    color: #333333;
    padding-top: 12px;
}

.left-bar .l-wycx > a img {
    margin: 0 7px;
}

.left-bar .l-wycx > a:hover {
    color: #2789ee;
}

.left-bar .l-wycx > a .cur ,.left-bar .l-wycx > a:hover img{
    display: none;
}

.left-bar .l-wycx > a:hover .cur {
    display: inline-block;
}

.left-bar .l-wycx .left-i {
    width: 124px;
    margin-top: 12px;
}

.left-bar .l-wycx-con {
    cursor: pointer;
}

.left-bar-wrap .left-item .erweima {
    display: none;
    position: absolute;
    top: 0;
    right: 68px;
    width: 1.68rem;
}

.left-bar-wrap .l-dy {
    display: none;
}

.left-bar-wrap .l-sqzk {
    margin-top: -1px;
    border-radius: 6px;
    background-color: #f7f7f7;
}

.left-bar-wrap .l-yczk {
    display: none;
    border-radius: 6px;
}


/*分页style*/
.list-page {
    width: 44%;
    margin: 0 auto;
    font-size: 14px;
    color: #666;
    margin-top: 20px;
}

.list-page ul {
    margin: 0 6px;
}

.list-page ul li{
    margin-right: 6px;
    float: left;
    height: 26px;
    text-align: center;
    line-height: 26px;
    padding: 0 10px;
    background-color: #ebebeb;
    cursor: pointer;
}


.list-page ul li.cur,.list-page div.cur,.list-page ul li:hover,.last-page:hover,.next-page:hover{
    color: #fff;
    background-color: #2f89eb;
}

.list-page ul li.omissions {
    background: none;
    color: #000;
}

.last-page,.next-page {
    width: 60px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    background-color: #ebebeb;
    cursor: pointer;
}

.go-page {
    margin-left: 20px;
}

.go-page input{
    width: 36px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    background-color: #ffffff;
    border: solid 1px #d1d1d1;
    margin: 0 10px;
}

.go-page-action {
    width: 48px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #2f89eb;
    color: #fff;
    margin-left: 8px;
    cursor: pointer;
}

/* 分页 */
.l-page {
    margin: 0 auto;
    font-size: 16px;
    color: #666;
    text-align: center;
    margin-top: 20px;
}

.l-page .go-page {
    margin-left: 5px;
}

.l-page .last-page {
    margin-right: 12px;
}

.l-page  .pull-l {
    float: left;
}

.l-page .go-page input {
    width: 36px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    background-color: #ffffff;
    border: solid 1px #d1d1d1;
    margin: 0 10px;
}

.l-page .last-page, .l-page .next-page {
    width: 60px;
}

.l-page a {
    display: inline-block;
    margin-right: 6px;
    height: 30px;
    text-align: center;
    color: #666666;
    line-height: 30px;
    padding: 0 10px;
    background-color: #ebebeb;
    cursor: pointer;
}

.l-page a.cur, .l-page a:hover {
    background-color: #2f89eb;
    color: #fff;
}

.l-page .go-page-action {
    width: 48px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background-color: #2f89eb;
    color: #fff;
    margin-left: 8px;
    cursor: pointer;
}

.xl-content {
    width: 100%;
    background-color: #f5f5f5;
    padding: 15px 0 10px;
}


/**
** 响应样式 **
*/
html {
    font-size: 625%; /* 1rem = 100px */
}

/* 优化 */

@media screen and (max-width: 1890px) {
    html {
        font-size: 99.4736842105px;
    }
}

@media screen and (max-width: 1880px) {
    html {
        font-size: 98.9473684211px;
    }
}

@media screen and (max-width: 1870px) {
    html {
        font-size: 98.4210526316px;
    }
}

@media screen and (max-width: 1860px) {
    html {
        font-size: 97.8947368421px;
    }
}

@media screen and (max-width: 1850px) {
    html {
        font-size: 97.3684210526px;
    }
}

@media screen and (max-width: 1840px) {
    html {
        font-size: 96.8421052632px;
    }
}

@media screen and (max-width: 1830px) {
    html {
        font-size: 96.3157894737px;
    }
}

@media screen and (max-width: 1820px) {
    html {
        font-size: 95.7894736842px;
    }
}

@media screen and (max-width: 1810px) {
    html {
        font-size: 95.2631578947px;
    }
}

@media screen and (max-width: 1800px) {
    html {
        font-size: 94.7368421053px;
    }
}

@media screen and (max-width: 1790px) {
    html {
        font-size: 94.2105263158px;
    }
}

@media screen and (max-width: 1780px) {
    html {
        font-size: 93.6842105263px;
    }
}

@media screen and (max-width: 1770px) {
    html {
        font-size: 93.1578947368px;
    }
}

@media screen and (max-width: 1760px) {
    html {
        font-size: 92.6315789474px;
    }
}

@media screen and (max-width: 1750px) {
    html {
        font-size: 92.1052631579px;
    }
}

@media screen and (max-width: 1740px) {
    html {
        font-size: 91.5789473684px;
    }
}

@media screen and (max-width: 1730px) {
    html {
        font-size: 91.0526315789px;
    }
}

@media screen and (max-width: 1720px) {
    html {
        font-size: 90.5263157895px;
    }
}

@media screen and (max-width: 1710px) {
    html {
        font-size: 90px;
    }
}

@media screen and (max-width: 1700px) {
    html {
        font-size: 89.4736842105px;
    }
}

@media screen and (max-width: 1690px) {
    html {
        font-size: 88.9473684211px;
    }
}

@media screen and (max-width: 1680px) {
    html {
        font-size: 88.4210526316px;
    }
}

@media screen and (max-width: 1670px) {
    html {
        font-size: 87.8947368421px;
    }
}

@media screen and (max-width: 1660px) {
    html {
        font-size: 87.3684210526px;
    }
}

@media screen and (max-width: 1650px) {
    html {
        font-size: 86.8421052632px;
    }
}

@media screen and (max-width: 1640px) {
    html {
        font-size: 86.3157894737px;
    }
}

@media screen and (max-width: 1630px) {
    html {
        font-size: 85.7894736842px;
    }
}

@media screen and (max-width: 1620px) {
    html {
        font-size: 85.2631578947px;
    }
}

@media screen and (max-width: 1610px) {
    html {
        font-size: 84.7368421053px;
    }
}

@media screen and (max-width: 1600px) {
    html {
        font-size: 84.2105263158px;
    }
}

@media screen and (max-width: 1590px) {
    html {
        font-size: 83.6842105263px;
    }
}

@media screen and (max-width: 1580px) {
    html {
        font-size: 83.1578947368px;
    }
}

@media screen and (max-width: 1570px) {
    html {
        font-size: 82.6315789474px;
    }
}

@media screen and (max-width: 1560px) {
    html {
        font-size: 82.1052631579px;
    }
}

@media screen and (max-width: 1550px) {
    html {
        font-size: 81.5789473684px;
    }
}

@media screen and (max-width: 1540px) {
    html {
        font-size: 81.0526315789px;
    }
}

@media screen and (max-width: 1530px) {
    html {
        font-size: 80.5263157895px;
    }
}

@media screen and (max-width: 1520px) {
    html {
        font-size: 80px;
    }
}

@media screen and (max-width: 1510px) {
    html {
        font-size: 79.4736842105px;
    }
}

@media screen and (max-width: 1500px) {
    html {
        font-size: 78.9473684211px;
    }
}

@media screen and (max-width: 1490px) {
    html {
        font-size: 78.4210526316px;
    }
}

@media screen and (max-width: 1480px) {
    html {
        font-size: 77.8947368421px;
    }
}

@media screen and (max-width: 1470px) {
    html {
        font-size: 77.3684210526px;
    }
}

@media screen and (max-width: 1460px) {
    html {
        font-size: 76.8421052632px;
    }
}

@media screen and (max-width: 1450px) {
    html {
        font-size: 76.3157894737px;
    }
}

@media screen and (max-width: 1440px) {
    html {
        font-size: 75.7894736842px;
    }
}

@media screen and (max-width: 1430px) {
    html {
        font-size: 75.2631578947px;
    }
}

@media screen and (max-width: 1420px) {
    html {
        font-size: 74.7368421053px;
    }
}

@media screen and (max-width: 1410px) {
    html {
        font-size: 74.2105263158px;
    }
}

@media screen and (max-width: 1400px) {
    html {
        font-size: 73.6842105263px;
    }
}

@media screen and (max-width: 1390px) {
    html {
        font-size: 73.1578947368px;
    }
}

@media screen and (max-width: 1380px) {
    html {
        font-size: 72.6315789474px;
    }
}

@media screen and (max-width: 1370px) {
    html {
        font-size: 72.1052631579px;
    }
}

@media screen and (max-width: 1360px) {
    html {
        font-size: 71.5789473684px;
    }
}

@media screen and (max-width: 1350px) {
    html {
        font-size: 71.0526315789px;
    }
}

@media screen and (max-width: 1340px) {
    html {
        font-size: 70.5263157895px;
    }
}

@media screen and (max-width: 1330px) {
    html {
        font-size: 70px;
    }
}

@media screen and (max-width: 1320px) {
    html {
        font-size: 69.4736842105px;
    }
}

@media screen and (max-width: 1310px) {
    html {
        font-size: 68.9473684211px;
    }
}

@media screen and (max-width: 1300px) {
    html {
        font-size: 68.4210526316px;
    }
}

@media screen and (max-width: 1290px) {
    html {
        font-size: 67.8947368421px;
    }
}

@media screen and (max-width: 1280px) {
    html {
        font-size: 67.3684210526px;
    }
}

@media screen and (max-width: 1270px) {
    html {
        font-size: 66.8421052632px;
    }
}

@media screen and (max-width: 1260px) {
    html {
        font-size: 66.3157894737px;
    }
}

@media screen and (max-width: 1250px) {
    html {
        font-size: 65.7894736842px;
    }
}

@media screen and (max-width: 1240px) {
    html {
        font-size: 65.2631578947px;
    }
}

@media screen and (max-width: 1230px) {
    html {
        font-size: 64.7368421053px;
    }
}

@media screen and (max-width: 1220px) {
    html {
        font-size: 64.2105263158px;
    }
}

@media screen and (max-width: 1210px) {
    html {
        font-size: 63.6842105263px;
    }
}

@media screen and (max-width: 1200px) {
    html {
        font-size: 63.1578947368px;
    }
}

@media screen and (max-width: 1190px) {
    html {
        font-size: 62.6315789474px;
    }
}

@media screen and (max-width: 1180px) {
    html {
        font-size: 62.1052631579px;
    }
}

@media screen and (max-width: 1170px) {
    html {
        font-size: 61.5789473684px;
    }
}

@media screen and (max-width: 1160px) {
    html {
        font-size: 61.0526315789px;
    }
}

@media screen and (max-width: 1150px) {
    html {
        font-size: 60.5263157895px;
    }
}

@media screen and (max-width: 1140px) {
    html {
        font-size: 60px;
    }
}

@media screen and (max-width: 1130px) {
    html {
        font-size: 59.4736842105px;
    }
}

@media screen and (max-width: 1120px) {
    html {
        font-size: 58.9473684211px;
    }
}

@media screen and (max-width: 1110px) {
    html {
        font-size: 58.4210526316px;
    }
}

@media screen and (max-width: 1100px) {
    html {
        font-size: 57.8947368421px;
    }
}

@media screen and (max-width: 1090px) {
    html {
        font-size: 57.3684210526px;
    }
}

@media screen and (max-width: 1080px) {
    html {
        font-size: 56.8421052632px;
    }
}

@media screen and (max-width: 1070px) {
    html {
        font-size: 56.3157894737px;
    }
}

@media screen and (max-width: 1060px) {
    html {
        font-size: 55.7894736842px;
    }
}

@media screen and (max-width: 1050px) {
    html {
        font-size: 55.2631578947px;
    }
}

@media screen and (max-width: 1040px) {
    html {
        font-size: 54.7368421053px;
    }
}

@media screen and (max-width: 1030px) {
    html {
        font-size: 54.2105263158px;
    }
}

@media screen and (max-width: 1020px) {
    html {
        font-size: 53.6842105263px;
    }
}

@media screen and (max-width: 1010px) {
    html {
        font-size: 53.1578947368px;
    }
}

@media screen and (max-width: 1000px) {
    html {
        font-size: 52.6315789474px;
    }
}

body {
    font-size: 16px;
    font-size: .16rem;
}

/*public style*/

header {
    position: relative;
    background-color: #fff;
}

.select-model {
    display: none;
    position: absolute;
    left: 50%;
    top: 135px;
    top: .8rem;
    margin-left: -5.25rem;
    padding: .5rem .24rem;
    width: 10.02rem;
    background-color: #fff;
    border-radius: 5px;
    z-index: 99999;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}

.select-model i {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
    height: 25px;
    background: url(c-select-model.png) no-repeat center center;
    background-size: cover;
}

.header-top {
    position: relative;
    width: 12rem;
    margin: 0 auto;
    height: 1.1rem;
}

.header-top ul {
    position: absolute;
    right: 0;
    top: 5px;
    color: #aaa;
}

.header-top ul li {
    margin-right: .1rem;
}

.header-top ul a {
    font-size: .16rem;
    color: #aaa;
}

.log {
    margin-right: .31rem;
    margin-top: .22rem;
}

.log img {
    vertical-align: middle;
}

.select-warp {
    position: relative;
    width: 2.4rem;
    height: 100%;
    margin-right: 1rem;
}

/* .select-warp> div:first-child {
    position: absolute;
    top: 50%;
    margin-top: -15px;
} */

/* .select-warp> div:last-child {
    position: absolute;
    top: 50%;
    left: 126px;
    margin-top: -15px;
} */

.select-warp div {
    margin-top: .42rem;
    display: inline-block;
    width: 1rem;
    height: .28rem;
    line-height: .28rem;
    font-size: .16rem;
    border-radius: 2px;
    position: relative;
    border: solid 1px #2789ee;
    line-height: .28rem;
    padding-left: .11rem;
}

.secto {
    background-color: #fff;
    color: #2789ee;
}

.district {
    background-color: #2789ee;
    color: #fff;
    /*float: right;*/
}

.select-warp div i {
    position: absolute;
    top: 50%;
    right: .1rem;
    margin-top: -3.5px;
    display: inline-block;
    width: 10px;
    height: 7px;
}

.secto i {
    background: url(icon-down.png) no-repeat center center;
    background-size: cover;
}
.district i {
    background: url(icon-down-action.png) no-repeat center center;
    background-size: cover;
}

.search-warp {
    position: relative;
    width: 3rem;
    height: .3rem;
    border-radius: 2px;
    border: solid 1px #2789ee;
    margin-top: .38rem;
}

.search-warp input {
    border: none;
    outline: none;
    font-size: .16rem;
    height: .29rem;
    padding: 0 0 0 6px;
    line-height: .3rem;
    /*padding: 6px;*/
}

.search-btn {
    position: absolute;
    width: .7rem;
    height: .3rem;
    right: 0;
    background-color: #2789ee;
    border-radius: 0px 2px 2px 0px;
    font-size: .16rem;
    line-height: .32rem;
    cursor: pointer;
    color: #ffffff;
}

.search-btn i {
    display: inline-block;
    width: 14px;
    height: 16px;
    background: url(search.png) no-repeat center center;
    background-size: cover;
    margin-left: .11rem;
    transform: translateY(3px);
}

.user-action {
    margin-top: .38rem;
}

.user-action > div {
    width: .74rem;
    height: .3rem;
    border-radius: 2px;
    text-align: center;
    line-height: .3rem;
    font-size: .16rem;
    border: solid 1px #2789ee;
}

.register {
    cursor: pointer;
    color: #2789ee;
    position: relative;
}

.login {
    color: #fff;
    margin-left: 2px;
    background-color: #2789ee;
}

.user-info {
    border-color: #fff!important;
    color: #000;
}

.exit {
    background-color: #2789ee;
    color: #ffffff;
    margin-left: .22rem;
}

.nav , nav {
    width: 12rem;
    margin: 0 auto;
}

.nav ul li,nav ul li {
    width: 1.46rem;
    text-align: center;
    float: left;
    margin-right: 0;
    font-size: 1.8rem;
}

.nav ul li:first-child,nav ul li:first-child {
    text-align: left;
    width: .74rem;
}

.nav ul li a:hover, .nav ul li a.cur,nav ul li a:hover, nav ul li a.cur {
    color: #2789ee;
    font-size: .24rem;
    border-color: #2789ee;
}

.nav ul li a,nav ul li a {
    display: inline-block;
    line-height: .32rem;
    /*font-weight: bold;*/
    font-size: .2rem;
    padding-bottom: .1rem;
    color: #3a4e62;
    border-bottom: 4px solid #fff;
}

.c-area p {
    font-size: .16rem;
    padding-left: .11rem;
    font-weight: bold;
    line-height: .18rem;
    border-left: 4px solid #2775cc;
    color: #2775cc;
    margin: .1rem 0;
}

.selector {
    font-weight: bold;
    font-size: .16rem;
    height: .3rem;
    line-height: .3rem;
    color: #333;
    padding-left: .15rem;
    margin-bottom: .2rem;
}

.selector span {
    color: #2775cc;
    margin: 0 .1rem;
}

.selector button {
    width: .74rem;
    height: .3rem;
    color: #fff;
    background-color: #2789ee;
    border: none;
    border-radius: 2px;
    outline: none;
    margin-left: .2rem;
    cursor: pointer;
}

.select-con {
    border-bottom: 1px solid #f5f5f5;
}

.select-con ul {
    padding-left: .1rem;
}

.select-con ul li {
    width: 25%;
    float: left;
    margin-bottom: .2rem;
}

.select-con ul li a {
    display: inline-block;
    font-size: .16rem;
    color: #666;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.select-con ul li a:hover {
    text-decoration: underline;
    color: #2775cb;
}

footer {
    width: 100%;
}

.footer-head {
    height: 2.06rem;
    background-color: #F1F2F3;
}

.footer-head h3 {
    font-size: .2rem;
    color: #222;
    font-weight: bold;
    margin-bottom: .13rem;
}

.footer-bottom {
    height: 1.5rem;
    background-color: #EAEBEB;
}

.footer-heade-con, .footer-bottom-con {
    width: 12rem;
    margin: 0 auto;
}

.footer-heade-con {
    padding-top: .4rem;
    font-size: .16rem;
    color: #6d6d6d;
}

.footer-heade-con > div {
    width: 30%;
    box-sizing: border-box;
    height: 1.22rem;
}

.relevant-site {
    padding-left: 11%;
    border-left: 1px solid #dedfdf;
}

.contact {
    padding-left: 3%;
}

.relevant-pro {
    position: relative;
    /* padding-left: 80px; */
    padding-left: .72rem;
    border-left: 1px solid #dedfdf;
}

.relevant-pro > img {
    display: none;
    position: absolute;
    width: 1rem;
    top: 0;
    left: 0;
}

.contact ul li, .relevant-site ul li {
    margin-bottom: .12rem;
}

.relevant-site ul li a {
    font-size: .16rem;
    color: #6d6d6d;
}

.qr-bg {
    margin-right: .5rem;
}

.qr-bg div {
    margin-top: .08rem;
}

.qr-small img {
    width: .26rem;
    vertical-align: middle;
    margin-right: .14rem;
}

.qr-small {
    margin-top: .15rem;
    position: relative;
}

.qr-small img:hover {
    /*transform: scale(4);*/
}

.qr-small li {
    cursor: pointer;
    position: relative;
    margin-bottom: .24rem;
}

.qr-small li img[class] {
    display: none;
    width: 1rem;
    position: absolute;
    left: -.38rem;
    top: -1rem;
}

 .qr-small li:hover img.ali-pro {
    display: block;
 }


.qr-small li:nth-child(1):hover .ali-pro {
    display: block;
}

.qr-small li:nth-child(2):hover .baidu-pro {
    display: block;
}

.qr-small li:nth-child(3):hover .wx-pro {
    display: block;
}

.relevant-link {
    width: 410px;
    margin: 0 auto .3rem;
    padding-top: .33rem;
}

.footer-bottom, .footer-bottom a{
    font-size: .14rem;
    color: #222;
}

.relevant-link li {
    float: left;
}

.unit {
    position: relative;
    height: 55px;
}

.unit-l {
    width: calc(100% - 201px);
    float: left;
}

.unit p:first-child {
    margin-bottom: .15rem;
    display: inline-block;
}

.unit-img-warp {
    position: absolute;
    top: 35%;
    right: .6rem;
    transform: translateY(-50%);
}

.unit-img-warp a:first-child {
    margin-right: .14rem;
}

.left-bar {
    position: fixed;
    right: 0;
    top: 20%;
    width: 65px;
    z-index: 1000;
}

.left-bar .img {
    cursor: pointer;
    position: absolute;
    top: -.22rem;
    right: .9rem;
}

.left-bar-wrap {
    width: 65px;
    height: auto;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
}

.left-bar-wrap .left-item {
    display: block;
    position: relative;
    padding: .12rem 0;
}

.left-bar-wrap .left-item > img {
    display: block;
    margin: 0 auto 2px;
}

.left-bar-wrap .left-item > p {
    font-size: .12rem;
    line-height: .18rem;
    text-align: center;
    color: #333333;
    text-align: center;
}

.left-bar-wrap .left-i {
    display: block;
    margin: 0 auto;
    width: 45px;
	height: 1px;
	background-color: #f0f0f0;
}

.left-go-top {
    display: block;
    width: 65px;
	height: 65px;
    margin-top: .2rem;
    background: url(l-go-top.png) no-repeat center center;
    background-size: cover;
}

.left-bar .l-wycx-box {
    display: none;
    position: absolute;
    top: 0;
    right: 64px;
    height: 125px;
}

.left-bar .l-wycx {
    width: 124px;
    margin-right: 15px;
    padding: 0 10px;
	height: 125px;
	background-color: #ffffff;
	box-shadow: 0px 3px 13px 0px #dfdfdf;
	border-radius: 6px;
}

.left-bar .l-wycx > a {
    display: block;
    font-size: 13px;
    color: #333333;
    padding-top: 12px;
}

.left-bar .l-wycx > a img {
    margin: 0 7px;
}

.left-bar .l-wycx > a:hover {
    color: #2789ee;
}

.left-bar .l-wycx > a .cur ,.left-bar .l-wycx > a:hover img{
    display: none;
}

.left-bar .l-wycx > a:hover .cur {
    display: inline-block;
}

.left-bar .l-wycx .left-i {
    width: 124px;
    margin-top: 12px;
}

.left-bar .l-wycx-con {
    cursor: pointer;
}

.left-bar-wrap .left-item .erweima {
    display: none;
    position: absolute;
    top: 0;
    right: 68px;
}

.left-bar-wrap .l-dy {
    display: none;
}

.left-bar-wrap .l-sqzk {
    margin-top: -1px;
    background-color: #f7f7f7;
}

.left-bar-wrap .l-yczk {
    display: none;
    border-radius: 6px;
}

/*分页style*/
.list-page {
    width: 44%;
    margin: 0 auto;
    font-size: .14rem;
    color: #666;
    margin-top: .2rem;
}

.list-page ul {
    margin: 0 6px;
}

.list-page ul li{
    margin-right: 6px;
    float: left;
    height: .26rem;
    text-align: center;
    line-height: .26rem;
    padding: 0 .1rem;
    background-color: #ebebeb;
    cursor: pointer;
}


.list-page ul li.cur,.list-page div.cur,.list-page ul li:hover,.last-page:hover,.next-page:hover{
    color: #fff;
    background-color: #2f89eb;
}

.list-page ul li.omissions {
    background: none;
    color: #000;
}

.last-page,.next-page {
    width: .6rem;
    height: .26rem;
    text-align: center;
    line-height: .26rem;
    background-color: #ebebeb;
    cursor: pointer;
}

.go-page {
    margin-left: .2rem;
}

.go-page input{
    width: .36rem;
    height: .26rem;
    text-align: center;
    line-height: .26rem;
    background-color: #ffffff;
    border: solid 1px #d1d1d1;
    margin: 0 .1rem;
}

.go-page-action {
    width: .48rem;
    height: .3rem;
    line-height: .3rem;
    text-align: center;
    background-color: #2f89eb;
    color: #fff;
    margin-left: .8rem;
    cursor: pointer;
}

/* 分页 */
.l-page {
    margin: 0 auto;
    font-size: .16rem;
    color: #666;
    text-align: center;
    margin-top: .2rem;
}

.l-page .go-page {
    display: inline-block;
    margin-left: 5px;
}

.l-page .last-page {
    margin-right: .12rem;
}

.l-page  .pull-l {
    float: left;
}

.l-page .go-page input {
    width: .36rem;
    height: .26rem;
    text-align: center;
    line-height: .26rem;
    background-color: #ffffff;
    border: solid 1px #d1d1d1;
    margin: 0 .1rem;
}

.l-page .last-page, .l-page .next-page {
    width: .6rem;
}

.l-page a {
    display: inline-block;
    margin-right: 6px;
    height: .3rem;
    text-align: center;
    color: #666666;
    line-height: .3rem;
    padding: 0 .1rem;
    background-color: #ebebeb;
    cursor: pointer;
}

.l-page a.cur, .l-page a:hover {
    background-color: #2f89eb;
    color: #fff;
}

.l-page .go-page-action {
    display: inline-block;
    width: .48rem;
    height: .26rem;
    line-height: .26rem;
    text-align: center;
    background-color: #2f89eb;
    color: #fff;
    margin-left: 8px;
    cursor: pointer;
}

.xl-content {
    width: 100%;
    background-color: #f5f5f5;
    padding: .15rem 0 .1rem;
}


/* 缺省页样式 */
.default-page {
    max-width: 12rem;
    display: none;
    margin: .19rem auto .25rem;
	background-color: #ffffff;
	/* box-shadow: 0px 0px 27px 0px rgba(94, 94, 94, 0.06); */
}

.default-page .def-tit {
    line-height: .5rem;
    font-size: .16rem;
    color: #666666;
    text-align: center;
    margin: 0 auto;
}

.default-page .def-img {
    display: block;
    width: 4.3rem;
    margin: 0 auto;
}

.default-page .def-con {
    padding: 5% 0;
}

/* 新增修改样式 */
#qy {
    margin-top: .15rem;
}

.qy .select-con ul li {
    width: auto;
    display: inline-block;
    padding: 5px;
    float: left;
    margin: 5px 6px 10px 0;
    margin: .05rem .06rem .1rem 0;
}

.qy .select-con ul li a {
    display: block;
    margin: 0 auto;
    font-size: 16px;
    font-size: .16rem;
    color: #666;
}

.qy .select-con ul li.cur,.qy .select-con ul li:hover {
    border-radius: 4px;
    background-color: #2789ee;
}

.qy .select-con ul li.cur a {
    color: #fff;
}

.qy .select-con ul li:hover a {
    color: #fff;
    background-color: #2789ee;
}

.select-con .tip {
    font-size: 14px;
    font-size: .14rem;
    color: #666;
    width: 100%;
}

.re-box {
    display: none;
    position: absolute;
    top: .31rem;
    padding-top: .08rem;
    left: 0;
}

.register-box {
    padding: .08rem 0;
    width: .76rem;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 5px;
}

.register:hover .re-box {
    display: block;
}

.register-box a {
    display: block;
    color: #666;
}

@media screen and (max-width:1280px) {
    .left-bar {
        top: 2%;
    }

    .qytb-model {
        padding-top: 2%;
    }
}

@media screen and (max-width:1600px) {
    .qytb-model {
        padding-top: 3%;
    }
}


/* public */
.nav ul li a, nav ul li a {
    line-height: .32rem;
    font-size: .20rem;
    padding-bottom: .10rem;
}

.header-top {
    height: 1.10rem;
}

.select-warp div {
    margin-top: .4rem;
    font-size: .16rem;
}

.select-warp div {
    width: 1.00rem;
    height: .28rem;
    line-height: .28rem;
}

.search-btn {
    width: .80rem;
    height: .30rem;
    font-size: .16rem;
    line-height: .32rem;
}

.user-action > div {
    width: .70rem;
    height: .30rem;
    font-size: .16rem;
    line-height: .30rem;
}

.footer-head h3 {
    font-size: .20rem;
    margin-bottom: .13rem;
}

.log {
    margin-right: .31rem;
    margin-top: .22rem;
}

.log,.log img {
    width: 3.77rem;
}

.footer-heade-con,.header-top ul a,.relevant-site ul li a {
    font-size: .16rem;
}

.qr-small li {
    margin-bottom: .24rem;
}

.footer-bottom, .footer-bottom a {
    font-size: .14rem;
}

.search-warp {
    margin-top: .38rem;
    height: .3rem;
}

.user-action {
    margin-top: .38rem;
}

.search-warp input {
    width: 70%;
    font-size: .16rem;
    height: .28rem;
    line-height: .30rem;
}

.nav ul li a:hover, .nav ul li a.cur, nav ul li a:hover, nav ul li a.cur {
    font-size: .24rem;
}

.nav ul li, nav ul li {
    width: 1.46rem;
    font-size: .18rem;
}

.left-bar-wrap .left-item {
    padding: .12rem 0;
}

.left-go-top {
    margin-top: .20rem;
}

.left-bar-wrap .left-item > p {
    font-size: .12rem;
    line-height: .18rem;
}

.select-model {
    width: 10.02rem;
    padding: .50rem .24rem;
}

.select-con ul li {
    margin-bottom: .20rem;
}

.left-bar {
    transform: translateY(-50%);
    top: 50%;
}

.select-warp {
    /* width: 2.40rem; */
    width: auto;
    margin-right: .6rem;
}

.user-action > a {
    height: .30rem !important; 
    line-height: .30rem !important;
}

.header-top {
    width: 12rem;
    min-width: auto;
}

.nav, nav {
    width: 12.00rem;
}

.l-hcp {
    width: 1.24rem !important;
}

.qr-bg {
    margin-right: .39rem;
    text-align:center;
}

.qr-bg img {
    width: 1rem;
    height: 1rem;
}

.secto {
    margin-right: 15px;
    margin-right: .15rem;
}

.l-page a,.l-page .go-page input,.l-page .go-page-action,.sx-item ul li .sx-option a {
    border-radius: 4px !important;
}

.jz-tip,.cs-tip {
    display:none;
}

.c-area p {
    line-height: 18px;
}

.bm p {
    margin-bottom: 10px !important;
}

.select-con ul li a,.c-area p,.selector,.qy .select-con ul li a{
    font-size: 15px !important;
}


/* 媒体流查询 */

@media screen and (max-width:1680px) { 
    .select-warp {
        margin-right: .5rem;
    }
    .search-warp {
        width: 3.6rem;
    }
    .header-top {
        width: 12.5rem;
    }
    .register-box {
        width: 1rem;
    }
    .unit-l {
        width: calc(100% - 201px) !important;
    }
    .selector button {
        width: 1rem;
        height: .35rem;
    }
}

@media screen and (max-width:1440px) { 
    .search-warp {
        width: 4rem;
    }
    .select-warp {
        margin-right: .8rem;
    }
    .search-btn {
        width: 1rem;
    }
    .select-warp div {
        width: 1.2rem;
    }
    .nav, nav,.footer-heade-con, .footer-bottom-con,.header-top{
        width: 14.20rem;
    }
    .select-model-bm .select-con ul li {
        margin-bottom: .15rem;
    }
}

@media screen and (max-width:1366px) { 
    .nav ul li a, nav ul li a {
        font-size: .22rem;
    }
    .nav, nav,.footer-heade-con, .footer-bottom-con,.header-top {
        width: 13.80rem;
    }
    .qr-bg {
        margin-right: .36rem !important;
    }
    .select-model {
        width: 11.5rem;
    }
}

@media screen and (max-width:1280px) { 
    .qr-bg {
        margin-right: .2rem !important;
    }
    .relevant-pro {
        padding-left: 0.42rem; 
    }
    .unit-img-warp {
        position: absolute;
        top: 15%;
    }
    .unit-img-warp {
        right: 0;
    }
    .search-btn i {
        width: .2rem;
        height: .22rem;
    }
    .select-model {
        width: 13rem;
        margin-left: -7rem;
    }
}

@media screen and (max-width:1024px) { 
    html {
        min-width: 1000px;
    }
    .l-search-i input {
        width: 75%;
    }
    .l-search-i button {
        width: 15%;
    }
    .l-header .l-btn {
        width: 1.36rem;
    }
    .w1300 {
        width: 14.20rem;
    }
}

@media screen and (max-width:480px) { 
    html {
        min-width: 13.8rem;
        font-size: 52.6316px;
    }
    body {
        width: 13.8rem;
    }
    .left-bar {
    	transform:none;
        left: 12.6rem;
    }
    .l-lbt {
        left: 11rem;
    }
    .select-model {
        left: 6.5rem !important;
        margin-left: -5.25rem;
    }
    .qytb-model {
        width: 13.8rem !important;
        height: 18rem !important;
        padding-top: 30% !important;
    }
}