.f-left{float:left}
.f-right{float:right}
.w1200{width:1200px}
.mr0{margin:0 auto}
.c9{color:#999}
.c6{color:#666}
.c3{color:#333}
.c0{color:#000}
.f16{font-size:16px}
.f12{font-size:12px}
.ell{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.menu-box h2{border-radius: 14px 14px 0 0;}
.menu-box ul{display: block;}

.m_main{width:100%;overflow:hidden;}
.m_main .qh-banner{background-image: linear-gradient(#0377E6, #f7f8fa);}
.qh-banner .container{width:1200px;margin:0 auto;padding:10px 0 0 210px;overflow:hidden}
.qh-banner .slideBox{width:990px;height:400px;overflow:hidden;position:relative}
.qh-banner .slideBox .hd{height:8px;overflow:hidden;position:absolute;right:10px;bottom:10px;z-index:1}
.qh-banner .slideBox .hd ul{overflow:hidden;zoom:1}
.qh-banner .slideBox .hd ul li{float:left;margin-right:10px;width:8px;height:8px;cursor:pointer;border-radius:50%;background:#d7d7d7}
.qh-banner .slideBox .hd ul li.on{width:30px;height:8px;background-color:#ff9c00;border-radius:4px}
.slideBox .prev{position:absolute;left:-46px;top:40%;margin-top:-25px;display:block;width:33px;height:70px;background:url(../images/m_goLeft.png) no-repeat center center;z-index:5;background-color: #000;opacity: 0.2;}
.slideBox .next{position:absolute;right:-46px;top:40%;margin-top:-25px;display:block;width:33px;height:70px;z-index:5;background:url(../images/m_goRight.png) no-repeat center center;background-color: #000;opacity: 0.2;}
.slideBox .m_change_btn span{opacity:0;font-size:14px;color:#fff;line-height:50px;float:right;font-weight:700;margin-right:20px;min-width:140px}
.slideBox .m_change_btn span.prev_msg{text-align:right}
.slideBox .m_change_btn1 span{min-width:140px;opacity:0;font-size:14px;color:#fff;line-height:50px;float:left;font-weight:700;margin-left:20px}
.slideBox .prev:hover{opacity: 0.5;-webkit-transition:all .4s ease-out;-moz-transition:all .4s ease-out;-ms-transition:all .4s ease-out;-o-transition:all .4s ease-out;transition:all .4s ease-out}
.slideBox .next:hover{opacity: 0.5;-webkit-transition:all .4s ease-out;-moz-transition:all .4s ease-out;-ms-transition:all .4s ease-out;-o-transition:all .4s ease-out;transition:all .4s ease-out}
.slideBox .next:hover span,.slideBox .prev:hover span{opacity:1;-webkit-transition:all .4s ease-out;-moz-transition:all .4s ease-out;-ms-transition:all .4s ease-out;-o-transition:all .4s ease-out;transition:all .4s ease-out}
.slideBox .prevStop{display:none}
.slideBox .nextStop{display:none}
.form-switch{width:210px;height:580px;background:#fff}
.banner-md{width:990px;height:170px;overflow:hidden;margin-top:10px}
.banner-md ul{width:990px;overflow:hidden}
.banner-md ul li{float:left;width:240px;height:170px;margin-right:10px;overflow:hidden;-webkit-transition:all .5s ease 0s;-moz-transition:all .5s ease 0s;-o-transition:all .5s ease 0s;transition:all .5s ease 0s}
.banner-md ul li img{width:240px;height:170px;-webkit-transition:all .5s ease 0s;-moz-transition:all .5s ease 0s;-o-transition:all .5s ease 0s;transition:all .5s ease 0s}
.banner-md ul li:hover img{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05)}
.banner-md ul .last{margin-right:0}

/*预约表单*/
.commonbox_title {
    text-align: center;
}
.commonbox_title p:first-child {
    font-size: 26px;
    font-weight: bold;
    color: #4d4d4d;
    height: 40px;
    width: auto;
    margin: auto;
    position: relative;
    display: inline-block;
    padding: 0 50px 0 50px;
}
.commonbox_title p:first-child::after, .commonbox_title p:first-child::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -10px;
    background-image: url(../images/sprite.png);
    width: 25px;
    height: 20px;
}
.commonbox_title p:first-child::before {
    background-position: 0 0;
    left: 0;
}
.commonbox_title p:first-child::after {
    background-position: -25px 0;
    right: 0;
}
.order-form-box{
    width: 1200px;
    margin: 0 auto;
    background: #fafafa;
    margin-top: 30px;
    padding: 20px 20px;
}
.order-form-box .order-form {
    width: 900px;
    margin: 20px auto 0;
    height: 50px;
    background-color: #ffffff;
    border: solid 1px #e6e6e6;
    position: relative;
    border-radius: 4px;
}
.order-form-box .order-form .order-form1{
    width: 100%;
    height: 48px;
    line-height: 48px;
}
.order-form1 .order-form-select {
    width: 330px;
}
.order-form-select > p {
    padding: 0 15px;
    height: 48px;
    position: relative;
    cursor: pointer;
    font-size: 0;
    line-height: 48px;
}
.order-form-select > p span {
    font-size: 14px;
    color: #5b5b5b;
}
.order-form-select > p i {
    float: right;
    position: relative;
    width: 10px;
    height: 100%;
    right: 15px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.order-form-select > p i::before {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    border-width: 5px;
    border-bottom-width: 5px;
    border-style: solid dashed dashed dashed;
    border-color: #5d5d5d transparent transparent transparent;
    border-bottom: none;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.order-form-select > p i::after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    border-width: 4px;
    border-bottom-width: 4px;
    border-style: solid dashed dashed dashed;
    border-color: #fff transparent transparent transparent;
    border-bottom: none;
    position: absolute;
    top: -1px;
    bottom: 0;
    left: 1px;
    margin: auto;
}
.order-form1 .order-form-input {
    border-left: 1px solid #e6e6e6;
}
.order-form-input {
    padding: 0 15px;
}
.order-form-input input {
    font-size: 14px;
    width: 100%;
    padding: 0;
    padding-left: 0px;
    vertical-align: middle;
    border: 0;
    outline: none;
    background: none;
}
.order-form1 .order-form-input input {
    width: 154px;
    padding-left: 20px;
}
.order-form-btn {
    display: inline-block;
    width: 160px;
    height: 50px;
    background-color: #2c6bea;
    border-radius: 0 4px 4px 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    position: relative;
    top: -1px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.order-form-btn:hover {
    background-color: rgba(44, 107, 234, 0.8);
}
/*预约表单 结束*/

/*首页楼层*/
.commonbox{
    width: 1200px;
    margin: 0 auto 40px;
}
.commonbox .box-hd {
    position: relative;
    height: 58px;
}
.commonbox .box-hd .title {
    margin: 0;
    font-size: 22px;
    font-weight: 400;
    line-height: 58px;
    color: #333;
}
.commonbox .box-hd .more {
    position: absolute;
    top: 0;
    right: 0;
}
.commonbox .box-hd .more .tab-list {
    margin: 0;
    padding: 16px 0 0;
    list-style-type: none;
    font-size: 16px;
}
.commonbox .box-hd .more .tab-list li {
    display: inline-block;
    padding: 0;
    margin: 0 0 0 30px;
    color: #424242;
    border-bottom: 2px solid #f5f5f5;
    border-bottom: 2px solid rgba(0,0,0,0);
    -webkit-transition: border .3s;
    transition: border .3s;
    cursor: pointer;
}
.commonbox .box-hd .more .tab-list li.tab-active, .commonbox .box-hd .more .tab-list li:hover {
    color: #ff6700;
    border-bottom: 2px solid #ff6700;
}
.commonbox_bd{
    width: 100%;
    height: 356px;
    background-color: #ffffff;
    padding: 10px;
}
.commonbox_bd ul{
    display: none;
}
.commonbox_bd ul:first-child{
    display: block;
}
.commonbox_bd ul li {
    float: left;
    width: 289px;
    height: 164px;
    vertical-align: top;
    margin: 0 8px 8px 0;
    background-color: #f7f8fa;
}
.commonbox_bd ul li:first-child {
    width: 288px;
    height: 336px;
}
.commonbox_bd ul li:nth-child(4) , .commonbox_bd ul li:last-child{
    margin: 0 0 8px 0;
}
.commonbox_bd a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 25px 20px;
}
.commonbox-bd-t1 {
    font-size: 15px;
    color: #4f4f4f;
    font-weight: bold;
}
.commonbox-bd-t2{
    font-size: 12px;
    color: #a2a2a2;
    margin: 10px 0 12px;
    height: 38px;
    line-height: 19px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}
.ymr-imm-handle {
    margin-top: 10px;
    width: 90px;
    height: 32px;
    border: 1px solid #3573EC;
}
.ymr-imm-handle .ymr-imm-title {
    margin-left: 7px;
    height: 32px;
    font-size: 12px;
    font-weight: 400;
    color: #3573EC;
    line-height: 32px;
}
.ymr-imm-handle label {
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin-left: 4px;
    margin-top: -1px;
    border-radius: 50%;
    display: inline-block;
    background-color: #f7f7f7;
    border: solid 1px #3573EC;
    font-size: 0;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.ymr-imm-handle i {
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    border-width: 4px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #3573EC;
    border-right: none;
    position: relative;
    left: 1px;
    top: -1px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.ymr-imm-handle i::before {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    border-width: 3px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #f7f7f7;
    border-right: none;
    position: relative;
    left: -4px;
}
.commonbox_bd a:hover .ymr-imm-handle {
    background: #3573EC;
}
.commonbox_bd a:hover .ymr-imm-title {
    color: #fff;
}
/*首页楼层结束*/

/*公司列表*/
.list-tit-box{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.list-tit-box .list-tit {
    font-size: 20px;
    color: #2C2E3C;
    border-left: 4px solid #136ef5;
    height: 26px;
    line-height: 24px;
    font-weight: 600;
    padding-left: 20px;
}
.list-tit-box a{
    display: flex;
    align-items: center;
    height: 26px;
}
.list-tit-box a img{
    margin-left: 10px;
}
.com-list{
    width: 1200px;
    margin: 30px auto 20px;
}
.com-list ul{
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1;
    flex: 1;
    flex-flow: wrap;
}
.com-list ul li {
    width: 392px;
    background: #fff;
    margin-bottom: 15px;
    margin-right: 12px;
}
.com-list ul li:nth-child(3n){
    margin-right: 0;
}
.com-list ul li:hover{
    -webkit-box-shadow: 0 19px 38px 0 rgba(1, 33, 65, 0.07);
    box-shadow: 0 19px 38px 0 rgba(1, 33, 65, 0.07);
}
.com-list ul li a{
    display: block;
    width: 100%;
    padding: 20px;
}
.com-list ul li .com-tit {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 244px;
    display: inline-block;
    line-height: 18px;
}
.com-list ul li .com-con{
    margin-top: 15px;
    border-bottom: 1px solid #eee;
}
.com-list ul li .com-con .con-item{
    float: left;
    width: 116px;
    height: 50px;
    margin-right: 1px;
}
.com-list ul li .com-con .con-item:nth-child(3n){
    margin-right: 0;
}
.com-list ul li .com-con .con-item .label-tie{
    font-size: 12px;
    color: #BBBBBB;
    line-height: 16px;
    display: block;
    margin-bottom: 8px;
}
.com-list ul li .com-con .con-item .label-val{
    font-size: 14px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: -2px;
    width: 110px;
}
.com-list ul li .bottom{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.com-list ul li .bottom .price {
    font-size: 24px;
    font-weight: bold;
    color: #FF6F10;
    height: 38px;
    line-height: 38px;
}
.com-list ul li .bottom .zx-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    background: #fff;
    border: 1px solid #3573EC;
    font-size: 16px;
    color: #3573EC;
    width: 112px;
    height: 38px;
    border-radius: 4px;
}
.com-list ul li .bottom .zx-btn:hover{
    background: #3573EC;
    color: #fff;
}
.com-list ul li .bottom .zx-btn img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
/*公司列表结束*/

/*热门文章*/
.hot-news{
    width: 1200px;
    margin: 0 auto;
}
.hot-news .news-list{
    background: #fff;
}
.hot-news .news-list .hotnews_l{
    width: 398px;
    padding: 20px 30px 40px;
}
.hot-news .news-list .hotnews_l .l_p1 {
    font-weight: 400;
}
.hot-news .news-list .hotnews_l .l_p2 {
    line-height: 22px;
    margin: 6px 0 14px;
    height: 66px;
    overflow: hidden;
}
.hot-news .news-list .hotnews_l.l_p4 {
    margin-top: 40px;
    width: 340px;
    height: 191px;
    background-image: linear-gradient(0deg,#7c01e8 0,#4d01e9 100%);
}
.hot-news .news-list .hotnews_r {
    width: 800px;
}
.hot-news .news-list .hotnews_r .hot_li {
    position: relative;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 401px;
    margin-right: -1px;
    border-left: 1px solid #e5e5e5;
}
.hot-news .news-list .hotnews_r .hot_li .hot_div {
    margin: 0 30px;
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
}
.hot-news .news-list .hotnews_r .hot_li:nth-child(1) .hot_div,.hot-news .news-list .hotnews_r .hot_li:nth-child(2) .hot_div{
    border-top: none;
}
.hot-news .news-list .hotnews_r .hot_li .hot_div h4 {
    font-weight: 400;
}
.hot-news .news-list .hotnews_r .hot_li .t_p1 {
    margin: 6px 0;
    line-height: 22px;
    height: 42px;
    overflow: hidden;
}
.hot-news .news-list .hotnews_r .hot_li .t_p2 {
    margin-bottom: 20px;
}
.hot-news .news-list .hotnews_r .hot_li:nth-child(2n-1)::after {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    content: '';
    width: 1px;
    height: 114px;
    background-color: #e5e5e5;
}
/*热门文章 end*/

/**首页样式**/
.macket_{
    width: 1200px;
    margin: 0 auto;
    background-color: #F7F8FA;
}

.macket_shangbiao{
    display: flex;
    justify-content: space-between;
}
.shangbiao_bott{
    margin-bottom: 30px;
}
.macket_shangbiao_tex{
    font-size: 20px;
    color: #2C2E3C;
    width: 130px;
    border-left: 4px solid #136ef5;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-weight: 600;
}
.macket_shangbiao_text{
    font-size: 20px;
    color: #2C2E3C;
    width: 120px;
    border-left: 4px solid #645EFD;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-weight: 600;
}


.macket_shangbiao_texts{
    font-size: 20px;
    color: #2C2E3C;
    width: 100px;
    border-left: 4px solid #F57313;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-weight: 600;
}

.macket_shangbiao_box1{
    width: 297px;
    height: 419px;
    background: linear-gradient(to bottom,#049CF5,#3362DA);
    text-align: center;
    padding-top: 36px;
    box-sizing: border-box;
}
.macket_shangbiao_box1 img{
    width: 188px;
    height: 188px;
}
.macket_shangbiao_name{
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}
.macket_shangbiao_js{
    font-size: 16px;
    color: #B7D4FF;
    text-align: center;
    margin-bottom: 37px;
   
}
.macket_right_box{
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    flex: 1;
    height: 100%;
}
.macket_right_item{
    width: 32.8%;
    height: 49%;
    padding: 12px 16px;
    box-sizing: border-box;
    background-color: #fff;
    margin: 0 0 0 4px;
}
.macket_right_item img{
    width: 138px;
    height: 138px;
    display: block;
    margin: auto;
}
.macket_right_item p{
    font-size: 18px;
    color: #22283E;
}
.text_money{
    display: flex;
    justify-content: space-between;
}
.money_red{
    color: #F76014;
}
.text_color{
    font-size: 14px;
    color: #A3A8BD;
}
.new_zheng{
    display: flex;
}
.new_zheng_one{
    margin-right: 40px;
    font-size: 24px;
    color: #FD7113;
}
.new_zheng_two{
    font-size: 24px;
    color: #0C67FF;
}
.new_zheng_text1{
    font-size: 16px;
    color: #565379;
    text-align: center;
}
.numb_box1{
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #FD7113;
    margin-bottom: 5px;
    margin-right: 10px;
}
.numb_box2{
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #0C67FF;
    margin-bottom: 5px;
    margin-right: 10px;
}
.hotNews_box{
    padding: 20px 0;
    box-sizing: border-box;
}
.bottom{
    padding: 8px 0;
}
.goodFus{
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    height: 420px;
    margin: 0 auto;
}
.goodFus_item{
    position: relative;
    width: 24.167%;
    height: 48%;
    background-color: #fff;
    margin: 4px 5px;
    overflow: hidden;
}
.goodFus_item1{
    display: flex;
    padding: 35px 17px 0 17px;
    transition: all .5s ease;
}
.goodFus_item_tu{
    width: 58px;
    height: 58px;
    border-radius: 10px;
    background: linear-gradient(to bottom,#136EF5,#269BFF);
    font-size: 28px;
    color: #fff;
    text-align: center;
    line-height: 58px;
    margin-right: 10px;
}
.goodFus_item_img{
    width: 58px;
    height: 58px;
    margin-right: 10px;
    border-radius: 10px;
   
}
.goodFus_item_img img{
    width: 100%;
    height: 100%;
    margin-right: 10px;
    border-radius: 10px;
}
.p1_l{
    font-weight: 600;
}
.goodFus_item1_text_name{
    font-size: 16px;
    color: #22283E;
    width: 160px;
    text-overflow: ellipsis;
     white-space: nowrap;
     overflow: hidden;
}
.span_name{
    color: #22283E;
}
.goodFus_item2{
    margin-top: 14px;
    font-size: 15px;
    color: #7982A2;
    padding:  0 17px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.goodFus_item3{
    position: absolute;
    width: 99.4%;
    height: 40px;
    margin-top: 12px;
    border: .5px solid #FF8800;
    bottom: -50px;
    transition: all .5s ease;
}
.goodFus_item:hover .goodFus_item1{
    padding-top: 23px;
}
.goodFus_item:hover .goodFus_item3{
        bottom: 0;
}
.goodFus_item:hover  .goodFus_item1_text_name{
    color: #3479FF;
}
.item3_btn1{
    width: 49%;
    height: 100%;
    background-color: #FF8800;
    color: #fff;
    border: none;
}
.item3_btn2{
    width: 49%;
    height: 100%;
    color: #FF8800;
    background-color: #fff;
    border: none;
}
.icxx{
    font-size: 14px;
    margin: 0 3px;
    color: #FF8800;
}

/* 轮播图 */
.lunbo{
    position: relative;
    height: 50px;
    overflow: hidden;
}

/* left */
.lunbo_ul{
    position:absolute;
    left: 0;
    top:0;
    height: auto;
}
.lunbo_ul li , .lunbo_uj li{
    display: flex;
    height: 50px;
    line-height: 50px;
    color:#333;
    text-align: center;
    font-size: 14px;
    padding-left: 22px;
    background: url(../images/head-icons.png) no-repeat -40px 7px;
}

/* right */
.lunbo_uj{
    position:absolute;
    left: 0;
    top:0;
    height: auto;
}
.magTo{
    padding-top: 20px !important;
}
.lunbo_left{
    width: 50%;
}
.lunbo_right{
    width: 50%;
}
.lunbo_box{
    display: flex;
    width: 900px;
    height: 64px;
    margin: 0 auto;
    margin-top: 30px;
}
.market_box{
    width: 100%;
    background-color: #F7F8FA;
}
#main_box{
    background-color: #f7f8fa;
    padding-top: 20px;
}
.macket_right_item:hover > p {
    color: #3B93FF;
}
.youlian a{
    color: #979c9b;
    font-size: 12px;
    margin-bottom: 12px;
    margin-right: 16px;
}
.flinks_title{
    margin-bottom: 16px;
    color: #979c9b;
    font-size: 16px;
}
.daiImg{
    width: 27px;
    height: 17px;
    top: 1px;
}
.daiIm{
    display: inline-block;
    width: 690px;
    height: 230px;

}
.daiIm img{
    width: 100%;
    height: 200px;
}
.zxbox{
    width: 1200px;
    margin: 0 auto;
}
.zxbox img{
    width: 1200px;
    height: 150px;
}