@charset "UTF-8";
.t_input {
    height: 32px;
    border-radius: 2px;
    border: solid 1px #e5e5e5;
    margin-left: -1px;
    padding-left: 8px;
    width: 180px;
}

.t_input:focus {
    border: 1px solid #576774;
}

.boxshow {
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
}

.bgwhite {
    background: #fff;
}

i.iconfont {
    margin-right: 5px;
}

.textleft {
    text-align: left;
}

.t_Jumpcolor {
    overflow: hidden;
}

.paddingbt {
    padding-bottom: 50px;
}

.paddingtop {
    padding-top: 20px;
}

.box {
    clear: both;
    overflow: hidden;
}

.border0 {
    border: 0;
}

.border {
    border: solid 1px #f7f8fa;
}

.t_tophint {
    height: 40px;
    background: #f2f2f2;
    line-height: 39px;
}

.t_tophint .fr a {
    color: #666;
}

.t_tophint .fr span {
    padding: 0 15px;
    color: #cacaca;
}

.t_width {
    width: 1200px;
    margin: 0 auto
}

.t_title {
    font-size: 30px;
    letter-spacing: 3px;
    color: #333;
    font-weight: bold;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    padding: 20px 0;
    width: 670px;
    height: 76px;
}

.t_title img {
    margin: 0 8px 0 0;
}

.y_head_search {
    float: right;
    width: 490px;
    border: 2px solid #576774;
    height: 36px;
    line-height: 36px;
    background: #fff;
    margin-top: 43px;
    position: relative;
    z-index: 20;
}

.y_head_search_select {
    width: 75px;
    height: 36px;
    background: #f6f6f6;
    float: left;
    z-index: 9999999;
}

.y_head_search_select_btn {
    float: left;
    padding-left: 2px;
    cursor: pointer;
    height: 33px;
    overflow: hidden;
}

.y_head_search_select_txt {
    color: #363636;
    padding-left: 8px;
    float: left;
    line-height: 36px;
    cursor: pointer
}

.y_head_search_select_list {
    width: 76px;
    background: #f6f6f6;
    text-align: center;
    line-height: 2em;
    overflow: hidden;
    position: absolute;
    z-index: 99999999999;
    top: 30px;
    left: 0px;
    cursor: pointer
}

.head_ser_input {
    border: 0px;
    float: left;
    width: 320px;
    padding-left: 10px;
    height: 36px;
    line-height: 36px;
    color: #a9a9a9;
}

.head_ser_btn {
    width: 85px;
    float: left;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-family: '微软雅黑';
    font-size: 16px;
    background: #576774;
    border: 0px;
    cursor: pointer;
}

.t_menu {
    background-color: #ffffff;
    box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.1);
    clear: both;
    position: relative;
    z-index: 10;
}

.t_menu ul {
    position: relative;
}

.t_menu li {
    display: inline-block;
    padding-right: 85px;
    padding-bottom: 10px;
    position: relative;
}

.t_menu li a {
    color: #333;
    text-align: center;
    line-height: 30px;
    display: block;
}

.t_menu li a:hover {
    text-decoration: none;
    color: #576774;
    border-bottom: 2px solid #576774;
}

.t_menu li a.t_on {
    color: #576774;
    border-bottom: 2px solid #576774;
}

.t_menu li dl {
    position: absolute;
    top: 40px;
    left: -37px;
    z-index: 100;
    background: #fff;
    padding: 5px 28px 10px 28px;
}

.t_menu li dl ol {
    line-height: 24px;
}

.t_menu li dl ol a {
    color: #666;
    font-size: 14px;
}

.t_menvspan {
    position: absolute;
    left: 0;
    top: 30px;
    height: 2px;
    background: #576774;
    width: 30px;
    opacity: 0;
}

.focusBox {
    position: relative;
    width: 100%;
    height: 380px;
    overflow: hidden;
}

.focusBox .pic {
    position: relative;
    z-index: 0;
}

.focusBox .pic li {
    height: 380px;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.focusBox .hd {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
    font-size: 0;
    z-index: 1;
}

.focusBox .hd li {
    margin: 0 5px;
    background: #fff;
    height: 5px;
    overflow: hidden;
    width: 30px;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.focusBox .hd .on {
    background: #576774;
}

.focusBox .prev,
.focusBox .next {
    width: 60px;
    height: 90px;
    margin: -45px 0 0;
    display: none;
    background: url(../images/zt_adctr.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.focusBox .prev {
    left: 0;
}

.focusBox .next {
    background-position: 0 -90px;
    right: 0;
}

.focusBox .prev:hover,
.focusBox .next:hover {
    filter: alpha(opacity=50) !important;
    opacity: 0.5 !important;
}

.t_comtable {
    text-align: center;
}

.t_comtable thead th {
    height: 48px;
    background: #f2f2f2;
    color: #999;
    font-weight: normal;
}

.t_comtable td {
    height: 48px;
    line-height: 22px;
}

.t_comtable tr:nth-child(odd) {
    background: #fafafa;
}

.t_comtable tr:nth-child(even) {
    background: #fff;
}

.t_comtable tr:hover {
    background: #fff8f8;
}

.t_comcoltl ul {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
}

.t_comcoltl li {
    cursor: pointer;
    line-height: 30px;
    padding: 0 15px;
}

.t_comcoltl li span {
    display: block;
    height: 2px;
    width: 30px;
    margin: 0 auto;
}

.t_comcoltl li.hover {
    color: #576774;
}

.t_comcoltl li.hover span {
    display: block;
    height: 2px;
    background: #576774;
}

.t_comcont h1.title {
    padding: 30px 0 15px;
    text-align: center;
    font-size: 20px;
    color: #333;
}

.img_pro li {
    width: 222px;
}

.img_pro li>a.img_pro_top {
    width: 204px;
    height: 222px;
}

.usertable .textleft {
    text-align: left;
}

.usertable thead th {
    height: 58px;
    padding: 8px;
    box-sizing: border-box;
}

.usertable tbody tr:hover td {
    background: #fff
}

.usertable tbody tr td {
    border-right: 1px solid #f4f4f4;
}

.usertable tbody tr td:last-child {
    border-right: none;
}


/* 
.t_listzb ul {
    clear: both;
    overflow: hidden;
    margin: 40px 0 0 -12px;
}

.t_listzb li {
    width: 184px;
    float: left;
    margin-left: 12px;
    line-height: 30px;
    border: 1px solid #e6e6e6;
    padding: 22px 22px 10px;
    background: #fff;
}

.t_listzb a.t_ingpit {
    width: 184px;
    height: 184px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.t_listzb a.t_ingpit img {
    height: 100%;
}

.t_listzb a.prolisttitle {
    display: block;
    color: #333;
    margin-top: 10px;
}

.t_listzb p {
    font-size: 18px;
    color: #f03a58;
    margin-top: 5px;
}

.t_listzb span.color_gray9 {
    display: block;
} */

.t_commore {
    clear: both;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    padding: 25px 0 15px;
}

.t_commore a {
    color: #333;
}

.t_commore a:hover {
    text-decoration: none;
}

.t_commore a:hover i {
    position: relative;
    animation: mymove 1s infinite;
    -webkit-animation: mymove 1s infinite;
    /*Safari and Chrome*/
}

.t_baywindow {
    position: fixed;
    display: none;
    top: 200px;
    right: 50%;
    margin-right: -700px;
    background-color: #fefefe;
    border: solid 1px #eee;
    width: 60px;
    background: #fff;
}

.t_baywindow li {
    display: block;
    height: 60px;
    text-align: center;
    line-height: 20px;
}

.t_baywindow li a {
    display: block;
    height: 40px;
    color: #333;
    padding: 10px 0;
}

.t_baywindow li a.color_red,
.t_baywindow li a.color_redgo {
    /*color: #576774;*/
}

.t_baywindow li a.color_redgo i {
    height: 20px;
    text-align: center;
    margin-left: 5px;
}

.t_comtitle {
    height: 62px;
    font-size: 30px;
    text-align: center;
    line-height: 40px;
    padding: 40px 0 10px 0;
}

.t_comtitle span {
    display: block;
    height: 20px;
    line-height: 20px;
    background: url('../images/zt_titlebg.png') no-repeat center;
    margin-top: 10px;
}

.t_comjbxx {
    width: 290px;
    padding: 10px 30px;
    background: #f4f4f4;
}

.t_comjbxx b {
    text-align: center;
    line-height: 50px;
    color: #333;
    display: block;
    margin-bottom: 10px;
}

.t_comjbxx table td {
    line-height: 24px;
    padding: 8px 0;
}

.t_comgsjj {
    padding: 60px 0 30px;
    overflow: hidden;
}

.t_comgsjj p {
    float: left;
    width: 800px;
    line-height: 30px;
    text-indent: 2em;
}

.lxfsbg {
    background: url('../images/zt_contact.png') no-repeat center;
    background-size: cover;
}

.lxfsbg .t_comtitle {
    color: #fff;
}

.lxfsbg .t_comtitle span {
    background: url('../images/zt_titlebgwhite.png') no-repeat center;
}

.lxfsbg .t_commore a {
    color: #fff;
}

.picScroll-left1 {
    overflow: hidden;
    position: relative;
    padding: 15px 0;
}

.picScroll-left1 .hd .prev,
.picScroll-left1 .hd .next {
    display: block;
    width: 29px;
    height: 55px;
    cursor: pointer;
    position: absolute;
    cursor: pointer;
    top: 114px;
    z-index: 99;
}

.picScroll-left1 .hd .prev {
    background: url("../images/zt_left.png") no-repeat center;
    left: 0px;
}

.picScroll-left1 .hd .next {
    background: url("../images/zt_right.png") no-repeat center;
    right: 0px;
}

.picScroll-left1 .bd {
    width: 1110px;
    margin: 0 auto;
    overflow: hidden;
}

.picScroll-left1 .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left1 .bd ul li {
    float: left;
    background: #fff;
    width: 510px;
    height: 276px;
    margin-right: 84px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
    border: solid 1px #f7f8fa;
}

.t_tcxx dl dt {
    display: block;
    width: 45%;
    float: left;
    line-height: 36px;
    color: #666;
    padding-left: 5%;
}

.t_tcxx dl dt i {
    color: #cfcfcf;
    font-size: 18px;
}

.t_lxrname {
    background: #f4f4f4;
    height: 40px;
    line-height: 24px;
    padding-top: 20px;
    position: relative;
    margin: 40px 0 30px 0;
    padding-left: 115px;
}

.t_lxrname span {
    padding: 0 10px;
}

.t_lxrname i {
    display: block;
    width: 77px;
    height: 77px;
    background: #fff;
    border-radius: 77px;
    left: 30px;
    top: -10px;
    position: absolute;
    font-size: 60px;
    line-height: 77px;
    text-align: center;
    color: #e2e2e2;
}

#bottom {
    width: 100%;
}

.t_bottom {
    background: #383838;
    padding: 20px 0 10px 0;
}

.t_bottom h2 {
    color: #fff;
    font-weight: normal;
    letter-spacing: 2px;
}

.t_bottom span {
    color: #fff4ef;
    line-height: 60px;
    padding-right: 50px;
}

.t_bottom a {
    color: #fff4ef;
}

.t_bottom a.color999 {
    color: #999;
}

.t_bottom span.fr {
    color: #999;
    padding: 0;
}

.t_bgblk {
    background: #343434;
    padding: 20px 0;
}

.t_bgblk span {
    line-height: 30px;
    color: #999;
}

.picScroll-left1 .t_lxfslist {
    width: 1200px;
}

.picScroll-left1 .t_lxfslist ul {
    margin-bottom: -40px;
}

.picScroll-left1 .t_lxfslist ul li {
    margin: 0 5px 50px 5px;
    position: relative;
}

.picScroll-left1 .t_lxfslist ul li:nth-child(even) {
    float: right;
}

.t_ewmtpimg {
    padding: 10px;
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 10;
    right: 10px;
    top: 234px;
}

.t_ewmtpimg img {
    width: 100px;
    height: 100px;
}

.t_dwmap {
    line-height: 30px;
    margin-top: 20px;
    color: #333;
}

.t_dwmap a {
    color: #333;
}

.t_contnr {
    padding: 30px 25px;
    margin: 20px 0
}

.t_contimg p {
    line-height: 30px;
}

.t_contimg p img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.t_jj_nr p {
    line-height: 30px;
    text-indent: 2em;
}

.t_jj_nr img {
    max-width: 100%;
    display: block;
    margin: 10px auto;
}

.t_page {
    padding: 38px 0;
    overflow: hidden;
    text-align: center;
    clear: both;
}

.t_page a {
    padding: 6px 10px;
    border: 1px solid #ddd;
    color: #666;
    background: #fff;
}

.t_page a:hover {
    border: 1px solid #576774;
    color: #576774;
}

.t_pageinput {
    width: 48px;
    height: 30px;
    padding: 0 5px;
    border: 1px solid #ddd;
}

.t_pagebtn {
    width: 54px;
    height: 30px;
    color: #fff;
    cursor: pointer;
    background: #576774;
    border: 0;
}

.t_rylist,
.t_buysb {
    padding-bottom: 15px;
}

.t_rylist ul,
.t_buysb ul {
    margin: 0 0 0 -25px;
    padding-bottom: 15px;
}

.t_buysb ul {
    margin: 0 0 0 -14px;
}

.t_buysb li {
    margin-top: 20px;
    margin-left: 14px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
    border: 0;
}

.t_rylist li {
    width: 338px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
    border: 0;
    margin-top: 20px;
    margin-left: 25px;
    padding: 22px;
}

.t_nointroduction {
    margin-top: 50px;
    overflow: hidden;
    padding-bottom: 20px;
}

.t_nointroduction h2 {
    text-align: center;
    font-weight: normal;
    line-height: 80px;
}

.t_nointroduction ul {
    padding: 0 30px;
    display: flex;
    display: -webkit-flex;
    flex-grow: 3;
    flex-wrap: wrap;
}

.t_nointroduction ul li {
    display: block;
    width: 28%;
    line-height: 40px;
    white-space: nowrap;
}

.t_cpname {
    text-align: center;
    line-height: 30px;
    margin-bottom: 5px;
}

.t_xqcont td {
    height: 27px;
    padding: 5px 0;
}

.bordertop {
    border-top: 1px solid #eee;
    margin-top: 10px;
    padding-top: 10px;
    overflow: hidden;
}

.j_zbgd {
    width: 810px;
    float: left
}

.t_xqpj {
    overflow: hidden;
    font-size: 18px;
}

.t_xqpj li {
    cursor: pointer;
    display: block;
    float: left;
    line-height: 40px;
    margin: 0 15px;
}

.t_xqpj li.hover {
    color: #576774;
    border-bottom: 2px solid #576774;
}

.t_ztpj {
    background: #f9f9f9;
    height: 65px;
    margin: 20px 0;
}

.t_cpxqcot img {
    display: block;
    max-width: 98%;
    margin: 5px auto;
}

.t_evaluate li {
    display: block;
    padding: 10px 0 20px 0;
    border-bottom: 1px solid #efefef;
}

.t_evaluate li:last-child {
    border: 0;
}

.t_evaluate li .t_cpcomp {
    line-height: 50px;
    padding-left: 10px;
}

.t_evaluate li .t_cpcomp span.color_gray6 {
    padding-left: 30px;
}

.t_evaluate li .t_bghui {
    line-height: 30px;
    padding: 0 10px;
}

.t_prodimg {
    width: 290px;
}

.t_bcproducs {
    width: 830px;
    margin-left: 30px;
}

.t_contlist {
    padding: 20px 20px 0 20px;
    margin: 20px 0
}

.t_shaixuan ul {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-wrap: wrap;
}

.t_shaixuan li {
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    margin-right: 20px;
    flex-wrap: nowrap;
    padding-bottom: 20px;
}

.t_shaixuan span {
    padding: 0 5px;
}

.t_shaixuan li select,
.t_shaixuan li input {
    height: 32px;
    border-radius: 2px;
    border: solid 1px #cccccc;
    margin-left: -1px;
}

.t_shaixuan li input {
    width: 183px;
    height: 30px;
    border-radius: 2px;
    border: solid 1px #cccccc;
    margin-left: -1px;
    padding-left: 5px;
}

.t_shaixuan li input.width100 {
    width: 100px;
}

a.t_btonserch {
    width: 50px;
    height: 32px;
    text-align: center;
    background-color: #ff4342;
    margin-left: -1px;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
}

a.t_btonserch i {
    font-size: 16px;
}

a.t_btonserch:hover {
    text-decoration: none;
}

.picScroll-left1 .bd ul li.nofloat {
    float: none;
    margin: 0 auto;
}

.t_nologin {
    text-align: center;
}

.t_nologin i {
    font-size: 60px;
    display: block;
    margin: 55px auto;
}

.t_nologin i.icon-quesheng_chawuxinxizanwuxinxi {
    font-size: 150px;
    margin-bottom: 0px;
}

.nocontent {
    padding-bottom: 114px;
}

.t_lxrphone {
    background: #f7f8fa;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.t_lxrphone span {
    padding: 0 30px;
}

.t_bj_btn:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.width200 {
    width: 380px;
}

.width99 {
    margin-top: 20px;
    padding: 0;
}

.t_wxsb {
    width: 1196px;
    overflow: hidden;
    margin: 20px 0 15px;
}

.t_wxsb ul {
    margin: 0;
    padding: 0;
}

.t_wxsb li {
    display: block;
    border-bottom: 1px solid #f2f2f2;
    overflow: hidden;
    padding: 35px;
    margin: 0;
    box-shadow: none;
}

.t_wxsb li:last-child {
    border: 0;
}

.t_wxsb li a.t_ingpit {
    display: block;
    width: 150px;
    height: 150px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.t_wxsb li a.t_ingpit img {
    height: 100%;
}

.t_wxinfo {
    width: 760px;
    padding: 0 20px;
}

.t_wxinfo a.color_gray3 {
    display: block;
    padding-bottom: 8px;
}

.t_wxinfo span {
    line-height: 24px;
    display: block;
    padding-top: 5px;
}

.t_phonebox {
    width: 133px;
    height: 100px;
    border-left: 1px solid #f2f2f2;
    text-align: center;
    padding: 50px 0 0 42px;
}

.t_phonebox a {
    display: block;
    width: 120px;
    height: 34px;
    border: 1px solid #576774;
    color: #576774;
    line-height: 34px;
    text-align: center;
}

.width99 li:last-child {
    border-bottom: 0;
}

.height40 td {
    height: 50px;
}

.padding120 {
    padding-left: 120px;
}

.t_contimg img {
    max-width: 80%;
}

.t_bcproducs .t_cpname {
    text-align: left;
}

.padding15 {
    padding: 15px 15px 0 15px;
    overflow: hidden;
}

.padding15 .img_pro li {
    width: 216px;
}

.padding15 .img_pro li>a.img_pro_top {
    width: 204px;
    height: 216px;
}

.managerFormTable td {
    text-align: left;
    height: 35px;
    padding: 10px 3px;
}

.y_txt_buy {
    width: 100%;
    height: 65px;
    background: #f9f9f9;
    margin: 20px auto 0;
    text-align: center;
    line-height: 65px;
    padding-left: 0px;
    clear: both;
}

.y_txt_buy span {
    display: block;
    float: left;
    padding-left: 30px;
    font-size: 14px
}

.y_txt_buy span.detail_add {
    padding: 16px 0 0;
}

.y_txt_buy span .y_txt_buy span img {
    display: block;
    float: left;
    margin-top: 13px;
}

.y_txt_buy span b {
    font-size: 20px;
    font-weight: normal
}

.com_num {
    width: 147px;
    height: 30px;
    border: 1px solid #d2d2d2;
    background: #fff;
    float: left;
    margin-top: 16px;
}

.com_num .min,
.com_num .add {
    width: 30px;
    height: 30px;
    line-height: 30px;
    float: left;
    font-size: 20px;
    cursor: pointer;
}

.com_num .text_box {
    width: 85px;
    border: 0;
    height: 30px;
    float: left;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    text-align: center;
}

.height116 {
    height: 116px;
}

.animate img {
    transition: transform 0.6s;
}

.animate img:hover {
    transform: scale(1.05)
}

@keyframes mymove {
    from {
        left: -5px;
    }
    to {
        left: 5px;
    }
}

@-webkit-keyframes mymove
/*Safari and Chrome*/

{
    from {
        left: -5px;
    }
    to {
        left: 5px;
    }
}

.z_index_column {
    position: relative;
}

.z_index_column p {
    font-family: "arial";
    color: #333;
    font-size: 20px;
    text-transform: uppercase
}

.z_index_column h1 {
    font-size: 34px;
    line-height: 34px;
    color: #333;
    font-weight: bold;
    position: relative;
    z-index: 9;
}

.z_index_column span {
    display: block;
    width: 134px;
    height: 12px;
    background-color: #576774;
    opacity: 0.33;
    position: absolute;
    left: 0;
    bottom: 0;
}

.z_index_more {
    display: block;
    width: 116px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-color: #576774;
}

.z_index_more i {
    margin-left: 5px;
}

.z_index_more:hover {
    opacity: .8;
}

.z_index_warp {
    padding: 50px 0;
    overflow: hidden;
}

.z_index_about {
    width: 522px;
}

.z_index_about .z_about_con {
    color: #333;
    line-height: 24px;
    text-indent: 2em;
    padding: 35px 0;
}

.z_index_video {
    width: 550px;
    padding: 0 40px;
    height: 326px;
    position: relative;
}

.z_index_video p {
    width: 635px;
    height: 170px;
    background-color: #c5cde1;
    opacity: 0.24;
    position: absolute;
    left: 0;
    bottom: 45px;
}

.z_index_video>img {
    z-index: 9;
    position: relative;
}

.video-wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 100%;
    background: #000;
    z-index: 9999;
}

.video-wrap video {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.video-controls-bg {
    position: absolute;
    width: 100%;
    height: 50px;
    left: 0;
    bottom: 0;
    background: #000;
    opacity: .6;
    filter: alpha(opacity=60);
    z-index: -1;
}

.video-controls {
    position: absolute;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    padding-top: 5px;
    left: 0;
    bottom: 0;
    z-index: 3;
    transition: all ease .4s;
}

.loading-line {
    position: absolute;
    top: 0;
    background: rgba(255, 255, 255, .6);
    width: 100%;
    height: 4px;
    left: 0;
}

.loading-line em {
    position: relative;
    display: block;
    width: 1%;
    height: 4px;
    background: #eb2428;
}

.loading-line span {
    display: block;
    position: absolute;
    left: 1%;
    margin-left: -6px;
    width: 10px;
    height: 16px;
    top: 50%;
    margin-top: -8px;
    background: #FFFFFF;
    cursor: pointer;
}

.video-btn {
    width: 55px;
    height: 46px;
    background-image: url(../images/play.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 18px;
    cursor: pointer;
    display: inline-block;
}

.play {
    background-image: url(../images/pause.png) !important;
}

.pause {
    background-image: url(../images/play.png) !important;
}

.video-time {
    display: inline-block;
    line-height: 45px;
    color: #FFFFFF;
    vertical-align: top;
}

.video-fullscreen {
    width: 55px;
    height: 45px;
    background-image: url(../images/fullscreen.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    cursor: pointer;
    float: right;
}

.video-fullscreen-active {
    position: fixed !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000;
}

.bg_f8 {
    background-color: #f8f8f8;
}

.bg_e6 {
    background-color: #e6e6e6;
}

.index_join_top {
    overflow: hidden;
    margin-top: 38px;
}

.index_join_top a.logo {
    float: left;
    margin-right: 50px;
    width: 260px;
    height: 120px;
    overflow: hidden;
    background-color: #53677920;
}

.index_join_top p {
    float: left;
    box-sizing: border-box;
    padding-right: 20px;
    width: 700px;
}

.index_join_top p a {
    display: block;
    padding: 30px 0 10px;
    font-size: 20px;
    color: #333;
}

.index_join_top p span {
    font-size: 16px;
    color: #666;
}

.index_join_top .button_orange_large {
    margin-top: 45px;
    width: 140px;
}

.index_join_con {
    padding-top: 30px;
    line-height: 30px;
    color: #333;
}

.z_index_warp .img_pro li {
    margin-right: 12px;
    height: 320px;
    margin-bottom: 0;
}

.t_fabutime {
    text-align: center;
    line-height: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
}

.t_fabutime .detail_share {
    right: 15px;
}

.t_fabutime span.color_gray9 {
    margin: 0 15px;
}

.video_class {
    display: block;
    margin: 10px auto 20px;
}

.dis_join_list {
    width: 120%;
    overflow: hidden;
    padding: 20px 0 0 10px;
}

.dis_join_list li {
    float: left;
    padding-bottom: 50px;
    margin-right: 50px;
    width: 550px;
}

.dis_join_list li .join_con_top {
    background-color: #f7f7f7;
    overflow: hidden;
}

.dis_join_list li .join_con_top a.logo {
    float: left;
    margin-right: 20px;
    width: 260px;
    height: 120px;
    overflow: hidden;
    background-color: #53677920;
}

.dis_join_list li .join_con_top p {
    float: left;
    width: 210px;
    line-height: 28px;
}

.dis_join_list li .join_con_top p a {
    display: block;
    padding-top: 20px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.dis_join_list li .join_con_top p a:hover {
    color: #536775;
}

.dis_join_list li .join_con_top .join_btn {
    float: right;
    width: 36px;
    height: 120px;
    background-color: #536775;
    box-sizing: border-box;
    padding: 15px 5px;
    text-align: center;
    color: #fff;
}

.dis_join_list li .join_con_top .join_btn i.iconfont {
    margin-right: 0;
    padding-top: 5px;
    font-size: 14px;
}

.dis_join_list li .join_con_bottom {
    color: #666;
    padding-top: 20px;
    line-height: 24px;
    text-align: justify;
}
.y_head_search_select_list li:hover{
    text-decoration:underline
}
