.clear{
	overflow: hidden;
    height: 0;
}
.clear:after{
	clear: both;
}
.conbox {
    margin: 40px auto ;
    width: 1220px;
    overflow: hidden;
    clear: both;
}
.shop-left {
    width: 250px;
    float: left;
    overflow: hidden;
}
.left-menu {
    line-height: 45px;
    background: #F4F4F4;
    border: 1px solid #3897d8;
}
.left-menu li {
    cursor: pointer;
    text-align: center;
    font-size: 14px;
}
.left-menu li a {
    color: #666;
}

.left-menu li a.current{
    background: #3897d8;
    display: block;
    color: #fff;
}
.left-menu li a:hover{
	background:#3288c2;
    display: block;
    color: #fff;
}

.shop-right {
    width: 930px;
    padding-left: 20px;
    float: right;
    overflow: hidden;
}
.shop-right .hd {
    border-bottom: 1px solid #e6e6e6;
}
.sbox_about {
    padding: 15px 0px;
    font-size: 14px;
    line-height: 30px;
    text-align: left;
    position: relative;
}
.sbox_about p {
    margin-bottom: 20px;
    text-indent: 2em;
}
.shop-right .hd h1 {
    text-align: left;
}
.shop-right h1, .shop-right h2 {
    font-size: 20px;
    margin-bottom: 14px;
    color: #000;
}

.about_m {
    width: 758px;
    height: auto;
    overflow: hidden;
}
.about_m ul li {
    width: 758px;
    height: auto;
    overflow: hidden;
    padding-top: 12px;
    line-height: 24px;
}
.about_m ul p {
    width: 127px;
    height: 24px;
    overflow: hidden;
    float: left;
    text-align: center;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    background: url(../img/icon18b.jpg) no-repeat;
    margin-right: 20px;
    margin-bottom: 0;
    text-indent: 0;
    font-size: 12px;
}
.about_d {
    width: 758px;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}
.citylist_a {
    width: 758px;
    height: auto;
    overflow: hidden;
    padding-bottom: 20px;
}
.citylist_a dl {
    width: 758px;
    border-bottom: #ccc dashed 1px;
    overflow: hidden;
    padding: 10px 0;
}
.citylist_a dl dt {
    color: #3c4658;
    width: 80px;
    height: auto;
    float: left;
    line-height: 30px;
    font-weight: 600;
    overflow: hidden;
}
.citylist_a dl dd {
    width: 660px;
    height: auto;
    float: right;
    white-space: nowrap;
    overflow: hidden;
}
.city_link1:link, .city_link1:visited {
    text-decoration: none;
    line-height: 30px;
    color: #333333;
    float: left;
    padding-right: 20px;
}
.city_link1:hover {
    text-decoration: underline;
    color: #CC0000;
}
.sbox_about .lg-ab {
    position: absolute;
    top: 70px;
    left: 0px;
}

.sbox_about b {
    font-weight: normal;
}

.sbox_about .lg-input, .sbox_about .lg-area {
    border: 1px solid #e7e7e7;
    color: #666;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    padding-left: 10px;
}

.sbox_about .lg-input {
    width: 350px;
}


.sbox_about .lg-area {
    height: 250px;
    margin-left: 64px;
}
.sbox_about .lg-btn {
    background-color: #ff7900;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    margin: 10px 57px 0;
    width: 184px;
}
.layui-layer-shade {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    _height: expression(document.body.offsetHeight+"px");
}

.layui-layer, .layui-layer-shade {
    position: fixed;
    _position: absolute;
    pointer-events: auto;
}
.layui-layer, .layui-layer-shade {
    position: fixed;
    _position: absolute;
    pointer-events: auto;
}
.layui-layer {
    -webkit-overflow-scrolling: touch;
    top: 150px;
    left: 0;
    margin: 0;
    padding: 0;
    background-color: #fff;
    -webkit-background-clip: content;
    box-shadow: 1px 1px 50px rgba(0,0,0,.3);
}
.layui-layer {
    border-radius: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}
.layer-anim {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
.layui-layer-dialog {
    min-width: 260px;
}
.layui-layer-imgbar, .layui-layer-imgtit a, .layui-layer-tab .layui-layer-title span, .layui-layer-title {
    text-overflow: ellipsis;
    white-space: nowrap;
}
.layui-layer-title {
    padding: 0 80px 0 20px;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    background-color: #F8F8F8;
    border-radius: 2px 2px 0 0;
}
.layui-layer-dialog .layui-layer-content {
    position: relative;
    padding: 20px;
    line-height: 24px;
    word-break: break-all;
    overflow: hidden;
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: auto;
}
.layui-layer-setwin {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 0;
    line-height: initial;
}
.layui-layer-btn {
    text-align: right;
    padding: 0 10px 12px;
    pointer-events: auto;
    user-select: none;
    -webkit-user-select: none;
}
.layui-layer-resize {
    position: absolute;
    width: 15px;
    height: 15px;
    right: 0;
    bottom: 0;
    cursor: se-resize;
}
.layui-layer-btn a, .layui-layer-dialog .layui-layer-ico, .layui-layer-setwin a {
    display: inline-block;
    vertical-align: top;
}
.layui-layer-btn a {
    height: 28px;
    line-height: 28px;
    margin: 0 6px;
    padding: 0 15px;
    border: 1px solid #dedede;
    background-color: #f1f1f1;
    color: #333;
    border-radius: 2px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
}


.layui-layer-btn .layui-layer-btn0 {
    border-color: #4898d5;
    background-color: #2e8ded;
    color: #fff;
}

.layui-layer-btn a:hover {
    opacity: .9;
    text-decoration: none;
}
.layui-layer-setwin a {
    position: relative;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    font-size: 12px;
    _overflow: hidden;
}
.layui-layer-ico {
    background: url(../img/icon.png) no-repeat;
}
.layui-layer-setwin .layui-layer-close1 {
    background-position: 0 -40px;
    cursor: pointer;
}
.hide{
	display: none;
}
