﻿body{
    padding-bottom: 50px;
}
a:focus{
    text-decoration: none !important;
}
header{
    width: 100%;
    height: 65px;
    padding: 0 4%;
    position: relative;
}
header ul{
    width: 100%;
    display: flex;
    height: 100%;
    justify-content:space-between;
    align-items: center;
}

header ul li:nth-of-type(1){
    width:75.36%;
    margin-right: 7.24%;
}
header ul img{
    width: 100%;
    max-width: 520px;
}
header ul li:nth-of-type(2){
    margin-right: 5.797%;
}
header .icon-soushuo-copy,header .icon-gengduo,header .icon-guanbi{
    color: #0091dd;
    font-size: 22px;
}
.xyr_input{
    position: absolute;
    left: 0;
    top: 65px;
    background-color: #f2f2f2;
    width: 100%;
    height: 50px;
    padding: 10px 4%;
    z-index: 99999999;
}
.xyr_input form{
    width: 100%;
}
.xyr_input input{
    outline: none;
    border: 0 none;
    height: 30px;

}

.xyr_input .seo{
    width: 76%;
    border-top-left-radius:  15px;
    border-bottom-left-radius:  15px;
    padding-left: 15px;
}
.xyr_input .submit{
    width: 16%;
    border-top-right-radius:  15px;
    border-bottom-right-radius:  15px;
    transform: translateX(-5px);
    color: #fff;
    background-color: #0091dd;
}
/*菜单导航*/
.xyr_nav{
    margin-bottom: 5px;
}
.xyr_nav li{
    float: left;
    width: 25%;
    height: 35px;
    border-right: 1px solid #037dbd;
    border-bottom: 1px solid #037dbd;
}
.xyr_nav li:nth-of-type(7),.xyr_nav li:nth-of-type(5),.xyr_nav li:nth-of-type(6),.xyr_nav li:nth-of-type(8){
    border-bottom: 0;
}
.xyr_nav li:nth-of-type(4n){
    border-right: 0;
}
.xyr_nav li a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    background-color: #0091dd;
    font-size: .25rem;
    line-height: 35px;
}

/*-----------------------------------------------------------------焦点图--------------------------------------------------------------*/
.js-silder{
    position: relative;
    min-width: 320px;

}
.silder-scroll{
    width: 100%;
    overflow: hidden;
}
.silder-main{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.silder-main-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.silder-main-img img{
    width: 100%;
}
.js-silder-ctrl{
    width: 100%;
    text-align: center;
}
.silder-ctrl-prev,
.silder-ctrl-next{
    position: absolute;
    top: 0;
    width: 8%;
    height: 100%;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    font-family: "宋体";
    font-size: 52px;
    font-weight: 600;
    text-shadow: #666 2px 2px 5px;
}
.silder-ctrl-prev{
    left: 0;
    text-align: left;
}
.silder-ctrl-next{
    right: 0;
    text-align: right;
}
.silder-ctrl-prev>span,
.silder-ctrl-next>span{
    position: absolute;
    top: 50%;
    /*margin-top: -40px;*/
}
.silder-ctrl-prev>span{
    left: 0;
}
.silder-ctrl-next>span{
    right: 0;
}
.silder-ctrl-con{
    display: inline-block;
    width: 4%;
    padding: 10px 0;
    margin: 0 10px;
    cursor: pointer;
    display: none;
}
.silder-ctrl-con>span{
    display: block;
    line-height: 0;
    text-indent: -9999px;
    overflow: hidden;
    padding: 5px 0;
    cursor: pointer;
    background-color: #e4e4e4;
}
.silder-ctrl-con.active>span{
    background-color: #7bbedf;
}
/*企业介绍*/
.xyr_synopsis{
    padding: 0 4%;
}
.xyr_synopsis .sec h2,.xyr_strength_title h2,.xyr_product h2{
    width: 72%;
    margin: .5rem auto .75rem;
}
.xyr_synopsis .sec h2 img,.xyr_strength_title h2 img{
    width: 100%;
}
.xyr_synopsis{
    margin-bottom: .5rem;
}
.xyr_synopsis h2{
    margin: 1rem auto;
    text-align: center;
}
.xyr_jianjie_list{
    /*height: 890px;*/
}
.xyr_jianjie_list ul{

}
.xyr_jianjie_list ul>li{
    float: left;
    margin-bottom: .2rem;
}
.xyr_jianjie_list ul>li>img{
    width: 100%;
}
/*.xyr_jianjie_list ul>li:nth-of-type(2n+1){*/
    /*margin-bottom: 0;*/
/*}*/
.xyr_jianjie_list ul>li h5{
    font-size: .22rem;
    padding-left: 40px;
    position: relative;
}
.xyr_jianjie_list ul>li h5::before{
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    background-color: #333;
    position: absolute;
    left: 15px;
    top:.05rem;
}
.xyr_jianjie_list ul>li h1{
    color: #333;
    font-size: .34rem;
    font-weight: 700;
    text-align: center;
    margin: .4rem 0;
    padding-bottom:.34rem;
    border-bottom: 2px dashed #ededed;
}
.xyr_jianjie_list ul>li p{
    font-size: .2rem;
    text-indent: 2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin-bottom: .4rem;
}
.xyr_jianjie_list ul>li ol li{
    float: left;
    width: 30%;
}
.xyr_jianjie_list ul>li ol li img{
    width: 100%;
}
.xyr_jianjie_list ul>li ol li:nth-of-type(2){
    margin: 0 5%;
}
.xyr_jianjie_text h2,.xyr_jianjie_text h4{
    width: 100% !important;
    font-size: .25rem;
    color: #333;
    text-align: right;
    margin: 0 !important;
    margin-bottom: .2rem !important;
}
.xyr_jianjie_text h4{
    margin-bottom: .5rem !important;
}
.xyr_jianjie_text h2 b{
    font-size: .6rem;
}
.xyr_jianjie_text p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin-bottom: .4rem;
}
/*企业实力*/
.xyr_strength h2{
    margin: 0 auto 1rem;
    text-align: center;
}
.xyr_strength{
    padding: 0 4%;
}
.xyr_strength ul{
    padding: 0 4.5%;
}
.xyr_strength ul li{
    float: left;
    width: 46%;
    height:3.2rem;
    background-color: #fff;
    margin-bottom: .2rem;
}

.xyr_strength ul li{
    margin-right: 7.5%;
    text-align: center;
}
.xyr_strength ul li:nth-of-type(2n){
    margin-right: 0;
}
.xyr_strength ul li a{
    display: block;
    width: 100%;
    height: 100%;
    padding:.25rem 15% 0;
    box-shadow: 0 0 6px #878585;
    border-radius: 5px;
    font-size: .16rem;
}
.xyr_strength ul li a:hover{
    border: 2px solid #1762a6;
}
.xyr_strength ul li img{
    width: 39%;
}
.xyr_strength ul li:last-child{
    margin-right: 0;

}
.xyr_strength ul li h3{
    font-size: .3rem;
    font-weight: 700;
    color: #000;
    margin: .2rem 0;
}
.xyr_strength ul li p{
    /*font-size: 16px;*/
    color: #cdcccc;
    text-align: justify;
}
.xyr_strength ul li p > span{display:inline-block; padding-left:100%; }
/*-----------------------------------------------------------------企业优势-------------------------------------------------------------*/
.xyr_advantage{
    margin: .8rem 0;
    padding: 0 4%;
}
.xyr_advantage li,.xyr_product_text li,.xyr_hands li{
    float: left;
    width: 47.82%;
    margin-bottom: .2rem;
}
.xyr_advantage li:nth-of-type(2n+1),.xyr_product_text li:nth-of-type(2n+1),.xyr_hands li:nth-of-type(2n+1){
    margin-right: 4.34%;
}
.xyr_advantage a,.xyr_product_text li a,.xyr_hands li a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.xyr_advantage a span,.xyr_product_text li a span{
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    width: 100%;
    height: .6rem;
    background-color: rgba(0,0,0,.5);
    text-align: center;
    line-height:.6rem;
    font-size: .3rem;
}

.xyr_advantage a img,.xyr_product_text li a img,.xyr_hands li a img{
    width: 100%;
}
.xyr_product_link{
    display: block;
    background-color: #0091dd;
    color: #fff;
    border-radius: .05rem;
    text-align: center;
    padding: .15rem 0;
    width: 100%;
    font-size: .3rem;
    margin-top: .2rem;
}

/*-----------------------------------------------------------------产品中心-------------------------------------------------------------*/
.xyr_product{
    background-color: #f4f7fb;
    padding: 0 4%;
}
.xyr_product_text h2{
    text-align: center;
    width: 72%;
}
.xyr_product_text h2 img{
    width: 100%;
}
.xyr_eva_banner iframe{
    /* height: 3rem; */
    margin-bottom:.5rem ;
    margin-top: -.8rem;
    height: 9rem;
}
.xyr_eva_banner img{
    width: 100%;
    height: 100%;
}
.xyr_product p{
    border-bottom: 2px dashed #e6e6e6;
    padding-bottom: 2px;
    text-align: right;
    margin-bottom: 25px;
}
.xyr_product ul{
    /*float: left;*/
}
.xyr_product li{
    float: left;
}
/*-----------------------------------------------------------------合作商家-------------------------------------------------------------*/
.xyr_hands{
    padding: .4rem 4%;
    background:url("../img/hands-1.png") no-repeat;
    background-sizing: 100% 100%;
    margin-top: .7rem;
}
.xyr_hands h2,.xyr_flow h2,.xyr_industry h2{
    text-align: center;
    width: 100%;
    margin-bottom: .4rem;
}
.xyr_hands h2 img,.xyr_flow h2 img,.xyr_industry h2 img{
     width: 72%;
 }
/*-----------------------------------------------------------------合作流程-------------------------------------------------------------*/

.xyr_flow{
    background: url("../img/qy-bg.png") no-repeat;
    background-size: 100% 100%;
    min-height: 6.7rem;
    padding-top: 1rem;
}

.xyr_flow ul{
    min-height: 1.16rem;
    width:92%;
    padding: 0 4.202%;
    margin: .5rem auto;
}
.xyr_flow ul li{
    float: left;
    margin-right: .09rem;
}
.xyr_flow ul li:nth-of-type(2n){
    padding-top: .4rem;
}
.xyr_flow ul li:nth-of-type(2n+1){
    width:17.39%;
    border-radius:50%;
    text-align: center;
    color: #fff;
    padding-top: .1rem;
}
.xyr_flow ul li:last-child{
    margin-right: 0;
}
.xyr_flow ul li:nth-of-type(2n+1) a{
    display: block;
    width: 100%;
    height: 100%;
    border-radius:50%;
    /* background: rgba(0,0,0,.2); */
    font-size: .2rem;
}
.xyr_flow ul li a p{
    margin-top: .1rem;
}

.xyr_flow ul li a img{
    width: 100%;
}

/*-----------------------------------------------------------------行业咨询-------------------------------------------------------------*/
.xyr_industry{
    /* padding-top: .7rem; */
}
.xyr_industry_content{
    padding: 0 4%;
    /*height: 2rem;*/
}
.xyr_industry_main_content{

}
.xyr_industry_main_content a{
    display: block;
    width: 100%;
    height: 2rem;
    padding-bottom: .35rem;
    border-bottom: 1px solid #ededed;
}
.xyr_industry_main_content a h3{
    font-size: .28rem;
    color: #333;
    font-weight: 700;
}
.xyr_industry_main_content a p{
    width: 100%;
    height: 100%;
    margin: .2rem 0;
    font-size: .2rem;
    text-indent: 2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.xyr_industry_main_content a span{
    color: #9a9a9a;
    font-size: .2rem;
}

.xyr_industry_left{
    width: 60.86%;
}
.xyr_industry_right img{
    width: 100%;
    height: 100%;
}
.xyr_industry_right{
    width: 30.43%;
    height: 100%;
}
/*-----------------------------------------------------------------产品中心页面-------------------------------------------------------------*/
.xyr_nav_content{
    border-top: 1px solid #ced1d7;
    padding: 0 4%;
    background-color: #ebeef5;
    position: relative;
}
.xyr_nav_content p{
    position: relative;

    color: #333;
    text-align: center;
    height: 100%;
    font-size: .35rem;
    padding: .15rem 0;
}
.xyr_nav_content span.icon-fanhui{
    position: absolute;
    top: .05rem;
    left: 20px;
    font-size: .5rem;
}
.xyr_nav_content span.icon-zhankai,.xyr_nav_content span.icon-shouqi{
    position: absolute;
    top: .2rem;
    right: 20px;
    font-size: .3rem;
    color: #0091dd;
    font-weight: 700;
}
.xyr_nav_list{
    height: .9rem;
    position: absolute;
    top: .9rem;
    left: 0;
    background-color: #fff;
    width: 100%;
    padding: 0 4%;

}
.xyr_nav_list ul{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.xyr_nav_list ul{
    padding:.2rem 3.768%;
}
.xyr_nav_list ul li{
    width: 28.985%;
}

.xyr_nav_list ul a{
    display: block;
    width: 100%;
    padding: .1rem 0;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}
.xyr_nav_list ul a.replace{
    color: #0091dd;
}
.xyr_shijing_container .xyr_nav_content_img{
    min-height: 3rem;
    padding: .6rem 4%;
    border-top: 1px solid #ced1d7;
    margin-top: 1rem;
}
.xyr_chanpin_container .xyr_nav_content_img{
    min-height: 3rem;
    padding: .6rem 4%;
    border-top: 1px solid #ced1d7;
}
.xyr_nav_content_img ul{
    margin-bottom: .3rem;
}
.xyr_nav_content_img ul li{
    margin-right: 4.3478%;
    width: 47.826%;
    float: left;
    margin-bottom: .3rem;
}
.xyr_nav_content_img ul li:nth-of-type(2n){
    margin-right: 0;
}
.xyr_nav_content_img ul li a{
    display: block;
    width: 100%;
    border: 1px solid #ededed;
    text-align: center;
}
.xyr_nav_content_img ul li a img{
    display: block;
    width: 100%;
}
.xyr_nav_content_img ul li a p{
    padding: .1rem 0;
}
.productsTable{
    padding: 0 !important;
}
.productsTable table img{
    height: .2rem;
}
.productsTable table thead{
    background-color: #0091dd;
}
.productsTable table thead td{
    height: .5rem;
    line-height: .5rem;
    color: #fff;
    text-align: center;
    font-size: .18rem;
}
.productsTable table a{
    display: block;
    box-sizing: border-box;
    margin: auto;
    width: 90%;
    padding: .1rem 0;
}
.productsTable table div,.productsTable table p{
    padding: 0 3%;
}
.productsTable table div{
    font-size: .22rem;
    font-weight: bold;
}
.productsTable table p{
    color: #888;
    font-size: .18rem;
}
.productsTable table tbody tr + tr a{
    border-top: .02rem solid #999;
}
    /*page*/
.xyr_nav_content_img ol,.xyr_industry_content ol,.xyr_shop_content_img ol{
    display: flex;
    justify-content: center;
    align-items: center;
}
.xyr_nav_content_img ol a,.xyr_industry_content ol a,.xyr_shop_content_img ol a{
    display: block;
    padding: .1rem .2rem;
    border: 1px solid #ededed;
    color: #fff;
    background-color: #0091dd;
    text-align: center;
}
.xyr_nav_content_img ol li,.xyr_industry_content ol li,.xyr_shop_content_img ol li{
    margin-right: .2rem;
}

/*-----------------------------------------------------------------行业资讯页面-------------------------------------------------------------*/
.xyr_industry_container .xyr_industry_content{
    min-height: 8.3rem;
    padding: .3rem 4%;
    border-top: 1px solid #ced1d7;
    margin-top: 1rem;
}
.xyr_industry_container .xyr_industry_content ul li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 2.3rem;
    border-bottom: 1px solid #ced1d7;
    width: 100%;
}
.xyr_industry_container .xyr_industry_content ul li:last-child a{
    border-bottom: none;
}
.xyr_industry_container .xyr_industry_content .xyr_industry_content_img{
    width: 30.724%;
}
.xyr_industry_container .xyr_industry_content .xyr_industry_content_img img{
    width: 100%;
}
.xyr_industry_container .xyr_industry_content .xyr_industry_content_txt{
    width: 61.739%;
}
.xyr_industry_container .xyr_industry_content .xyr_industry_content_txt p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: .2rem;
    line-height: .3rem;
    margin: .1rem 0;
    text-indent: 2em;
}
.xyr_industry_container .xyr_industry_content .xyr_industry_content_txt h5{
    font-size: .26rem;
    font-weight: 700;
}
.xyr_industry_container .xyr_industry_content .xyr_industry_content_txt span{
    display: block;
    color: #9a9a9a;
}
/*-----------------------------------------------------------------合作商家页面-------------------------------------------------------------*/
.xyr_shop_content_img{
    min-height: 8.3rem;
    padding: .6rem 4%;
    border-top: 1px solid #ced1d7;
}
.xyr_shop_content_img ul{
    min-height: 6rem;
}
.xyr_shop_content_img ul li{
    margin-right: 4.347%;
    width: 47.826%;
    float: left;
    margin-bottom: .3rem;
}
.xyr_shop_content_img ul li:nth-of-type(2n){
    margin-right: 0;
}
.xyr_shop_content_img ul li a{
    display: block;
    width: 100%;
    border: 1px solid #ededed;
    text-align: center;
}
.xyr_shop_content_img ul li a img{
    display: block;
    width: 100%;
}

.xyr_shop_content_img{

}

/*-----------------------------------------------------------------公司简介页面-------------------------------------------------------------*/
.xyr_intro_content{
    padding: .3rem 4%;
    border-top: 1px solid #ced1d7;
    font-size: .2rem;
    margin-top: 1rem;
}
.xyr_intro_content p{
    margin-bottom: .1rem;
    text-indent: 2em;
}
.xyr_intro_content img{
    width: 100%;
}
.xyr_intro_content p b{
    font-weight: 600;
    color: #333;
}
/*-----------------------------------------------------------------联系我们页面-------------------------------------------------------------*/
.xyr_link_content{
    padding: 0 4%;
}
.xyr_link_num{
    padding: 10.14% .7rem 0;
    /* border-top: solid 1px #ededed; */
}
.xyr_link_num ul li{
    display: flex;
    align-items: self-start;
    justify-content: left;
    padding-left: 3.231%;
    height: .7rem;
    border-bottom:1px solid #d1d1d1;
    border-right:1px solid #d1d1d1;
    margin-top: .5rem;
    font-size: .28rem;
    line-height: .3rem;
    padding-bottom: .1rem;
    padding-top: .1rem;
}
.xyr_link_num ul li:nth-of-type(3){
    margin-top: .8rem;
}
.xyr_link_num ul li:nth-of-type(3) em,.xyr_link_num ul li:nth-of-type(3) span,.xyr_link_num ul li:nth-of-type(3) address{
    height: 1rem;
    margin-top: -.4rem;
}
.xyr_link_num .iconfont{
    color: #169c45;
    font-size: .42rem;
    margin-right:4.347%;
}
.xyr_link_num address{
    margin-bottom: 0;
    width:46%;
}
.xyr_link_num ul li em{
    /*padding-bottom: .2rem;*/
}
.xyr_address_title{
    text-align: center;
    margin-top: .65rem;
}
.xyr_address h2{
    font-size: .28rem;
    font-weight: 700;
    color: #333;
}
.xyr_address_title p{
    color: #999;
}
#allmap{width:100%;height:3.7rem;}
/*-----------------------------------------------------------------企业文化页面-------------------------------------------------------------*/
.xyr_culture_content{
    padding: .5rem 4%;
    margin-top: 1.2rem;
    border-top: 1px solid #ededed;
}
.xyr_culture_content li{
    float: left;
    width: 50%;
    height: 2.5rem;
}
.xyr_culture_content li img{
    width: 100%;
    height: 100%;
}
.xyr_culture_content li h3{
    padding-top: .78rem;
    text-align: center;
    font-size: .32rem;
    font-weight: 700;
    color: #333;
}
.xyr_culture_content li p{
    font-size: .22rem;
    color: #333;
    padding: .2rem .2rem 0;
    line-height: .35rem;
}
/*-----------------------------------------------------------------业务合作页面-------------------------------------------------------------*/
.xyr_business_content{
    padding: 0 4%;
}
.xyr_business_content ul{
    padding: .6rem 5.797%;
    overflow: hidden;
    border-bottom:1px dashed #ededed ;
}
.xyr_business_content ul li{
    margin-right: 7.246%;
    width: 40.5797%;
    height: 3rem;
    border: 1px solid #ededed;
    float: left;
    text-align: center;
    margin-bottom: .4rem;
    margin-left: 5.797%;
    padding-top: .3rem;
}
.xyr_business_content ul li:nth-of-type(2n){
    margin-right: 0;
    margin-left: 0;
}
.xyr_business_content ul li:nth-of-type(3),.xyr_business_content ul li:nth-of-type(4){
    margin-bottom: 0;
}
.xyr_business_content ul li img{
    width: 41.428%;
    margin-bottom: .2rem;
}
.xyr_business_content ul li p{
    font-weight: 700;
    font-size: .22rem;
    color: #333;
}
.xyr_business_content{
    margin-bottom:.85rem;
}
.xyr_business_content ol li{
    display: flex;
    justify-content: space-between;
    margin-bottom: .45rem;
}
.xyr_business_content ol li:last-child{
    margin-bottom: 0;
}
.xyr_business_content ol li .xyr_business_text_left{
    width: 53.623%;
    min-height: 2.5rem;
    background-color: #fafafa;
    /*padding: 35px 55px;*/
    padding-right: .3rem;
}
.xyr_business_content ol li .xyr_business_text_left h3{
    padding-bottom: .25rem;
    margin-bottom: .2rem;
    border-bottom: 2px dashed #c2c2c2;
    color: #0091dd;
    font-weight: 700;
    font-size: .24rem;
    padding-top: .2rem;
    padding-left: .4rem;
    width: 70%;
}
.xyr_business_content ol li .xyr_business_text_left p{
    font-size: .2rem;
    padding-left:.4rem;
    position: relative;
}
.xyr_business_content ol li .xyr_business_text_left p::before{
    display: inline-block;
    content: "";
    width: .06rem;
    height:.06rem;
    border-radius: 3px;
    background-color: #666;
    /*margin-right: 40px;*/
    position: absolute;
    left: .2rem;
    top: .2rem;
    /*transform: translateY(-50%);*/
}
.xyr_business_content ol li .xyr_business_text_right{
    width:43.478%;
    min-height: 2.5rem;
}
.xyr_business_content ol li .xyr_business_text_right img{
    width: 100%;
    height: 100%;
}
/*-----------------------------------------------------------------在线留言页面-------------------------------------------------------------*/
.xyr_form_content{
    padding: 0 4%;
}
.xyr_form_content form{
    margin-top: .6rem;
}
.xyr_form_content input{
    width: 100%;
    min-height: .8rem;
    border: 0 none;
    outline: none;
    border: 1px solid #ededed;
    /* color: #fff; */
    padding-left: 10px;
    margin-bottom: .25rem;
}
.xyr_form_content textarea{
    width: 100%;
    min-height: 3.6rem;
    resize: none;
    border: 1px solid #ededed;
    padding-left: 10px;
    outline: none;
}
.xyr_form_submit input{
    text-align: center;
    font-size: .3rem;
    background-color: #0091dd;
    color: #fff;
}
/*-----------------------------------------------------------------产品页面-------------------------------------------------------------*/
.xyr_shop_detail{
    padding: 0 4%;

}
.xyr_shop_detail_img{
    padding-top: .4rem;
    border-right: 1px solid #ededed;
}
.xyr_shop_detail_img img{
    width: 100%;
}
.xyr_shop_detail h5{
    width: 2.2rem;
    padding: .1rem 0;
    color: #fff;
    background-color: #0091dd;
    margin: .2rem auto;
    text-align: center;
}
table{
    width: 100%;
}
.xyr_slider_right{
    margin: .5rem auto;
    text-align: center;
}
.xyr_slider_right table tr{
    height: 35px;
    padding: 0 !important;
    border: 0 !important;
    border: 1px solid #d4d4d4 !important;
}
.xyr_slider_right table tr td{
    height: 35px;
    padding: 0 !important;
    padding-left: 10px !important;
    line-height: 35px;
}
.xyr_slider_right table tr td:nth-of-type(1){
    width: 145px;
    background-color: #f5f5f5;
}
/* 漂浮菜单 */
.flaotTing{
    width: 90%;
    position: fixed;
    bottom: 10px;
    left: 10%;
}
.flaotTing li{
    float: left;
    width: 22.5%;
}
.flaotTing li a{
    display: block;
    background-color: #0091dd;
    font-size: .22rem;
    width: 100%;
    height: 0.8rem;
    line-height: .8rem;
    text-align: center;
    color: #fff;
}
.flaotTing li:nth-of-type(1) a{
    border-top-left-radius: .4rem;
    border-bottom-left-radius: .4rem;
}
.flaotTing li:nth-of-type(4) a{
    border-top-right-radius: .4rem;
    border-bottom-right-radius: .4rem;
}


