.app_pieceone {
    width: 100%;
    background: url(../img/map.png) no-repeat;
    background-size: 85% auto;
    background-position: 50% -18%;
}

.app_mainbox {
    width: 1000px;
    margin: 0 auto 80px;
}

.app_titlestyle {
    font-size: 43px;
    text-align: center;
    color: #333;
    padding: 100px 0 40px;
}

.app_fosty1 {
    font-size: 16px;
    color: #666;
    padding: 0 10%;
    text-align: center;
}

.app_agio {
    font-size: 22px;
    color: #333;
    text-align: center;
    margin-top: 60px;
}

.app_agio b {
    color: #c03030;
    font-size: 47px;
    font-weight: normal;
}

.app_txtcen {
    text-align: center;
}

.ewmstyel {
    width: 18%;
    margin-top: 6px;
}

.app_phonostyle {
    width: 70%;
    margin-top: 50px;
}

.app_list {
    width: 1000px;
    margin-bottom: 42px;
    overflow: hidden;
    position: relative;
}

.app_textbox {
    width: 440px;
    display: inline-block;
    vertical-align: top;
    background: #f7f7f7;
    height: 160px;
    float: left;
}

.app_textbox {
    *display: inline;
}

.app_imgbox {
    width: 560px;
    overflow: hidden;
    height: 160px;
    display: inline-block;
    float: right;
    position: relative;
}

.app_imgbox {
    *display: inline;
}

.atb_title {
    font-size: 28px;
    color: #4c4c4c;
    padding: 30px 40px 10px;
    text-overflow: ellipsis;
    width: 360px;
    white-space: nowrap;
    overflow: hidden;
}

.app_imgstyle {
    display: block;
    min-height: 200px;
}

.atb_represent {
    color: #808080;
    font-size: 18px;
    padding: 0 40px;
    text-overflow: ellipsis;
    width: 360px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}

.app_active .app_textbox p {
    color: #fff;
}

.app_shadowbox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 20;
    background: rgba(0, 0, 0, 0.3);
}

.TextSpecially-white {
    -webkit-transition: color .5s;
    color: #fff;
}

.BgSpecially-red {
    -webkit-transition: background .5s;
    background: rgba(145, 0, 0, 1);
    background: #910000 \9;
}

.cc {
    width: 440px;
    display: inline-block;
}

.app_textbox {
    width: 440px;
    display: inline-block;
    vertical-align: top;
    background: #f7f7f7;
}

.app_active .app_textbox p {
    color: #fff;
}

.app_textbox:link, .app_textbox:visited {
    position: relative;
    overflow: hidden;
    background: rgba(192, 48, 48, 0);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.app_textbox:link:after, .app_textbox:visited:after {
    content: "";
    position: absolute;
    background: #c03030;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 100%;
    z-index: -1;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}

.app_list:hover .app_textbox:link:after, .app_list:hover .app_textbox:visited:after {
    height: 300%;
}

.app_list:hover .atb_title, .app_list:hover .atb_represent {
    color: #fff;
    -webkit-transition-property: color;
    -o-transition-property: color;
    -moz-transition-property: color;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-property: color;
    transition-duration: 0.5s;
}

.app_textbox.themeD:after {
    width: 0%;
    border-radius: 50%;
    opacity: .5;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.app_list:hover .app_textbox.themeD:after {
    height: 300%;
    width: 110%;
    opacity: 1;
}

.cstyle {
    position: relative;
    overflow: hidden;
    background: rgba(192, 48, 48, 0);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.cstyle:after {
    width: 0%;
    border-radius: 50%;
    opacity: .5;
    background: rgba(192, 48, 48, 1);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.app_list:hover .app_shadowbox {
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -ms-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.app_list:hover .app_textbox {
    background: #c03030 \9;
}

.app_list:hover .app_shadowbox {
    background: rgba(0, 0, 0, 0.3);
    filter: Alpha(opacity=30);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, 0, endColorstr=#7f000000, 0);
    zoom: 1;
}

.ld_pieceone {
    width: 100%;
    background: url(../img/place_banner.jpg) no-repeat;
    background-size: 100% 100%;
    height: 320px;
}

.ld_smalnav {
    padding: 30px 0;
}

.ld_smalnav a {
    color: #fff;
    font-size: 14px;
}

.ld_headleft {
    width: 560px;
    display: inline-block;
    float: left;
}

.ld_headleft {
    *display: inline;
    *zoom: 1;
}

.ld_title {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
}

.ld_englishtitle {
    font-size: 16px;
    color: #fff;
}

.ld_function1 {
    color: #fff;
    font-size: 14px;
    text-align: center;
    width: 245px;
    padding: 14px 0;
    background: rgba(255, 255, 255, 0.5);
    background: #a1b3bd \9;
    display: inline-block;
    cursor: pointer;
}

.ld_icon1style {
    margin-left: 10px;
    display: inline-block;
    width: 12px;
    height: 8px;
    background: url(../img/icon.png) no-repeat;
    background-position: -36px -21px;
    *vertical-align: 3px;
}

.ld_functionbox {
    margin-top: 26px;
}

.ld_function1:nth-of-type(2) {
    margin-left: 14px;
}

.ld_function1:hover {
    background: #c03030;
}

.ld_serverbox {
    margin-top: 26px;
    color: #fff;
}

.ld_servertitle {
    font-size: 16px;
    vertical-align: top;
}

.ld_serverbox li {
    display: inline-block;
    float: left;
}

.server_box {
    width: 92px;
    text-align: center;
}

.server_box p {
    text-align: center;
}

.server_name {
    font-size: 10px;
    margin-top: 5px;
}

.ld_headright {
    width: 420px;
    float: right;
}

.ld_rsmallbox {
    display: inline-block;
    width: 140px;
    position: relative;
    float: left;
}

.ldLineR {
    content: '';
    display: inline-block;
    width: 1px;
    height: 38px;
    position: absolute;
    right: 0;
    top: 50%;
    background: #fff;
    margin-top: -19px;
}

.ld_rsmallbox p {
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.ld_rboxone {
    overflow: hidden;
}

.ldsHead {
    background: #ececec;
    padding: 14px 0;
    text-align: center;
    margin-bottom: 2px;
}

.ldshName {
    color: #333;
    font-size: 14px;
    margin-right: 14px;
}

.ldsIcon {
    margin-right: 2px;
    width: 15px;
    height: 15px;
    background: url(../img/icon.png) no-repeat;
    background-position: -91px -20px;
    display: inline-block;
    vertical-align: -2px;
    *vertical-align: 2px;
}

.ldshChild {
    color: #910000;
    font-size: 14px;
}

.ldStatus {
    margin-top: 30px;
}

.ldsChild {
    background: rgba(255, 255, 255, .3);
    background: #7a8d9b \9;
    overflow: hidden;
}

.ldscAddress {
    display: inline-block;
    border-right: 1px dashed #8d99a6;
    width: 168px;
    text-align: center;
    padding: 32px 0;
}

.ldscWeather, .ldscAddress, .ldToday, .ldNextday {
    float: left;
}

.ldscaSelect {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.ldscaSeven {
    color: #fff;
    font-size: 14px;
    margin-left: 6px;
}

.ldscWeather, .ldToday, .ldNextday {
    display: inline-block;
}

.ldscWeather {
    width: 250px;
}

.ldToday, .ldNextday {
    width: 50%;
    text-align: center;
    color: #fff;
    font-size: 10px;
    padding-top: 5px;
}

.ldtChildone {
    line-height: 20px;
}

.ld_mainbox {
    width: 1000px;
    margin: 0px auto 0;
    overflow: hidden;
}

.ld_mainbox1 {
    width: 1000px;
    margin: -50px auto 0;
    overflow: hidden;
}

.ldIconimg {
    width: 96px;
    height: 96px;
    display: inline-block;
}

.ldIconimg {
    *display: inline;
    *zoom: 1;
}

.ldIconchild {
    text-align: center;
    width: 200px;
    float: left;
}

.ldIcontext {
    font-size: 18px;
    color: #000;
}

.ldIconimg {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.ldIconstyle1 {
    background: url(../img/ld_icon8.png) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.ldIconstyle1:hover {
    -webkit-transform: rotate(360deg);
    background: url(../img/ld_icon08.png) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.ldIconstyle2 {
    background: url(../img/ld_icon9.png) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.ldIconstyle2:hover {
    -webkit-transform: rotate(360deg);
    background: url(../img/ld_icon09.png) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.ldIconstyle3 {
    background: url(../img/ld_icon10.png) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.ldIconstyle3:hover {
    -webkit-transform: rotate(360deg);
    background: url(../img/ld_icon010.png) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.ldIconstyle4 {
    background: url(../img/ld_icon11.png) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.ldIconstyle4:hover {
    -webkit-transform: rotate(360deg);
    background: url(../img/ld_icon011.png) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.ldIconstyle5 {
    background: url(../img/ld_icon12.png) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.ldIconstyle5:hover {
    -webkit-transform: rotate(360deg);
    background: url(../img/ld_icon012.png) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.ld_maincontent {
    width: 1000px;
    margin: 60px auto 80px;
    overflow: hidden;
}

.ldLeftcontent {
    width: 740px;
    float: left;
}

.ldlcTitle {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    padding: 18px 0;
}

.ldlAirport {
    width: 224px;
    float: left;
    display: inline-block;
    margin-right: 20px;
    border: 1px solid #f7f7f7;
    position: relative;
}

.airpImgbox {
    width: 226px;
    height: 100px;
    overflow: hidden;
}

.airpImgstyle {
    width: 100%;
    height: auto;
}

.airpName {
    font-size: 14px;
    color: #333;
    padding: 8px 0 0 5px;
}

.airpAddress {
    padding: 0 0 10px 18px;
    position: relative;
    min-height: 20px;
}

.aipaIco {
    background: url(../img/icon.png) no-repeat;
    width: 9px;
    height: 12px;
    background-position: -72px -21px;
    position: absolute;
    left: 5px;
    top: 6px;
}

.aipaIco1 {
    background: url(../img/icon.png) no-repeat;
    width: 9px;
    height: 12px;
    background-position: -72px -21px;
    position: absolute;
    left: 5px;
    top: 3px;
}

.aadZ, .aadD {
    font-size: 12px;
    color: #999;
}

.ldlmovechild, .adlmovechild {
    overflow: hidden;
}

.magt20 {
    margin-top: 20px;
}

.ldLeftconTwo {
    margin-top: 30px;
}

.magt10 {
    margin-top: 10px;
}

.ldPagebox {
    text-align: center;
    width: 100%;
    margin-top: 24px;
}

.ldPagestyle, .ldPagestyletwo {
    background: #f4f4f4;
    width: 26px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    color: #999;
    display: inline-block;
    margin: 0 2px;
    cursor: pointer;
}

.ldFred {
    color: #c03030;
}

.ldRightcontent {
    float: right;
    width: 230px;
}

.ldrElseTitle {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    padding: 18px 0;
}

.ldrcImgbox {
    width: 230px;
    height: 77px;
    overflow: hidden;
    position: relative;
}

.ldrGrayblock, .ldrGrayblock1 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .4);
    background: #777677 \9;
    z-index: 99;
    display: none;
}

.ldrGrayblock p {
    color: #fff;
    font-size: 14px;
    padding: 0 10px;
}

.ldrGrayblock1 p {
    color: #fff;
    font-size: 8px;
    padding: 0 5px;
}

.ldrChildstyle1 {
    border: 1px solid #f7f7f7;
    position: relative;
}

.ldrcAddress {
    padding: 8px 4px;
    overflow: hidden;
}

.ldrcAl {
    font-size: 14px;
    color: #333;
    display: inline-block;
    float: left;
}

.pico {
    display: inline-block;
    width: 9px;
    height: 12px;
    background: url(../img/icon.png) no-repeat;
    background-position: -72px -21px;
    margin-right: 5px;
    vertical-align: -1px;
    *vertical-align: 3px;
    position: absolute;
    left: 4px;
    top: 3px;
}

.ldrcAr {
    display: inline-block;
    font-size: 12px;
    color: #999;
    float: right;
    margin-top: 3px;
    text-align: right;
    position: relative;
    padding-left: 17px;
}

.ldrc2l {
    width: 85px;
    height: 50px;
    overflow: hidden;
    display: inline-block;
    float: left;
    position: relative;
}

.ldrc2r {
    width: 140px;
    float: right;
}

.ldrChildstyle2 {
    overflow: hidden;
    border: 1px solid #f7f7f7;
    margin-top: 18px;
    position: relative;
}

.ldrcTN {
    font-size: 14px;
    color: #333;
    padding: 4px 6px;
}

.ldrcLocation {
    padding-left: 18px;
    color: #999;
    font-size: 12px;
    display: block;
    position: relative;
}

.ldrcTN, .ldrGrayblock p, .ldrGrayblock1 p, .adsclText, .newsList, .airpName, .airpAddress {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ldLastcontent {
    width: 100%;
    background: #f9f9f9;
    padding: 60px 0;
}

.ldImpression {
    font-size: 18px;
    color: #333;
    text-align: center;
    font-weight: bold;
}

.ldImpression span {
    padding: 0 8px;
}

.lic1 {
    display: inline-block;
    width: 22px;
    height: 34px;
    background: url(../img/icon.png) no-repeat;
    background-position: 0 -77px;
}

.lic2 {
    display: inline-block;
    width: 22px;
    height: 34px;
    background: url(../img/icon.png) no-repeat;
    background-position: -38px -77px;
}

.lic3 {
    display: inline-block;
    width: 32px;
    height: 34px;
    background: url(../img/icon.png) no-repeat;
    background-position: -73px -77px;
}

.weatherImg1 {
    display: inline-block;
    width: 31px;
    height: 25px;
    background: url(../img/icon.png) no-repeat;
    background-position: -264px 0;
}

.weatherImg2 {
    display: inline-block;
    width: 32px;
    height: 30px;
    background: url(../img/icon.png) no-repeat;
    background-position: -302px 0;
}

.au_bannerstyle {
    width: 100%;
    height: auto;
    min-height: 304px;
    min-width: 1000px;
    display: block;
    position: absolute;
    left: 0;
    z-index: -1;
}

.au_headtextbox {
    min-width: 1000px;
    text-align: center;
    width: 1000px;
    margin: 0 auto;
}

.au_headerbox {
    text-align: center;
    position: relative;
    overflow: hidden;
    min-height: 304px
}

.auNav {
    float: left;
    padding: 30px 0 0 0;
    color: #fff;
    font-size: 14px;
}

.auNav a {
    color: #fff;
    font-size: 14px;
}

.auLogobox {
    padding-top: 55px;
    text-align: center;
}

.app_txtcen {
    text-align: center;
    font-size: 28px;
    color: #fff;
    padding: 26px 0 20px;
}

.auXXtext {
    color: #fff;
    font-size: 20px;
    letter-spacing: 8px;
}

.auZu {
    width: 450px;
    position: relative;
    height: 28px;
    margin: 0 auto;
}

.auLinestyle, .auLinestyle1, .auLinestyle3 {
    position: absolute;
    width: 120px;
    height: 1px;
    background: #fff;
    top: 50%;
}

.auLinestyle1 {
    left: 0;
}

.auLinestyle3 {
    right: 0;
}

.auIntruduce {
    text-align: center;
    font-size: 30px;
    color: #333;
    padding: 50px 0 40px;
    position: relative;
    text-indent: 0;
}

.auIntruduce:after {
    width: 45px;
    height: 3px;
    background: #c03030;
    content: '';
    display: inline-block;
    position: absolute;
    left: 47.6%;
    bottom: 18%;
}

.auContentbox {
    min-width: 1000px;
    width: 1000px;
    margin: 50px auto;
}

.auContentbox {
    font-size: 16px;
    color: #545454;
}

.auTextstyle {
    font-size: 16px;
    line-height: 26px;
    text-indent: 32px;
}

.auTextInd {
    text-indent: 0;
    padding-top: 25px;
}

.auIconchild {
    width: 30%;
    text-align: center;
    display: inline-block;
}

.auIconchild {
    *display: inline;
    *zoom: 1;
}

.auIcon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    width: 90px \0;
    height: 90px \0;
}

.auIname {
    text-align: center;
    color: #333;
    font-size: 20px;
    padding: 5px 0;
}

.auIdescribe {
    font-size: 14px;
    color: #808080;
}

.auIconbox {
    width: 100%;
    margin-top: 28px;
}

.auIconstyle1 {
    background: url(../img/auIcon1.png) #c03030;
    background-repeat: no-repeat;
    background-size: 43%;
    background-position: 50% 50%;
    background: url(../img/ld_icon08.png) no-repeat \0;
    background-position: 0 0 \0;
    background-size: 20% \0;
    *background: url(../img/ld_icon08.png) no-repeat;
    *width: 92px;
    *height: 92px;
}

.auIconstyle2 {
    background: url(../img/auIcon2.png) #c03030;
    background-repeat: no-repeat;
    background-size: 52%;
    background-position: 50% 50%;
    background: url(../img/ld_icon09.png) no-repeat \0;
    background-position: 0 0 \0;
    background-size: 20% \0;
    *background: url(../img/ld_icon09.png) no-repeat;
    *width: 92px;
    *height: 92px;
}

.auIconstyle3 {
    background: url(../img/auIcon3.png) #c03030;
    background-repeat: no-repeat;
    background-size: 77%;
    background-position: 50% 50%;
    background: url(../img/ld_icon010.png) no-repeat \0;
    background-position: 0 0 \0;
    background-size: 20% \0;
    *background: url(../img/ld_icon010.png) no-repeat;
    *width: 92px;
    *height: 92px;
}

.auIcon {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.auIcon:hover {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.au_missionstyle {
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 0;
}

.auMissione {
    text-align: center;
    font-size: 30px;
    color: #fff;
    padding: 50px 0 40px;
    position: relative;
}

.auMission:after {
    width: 45px;
    height: 3px;
    background: #fff;
    content: '';
    display: inline-block;
    position: absolute;
    left: 47.6%;
    top: 105px;
}

.au_missionText {
    color: #fff !important;
    text-indent: 32px;
    font-size: 30px;
    padding: 50px 0 40px;
    position: relative;
    text-indent: 0;
}

.auMT {
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    margin-top: 40px;
    text-indent: 0;
}

.auWish {
    text-align: center;
    font-size: 16px;
    color: #545454;
}

.auvBox {
    width: 200px;
    height: 200px;
    overflow: hidden;
    display: -moz-box;
    position: relative;
    margin-left: 65px;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: box;
    box-pack: center;
    box-align: center;
    float: left;
}

.auValue {
    overflow: hidden;
    margin-bottom: 0;
    margin-bottom: 50px \9;
}

.auvImgstyle {
    display: block;
    height: 100%;
    width: auto;
    position: absolute;
    top: 0;
    z-index: -1;
}

.auvIt {
    font-size: 16px;
    text-align: center;
    color: #fafafa;
    text-indent: 0;
    padding-top: 0;
    padding-top: 48% \9;
}

.pdL12 {
    padding-left: 12px;
}

.cuInps1 {
    width: 60%;
}

.cuInps2 {
    width: 30%;
}

.cuInps3 {
    width: 10%;
}

.cuPdL50 {
    padding-left: 50px;
}

.magT35 {
    margin-top: 35px;
}

.txtNr {
    white-space: nowrap;
}

.padB80 {
    padding-bottom: 80px;
}

.cuRT2box {
    display: -webkit-box;
    display: -moz-box;
    display: box;
}

.curtL, .curtR {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
}

.floR, .mcRight, .nupR, .airsbR {
    float: right;
    position: relative;
}

.floL, .ndcdfbottom li, .mcLeft, .nupL, .haList, .airsbL, .airpmlChild {
    float: left;
    position: relative;
}

.cu_headerbox {
    text-align: center;
    position: relative;
    height: 80px;
}

.cu_bannerstyle {
    width: 100%;
    height: 80px;
    min-width: 1000px;
    display: block;
    position: absolute;
    left: 0;
    z-index: -1;
}

.cu_maintextbox {
    min-width: 1000px;
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.cuTitle {
    line-height: 70px;
    font-size: 24px;
    color: #c03030;
    border-bottom: 1px solid #b2b2b2;
    background: url(../img/cu_CONTACTS.png) no-repeat;
    background-size: auto 24px;
    background-position: 10.5% 75%;
    margin-top: 25px;
}

.ci {
    display: inline-block;
    width: 41px;
    height: 41px;
    position: absolute;
    top: 8px;
    left: 0;
}

.cuIcon1 {
    background: url(../img/icon.png) no-repeat;
    background-position: -127px 0;
}

.cuIcon2 {
    background: url(../img/icon.png) no-repeat;
    background-position: -172px 0;
}

.cuIcon3 {
    background: url(../img/icon.png) no-repeat;
    background-position: -217px 0;
}

.cuFeedback {
    background-size: 40px 40px;
    color: #ccc;
    font-size: 24px;
    padding: 14px 0 14px 50px;
    background-position: 0 50%;
    margin-top: 14px;
    font-weight: bold;
    position: relative;
}

.cuSecrecy {
    color: #666;
    font-size: 16px;
    text-indent: 50px;
    padding-bottom: 4px;
}

.cuTs {
    font-size: 14px;
    color: #000;
    vertical-align: top;
    line-height: 40px;
    float: left;
}

.xStyle {
    color: #e43030;
    font-size: 18px;
    font-weight: normal;
    padding: 0 2px;
    vertical-align: top;
}

.cuInpstyle {
    border: 1px solid #e6e6e6;
    height: 40px;
    line-height: 40px;
    color: #333;
    font-size: 14px;
    padding: 0 18px;
}

.cuSuggestionTitle, .cuSubbtnbox {
    margin: 14px 0 14px 50px;
}

.cuClossbtn {
    background: url(../img/icon.png) no-repeat;
    background-position: -47px 0;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 8px 0 14px;
    vertical-align: -5px;
    *vertical-align: 0px;
}

.cuNall {
    color: #e43030;
    font-size: 14px;
    vertical-align: 6px;
    display: none;
}

.texta {
    width: 60%;
    height: 158px;
}

.cuYzm {
    display: inline-block;
    width: 78px;
    height: 32px;
    overflow: hidden;
    vertical-align: -12px;
    *vertical-align: 5px;
    margin-left: 6px;
}

.cuYzmImg {
    display: block;
    width: 100%;
    height: 100%;
}

.cuSubbtn {
    background: #c03030;
    color: #fff;
    font-size: 18px;
    padding: 8px 42px;
    display: inline-block;
    margin-left: 82px;
}

.cuRT1 {
    font-size: 16px;
    color: #666;
}

.curtL, .curtR {
    width: 50%;
}

.curtChild1 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    line-height: 38px;
}

.cuRx {
    margin: 38px 0;
}

.cuAdt1 {
    font-size: 18px;
    font-weight: bold;
    color: #666;
    padding-bottom: 6px;
}

.cuAdt2 {
    color: #333;
    font-size: 14px;
    line-height: 24px;
}

.cuMapBox {
    display: block;
    width: 100%;
    height: 160px;
    overflow: hidden;
}

.cuMapImg {
    display: block;
    width: 100%;
    height: auto;
}

.adNav {
    color: #333;
    font-size: 14px;
    padding: 34px 0;
}

.adNav a {
    color: #333;
    font-size: 14px;
}

.adImgstyle, .adflbImgstyle {
    width: 100%;
    display: block;
}

.adfltImgbox {
    width: 500px;
    height: 324px;
    overflow: hidden;
    display: inline-block;
}

.adflbImgbox {
    width: 100px;
    height: 50px;
    overflow: hidden;
    display: inline-block;
    margin-right: 11.5px;
    position: relative;
}

.adflT {
    width: 500px;
    height: 312px;
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.adLIconstyle {
    display: inline-block;
    width: 50px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -50px;
    z-index: 99;
    cursor: pointer;
    text-align: center;
    background: url(../img/sjxL.png) no-repeat;
    background-size: 100% 100%;
    display: none;
}

.adRIconstyle {
    display: inline-block;
    width: 50px;
    height: 100px;
    position: absolute;
    right: 0;
    right: -1px \9;
    top: 50%;
    margin-top: -50px;
    z-index: 99;
    cursor: pointer;
    text-align: center;
    background: url(../img/sjxR.png) no-repeat;
    background-size: 100% 100%;
    display: none;
}

.cuRT2box {
    overflow: hidden;
}

.adflBbb {
    width: 500px;
    position: relative;
}

.mgr0 {
    margin-right: 0px;
}

.adCoverbox {
    display: inline-block;
    width: 100px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgba(255, 255, 255, .4);
}

.activity .adCoverbox {
    display: none;
}

.adfrStarStyle {
    background: url(../img/icon.png) no-repeat;
    background-position: -68px 0;
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: bottom;
    margin-right: 5px;
}

.adfrStarStyleg {
    background: url(../img/icon.png) no-repeat;
    background-position: -88px 0;
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: bottom;
    margin-right: 5px;
}

.adfrTitle {
    font-size: 24px;
    color: #333;
    width: 400px;
    font-weight: bold;
}

.adfrTextLstyle1 {
    font-size: 16px;
    color: #666;
}

.adfrStarcontent, .adfrStarcontent1, .adfrTextLstyle1 {
    display: inline-block;
}

.adfL {
    display: inline-block;
    width: 500px;
    float: left;
}

.adfR {
    display: inline-block;
    width: 450px;
    float: right;
    margin-left: 50px;
}

.adfrStarAppraise {
    padding: 4px 0;
}

.adfrStarcontent {
    padding-left: 10px;
}

.adfrStarcontent1 {
    padding-left: 4px;
    display: inline-block;
    font-size: 14px;
    vertical-align: bottom;
    width: 300px;
}

.fb {
    font-weight: bold;
    font-size: 16px;
    vertical-align: bottom;
}

.adfrTextLstyle2 {
    font-size: 14px;
    color: #666;
    display: inline-block;
    text-align: justify;
    width: 84px;
    text-justify: distribute-all-lines;
    text-align-last: justify;
    vertical-align: top;
}

.adscNav {
    border-bottom: 1px solid #ececec;
}

.adFirstchild {
    overflow: hidden;
}

.adSecondchild {
}

.adscServe, .adscDiscuss {
    font-size: 18px;
    color: #333;
    padding: 6px 0;
    display: inline-block;
    cursor: pointer;
}

.adscDiscuss {
    margin-left: 45px;
}

.adscSeceltstyle {
    border-bottom: 1px solid #c03030;
    color: #c03030;
}

.adscNavstyle {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    padding: 10px 0;
    margin-top: 20px;
}

.adscsTime {
    color: #333;
    font-size: 14px;
    font-weight: bold;
}

.adscsTips {
    font-size: 14px;
    color: #333;
    font-weight: normal;
}

.adsclChild {
    display: inline-block;
    float: left;
    width: 142px;
}

.adscListbox {
    overflow: hidden;
    margin-bottom: 15px;
}

.adsclImgbox, .adsclText {
    text-align: center;
}

.adsclImgstyle {
    display: inline-block;
    width: 50px;
    height: auto;
}

.adsclText {
    font-size: 14px;
    color: #9198b5;
    padding: 3px 0;
}

.adscService {
    margin-top: 10px;
}

.adDiscussList {
    width: 740px;
    border-bottom: 1px solid #f7f7f7;
    overflow: hidden;
    padding-top: 40px;
}

.adDiscussImgbox {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
}

.adHeadImgstyle {
    display: block;
    width: 100%;
    height: auto;
    float: left;
}

.adDiscussTextbox {
    display: inline-block;
    width: 675px;
    float: left;
    padding-left: 15px;
    margin-bottom: 40px;
}

.adfrStarStyles {
    background: url(../img/icon.png);
    background-repeat: no-repeat;
    display: inline;
    width: 10px;
    height: 10px;
    vertical-align: -1px;
    margin-right: 2px;
    float: left;
    background-position: 0 -20px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='C:\wamp\www\official_website7.15\static\img\adStar.png', sizingMethod='scale');
    *zoom: 1;
}

.adfrStarStylesg {
    background: url(../img/icon.png) no-repeat;
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: -1px;
    margin-right: 2px;
    float: left;
    background-position: 0 -31px;
}

.adDiscussUN {
    font-size: 12px;
    color: #666;
    float: left;
}

.adDiscussT {
    font-size: 12px;
    color: #bbb;
    margin-left: 15px;
    float: left;
}

.addtl1R {
    display: inline-block;
    float: right;
    vertical-align: top;
    overflow: hidden;
    position: relative;
}

.addtLaud {
    color: #999;
    font-size: 12px;
}

.bang {
    background: url(../img/icon.png) no-repeat;
    width: 14px;
    height: 12px;
    background-position: -30px 0;
    display: inline-block;
    margin-right: 5px;
    *vertical-align: 5px;
}

.adDiscussContent {
    font-size: 14px;
    color: #000;
    padding: 10px 0;
}

.addic_box {
    display: inline-block;
    width: 55px;
    height: 55px;
    overflow: hidden;
    margin-right: 10px;
}

.adDisImgstyle {
    display: block;
    width: 100%;
    height: auto;
}

.addtLine1, .adfrStarcontent {
    overflow: hidden;
    position: relative;
}

.alinkStyle {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    background: url(about:blank);
}

.adHeart {
    display: inline-block;
    width: 28px;
    height: 25px;
    position: absolute;
    bottom: 10px;
    right: 14px;
    background: url(../img/Hearts.png) no-repeat;
    background-size: 100% 100%;
    z-index: 99;
    cursor: pointer;
}

.adHeartRed {
    background: url(../img/Hearts-Filled.png) no-repeat;
    background-size: 100% 100%;
    z-index: 99;
}

.ndcTitle {
    padding: 40px 3% 80px;
}

.ndct1 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-align: center;
    padding: 10px 0;
}

.ndct2 {
    text-align: center;
    font-size: 14px;
}

.ndctChild {
    color: #333;
    padding: 0 8px;
}

.cdctcb {
    color: #b2b2b2;
    font-weight: normal;
}

.ndcFontstyle, .ndcd1 {
    font-size: 16px;
    color: #333;
    line-height: 28px;
}

.ndctmList1 {
    margin-bottom: 40px;
}

.ndcd1 {
    text-align: right;
    font-size: 18px;
}

.ndcDate {
    margin: 60px 0;
}

.ndctMain {
    padding: 0 3% 100px;
}

.ndcdfooter {
    width: 100%;
    border: 1px solid #f0f0f0;
    padding: 2%;
}

.ndcdftop {
    font-size: 14px;
    color: #808080;
}

.ndcdfbottom {
    overflow: hidden;
    margin-top: 10px;
    position: relative;
}

.ndcdfbAppbox {
    width: 112px;
    height: 112px;
    overflow: hidden;
}

.appImg {
    display: block;
    width: 100%;
    height: 100%;
}

.appTab {
    background: #c03030;
    color: #fff;
    font-size: 12px;
    text-align: center;
    height: 28px;
    line-height: 28px;
    width: 106px;
    margin: 2px 0 0 3px;
}

.ndcdfbList1 {
    width: 115px;
}

.ndcdfbList2 {
    width: 115px;
    margin-left: 12px;
}

.ndcdfbList2 .appTab {
    background: #2e2821;
}

.ndccol8 {
    color: #808080;
    padding: 0 6px 0 12px;
    position: relative;
}

.ndccol8:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    border: 3px solid #c03030;
    position: absolute;
    left: 0;
    top: 3px;
}

.ndcMessage {
    color: #b2b2b2;
    font-size: 12px;
    padding: 2px 0;
}

.ndcdfbottom .ndcdfbList3 {
    padding-left: 35px;
    position: absolute;
    bottom: 0;
    left: 250px;
}

.tosT1 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    text-align: center;
    padding: 10px 0;
}

.tosFontstyle {
    font-size: 14px;
    color: #545454;
    line-height: 24px;
}

.tosList1 {
    margin-bottom: 25px;
}

.tosLTitle {
    color: #545454;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
}

.txtInd {
    text-indent: 18px;
}

.tosTitle {
    padding: 60px 0 30px;
}

.tosMain {
    padding: 0 0 50px;
}

.mTitle {
    line-height: 70px;
    font-size: 24px;
    color: #c03030;
    border-bottom: 1px solid #b2b2b2;
    background: url(../img/mFAQ.png) no-repeat;
    background-size: auto 24px;
    background-position: 10% 75%;
    margin-top: 25px;
}

.mContent {
    overflow: hidden;
    padding-bottom: 80px;
}

.mcLeft {
    width: 730px;
}

.mcRight {
    width: 220px;
}

.mcTtxt {
    font-size: 18px;
    color: #000;
    padding-right: 24px;
}

.bic {
    background: url(../img/icon.png) no-repeat;
    width: 17px;
    height: 17px;
    background-position: -109px 0;
    display: inline-block;
    vertical-align: -2px;
    *vertical-align: 3px;
    margin-left: 5px;
}

.mcT1 {
    padding: 24px 0 9px;
}

.mcIcon {
    display: inline-block;
    width: 11px;
    height: 11px;
    background: url(../img/icon.png) no-repeat;
    margin-right: 8px;
    *margin-bottom: 4px;
    background-position: -12px -21px;
}

.mcIcon1 {
    display: inline-block;
    width: 11px;
    height: 11px;
    background: url(../img/icon.png) no-repeat;
    margin-right: 8px;
    *margin-bottom: 4px;
    background-position: -23px -22px;
}

.mcLwz {
    font-size: 16px;
    color: #000;
}

.mcTL1 {
    padding: 8px 0;
    cursor: pointer;
}

.mcTL2 {
    font-size: 14px;
    color: #545454;
    line-height: 22px;
    display: none;
}

.mcLwz_red {
    color: #c03030 !important;
}

.mcrnavStyle {
    width: 220px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background: #2b3953;
    border-bottom: 1px solid #49556b;
    cursor: pointer;
    display: block;
}

.mcRnav {
    margin-top: 22px;
    position: fixed;
    top: 19%;
}

.mcrNav_red {
    background: #c03030;
    border-bottom: 1px solid #c94d4d;
}

.nTitle {
    line-height: 70px;
    font-size: 24px;
    color: #c03030;
    border-bottom: 1px solid #b2b2b2;
    background: url(../img/nNEWS.png) no-repeat;
    background-size: auto 24px;
    background-position: 10% 67%;
    margin-top: 25px;
}

.nupL {
    width: 700px;
}

.nupR {
    width: 256px;
}

.nUpperPart {
    overflow: hidden;
    padding: 25px 0 20px;
    border-bottom: 1px dashed #ccc;
}

.nuplT1 {
    font-size: 18px;
    color: #000;
    width: 650px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 6px;
}

.nuptNew {
    background: #c03030;
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
    margin: 0 0 2px 5px;
}

.nuplT2 {
    font-size: 14px;
    color: #545454;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -white-space: nowrap;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    width: 700px;
    position: relative;
    line-height: 24px;
    height: 48px;
}

.line-clampa {
    display: inline-block;
    width: 100px;
    height: 24px;
    background: url(../img/ellipsis_bg.png);
    background-repeat: repeat-y;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.nuplmT {
    font-size: 14px;
    color: #333;
}

.nuplmT b {
    color: #c23636;
}

.nuplMore {
    text-align: right;
    padding: 20px 0;
    position: relative;
}

.nupRImgbox {
    width: 256px;
    height: 150px;
    overflow: hidden;
    display: inline-block;
}

.ottBox {
    position: absolute;
    bottom: 8px;
    right: 6px;
}

.adfltImgcontentbox {
    position: relative;
}

.ott {
    display: inline-block;
    width: 15px;
    height: 15px;
    font-size: 12px;
    color: #333;
    text-align: center;
    line-height: 15px;
    background: #fff;
    cursor: pointer;
}

.ottRed {
    background: #a60014;
    color: #fff;
}

.newsList {
    position: relative;
    padding: 16px 0;
    font-size: 14px;
    border-bottom: 1px solid #f7f7f7;
}

.newsLTitle {
    color: #333;
    padding-left: 25px;
    position: relative;
}

.newpoicon {
    background: url(../img/icon.png) no-repeat;
    width: 11px;
    height: 18px;
    display: inline-block;
    background-position: -16px -1px;
    position: absolute;
    left: 0;
}

.newsLDate {
    color: #b2b2b2;
    padding-left: 15px;
}

.nLowerPart {
    padding: 30px 0 60px;
}

.reviousPage, .nextPage {
    background: #f4f4f4;
    width: 56px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    color: #999;
    display: inline-block;
    margin: 0 2px;
    cursor: pointer;
}

.halbotxt1 {
    padding-top: 2px;
}

.magL35 {
    margin-left: 35px;
}

.magL40 {
    margin-left: 40px;
}

.magB70 {
    margin-bottom: 70px;
}

.air_mainbox {
    width: 1000px;
    margin: 80px auto;
}

.airT {
    margin-bottom: 40px;
}

.airTstyle {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.haList {
    width: 310px;
    height: 100px;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.haBox {
    overflow: hidden;
    margin-bottom: 25px;
}

.airImgstyle {
    display: block;
    width: 100%;
    height: auto;
}

.halTxt {
    background: rgba(0, 0, 0, .4);
    width: 92.5%;
    height: 100%;
    position: absolute;
    bottom: -60px;
    padding: 0 4%;
}

.halTxt {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, 0, endColorstr=#7f000000, 0);
    zoom: 1;
}

.haltitle {
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    height: 40px;
    border-bottom: 1px solid #eee;
}

.halbotStyle {
    font-size: 12px;
    color: #fff;
    padding: 4px 0;
}

.halbotxt {
    padding: 5px 0;
}

.airsPosition {
    width: 220px;
    font-size: 14px;
    color: #333;
    background: none;
    padding: 5px 0;
    border: none;
    border-bottom: 1px solid #c0c0c0;
}

.airsPosition::-webkit-input-placeholder {
    color: #ccc;
}

.airsInpbox {
    position: relative;
    margin-left: 25px;
}

.airsearchIcon {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../img/icon.png) no-repeat;
    background-position: -110px -21px;
    bottom: 2px;
    cursor: pointer;
    bottom: 0px \9;
    *bottom: 8px;
}

.airsNav {
    font-size: 14px;
    color: #333;
    padding: 4px 0;
    vertical-align: -5px;
    cursor: pointer;
}

.airsbL, .airsbR {
    display: inline-block;
}

.airSearchBox {
    overflow: hidden;
}

.airNavse {
    color: #c43e3e;
    border-bottom: 2px solid #c43e3e;
    padding-bottom: 2px;
}

.airPositionMain {
    overflow: hidden;
    position: relative;
}

.airpmL {
    width: 960px;
    display: inline-block;
    float: left;
    position: relative;
}

.airpmlChild {
    width: 210px;
    height: 80px;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.airpmList {
    overflow: hidden;
    margin-bottom: 40px;
}

.airpmtitle {
    font-size: 14px;
    color: #fff;
    padding: 11px 0 5px;
    height: 20px;
    border-bottom: 1px solid #eee;
}

.airpmTxt {
    background: rgba(0, 0, 0, .4);
    width: 92.5%;
    height: 100%;
    position: absolute;
    bottom: -44px;
    padding: 0 4%;
}

.airpmTxt {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, 0, endColorstr=#7f000000, 0);
    zoom: 1;
}

.halbotStyle1 {
    font-size: 11px;
    color: #fff;
    padding: 0;
}

.HopPosition {
    background: #bb3b3d;
    color: #fff;
    font-size: 12px;
    padding: 4px;
    line-height: 12px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 4%;
    z-index: 999;
}

.disNon {
    display: none;
}

.initial {
    font-size: 18px;
    color: #333;
    margin-bottom: 40px;
}

.airpmlcBox {
    padding-bottom: 30px;
}

.airpmR {
    width: 40px;
    display: inline-block;
    float: right;
    position: absolute;
    margin-top: 65px;
}

.airpmrList {
    text-align: right;
}

.airTint {
    display: inline-block;
    width: 22px;
    height: 22px;
    font-size: 12px;
    color: #666;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
}

.airpmrLse {
    border-radius: 50%;
    background: #f5f5f5;
    color: #c03030;
}

.airpmlPage {
    display: none;
}

.f5Bg {
    background: #f5f5f5;
}

.porT1 {
    font-size: 14px;
    color: #545454;
    padding: 10px 0;
    text-indent: 38px;
}

.porT1 b {
    font-weight: normal;
    color: #c03030;
    padding-right: 2px;
}

.porWhitebox {
    background: #fff;
    padding: 0 20px;
}

.porwGtbox {
    background: #f5f6fa;
    padding: 30px;
}

.porgtFoyer {
    overflow: hidden;
    position: relative;
}

.porgfL {
    display: inline-block;
    width: 100px;
    float: left;
}

.porgfR {
    float: right;
    width: 760px;
}

.porlImgbox {
    width: 100px;
    height: 100px;
    overflow: hidden;
}

.porlImgstyle {
    width: 100%;
    height: auto;
    display: block;
}

.porT2 {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}

.porT3 {
    font-size: 14px;
    color: #666;
    padding: 6px 0;
}

.porPriceBox {
    position: absolute;
    bottom: 0;
}

.porpT1 {
    font-size: 20px;
    color: #c03030;
}

.porpT2 {
    color: #999;
    font-size: 14px;
    background: #e6e7eb;
    padding: 0 4px;
    margin-left: 10px;
}

.porpT2 i {
    font-style: normal;
    text-decoration: line-through;
}

.porpthree {
    font-size: 14px;
    color: #5ac0ca;
    padding-right: 14px;
    position: relative;
    margin-left: 25px;
    cursor: pointer;
}

.porpDeltaIcon {
    display: inline-block;
    width: 8px;
    height: 5px;
    background: url(../img/icon.png) no-repeat;
    background-position: -39px -34px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px;
}

.porpDeltaIconUP {
    background: url(../img/icon.png) no-repeat;
    background-position: -25px -34px;
}

.porPNlist {
    color: #5ac0ca;
    font-size: 14px;
    line-height: 25px;
}

.porPN {
    margin-top: 22px;
    display: none;
}

.porTitleSy {
    font-size: 18px;
    color: #666;
    font-weight: bold;
    background: #f5f6fa;
    padding: 10px 32px;
    margin-top: 35px;
}

.porInpl {
    margin: 14px 0 14px 32px;
}

.porcut {
    display: inline-block;
    text-align: justify;
    width: 80px;
    text-justify: distribute-all-lines;
    text-align-last: justify;
    vertical-align: top;
    font-size: 16px;
    color: #666;
    line-height: 40px;
    float: left;
    margin-right: 25px;
}

.mt-numstyle a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #e6e6e6;
    position: relative;
    float: left;
}

.poraddH {
    content: "";
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 2px;
    background: #7e7e7e;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -8px;
}

.poraddS {
    content: "";
    display: inline-block;
    position: absolute;
    width: 2px;
    height: 16px;
    background: #7e7e7e;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -1px;
}

.mt-numstyle input[type="text"] {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-left: 0;
    border-right: 0;
    font-size: 18px;
    text-align: center;
    width: 75px;
    color: #333;
    height: 40px;
    line-height: 40px;
    vertical-align: top;
    float: left;
}

.mt-numstyle {
    overflow: hidden;
}

.porAcmoney {
    font-size: 16px;
    color: #000;
    position: absolute;
    bottom: 20px;
    right: 0;
}

.porAcmoney b {
    color: #c03030;
    font-size: 24px;
}

.porInpBox {
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 120px;
}

.porGopay {
    padding: 6px 0 20px;
    position: relative;
    padding-bottom: 115px;
}

.pgpSelect {
    display: inline-block;
    width: 14px;
    height: 15px;
    background: url(../img/icon.png) no-repeat;
    background-position: -118px -82px;
    vertical-align: -2px;
    *vertical-align: 0px;
    margin-right: 4px;
    cursor: pointer;
}

.pgpSelect1 {
    background: url(../img/icon.png) no-repeat;
    background-position: -134px -82px;
}

.pgpT1 i {
    color: #9a000c;
    font-size: 14px;
    font-style: normal;
}

.pgpT1 {
    clear: both;
    font-size: 14px;
    color: #000;
}

.porPayBtn {
    display: inline-block;
    padding: 10px 40px;
    background: #c03030;
    color: #fff;
    font-size: 16px;
    position: absolute;
    margin: 0 auto;
    right: 0;
}

.porInpRed {
    border: 1px solid #e94444;
}

.pirTxt {
    font-size: 14px;
    color: #e73737;
}

.cuInpstyle11 {
    border: 1px solid #e6e6e6;
    height: 90px;
    line-height: 40px;
    color: #333;
    font-size: 14px;
    padding: 0 18px;
    width: 40%;
}

.titleSchedule {
    overflow: hidden;
    height: 90px;
    padding-top: 20px;
}

.magT18 {
    margin-top: 18px;
}

.potMain {
    padding: 80px 0 150px;
}

.potImgbox {
    text-align: center;
}

.potImgsy {
    display: inline-block;
    width: 96px;
    height: 127px;
}

.potSuctxt {
    text-align: center;
    font-size: 22px;
    color: #2d354d;
}

.potSuctxt1 {
    font-size: 16px;
    color: #333;
    padding: 30px 0;
    text-align: center;
}

.potCheckLink, .potBuyLink {
    font-size: 16px;
    color: #c03030;
    display: inline-block;
    line-height: 16px;
    padding-left: 5px;
    margin-left: 5px;
}

.potBuyLink {
    border-left: 1px solid #2d354d;
}

.potTips {
    padding: 0 0 50px 100px;
    position: relative;
}

.pott1 {
    font-size: 14px;
    color: #333;
    position: absolute;
    left: 65px;
    top: 0;
}

.pottList {
    font-size: 14px;
    color: #999;
    line-height: 26px;
}

.portBT1 {
    font-size: 12px;
    color: #545454;
}

.portwoBoom, .portwoBoom1 {
    z-index: 99;
    background: rgba(0, 0, 0, .2);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.portwoBoom, .portwoBoom1 {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, 0, endColorstr=#7f000000, 0);
    zoom: 1;
}

.portbMain {
    width: 500px;
    height: 400px;
    margin: -200px auto 0;
    background: #fff;
    border-radius: 8px;
    padding: 30px 0 45px;
    position: relative;
    top: 50%;
}

.portQP {
    padding: 3px 0 3px 45px;
    background: #cce5e7;
}

.qpSy {
    display: inline-block;
    padding: 0;
    margin-top: 5px;
    width: 152px;
    height: 21px;
}

.portBT1 {
    font-size: 12px;
    color: #545454;
    padding: 6px 0 6px 45px;
}

.portBT2 {
    font-size: 14px;
    color: #333;
    text-align: center;
    padding: 15px;
    font-weight: bold;
}

.portBinp {
    border: 1px solid #e6e6e6;
    padding: 10px;
    font-size: 14px;
    width: 380px;
    margin-left: 50px;
    color: #333;
}

.portBinp::-webkit-input-placeholder {
    color: #999;
}

.portBsubbox {
    width: 100%;
    padding: 50px 0;
    text-align: center;
    border-top: 1px solid #f0f0f0;
    position: absolute;
    bottom: 0;
}

.portBcancel {
    padding: 6px 0;
    text-align: center;
    width: 75px;
    font-size: 14px;
    color: #333;
    border: 1px solid #999;
    display: inline-block;
}

.portBensure {
    padding: 6px 0;
    text-align: center;
    width: 75px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #e0e0e0;
    background: #e0e0e0;
    margin-left: 30px;
    display: inline-block;
}

.portBtbox2 {
    margin-top: 70px;
}

.BoBgred {
    background: #c03030;
}

.porPaying {
    width: 440px;
    height: 280px;
    margin: -140px auto 0;
    background: #fff;
    border-radius: 8px;
    position: relative;
    top: 50%;
}

.ppTopcon {
    background: #4390ea;
    text-align: center;
    height: 130px;
    overflow: hidden;
    position: relative;
    width: 100%;
    border-radius: 8px 8px 0 0;
}

.ppBottomcon {
    text-align: center;
    height: 150px;
}

.pptxt1 {
    display: inline-block;
    width: 180px;
    height: 180px;
    background: url(../img/paying.png) no-repeat;
    background-size: 100% 100%;
    margin-top: -20px;
}

.ppCloss {
    background: url(../img/icon_close.png) no-repeat;
    display: inline-block;
    width: 88px;
    height: 88px;
    background-size: 100% 100%;
    position: absolute;
    right: -44px;
    top: -44px;
    cursor: pointer;
}

.pptxt2 {
    font-size: 16px;
    color: #333;
    text-align: center;
    top: 50%;
    position: relative;
    margin-top: -15px;
}

.portwoBoom {
    background: rgba(0, 0, 0, .2);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none
}

.portWechat {
    width: 500px;
    height: 400px;
    margin: -200px auto 0;
    background: #fff;
    border-radius: 8px;
    padding: 30px 0 45px;
    position: relative;
    top: 50%;
}

.topWechat {
}

.wechatLogo {
    margin-left: 30px;
}

.portwechatpay {
    text-align: center;
    margin-top: 30px;
    width: 500px
}

.wechatPayCode {
    height: 275px;
    text-align: center;
}

.ppwechatcon {
    margin-top: 15px;
}

.pptxt3 {
    font-size: 16px;
    color: #333;
    text-align: center;
    top: 50%;
    position: relative;
}

.wechatClose {
    margin: 30px
}

.pptxt4 {
    font-size: 14px;
    color: #c03030;
}

.pcaBan {
    background: #110a04;
    width: 100%;
    height: 320px;
    overflow: hidden;
}

.pcaHeadMain {
    width: 1000px;
    height: 320px;
    margin: 0 auto;
    position: relative;
}

.pcaT1 {
    font-size: 40px;
    text-align: center;
    color: #fff;
    padding: 40px 0 20px;
    font-weight: normal;
}

.scSy1 {
    display: inline-block;
    width: 212px;
    height: 212px;
    position: absolute;
    top: -106px;
    right: -100px;
}

.scSy2 {
    display: inline-block;
    width: 185px;
    height: 186px;
    position: absolute;
    top: 96px;
    left: 80px;
}

.scSy3 {
    display: inline-block;
    width: 146px;
    height: 58px;
    position: absolute;
    top: 0px;
    left: -30px;
}

.scSy4 {
    display: inline-block;
    width: 215px;
    height: 85px;
    position: absolute;
    bottom: 0px;
    right: -6px;
}

.sc5 {
    display: inline-block;
    width: 11px;
    height: 11px;
    background: url(../img/sc5.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 215px;
    right: 160px;
}

.kaBox {
    height: 320px;
    width: 370px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -185px;
    z-index: 1;
}

.lightSy {
    display: inline-block;
    width: 110%;
    height: 100%;
    position: absolute;
    top: 0;
    margin-left: -5%;
}

.kaSy {
    display: inline-block;
    width: 282px;
    height: 190px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -141px;
}

.pcaMainbox {
    width: 1000px;
    margin: 40px auto 0;
    overflow: hidden;
    padding-bottom: 120px;
}

.pcaKa1, .pcaKa2 {
    padding: 6px;
    border: 1px solid #eeeff6;
    border-radius: 8px 8px 0 0;
    width: 428px;
    display: inline-block;
}

.pcaKa1 {
    float: left;
}

.pcaKa2 {
    float: right;
}

.ka1sy {
    display: block;
    width: 100%;
    height: auto;
}

.kaTxt {
    position: relative;
    padding: 10px 6px 0 6px;
    height: 220px;
}

.pcaT2 {
    font-size: 18px;
    color: #647087;
    line-height: 30px;
    font-weight: bold;
    padding-bottom: 4px;
}

.pcaT3 {
    font-size: 14px;
    color: #647087;
    line-height: 24px;
}

.pcaT4 {
    font-size: 24px;
    color: #2d354d;
    text-align: center;
    padding: 60px 0 20px;
}

.pcaBuybtn {
    display: inline-block;
    width: 146px;
    height: 40px;
    border: 1px solid #2d354d;
    color: #2d354d;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    bottom: -27px;
    left: 50%;
    margin-left: -73px;
    border-radius: 50px;
    background: #fff;
}

.pcaRed {
    color: #fff;
    background: #c03030;
    border: 1px solid #c03030;
}

.padTB {
    padding: 20px 0;
}

.mcHead {
    width: 45px;
    height: 45px;
    behavior: url(static/css/PIE.htc);
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
}

.avatarSy {
    display: block;
    width: 100%;
    height: auto;
}

.mcl {
    width: 180px;
    height: 650px;
    background: #fafafa;
    float: left;
}

.mcr {
    width: 786px;
    float: right;
    position: relative;
}

.mclP1 {
    border-bottom: 1px solid #f0f0f0;
    padding: 25px 0;
    text-align: center;
    margin-bottom: 15px;
}

.mclT1 {
    text-align: center;
    color: #333;
    font-size: 12px;
    line-height: 20px;
}

.mclP2 {
    padding: 10px 0;
    text-align: center;
}

.mclpNav1 {
    text-align: center;
    font-size: 14px;
    color: #1f1f1f;
    padding: 8px 0;
}

.mclpnIcon {
    display: inline-block;
    width: 16px;
    height: 17px;
    vertical-align: -3px;
    margin-right: 4px;
    margin-left: -20px;
}

.mi1 {
    background: url(../img/icon.png) no-repeat;
    background-position: -157px -79px;
}

.mi2 {
    background: url(../img/icon.png) no-repeat;
    background-position: -179px -79px;
}

.mclpNav2 {
    font-size: 12px;
    color: #333;
    padding: 8px 0;
}

.mclpNav2 a {
    font-size: 12px;
    color: #333;
}

.mclpNavselect {
    background: #fff;
    border-left: 4px solid #c03030;
}

.mofPagebox {
    width: 786px;
    height: 584px;
}

.mofPage {
    width: 786px;
    height: 584px;
}

.RuleTable table {
    width: 100%;
    border: 0;
    border-spacing: 0;
    border: 1px solid #f1f1f1;
}

.RuleTable th {
    text-align: center;
    padding: 10px 0;
}

.RuleTable th:last-child {
    border-right: 0;
}

.RuleTable td {
    text-align: center;
    padding: 10px;
    border-top: 1px solid #d9ddeb;
    border-right: 1px solid #d9ddeb;
}

.RuleTable td p {
    text-align: justify;
    text-align-last: justify;
}

.RuleTable .tableH1 {
    background: #f7f8fc;
    border-bottom: 1px solid #f1f1f1;
    height: 38px;
    *height: 30px !important;
}

.tableT1 {
    font-size: 12px;
    color: #545454;
    font-weight: normal;
}

.TableT3 {
    font-size: 12px;
    color: #5cc0d7;
    font-weight: normal;
    padding: 3px 0;
}

.sp {
    overflow: hidden;
}

.splimgbox {
    display: inline-block;
    float: left;
    width: 55px;
    height: 55px;
    overflow: hidden;
}

.splTxtbox {
    display: inline-block;
    float: left;
    margin-left: 8px;
    width: 100px;
}

.tableT2 {
    font-size: 12px;
    color: #333;
    font-weight: normal;
}

.splimgSy {
    display: block;
    width: 100%;
    height: auto;
}

.RuleTable tr {
    height: 105px;
    *height: 80px;
    border-bottom: 1px solid #f1f1f1;
}

.splTxtbox .tableT2 {
    text-align: left;
}

.ldPageboxmo {
    position: absolute;
    bottom: 0;
}

.lineBottom {
    text-decoration: underline;
}

.ddhR {
    color: #c03030;
    text-decoration: underline;
}

.zfR {
    color: #c03030 !important;
}

.operateSe {
    padding: 2px 3px;
    border-radius: 2px;
    background: #5ac0ca;
    color: #fff;
}

.mcrT1 {
    font-size: 20px;
    color: #000;
    padding: 20px 0 0;
}

.mcrCaicon {
    display: inline-block;
    width: 28px;
    height: 24px;
    background: url(../img/card.png) no-repeat;
    background-size: 28px 24px;
    vertical-align: -6px;
    *vertical-align: 0;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='static/img/card.png', sizingMethod='scale');
    zoom: 1;
}

.mcrtca {
    width: 100%;
    overflow: hidden;
    padding: 28px 0;
}

.kaList {
    display: inline-block;
    width: 232px;
    height: 126px;
    float: left;
    position: relative;
    overflow: hidden;
}

.magR38 {
    margin-right: 38px;
}

.gbskaSy {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.gbsTxtbox {
    display: inline-block;
    width: 232px;
    height: 126px;
    z-index: 90;
}

.kalp1 {
    padding: 0 14px;
}

.kaya {
    display: inline-block;
    padding: 10px 4px 3px;
    color: #fff;
    font-size: 10px;
    border-radius: 4px;
    behavior: url(static/css/PIE.htc);
    zoom: 1;
    margin-top: -3px;
    background: #656f87;
}

.kalp2 {
    padding: 0 12px 10px;
    text-align: right;
    font-size: 10px;
    color: #647087;
}

.kalp3, .kalp4 {
    font-size: 13px;
    color: #647087;
    font-family: Tahoma;
    padding: 0 12px;
}

.kalp4 {
    padding: 0px 12px 10px;
}

.kalp5 {
    position: absolute;
    bottom: 0;
    padding: 10px 12px 10px;
    font-family: Tahoma;
    color: #000;
    overflow: hidden;
    font-size: 12px;
    width: 90%;
}

.kadate {
    float: left;
}

.kadnum {
    float: right;
}

.kaListAdd {
    display: inline-block;
    width: 232px;
    height: 126px;
    float: left;
    position: relative;
    overflow: hidden;
    border: 2px dashed #eeeff6;
    border-radius: 4px;
}

.kaaicon {
    display: inline-block;
    width: 42px;
    height: 42px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    background: url(../img/ad.png) no-repeat;
    background-size: 100% 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='static/img/ad.png', sizingMethod='scale');
    zoom: 1;
}

.ofdT1 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    padding: 20px 0;
}

.ofdLbg {
    background: #f5f6fa;
    height: 40px !important;
}

.ofdtable1 table, .ofdtable2 table {
    width: 100%;
    border: 1px solid #ebebeb;
    border-spacing: 0;
}

.ofdtable1 table tr {
    height: 50px;
    width: 100%;
    border-collapse: 0;
}

.ofdT2, .ofdT3 {
    font-size: 14px;
    color: #333;
    font-weight: normal;
}

.ofdT4 {
    font-size: 14px;
    color: #666;
    font-weight: bold;
    text-align: left;
    padding-left: 25px;
}

.ofdT2 {
    text-align: right;
}

.ofdT3 {
    text-align: left;
}

.saithth {
    background: #fcfcfc;
    width: 120px !important;
    padding-right: 5px;
}

.dualth, .dualth1 {
    background: #fff;
    width: 350px;
    padding-left: 22px;
}

.saithth, .dualth {
    border-top: 1px solid #d9ddeb;
    border-right: 1px solid #d9ddeb;
    border-collapse: 0;
}

.dualth1 {
    border-top: 1px solid #d9ddeb;
}

.ofdtable2 {
    margin-top: 24px;
}

.ofdT5 {
    font-size: 14px;
    color: #666;
    font-weight: normal;
    text-align: center;
}

.ofdT6 {
    font-size: 14px;
    color: #333;
    font-weight: normal;
    text-align: center;
}

.ofdt2r {
    height: 100px;
}

.splimgbox1 {
    display: inline-block;
    float: left;
    width: 55px;
    height: 55px;
    overflow: hidden;
    margin-left: 20px;
}

.splTxtbox1 {
    display: inline-block;
    float: left;
    margin-left: 8px;
}

.ofdT7 {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    text-align: left;
}

.ofdT8 {
    font-size: 12px;
    color: #666;
    font-weight: normal;
    text-align: left;
}

.ofdPaynum {
    font-size: 14px;
    color: #333;
    padding: 24px 0;
    text-align: right;
}

.ofdPayBtnbox {
    text-align: right;
}

.ofdpayBtn {
    display: inline-block;
    width: 70px;
    height: 30px;
    border: 1px solid #333333;
    font-size: 12px;
    color: #333;
    border-radius: 2px;
    text-align: center;
    line-height: 30px;
}

.ofdpaySebtn {
    background: #c03030;
    color: #fff;
    border: 1px solid #c03030;
}

.ofdMagl {
    margin-left: 24px;
}

.adfL, .adfR, .adfltImgbox, .adflbImgbox, .adflT, .adLIconstyle, .adRIconstyle, .adCoverbox, .adfrStarStyle, .adfrStarStyleg, .adfrStarcontent, .adfrStarcontent1, .adfrTextLstyle1, .adfrTextLstyle2, .adsclChild, .adDiscussImgbox, .adDiscussTextbox, .addtl1R, .adfrStarcontent, .adfrStarStylesg, .curtL, .curtR, .line-clampa, .nupRImgbox, .haList, .airsearchIcon, .airsbL, .airsbR, .airpmL, .airpmR, .airpmlChild, .airTint, .aicl, .aicr, .cuIcon1, .ld_icon1style {
    *display: inline;
    *zoom: 1;
}

.au_headtextbox {
    min-width: 1000px;
    text-align: center;
    width: 1000px;
    margin: 0 auto;
    height: 80px;
}

.ausTt1 {
    padding: 134px 0;
    text-align: center;
    font-size: 28px;
    color: #fff;
}

/*20161125airport*/
.airpmList {
    overflow: hidden;
}

.airlTad {
    width: 258px;
    padding: 14px 10px 14px 10px;
    display: inline-block;
    float: left;
    position: relative;
    border: 1px solid #fff;
}

.airlTad_train {
    width: 193px;
    padding: 14px 10px 14px 10px;
    display: inline-block;
    float: left;
    position: relative;
}

.magL30 {
    margin-left: 30px;
}


.airpMagl6 {
    margin-left: 60px;
}

.airltadTxt {
    position: relative;
    padding: 0 0 0 12px;
    font-size: 14px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.airHotIcon {
    position: absolute;
    line-height: 16px;
    right: 18px;
    top: 15px;
    background: url(../img/hotBg.png) no-repeat;
    background-size: 100% 100%;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    padding: 0 0 0 6px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='static/img/hotBg.png',
    sizingMethod='scale');
    zoom: 1;
}

.airtadNationality {
    margin-left: 10px;
    color: #848a96;
}

.airltedLink {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    background: url(about:blank);
}

.grayFontyy {
    color: #c03030;
}

/*20161128*/
/*20161128*/
.wrongContent {
    width: 690px;
    height: 170px;
    position: absolute;
    top: 50%;
    margin-top: -85px;
    left: 50%;
    margin-left: -345px;
    overflow: hidden;
}

.wrcLeft {
    float: left;
}

.wrcRight {
    float: right;
    padding: 32px 0;
}

.wrT1 {
    font-size: 16px;
    color: #2d354d;
    line-height: 16px;
    padding: 8px 0;
}

.wrT2 {
    font-size: 12px;
    color: #7b8091;
    line-height: 16px;
    margin-bottom: 30px;
}

.wrLink {
    color: #fff;
    font-size: 14px;
    background: #e73737;
    padding: 10px 25px;
    border-radius: 4px;
}

.countDown {
    color: #e73737;
    font-weight: normal;
}

.wrongImg {
    display: block;
    width: 100%;
    height: auto;
    height: auto;
    *width: 291px;
    *height: 148px;
}

.magL40 {
    margin-left: 40px;
}

/*20161207*/
.expire .kaya {
    background: #aeb3c0;
    color: #f3f3f3;
}

.expire .kalp2, .expire .kalp3, .expire .kalp4, .expire .kalp5 {
    color: #aeb3c0;
}

.oldImgsy {
    display: inline-block;
    position: absolute;
    width: 120px;
    height: 120px;
    z-index: 99;
    bottom: -28px;
    right: -14px;
}

.mclpNavselect {
    background: #fff;
    border-left: 4px solid #c03030;
    color: #c03030;
    text-indent: 16px;
}

.mclpNav2, .mclpNav1 {
    cursor: pointer;
}

.mycard_headtextbox {
    min-width: 1000px;
    text-align: center;
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.mcrContener1 {
    width: 42%;
    display: inline-block;
    margin-left: 50px;
    *float: left;
}

.cderList {
    overflow: hidden;
}

.cderList1 {
    margin-left: 50px;
    overflow: hidden;
    *width: 100%;
}

.cderlT1 {
    display: inline-block;
    width: 85px;
    color: #7b8091;
    font-size: 14px;
    float: left;
    line-height: 40px;
}

.cderlT2 {
    display: inline-block;
    width: 222px;
    *float: right;
    *margin-top: 12px;
    position: relative;
    float: right;
}

.cderlT3 {
    display: inline-block;
    width: 222px;
    float: left;
    line-height: 40px;
    color: #2d354d;
    font-size: 14px;
}

.mcrCabox {
    display: inline-block;
    padding: 55px 60px 55px 30px;
    float: right;
}

.mcrc {
    width: 756px;
    float: right;
    position: relative;
    padding: 40px 10px 10px 50px;
}

.cderlT4 {
    display: inline-block;
    width: 525px;
    float: left;
    line-height: 40px;
    color: #2d354d;
    font-size: 14px;
    padding-top: 8px;
}

.cderlT4 p {
    line-height: 25px;
}

.defaultBtn {
    cursor: pointer;
    display: inline-block;
    width: 128px;
    height: 40px;
    background: #2d354d;
    color: #fff;
    text-align: center;
    line-height: 40px;
    behavior: url(static/css/PIE.htc);
    border-radius: 6px;
}

.cdeBtnContent {
    margin: 55px 10px 55px 50px;
    width: 100%;
}

.magL60 {
    margin-left: 60px;
    *margin-left: 50px;
}

.defaultBtnRed {
    background: #c03030;
}

.cderList2 {
    position: relative;
}


.adfL, .adfR, .adfltImgbox, .adflbImgbox, .adflT, .adLIconstyle, .adRIconstyle, .adCoverbox, .adfrStarStyle, .adfrStarStyleg, .adfrStarcontent, .adfrStarcontent1, .adfrTextLstyle1, .adfrTextLstyle2, .adsclChild, .adDiscussImgbox, .adDiscussTextbox,
.addtl1R, .adfrStarcontent, .adfrStarStylesg, .curtL, .curtR, .line-clampa, .nupRImgbox, .haList, .airsearchIcon, .airsbL, .airsbR, .airpmL, .airpmR, .airpmlChild, .airTint, .aicl, .aicr, .cuIcon1, .ld_icon1style, .oldImgsy, .mcrContener1,
.cderlT1, .cderlT2, .cderlT3, .cderlT4, .mcrCabox, .defaultBtn {
    *display: inline;
    *zoom: 1;
}


/*mnInput*/
.mnSe {
    width: 220px;
    height: 35px;
    border: 1px solid #e5e5e5;
    line-height: 35px;
    padding: 0 35px 0 12px;
    position: relative;
    *margin-top: -10px;
}

.selectBox {
    background: #fff;
    box-shadow: 0 0px 14px 1px #dedfeb;
    behavior: url(static/css/PIE.htc);
    border-radius: 6px;
    position: absolute;
    top: 12px;
    left: -10px;
    display: none;
    max-height: 287px;
    overflow-y: scroll;
    border: 1px solid #ecedf3 \9;
}

.kh {
    font-size: 14px;
    color: #2d354d;
}

.fkjg {
    font-size: 10px;
    color: #949cba;
}

.se {
    padding: 3px 30px 3px 35px;
    position: relative;
    cursor: pointer;
}

.blueBg {
    background: #3999f1;
}

.blueBg p {
    color: #fff;
}

.gIcon {
    display: inline-block;
    background: url(../img/choosed.png) no-repeat;
    width: 14px;
    height: 15px;
    background-size: 100% 100%;
    position: absolute;
    top: 5px;
    left: 12px;
}

.duIcon {
    display: inline-block;
    width: 12px;
    height: 8px;
    background: url(../img/up.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 14px;
    top: 13px;
}

.duIcon1 {
    display: inline-block;
    width: 12px;
    height: 8px;
    background: url(../img/down.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 14px;
    top: 13px;
}

.mnseTxtinp {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.nullBox {
    min-height: 42px;
    width: 100%;
    z-index: -1;
}

.cderpoaka {
    position: absolute;
    top: 1px;
    left: 0;
}

.cderpoainp {
    position: absolute;
    top: 2px;
    right: 0;
}

.ccLink {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
    background: url(about:blank);
}

.gbsTxtbox {
    position: relative;
}

.cusapstyle {
    height: 40px;
    line-height: 40px;
    color: #333;
    font-size: 16px;
    padding: 0 18px;
    display: inherit;
}

.porcutWid {
    width: 100px;
}

.porpT5 {
    font-size: 16px;
    color: #c03030;
}

.porT4 {
    font-size: 14px;
    color: #666;
}

/*20170224*/
.adbbox {
    overflow: hidden;
}

.adBuybtn {
    color: #fff;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    height: 54px;
    line-height: 54px;
    width: 215px;
    display: inline-block;
    float: left;
}

.redbg {
    background: #c03030;
    margin-right: 18px;
}

.blackbg {
    background: #000;
}
