@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 {
    color:#333;
    text-decoration: none
}

a:hover {
    color:#b68e29;
    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
}

.ml10{
    margin-right:10px;
}

.f-highlight {
    color: #b68e29 !important;
}

.f-orange {
    color: #d66a15 !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-top {
    height: 36px;
    line-height: 36px;
    background-color: #fbfbfb;
    border-bottom: 1px solid #eee;
    font-size: 12px;
    color: #444;
}

.header-top a {
    color: inherit;
}

.header-top .space {
    border-left: 1px solid #ccc;
    margin: 0 10px;
    width: 1px;
}

.header-top .fa {
    margin-right: 5px;
}


.header {
    height: 60px;
    padding: 20px 0;
    width: 100%;
    background-color: #fff;
    /*transition: all .2s;*/
}

.header.header-hide {
    /*transform: translate3d(0, -150px, 0);*/
}



.logo {
    float: left;
    height: 60px;
}

.logo img {
    height: 100%;
    float: left;
}

.slogan {
    border-left:1px solid #eee;
    margin-left: 20px;
    float: left;
    color: #b68e29;
    height:60px;
    padding-left:20px;
    line-height: 60px;
}
.slogan img{
    vertical-align: middle;
}

.h-tel {
    float:right;
    color:#b68e29;
    text-align: center;
}
.h-tel dt{
    line-height: 20px;
    height: 20px;
    font-size: 16px;

}
.h-tel dd{
    line-height: 40px;
    height: 40px;
    font-size:30px;
}

.h-tel::after {
    background-color: #9aad22 !important;
}

.nav {

}
.nav_all{
    width:240px;
    background: #b68e29;
    height:50px;
    line-height:50px;
    color:#fff;
    float:left;
    position: relative;
    text-align: center;
}
.nav_all a.nav_hot{
    display: inline-block;
    color:#fff;
    background: url('../img/nav_all.png') no-repeat left center;
    padding-left:30px;
    font-size:18px;
}
.nav_all_sub{
    position: absolute;
    top:50px;
    height:420px;
    width:240px;
    background: #000;
    background:rgba(0,0,0,0.8);
    left:0px;

    z-index: 1001;
}
.nav_all_sub > ul > li{
    box-sizing: border-box;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #1a1c1e;
}
.nav_all_sub li > a{
    color: #fff;
    text-align: left;
    font-size: 14px;
    padding-left: 48px;
    padding-right:20px;
    display: block;
    position: relative;
}
.nav_all_sub li .fa{
    float:right;
    line-height: 60px;
}
.nav_all_sub li > a:hover{
    background: #010307;
}
.nav_all_subbox{
    text-align: left;
    position: absolute;
    box-sizing: border-box;
    font-size: 14px;
    width: 500px;
    height: 420px;
    border: 1px solid #b68e29;
    padding: 20px;
    left: 240px;
    top: 0;
    background: #fff;
    display: none;
}
.nav_all_sub li.hover .nav_all_subbox{
    display: block;
}
.nav_all_subbox dt{
    width: 460px;
    height:230px;
    overflow: hidden;
}
.nav_all_subbox dt img{
    width:100%;
    vertical-align: top;
    height:100%;
}
.nav_all_subbox .subbox-title{
    margin-top:20px;
    color:#b68e29;
    font-size:20px;
    line-height: 30px;
    font-weight: bold;
}
.nav_all_subbox .subbox-des{
    line-height: 20px;
    height:40px;
    overflow: hidden;
    color:#999;
    margin-top:10px;
}
.nav_all_subbox .subbox-more{
    margin-top:10px;
}
.nav_all_subbox .subbox-more a{
    float:right;
    display: block;
    height:24px;
    line-height: 24px;
    width:80px;
    background: #b68e29;
    color:#fff;
    text-align: center;
}
.nav_list{
    margin-left:280px;
    line-height: 50px;
}
.nav_list li {
    width: 11.11%;
    float: left;
    box-sizing: border-box;
    text-align: center;
    z-index: 100;
    position: relative;

}
.nav_list li > a {
    font-size: 16px;
    color: #333;
    height:50px;
    display: block;
    position: relative;
    box-sizing: border-box;
    border-bottom:2px solid transparent;
}
.nav_list li > a .fa{
    margin-left:5px;
    color:#999;
}
.nav_list li > a:hover,
.nav_list li.hover > a {
    color: #b68e29;
    border-bottom-color:#b68e29;
}
.nav_list .subnav {
    z-index: 100;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 50px;
    display: none;
    background-color: #fff;
}
.nav_list .subnav a {
    display: block;
    border-top: 1px solid #eee;
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    font-size: 12px;
    color: #333;
}
.nav_list .subnav a:nth-of-type(2n){
    background: #f8f8f8;
}
.nav_list .subnav a:hover {
    color: #b68e29;
}

.nav_list li.hover .subnav {
    display: block;
}

.banner {
    width: 100%;
    position: relative;
}

.banner .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.banner .bd ul {
    width: 100% !important;
}

.banner .bd li {
    height: 420px;
    width: 100% !important;
    background-position-x: center;
    background-position-y: center;
}

.banner .bd li a {
    display: block;
    height: 420px;
}

.banner .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.banner .hd ul {
    margin-left:240px;
    height:20px;
    line-height: 20px;
    padding:0 20px;
    border-radius: 10px;
    display: inline-block;
    background: #000;
    background: rgba(0, 0, 0, 0.2);

}

.banner .hd ul li {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin:0 2px;
    overflow: hidden;
    background: #ccc;
    background: rgba(255, 255, 255, 0.7);
    text-indent: -999px;
}
.banner .hd ul .on {
    background: #b68e29;
}
.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;
}

.mod {
    padding: 30px 0;

}

.mod-1 .mod-bd{
    border:1px solid #dddddd;
    padding:25px 0;
}
.list-qlink li{
    float:left;
    width:20%;
    box-sizing: border-box;
    border-right:1px solid #ddd;
    line-height: 40px;
    height:40px;
    padding-left:40px;
    font-size:20px;
}
.list-qlink li:last-child{
    border-right: 0 none;
}
.list-qlink li a{
    color:#333;
}
.list-qlink li .fa{
    margin-right:10px;
    color:#777;
    font-size:25px;
    transition:all 0.6s ease-in-out;
}
.list-qlink li a:hover .fa{
    color:#b68e29;
}



.mod .mod-hd{
    margin-bottom:20px;
}
.mod .mod-hd .mod-title{
    color:#333;
    font-size: 20px;
    font-weight: bold;
}
.mod .left-title{
    position: relative;
    margin: 48px 24px 0 24px;
}
.mod .left-title .ch{
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    height:40px;
    line-height: 40px;
}
.mod .left-title .en{
    height:20px;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    text-transform:capitalize;
}
.mod .left-list{
    margin-top: 40%;
    margin-left: 21px;
    height: 70px;
    overflow: hidden;
}
.mod .left-list.text-center{
    margin-left:0px;
}
.mod .left-list li{
    line-height: 22px;
}
.mod .left-list li a{
    color:#fff;
}
.mod .left-list li .fa{
    margin-right:5px;
}
.mod .bd-right{
    width:956px;
    float:right;
}
.mod .left-more{
    width: 81px;
    height: 26px;
    margin: 25px auto 0;
    border: 1px solid #fff;
    text-align: center;
    line-height: 26px;

}
.mod .left-more a{
    font-size: 12px;
    color: #fff;
    display: block;
}
.mod .bd-left{
    float:left;
    width:224px;
    height:350px;
    border-radius:10px;
    overflow: hidden;
}

.mod-2 {
    background: #f4f4f4 ;
}
.mod-2 .bd-left{
    background: url("../img/news.jpg") no-repeat center center;
}
.mod-2 .list-news2{
    margin-top:10px;
}

.mod-2 .newsbox{
    margin-right:-10px;
}

.newsbox-item{
    margin-right: 10px;
    width: 312px;
    height: 350px;
    float:left;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 3px 0 #e9e9e9;
    position: relative;
}
.newsbox-item .item-hd{
    width: 312px;
    height: 148px;
    overflow: hidden;
}
.newsbox-item .item-bd{
    padding:10px 20px;
}
.newsbox-item  .item-bd-title{
    font-size: 18px;
    font-weight: bold;
}
.newsbox-item  .item-bd-more{
    position: absolute;
    right:20px;
    bottom:20px;
}
.newsbox-item  .item-bd-more a{
    color:#333;
    font-size:12px;
}
.newsbox-item  .item-bd-more a:hover{
    color:#b68e29;
}


.mod-3 {

}
.mod-3 .bd-left{
    background: url("../img/xin.jpg") no-repeat center center;
}

.mod-3 .list-kc{
    margin-right:-12px;
}

.list-kc li{
    width:231px;
    height:170px;
    float:left;
    border-radius: 10px;
    overflow: hidden;
    margin-right:10px;
    margin-bottom:10px;
    text-align: center;
    color:#fff;
}
.list-kc .list-thumb{
    width:232px;
    height:120px;
}
.list-kc .list-thumb img{
    vertical-align: top;
    width:100%;
    height:100%;
}
.list-kc .list-title{
    line-height: 50px;
    height:50px;
    color:#fff;
    font-size:16px;
    background-color:#b68e29;
}
.list-kc li:nth-of-type(1) .list-title{
    background: linear-gradient(126deg, #f74e4b 55%, #fbaeac);
}
.list-kc li:nth-of-type(2) .list-title{
    background: linear-gradient(126deg, #22a399 55%, #73cec7);
}
.list-kc li:nth-of-type(3) .list-title{
    background: linear-gradient(126deg, #8191a2 55%, #bacadc);
}
.list-kc li:nth-of-type(4) .list-title{
    background: linear-gradient(126deg, #3386ff 55%, #96baef);
}
.list-kc li:nth-of-type(5) .list-title{
    background: linear-gradient(126deg, #68b6ef 55%, #d9e9f9);
}
.list-kc li:nth-of-type(6) .list-title{
    background: linear-gradient(126deg, #9183be 55%, #c7c3e8);
}
.list-kc li:nth-of-type(7) .list-title{
    background: linear-gradient(126deg, #f8b855 55%, #f5d9ae);
}
.list-kc li:nth-of-type(8) .list-title{
    background: linear-gradient(126deg, #21b775 55%, #55d4a6);
}

.mod-4 {
    background: #f4f4f4 ;
}
.mod-4 .bd-left{
    background: url("../img/student.jpg") no-repeat center center;
}
.mod-4 .left-img{
    margin-top:20px;
}
.mod.mod-4 .left-list{
    margin-top:20px;
}
.mod.mod-4 .formbox-item.n2 .item-bd{
    margin-top:0px;
}
.formbox{
    margin-right:-10px;
}
.formbox .formbox-item{
    margin-right:10px;
    float:left;
    width:473px;
    height:350px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}
.formbox-item .item-hd{
    background: url('../img/form-bg1.png') no-repeat center center;
    height:90px;
    width:100%;
    line-height: 90px;
    font-size:24px;
    color:#fff;
    font-weight: bold;
    text-align: center;
}
.formbox-item.n2 .item-hd{
    background:url('../img/form-bg2.png') no-repeat center center;
}
.formbox-item .item-bd{
    margin-top:20px;
}
.formbox-group{
    width: 308px;
    height: 42px;
    border: 1px solid #c5cddb;
    line-height: 42px;
    margin-bottom: 12px;
    margin-left:auto;
    margin-right:auto;
}
.formbox-group .label{
    font-size: 14px;
    color: #636363;
    width:70px;
    float:left;
    padding-left: 10px;

}
.formbox-group .input{
    margin-left:80px;
    font-size: 14px;
    color: #636363;
}
.formbox-group select,
.formbox-group input{
    border: none;
    outline: none;
    height: 40px;
    padding:0 5px;
    width:90% !important;
    line-height: 40px;
}
.formbox-submit input{
    width: 127px;
    height: 41px;
    margin: 17px auto;
    background: #bacaea;
    text-align: center;
    line-height: 41px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    display: block;
    outline: none;
    border: none;
}


.mod-5 {

}
.mod-5 .bd-left{
    background: url("../img/apple.jpg") no-repeat center center;
}


.mod-6 {

}
.mod-6 .bd-left{
    background: url("../img/student.jpg") no-repeat center center;
}

.gridbox{}
.gridbox-left{
    float:left;
}
.gridbox-right{
    float:right;
}
.gridbox-item{
    margin-right:10px;
    border-radius: 10px;
    height:170px;
    overflow: hidden;
    position: relative;
}
.gridbox-item img{
    width:100%;
    height:100%;
    vertical-align: top;
}
.gridbox-item .item-bg{
    position: absolute;
    top:0px;
    right:0px;
    left:0px;
    bottom:0px;
    overflow: hidden;
}
.gridbox-item .item-bd{
    position: absolute;
    bottom:0px;
    left:0px;
    right:0px;
    background: #fff;
    background:rgba(255,255,255,0.8);
    height:50px;
    line-height: 50px;
    font-size:16px;
    font-weight: bold;
    text-align: center;
}

.gridbox-top{
    height:170px;
}
.gridbox-bottom{
    margin-top:10px;
    height:170px;
}
.gridbox-top .gridbox-item{
    width:745px;
}
.gridbox-bottom .gridbox-item{
    width:368px;
}
.gridbox-right .gridbox-item{
    margin-right:0px;
    width:200px;
    height:350px;
}



.mod-7 {
    background-color: #f4f4f4;
}
.mod-7 .bd-left{
    background: url("../img/zyks.png") no-repeat center center;
}

.mod-7 .list-teacher{
    margin-right:-12px;
}

/*.list-teacher li{*/
    /*width:472px;*/
    /*height:170px;*/
    /*float:left;*/
    /*border-radius: 10px;*/
    /*overflow: hidden;*/
    /*margin-right:10px;*/
    /*margin-bottom:10px;*/
    /*text-align: center;*/
    /*color:#fff;*/
/*}*/
/*.list-teacher .list-thumb{*/
    /*width:472px;*/
    /*height:170px;*/
/*}*/
/*.list-teacher .list-thumb img{*/
    /*vertical-align: top;*/
    /*width:100%;*/
    /*height:100%;*/
/*}*/



.list-teacher li{
    margin-right: 10px;
    width: 312px;
    height: 350px;
    float:left;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 3px 0 #e9e9e9;
    position: relative;
}
.list-teacher li .list-thumb{
    width: 312px;
    height: 350px;
    display: block;
    overflow: hidden;
}
.list-teacher li img{
    width:100%;
    height:100%;
}



.mod-link dt,
.mod-link dd {
    float: left;
    line-height: 26px;
}

.mod-link dd {
    margin-left: 10px;
}

.mod-link dt span {
    display: block;
    color: #b68e29;
    font-size: 30px;
    float: left;
}

.mod-link dt p {
    display: block;
    height: 26px;
    width: 90px;
    background-color: #b68e29;
    color: #fff;
    text-align: center;
    float: left;
    margin-left: 5px;
}

.mod-link dd a {
    margin: 0 10px;
    color: #333;
}

.mod-link{
    background-color: #f4f4f4;
}

.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: #b68e29;
    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: #d66a15;
    border-radius: 4px;
    padding: 0px 25px;
    font-size: 18px;
    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: #b68e29;
    text-transform: uppercase;
    text-shadow: 0 0 5px #fff;
}

.ban .tit h3 {
    font-size: 40px;
    letter-spacing: 5px;
    line-height: 80px;
    color: #b68e29;
}

.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;
    border-bottom: 1px solid #eaeaea;
    background: #f7f7f7;
}

.sidebar-nav ul li a {
    display: block;
    padding-left: 39px;
    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;
}

.sidebar-box .box-hd{
    border-left:2px solid #b68e29;
    padding-left:10px;
    font-size:16px;
    color:#333;
    margin-bottom:10px;
}
.sidebar-box .box-hd a{
    color:#333;
}
.page {
}

.page-img{
    margin-bottom:20px;
}
.page-hd {
    border-bottom: 1px solid #ececec;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.page-hd .hd-title {
    font-size: 26px;
    color: #b68e29;
}

.page-full-hd {
    border-bottom: 1px solid #ececec;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.page-full-hd .hd-title {
    font-size: 30px;
    color: #b68e29;
    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: #b68e29;
    font-size: 28px;

}

.content-bd h3 {
    color: #b68e29;
    font-size: 22px;
    font-weight: normal;
}


.null {
    text-align: center;
    width:395px;
    height:56px;
    margin: 200px auto 0;
    background: url("../img/null.png") no-repeat center 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: #b68e29;
    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: #b68e29;
    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: #b68e29;
    font-size: 16px;
}

.box2 {
    background-color: #fff;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.box2 .box-hd {
    background: #b68e29;
    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: #b68e29;
    padding-left: 2em;
}


.list-kc1 li{
    margin-bottom:10px;
    position: relative;
}
.list-kc1 a{
    display: block;
}
.list-kc1 .list-thumb{
    width:100%;
    /*height:100px;*/
    position: relative;
    overflow: hidden;
}
.list-kc1 img{
    /*position: absolute;*/
    /*top:50%;*/
    /*margin-top:-75px;*/
    width:100%;
    vertical-align: top;
}
.list-kc1 p{
    position: absolute;
    top:10px;
    padding:0 25px;
    border-radius: 0 13px 13px 0;
    line-height: 26px;
    height:26px;
    background: #b68e29;
    background: rgba(3,92,172,0.8);
    color:#fff;
    display: block;
}

.page-kc{

}

.list-kc2{
    margin-right:-30px;
}
.list-kc2 li{
    box-sizing: border-box;

    width:380px;
    margin-right:30px;
    margin-bottom:30px;
    float:left;
    position: relative;
}
.list-kc2 a{
    display: block;
}
.list-kc2 .list-thumb{
    width:380px;
    height:190px;
    position: relative;
    overflow: hidden;
}
.list-kc2 img{
    vertical-align: top;
    width:100%;
    height:100%;
}
.list-kc2 p{
    line-height: 32px;
    height:32px;
    text-align: center;
    font-size:15px;
    color:#fff;
    background-color: #b68e29;
    display: block;
}



.list-zyks2{
    margin-right:-40px;
}
.list-zyks2 li{
    box-sizing: border-box;

    width:580px;
    margin-right:40px;
    margin-bottom:40px;
    float:left;
    position: relative;
}
.list-zyks2 a{
    display: block;
}
.list-zyks2 .list-thumb{
    width:580px;
   height:290px;
    position: relative;
    overflow: hidden;
}
.list-zyks2 img{
    vertical-align: top;
    width:100%;
    height:100%;
}
.list-zyks2 p{
    line-height: 32px;
    height:32px;
    text-align: center;
    font-size:15px;
    color:#fff;
    background-color: #b68e29;
    display: block;
}




.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: #b68e29;
}

.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: 100px;
}

.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 li{
    line-height: 26px;
    height:26px;
}
.list-news2 li a{
    display: block;

    font-size:14px;
}
.list-news2 li a .fa{
    margin-right:5px;
}

.list-news3 {
}

.list-news3 li {
    border-bottom: 1px dashed #cacaca;
}

.list-news3 li:last-child {
    border-bottom: none;
}

.list-news3 .list-title {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
}

.list-news3 .list-title .fa {
    color: #b68e29;
    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: #b68e29;
}




.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: #b68e29;
}


.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: #b68e29;
    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: #b68e29;
}

.list-brand .list-des {
    color: #999;
    margin-bottom: 5px;
}

.list-brand .list-info a {
    display: inline-block;
    background-color: #b68e29;
    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: #b68e29;
}

.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: #b68e29;
}

.list-parts1 li img {
    width: 80px;
    height: 80px;
    margin-left: 10px;
    float: left;
}

.list-parts1 li p {
    line-height: 80px;
    margin-left: 100px;
}


/*article*/


.article-lable .fa {
    color: #b68e29;
}

.article-hd {
    border-bottom: 1px solid #ececec;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.article-hd .article-title {
    font-size: 26px;
    line-height: 30px;
    color: #b68e29;
    text-align: center;
}

.article-hd .article-lable {
    text-align: center;
    margin-top: 10px;
    color: #666;
}

.article-hd .article-lable label {
    margin: 0 5px;
}
.article-video{
    text-align: center;
    width:600px;
    margin:20px auto;
}
.article-video + .article-bd{
    border-top:1px dashed #cacaca;
    padding-top:20px;
}
.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: #b68e29;
    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: 385px;
    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: 150px;
    height: 100px;
    float: left;
}

.store-list-item .list-thumb img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.store-list-item .list-info {
    margin-left: 160px;
}

.store-list-item .list-info .list-title {
    display: block;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    color: #b68e29;
}

.store-list-item .list-info p {
    font-size: 14px;
}

.store-list-item .list-btn a {
    box-sizing: border-box;
    display: block;
    width: 33.33%;
    float: left;
    background: #b68e29;
    color: #fff;
    text-align: center;
    height: 26px;
    line-height: 26px;
    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: #b68e29;
    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: #b68e29;
    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: #b68e29;
}

.store-body-menu li.on a {
    color: #fff;
}

.store-body-menu li a {
    font-size: 18px;
    display: block;
    color: #b68e29;
}

.store-sub-menu ul li a:hover {
    background-color: #fff;
    color: #fff;
}

.store-body-item {
    background-color: #fff;
}

.store-body-title {
    background-color: #b68e29;
    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;
}

/* teacher */



.teacher-list {
    margin-right: -20px;
}

.teacher-list-item {
    position: relative;
    width: 280px;
    float: left;
    background-color: #fff;
    margin-right: 20px;
    margin-bottom: 20px;
}

.teacher-list-item .list-inner {
    padding: 10px;
    border: 1px solid #eaeaea;
}



.teacher-list-item .list-thumb {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.teacher-list-item .list-thumb img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.teacher-list-item .list-info {
    margin-top: 10px;
}


.teacher-list-item .list-info .list-title {
    display: block;
    font-size: 16px;
    color: #b68e29;
    text-align: center;
}





/* team */


.product-body {
    margin-top: 30px;
}

.team-list {
    margin-right: -40px;
}

.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: #d66a15;
    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: #b68e29;
    text-align: center;
}

.team-list-item .list-btn a {
    box-sizing: border-box;
    display: block;
    width: 50%;
    float: left;
    background: #b68e29;
    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: #b68e29;
    overflow: hidden;
    border-bottom: 1px solid #ececec;
    margin-bottom: 10px;
}

.teamDetail-info .price {
    color: #d66a15;
    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: #b68e29;
    font-style: normal;
}

.teamDetail-info i {
    margin-right: 5px;
    font-style: normal;
}

.teamDetail-store a {
    display: inline-block;
    background: #b68e29;
    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: #b68e29;
    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: #d66a15;
    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: #d66a15;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
}

.productDetail-hd {
    margin-bottom: 50px;
}

.productDetail-thumb {
    width: 300px;
    float: left;
}

.productDetail-thumb img {
    width: 100%;
    vertical-align: top;
}

.productDetail-info {
    margin-left: 340px;
}

.productDetail-info h1 {
    line-height: 80px;
    height: 80px;
    font-size: 30px;
    color: #b68e29;
    overflow: hidden;
    border-bottom: 1px solid #ececec;
    margin-bottom: 10px;
}

.productDetail-info .price {
    color: #d66a15;
    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: #b68e29;
    font-style: normal;
}

.productDetail-info i {
    margin-right: 5px;
    font-style: normal;
}

.productDetail-bd-title {
    background: #eee;

    margin-bottom: 40px;
}

.productDetail-bd-title span {
    display: inline-block;
    background: #b68e29;
    color: #fff;
    padding: 5px 15px;
}

.productDetail-bd th {
    background: #b68e29;
    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: #b68e29;
    font-size: 24px;
}

.scheme-zjbox dd .t2 {
    color: #b68e29;
    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: #d66a15;
    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: #b68e29;
    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 {
    height: 40px;
    width: 260px;
}

.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-group button {
    border: 0;
    width: 258px;
    height: 40px;
    border-radius: 3px;
    background-color: #d66a15 !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;

}


.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: #b68e29;
    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: #b68e29;
    border-color: #b68e29;
    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: #b68e29;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.footer{
    border-top:10px solid #b68e29;
    background: #b68e29;
    color:#fff;
}
.footer .f-nav {
    padding: 30px 0;
}

.f-nav li {
    padding-left: 40px;
    float: left;
    width: 150px;
    min-height: 220px;
    border-right: 1px solid #666;
}
.f-nav li:last-child{}

.f-nav a {
    display: block;
    font-size: 13px;
    line-height: 24px;
    color: #333;
}

.f-nav a:hover {
    color: #d66a15;
}

.footer a.tit {
    display: block;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 24px;
    color: #333;
}

.footer a.tit-contact {
    margin: 30px 0 0 0;
}

.footer a.tit-sub {
    margin-top: 10px;
    margin-bottom:10px;
}

.footer .f-tel{
    margin-bottom:5px;
}
.footer .f-tel .tit{
    margin-bottom:0px;
}
.footer .tel {
    color:#333;
    font-size: 30px;
}

.f-qrcode {
    padding-top: 30px;
    width: 200px;
    text-align: center;
}

.f-qrcode img {
    width: 100px;
}
.f-qrcode p{
    margin-top:10px;
    color:#333;
}

.copyright {
    background: #1f1f1f;
    height: 55px;
    line-height: 55px;
    font-size: 13px;
    color: #737373;
}

.copyright .container {
    /*border-top: 1px solid #eee;*/
}

.copyright a {
    color: #737373;
}


.fixeSidebar {
    position: fixed;
    left: 50%;
    margin-left: 620px;
    bottom: 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: #b68e29;
    display: block;
    line-height: 26px;
    font-size: 25px;
}

.fixeSidebar li p {
    line-height: 20px;
    font-size: 12px;
    color: #777;
}

.fixeSidebar li a:hover {
    color: #b68e29;

}

.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;
}


/*    弹窗    */
.pop-up {
    width: 960px;
    height: 300px;
    border: 1px solid #bbb;
    border-radius: 5px;
    box-shadow: 0 0 2px rgba(187, 187, 187, .5);
    background: #fff;
    position: fixed;
    left: 50%;
    top: 40%;
    padding: 35px 0;
    margin: -120px 0 0 -480px;
    font-size: 14px;
    z-index: 1002;
    _position: absolute;
    _top: 220px;
}

.pop-up .title {
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #d9d9d9;
    margin: 0 30px 25px;
    height: 50px;
    font-size: 18px;
    color: #333;
    font-weight: normal;
}

.pop-up .close {
    float: right;
    font-size: 34px;
    line-height: 34px;
    font-family: "微软雅黑";
    color: #797979;
}

.pop-up .close:hover {
    color: #e25353;
}

.pop-up .text {
    position: relative;
    height: 230px;
    width: 930px;
    padding: 0 0 0 30px;
    overflow: hidden;
}

.pop-up .con {
    font-size: 12px;
    height: 230px;
    width: 900px;
    position: relative;
    line-height: 2em;
}

.body-shadow {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 1001;
    _position: absolute;
    _top: expression(offsetParent.scrollTop);
}

.pop-up .t {
    color: #62310f;
    font-size: 14px;
}

.pop-up .line {
    height: 1px;
    background-color: #62310f;
    margin-top: 5px;
    width: 50%;
}

.pop-2wm {
    float: right;
    width: 300px;
    text-align: center;
}

.pop-2wm .t {
    font-weight: bold;
}





.history{

}




.list-history{
    padding-top:70px;
    width:1040px;
    margin-left:auto;
    margin-right:auto;
}

.ht-lst{
    position: relative;
    color:#2b3884;
}
.ht-lst .tips{
    padding-left:10px;
    padding-right:10px;
    position: absolute;
    left:18px;
    bottom: 0px;
    font-size: 24px;
    line-height: 44px;
    border-bottom: 3px solid #2b3884;
}
.ht-lst .tips.n2{
    position: absolute;
    left:auto;
    right:18px;
}
.ht-lst .more{
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    left: 50%;
    margin-left: -25px;
    bottom: 0;
    cursor: pointer;
    background: url(../img/dsj02.png) no-repeat center;
}
.ht-lst .list{
    position: relative;
}
.ht-lst .list li{
    position: absolute;
    width: 409px;
    top:0;
    padding-bottom: 40px;
    min-height: 150px;
    zoom:1px;
}
.ht-lst .list li:after{
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;
    content:".";
}
.ht-lst .list li.left{
    border-right: 5px solid #2b3884;
    left: 109px;
}
.ht-lst .list li.right{
    border-left: 5px solid #2b3884;
    right: 108px;
}
.ht-lst .list li.last{
    padding-bottom: 60px;
}
.ht-lst .list li .cover{
    width: 409px;
    height: 26px;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: left top;
    top:-26px;
}
.ht-lst .list li.left .cover{
    right: -5px;
    background-image: url(../img/dsj08.png);
}
.ht-lst .list li.right .cover{
    left:-5px;
    background-image: url(../img/dsj09.png);
}
.ht-lst .list li.first .cover{
    right: -5px;
    background-image: url(../img/dsj07.png);
}
.ht-lst .list li .year{
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
    display: block;
    position: absolute;
    width:115px;
    text-align: center;
    top:-36px;
    color:#dd9e80;
}
.ht-lst .list li.left .year{
    left:-115px;
}
.ht-lst .list li.right .year{
    right:-115px;
}
.ht-lst .list li .cnt{
    padding-top: 15px;
    padding-left: 10px;
    float: left;
}
.ht-lst .list li.right .cnt{
    float: right;
}
.ht-lst .list li .cnt p{
    width: 370px;
    font-size: 16px;
    line-height: 24px;
    max-height: 72px;
    overflow: hidden;
    padding-left: 15px;
    margin-bottom: 8px;
    background: url(../img/dsj03.png) no-repeat left 9px;
}
.ht-lst .list li img{
    max-width: 100px;
    height: 90px;
    margin: 10px 20px;
}
.ht-lst .list li.left img{
    float: right;
}
.ht-lst .list li.right img{
    float: left;
}

