@charset "UTF-8";
/* CSS Document */
body {
    line-height: 1.5;
    font-family: tahoma, arial, 'Hiragino Sans GB', 'Microsoft YaHei', '\5b8b\4f53', sans-serif;
    background: #fff;
    font-size: 12px
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%
}

ol, ul {
    list-style: none
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
    font-style: normal
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    *font-size: 100%
}

fieldset, img, a img, :link img, :visited img {
    border: 0
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

:focus {
    outline: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption, th {
    text-align: left
}

sup, sub {
    font-size: 100%;
    vertical-align: baseline
}

blockquote, q {
    quotes: none
}

blockquote::before, blockquote:after, q::before, q::after {
    content: '';
    content: none
}

hr {
    border: 0 none;
    border-bottom: 1px solid #ccc;
}

.clear, .clearfix:after, .grid-row:after {
    clear: both;
    height: 0;
    overflow: hidden;
    display: block
}

.clearfix:after, .grid-row:after {
    visibility: hidden;
    content: "."
}

.clearfix {
    *zoom: 1
}

.pd50 {
    padding: 50px;
}

.mb40 {
    margin-bottom: 40px;
}

.fB {
    font-weight: bold
}

.fI {
    font-style: italic
}

.f12px {
    font-size: 12px
}

.f14px {
    font-size: 14px
}

.f-highlight {
    color: #17869c !important;
}

.f-orange {
    color: #e0633a !important;
}

.f-green {
    color: #9aad22 !important;
}

.left {
    float: left
}

.poa {
    position: absolute;
}

.por {
    position: relative;
}

.right {
    float: right
}

.hidden {
    display: none
}

.row-2 {
    width: 50%;
    float: left;
}

.row-3 {
    width: 33.33%;
    float: left;
}

.ellipsis {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bg {
    background-color: #f6f6f6;
}

.text-center {
    text-align: center;
}

.container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.container-wrapper {
    margin-bottom: 40px;
}




.header {
    border-top: 3px solid #17869c;
    height: 70px;
    padding: 15px 0;
    width: 100%;
    background-color: #fff;
    /*transition: all .2s;*/
}



.header.header-hide {
    /*transform: translate3d(0, -150px, 0);*/
}

.logo {
    margin-top: 15px;
    float: left;
    height: 55px;
}

.logo img {
    height: 100%;
    float: left;
}

.slogan {
    margin-left: 15px;
    float: left;
    color: #17869c
}

.slogan dt {
    line-height: 54px;
    font-size: 25px;
    color:#e0633a;
}

.slogan dd {
    line-height: 16px;
    font-size: 14px;
}

.header-right {
    float: right;
    padding: 10px 0;
}

.header-right a {
    display: block;
    float: left;
    font-size: 16px;

}

.header-right img {
    height: 50px;
    vertical-align: middle;
    float: left;
    margin-right: 5px;
    transform: scale(1);
    transition: transform .2s linear;
}

.header-right a:hover img {
    transform: scale(1.1);
}

.header-right a:after {
    content: "";
    display: block;
    background-color: #17869c;
    width: 100%;
    height: 3px;
    margin-top: -28px;
}

.header-right p {
    float: left;
    line-height: 25px;
    text-align: center;
}

.h-tel {
    color: #9aad22;
    margin-right: 15px;
    padding-right: 25px !important;
    border-right: 1px solid #eaeaea;
}

.h-tel::after {
    background-color: #9aad22 !important;
}

.h-shop {
    color: #e0633a;
}

.h-shop::after {
    background-color: #e0633a !important;
}

.header-min {
    padding: 5px 0;
    height: 50px;
}

.header-min .logo {
    height: 30px;
}

.header-min .header-right {
    padding: 0;
}

.header-min .slogan dd {
    display: none;
}

.header-min .header-right a:after {
    margin-top: -8px;
}


.nav {
    background-color: #17869c;
    line-height: 46px;
}

.nav li {
    width: 12.5%;
    float: left;
    box-sizing: border-box;
    padding-right: 1px;
    text-align: center;
    position: relative;
    z-index: 100;
    position: relative;
}

.nav li::after {
    content: " ";
    position: absolute;
    display: block;
    right: 0px;
    top: 13px;
    height: 19px;
    width: 1px;
    background-color: #eee;
    opacity: 0.8;
}

.nav li:last-child::after {
    display: none;
}

.nav li > a {
    font-size: 16px;
    color: #fff;
    display: block;
}

.nav li > a:hover,
.nav li.hover a {
    color: #fff;
    background-color: #e0633a;
}

.nav .subnav {
    z-index: 100;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 45px;
    display: none;
    background-color: #e0633a;
}

.nav .subnav a {
    display: block;
    border-top: 1px solid #eee;
    line-height: 35px;
    height: 35px;
    font-size: 13px;
    color: #fff;
}

.nav .subnav a:hover {
    background-color: #e0633a;
}

.nav li.hover .subnav {
    display: block;
}

.nav .nav-ico{
    position: absolute;
    top:-8px;
    left:10%;
    font-size:12px;
    height:16px;
    display: block;
    line-height: 16px;
    color:#fff;
    background-color: #d80000;
    font-style: normal;
    padding:0 8px;
    border-radius:8px;
    animation: suofang 1s linear infinite;
}

@keyframes suofang {
    0% {
        transform: translateY(0) ;
    }

    50% {
        transform: scale(1.1);
    }
}
.nav .nav-ico:after{
    position: relative;
    z-index: 0;
    height:6px;
    width:6px;
    content:"";
    display: block;
    background-color: #d80000;
    bottom:4px;
    transform: rotate(45deg);
    left:50%;
    margin-left:-3px;
    z-index:-1;
}



.banner {
    width: 100%;
    position: relative;
}

.banner .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.banner ul {
    width: 100% !important;
}

.banner .bd li {
    height: 500px;
    width: 100% !important;
    background-position-x: center;
    background-position-y: center;
}

.banner .bd li a {
    display: block;
    height: 400px;
}

.banner .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 32px;
}

.banner .hd ul {
    text-align: center;
}

.banner .hd ul li {
    cursor: pointer;
    float: left;
    color: #fff;
    height: 32px;
    line-height: 32px;
    box-sizing: border-box;
    border-right: 1px solid #fff;
    overflow: hidden;
    background: #666;
    background: rgba(0, 0, 0, 0.7);
    filter: opacity(60);
    opacity: 0.6;
}

.banner .hd ul li:last-child {
    border-right: 0 none;
}

.banner .hd ul .on {
    background: #17869c;
}

.banner .prev,
.banner .next {
    position: absolute;
    cursor: pointer;
    width: 50px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 100;
    display: block;
    top: 50%;
    margin-top: -50px;
    left: 5%;
    color: #fff;
}

.banner .next {
    left: auto;
    right: 5%;
    background-position: -6px -132px;
}

.banner .fa {
    line-height: 100px;
    font-size: 40px;
}

.banner-slogan{
    height: 65px;
    line-height: 65px;
    font-size:26px;
    color:#fff;
    letter-spacing: 2px;
    background-color: #17869c;
    text-align: center;
}
.banner-slogan img{
    vertical-align: middle;
}
.banner-input-box {
    text-align: center;
    background: #17869c;
    padding: 15px 0;
}

.banner-input-head {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    line-height: 22px;
}

.banner-input-head b {
    color: #fff;
    line-height: 30px;
    font-size: 20px;
    display: block;
    font-weight: normal;
}

.banner-input-head i {
    line-height: 20px;
    display: block;
    font-style: normal;
    font-size: 14px;
}

.banner-input-body {
    display: inline-block;
    vertical-align: middle;
}

.banner-input-body input {
    display: block;
    float: left;
    outline: none;
    border: none;
    font-size: 14px;
    border-radius: 4px;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
}

.banner-input-body input.name {
    width: 310px;
}

.banner-input-body input.tel {
    width: 390px;
}

.banner-input-body input.button {
    background-color: #e0633a;
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin-right: 0;
    cursor: pointer;
    width: 160px;
}
.banner-input-body input.button:hover{
    background-color: #9aad22;
}

.mod {
    padding: 70px 0;

}

.mod-1 {
    padding-top:40px;
    padding-bottom: 30px;
    /*background: url('../img/bg1.png') no-repeat center center;*/
}

.mod-1 .grid-1 {
    padding-bottom: 40px;
    border-bottom: 1px dashed #cacaca;
    margin-bottom: 40px;
}

.mod-1 .grid-2 {
    width: 640px;
    height: 280px;
    overflow: hidden;
    float: left;
}

.mod-1 .grid-3 {
    width: 500px;
    float: right;
}

.mod-1 .grid-4 {
    margin-top: 40px;
}

.mod-1 .mod-hd {
    display: none;
    text-align: center;
    height: 148px;
}

.mod-1 .mod-hd .tips {
    font-size: 19px;
    color: #000;
    line-height: 22px;
    width: 100%;
    text-align: center;
}

.mod-1 .mod-hd .mod-title {
    width: 100%;
    text-align: center;
    font-size: 36px;
    color: #555;
    line-height: 82px;
}

.mod-1 .mod-hd .tips {
    padding-top: 30px;
}

.mod-1 .mod-bd {

}

.list-qlink {
    width: 100%;
    text-align: center;
    font-size: 0px;
}

.list-qlink li {
    position: relative;
    display: inline-block;
    padding: 0 50px;
}

/*.list-qlink li:before{*/
/*position: absolute;*/
/*display: block;*/
/*content: "";*/
/*width:1px;*/
/*height:60px;*/
/*border-right:1px dashed #cacaca;*/
/*right:0px;*/
/*top:50%;*/
/*margin-top:-30px;*/
/*}*/
/*.list-qlink li:last-child:before{*/
/*display: none;*/
/*}*/

.list-qlink li a {

}

.list-qlink .list-thumb {
    width: 120px;
    margin: 0 auto;
    height: 120px;
    padding: 7px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px dashed #bfbfbf;
}

.list-qlink .list-thumb img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.list-qlink p {
    display: block;
    line-height: 30px;
    height: 30px;
    background-color: #17869c;
    color: #fff;
    border-radius: 16px;
    width: 160px;
    font-size: 14px;
    margin: -30px auto 0;
    text-align: center;
    z-index: 10;
    position: relative;
}

.list-qlink a:hover .list-thumb {
    border-color: #e0633a;
}


.list-qlink a:hover p{
    background-color: #e0633a;
}
.list-qlink .more {
    display: block;
    width: 150px;
    line-height: 40px;
    height: 40px;
    margin: 30px auto 0;
    text-align: center;
    font-size: 14px;
    color: #333;
    border: 1px solid #dfdfdf;
}

.list-qlink .more:hover {
    background-color: #e0633a;
    color: #fff;
}


.mod-2 {
    background: #17869c url('../img/bg2.jpg') repeat-x center top;
    padding-top: 40px;
    padding-bottom: 30px;
}

.mod-2 .grid-1 {
}


.mod-2 .tab-hd {
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #999;
}

.mod-2 .tab-hd a {
    display: inline-block;
    cursor: pointer;
    font-size: 18px;
    color: #333;
    padding: 0 15px;
    margin: 0 20px;
    border-bottom: 2px solid transparent;
    line-height: 30px;
}

.mod-2 .tab-hd a.on {
    color: #17869c;
    border-bottom-color: #17869c
}

.mod-2 .tab-bd {
    margin-top: 40px;
}

.scheme-block {
    height: 450px;
    background-color: #fff;
    width: 100%;
}

.scheme-block .block-hd {
    padding: 0 30px;
    height: 450px;
    float: left;
    width: 239px;
    border-right: 1px dashed #cacaca;
}

.scheme-block .block-bd {
    margin-left: 300px;
    padding: 30px 50px 0;
}

.scheme-block .block-grid-1 {
    width: 370px;
    float: left;
}

.scheme-block .block-grid-2 {
    width: 380px;
    float: right;
}

.scheme-block .block-bd .box1 {
    height: 175px;
}

.scheme-block .block-bd .box1.n2 {
    margin-top: 20px;
}

.scheme-block .block-hd img {
    margin: 20px auto 0;
    display: block;
}

.scheme-block .block-hd b {
    border-bottom: 1px solid #cacaca;
    line-height: 60px;
    text-align: center;
    display: block;
    height: 60px;
    font-size: 26px;
    font-weight: normal;
}

.scheme-block .block-hd p {
    display: block;
    overflow: hidden;
    height: 170px;
    color: #888;
    line-height: 20px;
    padding-top: 15px;
}

.scheme-block .block-hd a {
    display: block;
    width: 94px;
    height: 26px;
    line-height: 26px;
    background: #e0633a;
    color: #fff;
    text-align: center;
}


.mod-3 {
    background: #17869c url('../img/bg6.jpg') repeat-x center bottom;
    padding: 0;
    padding-top: 50px;
    height: 590px;
}
.mod-3{
}
.mod-3 .container {
    position: relative;
}

.mod-3 .grid-1 {
    position: absolute;
    top: -30px;
    right:0;
}

.mod-3 .grid-2 {
    background: #fff;
    padding: 30px;
    border-radius:  20px 0 0 0;
    width: 500px;
}

.mod-3 .grid-3 {
    margin-top: 20px;
}

.block-team img {
    vertical-align: top;
}

.block-team .line {
    width: 40px;
    background: #ddd;
    height: 3px;
    margin: 25px 0 15px;
}

.block-team b {
    font-size: 17px;
    height: 40px;
    line-height: 40px;
    color: #666;
}

.block-team p {
    margin-top: 5px;
    line-height: 20px;
    color: #666;
}

.block-team a {
    display: block;
    margin-top: 30px;
    width: 144px;
    height: 36px;
    text-indent: 22px;
    color: #fff;
    border-radius: 18px;
    background: #e0633a;
    line-height: 36px;
    font-size: 13px;
}

.block-team-btn a {
    display: block;
    background: #fff;
    text-indent: 10px;
    width: 210px;
    color: #17869c;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    border-radius: 5px;
}

.block-team-btn a .fa {
    margin-right: 10px;
}

.mod-team{
    background-color:#f7f7f7;
    padding-top:40px;
    padding-bottom:40px;
}
.mod-team .container{
    position: relative;
}

.mod-team .mod-hd .mod-title {
    text-align: center;
    line-height: 46px;
    font-size: 24px;
}
.mod-team .mod-bd{
    margin-top:40px;
}
.mod-team .grid-1{
    width:958px;
    float:left;
}
.mod-team .grid-2{
    width:200px;
    float:right;
}


.mod-team .grid-2 a {
    display: block;
    background: #fff;
    text-indent: 10px;
    width: 200px;
    color: #17869c;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    border-radius: 5px;
    margin-bottom:20px;

}

.mod-team .grid-2 a .fa {
    margin-right: 10px;
}
.mod-team .grid-2 a.n1{
    background-color:#e0633a;
    color:#fff;
}


.mod-team .grid-3 {
    position: absolute;
    top:0px;
    right:100px;
    display: none;
}

.mod-team .grid-3 a {
    margin: 0 auto;
    display: block;
    width: 200px;
    text-align: center;
    height: 36px;
    color: #fff;
    border-radius: 18px;
    background: #e0633a;
    line-height: 36px;
    font-size: 13px;
}

.mod-team .grid-3 a .fa {
    margin-right: 10px;
}


.mod-4{
    padding:40px 0;
}
.mod-4 .container{
    position: relative;
}
.mod-4 .mod-hd .mod-title {
    text-align: center;
    line-height: 46px;
    font-size: 24px;
}

.mod-4 .mod-bd {
    margin-top: 40px;
}
.mod-4 .store-list{
    height:255px;
    overflow: hidden;
}

.mod-4 .grid-1{

}

.mod-4 .grid-1 .hd {
    width: 100%;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 5px;
    line-height: 5px;
    text-align: center;
}

.mod-4 .grid-1 .hd li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 40px;
    height: 5px;
    margin:0 4px;
    background-color:#333;
    overflow: hidden;
    line-height: 9999px;

}

.mod-4 .grid-1 .hd .on {
    background-color:#e0633a;
}


.mod-4 .grid-2 {
    position: absolute;
    top:0px;
    right:100px;
}

.mod-4 .grid-3{
    margin-top:20px;
}

.mod-4 .grid-2 a {
    margin: 0 auto;
    display: block;

    width: 200px;
    text-align: center;
    height: 36px;
    color: #fff;
    border-radius: 18px;
    background: #e0633a;
    line-height: 36px;
    font-size: 13px;
}

.mod-4 .grid-2 a .fa {
    margin-right: 10px;
}

.mod-5 {
    background: #f7f7f7;
    padding-top:40px;
    padding-bottom: 40px;
}

.mod-5 .mod-bd {
    margin-right: -30px;
}

.mod-5 .grid-item {
    width: 380px;
    float: left;
    margin-right: 30px;
}

.mod-5 .grid-3,
.mod-5 .grid-4 {
    margin-bottom: 0;
}

.mod-5 .grid-5 {
    padding-top: 40px;
}

.mod-5 .box2 {
    overflow: hidden;
}
.mod-5 .box-bd{
    height:185px;
}

.block-link dt,
.block-link dd {
    float: left;
    line-height: 26px;
}

.block-link dd {
    margin-left: 10px;
}

.block-link dt span {
    display: block;
    color: #17869c;
    font-size: 30px;
    float: left;
}

.block-link dt p {
    display: block;
    height: 26px;
    width: 90px;
    background-color: #17869c;
    color: #fff;
    text-align: center;
    float: left;
    margin-left: 5px;
}

.block-link dd a {
    margin: 0 10px;
    color: #333;
}

.bottom-block-news {
    margin-bottom: 40px;
}

.bottom-block-news .block-bd {
    margin-right: -30px;
}

.bottom-block-news .grid-item {
    width: 380px;
    margin-right: 30px;
    float: left;
}


.returnMsg-box {

}

.returnMsg-yuyue {
    width: 770px;
    height: 325px;
}

.returnMsg-yuyue.succ {
    background: url('../img/form_success.jpg') no-repeat center center;
}

.returnMsg-yuyue.fail {
    background: url('../img/form_fail.jpg') no-repeat center center;
}

.returnMsg-yuyue p {
    position: absolute;
    top: 270px;
    width: 100%;
    left: 0px;
    text-align: center;
    font-size: 24px;
    color: #fff;
}

.showMsg-box {
    border-radius: 10px !important;
}

.showMsg-head {
    padding: 15px 0;
    text-align: center;
    background-color: #e0633a;;
    color: #fff;
    border-radius: 10px 10px 0 0;
}

.showMsg-head h3 {
    font-size: 28px;
    line-height: 1em;
    margin-bottom: 5px;
    font-weight: normal;
}

.showMsg-head p {
    line-height: 14px;
    margin: 0px;
}

.showMsg-body {
    padding: 40px 100px;
    width: 400px;
    box-sizing: content-box;
}

.showMsg-body dl {
    margin-bottom: 10px;
    line-height: 50px !important;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
}

.showMsg-body dt {
    width: 80px;
    line-height: 50px;
    float: left;
    color: #000;
    font-weight: normal;
}

.showMsg-body dd {
    float: right;
    width: 310px;
    position: relative;
}

.showMsg-body .showMsg-text i {
    position: absolute;
    display: block;
    height: 50px;
    line-height: 50px;
    top: 0px;
    right: 18px;
    font-style: normal;
}

.showMsg-body .showMsg-text input {
    display: block;
    height: 50px;
    width: 235px;
    box-sizing: content-box;
    float: right;
    border: none;
    background: rgb(231, 231, 231);
    border-radius: 4px;
    padding: 0px 50px 0px 25px;
    outline: none;
}

.showMsg-body .showMsg-button {
    margin-top: 25px;
    margin-bottom: 0px;
}

.showMsg-body .showMsg-button input {
    display: block;
    height: 50px;
    width: 310px;
    float: right;
    border: none;
    background: #e0633a;
    border-radius: 4px;
    padding: 0px 25px;
    font-size: 18px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    outline: none;
}

.showYuyue-box{
    width:830px;
    height:610px;
    position: relative;
    background-size:100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 10px;
}

.showYuyue-body {
    position: absolute;
    left:310px;
    top:330px;
    box-sizing: content-box;
}

.showYuyue-body dl {
    margin-bottom: 15px;
    line-height: 36px !important;
    height: 36px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
}

.showYuyue-body dt {
    width: 80px;
    line-height: 36px;
    float: left;
    color: #000;
    text-align: right;
    font-weight: normal;
}

.showYuyue-body dd {
    float: right;
    width: 250px;
    position: relative;
}

.showYuyue-text i {
    position: absolute;
    display: block;
    height: 36px;
    line-height: 36px;
    top: 0px;
    right: 18px;
    font-style: normal;
}
.showYuyue-text em{
    color:red;
}

.showYuyue-text input {
    display: block;
    height: 36px;
    width: 240px;
    box-sizing: border-box;
    float: right;
    border: none;
    background: rgb(231, 231, 231);
    border-radius: 4px;
    padding: 0px 30px 0px 10px;
    outline: none;
}

.showYuyue-text select {
    display: block;
    height: 36px;
    width: 240px;
    box-sizing: border-box;
    float: right;
    border: none;
    background: rgb(231, 231, 231);
    border-radius: 4px;
    padding: 0px 30px 0px 10px;
    outline: none;
}


.showYuyue-left{
    float:left;
}

.showYuyue-button{
    margin-top:40px;
    float:right;
    margin-left:20px;
}
.showYuyue-button input {
    display: block;
    height: 100px;
    line-height: 30px;
    width: 115px;
    float: right;
    text-align: center;
    border: none;
    background: #eb6100;
    border-radius: 4px;
    font-size: 22px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    outline: none;
}




.ban {
    height: 200px;
    overflow: hidden;
}

.ban .tit {
    left: 0px;
    top: 50%;
    margin-top: -70px;
    width: 100%;
}

.ban .tit h3, .ban .tit h4, .ban .tit .line, .ban .list li {
    position: relative;
    opacity: 0;
    filter: alpha(opacity=0);
    top: 40px;
    color: #17869c;
    text-transform: uppercase;
    text-shadow: 0 0 5px #fff;
}

.ban .tit h3 {
    font-size: 40px;
    letter-spacing: 5px;
    line-height: 80px;
    color: #17869c;
}

.ban .tit h4 {
    font-size: 22px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    color: #333;
    width: 80%;
    font-weight: normal;
}

.ban-page .line {
    width: 32px;
    height: 1px;
    background: #fff;
    margin: 0 auto;
}

.breadcrumb {
    line-height: 60px;
    color: #666;
}

.breadcrumb a, .breadcrumb span {
    float: left;
    display: block;
    color: inherit;
    line-height: 60px;
    margin: 0 5px;
}

.breadcrumb span.fa {
    margin-left: 5px;
    color: #666;
    font-size: 16px;
}

.sidebar {
    width: 270px;
    float: left;
}

.content {
    width: 880px;
    float: right;
}

.content-full {
    width: 100%;
    float: none;
}

.no-sidebar.container {
    box-shadow: 0 0 3px rgba(153, 153, 153, .5);
}

.no-sidebar .sidebar {
    display: none;
}

.no-sidebar .content {
    width: 100%;
    float: none;
}

.no-sidebar .container-wrapper {
    background-color: #fff;
    padding: 40px 80px;
}


.sidebar-box {
    margin-bottom: 15px;
}

.sidebar-box:last-child {
    margin-bottom: 0px;
}

.sidebar-nav {
    border-bottom: 4px solid #eaeaea;
}

.sidebar-nav dt {
    width: 100%;
    height: 102px;
    background: url("../img/sidebar-nav.jpg") no-repeat;
}

.sidebar-nav dt p {
    padding-top: 40px;
    padding-left: 35px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.sidebar-nav dt span {
    font-size: 12px;
    margin-left: 5px;
    filter: opacity(50);
    opacity: 0.5;
}

.sidebar-nav ul li {
    height: 56px;
    line-height: 56px;
    overflow: hidden;
    border-bottom: 1px solid #eaeaea;
    background: #f7f7f7;
}

.sidebar-nav ul li a {
    display: block;
    padding-left: 39px;
    padding-right:40px;
    font-size: 16px;
    background: url('../img/ico-darrow.png') no-repeat 236px 25px;
    color: #7f7f7f;
}

.sidebar-nav ul li:hover a {
    background: url('../img/ico-darrow_hover.png') no-repeat 236px 25px;
}

.sidebar-nav ul li:hover {
    background: #fff;
}

.sidebar-nav ul li.active a {
    background: url('../img/ico-darrow_hover.png') no-repeat 236px 25px;
}

.sidebar-nav ul li.active {
    background: #fff;
}

.page {
}


.page-hd {
    border-bottom: 1px solid #ececec;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.page-hd .hd-title {
    font-size: 26px;
    color: #17869c;
}

.page-full-hd {
    border-bottom: 1px solid #ececec;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.page-full-hd .hd-title {
    font-size: 30px;
    color: #17869c;
    text-align: center;
}

.page-full-bd {
    padding: 0 30px;
}


.content-bd {
    font-size: 14px;
    line-height: 1.8;
}

.content-bd img {
    max-width: 100%;
    vertical-align: top;
}

.content-bd h2 {
    color: #17869c;
    font-size: 28px;

}

.content-bd h3 {
    color: #17869c;
    font-size: 22px;
    font-weight: normal;
}

.list-bd-title{
    margin:20px 0;
    height:30px;
    line-height: 30px;
}
.list-bd-title .h3{
    font-size:22px;
    color: #17869c;
}
.list-bd-title .more{
    float:right;
    margin-left:5px;
    background: #e0633a;
    line-height: 24px;
    height:24px;
    margin-top:3px;
    color:#fff;
    padding:0 10px;
    border-radius: 12px;
}



.null {
    text-align: center;
}

.grid-row {
    width: 100%;
    border-bottom: 1px solid #ececec;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.grid-row:last-child {
    margin-bottom: 0px;
    border-bottom: 0 none;
    padding-bottom: 0px;
}

.grid-row img {
    max-width: 100%;
    _width: 100%;
    vertical-align: top;
    border-radius: 5px;
}

.grid-row h3 {
    margin-top: 0px;
}

.grid-img.right,
.grid-txt.right {
    float: right;
}

.grid-txt,
.grid-img {
    float: left;
    box-sizing: border-box;
    padding: 10px;
}

.grid-txt {
    width: 55%;
}

.grid-img {
    width: 45%;
}

.grid-row p {
    margin: 5px 0;
}

.grid-row a {
    display: inline-block;
    background-color: #17869c;
    color: #fff;
    margin-top: 5px;
    margin-right: 5px;
    padding: 0 5px;
    border-radius: 3px;
    line-height: 1.8;
    transition: all 0.3s;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.grid-row a::before {
    content: "\f0c1";
    margin-right: 5px;
}

.grid-row a:hover {
    transform: translate3d(5px, 0, 0);
    background-color: #9aad22;
}

.box {
}

.box .box-hd {
    line-height: 30px;
    margin-bottom: 10px;
}

.box .box-hd .more {
    float: right;
    color: #999;
}

.box .box-hd .more .fa {
    margin-left: 5px;
}

.box .box-hd .box-title {
    color: #17869c;
    font-size: 16px;
}

.box1 {
}

.box1 .box-hd {
    padding: 0 10px;
    line-height: 40px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.box1 .box-hd .more {
    float: right;
    color: #999;
}

.box1 .box-hd .more .fa {
    margin-left: 5px;
}

.box1 .box-hd .box-title {
    color: #17869c;
    font-size: 16px;
}

.box2 {
    background-color: #fff;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.box2 .box-hd {
    background: #17869c;
    color: #fff;
    padding: 0 10px;
    line-height: 32px;
    color: #fff;
}

.box2 .box-bd {
    background-color: #fff;
    padding: 10px 15px;
}

.box2 .box-hd .more {
    float: right;
    color: #fff;
}

.box2 .box-hd .more .fa {
    margin-left: 5px;
}

.box2 .box-hd .box-title {
    color: #fff;
    font-size: 16px;
}


.list-disc {
    color: #17869c;
    padding-left: 2em;
}

.list-disc li {
    list-style: disc;
}

.list-wuqu {
    margin-right: -20px;
}

.list-wuqu li {
    width: 590px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.list-wuqu .list-thumb {
    width: 200px;
    float: left;
}

.list-wuqu .list-thumb img {
    max-width: 190px !important;
    max-height: 160px !important;
    vertical-align: top;
}

.list-wuqu .list-info {
    margin-top: 15px;
    margin-left: 220px;
}

.list-wuqu .list-info strong {
    color: #17869c;

}

.list-wuqu .list-info p {
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 20px;
    overflow: hidden;
}


.list-news {
}

.list-news li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ececec
}

.list-news li:last-child {
    margin-bottom: 0px;
    border-bottom: 0 none;
}

.list-news .list-thumb {
    display: block;
    width: 200px;
    height: 120px;
    float: left;
    overflow: hidden;
}

.list-news .list-thumb img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.list-news .list-info {
    margin-left: 220px;
}

.list-news .list-title {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
    color: #333;
    border-bottom: 1px solid #ececec;
}

.list-news .list-date {
    font-size: 14px;
    color: #999;
    margin-bottom: 5px;
    font-style: normal;
}

.list-news .list-date .fa {
    margin-right: 5px;
    color: #17869c;
}

.list-news .list-des {
    color: #999;
}

.list-news1 li {
    border-bottom: 1px solid #eee;
    margin-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px;
}

.list-news1 li:last-child {
    border-bottom: none;
}

.list-news1 .list-title {
    margin-bottom: 5px;
    font-size: 18px;
    color: #333;
}

.list-news1 .li-des {
    font-size: 12px;
    line-height: 23px;
    color: #999;
}

.list-news1 .list-date {
    background-color: #f5f5f5;
    width: 80px;
    height: 80px;
    float: left;
}

.list-news1 .list-info {
    margin-left: 0;
}

.list-news1 .list-date span {
    display: block;
    text-align: center;
    color: #bfbfbf;
}

.list-news1 .list-date .day {
    padding-top: 15px;
    font-size: 24px;
    height: 30px;
    font-weight: bold;
    line-height: 30px;
}

.list-news1 .li-tag {
    margin-top: 10px;
}

.list-news1 .li-tag a {
    float: left;
    padding: 0 10px;
    border-radius: 20px;
    line-height: 20px;
    color: #fff;
    margin-right: 5px;
    background: #005aab;
}


.list-news2 {
    margin-right: -40px;
}

.list-news2 li {
    width: 300px;
    overflow: hidden;
    float: left;
    margin-right: 40px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ececec
}

.list-news2 .list-thumb {
    display: block;
    width: 105px;
    height: 65px;
    float: left;
    overflow: hidden;
}

.list-news2 .list-thumb img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.list-news2 .list-info {
    margin-left: 120px;
}

.list-news2 .list-title {
    display: block;
    font-size: 14px;
    overflow: hidden;
    max-height: 40px;
    line-height: 20px;
    color: #333;
}

.list-news2 .list-date {
    font-size: 14px;
    color: #999;
    font-style: normal;
}

.list-news2 .list-date .fa {
    margin-right: 5px;
    color: #17869c;
}

.list-news3 {
}

.list-news3 li {
    border-bottom: 1px dashed #cacaca;
}

.list-news3 li:last-child {
    border-bottom: none;
}
.special .list-news3 li:last-child{
    border-bottom: 1px dashed #cacaca;
}

.list-news3 .list-title {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
}

.list-news3 .list-title .fa {
    color: #17869c;
    margin-right: 5px;
}


.list-news4 {
    margin-right: -20px;
}

.list-news4 li {
    width: 285px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    float: left;
    border-bottom: 1px solid #ececec
}

.list-news4 .list-thumb {
    display: block;
    width: 285px;
    height: 180px;
    overflow: hidden;
}

.list-news4 .list-thumb img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.list-news4 .list-info {
    margin-top: 10px;
}

.list-news4 .list-title {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
    color: #333;
    border-bottom: 1px dashed #ececec;
}

.list-news4 .list-date {
    font-size: 14px;
    color: #999;
    margin-bottom: 5px;
    font-style: normal;
}

.list-news4 .list-date .fa {
    margin-right: 5px;
    color: #17869c;
}

.list-news4 .list-des {
    color: #999;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
}



.list-news5 {

}

.list-news5 li {
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ececec
}

.list-news5 .list-thumb {
    display: block;
    width: 120px;
    height: 75px;
    float: left;
    overflow: hidden;
}

.list-news5 .list-thumb img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.list-news5 .list-info {
    margin-left: 140px;
    width:500px;
}

.list-news5 .list-title {
    display: block;
    font-size: 18px;
    overflow: hidden;
    max-height: 40px;
    line-height: 20px;
    color: #333;
}
.list-news5 .list-desc{
    display: block;
    font-size:14px;
    color:#999;
    text-indent:2em;
    margin-top:10px;
    line-height: 20px;
    height:40px;
    overflow: hidden;

}
.list-news5 .list-date {
    font-size: 14px;
    color: #999;
    font-style: normal;
    float:right;
    margin-left:10px;
}

.list-news5 .list-date .fa {
    margin-right: 5px;
    color: #17869c;
}



.list-product {
}

.list-product li {
    width: 50%;
    float: left;
    margin-top: 10px;
}

.list-product li a {
    text-align: center;
    display: block;
    color: #333;
}

.list-product li img {
    width: 120px;
    height: 120px;
    padding: 5px;
    border: 1px dashed #cacaca;
}

.list-product li p {
    height: 24px;
    padding: 0 10px;
    line-height: 24px;
}

.list-product li a:hover img {
    border-color: #17869c;
}



.list-product2 {

}

.list-product2 li {
    position: relative;
    width: 33.33%;
    padding: 10px 0;
    text-align: center;
    box-sizing: border-box;
    float: left;
    /*border-bottom:1px solid #cacaca;*/
}

.list-product2 li:before {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 10px;
    right: 10px;
    background-color: #cacaca;

}

.list-product2 li:nth-child(3n) a {
    border-right: 0 none;
}

.list-product2 li a {
    padding: 10px;
    border-right: 1px solid #cacaca;
    display: block;
    color: #17869c;
}

.list-product2 li img {
    width: 160px;
    height: 160px;
    vertical-align: top;
}

.list-product2 li p {
    margin-top:10px;
    height:22px;
    line-height: 22px;
}


.list-product3 {
    margin-right:-20px;
}

.list-product3 li {
    position: relative;
    width:205px;
    margin-right:20px;
    margin-bottom:20px;
    text-align: center;
    box-sizing: border-box;
    float: left;
    /*border-bottom:1px solid #cacaca;*/
}
.list-product3 li a {
    padding: 10px;
    border: 1px solid #eee;
    display: block;
    color: #17869c;
}

.list-product3 li img {
    width: 150px;
    height: 150px;
    vertical-align: top;
}

.list-product3 li p {
    margin-top:10px;
    height:22px;
    line-height: 22px;
}


.list-brand {
}

.list-brand li {
    padding: 30px;

    border-top: 1px solid #ececec
}

.list-brand li:last-child {
    margin-bottom: 0px;
    border-bottom: 0 none;
}

.list-brand .list-thumb {
    display: block;
    width: 240px;
    border-right: 1px solid #ececec;
    text-align: center;
    padding-right: 30px;
    float: left;
    overflow: hidden;
}

.list-brand .list-thumb img {
    width: 240px;
    height: 84px;
    vertical-align: top;
}

.list-brand .list-thumb p {
    margin-top: 20px;
    color: #17869c;
    font-size: 16px;
}

.list-brand .list-info {
    margin-left: 300px;
}

.list-brand .list-title {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
    color: #333;
    border-bottom: 1px solid #ececec;
}

.list-brand .list-date {
    font-size: 14px;
    color: #999;
    margin-bottom: 5px;
    font-style: normal;
}

.list-brand .list-date .fa {
    margin-right: 5px;
    color: #17869c;
}

.list-brand .list-des {
    color: #999;
    margin-bottom: 5px;
}

.list-brand .list-info a {
    display: inline-block;
    background-color: #17869c;
    color: #fff;
    padding: 0 5px;
    margin-right: 10px;
    vertical-align: top;
    border-radius: 3px;
}

.list-brand .list-info a .fa {
    margin-right: 5px;
}

.list-parts {

}

.list-parts li {
    position: relative;
    width: 25%;
    padding: 10px 0;
    text-align: center;
    box-sizing: border-box;
    float: left;
    /*border-bottom:1px solid #cacaca;*/
}

.list-parts li:before {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 10px;
    right: 10px;
    background-color: #cacaca;

}

.list-parts li:nth-child(4n) a {
    border-right: 0 none;
}

.list-parts li a {
    width: 100%;
    border-right: 1px solid #cacaca;
    display: block;
    color: #17869c;
}

.list-parts li img {
    width: 170px;
    height: 170px;
}

.list-parts1 {

}

.list-parts1 li {
    position: relative;
    width: 33.33%;
    padding: 10px 0;
    text-align: center;
    box-sizing: border-box;
    float: left;
    /*border-bottom:1px solid #cacaca;*/
}

.list-parts1 li:before {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 10px;
    right: 10px;
    background-color: #cacaca;

}

.list-parts1 li:nth-child(3n) a {
    border-right: 0 none;
}

.list-parts1 li a {
    padding: 10px;
    border-right: 1px solid #cacaca;
    display: block;
    color: #17869c;
}

.list-parts1 li img {
    width: 80px;
    height: 80px;
    margin-left: 10px;
    float: left;
}

.list-parts1 li p {
    line-height: 80px;
    margin-left: 100px;
}


.list-parts2 {

}

.list-parts2 li {
    position: relative;
    width: 130px;
    margin-right:15px;
    box-sizing: border-box;
    float: left;
    /*border-bottom:1px solid #cacaca;*/
}
.list-parts2 li a {
    padding:10px;
    border:1px solid #ddd;
    text-align: center;
    display: block;
    color: #17869c;
}
.list-parts2 li a:hover{
    border-color:#17869c;
}
.list-parts2 li p{
    height:20px;
    line-height: 20px;
    margin-top:5px;
}
.list-parts2 li img {
    width: 100px;
    height: 100px;
    vertical-align: top;
}



.list-team {
    margin-right: -20px;
}



.list-team li {
    position: relative;
    width:205px;
    margin-right:20px;
    margin-bottom:20px;
    text-align: center;
    box-sizing: border-box;
    float: left;
    /*border-bottom:1px solid #cacaca;*/
}
.list-team li a {
    padding: 10px;
    border: 1px solid #eee;
    display: block;
    color: #17869c;
}

.list-team li img {
    width: 150px;
    height: 150px;
    vertical-align: top;
}

.list-team li p {
    margin-top:10px;
    height:22px;
    line-height: 22px;
}

.list-team .list-level {
    background-color: #e0633a;
    color: #fff;
    line-height: 22px;
    padding: 0 10px;
    font-size: 14px;
}



/*article*/


.article-lable .fa {
    color: #17869c;
}

.article-hd {
    border-bottom: 1px solid #ececec;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.article-hd .article-title {
    font-size: 26px;
    line-height: 30px;
    color: #17869c;
    text-align: center;
}

.article-hd .article-lable {
    text-align: center;
    margin-top: 10px;
    color: #666;
}

.article-hd .article-lable label {
    margin: 0 5px;
}

.article-meta {
    position: relative;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #f0efef;
}

.meta_next .btn_back {
    right: 0;
    top: 20px;
    position: absolute;
}

.meta_next .btn_back a {
    width: 100px;
    height: 40px;
    text-align: center;
    border-radius: 30px;
    border: 1px solid #ddd;
    box-shadow: 0 0 3px #ddd;
    font-size: 14px;
    line-height: 40px;
    color: #666;
    transition: all 0.5s;
    background-color: #fff;
    display: block;
}

.meta_next .btn_back a:hover {
    background-color: #17869c;
    color: #fff;
}

.meta-page, .meta-page a, .meta-page strong {
    color: #999;
    line-height: 25px;
}


.mod-news-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.mod-news-list li {
    line-height: 30px;
    height: 30px;
}

.mod-news-list li i {
    margin-right: 5px;
}


.list-store {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.list-store li {
    width: 20%;
    float: left;
    padding: 10px;
}

.list-store li a {
    display: block;
    position: relative;
    height: 160px;
    border-radius: 3px;
    overflow: hidden;
}

.list-store li img {
    height: 100%;
    width: 100%;
}

.list-store h4 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    font-size: 14px;
    text-indent: .5em;
    background-color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    margin: 0px;
}


.news-list {

}

.news-list-item {
    padding-top: 15px;
    padding-bottom: 15px;
}

.news-item-title {
    font-size: 18px;
    line-height: 20px;
    height: 20px;
}

.news-item-date {
    color: #999;
    margin-top: 10px;
    margin-bottom: 10px;
}

.news-item-info p {
    color: #666;
}

.news-item-thumb {
    text-align: center;
    margin-bottom: 20px;
    overflow: hidden;
    height: 250px;
}

.news-item-thumb img {
    vertical-align: top;
    width: 100%;
    height: 100%;
}


.producttype-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.producttype-list li {
    display: inline-block;
    padding: 10px;
}

.producttype-list .list-thumb {
    margin-bottom: 10px;
}

.producttype-list img {
    max-width: 100%;

}

.producttype-list .list-title {
    color: #012642;
}


.product-body {
    margin-top: 30px;
}


/* store */


.store-list {
    margin-right: -30px;
}

.store-list-item {
    position: relative;
    width: 585px;
    float: left;
    background-color: #fff;
    margin-right: 20px;
    margin-bottom: 20px;
}

.store-list-item .list-inner {
    padding: 10px;
    border: 1px solid #eaeaea;
}

.store-list-item .list-btn {
    margin: 10px -10px -10px;
}

.store-list-item .list-thumb {
    display: block;
    width: 220px;
    height: 160px;
    float: left;
}

.store-list-item .list-thumb img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.store-list-item .list-info {
    margin-left: 240px;
}

.store-list-item .list-info .list-title {
    display: block;
    font-size: 22px;
    height: 36px;
    line-height: 36px;
    color: #17869c;
}

.store-list-item .list-info p {
    font-size: 16px;
}

.store-list-item .list-btn a {
    box-sizing: border-box;
    display: block;
    width: 33.33%;
    float: left;
    background: #17869c;
    color: #fff;
    font-size:16px;
    text-align: center;
    height: 34px;
    line-height: 34px;
    border-right: 1px solid #eaeaea;
}

.store-list-item .list-btn a:last-child {
    border-right: 0 none;
}

.store-list-item .list-btn a:hover {
    background: #9aad22;
}


.storeDetail-hd {
    margin-bottom: 50px;
}

.storeDetail-thumb {
    width: 300px;
    float: left;
}

.storeDetail-thumb img {
    width: 100%;
    vertical-align: top;
}

.storeDetail-info {
    margin-left: 340px;
}

.storeDetail-info h1 {
    line-height: 80px;
    height: 80px;
    font-size: 30px;
    color: #17869c;
    overflow: hidden;
    border-bottom: 1px solid #ececec;
    margin-bottom: 10px;
}

.storeDetail-info p {
    font-size: 15px;
    line-height: 32px;
}

.storeDetail-info em {
    width: 80px;

    display: block;
    float: left;
    color: #17869c;
    font-style: normal;
}

.storeDetail-info i {
    margin-right: 5px;
    font-style: normal;
}


.store-header-info p {
    font-size: 18px;
}

.store-map {
    height: 350px;
    width: 100%;

}

.store-body {
    margin-top: 30px;
}

.store-body-menu {
    line-height: 60px;
    height: 60px;
    padding-left: 20px;
    background-color: #eee;
    border-bottom: 1px solid #eee;

}


.store-body-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;

}

.store-body-menu li {
    float: left;
    padding: 0 25px;
}

.store-body-menu li.on {
    background-color: #17869c;
}

.store-body-menu li.on a {
    color: #fff;
}

.store-body-menu li a {
    font-size: 18px;
    display: block;
    color: #17869c;
}

.store-sub-menu ul li a:hover {
    background-color: #fff;
    color: #fff;
}

.store-body-item {
    background-color: #fff;
}

.store-body-title {
    background-color: #17869c;
    line-height: 50px;
    padding-left: 20px;
    color: #fff;
    font-size: 18px;
}

.store-body-content {
    padding: 30px;
}

.store-body-content img {
    max-width: 100%;
    height: auto !important;
}

/* team */


.product-body {
    margin-top: 30px;
}

.team-list {
    margin-right: -10px;
}

.team-list-item {
    position: relative;
    width: 232px;
    float: left;
    background-color: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
}

.team-list-item .list-inner {
    padding: 10px;
    border: 1px solid #eaeaea;
}

.team-list-item .list-level {
    position: absolute;
    top: 15px;
    left: 0px;
    background-color: #e0633a;
    color: #fff;
    line-height: 24px;
    padding: 0 10px;
    font-size: 14px;
    border-radius: 0 12px 12px 0;

}

.team-list-item .list-btn {
    margin: 10px -10px -10px;
}

.team-list-item .list-thumb {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.team-list-item .list-thumb img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.team-list-item .list-info {
    margin-top: 10px;
}


.team-list-item .list-info .list-title {
    display: block;
    font-size: 16px;
    color: #17869c;
    text-align: center;
}

.team-list-item .list-btn a {
    box-sizing: border-box;
    display: block;
    width: 50%;
    float: left;
    background: #17869c;
    color: #fff;
    text-align: center;
    height: 26px;
    line-height: 26px;
}

.team-list-item .list-btn a:first-child {
    border-right: 1px solid #eaeaea;
}

.team-list-item .list-btn a:hover {
    background: #9aad22;
}


.teamDetail-hd {
    margin-bottom: 50px;
}

.teamDetail-thumb {
    width: 300px;
    float: left;
}

.teamDetail-thumb img {
    width: 100%;
    vertical-align: top;
}

.teamDetail-info {
    margin-left: 340px;
}

.teamDetail-info h1 {
    line-height: 80px;
    height: 80px;
    font-size: 30px;
    color: #17869c;
    overflow: hidden;
    border-bottom: 1px solid #ececec;
    margin-bottom: 10px;
}

.teamDetail-info .price {
    color: #e0633a;
    font-size: 24px;
}

.teamDetail-info .tips {
    color: #000;
    margin-bottom: 10px;
}

.teamDetail-info p {
    display: block;
    font-size: 15px;
    line-height: 32px;
    height: 32px;
}

.teamDetail-info em {
    width: 80px;

    display: block;
    float: left;
    color: #17869c;
    font-style: normal;
}

.teamDetail-info i {
    margin-right: 5px;
    font-style: normal;
}

.teamDetail-store a {
    display: inline-block;
    background: #17869c;
    color: #fff;
    padding: 0 10px;
    height: 22px;
    line-height: 22px;
    border-radius: 3px;
}

.teamDetail-bd-title {
    background: #eee;
    margin-top: 20px;
    margin-bottom: 20px;
}

.teamDetail-bd-title span {
    display: inline-block;
    background: #17869c;
    color: #fff;
    padding: 5px 15px;
}


/* product */

.productChoice {

}

.productChoice-wrapper {
    background-color: #fff;
    padding: 14px 20px;
}

.productChoice-item {
    padding-top: 10px;
    border-bottom: 1px dashed #dbdbdb;
    line-height: 22px;
    margin-bottom: 0px;
}

.productChoice-item:last-child {
    border-bottom: 0 none;
}

.productChoice-item dt {
    float: left;
    width: 80px;
    font-weight: bold;
}

.productChoice-item dd {
    margin-left: 80px;
    display: block;
}

.productChoice-item dd a {
    display: block;
    float: left;
    border-radius: 4px;
    font-size: 14px;
    margin-right: 12px;
    cursor: pointer;
    padding: 0 5px;
    margin-bottom: 10px;
    color: #333;
}

.productChoice-item dd a.active {
    background-color: #e0633a;
    color: #fff;
}

.product-body {
    margin-top: 30px;
}

.product-list {
    margin-right: -40px;
}

.product-list-item {
    width: 232px;
    float: left;
    background-color: #fff;
    margin-right: 10px;
    margin-bottom: 10px;

}

.product-list-item .list-inner {
    padding: 10px;
    border: 1px solid #eaeaea;
}

.product-list-item .list-thumb {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.product-list-item .list-thumb img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.product-list-item .list-info {
    margin-top: 10px;
}

.product-list-item .list-info .list-title {
    font-size: 14px;
    color: #333;
}

.product-list-item .list-info p {
    color: #e0633a;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
}

.productDetail-hd {
    margin-bottom: 50px;
}

.productDetail-thumb {
    width: 400px;
    float: left;
}
.productDetail-thumb .bd{
    float:left;
    width:320px;
    height:320px;
    overflow: hidden;
    box-sizing: border-box;
    padding:10px;
    border:1px solid #ececec;
}
.productDetail-thumb ul{
    width:100%;
    height:100%;
}
.productDetail-thumb img {
    width: 100%;
    height:100%;
    vertical-align: top;
}
.productDetail-thumb .hd{
    margin-left:330px;
}
.productDetail-thumb .hd li{
    padding:5px;
    cursor: pointer;
    box-sizing: border-box;
    border:1px solid #ececec;
    width:60px;
    height:60px;
    margin-bottom:5px;
}
.productDetail-thumb .hd li.on{
    border:2px solid #17869c;
    padding:4px;

}
.productDetail-thumb .hd li:last-child{
    margin-bottom:0px;
}

.productDetail-info {
    margin-left: 410px;
}

.productDetail-info h1 {
    line-height: 60px;
    height: 60px;
    font-size: 26px;
    color: #17869c;
    overflow: hidden;
    border-bottom: 1px solid #ececec;
    margin-bottom: 10px;
}

.productDetail-info .price {
    color: #e0633a;
    font-size: 24px;
}

.productDetail-info .tips {
    color: #000;
    margin-bottom: 10px;
}

.productDetail-info p {
    font-size: 15px;
    line-height: 32px;
    height: 32px;
    display: block;
}

.productDetail-info em {
    width: 80px;

    display: block;
    float: left;
    color: #17869c;
    font-style: normal;
}

.productDetail-info i {
    margin-right: 5px;
    font-style: normal;
}

.productDetail-bd-title {
    background: #eee;
    margin-top:40px;

    margin-bottom: 40px;
    line-height: 35px;
    height:35px;
}
.productDetail-bd-title .more{
    float:right;
    display: block;
    background-color: #e0633a;
    color:#fff;
    padding:0px 15px;
}
.productDetail-bd-title .more .fa{
    margin-left:5px;
}
.productDetail-bd-title span {
    display: inline-block;
    background: #17869c;
    color: #fff;
    padding: 0px 15px;
    font-size:14px;
}

.productDetail-bd th {
    background: #17869c;
    color: white;
    font-weight: bold;
}

.productDetail-bd td,
.productDetail-bd th {
    padding: 5px 18px;
    border: 1px solid #ccc;
    text-align: left;
}

.productDetail-bd tr:nth-child(even) {
    background: rgba(0, 86, 140, 0.08);
}


/* scheme */

.scheme {
}

.scheme-txt {
    float: left;
    width: 700px;
}

.scheme-img {
    float: right;
    width: 400px;
}

.scheme-img img {
    width: 100%;
}

.scheme-list {
    margin-top: 40px;
    margin-right: -30px;
}

.scheme-list .grid-item {
    width: 380px;
    margin-right: 30px;
    float: left;
}

.scheme-team {
    margin-top: 40px;
    border-top: 1px dashed #cacaca;
    padding-top: 40px;
}


.scheme-ertong .scheme-team-grid1 {
    width: 500px;
    float: left;
}

.scheme-ertong .scheme-team-grid2 {
    width: 600px;
    float: right;
}

.scheme-zjbox {
    padding-top: 10px;
}

.scheme-zjbox dt img {
    width: 100%;
}

.scheme-zjbox dt {
    width: 200px;
    float: left;
}

.scheme-zjbox dt .dt-img {
    display: block;
    height: 200px;
    overflow: hidden;
    border-radius: 100%;
}

.scheme-zjbox dd {
    margin-left: 220px;
}

.scheme-zjbox dd span {
    display: block;
}

.scheme-zjbox dd .t1 {
    color: #17869c;
    font-size: 24px;
}

.scheme-zjbox dd .t2 {
    color: #17869c;
    font-size: 16px;
    margin-top: 5px;
}

.scheme-zjbox dd .t3 {
    margin-top: 10px;
}

.scheme-zjbox dd a {
    margin-top: 20px;
}


/* parts */


/* special */
.special-bottom {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px dashed #cacaca;
}

.special-bottom .grid-2 {
    margin-top: 30px;
}


.detail-btn {
    margin-top: 10px;
    font-size: 0px;
}

.detail-btn a,
.btn-link {
    display: inline-block;
    *display: inline;
    margin-right: 10px;
    font-size: 14px;
    padding: 0 15px;
    line-height: 30px;
    height: 30px;
    border-radius: 3px;
    background-color: #e0633a;
    color: #fff;
}

.detail-btn a .fa,
.btn-link .fa {
    margin-right: 5px;
}
.detail-btn a:hover,
.btn-link:hover{
    background-color: #9aad22;
}


.formDetail .formDetail-head {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #dddddd;
}

.formDetail .formDetail-head h1 {
    font-size: 24px;
    line-height: 46px;
    text-align: center;
    color: #17869c;
    font-weight: normal;
}

.formDetail .formDetail-head p {
    padding-left: 12px;
    text-align: center;
    color: #999;
}

.formDetail-body {

}

.formDetail-body .form-group {
    margin-bottom: 15px;

}

.formDetail-body .form-group:last-child {
    margin-bottom: 0px;
}

.formDetail-body .form-group .col-md-2 {
    float: left;
    width: 100px;
    text-align: right;
    padding-right: 15px;
    line-height: 40px;
    display: block;
}

.formDetail-body .form-group select,
.formDetail-body .form-group input,
.formDetail-body .form-group textarea {
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    padding: 10px 8px;
    line-height: 30px;
    vertical-align: top;
    box-sizing: border-box;
    outline: none;
}

.formDetail-body .form-group select,
.formDetail-body .form-group input[type=text] {
    height: 40px;
    width: 260px;
}

.formDetail-body .form-group input[type=radio]{
    height:20px;
    width:20px;
    cursor: pointer;
}
.formDetail-body .radio-inline{
    margin-right:20px;
    cursor: pointer;
}

.formDetail-body .form-group select {
    height: 40px;
    width: 260px;
}

.formDetail-body .form-group textarea {
    width: 770px;
    height: 200px;
}

.formDetail-body .form-group span {
    margin-left: 6px;
    font-style: normal;
    font-size: 12px;
    color: #ffa31f;
    line-height: 40px;
}

.formDetail-body .form-submit button {
    border: 0;
    width: 258px;
    height: 40px;
    border-radius: 3px;
    background-color: #e0633a !important;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.formDetail-body .form-group button:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.formDetail-book .formDetail-grid1 {
    width: 400px;
    float: left;
    text-align: right;
}

.formDetail-book .formDetail-grid2 {
    float: right;
    width: 700px;

}
.formDetail-tlsc{
    width:1000px;
}
.formDetail-tlsc .container-wrapper{
    box-shadow: 0 0px 2px #eee;
    border:1px solid #ccc;
    padding: 20px 50px 50px;

}

.formDetail-tlsc .form-group{
    width:50%;
    float:left;
}
.formDetail-tlsc .col-md-2{
    width:100% !important;
    text-align: left !important;
}


.page-form {
    background-color: #fff;
    padding: 50px 40px 30px;;
}


.input-group input {
    min-width: 200px;
}


.portlet-body .form-group:last-child {
    border-bottom: 0px none;
}


.form-control {
    box-shadow: none;
}

#page {
    text-align: center;
}

#page .pagination {
    width: 100%;
    margin-top: 30px;
    text-align: center;
}

#page .pagination li {
    display: inline-block;
}

#page .pagination li a,
#page .pagination li span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

#page .pagination li:first-child a,
#page .pagination li:first-child span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

#page .pagination li:last-child a,
#page .pagination li:last-child span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

#page .pagination li a:hover,
#page .pagination li a:focus,
#page .pagination li span:hover,
#page .pagination li span:focus {
    z-index: 2;
    color: #17869c;
    background-color: #eeeeee;
    border-color: #ddd;
}

#page .pagination .page-active a,
#page .pagination .page-active a:hover,
#page .pagination .page-active a:focus,
#page .pagination .page-active span,
#page .pagination .page-active span:hover,
#page .pagination .page-active span:focus {
    z-index: 3;
    color: #fff;
    background-color: #17869c;
    border-color: #17869c;
    cursor: default;
}

#page .pagination .disabled span,
#page .pagination .disabled span:hover,
#page .pagination .disabled span:focus,
#page .pagination .disabled a,
#page .pagination .disabled a:hover,
#page .pagination .disabled a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.f-bar {
    height: 65px;
    line-height: 65px;
    background-color: #17869c;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.footer .f-nav {
    padding: 45px 0;
}

.f-nav li {
    padding-left: 40px;
    float: left;
    width: 178px;
    min-height: 240px;
    border-right: 1px solid #f0f0f0;
}

.f-nav a {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.f-nav a:hover {
    color: #17869c;
}

.f-nav a.tit {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
    color: #17869c;
}

.f-nav a.tit-contact {
    margin: 40px 0 0 0;
}

.f-nav a.tit-sub {
    margin-top: 30px;
}

.f-nav .tel {
    padding-left: 27px;
    background: url("../img/tel.png") no-repeat left center;
    font-size: 14px;
    color: #999;
}

.f-qrcode {
    padding-top: 60px;
    width: 300px;
    text-align: center;
}

.f-qrcode img {
    width: 150px;
}

.f-qrcode .ser {
    display: block;
    margin: 28px auto 0;
    width: 163px;
    height: 43px;
    font-size: 14px;
    line-height: 43px;
    background: #eee;
    color: #333;
    border-radius: 30px;
    text-align: center;
    transition: all 0.5s;
}

.f-qrcode .ser:hover {
    background: #17869c;
    color: #fff;
}

.f-qrcode .ser .fa {
    margin-right: 10px;
}

.copyright {
    height: 55px;
    line-height: 55px;
    font-size: 13px;
    color: #666;
}

.copyright .container {
    border-top: 1px solid #eee;
}

.copyright a {
    color: #666;
}


.fixeSidebar {
    position: fixed;
    left: 50%;
    margin-left: 650px;
    top: 25%;
    background-color: #fff;
    z-index: 1000;
    border: 1px solid #eee;
    background-color: #fff;
    border-bottom: 0 none;
}


@media (max-width: 1440px) {
    .fixeSidebar {
        left: auto;
        right: 10px;
        margin: 0;
    }
}


.fixeSidebar ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.fixeSidebar li {
    width: 60px;
    height: 60px;
    border-bottom: 1px solid #eee;
    text-align: center;
}

.fixeSidebar li a {
    display: block;
    position: relative;
}

.fixeSidebar li .fa {
    padding-top: 10px;
    color: #17869c;
    display: block;
    line-height: 26px;
    font-size: 25px;
}

.fixeSidebar li p {
    line-height: 20px;
    font-size: 12px;
    color: #777;
}

.fixeSidebar li a:hover {
    color: #17869c;

}

.fixeSidebar .fixeSidebar-qrcode-box {
    position: absolute;
    left: -140px;
    top: -45px;
    width: 150px;
    height: 150px;
    display: none;
    text-align: center;
    line-height: 150px;
    border-radius: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .8);
    box-shadow: 0 0 20px rgba(153, 153, 153, .2);
}

.fixeSidebar .fixeSidebar-qrcode-box img {
    width: 120px;
    height: 120px;
    vertical-align: middle;
    border-radius: 4px;
}

.fixeSidebar .fixeSidebar-top .fa {
    height: 60px;
    line-height: 60px;
    padding: 0px;
    background-color: #eee;
}

