@charset "utf-8";
/* CSS Document */

a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
dialog,
div,
dl,
dt,
em,
fieldset,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
sub,
sup,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    font-size: 100%;
    font-weight: normal
}

*:focus {
    outline: none;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: none;
    /*font:12px Microsoft YaHei,arial,\5b8b\4f53;*/
    color: #333;
    letter-spacing: -0.02em;
    background: linear-gradient(to right, #D0E4FF, #FFFDFF);
    min-width: 320px;
    max-width: 100%;
    font-family: Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 12px
}

html {
    -webkit-text-size-adjust: none;
}

body * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #333;
}

input,
button,
textarea,
select {
    -webkit-appearance: none;
    font-size: 1em;
}

input {
    vertical-align: middle;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
    font-size: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th,
td,
caption {
    vertical-align: top;
    text-align: left
}

sub,
sup {
    font-size: 10px;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

input[type=checkbox] {
    vertical-align: middle;
}

.clear {
    width: 0px;
    height: 0px;
    font-size: 0;
    clear: both;
}

ul,
li {
    list-style: none;
}

i,
em {
    font-style: normal;
}

body {
    max-width: 720px;
    margin: 0 auto;
}

/*提示框弹层*/
.Tip_Info {
    position: fixed;
    left: 5%;
    top: 50%;
    width: 86%;
    /*height:80px;*/
    margin-top: -40px;
    font-size: 14px;
    text-align: center;
    /* line-height:80px;*/
    background: rgba(0, 0, 0, .6);
    color: #ffffff;
    z-index: 10024;
    display: none;
    padding: 15px 2%;
    border-radius: 5px;
}


/*顶部固定*/
.y_header {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #fff;
    border-bottom: 1px solid #ebedf0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 16
}

.header_back {
    padding-left: 10px;
    position: absolute;
    left: 0;
    top: 0;
}

.header_back a {
    display: block;
    float: left;
}

.header_back a img {
    height: 24px;
}

.header_menu {
    width: 44px;
    height: 44px;
    position: absolute;
    right: 0;
    top: 3px;
}

.header_logo2 {
    text-align: center;
    width: 164px;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header_logo2 a {
    display: block;
    text-align: center;
    font-size: .25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header_logo2 span {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
}

.header_menu a {
    display: block;
    width: 44px;
    height: 44px;
    background: url('../images/icon-menu.png') no-repeat center;
    background-size: 65%;
}

/*侧边栏样式*/
.y_sidebar {
    position: fixed;
    left: 100%;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
}

.y_sidebar .y_sidebarcent {
    height: 100%;
    background: #fff;
    width: 66.66%;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 101;
}

.y_sidebar_bg {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
}

.y_sidebarcent_ul {
    padding-top: 20px;
}

.y_sidebarcent_ul ul li {
    padding: 10px 30px;
}

.y_sidebarcent_ul ul li a span {
    font-size: .3rem;
    color: #101D37;
    display: inline-block;
    vertical-align: middle
}

.y_sidebarcent_ul ul li i {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 16px;
    position: relative;
    top: -1px;
}

.y_sidebarcent_ul ul li i img {
    width: 100%;
    height: 100%;
}

.y_sidebarcent_ul ul li:nth-child(7) {
    margin-top: 25px;
    padding-top: 27px;
    position: relative;
}

.y_sidebarcent_ul ul li:nth-child(7):before {
    content: "";
    position: absolute;
    left: 30px;
    right: 30px;
    top: 0;
    height: 1px;
    background-color: #dedede;
}

.close_icon {
    position: absolute;
    right: 66.66%;
    top: 20px;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 32px;
    background: url(../images/close_icon.png) no-repeat center center;
}


/*报名窗口样式*/
.Content {
    height: 100%;
}

.m_signUp_box {
    z-index: 1000;
    position: relative;
}

.m_signUp {
    border: 1px solid;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #000;
    opacity: 0.3;
}

.m_form {
    width: 79.2%;
    position: absolute;
    top: 3rem;
    left: 50%;
    margin-left: -40%;
    z-index: 110;
    border-radius: 10px;
    overflow: hidden;
    background: #FFF;
    padding-bottom: 30px;
    box-shadow: 7px 7px 20px 0px rgba(70, 54, 54, 0.35);
    animation: change 0.4s;
    -webkit-animation: change 0.4s;
    -moz-animation: change 0.4s;
    -o-animation: change 0.4s;
}

@keyframes change {
    0% {
        left: 100%;
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

-webkit-@keyframes change {
    0% {
        left: 100%;
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

-moz-@keyframes change {
    0% {
        left: 100%;
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

-o-@keyframes change {
    0% {
        left: 100%;
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.m_form_title {
    height: 65px;
    background: url("../images/bg3.jpg") no-repeat 0 0 / 100% 100%;
    text-align: center;
    line-height: 65px;
    font-size: .5rem;
    color: #fff;
    font-weight: 600;
}

.m_form_input {
    border: 1px solid #E8F0F7;
    width: 85%;
    height: 40px;
    margin: auto;
    margin-bottom: 15px;
    position: relative;
    top: 13px;
}

.m_form_input img {
    display: block;
    width: 23px;
    margin-top: 5px;
    float: left;
    margin-left: 14px;
}

.m_form_input input {
    outline: none;
    float: left;
    width: 76%;
    height: 96%;
    border: 0;
    margin-left: 10px;
    font-size: 0.3rem;
    color: #8AC6FE;
}

.m_button {
    outline: none;
    width: 85%;
    height: 41px;
    border: 0;
    background: #ce0406;
    margin: auto;
    display: block;
    margin-top: 33px;
    font-size: .3rem;
    color: #FFF;
}

.y_fonr_text {
    font-size: 0.3rem;
    color: #666;
    width: 88%;
    margin: 0 auto;
    line-height: 20px;
    margin-top: 10px;
}

.m_close {
    position: absolute;
    top: 7.3rem;
    /*top:50%;*/
    left: 50%;
    z-index: 100;
    width: 36px;
    margin-left: -18px;
    margin-top: 50px;
    animation: change 0.4s;
    -webkit-animation: change 0.4s;
    -moz-animation: change 0.4s;
    -o-animation: change 0.4s;
}

.m_close img {
    width: 100%;
    display: block;
}

.m_form_input input:-webkit-input-placeholder {
    color: #8AC6FE;
}

.m_form_input input:-moz-placeholder {
    color: #8AC6FE;
}

.m_form_input input:-ms-input-placeholder {
    color: #8AC6FE;
}

.m_form_input input:-o-input-placeholder {
    color: #8AC6FE;
}


.w94_2 {
    width: 95%;
    margin: 0 auto;
    position: relative;
}

/*banner*/
.banner {
    margin-top: 50px;
}

.banner img {
    width: 100%;
    min-height: 180px;
}


/*热销好盘*/
.tit {
    text-align: center;
}
.fl{float: left;}
.fr{float: right;}
.tit img {
    width: 90%;
    padding-bottom: 15px;
}

.boxItem03 .comWidth01,
.boxItem04 .comWidth01 {
    padding: .3rem .22rem;
    padding-top: 30px;
    /*margin-top: 10px;*/
}

.chlist ul li {
    padding: 5px;
    display: block;
    border: 1px solid #EBDADA;
    margin-bottom: 20px;
    overflow: hidden;
    margin-right: 4%;
    background: #fff;
    box-shadow: .05rem .1rem .1rem #d8d8d8;
    position: relative;
    border-radius: 5px;
    padding-bottom: .3rem;
}

.chlist ul li .chimg {
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: .1rem;
}

.chlist ul li .chimg img {
    width: 100%;
    height: 2.2rem;
    display: block;
}
.jiag{margin-top: .09rem;}
.chlist ul li h3 {
    width: 3.5rem;
    font-size: .4rem;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: .2rem 0;
}

.chlist ul li p {
    width: 5.2rem;
    font-size: .24rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.boxItem03.wditem03 .chlist ul li p i {
    color: #f22525;
}
.hx-info{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.chlist ul li span.jiag {
    color: #f22525;
    display: block;
    font-size: .35rem;
    margin-top: .05rem;
    margin-left: .2rem;
    margin-right: .4rem;
}


.quyud {
    color: #727272;
    font-size: .24rem;
    display: block;
    margin-right: .4rem;
}
.liangd{
    margin-top: .16rem;
    font-size: .25rem;
}

.chlist ul li b {
    color: #f22525;
    font-size: .55rem;
    font-weight: bold
}

.chlist ul .clearfix {
    border-top: 1px solid #999;
    margin-top: 15px;
    padding-top: 15px;
}
.bm-btm{
    margin-top: .6rem;
    margin-right: .2rem;
}

.chlist ul .ccyuyue {
    text-align: center;
    background-color: #1d6bfc;
    color: #fff;
    border-radius: 30rem;
    font-size: .26rem;
    padding: .1rem .3rem;
    display: inline-block;
    font-weight: bold;
}
.tzxq{
    font-size: .26rem;
    margin-right: .25rem;
    background: #f9f7f7;
    padding: .1rem .3rem;
    border-radius: 30rem;
}

.bgpic .fr {
    width: 46%;
}


.biglist .chlist ul li {
    width: 100%;
    padding-bottom: .8rem;
    margin-right: 0;
    border: 1px solid #e5cf7e;
    padding: 5px;
    text-align: left;
}

.biglist .chlist ul li .chimg {
    width: 48%;
    display: block;
    overflow: hidden;
    height: 2.6rem;
}

.biglist .chlist ul li .fr {
    width: 50%;
}

.biglist .chlist ul li .fr span.jiag {
    color: #f22525;
}

.biglist .chlist ul li .chimg img {
    width: 100%;
    display: block;
    height: 2.6rem;
}

.biglist .chlist ul li h3 {
    font-size: .36rem;
    font-weight: 600;
}

.biglist .chlist ul li>p {
    font-size: .2rem;
}

.biglist .chlist ul li b {
    font-size: .42rem;
    font-weight: bold;
}

.chlist ul li:nth-child(even) {
    margin-right: 0;
}

.quyud1 {
    font-size: .2rem;
    font-size: .2rem;
    color: #727272;
}

.widlist.chlist ul li {
    width: 100%;
}

.widlist.chlist ul li .chimg {
    width: 100%;
    height: 4rem;
}

.widlist.chlist ul li .chimg img {
    height: 100%;
}

.copyright {
    text-align: center;
    padding-bottom: .5rem;
}