﻿@charset "utf-8";

/* Style Reset
-----------------------------------------------------------------------------------------------------*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
    padding: 0px;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

html button::-moz-focus-inner {
    border-color: transparent !important;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
}

ul,
li,
dl,
dt,
dd,
ol {
    display: block;
    list-style: none;
}

fieldset,
img {
    border: 0;
}

iframe {
    background-image: none;
}

input,
textarea {
    outline: none;
}

.clear {
    clear: both;
    height: 0px;
}

.clear-fix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

img {
    border: 0px;
}

body {
    font-family: "微软雅黑";
    color: #202020;
    font-weight: 400;
    -webkit-text-size-adjust: none;
    font-size: 14px;
    min-width: 1200px;
    background: #fff;
}

a {
    text-decoration: none;
    color: #202020;
    transition: all 0.5s ease;
}

a:hover {
    text-decoration: none;
    color: #b50d11;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.none {
    display: none;
}

.ani5 {
    transition: all ease-in-out .5s;
}

.ani {
    overflow: hidden;
}

.ani img {
    transition: all ease-in-out .3s;
    display: block;
}

.ani:hover img {
    transform: scale(1.05);
}

.h10px {
    height: 10px;
    width: 100%;
    clear: both;
}

.h15px {
    height: 15px;
    width: 100%;
    clear: both;
}

.h20px {
    height: 20px;
    width: 100%;
    clear: both;
}

.h25px {
    height: 25px;
    width: 100%;
    clear: both;
}

.h50px {
    height: 50px;
    width: 100%;
    clear: both;
}

.mt15px {
    margin-top: 15px;
}

.mt10px {
    margin-top: 10px;
}

.mt20px {
    margin-top: 20px;
}

.mr15px {
    margin-right: 15px;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.blod {
    font-weight: bold;
}

html {
    -webkit-text-size-adjust: none;
    font-size: 12px;
}

.txt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

center {
    text-align: center;
    line-height: 60px;
    font-family: "微软雅黑"
}

em {
    font-style: normal;
}

.tecen {
    text-align: center !important;
}

.red {
    color: red;
}

i,
em {
    font-style: normal;
}

.w100 {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

/*
 内容样式开始
 * */
#head {
    background: #fdfdfd;
}

.head_con {
    height: 72px;
    padding: 45px 0 0;
    position: relative;
}

.head_con .dl_con {
    height: 24px;
    border: #d1d1d1 solid 1px;
    border-radius: 3px;
    position: absolute;
    top: 5px;
    right: 20px;
    font: 400 12px/24px "微软雅黑";
    color: #333;
    background: #f5f5f5;
    padding: 0 10px;
}

.head_con .dl_con a {
    color: #333;
    margin: 0 12px;
}

.head_con .dl_con a:hover {
    color: red;
}

.logo {
    display: block;
    margin: -15px 0 0 8px !important;
    /* margin: 0 0 0 8px; */
    float: left;
    height: 44px;
    width: 178px;
}

.nav_con {
    float: right;
    height: 44px;
}

.nav_con li {
    float: left;
    height: 44px;
    margin: 0 10px;
    font: bold 17px/44px simsun;
    position: relative;
}

.nav_con li a {
    display: block;
    padding: 0 5px;
    color: #252525;
}

.nav_con li i {
    display: block;
    width: 0px;
    height: 4px;
    background: #b50d11;
    position: absolute;
    left: 50%;
    bottom: 6px;
    transition: all ease-in-out .3s;
}

.nav_con li:hover i {
    width: 100%;
    left: 0;
}

.nav_con li.hover i {
    width: 100%;
    left: 0;
}

#navbg {
    background: url(../images/nav_bg.jpg);
}

.nav_nr {
    height: 49px;
    font: 400 14px/48px "微软雅黑";
    text-align: right;
    color: #626262;
}

.nav_nr a {
    color: #626262;
    margin-right: 22px;
}

.nav_nr a:hover {
    color: #b50d11;
}

.nav_nr img {
    display: inline-block;
    width: 24px;
    vertical-align: middle;
    margin-right: 5px;
}

#ban {
    position: relative;
    height: 460px;
}

#bancon {
    width: 1200px;
    position: absolute;
    top: 0;
    height: 460px;
    left: 0;
}

#focus {
    height: 460px;
    width: 1200px;
    position: relative;
    overflow: hidden;
}

#focus ul {
    position: absolute;
    top: 0;
    left: 0;
    height: 560px;
}

#focus ul li {
    width: 1200px;
    height: 460px;
    float: left;
}

#focus ul li a {
    display: block;
}

#focus .btn {
    position: absolute;
    text-align: center;
    left: 0;
    bottom: 12px;
    width: 100%;
    height: 14px;
}

#focus .btn span {
    width: 10px;
    height: 10px;
    border-radius: 50em;
    border: #fff solid 2px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font: 400 10/10px arial;
    color: #fff;
    cursor: pointer;
    margin-right: 8px;
}

#focus .btn span.on {
    background: #7a7a79;
    border: #7a7a79 solid 2px;
}

/*
 首页内容开始
 * */
.i_main1 {
    padding: 15px 0;
}

.i_main1 li {
    width: 280px;
    height: 160px;
    border: #9e9e9e solid 1px;
    float: left;
    margin-right: 24px;
    overflow: hidden;
}

.i_main1 li a {
    display: block;
}

.i_main1 li.nmr {
    margin-right: 0;
}

.i_main2 {
    height: 520px;
}

.i_m2lf {
    float: left;
    width: 304px;
}

.i_m2lf .tit {
    height: 28px;
    border-bottom: #b50d11 solid 5px;
}

.i_m2lf .tit h3 {
    background: url(../images/tit_ico.jpg) center center no-repeat;
    width: 88px;
    height: 28px;
    font: bold 14px/28px "微软雅黑";
    color: #141414;
    margin-left: 5px;
    text-align: center;
    float: left;
}

.i_m2lf .tit a {
    float: right;
    font: 400 12px/28px "微软雅黑";
    color: #666;
}

.i_m2lnr {
    border: #d4d4d4 solid 1px;
    border-top: none;
    height: 430px;
    padding: 14px 10px 0;
}

.i_m2lnr li {
    height: 24px;
    border-bottom: #8b8b8b dotted 1px;
    padding: 10px 0 0;
}

.i_m2lnr li a {
    display: inline-block;
    background: url(../images/news_ico.jpg) 10px center no-repeat;
    font: 400 14px/20px "微软雅黑";
    color: #202020;
    text-indent: 20px;
}

.i_m2lnr li a:hover {
    color: #b50d11;
}

.i_m2ri {
    float: right;
    width: 896px;
}

.i_m2ri .tit {
    height: 29px;
    border-bottom: #b0b0b0 solid 2px;
}

.i_m2ri .tit h3 {
    background: url(../images/tit_ico.jpg) center center no-repeat;
    width: 88px;
    height: 28px;
    font: bold 14px/28px "微软雅黑";
    color: #141414;
    margin-left: 5px;
    text-align: center;
    float: left
}

.i_m2ri .tit a {
    float: right;
    font: 400 12px/28px "微软雅黑";
    color: #666;
}

.i_m2rnr {
    padding: 6px 15px 0 10px;
}

.i_m2rnr .lf {
    border: #d7d7d7 solid 1px;
    float: left;
    width: 702px;
    height: 440px;
}

.i_m2rnr .ri {
    float: right;
    width: 155px;
}

.i_m2rnr .ri li {
    float: left;
    height: 109px;
    width: 155px;
    border: #dedede solid 1px;
    margin-bottom: -1px;
    cursor: pointer;
}

.i_m2rnr .ri li .pic {
    width: 155px;
    height: 85px;
    background: #000;
}

.i_m2rnr .ri li .txt {
    font: 400 12px/24px "微软雅黑";
    color: #626262;
    padding: 0 10px;
    text-align: center;
}

.i_main3 {
    height: 350px;
}

.i_main3 .tit {
    height: 40px;
    padding-left: 10px;
    font: 400 16px/30px "微软雅黑";
    color: #202020;
    position: relative;
}

.i_main3 .tit .btn {
    position: absolute;
    width: 66px;
    height: 20px;
    border: #b50d11 solid 1px;
    top: 4px;
    right: 20px;
    border-right: none;
}

.i_main3 .tit .btn p {
    height: 20px;
    border-right: #b50d11 solid 1px;
    width: 32px;
    text-align: center;
    font: bold 12px/20px simsun;
    color: #b50d11;
    float: left;
    cursor: pointer;
}

.i_main3 .tit .btn p:hover {
    color: #aca49f;
}

.i_m3nr {
    height: 300px;
    overflow: hidden;
}

.i_m3nr ul {
    width: 1000%;
    height: 300px;
}

.i_m3nr ul li {
    float: left;
    width: 210px;
    height: 278px;
    border-top: #9d2932 solid 2px;
    overflow: hidden;
    margin-right: 35px;
}

.i_m3nr ul li a {
    display: block;
}

.i_m3nr ul li.b2 {
    border-top: #789262 solid 2px;
}

.i_m3nr ul li.b3 {
    border-top: #494166 solid 2px;
}

.i_m3nr ul li.b4 {
    border-top: #177cb0 solid 2px;
}

.i_m3nr ul li.b5 {
    border-top: #ff3300 solid 2px;
}

#boot {
    background: url(../images/bt_bg1.jpg) left top repeat-x #fafafa;
}

.bt_con {
    min-height: 130px;
    padding: 100px 0 0;
}

.bt_con dl {
    float: left;
    width: 110px;
    padding-left: 30px;
}

.bt_con dl dt {
    height: 30px;
    font: 400 12px/24px "微软雅黑";
    color: #5f5f5f;
}

.bt_con dl dd {
    height: 24px;
    font: 400 12px/24px "微软雅黑";
    color: #5f5f5f;
}

.bt_con dl dd a {
    color: #5F5F5F;
}

.bt_con dl dd a:hover {
    color: #B50D11;
}

.bt_tel {
    float: right;
    padding: 14px 10px 2px 0;
    font: 400 30px/44px arial;
    color: #2b2b2b;
}

.bt_help {
    display: block;
    float: right;
    margin: 0 25px;
}

.copy {
    height: 96px;
    background: url(../images/bt_bg2.jpg) left top repeat-x;
    text-align: center;
    font: 400 12px/96px "微软雅黑";
    color: #7e7e7e;
}

.copy a {
    color: #a8a8a8;
}

.copy a:hover {
    color: #b50d11;
}

/*
 * 经济中心
 */
#nban {
    height: 180px;
    position: relative;
}

.picsx {
    background: url(../images/nbg1.jpg) left top repeat-x;
    padding: 4px 0 0;
    border: #ccc solid 1px;
    border-top: none;
    margin: 5px;
}

.picsx h3 {
    height: 33px;
    border-bottom: #ccc solid 1px;
    padding-left: 14px;
    font: 400 17px/32px "微软雅黑";
    color: #B50D11;
}

.pic_nr {
    padding: 10px;
}

.pic_nr dl {
    border-bottom: #ccc dashed 1px;
}

.pic_nr dl dt {
    float: left;
    width: 50px;
    padding: 5px 0;
    font: 400 15px/18px "微软雅黑";
    color: #252525;
}

.pic_nr dl dd {
    float: left;
    width: 1115px;
    padding: 5px 0 0;
}

.pic_nr dl dd a {
    display: block;
    float: left;
    margin: 0 5px 5px;
    padding: 0 8px;
    font: 400 14px/18px "微软雅黑";
    color: #252525;
}

.pic_nr dl dd a:hover {
    background: #c8c8c8;
}

.pic_nr dl dd a.hover {
    background: #c8c8c8;
}


.piclist {
    padding: 38px 0 0 6px;
}

.piclist li {
    float: left;
    width: 220px;
    height: 220px;
    position: relative;
    border: #d5d5d5 solid 2px;
    margin: 0 18px 27px 0;
    position: relative;
    overflow: hidden;
}

.piclist li a {
    display: block;
}

.piclist li .txt {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 20px;
    font: 400 12px/20px "微软雅黑";
    color: #fff;
    text-align: center;
    word-spacing: 5px;
    letter-spacing: 5px;
}

.piclist li.l16 .txt {
    background: url(../images/bg1.png);
}

.piclist li.l18 .txt {
    background: url(../images/bg3.png);
}

.piclist li.l17 .txt {
    background: url(../images/bg2.png);
}

.piclist li.l19 .txt {
    background: url(../images/bg4.png);
}

.piclist li.l15 .txt {
    background: url(../images/bg5.png);
}

.piclist li.l5 {
    margin-right: 0;
}

.piclist li:nth-child(5n) {
    margin-right: 0;
}

.page {
    padding: 20px;
    text-align: center;
    font: 400 20px/30px "微软雅黑";
    color: #000;
}

.page a {
    color: #000;
    margin: 0 10px;
}

/*
 超级新主播
 * */
.n_qh {
    height: 48px;
    border-bottom: #b4b4b4 solid 2px;
    padding: 30px 0 0;
    position: relative;
}

.n_qh ul {
    height: 51px;
    position: absolute;
    top: 30px;
    left: 0;
}

.n_qh ul li {
    float: left;
    background: url(../images/n_ico.jpg) left center no-repeat;
    height: 46px;
    padding: 0 12px 0 15px;
    cursor: pointer;
    font: 400 14px/46px "微软雅黑";
    color: #141414;
}

.n_qh ul li a {
    display: block;
    color: #141414;
}

.n_qh ul li.hover {
    border-bottom: #b50d11 solid 5px;
}

.n_qh ul li.nbg {
    background: none;
}

.n_ncon {
    padding: 40px;
    font: 400 14px/200% "微软雅黑";
    color: #141414;
    min-height: 300px
}

/*
 主持人推荐
 * */
#vban {
    height: 180px;
    background: url(../images/nb_view.jpg) center center no-repeat;
}

.n_dqwz {
    height: 52px;
    border-bottom: #ccc solid 2px;
    font: 400 12px/52px "微软雅黑";
    color: #383838;
    padding: 0 10px;
}

.n_dqwz a {
    color: #383838;
}

.n_dqwz a:hover {
    color: #B50D11;
}

.n_vcon1 {
    padding: 20px 20px 30px;
}

.n_vpic {
    float: left;
    width: 500px;
    height: 500px;
}

.n_vri {
    float: right;
    width: 610px;
}

.n_vri h2 {
    height: 42px;
    font: 400 18px/42px "微软雅黑";
    padding: 12px 0 0;
    color: #141414;
}

.n_vri h3 {
    height: 38px;
    border-bottom: #ececec solid 2px;
    font: 400 14px/30px "微软雅黑";
    color: #515151;
}

.n_vri .stqk {
    padding: 20px 0 0;
    font: 400 16px/32px "微软雅黑";
    color: #1a1a1a;
    height: 77px;
    border-bottom: #cecece dotted 1px;
}

.n_vri .stqk p {
    float: left;
    width: 150px;
}

.n_vri .wzjs {
    padding: 20px 0;
    font: 400 16px/28px "微软雅黑";
    color: #1A1A1A;
    min-height: 145px;
}

.n_vri .wzjs dt {
    float: left;
    width: 85px;
}

.n_vri .wzjs dd {
    float: left;
    width: 375px;
    color: #737373;
}

.n_vri .wzjs .price dd {
    color: #b50d11;
    font-family: impact;
}

.n_vri .wzjs .price dd em {
    font-size: 30px;
    margin-left: 5px;
}

.n_vri .btn {
    font: 400 14px/50px "微软雅黑";
}

.n_vri .btn a {
    display: block;
    float: left;
    margin-right: 30px;
    width: 280px;
    background: url(../images/v_ico1.jpg) 58px center no-repeat #b50d11;
    text-indent: 85px;
    color: #fff;
    cursor: pointer;
}

.n_vri .btn a.two {
    background: url(../images/v_ico2.jpg) 36px center no-repeat #b0b0b0;
    text-indent: 57px;
    width: 175px;
}

.n_vqh {
    border-bottom: #dfdfdf solid 2px;
    /*border-top: #b0b0b0 solid 2px;*/
    height: 48px;
    position: relative;
}

.n_vqh ul {
    position: absolute;
    top: -4px;
    left: 0px;
    height: 52px;
}

.n_vqh ul li {
    float: left;
    background: url(../images/v_ico4.jpg) right center no-repeat;
    font: 400 14px/46px "微软雅黑";
    color: #1a1a1a;
    height: 52px;
    cursor: pointer;
}

.n_vqh ul li p {
    height: 47px;
    padding: 5px 15px 0 14px;
}

.n_vqh ul li.hover p {
    border-top: #b50d11 solid 5px;
    border-left: #b50d11 solid 2px;
    border-right: #b50d11 solid 2px;
    padding: 0 13px 0 14px;
    margin-left: -2px;
    color: #B50D11;
    background: url(../images/v_ico3.jpg) center top no-repeat;
}

.n_vncon {
    padding: 30px;
    font: 400 14px/200% "微软雅黑";
    color: #1A1A1A;
    min-height: 300px;
    overflow: hidden;
}


.video {
    width: 925px;
    height: 570px;
    margin: 0 auto;
    border: #a09e9e solid 3px;
    border-radius: 3px
}

.vi_gd {
    min-height: 241px;
    margin: 0 0 40px;
    position: relative;
}

.vi_lf {
    position: absolute;
    top: 50%;
    margin-top: -100px;
    left: 0;
    width: 92px;
    height: 185px;
    cursor: pointer;
    background: url(../images/v_lf.jpg) center center no-repeat;
}

.vi_ri {
    position: absolute;
    top: 50%;
    margin-top: -100px;
    right: 0;
    width: 92px;
    height: 185px;
    cursor: pointer;
    background: url(../images/v_ri.jpg) center center no-repeat;
}

.vi_con {
    margin: 0 auto;
    width: 1016px;
    overflow: hidden;
    min-height: 235px;
}

.vi_con ul {
    width: 1000%;
    min-height: 241px;
    padding-top: 5px;
}

.vi_con ul li {
    float: left;
    width: 1016px;
}

.vi_con ul li .son {
    float: left;
    height: 175px;
    width: 240px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    margin-right: 18px;
    margin-bottom: 20px;
    overflow: hidden;
}

.vi_con ul li .son:nth-child(4n) {
    margin-right: 0;
}

.vi_con ul li a {
    display: block;
}

.vi_con ul li .pic {
    width: 239px;
    height: 133px;
}

.vi_con ul li .txt {
    font: 400 14px/40px "微软雅黑";
    color: #626262;
    padding: 0 15px;
    text-align: center
}

/*.vi_con ul li{float:left; height:220px; width:325px; box-shadow:0 0 3px rgba(0,0,0,.2); margin-right:18px;}
.vi_con ul li a{display:block;}
.vi_con ul li .pic{width:325px; height:180px;}
.vi_con ul li .txt{font:400 16px/40px "微软雅黑"; color:#626262; padding:0 15px; text-align:center}*/


.news_list {
    padding: 8px 0;
}

.news_list dl {
    height: 168px;
    border-bottom: #e2e2e2 dashed 1px;
    padding: 20px 0 0 5px;
}

.news_list dl dt {
    float: left;
    width: 204px;
    height: 146px;
    border: #eee solid 2px;
}

.news_list dl dd {
    float: right;
    width: 960px;
}

.news_list dl dd .txt {
    display: block;
    height: 32px;
    font: 400 20px/32px "微软雅黑";
    color: #292929;
}

.news_list dl dd .txt:hover {
    color: #FF6919;
}

.news_list dl dd .tim {
    height: 30px;
    font: 400 12px/26px "微软雅黑";
    color: #666;
}

.news_list dl dd .text {
    height: 56px;
    font: 400 14px/28px "微软雅黑";
    color: #292929;
}

.news_list dl dd .more {
    display: block;
    font: 14px/22px "微软雅黑";
    color: #FF6919;
}

.v_tit {
    font: bold 24px/32px "微软雅黑";
    color: #292929;
    padding: 25px 0 0;
    text-align: center;
}

.v_tim {
    height: 40px;
    text-align: center;
    border-bottom: #e2e2e2 dashed 1px;
    font: 400 14px/32px "微软雅黑";
    color: #999;
}

.v_tim .fx {
    display: inline-block;
    vertical-align: middle;
    width: 150px;
}

.v_ncon {
    padding: 20px 25px;
    font: 400 14px/200% "微软雅黑";
    color: #292929;
}

.updown {
    border-top: #e4e4e4 solid 1px;
    padding: 12px 0 30px 25px;
    font: 400 14px/24px "微软雅黑";
    color: #444;
}

.updown a {
    color: #444;
}

.updown a:hover {
    color: #FF6919;
}

.side {
    position: fixed;
    width: 54px;
    height: 275px;
    right: 0;
    top: 214px;
    z-index: 100;
}

.side ul li {
    width: 54px;
    height: 54px;
    float: left;
    position: relative;
    border-bottom: 1px solid #444;
}

.side ul li .sidebox {
    position: absolute;
    width: 54px;
    height: 54px;
    top: 0;
    right: 0;
    transition: all 0.3s;
    background: #000;
    opacity: 0.8;
    filter: Alpha(opacity=80);
    color: #fff;
    font: 14px/54px "微软雅黑";
    overflow: hidden;
}

.side ul li .sidetop {
    width: 54px;
    height: 54px;
    line-height: 54px;
    display: inline-block;
    background: #000;
    opacity: 0.8;
    filter: Alpha(opacity=80);
    transition: all 0.3s;
}

.side ul li .sidetop:hover {
    background: #ae1c1c;
    opacity: 1;
    filter: Alpha(opacity=100);
}

.side ul li img {
    float: left;
}

.side ul li .sub {
    width: 150px;
    height: 150px;
    position: absolute;
    bottom: 0;
    right: 100%;
    display: none
}

.side ul li.weixin {
    cursor: pointer;
    background: #000;
    opacity: 0.8;
    filter: Alpha(opacity=80);
}


/*
 登录弹窗
 * */
.in-login {
    position: fixed;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    top: 0;
}

.in-login .con {
    width: 800px;
    height: 400px;
    margin: auto;
    overflow: hidden;
    box-shadow: -2px 9px 24px 0 rgba(2, 2, 2, .12);
    border-radius: 10px;
    overflow: hidden;
    margin-top: 10%
}

.in-login .con .esc {
    width: 48px;
    height: 48px;
    background: url(../images/in-logoin-b.png) no-repeat center;
    position: absolute;
    z-index: 2;
    margin-left: 800px;
    margin-top: -18px;
    cursor: pointer
}

.in-login .con .img {
    width: 400px;
    height: 400px;
    float: left;
    background: url(../images/in-logoin-a.png)
}

.in-login .con .right {
    width: 400px;
    height: 400px;
    background: #fff;
    float: left
}

.in-login .con .right .logox {
    width: 200px;
    overflow: hidden;
    margin: 25px auto 0;
    display: block;
}

.in-login .con .right .logox img {
    max-width: 100%
}

.in-login .con .right form {
    margin-top: 15px
}

.in-login .con .right .list {
    width: 340px;
    height: 38px;
    border-radius: 4px;
    border: solid 1px #e8e8e8;
    margin: 0 auto 12px;
}

.in-login .con .right .list:before {
    content: '';
    display: block;
    width: 15px;
    height: 38px;
    float: left;
    margin-left: 17px;
    background: url(../images/in-logoin-c.png) no-repeat center;
    background-size: contain;
    margin-right: 12px
}

.in-login .con .right div:nth-child(2):before {
    background: url(../images/in-logoin-d.png) no-repeat center;
    background-size: contain
}

.in-login .con .right .list input {
    display: block;
    width: 263px;
    float: left;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #777;
    border: none;
}

.in-login .con .right .list input.yzm {
    width: 200px;
}

.in-login .con .right .list .yzmpic {
    width: 95px;
    height: 36px;
}

.in-login #yzmbtn {
    display: block;
    width: 80px;
    background-color: #b50d11;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    margin: 4px 5px 0;
    line-height: 30px;
    height: 30px;
    float: right;
    cursor: pointer;
}

.in-login .con .right .pas {
    width: 340px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    margin-top: 50px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #666;
    line-height: 17px
}

.in-login .con .right .pas a {
    color: #666;
    float: right
}

.in-login .con .right .pas a:hover {
    color: #333
}

.in-login .con .right .pas input {
    display: block;
    width: 17px;
    height: 17px;
    float: left;
    appearance: none;
    -webkit-appearance: none;
    border: #999 solid 1px;
    margin-right: 13px;
    margin-top: 1px;
    cursor: pointer;
    border: #999999 solid 1px;
}

.in-login .con .right .pas input[type=checkbox]:checked {
    background: url(../images/in-logoin-e.png) no-repeat center
}

.in-login .con .right input[type=button] {
    display: block;
    width: 360px;
    height: 40px;
    background-color: #b50d11;
    border-radius: 8px;
    margin-top: 25px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    margin-left: 20px;
    letter-spacing: 1px;
    color: #fff;
    cursor: pointer;
    border: none;
}

.in-login .con .right .bottom {
    text-align: center;
    margin-top: 36px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #666
}

.in-login .con .right .bottom a {
    color: #b50d11
}

.i_tit {
    height: 38px;
    border-bottom: #dcdcdc solid 1px;
    position: relative;
    padding: 10px 20px 0 0;
    background: #f9f9f9;
}

.i_tit h3 {
    background: url(../images/tit_ico.jpg) center center no-repeat;
    width: 88px;
    height: 28px;
    font: bold 14px/28px "微软雅黑";
    color: #141414;
    margin-left: 5px;
    text-align: center;
    float: left;
}

.i_tit a {
    float: right;
    font: 400 12px/38px "微软雅黑";
    color: #666;
}

.i_madd {
    border: #dcdcdc solid 1px;
    border-bottom: none;
    margin-bottom: 20px;
}

.add_nr {
    margin-bottom: 20px;
}

.add_nr dt {
    float: left;
    width: 600px;
    height: 400px;
    border-bottom: #dcdcdc solid 1px;
}

.add_nr dd {
    float: left;
    width: 298px;
    height: 400px;
    border-left: #dcdcdc solid 1px;
    border-bottom: #dcdcdc solid 1px;
}

.add_nr dd:nth-child(4) {
    border-left: none;
    width: 300px;
}

.add_nr dd:nth-child(5) {
    width: 299px;
}

.add_nr a {
    display: block;
    height: 400px;
}

.add_nr a .pic {
    width: 300px;
    height: 305px;
    margin: 0 auto;
}

.add_nr a .txt {
    font: 700 14px/2.5 "微软雅黑";
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
}

.add_nr a .wz {
    text-align: center;
    font: 400 12px/2 "微软雅黑";
    color: #999;
    height: 24px;
    overflow: hidden;
}

.add_nr a .pric {
    font: 700 18px/1.5 arial;
    color: #d44d44;
    display: flex;
    justify-content: center;
    align-items: center;
}

.add_nr a .pric em {
    font-size: 12px;
    margin-right: 3px;
}

.add_nr a:hover {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .15);
}

.add_nr dd a {
    height: 390px;
    padding-top: 10px;
}

.pro_nr {
    border: #ccc solid 1px;
    border-bottom: none;
    border-right: none;
}

.pro_nr dd {
    float: left;
    width: 239.5px;
    height: 350px;
    border-right: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
    box-sizing: border-box;
    overflow: hidden;
}

.pro_nr a {
    display: block;
    height: 400px;
}

.pro_nr a .pic {
    width: 220px;
    height: 245px;
    margin: 0 auto;
}

.pro_nr a .txt {
    font: 700 14px/36px "微软雅黑";
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
}

.pro_nr a .wz {
    text-align: center;
    font: 400 12px/2 "微软雅黑";
    color: #999;
    height: 24px;
    overflow: hidden;
}

.pro_nr a .pric {
    font: 700 18px/1.5 arial;
    color: #d44d44;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pro_nr a .pric em {
    font-size: 12px;
    margin-right: 3px;
}

.pro_nr a:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.pro_nr dd a {
    height: 340px;
    padding-top: 10px;
}


.ind_sear {
    height: 100px;
    background: url('../images/bgx.jpg') center center;
    position: relative;
    margin-bottom: 15px;
    z-index: 2;
}

.dqcx {
    position: absolute;
    width: 700px;
    height: 40px;
    position: absolute;
    left: 300px;
    top: 40px;
}

.dqcx .laydate>input {
    background: none;
    height: 32px !important;
    border: #b50d11 solid 1px;
    margin-right: 20px;
    font: 400 14px/30px "微软雅黑";
    border-radius: 3px;
    color: #b50d11;
    text-indent: 1em;
}

.dqcx input.btn {
    width: 80px;
    height: 32px;
    background: #b50d11;
    cursor: pointer;
    border: none;
    font: bold 14px/32px "微软雅黑";
    color: #fff;
    float: left;
    border-radius: 3px;
}

.dqcx>select {
    float: left;
    width: 120px;
    height: 32px;
    border-radius: 3px;
    border: #b50d11 solid 1px;
    background: none;
    margin-right: 30px;
    color: #b50d11;
}

.dqcx .laydate {
    float: left;
}

.dqcx2 {
    position: absolute;
    width: 440px;
    position: absolute;
    right: 0px;
    bottom: 40px;
}

.dqcx2 .laydate>input {
    background: none;
    height: 32px !important;
    border: #b50d11 solid 1px;
    margin-right: 20px;
    font: 400 14px/30px "微软雅黑";
    border-radius: 3px;
    color: #b50d11;
    text-indent: 1em;
    width: 168px;
}

.dqcx2 input.btn {
    width: 80px;
    height: 32px;
    background: #b50d11;
    cursor: pointer;
    border: none;
    font: bold 14px/32px "微软雅黑";
    color: #fff;
    float: left;
    border-radius: 3px;
}

.dqcx2>select {
    float: left;
    width: 120px;
    height: 32px;
    border-radius: 3px;
    border: #b50d11 solid 1px;
    background: none;
    margin-right: 30px;
    color: #b50d11;
    margin-bottom: 20px;
}

.dqcx2 .laydate {
    float: left;
}

.dqcx2 .select-date {
    top: 94px !important;
}


.v_lf {
    width: 900px;
    float: left;
}

.v_ri {
    width: 280px;
    float: right;
}

.v_bt {
    height: 38px;
    border-bottom: #dfdfdf solid 2px;
    position: relative;
    padding: 10px 0 0;
}

.v_bt:after {
    width: 64px;
    height: 2px;
    background: #B50D11;
    position: absolute;
    left: 0;
    bottom: -1px;
    content: " ";
}

.v_bt h3 {
    float: left;
    font: 700 14px/38px "微软雅黑";
    color: #333;
}

.v_bt a {
    float: right;
    font: 400 12px/38px "微软雅黑";
    color: #999;
}

.v_bt a:hover {
    color: #B50D11;
}

.v_list {
    padding: 20px 20px 0;
    height: 560px;
    overflow: auto;
}

.v_list dl {
    margin-bottom: 15px;
    cursor: pointer;
}

.v_list dl dt {
    width: 240px;
}

.v_list dl dt a {
    display: block;
    width: 240px;
    height: 133px;
}

.v_list dl dd a {
    font: 400 14px/40px "微软雅黑";
    color: #333;
    display: block;
    text-align: center;
}

.n_vri .wzjs dd.v_pricx {
    font-weight: bold;
    font-size: 20px;
    font-family: arial;
    color: #b50d11 !important;
}

#xieyipf {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    left: 0;
    top: 0;
    z-index: 999;
}

.xieyi_nr {
    overflow-y: scroll;
    width: 1024px;
    height: 600px;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    left: 35%;
    top: 55%;
    margin: -400px -300px;
}

.xieyi_nr .top {
    text-align: center;
    font: bold 16px/2 "微软雅黑";
    color: #333;
    padding: 15px 0 0;
}

.xieyicon {
    padding: 0 20px;
    font: 400 12px/2 "微软雅黑";
    color: #333;
    height: 500px;
}

.xieyi_nr .close {
    background: url(../images/in-logoin-b.png) no-repeat center;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 70%;
    cursor: pointer;
}

.yh_nr {
    font: bold 14px/32px "微软雅黑";
    color: #333;
}

.yh_list {
    font: 400 14px/32px "微软雅黑";
    color: #666666;
    padding: 10px 0;
}

.top .jf {
    float: right;
    padding-right: 30px;
}

.yuyue {
    margin-left: 20px;
    font: 400 12px/24px "微软雅黑";
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    background: #b50d11;
    padding: 0 10px;
    border-radius: 3px;
}

.yuyue:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    color: #fff;
}

.ok_pics {
    padding: 30px;
}

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

.ddqx2 {
    text-align: center;
    cursor: pointer;
    font: 400 14px/40px "微软雅黑";
    margin: 30px auto;
    display: block;
    border: #dcdcdc solid 1px;
    border-radius: 5px;
    width: 80px;
}

.ths-input {
    padding-left: 10px;
    width: 165px;
    height: 30px;
    border-radius: 15px;
    border: #dcdcdc solid 1px;
    color: #000;
    vertical-align: middle;
}
.ths-search-btn {
    cursor: pointer;
    position: absolute;
    width: 35px;
    top: 12px;
    right: 0px;
    height: 30px;
    border: 0;
    background: url(../../../../img/search.png) no-repeat -73px 0;
}




.ths-pic-img {
    max-height: 100%;
    max-width: 100%;
}

.ths-banner {
    text-align: center;
    position: relative;
}
.ths-banner-title {
    position: absolute;
    left: 50%;
    top: 40%;
    color: #fff;
    transform: translate(-50%, -50%);
    font-size: 34px;
    letter-spacing: 10px;
}
.ths-banner-text {
    position: absolute;
    left: 50%;
    top: 65%;
    color: #fff;
    transform: translate(-50%, -50%);
    font-size: 17px;
    letter-spacing: 5px;
}
.ths-banner-img {
    width: 1200px;
}
.ths-authentication {
    border: 1px solid #d44d44;
    height: 12px;
    line-height: 12px;
    font-size: 6px;
    margin-left: 3px;
    color: #d44d44;
    font-weight: 500;
}
.ths-earnest-money {
    width: 18px;
    height: 18px;
    margin-bottom: 3px;
    margin-left: 3px;
}
