/* 清除默认样式 */
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::expand { display: none; }
select::-ms-expand { display: none; }
select::-moz-expand { display: none; }
select::-webkit-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: 30px;
    border-radius: 2px;
    border: solid 1px #2789ee;
    margin-top: 38px;
}

.search-warp input {
    border: none;
    outline: none;
    font-size: 16px;
    height: 30px;
    padding-left: 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: 14px;
    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: 14px;
    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;
}

.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: 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;
}


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

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

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

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

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

.qy .select-con ul li {
    width: auto;
    display: inline-block;
    padding: 5px;
    float: left;
    margin-right: 3px;
    margin-bottom: 10px;
}

.qy .select-con ul li a {
    display: block;
    margin: 0 auto;
    font-size: 14px;
    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;
    color: #666;
    width: 100%;
}

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

.register-box {
    padding: 8px 0;
    width: 76px;
    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%;
    }
}
