/* reset */
* {
    margin: 0;
    padding: 0
}

html {
    color: #000;
    overflow-x: auto !important;
    overflow-x: hidden;
    overflow-y: auto
}

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

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal
}

li {
    list-style: none
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

q:before, q:after {
    content: ''
}

abbr, acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

input, textarea, select {
    *font-size: 100%
}

legend {
    color: #000;
}

del, ins {
    text-decoration: none
}

p {
    margin: 0;
    padding: 0
}

img {
    -ms-interpolation-mode: bicubic;
}

a {
    text-decoration: none
}

.clearfix:after {
    content: '';
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0
}

.clearfix {
    *zoom: 1
}

.hidden, a strong {
    text-indent: -9999em;
    display: block;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

html, body {
    height: 100%;
}

body {
    font-size: 12px;
    background: #6d7078;
}

.wrap {
    width: 375px;
    margin: 0 auto;
    font-size: 12px;
    color: #474747;
    margin-top: 50px;
}

.headerBox {
    width: 375px;
    background: url(../img/head_img.jpg) no-repeat;
    background-size: 100% auto;
    height: 410px;
}

.common {
    background: url(../img/common.png) no-repeat;
    background-size: 375px auto;
}

.mNavBox {
    position: absolute;
    margin-top: 421px;
    margin-left: 5px;
}

.mNavBox .btn {
    width: 175px;
    height: 51px;
    display: inline-block;
    text-indent: -9999em;
    margin: 0 2.5px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .3);
}

.mNavBox .btn1 {
    background-position: 0 0;
}

.mNavBox .btn1:hover, .mNavBox .btn1:focus {
    background-position: 0 -439.5px;
}

.mNavBox .btn2 {
    background-position: -176px 0;
}

.mNavBox .btn2:hover, .mNavBox .btn2:focus {
    background-position: -176px -439.5px;
}

.mContentBox {
    padding-top: 30px;
}

.mContentBox.box1 {
    padding-top: 0;
}

.mContentBox .title {
    width: 270px;
    height: 27px;
    display: inline-block;
    text-indent: -9999em;
    margin-left: 10px;
}

.box1 .title {
    background-position: 0 -58px;
}

.box2 .title {
    background-position: 0 -86.5px;
}

.box3 .title {
    background-position: 0 -115px;
}

.box4 .title {
    background-position: 0 -144px;
}

.box5 .title {
    background-position: 0 -172.5px;
}

.box6 .title {
    background-position: 0 -200.5px;
}

.mContentBox .content {
    background-color: #ecf0f3;
    width: 350px;
    margin: 0 auto;
    margin-top: 15px;
    padding: 10px 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, .3);
}

.content .slide-img {
    width: 325px;
    height: 142.5px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.content .mNewsBox {
    width: 325px;
    margin: 0 auto;
    margin-bottom: 5px;
}

.mNewsBox .mNewsTab {
    width: 325px;
    height: 40px;
    margin: 0 auto;
    background:#222222;
}

.mNewsBox .mNewsTab li {
    float: left;
    width: 25%;
    line-height: 40px;
    text-align: center;
    color: #f1f1f1;
    font-size: 16px;
}

.mNewsBox .mNewsTab li.current {
    color: #fff;
    line-height: 38px;
    border-bottom: 3px solid #fff;
}

.mNewsBox .mNewsListBox {
    width: 325px;
    margin: 0 auto;
}

.mNewsBox .mNewsListBox .mNewsList ul {
    margin: 10px 0 20px 0;
    padding: 0 8px;
    min-height: 304px;
}

.mNewsBox .mNewsListBox .mNewsList .nl-i {
    color: #474747;
    font-size: 15px;
    line-height: 34px;
    border-bottom: 0.5px solid #cccccc;
    height: 34px;
    clear: both;
    overflow: hidden;
    padding-top: 3px;
}

.mNewsList {
    display: none;
}

.mNewsList:first-child {
    display: block;
}

.mNewsList .nl-i a {
    color: #000000;
}

.mNewsList .cltag {
    color: #666;
    float: left;
}

.mNewsList .cltime {
    color: #999;
    font-size: 13px;
    display: block;
    float: right;
}

.mNewsList .cltit {
    float: left;
    display: block;
    overflow: hidden;
    height: 34px;
    width: 250px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
}

.mNewsList .light .cltit {
    color: #ae9056;
}

.mNewsList .cltit .new {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    background-color: #1abf9a;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 8px;
}

.mNewsList .cltit .hot {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    background-color: #ff0000;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 8px;
}

.mNewsList i.line {
    font-style: normal;
    color: #cccccc;
    display: block;
    float: left;
    padding: 0 8px;
}

.mNewsMore {
    width: 325px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    clear: both;
    text-align: center;
    display: block;
    color: #f7f1de;
    font-size: 12px;
    background-color: #000;
}

.mNewsMore em {
    font-weight: bold;
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 2px;
    background-color: #fff;
    color: #6b4800;
    margin-left: 8px;
    padding-left: 0;
    position: relative;
    top: 2px;
}

.mNewsMore em i {
    display: block;
    width: 20px;
    height: 20px;
    line-height: 16px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -9px;
    font-style: normal;
}

.box3 .mNewsTab li {
    width: 33.33%;
}

.mNewsBox .mNewsListBox .mNewsList .pl-i {
    width: 150px;
    color: #474747;
    font-size: 15px;
    line-height: 30px;
    display: block;
    text-align: center;
    float: left;
    margin-left: 9px;
}

.box3 .mNewsListBox {
    margin-top: 20px;
}

.box3 .mNewsListBox .mNewsList ul {
    padding: 0;
    min-height: 270px;
    margin: 10px 0 0 0;
}

.box3 .mNewsListBox .mNewsList li {
    margin-bottom: 20px;
}

.mNewsList .pl-i .mUserPic {
    width: 150px;
    height: 80px;
    display: block;
}

.mNewsList .pl-i a {
    color: #000;
    display: block;
}

.mNewsList .pl-i a em {
    margin-top: 5px;
    display: block;
}

.box4 .mNewsTab li {
    width: 50%;
}

.box2 .mNewsList .cltit {
    width: 180px;
}

.mCountrys {
    background: url(https://chd.7longw.com/public/chd/wap/img/map.jpg) no-repeat;
    background-size: 100% auto;
    width: 320px;
    height: 223px;
    margin: 0 auto;
}

.box6 .content {
    padding: 14px 0;
}

.mCountrys a {
    display: block;
    text-indent: -9999em;
    position: absolute;
}

.mCountrys a.mCIcon1 {
    width: 70px;
    height: 45px;
    margin: 150px 0 0 55px;
}

.mCountrys a.mCIcon2 {
    width: 55px;
    height: 70px;
    margin: 135px 0 0 130px;
}

.mCountrys a.mCIcon3 {
    width: 95px;
    height: 45px;
    margin: 100px 0 0 25px;
}

.mCountrys a.mCIcon4 {
    width: 100px;
    height: 35px;
    margin: 86px 0 0 205px;
}

.mCountrys a.mCIcon5 {
    width: 80px;
    height: 45px;
    margin: 35px 0 0 210px;
}

.mCountrys a.mCIcon6 {
    width: 60px;
    height: 75px;
    margin: 10px 0 0 147px;
}

.mCountrys a.mCIcon7 {
    width: 84px;
    height: 47px;
    margin: 52px 0 0 15px;
}

.mCountrys a.mCIcon8 {
    width: 65px;
    height: 55px;
    margin: 153px 0 0 184px;
}

.mCountrys a.mCIcon9 {
    width: 100px;
    height: 30px;
    margin: 122px 0 0 206px;
}

.mCountrys a.mCIcon10 {
    width: 45px;
    height: 65px;
    margin: 10px 0 0 100px;
}

.mImpBtns {
    margin-top: 30px;
    margin-bottom: 25px;
}

.mImpBtns a {
    width: 165px;
    height: 55px;
    display: block;
    text-indent: -9999em;
    box-shadow: 0 0 6px rgba(0, 0, 0, .3);
    float: left;
    margin-left: 14px;
}

.mImpBtns .mImpBtns1 {
    background-position: -8px -242px;
}

.mImpBtns .mImpBtns2 {
    background-position: -185px -242px;
}

.mSnsBox {
    width: 100%;
    padding-bottom: 25px;
}

.mSnsBox .title {
    width: 100%;
    background: url(../images/title_bg.png) no-repeat center center;
    background-size: 100% auto;
    font-weight: 700;
    color: #c59640;
    margin-bottom: 20px;
}
.mSnsBox .title img {
    width: 20%;
    display: block;
    margin: 0 auto;
}
.mSnsBox p {
    width: 160px;
    margin: 8px auto;
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
}

.mSnsBox .sns_wx {
    width: 69px;
    height: 69px;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    background-position: -7px -310px;
}

.mSnsBox .p1 {
    width: 375px;
    color: #BC41D8;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin-top: 80px;
    position: absolute;
}

.mSnsBox .p2 {
    width: 375px;
    color: #8692a0;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin-top: 100px;
    position: absolute;
}

.mFooter {
    background: url(../img/footer.jpg) no-repeat;
    background-size: 100% auto;
    width: 375px;
    height: 167px;
    padding-top: 22px;
}

.mFooter .mFooterTop {
    text-indent: -9999em;
    width: 165px;
    height: 30px;
    margin: 0 auto;
    display: block;
}

.login_div {
    position: absolute;
    width: 100%;
    height: 35px;
    margin-top: 370px;
}

.login_div .login_cont {
    margin: 0 auto;
    margin-left: 88px;
}

.login_div .login_cont .user_img {
    width: 35px;
    height: 35px;
    display: inline-block;
    float: left;
}

.login_div .login_cont .user_name {
    display: inline-block;
    color: #686f7e;
    font-size: 14px;
    font-weight: bold;
    margin: 0 10px;
    float: left;
    line-height: 35px;
}

.login_div .login_cont .user_center {
    display: inline-block;
    text-indent: -999em;
    background: url(https://chd.7longw.com/public/chd/wap/img/user_center.jpg) no-repeat;
    background-size: 100% auto;
    width: 80px;
    height: 26.5px;
    float: left;
    margin-top: 5px;
}

/*�ͷ�*/
.kf_tc {
    position: fixed;
    width: 100%;
    height: 100% !important;
    background: rgba(0, 0, 0, .5);
    display: none;
    top: 0;
}

.kf_tc .tc {
    z-index: 999;
    top: 50% !important;
    margin-top: -87.5px !important;
    position: absolute;
    left: 50%;
    margin-left: -143.5px;
}

.kf_tc img {
    width: 100%;
}

.kf_tc .close {
    width: 15px !important;
    height: 15px !important;
    position: absolute;
    right: 5px !important;
    top: 3.5px !important;
}

.kf_tc .enter {
    width: 84px !important;
    height: 29px !important;
    position: absolute;
    left: 18px !important;
    top: 42px !important;
}

.kf_tc {
    z-index: 99 !important;
}

.tc {
    background: url(https://chd.7longw.com/public/chd/wap/img/kf.jpg) center no-repeat !important;
    background-size: 287px 175px !important;
    width: 287px !important;
    height: 175px !important;
}

.tc p {
    margin-top: 21px !important;
    margin-left: 18px !important;
    color: #474747 !important;
    font-size: 10px !important;
    width: 250px !important;
    line-height: 15px !important;
}

.tc p:nth-child(2) {
    margin-top: 45px !important;
}

.tc p > a {
    color: #bc9c5c;
}

/*tagGG*/
.mGgBox {
    width: 325px;
    height: 142px;
}

.mGgBox {
    position: relative;
    overflow: hidden
}

.adPic {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.adPic a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    background: #0e97dc
}

.adPic img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.adPic p {
    position: relative;
    padding-top: 50px
}

.loadI {
    width: 130px;
    text-align: center;
    line-height: 20px;
    color: #FFF;
    background: #18b2ff;
    margin: 0px auto;
    display: block
}

.adPicUl {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all 0.1s linear;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden
}

.adPicUl li {
    float: left;
    width: 100%;
    height: 100%;
}

.adPicUl a {
    display: block;
    width: 100%;
    height: 100%
}

.adPicUl img {
    display: block;
    width: 100%;
    height: 100%
}

.mGgBox .adBtn {
    position: absolute;
    z-index: 2;
    left: 20px;
    bottom: 10px;
    height: 9px
}

.mGgBox .adBtn a {
    display: block;
    float: left;
    text-indent: -5000px;
    margin-right: 6px;
    overflow: hidden;
    width: 9px;
    height: 9px;
    background-color: #e7dbbe;
}

/*С��ť��ʽ*/
.mGgBox a.on {
    background-color: #974706
}

/*��ǰ֡��ʽ*/