body {
    color: #535353;
    font: 12px/1.5 Arial, "宋体", tahoma, Verdana, Sans;
    background-color: #FFFFFF;
    padding: 0;
    margin: 0;
}

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

input {
    outline: none;
}

a {
    cursor: pointer;
    outline: none;
    color: #535353;
    text-decoration: none;
}

a:hover {
    color: black;
    quotes: none;
    text-decoration: none;
}

a.underline {
    text-decoration: underline !important;
}

ol, ul {
    list-style: none;
}

/*ul, dl, dd, h2, h3, h4, h5, h6, form, p, input
{
    padding: 0;
    margin: 0;
}*/
ul, dl, dd, h2, h3, h4, h5, h6, form, input {
    padding: 0;
    margin: 0;
}

h1 {
    text-align: center;
    color: #333333;
    font-size: 27px;

}

h2 {
    font-size: 16px;
    color: #252621;
}

p {
    font-size: 12px;
    color: #888888;
}

form {
    margin: 0;
}

img {
    border: none;
}

.margin_center_1001 {
    width: 1001px;
    margin: 0 auto;
    text-align: left;
}

.mr0 {
    margin: 0 !important;
}

/*  common-header.css  start*/

.index-page-top {
    width: 100%;
    height: 25px;
    background-color: #E2E5E5;
}

.top-middle-left {
    width: auto;
    height: 100%;
    float: left;
}

.top-middle-right {
    width: auto;
    height: 100%;
    float: right;
}

.middle-left-ul li {
    float: left;
    padding-right: 20px;
    margin-top: 3px;
}

.middle-left-ul li img {
    float: left;
    padding-right: 5px;
    margin-top: 3px;
}

.pic-username {
    padding: 0 !important;
}

.pic-username img {
    margin-top: 0 !important;
}

.pic-username a {
    color: #2192B6;
}

/*left over,right begin*/
.national-flag {
    width: 21px;
    height: 25px;
    line-height: 29px;
    float: left;
    margin-right: 2px;
}

.top-middle-right select {
    margin-top: 3px;
    border: 0;
    background-color: #E2E5E5;
    color: #2192B6;
}

.nation {
    width: 75px;
    float: left;
    height: 25px;
    line-height: 25px;
}

.nation span {
    width: 100%;
    padding-left: 2px;
    color: #535353;
    display: block;
}

/*.weather {*/
    /*float: left;*/
    /*height: 25px;*/
    /*line-height: 25px;*/
    /*width: 85px;*/
    /*margin-right: 10px;*/
/*}*/

/*.weather img {*/
    /*margin-right: 4px;*/
    /*margin-top: 3px;*/
    /*float: left;*/
/*}*/

/*.weather label {*/
    /*float: right;*/
/*}*/

.change-word {
    float: right;
    height: 25px;
    line-height: 25px;
}

.weather1 {
    float: left;
    height: 64px;
    line-height: 64px;
    width: 100px;
    position: relative;
    margin-left: 20px;
    display: none;
}

.weather1 label {
    margin-left: 25px;
}

.is-logged-in {
    width: 130px;
    height: 100%;
    background: red;
    float: left;
}

.infoNum {
    background: url(../images/indexpage/test.png) no-repeat -11px -60px;
    width: 17px;
    height: 17px;
    color: white;
    font-size: 11px;
    text-align: center;
    float: left;
    position: relative;
    left: 4px;
    top: -4px;
}

.userImg {
    float: left;
}

.usersName {
    float: left;
    color: #2394aa;
    height: 25px;
}

/*  common-header.css  end*/

/*  common-footer.css  start*/

.blog-roll {
    height: 34px;
    border: 1px solid #cccccc;
}

.blog-roll li {
    float: left;
    display: block;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
}

.footer {
    height: 40px;
    margin-top: 15px !important;;
}

.about-us {
    width: 655px;
    /*height: 20px;*/
    margin: 0 auto;
    /*margin-left: 260px;*/
}

.about-us li {
    display: block;
    float: left;
    width: 80px;
    text-align: center;
}

.about-us li a {
    color: #535353;
}

.about-us li a:hover {
    text-decoration: underline;
    color: orangered;
}

.ipc {
    color: #9a9a9a;
    height: 20px;
    margin: 0 auto;
    padding-top: 1px;
    text-align: center;
    width: 685px;
}

/*  common-footer.css  end*/

/*loginstyle*/

.ipt {
    border: solid 1px #d2d2d2;
    border-left-color: #ccc;
    border-top-color: #ccc;
    border-radius: 2px;
    box-shadow: inset 0 1px 0 #f8f8f8;
    background-color: #fff;
    padding: 4px 6px;
    height: 21px;
    line-height: 21px;
    color: #555;
    width: 241px;
    vertical-align: baseline;
}

.ipt:focus {
    border-color: #95C8F1;
    box-shadow: 0 0 4px #95C8F1;
}

/* btn */

input.btn {
    height: 34px;
    color: white;
    background-color: #00939e;
    border-radius: 5px;
    font-size: 16px;
    width: 255px;
    font-weight: bold;;
}

input.btn:hover {
    background-color: #0192bd;
}

.btn:active, .btn.btn-active {
    box-shadow: #ddd 0 1px 2px 0 inset;
    border-color: #c6c6c6;
}

.btn:focus {
    border-color: #4d90fe;
    outline: none
}

.btn-primary:active {
    box-shadow: #2176D3 0 1px 2px 0 inset;
    border-color: #3079ED;
}

.btn-primary:focus {
    border-color: #4d90fe;
    outline: none
}

.theme-signin {
    font-size: 15px;
}

.theme-popover-mask {
    z-index: 9998;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    display: none;
}

.theme-popover {
    z-index: 9999;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 626px;
    height: 275px;
    margin: -180px 0 0 -330px;
    border-radius: 10px;
    border: solid 2px #65A869;
    display: none;
    box-shadow: 0 0 10px #666;
    background: #fff;
}

.theme-poptit {
    padding: 12px;
    position: relative;
    height: 24px;
}

.theme-poptit .close {
    float: right;
    color: #999;
    padding: 5px;
    margin: -2px -5px -5px;
    font: bold 14px/14px simsun;
    text-shadow: 0 1px 0 #ddd
}

.theme-poptit .close:hover {
    color: #444;
}

.theme-popbod {
    padding: 60px 15px;
    color: #444;
    height: 148px;
}

.dform {
    padding: 80px 30px 40px;
    text-align: center;
}

.theme-signin {
    margin: -50px -20px -50px 90px;
    text-align: left;
    font-size: 14px;
}

.theme-signin h4 {
    color: #999;
    font-weight: 100;
    margin-bottom: 20px;
    font-size: 12px;
}

.theme-signin li {
    padding-left: 80px;
    margin-bottom: 15px;
}

.theme-signin li strong {
    float: left;
    margin-left: -80px;
    width: 80px;
    text-align: right;
    line-height: 32px;
}

.theme-signin .btn {
    margin-bottom: 10px;
    border: none
}

.theme-signin p {
    font-size: 12px;
    color: #999;
}

.theme-popover-mask1 {
    z-index: 9998;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    display: none;
}

.theme-popover1 {
    z-index: 9999;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 626px;
    height: 275px;
    margin: -180px 0 0 -330px;
    border-radius: 10px;
    border: solid 2px #65A869;
    display: none;
    box-shadow: 0 0 10px #666;
    background: #fff;
}

/*loginstyle*/

/*找回密码*/
.tabUl{
    width: 100%;
    margin-top: 100px;
    padding-left: 15px;
}
.tabUl li {
    float: left;
    cursor: pointer;
    width: 200px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #a6a6a6;
    border-radius: 8px 8px 0 0;
    border-bottom: 0;
    margin-left: 15px;
    position: relative;
}
.tabUl li > div{
    width: 100%;
    height: 49px;
    text-align: center;
    position: absolute;
    z-index: 1;
    background-color: #efefef;
    border-radius: 8px 8px 0 0;
    font-size: 14px;
}
.tabMain{
    border: 1px solid #a6a6a6;
    margin-bottom: 115px;
}
.tabUl .currentTab > div{
    background-color: white;
    height: 50px;
    color: #65a869;
}
.tabBox{
    display: none;
}
.currentBox{
    display: block;
}
.findback {
    width: 170px;
    margin: 120px auto 0;
}

.findform {
    width: 100%;
    height: 280px;
    margin: 100px auto 230px;
}
.tabfindback {
    width: 170px;
    margin: 60px auto 0;
}

.tabfindform {
    width: 100%;
    margin: 40px auto 0;
}
.phone-btn-group{
    vertical-align: top;
}
.phone-dropdown-btn{
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 0;
    border: 1px solid #B6B5B5;
}
#c_userName,#c_email,#c_phone,#c_verCode{
    vertical-align: top;
}

#c_verCode{
    width: 198px;
}
.verCodeBtn{
    font-size: 14px;
    color: white;
    background-color: #00939e;
    border: 0;
    height: 28px;
    line-height: 28px;
    vertical-align: middle;
    border-radius: 5px;
    margin-left: 10px;
    padding: 0 15px;
}
.row1 {
    height: 32px;
    margin-bottom: 11px;
}

.rowL1 {
    float: left;
    width: 382px;
    font-size: 14px;
    color: #535353;
    margin-left: 25px;
    display: inline-block;
    text-align: right;
    height: 32px;
    line-height: 32px;
}
.rowL2{
    width: 280px;
}
.rowR1 {
    float: left;
    height: 32px;
    line-height: 32px;
}

.put11 {
    width: 245px;
    height: 30px;
    border: 1px solid #B6B5B5;
    line-height: 30px;
    padding-left: 5px;
}

.info {
    color: red;
    font-family: 微软雅黑;
    font-size: 14px;
    margin-left: 14px;
    vertical-align: top;
}

.submit1 {
    width: 247px;
    height: 35px;
    margin: 20px auto;
    cursor: pointer;
}

.catsubmit1 {
    width: 245px;
    height: 35px;
    border: none;
    border-radius: 5px;
    background-color: #00939e;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
}

.catsubmit1:hover {
    background-color: #0192bd;
}

.tips {
    color: #39801e;
    font-size: 18px;
    width: 450px;
    margin: 0 auto;
    font-family: "微软雅黑";
}

.submit2 {
    position: absolute;
    bottom: 23px;
    width: 246px;
    left: 188px;
    border-radius: 5px;
    border: none;

}

.submit2 input {
    cursor: pointer;
    width: 246px;
    height: 34px;
    border-radius: 5px;
    border: none;
    background: #00939e;
    font-size: 18px;
    color: white;
}

.quhuimima {
    width: 732px;
    height: 225px;
    margin: 0 auto;
    border-top: 1px solid #65a869;
    border-bottom: 1px solid #d6d6d6;
    margin-top: 5px;
}

.dearuser {
    margin-top: 45px;
    margin-bottom: 5px;
}

/*空间头部*/
.index-page-top1 {
    width: 100%;
    height: 35px;
    background-color: #E2E5E5;
}

.top-middle-left1 {
    width: auto;
    height: 100%;
    float: left;
}

.top-middle-right1 {
    width: auto;
    height: 35px;
    float: right;
}

.middle-left-ul1 li {
    float: left;
    padding-right: 20px;
    height: 35px;
    line-height: 35px;
}

.middle-left-ul1 li img {
    float: left;
    padding-right: 5px;
    margin-top: 3px;
}

.pic-username {
    padding: 0 !important;
}

.pic-username img {
    margin-top: 0 !important;
}

.pic-username a {
    color: #2192B6;
}

/*left over,right begin*/
.national-flag1 {
    width: 21px;
    height: 35px;
    line-height: 40px;
    float: left;
    margin-right: 2px;
}

.top-middle-right1 select {
    margin-top: 3px;
    border: 0;
    background-color: #E2E5E5;
    color: #2192B6;
}

.nation1 {
    width: 75px;
    float: left;
    height: 35px;
    line-height: 35px;
}

.nation1 span {
    width: 100%;
    padding-left: 2px;
    color: #535353;
    display: block;
}

.weather2 {
    float: left;
    height: 35px;
    line-height: 35px;
    width: 85px;
    margin-right: 10px;
}

.weather2 img {
    margin-right: 4px;
    float: left;
    margin-top: 7px;
}

.weather2 label {
    float: right;
}

.change-word1 {
    float: right;

    height: 35px;
    line-height: 35px;
}

.weather1 {
    float: left;
    height: 64px;
    line-height: 64px;
    width: 100px;
    position: relative;
    margin-left: 20px;
    display: none;
}

.weather1 label {
    margin-left: 25px;
}

.is-logged-in {
    width: 130px;
    height: 100%;
    background: red;
    float: left;
}

.infoNum1 {
    background: url(../images/indexpage/test.png) no-repeat -11px -60px;
    width: 17px;
    height: 17px;
    color: white;
    font-size: 11px;
    text-align: center;
    float: left;
    position: relative;
    left: 4px;
}

.userImg1 {
    float: left;
    margin-top: 7px;
}

.usersName1 {
    float: left;
    color: #2394aa;
    height: 25px;
    line-height: 20px;

}

.logoTips {
    width: 505px;
    height: 100px;
    /* margin: 0 auto; */
    margin-left: 270px;
    /*margin-top: 97px;*/
}

.logoTips .wxts {
    color: #535353;
}

.showCity1 {
    height: 35px;
    float: left;
    line-height: 35px;
    color: #2192B6;
}

.showCity {
    height: 25px;
    float: left;
    line-height: 25px;
    color: #2192B6;
}

/*空间头部end*/

/* 翻页按钮样式  */
#page {
    width: 700px;
    overflow: hidden;
    margin: 0 auto;
}

#page a, #page span {
    border: 1px solid #9b9b9b;
    display: inline-block;
    margin: 0 2px;
    padding: 3px 5px;
    text-align: center;
}

#page .current {
    background-color: #c9c9c9;
}

/*文章分页按钮*/
#page_break {
}

#page_break .collapse {
    display: none;
}

#page_break .num {
    padding: 10px 0;
    text-align: center;
}

#page_break .num li {
    display: inline;
    margin: 0 2px;
    padding: 3px 5px;
    border: 1px solid #5AA73C;
    background-color: #ffffff;
    color: #5AA73C;
    text-align: center;
    cursor: pointer;
    font-family: arial;
    font-size: 12px;
    overflow: hidden;
}

#page_break .num .on {
    background-color: #5AA73C;
    color: #ffffff;
    font-weight: bold;
}
.textDetail p img {
    max-width: 100%;
}
/*.pagen{*/
/*width: 1000px;*/
/*height: 25px;*/
/*margin: 0px auto;*/
/*padding-top: 30px;*/
/*}*/
/*.pagen>div{*/
/*text-align: center;*/
/*}*/
/*.pagen a,.pagen span{*/
/*display: inline-block;*/
/*}*/
/*.prev,.next,.end{*/
/*width: 25px;*/
/*border: 1px solid #999;*/
/*cursor: pointer;*/
/*height: 23px;*/
/*line-height: 23px;*/
/*text-align: center;*/
/*}*/
/*.num{*/
/*width: 25px;*/
/*text-align: center;*/
/*border: 1px solid #999;*/
/*cursor: pointer;*/
/*height: 23px;*/
/*line-height: 23px;*/
/*margin-right: 3px;*/
/*}*/
/*.current{*/
/*color: #fff;*/
/*background: #0c4470;*/
/*border: 1px solid #0c4470;*/
/*width: 25px;*/
/*height: 23px;*/
/*line-height: 23px;*/
/*text-align: center;*/
/*margin-right: 3px;*/
/*}*/

.serviceDiv{
   /* position:fixed;
    bottom:7%;*/
    position: absolute;
}
.serviceDiv li{
    width: 48px;
    height: 48px;
    background: #5aa73c;
    text-align: center;
    line-height: 48px;
    margin-top: 5px;
    cursor: pointer;
}
.serviceDiv li img{
    vertical-align: middle;
}
.questionLi .question{
    position: absolute;
    height: 48px;
    background: #5aa73c;
    right: -83px;
    padding: 0px 18px;
    display: none;
}
.questionLi .question a{
    color:white;
}

.connectLi .connect{
    position: absolute;
    height: 48px;
    background: #5aa73c;
    right: -83px;
    padding: 0px 18px;
    display: none;
}
.connectLi .connect a{
    color:white;
}

.guizeLi .guize{
    position: absolute;
    height: 48px;
    background: #5aa73c;
    right: -83px;
    padding: 0px 18px;
    display: none;
}
.guizeLi .guize a{
    color:white;
}

.weChatLi .wechat{
    position: absolute;
    background: #5aa73c;
    right: -83px;
    color: white;
    padding: 8px;
    display: none;
}
