td {
    font-size: 13px;
    line-height: 24px;
    text-decoration: none;
    color: #4D4D4D;
    font-family: "微软雅黑", "宋体"
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    color: #3D3D3D;
    text-decoration: none
}

a:hover {
    color: #AB6408;
    text-decoration: underline
}

.input {
    border: 1px #CCDCEA solid;
    height: 34px;
    background-color: #FFFFFF
}

.blue12 a {
    color: #3D3D3D;
    text-decoration: underline;
    line-height: 24px;
    font-size: 12px
}

.blue12 a:hover {
    color: #AB6408;
    text-decoration: none
}

.blue14 a {
    color: #0C6BBD;
    text-decoration: none;
    line-height: 24px;
    font-size: 14px
}

.blue14 a:hover {
    color: #AB6408;
    text-decoration: none
}

.link12 a {
    color: #575757;
    text-decoration: none;
    font-family: "微软雅黑", "宋体";
    line-height: 25px;
    font-size: 12px
}

.link12 a:hover {
    color: #AB6408;
    text-decoration: underline
}

.link_16 a {
    color: #0C6BBD;
    text-decoration: none;
    font-family: "微软雅黑", "宋体";
    font-size: 16px;
    line-height: 120%;
    font-weight: normal
}

.link_16 a:hover {
    color: #AB6408;
    text-decoration: underline
}

.yahei12 {
    font-size: 12px;
    line-height: 22px;
    text-decoration: none;
    color: #333333;
    font-family: "微软雅黑", "宋体"
}

.yahei13 {
    font-size: 13px;
    line-height: 26px;
    text-decoration: none;
    color: #333333;
    font-family: "微软雅黑", "宋体"
}

.yahei14 {
    font-size: 14px;
    line-height: 28px;
    text-decoration: none;
    color: #333333;
    font-family: "微软雅黑", "宋体"
}

.yahei15 {
    font-size: 15px;
    line-height: 26px;
    text-decoration: none;
    color: #333333;
    font-family: "微软雅黑", "宋体"
}

.yahei18 {
    font-size: 18px;
    line-height: 30px;
    text-decoration: none;
    color: #AB6408;
    font-family: "微软雅黑", "黑体"
}

.yahei25 {
    font-size: 25px;
    line-height: 30px;
    text-decoration: none;
    color: #3D3D3D;
    font-family: "微软雅黑", "黑体"
}

.arial {
    font-size: 12px;
    line-height: 22px;
    text-decoration: none;
    color: #A0A0A0;
    font-family: "Arial", "Helvetica", "sans-serif"
}

.dh a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 17px;
    line-height: 135%;
    font-weight: normal;
    font-family: "微软雅黑", "宋体"
}

.dh a:hover {
    color: #CAEEF9;
    text-decoration: none
}

#full-screen-slider {
    width: 100%;
    height: 410px;
    float: left;
    position: relative
}

#slides {
    display: block;
    width: 100%;
    height: 410px;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative
}

#slides li {
    display: block;
    width: 100%;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute
}

#slides li a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px
}

#pagination {
    display: block;
    list-style: none;
    position: absolute;
    left: 17%;
    top: 370px;
    z-index: 9900;
    padding: 5px 15px 5px 0;
    margin: 0
}

#pagination li {
    display: block;
    list-style: none;
    width: 10px;
    height: 10px;
    float: left;
    margin-left: 15px;
    border-radius: 5px;
    background: #FFF
}

#pagination li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    text-indent: -9999px;
}

#pagination li.current {
    background: #0092CE
}

.header {
    width: 1020px;
    height: 91px;
    margin: 0 auto;
}

.logo {
    width: 500px;
    height: 91px;
    background-image: url(../images/logo.jpg);
    float: left;
}

.search {
    width: 325px;
    height: 36px;
    margin-top:27px;
    float: right;
}
.search ul .H_h_S_input input {
    float: left;
    background:url(../images/Search.png) no-repeat;
    height: 26px;
    line-height: 26px;
    padding: 5px 4px 3px 30px;
    width: 190px;
    border: 1px solid #d19c3e;
    border-right: none;
    color: #888;
    background-position: 5px 6px;
}
.search ul .H_h_S_but {
    width: 100px;
    height: 36px;
    background-color: #d19c3e;
    float: left;
}
.search ul .H_h_S_but input {
    border: none;
    background: 0 0;
    color: #fff;
    width: 100px;
    height: 36px;
    cursor: pointer;font-weight: bold;
}

.header span {
    float: right;
    margin: 33px 0;
    color: #444;
}

.header span a {
    font-size: 12px;
    margin-left: 10px;
    color: #666;
    line-height: 24px;
    text-decoration: none
}

/* 公用弹出框样式 */
.pop_boxsss {
    display: none;
    position: fixed;
    top: 45%;
    left: 50%;
    margin-top: -70px;
    margin-left: -140px;
    width: 260px;
    padding: 10px;
    color: #fff;
    background: rgba(0, 0, 0, .6);
    border-radius: 4px;
    z-index: 100;
    text-align: center;
}

.pop_box {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -70px;
    margin-left: -130px;
    width: 260px;
    padding: 10px;
    color: #fff;
    border-radius: 4px;
    z-index: 100;
    text-align: center;
    background-image: url(../images/popbg.png)
}

.news_display section.p img {
    height: auto;
    width: auto \9;
    max-width: 85%;
}

.brand {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
    font-size: 14px;
    padding: 10px;
    background: #fafafa;
}

.jianjie {
    width: 980px;
    margin: 0px auto;
    overflow: hidden;
    min-height: 300px;
}

.newslist {
    width: 980px;
    margin: 0px auto;
    overflow: hidden;
    margin-top: 20px;
}

.newslist > ul {
    float: left;
    width: 100%;
    padding-bottom: 30px;
}

.newslist > ul > li {
    float: left;
    width: 938px;
    height: 40px;
    line-height: 40px;
    background: url(../images/dian_hui.png) no-repeat 20px 15px;
    padding: 0 20px 0 40px;
    overflow: hidden;
}

.newslist > ul > li.hui {
    background: #fbfbfb url(../images/dian_hui.png) no-repeat 20px 20px;
}

.newslist > ul > li a {
    float: left;
    width: 800px;
    color: #313537;
    font-size: 15px;
}

.newslist > ul > li a:hover {
    color: #2d95e1;
}

.newslist > ul > li span {
    float: right;
    width: 100px;
    color: #999;
    font-size: 15px;
}

.newsdetail {
    width: 968px;
    height: 700px;
    padding: 0px 0px 20px 15px;
    margin: 0px auto;
/*    line-height: 30px;*/
    margin-top: 15px;
}

.newsdetail h1 {
    color: #2a2d2f;
    font-size: 24px;
    font-weight: bold;
    font-family: "微软雅黑";
    text-align: center;
    padding-bottom: 10px;
    padding-top: 20px;
}

.newsdetail > span {
    border-bottom: 1px solid #d7d9e0;
    color: #999;
    font-size: 14px;
    width: 100%;
    float: left;
    display: block;
    text-align: center;
    height: 45px;
    line-height: 45px;
}

.newsdetail_main {
    font-size: 16px;
 /*   line-height: 35px;*/
}

.newsdetail_main {
    float: left;
    padding: 20px 0;
}

.newsdetail_main {
    color: #666;
    font-size: 14px;
}

.newsdetail_main p {
    color: #666;
    text-indent: 2em;
}

.news_edit {
    float: right;
    color: #999;
    font-size: 12px;
}

.pro_list {
    width: 980px;
    margin: 0px auto;
    overflow: hidden;
}

.pro_list_l {
    width: 680px;
    float: left;
}

.pro_list_ltop .pro_top_list {
    float: left;
    width: 750px;
}

.pro_list_main h1 {
    width: 922px;
    height: 40px;
    float: left;
    margin-top: 15px;
    color: #999;
    font-size: 14px;
    font-weight: bold;
    background: #fbfbfb; /* text-indent: 1.2em; */
    padding-right: 0px;
    margin-bottom: 10px;
    padding-left: 0px;
}

.pro_list_main ul li {
    float: left;
    width: 168px;
    height: 243px;
    border: 1px solid #eee; /*#d7d9e0;*/
    margin: 0 17px 10px 0;
    background: #fbfbfb;
    list-style: none
}

.button {
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    padding: 5px 10px;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    margin: 0;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
    background-color: #0ae;
    color: #fff;
}

.bg-gray {
    background: gray
}

.bg-none {
    background: #fff;
    color: #666
}
.bg-blue{
    background: #0ae !important;
    color: #fff
}
.bg-org{
    background: #ec971f !important;
    color: #fff
}
.pro_list_main ul.lists > li {
    width: 100%;
    height: 198px
}

.pro_list_main ul.lists > li > .left_content {
    width: 235px;
    height: 175px;
    float: left;
    margin: 10px;
    display: block;
    position: relative;
    overflow: hidden
}

.pro_list_main ul.lists > li > .left_content > img {
    width: 235px;
    height: 175px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.pro_list_main ul.lists > li > .right_content {
    float: left;
    width: 420px;
    height: 175px;
    margin: 10px;
    overflow: hidden;
    position: relative;
}

.pro_list_main ul.lists > li > .right_content > h1 {
    font-size: 22px;
    color: #333;
    font-weight: normal;
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.pro_list_main ul.lists > li > .right_content > p {
    font-size: 13px;
}

.pro_list_main ul.lists > li > .right_content > p {
    height: 30px;
    margin: 0;
    padding: 0;
}

.pro_list_main ul.lists > li > .right_content > p.w600 {
    width: 100%;
    float: left;
}

.pro_list_main ul.lists > li > .right_content > p.w300 {
    width: 50%;
    float: left;
}

.pro_list_main ul.lists > li > .right_content > p.w300 > a {
    color: #fff
}

.pro_list_main h1 > .right {
    float: right;
    width: 30px;
    height: 30px;
    margin-top: 5px;
}

.pro_list_r1, .pro_list_r2, .pro_list_r3 {
    margin-bottom: 15px;
    float: left;
    background: #fbfbfb;
    padding: 10px;
    width: 245px;
}

.pro_list_r {
    width: 265px;
    float: right;
}

.pro_list_r1 {
    float: right;
    width: 225px;
}

.pro_list_r h1 {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    border-bottom: 3px solid #d7d9e0;
}

.pro_list_r h1 span {
    font-size: 14px;
    color: #AB6408;
    float: left;
    border-bottom: 2px solid #AB6408;
    margin-bottom: -3px;
}

.pro_list_r h1 span a {
    font-weight: bold;
    padding-right: 10px;
    height: 30px;
    line-height: 30px;
    color: #AB6408;
    font-size: 16px;
}

.pro_list_r h1 a.more {
    float: right;
    color: #999;
    font-size: 12px;
    margin-top:5px;
}

.pro_list_r h1 a:hover {
    color: #AB6408
}

.pro_list_r dt {
    float: left;
}

.pro_list_r dt img {
    width: 85px;
    height: 60px;
    border: 1px solid #d7d9e0;
    padding: 3px;
}

.pro_list_r dd {
    float: right;
    width: 127px;
    margin-left: 0;
}

.pro_list_r dd h2 {
    margin: 0;
    padding: 0;
    color: #313537;
    font-size: 14px;
    font-weight: bold;
    height: 23px;
    line-height: 23px;
    overflow: hidden;
}

.pro_list_r dd p {
    margin: 0;
    padding: 0;
    color: #666;
    font-size: 13px;
    line-height: 22px;
    width: 126px;
    height: 45px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    /* white-space: nowrap; */
}

.pro_list_r1 h1 {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.pro_list_r1 h1 a {
    font-size: 14px;
}

.pro_list_r1 ul li {
    background: url(../images/dian_hei.png) no-repeat 0px 10px;
    text-indent: 1em;
    margin-top: 10px;
}

.pro_list_r1 ul {
    list-style: none
}

.pro_list_r1 ul li a {
    font-size: 14px;
}

.pro_list_r2 {
    width: 225px;
    float: right;
}

.pro_list_r2 dt {
    float: left;
    position: relative;
}

.pro_list_r2 dt img {
    width: 245px;
    height: 150px;
    border: none;
    padding: 0;
}

.pro_list_r2 dt p {
    width: 245px;
    height: 30px;
    position: absolute;
    bottom: 0;
    background: #000;
    color: #fff;
    text-indent: 1em;
    line-height: 30px;
    opacity: 0.3;
    padding: 0;
    margin: 0
}

.pro_list_r2 em {
    color: #fcac00;
    background: url(../images/icon.png) no-repeat top left;
    padding-left: 24px;
    background-position: -125px -5px;
    height: 15px;
    float: left;
    margin-top: 10px;
}

.train-ul {
    margin: 0;
    padding: 0;
    padding-top: 5px;
}

.train-ul li {
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    background: url(../images/dian_hei.png) no-repeat 0px 10px;
    text-indent: 1em;
}

.hidden {
    display: none;
}

.fenye {
    width: 95%;
    margin: auto;
    overflow: hidden;
}

.fenye li {
    width: auto !important;
    height: auto !important;
    line-height: 16px !important;
    list-style: none;
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
    float: left !important;
}

.fenye a {
    padding: 4px 11px;
    background: #FFF;
    color: #3a3b3c;
    margin-right: 10px;
    display: block;
    border: 1px solid #999;
    font-size: 12px;
}

.fenye a:hover {
    background: #2d95e1;
    color: #fff
}

.fenye li.selected a {
    background: #2d95e1;
    color: #fff
}

.pro_list {
    margin: 0 auto;
    overflow: hidden;
}

.pro_list_l {
    width: 700px;
    float: left;
}

.prolisttop {
    float: left;
    margin: 5px 0;
}

.pro_list_ltop {
    border: 1px solid #eee; /*d7d9e0;*/
    padding: 15px 20px 8px;
    float: left;
    margin-bottom: 10px;
}

.pro_list_ltop .title {
    width: 60px;
    float: left;
    color: #AB6408;
    font-weight: bold;
    text-align: left;
    font-size: 14px;
}

.pro_list_ltop dd {
    margin-left: 0px;
}

.pro_list_ltop .pro_top_list {
    float: left;
    width: 550px;
}

.pro_list_ltop .close {
    height: 24px;
    overflow: hidden;
}

.pro_list_ltop .pro_top_list dt {
    float: left;
    padding: 0px 15px 10px 15px;
    font-size: 14px;
}

.pro_list_ltop .pro_top_list_more {
    width: 45px;
    float: left;
    color: #999;
    background: url('../images/open_span.jpg') no-repeat right;
    font-size: 13px;
    cursor: pointer;
}

.pro_list_ltop .pro_top_list_close {
    width: 45px;
    float: left;
    color: #999;
    background: url('../images/close_span.jpg') no-repeat right;
    font-size: 13px;
    cursor: pointer;
}

.pro_list_main ul li.no-data {
    text-align: center;
    list-style: none;
    height: 50px;
    line-height: 50px;
}

.a-select {
    color: #f5580b
}

.pro_dec {
    width: 980px;
    margin: 0px auto;
    overflow: hidden;
    padding-top: 10px;
    height: 258px;
}

.pro_dec_img {
    width: 315px;
    height: 230px;
    border: 1px solid #d7d9e0;
    float: left;
    padding: 2px;
}

.pro_top_right {
    width: 660px;
    float: right;
    position: relative;
    height: 310px;
}

.pro_top_des {
    width: 600px;
}

.pro_top_right h1 {
    color: #0f7ed0;
    font-size: 22px;
    font-weight: bolder;
    line-height: 38px;
    height: 38px;
}

.pro_top_right p {
    width: 160px;
    font-size: 14px;
    height: 35px;
    float: left;
    line-height: 35px;
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

.pro_top_right p.w600 {
    width: 600px;
    color: #313537;
}

.pro_top_right p.w300 {
    width: 300px;
    overflow: hidden;
}

.pro_top_right p span {
    color: #666666;
    font-size: 13px;
    padding: 2px 20px 2px 20px;
}

.no-data {
    height: 30px !important;
    line-height: 30px !important;
    width: 100% !important;
    background: #fbf9f9 !important;
    border: none !important;
    padding: 20px 0px !important;
    text-align: center !important;
    font-size: 16px;
}

.pro_dec_img {
    margin: auto;
    overflow: hidden;
    text-align: center;
    display: table;
}

.pro_dec_img > a {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.pro_dec_img > a > img {
    width: 100%;
    height: 100%;
    display: block;
    margin: auto;
    vertical-align: middle;
    position: absolute;
    left: 0px;
    top: 0px;
}

.clear {
    clear: both;
}

.pro_part_tab {
    width: 960px;
    margin: 0px auto;
    overflow: hidden;
    margin-top: 12px;
    border-top: 5px solid #2b87ca;
}

#pro_tab {
    border: 1px solid #d7d9e0;
    float: left;
    width: 978px;
    background: #f9f9f9;
}

.pro_part_tab {
    width: 980px;
    margin: 0px auto;
    overflow: hidden;
    margin-top: 22px;
    border-top: 5px solid #2b87ca;
}

#pro_tab {
    border: 1px solid #d7d9e0;
    float: left;
    width: 978px;
    background: #f9f9f9;
}

#pro_tab li {
    float: left;
    border-left: 1px solid #d7d9e0; /* border-right: 1px solid #d7d9e0; */
}

#pro_tab li:first-child {
    border-left: none
}

#pro_tab li:hover {
    cursor: pointer;
}

#pro_tab li a {
    padding: 2px 20px 2px 20px; /*border-right: 1px solid #d7d9e0;*/
    margin: 8px -1px 8px -1px;
    float: left;
    font-size: 16px;
}

#pro_tab li.current {
    border-bottom: 1px solid #fff;
    margin-bottom: -1px; /* margin-left: -1px; *//* margin-right: -1px; *//*border-left: 1px solid #d7d9e0;*/
    color: #2b87ca;
    font-weight: bold;
    background: #fff;
}

#pro_tab li:last-child.current {
    border-right: 1px solid #d7d9e0;
}

#pro_tab li.current a {
    color: #2b87ca;
    font-size: 16px;
}

#pro_tab li.current a:hover {
    color: #2b87ca;
}

#content1 {
    float: left;
    border: 1px solid #d7d9e0;
    border-top: none;
    width: 978px;
}

#content1 ul {
    padding: 20px;
    float: left;
    /*width: 915px;*/
    border-top: none;
    position: relative
}

#content1 ul li.baibian {
    width: 908px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    margin-left: -1px;
    border-bottom: none;
}

#content1 ul p {
    color: #666666;
    line-height: 24px;
    font-size: 14px;
}

#content1 ul p {
    width: 50%;
    color: #666666;
    line-height: 20px;
    font-size: 14px;
    margin-top: 6px;
    margin-bottom: 6px;
    float: left;
}

#content1 ul p span {
    color: #bbbbbb;
    font-size: 12px;
}

#content1 .w100 {
    width: 100%;
}

#content1 .title-left {
    width: 19%;
    text-align: right;
    float: left;
}

#content1 .main-right {
    width: 80%;
    text-align: left;
    margin-left: 1%;
    float: left;
}

.header-top {
    height: 35px;
    line-height: 35px;
    background: #EDEFF1;
    border-bottom: 1px solid #ddd;
}

.header-top .w960 {
    width: 1020px;
    margin: 0 auto
}

.header-top .w960 .left {
    width: 50%;
    float: left
}

.header-top .w960 .left span {
    font-size: 14px;
    color: #666;
}

.header-top .w960 .right {
    width: 50%;
    float: left;
    text-align: right;
    font-size: 12px;
    color: #666
}

.header-top .w960 .left .login-button {
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: #666
}

.header-top .w960 .left .login-button ul {
    height: 120px;
    width: 165px;
    background: #fff;
    position: absolute;
    left: -100px;
    top: 40px;
    border: 1px solid #ddd;
    padding: 15px;
    box-shadow: 4px 4px 4px #999;
    z-index: 999999
}

.header-top .w960 .left .login-button ul input {
    width: 160px;
    height: 30px;
    border: 1px solid #eee;
    text-indent: 1em;
}

.header-top .w960 .left .login-button ul input#password {
    margin-top: 10px;
}

.header-top .w960 .left .login-button ul button {
    width: 165px;
    height: 30px;
    background: url("../images/nav-bg.jpg");
    border: none;
    margin-top: 10px;
    color: #fff;
    cursor: pointer
}

.header-top .w960 .left .login-button2 {
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: #666
}

.w1020 {
    width: 1020px;
    margin: 0 auto;
}

.clear {
    clear: both
}

.frend-link {
    margin: 20px auto;
    border-top: 1px solid #ddd;
    padding: 20px 0;
}

.frend-link li {
    float: left;
    font-size: 14px;
    margin: 0px 10px;
    height: 25px;
    line-height: 25px;
}

.frend-link li.title {
    font-weight: bold;
}

