@charset "utf-8";
body {
    font: 14px "microsoft yahei", Arial, Helvetica, sans-serif;
    color:#666;
    margin:0;
    padding:0;
    min-width:1200px;
}
ul,li,p,h1,h2,h3,h4,h5,h6,dl,dt,dd {
    margin:0;
    padding:0;
    border:none;
    list-style:none;
}
a{
    color:#666;
    text-decoration: none;
}
input,button{outline: none;}
button{
    cursor:pointer;
}
.lf   {float:left;}
.rt  {float:right;}
.clear:after{content:"";display:block;clear:both;}
*{box-sizing: border-box}
.g-main{
    margin:0 auto;
    width:1200px;
}
.search{
    width:100%;
    height:160px;
    background:url(../img/banner_s.png) no-repeat center;
    background-size: cover;
    padding-top:37px;
}
.search .title_s{
    text-align: center;
    padding:3px;
    margin-right:90px;
    font-size: 22px;
    color:#fff;
    line-height: 32px;
}
.search_box{
    width:690px;
    height:48px;
    border-radius: 5px;
    /*border:1px solid #ddd;*/
    margin:0 auto;
}
.search_box .sel{
    width:20%;
    height:100%;
    display: inline-block;
    vertical-align: top;
    position:relative;
    background:#EEEEEE;
    text-align: center;
    border-radius: 5px 0 0 5px;
    cursor:pointer;
}
.search_box .down{
    padding-right:20px;
    line-height: 48px;
}
.search_box .sel ul{
    z-index: 200;
    position:absolute;
    background:#ddd;
    width:100%;
    line-height: 30px;
    display: none;
}
.search_box .sel:hover ul{
    display:block;
}
.search_box .sel img{
    position:absolute;
    right:15px;
    top:50%;
    margin-top:-2px;
}
.search_box .sel:hover img{
    transform: rotate(180deg);
    margin-top:-4px;
}
.search_box input{
    width:60%;
    height:100%;
    border:none;
    font-size: 16px;
    vertical-align:top;
}
.search_box button{
    border:none;
    font-size: 16px;
    background:#161E39;
    color:#fff;
    height:100%;
    width:20%;
    border-radius:0 5px 5px 0;
}
.search_box button img{
    vertical-align: middle;
    margin-bottom: 3px;
    margin-left:5px;
}
.banner{
    height:120px;
    background:#f00;
}
.nav_s{
    width:100%;
    background:#767676;
    margin-bottom:20px;
}
.nav_s li{
    display: inline-block;
    vertical-align: middle;
}
.nav_s li a{
    display: block;
    line-height: 30px;
    color:#fff;
    padding:0 20px;
}
section>.mainLeft{
   width:73%;
}
section>.mainRt{
    width:27%;
}
.product_intro .imgIntro{
    width:350px;
    height:350px;
    background:#ddd;
    position:relative;
}
.product_intro .imgIntro img{
    width:100%;
    height:100%;
}
.product_intro .imgIntro_li{
    margin-top:20px;
    width:430px;
}
.product_intro .imgIntro_li li{
    width:58px;
    height:58px;
    float:left;
    background:#ddd;
    cursor:pointer;
    border:1px solid transparent;
}
.product_intro .imgIntro_li li:hover{
    border-color:#f00;
}
.product_intro .imgIntro_li li img{
    width:100%;
    height:100%;
}
.product_intro .imgIntro_li li+li{
    margin-left:35px;
}
.product_intro>.conLf{
    margin-right:70px;
    position:relative;
}
.product_intro>.conLf .imgLarge{
    width:500px;
    height:500px;
    border:1px solid #ddd;
    position:absolute;
    left:440px;
    top:0;
}
.product_intro{
    border-right:2px solid #dedede;
    padding-bottom:20px;

}
.conRt {
	width:450px;
	overflow: hidden;
}
.conRt h3{
    font-size: 23px;
    padding:18px 0;
}
.proDetails{
    height:240px;
}
.proDetails li{
    line-height: 34px;
    font-size: 16px;
}
.btn{
    border:none;
    height:40px;
    width:100px;
    font-size: 18px;
    color:#fff;
    background-color:#00a0e9;
    border-radius: 5px;
    margin-right:20px;
}
.btn:hover {
	background-color:#028ece;
	color:#fff;
}
.conRt .score li{
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    width:50%;
}
.conRt .score{
    margin-top:20px;
}
.panel_d{
    border:2px solid #E9E9E9;
    margin-bottom:20px;

}
.nav_sub{
    width:100%;
    background:#DCDCDC;

}
.nav_sub li{
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    padding:0 20px;
    cursor:pointer;
    position:relative;
}
.nav_sub li em{
    position:absolute;
    top:18px;
    right:10px;
    border-left:4px solid transparent;
    border-right:4px solid transparent;
    border-bottom:4px solid #666;
    border-top:4px solid transparent;
}
.nav_sub li em.active{
    border-bottom:4px solid #FF5313;
}
.nav_sub li b.active{
    border-top:4px solid #FF5313;
}
.nav_sub li b{
    position:absolute;
    top:28px;
    right:10px;
    border-left:4px solid transparent;
    border-right:4px solid transparent;
    border-bottom:4px solid transparent;
    border-top:4px solid #666666;
}
.nav_sub li+li{
    border-left:1px solid #CECECE;
}
.nav_sub li.active{
    background:#fff;
    color:#FF5313;
}
.panel_d .panel-body{
    padding:15px 20px;
    min-height: 460px;
}
.basic-info .details{
    margin:30px 0;
}
.basic-info table td {
	line-height:24px;
}
.basic-info .details li{
    width:30%;
    float:left;
    line-height: 40px;
}
.basic-info .details_1{
    margin-bottom:15px;
    background:#eee;
    border-radius:4px;
    padding:15px;
}
.basic-info .details_1 li{
    display: inline-block;
    vertical-align:top;
}
.basic-info .details_1 li:first-child{
    width:20%;
    text-align: right;
    padding-right:15px;
}

.tab-body>ul>li:not(:first-child){
    display: none;
}
.basic-info .details_1 li:last-child{
    width:80%;
    text-indent:2em;
}
.basic-info .details_2 li{
    line-height: 32px;
}
.panel-header{
    border-bottom:1px solid #DEDEDE;
}
.panel-header span{
    display: inline-block;
    padding:0 15px;
    line-height: 32px;
    border-bottom:2px solid #00C1DE;
}
#mask{
    width:80px;
    height:80px;
    background:rgba(0,0,0,.3);
    position:absolute;
    display:none;
}
#imgLarge{
    display: none;
    background-color:#fff;
}
#super_m{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}
.newWap{
    width:280px;
    float: right;
}
.newWap .panel-header{
    line-height: 36px;
    padding:0 5px;
    width:100%;
    margin-bottom: 20px;
}
.newWap li{
    border:1px solid transparent;
    height:320px;
    width:100%;
    position:relative;
    margin-bottom:20px;
    overflow: hidden;
}
.newWap li:hover{
    border-color:#91A8FB;
}
.newWap li img{
    width:100%;
    height:100%;
}
.newWap li .details{
    position:absolute;
    left:0;
    bottom:-120px;
    right:0;
    height:120px;
    background:rgba(255,255,255,.7);
    padding:10px 15px;
    transition: all .2s;
}
.newWap li:hover .details{
    bottom:0;
}
.newWap li .details p{
    word-wrap:break-word;
    text-indent:2em;

    display:block;text-overflow: ellipsis;overflow : hidden;text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 3;
    -moz-box-orient: vertical;
    display: -o-box;
    -o-line-clamp: 3;
    -o-box-orient: vertical;
}
.newWap li .details h5{
    font-size: 16px;
    line-height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.wrap{
    height:1020px;
}
.wrap ul{
    height:1020px;
    overflow: hidden;
}
.price{
    font-size: 20px;
    font-weight: bold;
    color:#F19835;
}
.comment .user{
    display:inline-block;
    margin:0 10px;
}
.comment .user dt{
    width:66px;
    height:66px;
    background:#ff0;
    border-radius:5px;
}
.comment .user dd{
    text-align: center;
    margin-top:4px;
}
.comment .con{
    width:560px;
    line-height: 20px;

    display: inline-block;
    vertical-align: top;
}

.comment .con p{
    text-indent: 2em;
}
.comment .con .time span{
    padding:3px 15px;
}
.comment .score{
    display: inline-block;
    vertical-align: top;
    width:170px;
    height:60px;
    background:url(../img/score_pic.png) no-repeat center;
    background-size: 100%;
}
.comment>ul>li{
    padding-top:20px;
}


.m-breadcrumb{
    padding: 0;
    margin: 0 auto;
    font-size: 14px;
    line-height: 35px;
}
.m-breadcrumb ul > li i{
    margin: 0 7px;
    color: #666;
    font-size: 18px!important;
    vertical-align: -1px;
}
.m-breadcrumb ul > li a{
    font-size: 14px;
    color: #333;
}
.m-breadcrumb ul > li + li a{
    font-size: 14px;
}
.m-breadcrumb ul > li + li:before{
    content: "";
    padding: 0;
}

.enter-service .service-header-new a{
    font-size:12px;
}
.m-checked-bar{
    min-height: 35px;
    font-size: 12px;
   
}
.m-checked-bar .g-main{
    position: relative;
}
.m-checked-bar .checked-list{
    padding-left: 5px;
    padding-right: 100px;
}
.m-checked-bar .checked-list .checked-category{
    float: left;
    height: 35px;
}
.m-checked-bar .checked-list .checked-category>span{
    cursor: default;
}
.m-checked-bar .checked-list .checked-category>i{
    margin: 0 5px;
    color: #666;
    font-size: 18px;
    vertical-align: -1px;
}
.m-checked-bar .checked-list .checked-category .parent-cate{
    display: inline-block;
    font-size: 14px;
    line-height: 35px;
}
.m-checked-bar .checked-list .checked-category .parent-cate a{
    color:#333;
}
.m-checked-bar .checked-list .checked-category .parent-cate a:hover{
    color:#FF5313;
}
.m-checked-bar .checked-list .checked-category .cate-menu{
    position: relative;
    display: inline-block;
}
.m-checked-bar .checked-list .checked-category .cate-menu .child-cate{
    position: relative;
    margin-top: -2px;
    top: 7px;
    padding: 2px 8px;
    line-height: 20px;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    cursor: default;
    max-width: 120px;
    white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.m-checked-bar .checked-list .checked-category .cate-menu:hover .child-cate{
    z-index: 13;
    border: 1px solid #FF5313;
    border-bottom-color: transparent;
}
.m-checked-bar .checked-list .checked-category .cate-menu:hover .cate-list{
    display: block;
}
.m-checked-bar .checked-list .checked-category .cate-menu i{
    margin-left: 5px;
}
.m-checked-bar .checked-list .checked-category .cate-list{
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 12;
    width: 400px;
    padding: 10px 8px;
    margin: 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #FF5313;
}
.m-checked-bar .checked-list .checked-category .cate-list>li{
    float: left;
    padding-right: 20px;
    line-height: 25px;
}
.m-checked-bar .checked-list .checked-category .cate-list>li.active a{
    color: #FF5313;
}
.m-checked-bar .checked-list .checked-category .cate-list a{
    color: #666;
}
.m-checked-bar .checked-list .checked-category .cate-list a:hover{
    color: #FF5313;
}
.m-checked-bar .checked-list .checked-tag{
    display: none;
    float: left;
    height: 35px;
}
.m-checked-bar .checked-list .checked-tag>i{
    margin: 0 5px 0 8px;
    color: #666;
    font-size: 18px;
    vertical-align: 10px;
}
.m-checked-bar .checked-list .checked-tag .tag-list{
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
}
.m-checked-bar .checked-list .checked-tag .tag-list>li{
    display: none;
    position: relative;
    float: left;
    margin: 5px 0 4px;
    padding: 2px 20px 2px 10px;
    line-height: 20px;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    cursor: pointer;
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.m-checked-bar .checked-list .checked-tag .tag-list>li:hover{
    color: #FF5313;
    border: 1px solid #FF5313;
}
.m-checked-bar .checked-list .checked-tag .tag-list>li i{
    position: absolute;
    right: 5px;
    top: 7px;
}
.m-checked-bar .checked-list .checked-tag .tag-list>li+li{
    margin-left: 3px;
}
.m-checked-bar .checked-remove-all{
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 5px;
    margin-top: 8px;
    color: #333;
    line-height: 20px;
    cursor: pointer;
}
.m-checked-bar .checked-remove-all:hover{
    color: #FF5313;
}

.m-filter{
    background-color: #ebebf3;
}
.m-filter .filter-title{
    padding-top: 10px;
    padding-left: 5px;
    padding-bottom: 10px;
    font-size: 12px;
}
.m-filter .filter-title span{
    margin: 0 5px;
    color: #FF5313;
}
.m-filter .filter-content>ul{
    padding: 5px 0;margin: 0;
    list-style: none;
    font-size: 12px;
}
.m-filter .filter-content>ul>li{
    line-height: 25px;
    padding: 5px 0;
}
.m-filter .filter-content>ul>li+li{
    border-top: 1px solid #ddd;
}
.m-filter .filter-content .filter-name{
    float: left;
    width: 120px;
    text-align:center;
    font-weight: bold;
}
.m-filter .filter-content .filter-list{
    position: relative;
    max-height: 54px;
    margin-left: 120px;
    padding-right: 120px;
    overflow: hidden;
}
.m-filter .filter-content .filter-list.height-auto{
    max-height: none;
}
.m-filter .filter-content .filter-letter{
    display: none;
    padding: 3px 0;
    background-color: #f8f8f8;
}
.m-filter .filter-content .filter-letter>ul{
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.m-filter .filter-content .filter-letter>ul>li{
    float: left;
    padding: 0 5px;
    margin: 0 5px;
    line-height: 20px;
    font-family: SimSun;
    cursor: pointer;
}
.m-filter .filter-content .filter-letter>ul>li.active{
    color: #FF5313;
    border-bottom: 1px solid #FF5313;
}
.m-filter .filter-content .whole .filter-letter{
    display: block;
}
.m-filter .filter-content .whole .filter-letter + ul{
    background-color: #fafafa;
}
.m-filter .filter-content .multi{
    border: 1px solid #FF5313;
}
.m-filter .filter-content .multi .more-switch{
    display: none!important;
}
.m-filter .filter-content .multi .multi-switch{
    display: none;
}
.m-filter .filter-content .multi .filter-list{
    max-height: none;
    overflow: hidden;
}
.m-filter .filter-content .filter-list>input{
    width: 180px;
    height: 28px;
    margin-top: 5px;
    margin-left: 10px;
}
.m-filter .filter-content .filter-list>input+button{
    position: absolute;
    left: 189px;
    top: 5px;
}
.m-filter .filter-content .filter-list .more-switch{
    display: none;
    position: absolute;
    right: 60px;
    top: 3px;
    padding: 0 5px;
    line-height: 20px;
    color: #666;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    cursor: pointer;
}
.m-filter .filter-content .filter-list .multi-switch{
    position: absolute;
    right: 5px;
    top: 3px;
    padding: 0 5px;
    line-height: 20px;
    color: #666;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    cursor: pointer;
}
.m-filter .filter-content .filter-list .more-switch i,.m-filter .filter-content .filter-list .multi-switch i{
    margin-right: 5px;
}
.m-filter .filter-content .filter-list .more-switch:hover,.m-filter .filter-content .filter-list .multi-switch:hover{
    color: #FF5313;
    border: 1px solid #FF5313;
}
.m-filter .filter-content .filter-list .multi-btn{
    margin: 5px 0;
    text-align: center;
}
.m-filter .filter-content .filter-list .multi-btn button{
    margin: 0 3px;
}
.m-filter .filter-content .filter-list>ul{
    list-style: none;
    padding: 0;
    margin: 0;
    cursor: default;
    overflow: hidden;
}
.m-filter .filter-content .filter-list>ul>li{
    float: left;
    padding: 0 5px;
    margin: 0 5px;
    cursor: pointer;
}
.m-filter .filter-content .filter-list>ul>li:hover{
    color: #FF5313;
}
.m-filter .filter-content .filter-list>ul>li.active{
    color: #FF5313;
    font-weight: bold;
}
.m-filter .filter-content .filter-list>ul>li .fa{
    width: 15px;
    margin-right: 3px;
    vertical-align: middle;
    font-weight: bold;
}
.m-filter .filter-content .filter-list>ul>li a{
    color: #333;
}
.m-filter .filter-content .filter-list>ul>li a:hover{
    color: #FF5313;
}
.m-filter .filter-content .filter-list>ul>li.active a{
    color: #FF5313;
    font-weight: bold;
}
.m-filter .filter-content .filter-list>ul>span{
    display: block;
    color: #ccc;
    float: left;
}
.m-filter .filter-content .filter-list>ul>li.filter-parent{
    padding: 0;
    cursor: default;
}
.m-filter .filter-content .filter-list>ul>li.filter-parent>span{
    position: relative;
    top: -1px;
    display: block;
    padding: 0 5px;
    border: 1px solid transparent;
}
.m-filter .filter-content .filter-list>ul>li.filter-parent:hover >span{
    z-index: 10;
    background-color: #fcfcfc;
    border-color: #dcdce0;
    border-bottom-color: transparent;
}
.m-filter .filter-content .filter-list>ul>li.filter-parent .filter-children{
    display: none;
    position: absolute;
    top: 25px;
    left: 0;
    z-index: 9;
    padding: 10px 8px;
    margin: 0;
    list-style: none;
    width: 1080px;
    background-color: #fcfcfc;
    border: 1px solid #dcdce0;
}
.m-filter .filter-content .filter-list>ul>li.filter-parent em{
    margin-left: 5px;
}
.m-filter .filter-content .filter-list>ul>li.filter-parent .filter-children>li{
    float: left;
    padding-right: 20px;
    line-height: 25px;
    color: #333;
    cursor: pointer;
}
.m-filter .filter-content .filter-list>ul>li.filter-parent.active .filter-children>li{
    font-weight: normal;
}
.m-filter .filter-content .filter-list>ul>li.filter-parent .filter-children>li.active{
    color: #b1191a;
    font-weight: bold;
}
.m-filter .filter-content .filter-list>ul>li.filter-parent .filter-children>li:hover{
    color: #b1191a;
}
.m-filter .filter-content .filter-list>ul>li.filter-parent:hover .filter-children{
    display: block;
}
.filter_main{
    width:100%;position: relative;
}
.filter-content{
    margin-bottom:20px;
}
.listDetail{
    width:24%;
    height:460px;
    border:1px solid #9FA1A5;
    display: inline-block;
    vertical-align: middle;
    transition: all .2s;
}
.listDetail:hover{
    transform: scale(1.05);
    border-color:#91A8FB;
}
.listDetail:nth-child(3n){
    margin-right:0;
}
.listDetail dt{
    width:100%;
    height:260px;
    position:relative;
}
.listDetail dt img{
    width:100%;
    height:100%;
}
.listDetail dt .icon{
    position:absolute;
    top:-1px;
    left:0;
    width:32px;
    height:72px;
    background:#FF8A00;
    font-size: 16px;
    padding:4px 7px;
}
.listDetail dt .icon:before{
    content:"";
    position:absolute;
    left:0;
    bottom:-24px;
    width:0;
    height:0;
    border-left:8px solid #FF8A00;
    border-top:12px solid #FF8A00;
    border-right:8px solid transparent;
    border-bottom:12px solid transparent;
}
.listDetail dt .icon:after{
    content:"";
    position:absolute;
    right:0;
    bottom:-24px;
    width:0;
    height:0;
    border-left:8px solid transparent;
    border-top:12px solid #FF8A00;
    border-right:8px solid #FF8A00;
    border-bottom:12px solid transparent;
}
.listDetail dd{
    padding:10px 10px;
}
.listDetail dd h4{
    font-size: 18px;
    line-height: 32px;
    position: relative;
}
.listDetail dd h4 img{
    position:absolute;
    right:10px;
}
.listDetail .con{
    text-indent:2em;
    /*height:60px;*/
    padding-top:5px;
    margin-bottom:8px;

    display:block;text-overflow: ellipsis;overflow : hidden;text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 3;
    -moz-box-orient: vertical;
    display: -o-box;
    -o-line-clamp: 3;
    -o-box-orient: vertical;
}
.listDetail .li{
    line-height: 24px;
}
.listDetail .comment li{
    display: inline-block;
    width:50%;
    text-align: center;
    color:#717171;
    margin-top:4px;
}
/*index*/
.m-sidebar{
    width:228px;
    height:450px;
    /*position: relative;*/
    background:#fff;
    /*float:left;*/
    position: absolute;
    left:0;
    top:0;
    z-index: 600;
}
.m-sidebar h3{
    line-height: 46px;
    background:#8AA5FF;
    color:#fff;
    font-size: 22px;
    text-align: center;
}
.m-sidebar .subtitle{
    display: block;
    line-height: 36px;
    font-size: 16px;
    text-align: center;
    position: relative;
    cursor:pointer;
}
.m-sidebar .subNav>li.active .subtitle,
.m-sidebar .subNav>li:hover .subtitle{
    background:#7493FF;
    color:#fff;
}
.m-sidebar .subNav>li.active .subtitle i,
.m-sidebar .subNav>li:hover .subtitle i{
    width:0;
    height:0;
    position: absolute;
    right:10px;
    top:50%;
    margin-top:-7px;
    border-top:7px solid transparent;
    border-left:9px solid #fff;
    border-right:9px solid transparent;
    border-bottom:7px solid transparent;
}
.m-sidebar .subNav>li:hover .sidebar_details{
    display: block;
}
.m-sidebar .sidebar_details{
    position: absolute;
    left:228px;
    top:0;
    width:970px;
    height:450px;
    background:#fff;
    border:1px solid #C2CFFF;
    display: none;
    z-index: 100;
}
.m-sidebar .sidebar_details .sidebar_details_title{
    float:left;
    width:124px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    padding-top:15px;
}
.m-sidebar .sidebar_details .sidebar_details_con{
    margin-left:124px;
    margin-right:20px;
    padding:15px;
    border-bottom:1px solid #efefef;
}
.m-sidebar .sidebar_details .sidebar_details_con li{
    float:left;
    padding:0 10px;
    line-height: 24px;
    text-align: center;
}
.m-sidebar .sidebar_details .sidebar_details_con li:hover a{
    color:#00C1DE;
}

.m-notice{
    position:absolute;
    right:0;
    top:0;
    width:280px;
    height:450px;
    padding:20px 15px;
    background:#fff;
    z-index: 600;
}
.m-notice .notice-header{
    margin-bottom:10px;
}
.m-notice .notice-header li{
    line-height: 32px;
    font-size: 14px;
    width:50%;
    display: inline-block;
    text-align: center;
    border-bottom:3px solid transparent;
    cursor:pointer;
}
.m-notice .notice-header li.active{
    border-bottom-color:#FF4200;
    color:#FF4200;
}
.main_s{
    min-width:1200px;
}
.m-notice .notice-body li a{
    display: block;
    position: relative;
    padding:8px 0 8px 15px;
    cursor:pointer;

    display:block;text-overflow: ellipsis;overflow : hidden;text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    display: -o-box;
    -o-line-clamp: 2;
    -o-box-orient: vertical;
}
.m-notice .notice-body li a:hover{
    background:#eee;
}
.m-notice .notice-body li a:before{
    content:"";
    width:5px;
    height:5px;
    border-radius:50%;
    background:#7493FF;
    position: absolute;
    top:50%;
    margin-top:-2px;
    left:5px;
}
.main_s>.g-main{
    position: relative;
    height:0;
}
.m-banner{
    width:100%;
}
.m-banner .m-carousel{
    width: 100%;
    position: relative;
    height: 450px;
}
.m-banner .m-carousel .caro-img-on{
    height: 450px;
}
.m-banner .carousel .caro-main ul li{
    position: absolute;
}
.m-banner .carousel .caro-main ul li img{
    width:692px;
    height:450px;
    position: absolute;
    left:50%;
    margin-left:-372px;
}
.carousel .caro-tab{
    left: 48%;
}
/*carousel*/
.carousel {
    position: relative;
    width: 100%;
    height: 400px;
}

.carousel:hover .caro-arrow {
    display: block;
}

.carousel ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.carousel .caro-main {
    width: 100%;
}

.carousel .caro-main ul {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.carousel .caro-main ul li {
    display: none;
    position: absolute;
    width:100%;
    height:100%;
}

.carousel .caro-main ul li:first-child {
    display: list-item;
}

.carousel .caro-tab {
    position: absolute;
    bottom: 30px;
    left: 43%;
}

.carousel .caro-tab ul li {
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: rgba(195, 195, 195, 0.74);
    background-color/*\**/: #ccc \9;
    border-radius: 10px;
    cursor: pointer;
}

.carousel .caro-tab .active {
    background: #fff;
}

.carousel .caro-arrow {
    display: none;
    width: 692px;
    position: relative;
    top:200px;
    left:50%;
    margin-left:-372px;
}

.carousel .caro-arrow div {
    position: absolute;
    top: 40%;
    width: 80px;
    height: 80px;
    border-radius:50%;
    background-image: url("../img/caro-arrow-left.png");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.carousel .caro-arrow-left {
    left: 20px;
}

.carousel .caro-arrow-right {
    right: 20px;
    transform: rotate(180deg);
}


/*pang*/
.m-floor .instrument-floor .floor-title{
    width: 100%;
    background-color: #f6f6f6;
    font-weight: bold;
    color: #000000;
    position: relative;
    border-bottom:1px solid #ccc;
    
    margin-bottom:15px;
}
.m-floor .instrument-floor .floor-title span{
	display:inline-block;  
	line-height:50px;
    padding:0px 0px;
    border-bottom:2px solid #1E88B9;
    /*padding:0 10px;*/
    font-size: 22px;
    color:#1E88B9;
}
.m-floor .instrument-floor .floor-title a{
   line-height: 30px;
    font-size: 14px;
    /*color: #9C9C9C;*/
    font-weight: normal;
    float:right;
    width:72px;
    text-align: center;
    height:30px;
    /*border:1px solid #D7D7D7;*/
    border-radius:6px;
    margin-top:11px;
    /*background-color: #dedede;*/
}
.m-floor .instrument-floor .floor-content{
    width: 100%;
    height: 710px;
    background: #fff;
    border: 1px solid #f6f6f6;
    position: relative;
}
.m-floor .instrument-floor .floor-content .floor-left{
    width: 450px;
    height: 100%;
    
    position:relative;
    overflow: hidden;
}
.m-floor .instrument-floor .floor-content .floor-left .floor-show{
    width: 450px;
    height: 100%;
    position: relative;
}
.m-floor .instrument-floor .floor-content .floor-left .floor-instroduce{
    width: 450px;
    height: 472px;
    border-bottom: 1px solid #f6f6f6;
    position: relative;
}
.m-floor .instrument-floor .floor-content .floor-left .introduce{
    width: 450px;
    height: 280px;
    z-index: 33;
    position: absolute;
    top: -11px;
    left: 0;
}

.bg1{
   background:#1e88b9 url(../img/bg_yiqi_01.png) center center no-repeat ;
}
.bg2{
    background: url(../img/bg_jyfw_02.png) ;
}
.bg4{
   background: url(../img/bg_syfw_03.png) ;
}
.position{
    position: absolute;
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 12px solid transparent;
    border-top: 11px solid transparent;
    top: -22px;
    right: -12px;
}
.color1{
    border-bottom: 100px solid #30718E;
}
.color2{
    border-bottom: 100px solid #1F8381;
}
.color3{
    border-bottom: 100px solid #5A7F0A;
}
.color4{
    border-bottom: 100px solid #5A7F0A;
}
.m-floor .instrument-floor .floor-content .floor-left .introduce img{
    margin-top: 26px;
    margin-left: 22px;
    transition: all .2s;

    
}
.m-floor .instrument-floor .floor-content .floor-left .introduce:hover img{
    transform: translate(-10px);
}
.m-floor .instrument-floor .floor-content .floor-left .introduce .recommend{
    float: left;
    width: 256px;
    padding: 30px 40px;
}
.m-floor .instrument-floor .floor-content .floor-left .introduce .recommend-title{
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 22px;

}
.m-floor .instrument-floor .floor-content .floor-left .introduce .recommend-title a{
    color: #fff;
}
.m-floor .instrument-floor .floor-content .floor-left .introduce .recommend-list{
    line-height: 25px;
    color:#fff;
    font-size: 14px;
    margin-top:10px;
}
.m-floor .instrument-floor .floor-content .floor-left  .introduce-list{
    background:#DAE7EE;
    position: absolute;
    margin-top: 269px;
    width: 100%;
    height: 202px;
    padding: 18px 15px;
}
.m-floor .instrument-floor .floor-content .floor-left  .introduce-list ul{
    padding: 5px 5px;
}
.m-floor .instrument-floor .floor-content .floor-left  .introduce-list ul>li{
    display: inline-block;
    float: left;
   padding:8px 2px;
}
.m-floor .instrument-floor .floor-content .floor-left .introduce-list ul>li a{
    color: #666666;
    font-size: 14px;
    padding:0 10px;
    line-height: 22px;
    border-radius: 10px;
    /*display: block;*/
}
.m-floor .instrument-floor .floor-content .floor-left .introduce-list ul>li a:hover
{
    color: #fff;
    background:#4486A5;

}

.m-floor .instrument-floor .floor-content .floor-left .single-show{
    position: absolute;
    top: 476px;
    width:450px;
}
.m-floor .instrument-floor .floor-content  .single{
    width: 100%;
    height: 244px;
}
.m-floor .instrument-floor .floor-content  .single img{
    position: absolute;
    right:20px;
    top:90px;
    transition: all .2s;
}
.m-floor .instrument-floor .floor-content  .single:hover img{
    transform: translateX(-10px);
}
.m-floor .instrument-floor .floor-content  .single .single-introduce{
    width: 242px;
    padding: 14px 15px;
}
.m-floor .instrument-floor .floor-content  .single .single-title{
    font-size: 18px;
    color: #1c1c1c;
    width: 100%;
    height: 35px;
    line-height: 35px;
}
.m-floor .instrument-floor .floor-content  .single .single-title:hover a.a_1{
    color:#076A97
}
.m-floor .instrument-floor .floor-content  .single .single-title:hover a.a_2{
    color:#07AAB0
}
.m-floor .instrument-floor .floor-content  .single .single-title:hover a.a_3{
    color:#6E9717
}
.m-floor .instrument-floor .floor-content .single .single-title a{
    color: #1c1c1c;
}
.m-floor .instrument-floor .floor-content  .single .sinle-note{
    font-size: 12px;
    color:#A1A1A1;
    line-height: 22px;

}

.m-floor .instrument-floor .floor-content  .single .sinle-note li{
    border:none!important;
    /*display: block;*/
    float:inherit;
}
.m-floor .instrument-floor .floor-content  .single button{
    width:60px;
    height:24px;
    color:#fff;
    background:#1E88B9;
    border:none;
    font-size: 12px;
    border-radius:4px;
    margin-top:10px;
    margin-bottom:6px;
}
.m-floor .instrument-floor .floor-content  .single button:hover {
    background:#028ece;
}
.m-floor .instrument-floor .floor-content .floor-right{
    position: absolute;
    width: 760px;
    height: 100%;
    top: 0;
    right: 0;

   


}
.m-floor .instrument-floor .floor-content .floor-right ul{
    width: 100%;
    height: 100%
}
.m-floor .instrument-floor .floor-content .floor-right ul>li{
    float: left;
    
}
.m-floor .instrument-floor .floor-content .floor-right ul>li:nth-child(odd){
     border-right:1px solid #e6e6e6;


}
.m-floor .instrument-floor .floor-content .floor-right ul>li .specific{
    width: 372px;
    height: 235px;
    position:relative;
}
/*.m-floor .instrument-floor .floor-content .floor-right ul>li .sw{*/
    /*width: 184px;*/
/*}*/
.m-floor{
	padding-bottom:20px;
    background-color: #f6f6f6;
}


.search_index{
    height:162px;
    width:100%;
    background:url(../img/banner_yqsy1.png) no-repeat center;
    background-size:cover;

}
.search_index .search_box{
    margin-top:32px;
    border:28px solid rgba(0,0,0,.3);
    width:791px;
    height:108px;
}
.search_index .title_s{
    color:#fff;
    font-size: 22px;
    text-align: center;
}
.nav_in{
    width:100%;
    background:#868A97;
}
.nav_in li{
    display: inline-block;
    vertical-align: middle;
    padding:13px 15px;
}
.nav_in li a{
    padding:0 14px;
    line-height:28px;
    font-size: 16px;
    color:#fff;
    border-radius: 5px;
}
.nav_in li.active a{
    background:#00C2DE;
}
.li_10 li{
    margin-top:5px;
}
.price_in{
    color:#FF8A00;
    font-size: 14px;
    font-weight: 500;
}
.content_need{
    background:#fff;
    padding:0 24px;
}
.content_need>ul>li{
    width:47%;
    height:120px;
    float:left;
    padding-top:14px;
    padding-bottom:8px;
    border-bottom:1px solid #ECECEC;
}
.content_need>ul>li:nth-child(odd){
    margin-right:6%;
}
.content_need h4{
    font-size: 18px;
    line-height: 44px;
    font-weight: 500;
    text-overflow: ellipsis;overflow : hidden;white-space:nowrap;
}

.content_need .con_lf{
  /*  width:394px;*/
    float:left;
    line-height:24px;
    
}
.content_need .con_rt{
    float:right;
}

.content_need  p{
	height:20px;
    display:block;text-overflow: ellipsis;overflow : hidden;white-space:nowrap;
   margin-bottom:6px;
    color:#333;
}
.content_need  span{
    color:#888;
    line-height: 30px;
}