/*广告轮播*/
.adbox{margin: 0 auto;}
.adbox .slideBox{position: relative;overflow: hidden;width: 1920px;top: 0;left: 50%;margin-left: -960px;}
.adbox .slideBox .hd {height: 15px;position: absolute;left:0;bottom:30px;width:100%;text-align:center;z-index: 1;}
.adbox .slideBox .hd ul li {display:inline-block;width: 50px;height: 4px;background:rgba(0,0,0,0.3);cursor: pointer;border-radius:6px;margin: 0 6px 38px 2px;}
.adbox .slideBox .hd ul li.on {background:#ff524c;}
.adbox .slideBox .hd ul {overflow: hidden;}

.adbox .slideBox .bd ul {height: 480px;overflow: hidden;}
.adbox .slideBox .bd li {float: left;zoom: 1;vertical-align: middle; height: 480px;}
.adbox .slideBox .bd li img{width: 1920px;height: 480px;}
.adbox .slideBox .bd li span {display: none;}
/* 热门机型 */
.hot_planeType {height: 70px; line-height: 70px; }
.hot_planeType .rhomboid {width: 513px; height: 10px; background-color: #C7C7C8;}
.hot_planeType p {display: inline-block;}
.hot_planeType p:first-child {
    -webkit-transform: skew(35deg);
    -moz-transform: skew(35deg);
    -o-transform: skew(35deg);
    transform: skew(35deg);
}
.hot_planeType p:nth-child(2) {font-size: 30px; font-weight: bold; margin: 0 23px;}
.hot_planeType p:last-child {
    -webkit-transform: skew(-35deg);
    -moz-transform: skew(-35deg);
    -o-transform: skew(-35deg);
    transform: skew(-35deg);
}

.flexbox {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}
/* 没有两端对齐 */
.flexbox_2 {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}
/* 没有垂直居中 */
.flexbox_3 {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}
/* 机型列表 */
.plane_list {background-color: #fff; margin-bottom: 20px; padding: 25px; overflow: hidden; display: flex; align-items: center;}
.plane_list li {width: 272px; margin-right: 21px;}
.plane_list li .plane_img {width: 272px; height: 190px;}
.plane_list li .plane_divBorder {border: 1px solid #E5E5E5; border-top: 0; padding: 10px; margin-top: -5px;}
.plane_list li .plane_names {font-size: 16px; font-weight: bold; margin-bottom: 10px;}
/* 修改开始 -- 机型列表 style */
.plane_list li .plane_advisoryer .plane_left {
    font-size: 18px;
    color: red;
}
.plane_list li .plane_advisoryer .plane_right {
    font-size: 16.5px;
    color: #999;
}
/* 修改结束 */

/*.plane_list li .plane_advisoryer .plane_left img {width: 35px; height: 35px; border-radius: 50%; margin-right: 10px;}*/
/*.plane_list li .plane_advisoryer .plane_left .plane_man p:first-child {font-size: 14px;}*/
/*.plane_list li .plane_advisoryer .plane_left .plane_man p:last-child {font-size: 12px; color: #999;}*/


/*.plane_list li .plane_advisoryer .plane_right a {color: #FE9500;}*/





/* 公司介绍 && 联系我们 */
.introduce_contact {margin-bottom: 30px;}
.introduce_contact .out_div {background-color: #fff; padding: 15px;}
.introduce_contact .company_introduce {width: 704px; height: 239px; overflow: hidden;}
.introduce_contact .company_introduce .introduce_nav {height: 35px; border-bottom: 3px solid #E95613; margin-bottom: 10px;}
.introduce_contact .company_introduce .introduce_nav li {font-size: 18px; margin-right: 15px; cursor: pointer;}
.introduce_contact .company_introduce .introduce_nav li.active_nav {color: #E95613; font-weight: bold;}
.introduce_contact .company_introduce .introduce_content div.inner_div {display: none;}
.introduce_contact .company_introduce .introduce_content div.introduce_active {display: block;}
.introduce_contact .company_introduce .introduce_content {margin-top: 20px; height: 181px; overflow: hidden;}
.introduce_contact .company_introduce .introduce_content .introduce img {width: 280px; height: 181px; margin-right: 15px;}
.introduce_contact .company_introduce .introduce_content .company_introduce_ p {font-size: 15px; width: 400px;}
.introduce_contact .company_introduce .introduce_content .company_news .news_list {width: 400px;}
.introduce_contact .company_introduce .introduce_content .company_news .news_list li {margin-bottom: 10px;}
.introduce_contact .company_introduce .introduce_content .company_news .news_list li:last-child {margin-bottom: 0;}
.introduce_contact .company_introduce .introduce_content .company_news .news_list li p {font-size: 14px;}
.introduce_contact .contace_us {width: 400px;}
.introduce_contact .contace_us .contace_title {height: 35px; border-bottom: 3px solid #E95613; font-size: 18px;}
.introduce_contact .contace_us .message  {margin-top: 20px;}
.introduce_contact .contace_us .message .message_left p {font-size: 16px; margin-bottom: 15px;}
.introduce_contact .contace_us .message .message_left p:last-child {margin-bottom: 0;}
.introduce_contact .contace_us .message .message_right img {width: 113px; height: 113px;}
.introduce_contact .contace_us .message .message_right p {font-size: 12px; text-align: center; color: #999; margin-top: 10px;}



/*商家基本信息 - left*/
.left{float: left;}
.left h2{height: 40px;background-color: #E95613;font-size: 16px;font-weight: bold;line-height: 40px;padding-left: 15px;color: #fff;}
.left .sectit{margin-bottom: 7px;}
/*商家基本信息*/
.left .storeInfo{width: 228px;min-height: 500px;background-color: #fff;margin-bottom: 15px;padding: 15px;box-sizing: border-box;}
.left .storeInfo img{width: 172px;height: 172px;display:block;margin: 0 auto;}
.left .storeInfo .name{text-align: center;color: #5e5a5a;font-size: 15px;padding: 10px 0;}
.left .storeInfo .sure{padding-left: 54px;box-sizing: border-box;margin-bottom: 15px;}
.left .storeInfo .sure span{display: block;float:left;width: 15px;height: 17px;background: url("../images/icon_rm.png") no-repeat 0 -1px;margin: 0 3px 0 3px}
.left .storeInfo .sure .bz {background-position: -16px -1px; }
.left .storeInfo .sure .wx {width:17px;background-position: -31px -1px;}
.left .storeInfo .sure .zf {width: 17px; background-position: -48px -1px;}
/*收藏*/
.left .storeInfo a.collect{display:block;margin:0 auto;color: #fff;font-size: 15px;text-align: center; border-radius: 2px;background-color: rgb(255, 171, 52);box-shadow: 0px 3px 3px 0px rgba(255, 124, 52, 0.31);width: 160px;height: 30px;line-height: 30px;}
.left .storeInfo a.collect.has {background-color: rgb(237, 240, 242);color: #8a8a91;box-shadow: 0px 3px 3px 0px rgba(237, 240, 242, 0.31);}

.left .storeInfo .bInfo{width: 200px;box-sizing: border-box;}
.left .storeInfo .bInfo p span{font-weight: bold;}
.left .storeInfo .bInfo p{font-size: 12px;color: #727278;padding: 7px 0;}
.left .storeInfo .bproduct{font-size: 12px;color: #727278; margin-top: 20px;}
.left .storeInfo .bproduct p {text-align: center; font-size: 14px;}
/*本店搜索*/
.left .storeSeaarch{width: 228px;min-height: 120px;background-color: #fff;margin-bottom: 15px;padding: 10px;box-sizing: border-box;}
.left .storeSeaarch p{font-size: 14px; color: #38383b;font-weight: bold;padding: 5px 0;}
.left .storeSeaarch input.search{border: 1px solid #e1e4ed;outline:none;width: 144px;height: 28px;border-radius: 2px;color: #bbbbc4;font-size: 13px;padding-left: 3px;box-sizing: border-box;}
.left .storeSeaarch input.price{width: 62px;height: 28px;border: 1px solid #e1e4ed;outline:none;border-radius: 2px;color: #bbbbc4;font-size: 13px;padding-left: 3px;box-sizing: border-box;}
.left .storeSeaarch .price_box em{margin: 0 4px;font-size: 14px; color: #38383b;font-weight: bold;}
.left .storeSeaarch a#search{display: block;width: 160px;height: 30px;margin:10px auto;border-radius: 2px;background-color: rgb(255, 52, 81);box-shadow: 0px 3px 3px 0px rgba(255, 52, 81, 0.31);text-align: center;color: #fff;line-height: 30px;font-size: 15px;}
/*店内商品分类*/
.left .storeCategory{width: 228px;min-height: 360px;background-color: #fff;margin-bottom: 15px;padding: 20px 10px;box-sizing: border-box;}
.left .storeCategory .allbox{margin-bottom: 10px;}
.left .storeCategory .all,.left .storeCategory .sypage{font-size: 15px;color: #38383b;font-weight: bold;cursor: pointer;}


.left .storeCategory .icon_category{display: inline-block;width: 11px;height: 11px;cursor:pointer;background: url("../images/sprite.png") no-repeat -41px -14px;margin: 0 5px -1px 0;}
.left .storeCategory .on{background-position: -41px 0;}
.left .storeCategory ul li{padding: 7px 0;}
.left .storeCategory ul li a{font-size: 14px;color: #727278;font-weight: bold;}
.left .storeCategory .sub_category{margin-left: 13px;}
.left .storeCategory .sub_category a{display: block;font-weight: 500;padding:5px 0 5px 15px;cursor: pointer;}
.left .storeCategory a:hover{text-decoration: underline;}

.right h3{width: 957px; height: 40px; background: #F6F6F6; color: #3b3b3b; font-size: 14px; line-height: 40px;font-weight: bold; padding-left: 22px;box-sizing: border-box;}
.right h3 em{display: inline-block;background-color: #ff495d;width: 6px;height: 50px;position: absolute;left: 0;}


/*首页数据列表*/
ul.list{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    width: 956px;
    height: 500px;
    background-color: #fff;
    padding-left: 31px;
    padding-bottom: 20px;
    box-sizing: border-box;
    color: #a0a0a0;
    font-size: 18px;
}
ul.list li{width: 201px; height: 224px; z-index: 1; margin-top: 20px; margin-right: 30px; -webkit-transition:all 0.4s; -moz-transition:all 0.4s; -ms-transition:all 0.4s; transition:all 0.4s;}
/* ul.list li:first-child {margin-left: 0;} */
ul.list li .has_border {border: 1px solid #EDF0F2; border-top: 0; width: 100%; padding-bottom: 5px;}
ul.list li img.list_img {height: 143px; width: 100%;}
ul.list li .list_title {font-size: 14px; font-weight: bold; margin-top: -7px; height: 30px; line-height: 30px; width: 90%;
    margin: -7px auto 0 auto; color: #000;overflow:hidden}
ul.list li .counselorer {width: 90%; margin: 0 auto;}
/* 修改开始 -- 限量特价 style */
ul.list li .counselorer div:first-child span {
    display: block;
}
ul.list li .counselorer div:first-child span:first-child {
    font-size: 12px;
    font-weight: bold;
    color: #000;
}
ul.list li .counselorer div:first-child span:last-child {
    font-size: 10px;
    color:　#999;
}
ul.list li .counselorer div:last-child {
    font-size: 18px;
    color: #ff0000;
}

/* 修改结束 */
/*ul.list li .counselorer img.avatar_img {width: 28px; height: 28px; border-radius: 50%;}*/
/*ul.list li .counselorer .counselorer_name p:first-child {font-size: 12px;}*/
/*ul.list li .counselorer .counselorer_name p:last-child {font-size: 10px; color: #999;}*/
/*ul.list li .counselorer .contace_counselor {padding: 5px 10px; border: 1px solid #FE9500; color: #FE9500; font-size: 12px; font-weight: bold; border-radius: 5px;}*/
/*ul.list li .counselorer .contace_counselor a {color: #FE9500;}*/
/*筛选数据列表*/
.listpage h3{font-size: 16px;color: #38383b;font-weight: 500;}
/*.listpage h3 a{display: inline-block;padding: 3px 30px;}*/
/*.listpage h3 a:hover{color: #ff2832;}*/
.listpage h3 .price{display: inline-block;border: 1px solid #f0f2f7;width: 98px;height: 30px;line-height:30px;color: #bbbcc4;font-size: 16px;position: relative;padding-left: 75px;box-sizing: border-box}
.listpage h3 .price input{width: 70px;height: 24px;position: absolute;top:0;left: 0;border: 0;outline: none;padding-left: 3px;box-sizing: border-box;}
.choose-tab{float: left;}
.choose-tab li{float: left;width: 80px;}
.choose-tab li i{font-style: normal;}

.sypagebtn{cursor: pointer;}
.right{float:left;margin-left:13px;}
.right .shouypage,.shopcon{display: none;}
.right .show{display: block;}
.right .choose-tab .active a{color: #ff3451;}
.right .r{float: right;}

/*//删选栏分页*/
.right h3 .r .pagination { margin-right: 5px;position: relative;}
.right h3 .r .pagination .pg-prev, .right h3 .r .pagination .pg-next { padding: 0 20px;cursor: pointer;}
.right h3 .r .pagination .trigger {width: 0; height: 0; font: 0/0 a; border-style: dashed solid; border-color: transparent #c8c9cf; border-width: 8px 12px 8px 0; display: inline-block; margin-top: 9px;}
.right h3 .r .pagination a.pg-prev  .trigger{border-color: transparent #f46060;}
.right h3 .r .pagination a.pg-next .trigger{border-color:transparent #f46060;}
.right h3  .r .pagination .pg-prev .text {display: none;}
.right h3  .r .pagination span.pg-next {color: #333; margin-left: 1px; width: 85px;}
.right h3  .r .pagination .pg-next .trigger {border-width: 8px 0 8px 12px; margin-left: 5px;}
.right h3  .r .pagination .sum {color: #333;position: absolute;right: 41px;top: -1px;}

.right h3 .codi{float: left;}
.codi{height: 30px; margin-top:15px; }
/*.codi .search{width:368px; color: #666; height: 28px; border:1px solid #ececec; margin-left: 18px; margin-right:10px; padding-left: 30px; line-height: 28px; font-size: 14px; background: url(../images/icon.png) -74px -56px no-repeat;}*/
.codi div{float: left; width: 100px; height: 28px; line-height: 28px; border:1px solid #ececec; padding:0 5px;color: #bbbcc4;}
.codi div input{width: 70px; height: 24px; border:0; line-height: 24px; vertical-align: middle;outline: none;}
.codi div.line{width:3px; height: 14px; border:none; border-bottom:1px solid #333; margin:0 15px;}
.codi a{float: left; width:70px; height: 28px; line-height: 28px; font-size: 14px; text-align: center; border:1px solid #ececec; margin-left:10px;}


/* 分页 */
#mod-item .pagination {height: 50px; padding: 30px 0; display: none; text-align: center;}
#mod-item .pagination-pages a, #mod-item .pagination-pages span {display: inline-block; vertical-align: middle; min-width: 18px; height: 30px; padding: 0 7px; margin: 0 0 0 10px; border: 1px solid #fff; text-align: center; line-height: 30px; font-size: 14px; cursor: pointer; color: #333; text-decoration: none;}
#mod-item .pagination-pages .curr, #mod-item .pagination-pages .interim {cursor: default;}
#mod-item .pagination-pages .interim {border-color: transparent; background: transparent; box-shadow: none; padding: 0;}
#mod-item .pagination-pages .curr {background: #bfbbbb;color:#fff;cursor: no-drop;}
#mod-item .pagination-pages a:hover {background-color: #bfbbbb; color: #fff;}
#mod-item .pagination-pages .prev, #mod-item .pagination-pages .next {padding: 0 8px;}
#mod-item .pagination-pages .disabled {background-color: #999; color: #fff; cursor: default;}
#mod-item .pagination-pages .redirect {display: inline-block; vertical-align: middle; margin-left: 20px; line-height: 40px; font-size: 14px;}
#mod-item .pagination-pages .redirect i {font-style: normal; float: left;}
#mod-item .pagination-pages .redirect input {float: left; width: 50px; margin: 3px 5px; padding: 6px 5px;background-color: #edf0f2;height: 20px; border: 1px solid #fff; outline: 0; text-align: center;}
#mod-item .pagination-pages .redirect button {float: left; height: 40px; padding: 6px 15px;margin-top: 3px; margin-left: 10px; background-color: #edf0f2; border: 1px solid #fff; line-height: 20px; outline: 0; cursor: pointer; font-size: 14px;}
#mod-item .pagination-pages .redirect button:hover {background-color: #f5f5f5;}

.right .shopcon h3{font-size: 16px;font-weight: 500;}

#searchtwo{display: inline-block;height: 30px;background: #ff3451;color: #fff;text-align: center;line-height: 30px;margin-left: 10px;}

.loading{text-align: center;padding: 30px;font-size: 18px;font-weight: bold;}
.storeCategory .on{color:#ff2832 !important;}
