﻿@charset "utf-8";
/*
** 项目名称: 通顺康器械终端网
** 功能介绍: css
*/

/* 样式初始化设置 */
html, body, div, input, p, img, button, a, span, header, footer, ul, li, dl, dt, section, aside, small, a, h1, h2, h3, h4, h5, table, tr, th, tb, thead, tbody {
    margin: 0;
    padding: 0;
    outline: none;
    font-family: "Microsoft YaHei" !important;
}

html, body {
    min-width: 1200px;
}

a {
    text-decoration: none;
    color: inherit;
}

img, input, button {
    border: none;
}

button {
    cursor: pointer;
}

ul, li, dl, dt, dd {
    list-style: none;
}
/* 样式初始化设置end */

/* 公共样式区域 */
div.article {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

div.article980 {
    width: 980px;
    margin: 0 auto;
    position: relative;
}
    /* 清除浮动 */
    div.article:after, div.section:after, div.article980:after {
        display: table;
        content: "";
        clear: both;
    }

div.section {
    position: relative;
    width: 995px;
    float: left;
}

.border-none {
    border: none !important;
}
input:-webkit-autofill, 
textarea:-webkit-autofill, 
 select:-webkit-autofill { 
       -webkit-box-shadow: 0 0 0 1000px #fff inset; 
}
 input[type=text]:focus, input[type=password]:focus, textarea:focus {
      -webkit-box-shadow: 0 0 0 1000px #fff inset; 
}

input::-webkit-input-placeholder {
    color: #a5a5a5;
}

input::-moz-placeholder {
    color: #a5a5a5;
}

input:-moz-placeholder {
    color: #a5a5a5;
}

input:-ms-input-placeholder {
    color: #a5a5a5;
}

/* 公共样式区域end */

/******************************************************* 内容样式区域  *******************************************************/
/* head-top */
.head-top {
    height: 35px;
    color: #878787;
    font-size: 12px;
    line-height: 35px;
    background: #f5f5f5;
}

.head-top-left {
    float: left;
}

.head-top-right {
    float: right;
}

    .head-top-right a {
        padding: 0 10px 0 5px;
    }

        .head-top-right a:hover {
            color: #ed3333;
        }
/* head-top end */

/* head-center */
.head-center {
    background: #fff;
    height: 105px;
    padding: 20px 0;
    box-sizing: border-box;
}

.head-logo {
    display: inline-block;
    width: 260px;
    margin-right: 30px;
    float: left;
}

.head-sel {
    width: 525px;
    height: 40px;
    margin-top: 10px;
    display: block;
    float: left;
}
.head-sel .input-box {
        height: 40px;
        width: 435px;
        float: left;
        border: 1px solid #42b64b;
        box-sizing: border-box;
        position: relative;
    }

    .head-sel input {
        height: 38px;
        line-height: 38px;
        width: 435px;
        padding: 0 10px;
        color: #878787;
        box-sizing: border-box;
    }
        .head-sel input:focus {
            color: #000;
        }
    
    .head-sel .dropdown {
      position: absolute;
      top: 38px;
      left: -1px;
      width: 435px;
      background-color: #FFF;
      border: 1px solid #42b64b;
      border-top: 0;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
      z-index: 999;
      margin: 0;
    }
    
    .head-sel .dropdown li {
      display: block;
      line-height: 30px;
      overflow:hidden;
      padding: 0 15px;
      min-height: 1.2em;
      cursor: pointer;
      color:#878383;
      font-size:13px;
    }
    .head-sel .dropdown li>span{
        display:block;
        float:left;
    }
    .head-sel .dropdown li>span.text{
        max-width:300px;
      overflow:hidden;
      text-overflow:ellipsis;
      white-space:nowrap;
    }
    .head-sel .dropdown li:hover,.head-sel .dropdown li.active {
      background-color: #42b64b;
      color: #FFF;
    }

.head-sel-btn {
    width: 90px;
    height: 40px;
    float: left;
    color: #fff;
    font-size: 16px;
    background: #42b64b;
    margin-bottom: 5px;
}

    .head-sel-btn:hover {
        background: #008b39;
    }

.head-sel-content {
    font-size: 12px;
    color: #878787;
}

    .head-sel-content a {
        color: #42b64b;
        padding: 0 5px;
    }

        .head-sel-content a:hover {
            color: #008b39;
        }

.head-center-right {
    margin-top: 10px;
    width: 380px;
    height: 40px;
    padding-left: 45px;
    float: left;
    box-sizing: border-box;
}

.head-CRleft {
    display: block;
    width: 165px;
    height: 40px;
    border: 1px solid #42b64b;
    box-sizing: border-box;
    background: #fff;
    float: left;
}

    .head-CRleft span {
        display: block;
        width: 125px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        color: #42b64b;
        box-sizing: border-box;
        float: left;
    }

.head-CRleft-btn {
    display: inline-block;
    font-size: 16px;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    color: #fff;
    background: #42b64b;
}

    .head-CRleft-btn:hover {
        background: #008b39;
    }

.head-CRright {
    width: 165px;
    float: left;
    padding-left: 40px;
    box-sizing: border-box;
    font-size: 16px;
}

    .head-CRright p {
        color: #878787;
    }

    .head-CRright a {
        color: #42b64b;
    }
/* head-center end */
/* nav */
.nav {
    height: 35px;
    background: #42b64b;
}

.navItem {
    width: 200px;
    background: #008b39;
    position: relative;
    float: left;
    height: 40px;
    top: -5px;
    padding-top: 5px;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    z-index: 4;
}

    .navItem:before {
        display: block;
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        top: 0px;
        left: -10px;
        border-bottom: 5px solid #0f5d15;
        border-left: 10px solid transparent;
    }

    .navItem:after {
        display: block;
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        top: 0px;
        right: -10px;
        border-bottom: 5px solid #0f5d15;
        border-right: 10px solid transparent;
    }

.Item_Title {
    height: 35px;
    font-size: 16px;
    cursor:pointer;
}

    .Item_Title span {
        line-height: 35px;
    }

    .Item_Title img {
        width: 24px;
        height: 24px;
        margin-right: 8px;
    }

    .Item_Title img, .Item_Title span {
        vertical-align: middle;
    }

.navItem_list {
    width: 200px;
    background: #42b64b;
    box-sizing: border-box;
    position: absolute;
    z-index:999;
    /*    display: none;*/
}

ul.navItem_list li {
    width: 100%;
    height: 35.3px;
    line-height: 35.3px;
    text-align: left;
    padding: 0 10px;
    cursor: pointer;
    font-size: 14px;
    box-sizing: border-box;
}

    ul.navItem_list li:hover {
        background: #fff;
        width: 100%;
        color: #42b64b;
    }

    ul.navItem_list li .Item_t {
        height: 100%;
        width: 100%;
        padding: 0 10px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        border-bottom: 1px dashed #fff;
        border-bottom-color: rgba(255, 255, 255, 0.4);
        box-sizing: border-box;
        text-indent: 0em;
        transition: all .6s linear;
    }

    ul.navItem_list li:hover .Item_t {
        text-indent: 1em;
    }

.Item_panel {
    position: absolute;
    left: 200px;
    top: 0px;
    width: 800px;
    min-height: 495px;
    background: #fefefe;
    color: #878787;
    display: none;
    transition: all .6s linear;
}

ul.navItem_list li:hover > .Item_panel {
    display: block;
}

.Item_panel dl {
    width: 100%;
    min-height: 32px;
    line-height:32px;
    padding-left: 8px;
    margin:8px 0;
    box-sizing:border-box;
}
    .Item_panel dl:after {
        display:table;
        clear:both;
        content:"";
    }
.Item_panel dt {
    float: left;
    text-align: right;
    height: 100%;
    font-size: 14px;
    width:130px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    color:#666 !important;
}

.Item_panel dd {
    position: relative;
    width:610px;
    height: 100%;
    font-size: 14px;
    float: left;
    text-align: left;
    margin-left:30px;
}
.Item_panel dd .Column {
    float:left;
}
    .Item_panel dd a {
        padding: 0 10px 0 10px;
    }

        .Item_panel dd a:hover {
            color: #42b64b;
        }
/* nav end */

/* navMain */
.navMain {
    width: 1000px;
    float: left;
    height: 35px;
    padding-left: 40px;
    box-sizing: border-box;
}

.navMain-ul li {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    color: #fff;
    cursor: pointer;
}

    .navMain-ul li a {
        font-size: 16px;
        display: inline-block;
        width: 100%;
        height: 35px;
        line-height: 35px;
        padding: 0 17px;
    }

    .navMain-ul li.article, .navMain-ul li:hover, .navMain-ul li:active {
        background: #008b39;
    }
/* navMain end */

/* navRight */
.navRight {
    position: absolute;
    top: 35px;
    right: 0;
    width: 200px;
    height: 495px;
    z-index: 4;
    background: #fff;
}

.navRightTitle {
    height: 40px;
    line-height: 40px;
    width: 100%;
    background: #efefef;
    text-align: center;
    font-size: 16px;
    color: #42b64b;
}

.navRightMain {
    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.registerMin {
    margin-bottom: 10px;
    font-size: 12px;
    color: #a0a0a0;
    text-align: center;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 10px;
    height: 120px;
}

.UserImage{
    display: inline-block;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size:cover;
}
.UserName{
    padding: 5px;
}

.UserBtn{
    width: 100%;
    margin-top: 10px;
    height: 25px;
    text-align: center;
}
.UserBtn a{
    display: inline-block;
    width: 70px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #42b64b;
    background: #fff;
    font-size: 12px;
    color: #42b64b;
    margin: 0 5px;
}
.UserBtn a:hover{
    background-color: #42b64b;
    color: #fff;
}

/* noticeMain */
.noticeMain {
    width: 100%;
    height: 255px;
    border-bottom: 1px solid #e9e9e9;
}

.noticeTitle {
    font-size: 14px;
    color: #414141;
}

.noticeUl {
    margin-top: 5px;
}

    .noticeUl li {
        font-size: 12px;
        color: #9b9b9b;
        height: 25px;
        line-height: 25px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .noticeUl li a:hover {
            color: #42b64b;
        }
/*服务保障*/
.serverMain{
    width: 100%;
    height: 75px;
    text-align: center;
    padding-top: 5px;
}

.serverList{
    display: inline-block;
    width: 55px;
}
.serverList i{
    display:inline-block;
    width: 45px;
    height: 45px;
    color: #42b64b;
    font-size: 40px;
}
.serverList span{
    font-size: 12px;
    color: #9b9b9b;
}
/* noticeMain end */

/* navRight end */

/* banner */
.banner {
    background: #fff;
    height: 494px;
}

    .banner .ft-carousel {
        top: -5px;
    }

.banner_ul li {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
}

.bannerMain {
    display: inline-block;
    width: 800px;
    height: 494px;
    background-repeat: no-repeat;
    background-size: 800px 495px;
    background-position: center center;
}

.innerBanner {
    display: inline-block;
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
/* banner end */
.innerTitleimg {
    width:1200px;
    height:52px;
    margin:15px auto;
    background-position:center center;
    background-repeat:no-repeat;
}
/* Main */
.Main {
    background: #f5f5f5;
    padding-top: 25px;
    padding-bottom: 40px;
}

    .Main .article {
        margin-bottom: 20px;
    }

div.main800 {
    width: 800px;
    float: left;
}

div.main200 {
    width: 200px;
    height: 260px;
    float: left;
    box-sizing: border-box;
    background-color: #fff;
}

.mainAdv1 {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 30px;
    box-sizing: border-box;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff704b), to(#e1444d));
    background: -moz-gradient(linear, 0 0, 0 bottom, from(#ff704b), to(#e1444d));
    background: linear-gradient(#ff704b, #e1444d);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ff704b',endColorStr='#e1444d',gradientType='0');
}

.mainAdv2 {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 30px;
    box-sizing: border-box;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffb424), to(#fd7613));
    background: -moz-gradient(linear, 0 0, 0 bottom, from(#ffb424), to(#fd7613));
    background: linear-gradient(#ffb424, #fd7613);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ffb424',endColorStr='#fd7613',gradientType='0');
}

.mainAdvTitle P {
    font-size: 35px;
    color: #fff;
}

.mainAdvTitle span {
    font-size: 12px;
    color: #fff;
}

.mainAdvTitle:after {
    display: block;
    content: "";
    width: 40px;
    height: 4px;
    background: #fff;
    border-radius: 4px;
    margin-top: 5px;
}

.AdvMore {
    position: absolute;
    bottom: 30px;
    font-size: 16px;
    color: #fff;
    transition: all .6s linear;
}

    .AdvMore:after {
        width: 20px;
        height: 20px;
        display: inline-block;
        content: "";
        vertical-align: bottom;
        margin-left: 10px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        background-image: url(../image/adv-more.png);
    }

    .AdvMore:hover {
        margin-left: 5px;
    }

div.mainMin {
    border-right: 1px solid #dcdcdc;
    transition: all .6s linear;
}

    div.mainMin:hover, .mian240:hover {
        box-shadow: 0 3px 5px 0 rgba(68, 68, 68, 0.15);
    }

.mainMin .mainTop, .floorTop {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mainMin .mainBottom {
    height: 60px;
    border-top: 1px solid #f5f5f5;
    box-sizing: border-box;
    padding: 10px;
    background: #fff;
}

.mainMin .mainTitle, .floorTitle {
    font-size: 14px;
    color: #2f2f2f;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .mainBottom .mainTitle a:hover, .floorTitle a:hover {
        color: #42b64b;
    }

.mainBottom .mainMove, .floorMove {
    font-size: 14px;
    color: #42b64b;
}

    .mainBottom .mainMove:hover, .floorMove:hover {
        color: #008b39;
    }

.AdvImg1, .AdvImg2 {
    width: 190px;
    height: 250px;
    margin: 5px;
}

.AdvUl, .Advli {
    height: 100%;
    width: 100%;
}

.AdvA {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.AdvImgMax {
    height: 90px;
    background: #fff;
}

.hTitle {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid transparent;
    box-sizing: border-box;
}

.hTitle-span {
    font-size: 24px;
    color: #3d3d3d;
}

.hTitle-span2 {
    font-size: 18px;
    color: #3d3d3d;
}

.hTitle_a {
    font-size: 14px;
    float: right;
    color: #3c3c3c;
    padding-right:10px;
}

    .hTitle_a:hover {
        color: #42b64b;
    }
.mian230 {
    width: 230px;
    height: 150px;
    float: left;
    margin-right: 12.5px;
    margin-top: 5px;
    overflow: hidden;
}

.margin-none-b {
    margin-right: 0;
    margin-bottom: 10px;
}

.A_brand {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
    -webkit-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
    -o-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
    -ms-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
    transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
}

.mian230:hover .A_brand {
    transform: scale(1.1);
}

.floor-Main {
    width: 100%;
}

.floor-Img {
    width: 100%;
    height: 100%;
}

.main200-325 {
    width: 200px;
    height: 325px;
    float: left;
}

.mian240 {
    width: 240px;
    height: 325px;
    background: #efefef;
    float: left;
    margin-right: 13.33px;
    transition: all .6s linear;
}

.margin-none {
    margin-right: 0;
}

.floorBottom {
    height: 85px;
    background: #fff;
    box-sizing: border-box;
    border-top: 1px solid #f5f5f5;
    padding: 15px 10px;
}

.floorMove {
    padding: 5px 15px;
    border: 1px solid #42b64b;
    display: inline-block;
    margin-top: 10px;
}
/* Main end */

/* footer */
.footer {
    width: 100%;
    background: #37393d;
}

.footerTop {
    width: 100%;
    height: 115px;
    border-bottom: 1px solid #636363;
}

.footerTop {
    overflow: hidden;
}

    .footerTop:after, .footerCenter:after, .Query-brand:after, .QueryConditions:after, .PClass:after, .Manufacturer:after {
        display: table;
        content: "";
        clear: both;
    }

.f250-220 {
    width: 250px;
    height: 140px;
    float: left;
}

.contactMain {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 25px;
}

.contactTop {
    height: 85px;
    box-sizing: border-box;
    padding: 15px 0;
}

.contactLeft {
    width: 50px;
    height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../image/TEL.png);
    float: left;
}

.contactRight {
    float: right;
    width: 150px;
    height: 100%;
    color: #b9b9b9;
    font-size: 18px;
}

    .contactRight h3 {
        font-weight: 500;
    }

.footerCenter {
    padding: 35px 0;
}

.contactBootton {
    font-size: 12px;
    color: #b9b9b9;
}

    .contactBootton p {
        padding: 2px 0;
    }

.f700 {
    width: 700px;
    min-height: 140px;
    float: left;
    text-align: center;
    font-size: 14px;
    color: #b9b9b9;
}

.footNavul {
    display: inline-block;
    vertical-align: top;
    padding: 0 25px;
}

    .footNavul li {
        text-align: left;
        margin-bottom: 5px;
    }

        .footNavul li p {
            font-size: 17px;
        }

        .footNavul li a:hover {
            color: #fff;
            text-decoration: underline;
        }

.footerMain {
    background: #28292d;
}

.QRcode {
    width: 50%;
    float: left;
    height: 100%;
    text-align: center;
    font-size: 14px;
    color: #b9b9b9;
}

    .QRcode img {
        width: 100px;
    }

.footerBottom {
    text-align: center;
    padding: 40px 0;
    color: #b9b9b9;
    font-size: 14px;
}

.smallT a:hover {
    color: #42b64b;
}

.small p {
    padding: 5px 0 0;
}
/* footer end */
/*分页样式*/
.page_div {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 15px;
    font-family: "microsoft yahei";
    color: #666666;
    box-sizing: border-box;
    text-align: center;
}

    .page_div a {
        min-width: 30px;
        height: 28px;
        border: 1px solid #dce0e0;
        text-align: center;
        margin: 0 4px;
        cursor: pointer;
        line-height: 28px;
        color: #666666;
        font-size: 13px;
        display: inline-block;
    }

#firstPage,
#lastPage {
    width: 50px;
    color: #42b64b;
    border: 1px solid #42b64b;
}

#prePage,
#nextPage {
    width: 70px;
    color: #42b64b;
    border: 1px solid #42b64b;
}

.page_div .current {
    background-color: #42b64b;
    border-color: #42b64b;
    color: #FFFFFF;
}

.totalPages {
    margin: 0 10px;
}

    .totalPages span,
    .totalSize span {
        color: #42b64b;
        margin: 0 5px;
    }
/* end */

/* inner */
.shop-title {
    padding: 20px 0 10px 0;
    font-size: 20px;
    color: #424242;
}
/* inner end */

/* 侧边导航 */
#right-fixed{
    position: fixed;
    top: 50%;
    transform:translateY(-50%);
    right: 15px;
    z-index:999;
}
#right-fixed>ul>li{
    width: 34px;
    height: 34px;
    border-radius: 4px;
    background: #42b64b;
    position: relative;
    margin-bottom: 8px;
}
#right-fixed>ul>li>a{
    display: block;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#right-fixed>ul>li #car_num{
    min-width: 14px;
    min-height: 14px;
    background: #ef2929;
    line-height: 100%;
    text-align: center;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 100%;
    color: #fff;
    font-size: 12px;
    padding:2px;
}
#addcarImg{
    position: fixed;
    width: 50px;
    height: 50px;
    border: 1px solid #e1e1e1;
    background-size: cover!important;
    top: 50%;
    display: none;
}
/* end */