@charset "utf-8";
/*html5*/
article, aside, dialog, footer, header, section, footer, nav, figure, menu {
    display: block
}

/* CSS Document */
/*内外边距*/
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td, dd, dt {
    margin: 0;
    padding: 0;
}

html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, button, textarea, iframe, table, th, td, dd, dt {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    outline: none
}

.clear {
    clear: both;
    overflow: hidden;
}

a {
    text-decoration: none;
    color: #333;
}

input {
    border: none;
    outline: medium;
    font-family: 微软雅黑;
}

* {
    font-family: 微软雅黑;
    box-sizing: border-box;
}

body {
    width: 100%;
    font-family: 微软雅黑;
    background: #f5f5f5;
    color: #333;
    font-size: 14px;
}

html {
    overflow-x: hidden;
}

table {
    border-collapse: collapse
}

img {
    border: none;
    max-width: 100%;
}

ul {
    list-style: none;
}

.header {
    background-color: #aa000e;
}

.header1 {
    zoom: 1;
}

.header1:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.logo {
    float: left;
    padding: 19px 0;
    margin-left: 5.8%;
    font-size: 0;
}

.nav {
    float: left;
    margin-left: 12%;
}

.nav ul {
    overflow: hidden;
}

.nav ul li {
    list-style-type: none;
    float: left;
    line-height: 72px;
    width: 120px;
    text-align: center;
}

.nav ul li a {
    color: #FFFFFF;
}

.navon {
    background: url(../img/nav_bg.png) no-repeat;
    background-size: 100% 100%;
}

.cart {
    font-size: 14px;
    float: right;
    line-height: 72px;
    margin-left: 0.6%;
}

.cart a {
    color: #FFFFFF;
}

.cart a img {
    vertical-align: middle;
    margin-right: 6px;
}

.release {
    font-size: 14px;
    float: right;
    line-height: 72px;
}

.release a {
    color: #FFFFFF;
}

.release a img {
    vertical-align: middle;
    margin-right: 6px;
}

.login {
    zoom: 1;
    font-size: 14px;
    float: right;
    margin-right: 5.6%;
    line-height: 72px;
    margin-left: 1%;
    position: relative;
}

.login:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.login a {
    color: #FFFFFF;
    float: left;
    padding: 0 9px;
}

.login2 {
    position: relative;
}

.login2:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 1px;
    height: 15px;
    background-color: #f0ddde;
}

.uimg {
    height: 72px;
    font-size: 0;
    padding: 18px 20px 0 20px;
    line-height: 1;
}

.uimg > a > img {
    width: 38px;
    height: 38px;
    border-radius: 100%;
}

.uimg1 {
    display: none;
    position: absolute;
    top: 100%;
    width: 148px;
    right: -12px;
    box-shadow: 0 0 10px #dedede;
    z-index: 963;
    background-color: #FFFFFF;
}

.uimg3 {
    text-align: center;
    line-height: 60px;
    border-bottom: 1px solid #6b6b6b;
    font-size: 16px;
    color: #333333;
}

.uimg4 {
    padding-bottom: 20px;
}

.uimg4 ul li {
    list-style-type: none;
    margin-top: 7px;
    line-height: 34px;
    padding-left: 17px;
    font-size: 16px;
}

.uimg4 ul li a {
    color: #6b6b6b;
    display: block;
    float: none;
}

.uimg4 ul li a img {
    vertical-align: middle;
    margin-right: 5px;
}

.uimgout {
    display: none;
}

.uimg:hover .uimg1 {
    display: block;
}

.uimg4 ul li:hover {
    background-color: #aa000e;
}

.uimg4 ul li:hover a {
    color: #FFFFFF;
}

.uimg4 ul li:hover .uimgon {
    display: none;
}

.uimg4 ul li:hover .uimgout {
    display: inline-block;
}

.login_tc {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 963;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.login_tc1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 96%;
    max-width: 662px;
    overflow: hidden;
    background-color: #FFFFFF;
    border-radius: 9px;
}

.login_tc2 {
    float: left;
    font-size: 0;
    width: 36%;
}

.login_tc3 {
    float: left;
    width: 64%;
    padding: 20px 30px 0;
}

.login_tc4 {
    text-align: center;
    font-size: 0;
    margin-top: 20px;
}

.login_tc5 {
    margin-top: 39px;
    border: 1px solid #acacac;
    border-radius: 3px;
    padding: 3px 0;
    overflow: hidden;
}

.login_tc5 select {
    outline: none;
    border: none !important;
    width: 66px;
    height: 30px;
}

.login_tc5 input {
    border: none;
    height: 30px;
    border-left: 1px solid #e1e1e1;
    width: calc(100% - 72px);
    padding-left: 15px;
}

.login_tc6 {
    margin-top: 20px;
    border: 1px solid #acacac;
    border-radius: 3px;
    padding: 3px 0;
}

.login_tc6 input {
    border: none;
    height: 30px;
    width: 100%;
    padding-left: 10px;
}

#demo1 {
    margin-top: 11px;
}

#demo2 {
    margin-top: 11px;
}

.login_tc7 {
    font-size: 14px;
    color: #222222;
    margin-top: 10px;
}

.login_tc8 {
    margin-top: 19px;
}

.login_tc8 input {
    border-radius: 6px;
    height: 42px;
    color: #FFFFFF;
    font-size: 16px;
    background-color: #aa000e;
    width: 100%;
}

.login_tc9 {
    text-align: right;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1;
}

.login_tc9 a {
    color: #333333;
}

.login_tc10 {
    font-size: 14px;
    margin-top: 6px;
    color: #333333;
}

.login_tc10a {
    color: #999999;
}

.login_tc10 a img {
    vertical-align: middle;
}

.login_tc10 span {
    float: right;
}

.login_tc10b {
    color: #aa000e;
}

.forget_tc {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 963;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.forget_tc1 {
    float: left;
    width: 64%;
    padding: 20px 30px 0;
}

.forget_tc2 {
    margin-top: 20px;
    border: 1px solid #acacac;
    border-radius: 3px;
    padding: 3px 0;
    position: relative;
}

.forget_tc2a {
    border: none;
    height: 30px;
    width: 100%;
    padding-left: 10px;
}

.forget_tc2b {
    border: none;
    height: 30px;
    font-size: 14px;
    color: #aa000e;
    background-color: #FFFFFF;
    width: 96px;
    position: absolute;
    right: 1px;
    top: 3px;
}

.register_tc {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 963;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.lb_img {
    font-size: 0;
}

.banner {
    font-size: 0;
    position: relative;
    text-align: center;
}

.banner .swiper-pagination {
    bottom: 40px !important;
}

.banner .swiper-pagination-bullet {
    opacity: 0.6;
    background-color: #FFFFFF;
    width: 14px;
    height: 14px;
    margin: 0 6px !important;
}

.banner .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #aa000e;
    width: 74px;
    border-radius: 14px;
}

.search {
    width: 90%;
    max-width: 930px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 963;
    padding: 56px 50px 47px;
}

.search1 {
    height: 59px;
    border-radius: 9px;
    background-color: #FFFFFF;
    overflow: hidden;
}

.search1 form {
    height: 100%;
}

.search2 {
    float: left;
    padding: 21px 0 14px;
    width: 115px;
}

.search2 select {
    outline: none;
    border: 0;
    width: 100%;
    text-align: center;
    text-align-last: center;
}

.search3 {
    float: left;
    width: calc(100% - 280px);
    padding: 21px 0 14px;
    margin-left: 16px;
}

.search3 input {
    height: 100%;
    width: 100%;
    padding-left: 16px;
    border-left: 1px solid #bfbfbf;
}

.search4 {
    width: 145px;
    float: right;
    height: 100%;
    position: relative;
    background-color: #aa000e;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 59px;
}

.search4 img {
    vertical-align: middle;
    margin-right: 7px;
}

.search4 input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9;
}

.recommend {
    width: 88.6%;
    margin: 22px auto 0;
    overflow: hidden;
    padding-right: 1px;
    position: relative;
}

.recommend_d {
    padding-left: 16px;
    line-height: 28px;
    position: relative;
    font-size: 20px;
    color: #aa000e;
    font-weight: bold;
    margin-bottom: 17px;
}

.recommend_d:before {
    content: '';
    position: absolute;
    height: 28px;
    width: 6px;
    border-radius: 3px;
    background-color: #aa000e;
    left: 0;
    top: 0;
}

.recommend_dnew{
    padding-right: 20.5%;
}

.recommend_d span {
    font-size: 13px;
    color: #999999;
    font-weight: normal;
}

.recommend_d a {
    float: right;
    font-size: 16px;
    color: #999999;
    font-weight: normal;
}

.recommend_d1 {
    position: relative;
    overflow: auto;
    padding-top: 6px;
}

.recommend1 {
    float: left;
    width: 18%;
    margin-right: 2.5%;
    margin-bottom: 29px;
    transition: all .5s;
}

.recommend1:hover {
    transform: translateY(-6px);
}

.recommend2 {
    font-size: 0;
}

.recommend2 img {
    /*height: 272px;*/
    width: 100%;
}

.recommend2add {
    font-size: 0;
}

.recommend2add img {
    /*height: 272px;*/
    width: 100%;
}

.recommend3 {
    background-color: #f7f7f7;
    padding: 10px;
}

.recommend3a {
    font-size: 14px;
    color: #333333;
    line-height: 1;
    position: relative;
    padding-right: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.recommend3a code {
    color: #999999;
}

.recommend3a span {
    position: absolute;
    right: 0;
    top: 0;
    color: #999999;
}

.recommend3b {
    font-size: 14px;
    line-height: 1;
    margin-top: 16px;
    color: #999999;
}

.recommend3a span code {
    color: #ff0000;
}

.recommend3b code {
    
}

.recommend3b code a {
    color: #999999;
}

.recommend3b code a img {
    vertical-align: middle;
}

.collect {
    display: none;
}

.recommend_right {
    position: absolute;
    right: 0;
    top: 6px;
    width: 18%;
    height: calc(100% - 29px);
    background-color: #6e6e6e;
    padding-bottom: 30px;
}
.recommend_right1{
    padding: 40px 20px 0;
    background-color: #474747;
    border-bottom: 1px solid #ffffff;
}

.recommend_right1a {
    overflow: hidden;
    padding: 0 8px 16px;
}

.recommend_right1a1 {
    float: left;
    width: 46.5%;
    text-align: center;
}

.recommend_right1a1 h3 {
    font-size: 24px;
    color: #ff0015;
    font-weight: bold;
    line-height: 1;
    margin-top: 6px;
}

.recommend_right1a1 p {
    font-size: 14px;
    color: #ffffff;
    line-height: 1;
    margin-top: 12px;
}

.recommend_right1a2 {
    float: left;
    width: 1px;
    height: 63px;
    background-color: #626262;
    margin: 0 3%;
}

.recommend_right2 {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    line-height: 1;
    margin-top: 20px;
    padding: 0 20px;
}

.recommend_right3 {
    overflow: hidden;
    margin-top: 14px;
    padding: 0 20px;
    max-height: calc(100% - 140px);
}

.recommend_right3 li {
    list-style-type: none;
    margin-top: 9px;
    overflow: hidden;
}

.recommend_right3a {
    float: left;
    line-height: 1;
    width: 49%;
    font-size: 12px;
    color: #d2d2d2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.recommend_right3b {
    float: left;
    line-height: 1;
    width: 29%;
    font-size: 12px;
    color: #7b7b7b;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.recommend_right3c {
    float: left;
    line-height: 1;
    width: 16%;
    font-size: 12px;
    text-align: right;
    color: #ff6600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.vip {
    width: 88.6%;
    margin: 22px auto 0;
    overflow: hidden;
    position: relative;
}

.vip1 {
    overflow: hidden;
    padding-top: 6px;
}

.vip2 {
    float: left;
    width: 18%;
    margin-right: 2.5%;
    margin-bottom: 29px;
    transition: all .5s;
}

.vip2:hover {
    transform: translateY(-6px);
}

.vip2:nth-child(5n) {
    margin-right: 0;
}

.footer {
    background-color: #222222;
    padding-top: 36px;
    border-top: 6px solid #aa000e;
}

.footer1 {
    width: 88.6%;
    margin: 0 auto;
    overflow: hidden;
}

.footer2 {
    float: left;
    margin-right: 30px;
}

.footer3 {
    font-size: 16px;
    color: #ffffff;
    line-height: 1;
    font-weight: bold;
}

.footer4 {
    font-size: 14px;
    margin-top: 19px;
}

.footer4 a {
    display: block;
    color: #818181;
    line-height: 32px;
}

.footer5 {
    float: left;
    margin-left: 40px;
}

.footer6 {
    font-size: 0;
    margin-top: 30px;
}

.footer7 {
    float: left;
    margin-left: 140px;
}

.footer8 {
    font-size: 14px;
    color: #818181;
    line-height: 1;
    margin-top: 39px;
}

.footer9 {
    margin-top: 11px;
}

.footer9 a {
    display: inline-block;
    width: 160px;
    height: 40px;
    border-radius: 4px;
    background-color: #aa000e;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #ffffff;
}

.footer10 {
    float: right;
}

.footer11 {
    margin-top: 10px;
}

.footer11 a {
    display: inline-block;
    margin-top: 10px;
    margin-right: 30px;
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 2px;
    background-color: #2f2f2f;
    font-size: 14px;
    color: #989898;
}

.beian {
    width: 88.6%;
    margin: 50px auto 0;
    border-top: 1px solid #7d7d7d;
    font-size: 14px;
    color: #818181;
    line-height: 43px;
    text-align: center;
}

.beian a {
    color: #818181;
}

.header_m {
    display: none;
}

.header_m1 {
    overflow: hidden;
}

.logo_m {
    width: 40%;
    float: left;
    margin: 9px 0 0 12px;
}

.logo_m img {
}

.icon_m {
    width: 10%;
    float: right;
    margin: 6px 0 0 0;
}

.menu_m {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 23px 7% 0;
}

.menu_m1 {
    width: 77%;
}

.menu_m2 {
    margin-top: 20px;
}

.menu_m2 ul {

}

.menu_m2 ul li {
    list-style-type: none;
    line-height: 40px;
    border-bottom: 1px solid #FFFFFF;
    font-size: 16px;
    padding-left: 6%;
}

.menu_m2 ul li a {
    color: #fff;
}

.menu_m2 ul li a img {
    margin-right: 9px;
    vertical-align: middle;
}

.menu_msub {
    display: none;
    width: 100%;
    padding-left: 20px;
}

.menu_msub a {
    display: block;
    font-size: 14px;
    color: #fff;
}

.model {
    background-color: #f8f8f8;
    position: relative;
    height: 120px;
}

.m_search {
    width: 90%;
    max-width: 721px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 963;
}

.m_search1 {
    height: 50px;
    border-radius: 9px;
    background-color: #FFFFFF;
    overflow: hidden;
}

.m_search1 form {
    height: 100%;
}

.m_search2 {
    float: left;
    padding: 15px 0 10px;
    width: 115px;
}

.m_search2 select {
    outline: none;
    border: 0;
    width: 100%;
    text-align: center;
    text-align-last: center;
}

.m_search3 {
    float: left;
    width: calc(100% - 280px);
    padding: 15px 0 10px;
    margin-left: 16px;
}

.m_search3 input {
    height: 100%;
    width: 100%;
    padding-left: 16px;
    border-left: 1px solid #bfbfbf;
}

.m_search4 {
    width: 145px;
    float: right;
    height: 100%;
    position: relative;
    background-color: #aa000e;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
}

.m_search4 img {
    vertical-align: middle;
    margin-right: 7px;
}

.m_search4 input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9;
}

.address {
    width: 88.6%;
    margin: 22px auto 0;
    overflow: hidden;
    position: relative;
}

.address1 {
    font-size: 14px;
    color: #8d8d8d;
    line-height: 40px;
}

.address1 a {
    color: #8d8d8d;
}

.address1 img {
    vertical-align: middle;
    margin: 0 3px;
}

.classify {
    width: 88.6%;
    margin: 22px auto 0;
    overflow: hidden;
    position: relative;
    background-color: #f8f8f8;
    border-radius: 9px;
    padding: 10px 30px 22px;
}

.classify1 {
    margin-top: 20px;
    overflow: hidden;
}

.classify2 {
    float: left;
    font-size: 14px;
    color: #8d8d8d;
    line-height: 22px;
    width: 96px;
}

.classify3 {
    float: left;
    width: calc(100% - 96px);
    line-height: 22px;
}

.classify3 a {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 14px;
    color: #989898;
    padding: 0 8px;
    margin-right: 10px;
}

.classifyon {
    background-color: #aa000e;
    border-radius: 2px;
    color: #FFFFFF !important;
}

.zhrank {
    width: 88.6%;
    margin: 22px auto 0;
    margin-top: 19px;
    padding-left: 5px;
}

.zhrank1 {
    width: 126px;
    height: 30px;
    border: 1px solid #bfbfbf;
    border-radius: 2px;
    padding: 0 10px;
}

.zhrank1 select {
    border: none;
    outline: none;
    width: 100%;
    height: 100%;
}

.page {
    text-align: center;
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 36px;
}
.page ul{
    display: inline-block;
}
.pagination li {
    display: inline-block;
    min-width: 34px;
    border: 1px solid #bfbfbf;
    line-height: 32px;
    margin: 0 5px;
}

.page .active {
    background-color: #2b5beb;
    border: 1px solid #2b5beb !important;
    color: #FFFFFF !important;
}

.page a {
    border: 0 !important;
    height: 100% !important;
}

.page a {
    display: inline-block;
    height: 34px;
    line-height: 32px;
    border-radius: 3px;
    border: 1px solid #bfbfbf;
    padding: 0 13px;
}

/*.page a {*/
/*display: inline-block;*/
/*width: 50px;*/
/*height: 40px;*/
/*text-align: center;*/
/*line-height: 38px;*/
/*border: 1px solid #bfbfbf;*/
/*color: #333333;*/
/*}*/

/*.page span {*/
/*display: inline-block;*/
/*width: 50px;*/
/*height: 40px;*/
/*text-align: center;*/
/*line-height: 38px;*/
/*border: 1px solid #FFFFFF;*/
/*color: #333333;*/
/*}*/

.page form {
    display: inline-block;
}

.page1 {
    width: 50px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    border: 1px solid #bfbfbf;
    color: #333333;
}

.page2 {
    width: 50px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    border: 1px solid #bfbfbf;
    color: #333333;
    background-color: #FFFFFF;
}

.product {
    background-color: #f5f5f5;
    padding: 36px 0 80px;
}

.product1 {
    width: 88.6%;
    margin: 0 auto;
    overflow: hidden;
}

.product_left {
    float: left;
    width: 65%;
}

.product_left1 {
    background-color: #FFFFFF;
    /*height: 862px;*/
    margin-top: 17px;
    padding: 15px 116px 24px;
    border-radius: 8px;
}

.gallery-thumbs {
    font-size: 0;
    margin-top: 17px;
}

.gallery-top {
    font-size: 0;
}

.gd {
    /*height: 138px;*/
    position: relative;
}

.gd > img {
    /*height: 100%;*/
    width: 100%;
}

.zz {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.gallery-thumbs .swiper-slide-thumb-active .zz {
    display: none;
}

.enlarge {
    position: relative;
    /*height: 667px;*/
}

.enlarge > img {
    width: 100%;
    /*height: 100%;*/
}

.enlarge1 {
    position: absolute;
    right: 21px;
    top: 16px;
}

.info_tc {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 1);
}

.info_tcd .swiper-button-next {
    background: url(../img/icon-edu-right.png) center no-repeat;
    right: 5%;
    top: 50%;
    bottom: auto;
    z-index: 999;
    position: fixed;
    transform: translateY(-50%);
}

.info_tcd .swiper-container {
    height: 100%;
}

.info_tcd .swiper-button-prev {
    background: url(../img/icon-edu-left.png) center no-repeat;
    left: 5%;
    top: 50%;
    z-index: 999;
    bottom: auto;
    position: fixed;
    transform: translateY(-50%);
}

.info_tc1 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.info_tcd {
    position: relative;
    font-size: 0;
    width: 100%;
    height: 100%;
}

.info_tcd img {
    /* width: 100%; */
    max-height: 100%;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.closeadd {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 10px;
    z-index: 99;
    border-radius: 10px;
    border: 2px solid #FFF;
    text-align: center;
    line-height: 14px;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
}

.product_left2 {
    margin-top: 18px;
    /*height: 897px;*/
}

.product_left3 {
    background-color: #FFFFFF;
    line-height: 48px;
    font-size: 16px;
    color: #333333;
    border-bottom: 1px solid #535353;
}

.product_left3 span {
    display: inline-block;
    width: 130px;
    text-align: center;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    margin-bottom: -1px;
    margin-right: 30px;
    cursor: pointer;
}

.product_left3on {
    border-bottom: 2px solid #a40000 !important;
    position: relative;
    color: #a40000;
}

.product_left4 {
    /*height: 847px;*/
}

.product_left5 {
    display: none;
}

.show {
    display: block !important;
    height: 100%;
}

.product_left6 {
    background-color: #FFFFFF;
    height: 100%;
    padding: 25px 17px;
}

.product_left7 {
    font-size: 18px;
    color: #333333;
    line-height: 1;
}

.product_left8 {
    padding-left: 30px;
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    margin-top: 18px;
}

.product_left9 {
    font-size: 14px;
    color: #999999;
    line-height: 30px;
    padding-left: 30px;
    margin-top: 10px;
}

.comment {
    /*height: 499px;*/
    background-color: #FFFFFF;
    padding: 16px;
}

.comment1 {
    background-color: #f5f5f5;
    padding: 10px 20px 9px;
    height: 46px;
}

.comment1 a {
    display: inline-block;
    height: 100%;
    line-height: 27px;
    padding: 0 9px;
    font-size: 12px;
    color: #666666;
    vertical-align: top;
    background-color: #FFFFFF;
    border-radius: 3px;
    border: 1px solid #bfbfbf;
    margin-right: 12px;
}

.comment1on {
    background-color: #aa000e !important;
    border: 1px solid #aa000e;
    color: #FFFFFF !important;
}

.comment2 {
    margin-top: 13px;
    /*height: 344px;*/
    overflow: hidden;
}

.comment2 ul li {
    list-style-type: none;
    height: 86px;
    border-bottom: 1px dashed #535353;
    padding: 16px 14px 14px;
    overflow: hidden;
}

.comment2a {
    float: left;
    width: 56px;
}

.comment2a img {
    width: 56px;
    height: 56px;
    border-radius: 100%;
}

.comment2b {
    float: left;
    width: calc(100% - 67px);
    margin-left: 11px;
}

.comment2b1 {
    font-size: 12px;
    color: #999999;
    line-height: 1;
    margin-top: 6px;
}

.comment2b1 span {
    color: #464646;
    margin-left: 32px;
}

.comment2b2 {
    font-size: 14px;
    color: #333333;
    line-height: 1;
    margin-top: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.comment3 {
    text-align: center;
    font-size: 0;
    margin-top: 30px;
}

.add_comment {
    margin-top: 35px;
    height: 314px;
    background-color: #FFFFFF;
    padding: 22px 40px 0 32px;
}

.add_comment1 {
    height: 209px;
    position: relative;
}

.add_comment1 textarea {
    width: 100%;
    height: 100%;
    resize: none;
    border: 1px solid #bfbfbf;
    background-color: #f6f6f6;
    padding: 16px;
}

.add_comment2 {
    position: absolute;
    font-size: 14px;
    color: #999999;
    right: 16px;
    bottom: 6px;
}

.add_comment2 span {
    color: #aa000e;
}

.add_comment3 {
    margin-top: 17px;
    font-size: 14px;
    color: #797979;
}

.add_comment3 select {
    width: 307px;
    height: 28px;
    border: 1px solid #bfbfbf;
    outline: none;
}

.add_comment3 input {
    float: right;
    width: 97px;
    height: 35px;
    background-color: #aa000e;
    margin-right: 12px;
    font-size: 14px;
    color: #ffffff;
}

.product_right {
    width: 33.6%;
    float: right;
}

.p_search {
    width: 100%;
}

.p_search1 {
    height: 40px;
    border-radius: 9px;
    background-color: #FFFFFF;
    overflow: hidden;
}

.p_search1 form {
    height: 100%;
}

.p_search2 {
    float: left;
    padding: 13px 0 9px;
    width: 95px;
}

.p_search2 select {
    outline: none;
    border: 0;
    width: 100%;
    text-align: center;
    text-align-last: center;
}

.p_search3 {
    float: left;
    width: calc(100% - 180px);
    padding: 13px 0 9px;
    margin-left: 16px;
}

.p_search3 input {
    height: 100%;
    width: 100%;
    padding-left: 16px;
    border-left: 1px solid #bfbfbf;
}

.p_search4 {
    width: 64px;
    float: right;
    height: 100%;
    position: relative;
    background-color: #aa000e;
    text-align: center;
    line-height: 40px;
}

.p_search4 img {
    vertical-align: middle;
}

.p_search4 input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9;
}

.product_right1 {
    margin-top: 17px;
    background-color: #FFFFFF;
    padding: 28px 24px 0;
    height: 639px;
    border-radius: 8px;
}

.product_right2 {
    font-size: 20px;
    color: #000000;
    line-height: 1;
}

.product_right3 {
    font-size: 20px;
    color: #333339;
    line-height: 1;
    margin-top: 12px;
}

.copy {
    float: right;
    display: inline-block;
    width: 45px;
    height: 20px;
    border-radius: 9px;
    border: 1px solid #bfbfbf;
    font-size: 12px;
    color: #bfbfbf;
    text-align: center;
    line-height: 18px;
}

.product_right4 {
    margin-top: 24px;
    height: 16px;
    position: relative;
    font-size: 14px;
    color: #9f9f9f;
    line-height: 16px;
}

.product_right4a {
    position: absolute;
    left: 0;
    top: 0;
}

.product_right4b {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.product_right4c {
    position: absolute;
    right: 0;
    top: 0;
}

.product_right4 img {
    vertical-align: middle;
    margin-right: 6px;
}

.product_right5 {
    margin-top: 20px;
    border-top: 1px dashed #eeeeee;
    padding-top: 10px;
    padding-bottom: 8px;
    border-bottom: 1px dashed #eeeeee;
}

.product_right5a {
    font-size: 14px;
    line-height: 30px;
}

.product_right5a span {
    float: right;
}

.product_right6 {
    margin-top: 14px;
    border-radius: 8px;
    background-color: #ffedf0;
    height: 50px;
    line-height: 50px;
    padding: 0 16px;
    font-size: 14px;
    color: #333333;
}

.product_right6 span {
    font-size: 22px;
    color: #ff0000;
}

.product_right7 {
    margin-top: 18px;
    overflow: hidden;
}

.product_right7 a {
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
    width: 49%;
    height: 50px;
    border-radius: 2px;
    text-align: center;
    line-height: 50px;
}

.product_right7a {
    background-color: #20619e;
}

.product_right7b {
    float: right;
    background-color: #aa000e;
}

.product_right8 {
    overflow: hidden;
    margin-top: 16px;
    border-top: 1px dashed #f2f2f2;
    padding-top: 16px;
}

.product_right8a {
    width: 33.33%;
    text-align: center;
    float: left;
    line-height: 17px;
    font-size: 16px;
    color: #333333;
    border-left: 1px solid #f4f4f6;
}

.product_right8a:first-child {
    border-left: 0;
}

.product_right8a img {
    vertical-align: middle;
    margin-right: 15px;
}

.product_right8a a {
    color: #333333;
}

.person {
    /*height: 1122px;*/
    margin-top: 16px;
    padding: 22px 35px 30px 23px;
    background-color: #FFFFFF;
    border-radius: 8px;
}

.person1 {
    overflow: hidden;
}

.person2 {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.person3 {
    float: left;
    margin-left: 10px;
}

.person3 h3 {
    font-size: 17px;
    color: #333333;
    font-weight: normal;
    line-height: 1;
}

.person3 p {
    font-size: 12px;
    color: #9f9f9f;
    line-height: 1;
    margin-top: 9px;
}

.person4 {
    float: left;
    margin-left: 10px;
}

.person4 a {
    font-size: 12px;
    color: #9f9f9f;
    display: inline-block;
    width: 51px;
    height: 20px;
    border-radius: 9px;
    border: 1px solid #bfbfbf;
    text-align: center;
    line-height: 18px;
}

.person5 {
    float: right;
    margin-top: 14px;
}

.person5 a {
    display: inline-block;
    width: 73px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    background-color: #efefef;
    font-size: 12px;
    color: #3e333e;
    border-radius: 11px;
}

.person6 ul {
    overflow: hidden;
}

.person6 ul li {
    list-style-type: none;
    width: 49%;
    float: left;
    margin-top: 19px;
    margin-right: 2%;
}

.person6 ul li:nth-child(2n) {
    margin-right: 0;
}

.interest {
    margin: 37px auto 0;
    background-color: #FFFFFF;
    padding: 36px 24px 36px 32px;
}

.interest1 {
    position: relative;
    font-size: 24px;
    padding-left: 13px;
    color: #666666;
    line-height: 1;
}

.interest1 a {
    display: inline-block;
    font-size: 16px;
    color: #FFFFFF;
    height: 30px;
    line-height: 28px;
    background-color: #aa000e;
    border: 1px solid #aa000e;
    border-radius: 15px;
    width: 91px;
    margin-left: 30px;
    text-align: center;
}

.interest1:before {
    content: '';
    position: absolute;
    width: 3px;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #a40000;
}

.interest2 {
    overflow: hidden;
    padding-top: 6px;
}

.interest3 {
    float: left;
    width: 19%;
    margin-right: 1.25%;
    margin-top: 29px;
    transition: all .5s;
}

.interest3:hover {
    transform: translateY(-6px);
}

.interest3:nth-child(5n) {
    margin-right: 0;
}

.trimg {
    height: 330px;
    background: url(../img/trzy.jpg) center no-repeat;
    background-size: auto 100%;
    padding-top: 68px;
}

.trimg1 {
    text-align: center;
    font-size: 0;
}

.trimg1 img {
    width: 149px;
    height: 149px;
    border-radius: 100%;
}

.trimg2 {
    font-size: 30px;
    color: #ffffff;
    line-height: 1;
    margin-top: 7px;
    text-align: center;
}

.trimg3 {
    font-size: 16px;
    color: #dadada;
    line-height: 1;
    margin-top: 16px;
    text-align: center;
}

.trzy {
    background-color: #f5f5f5;
    padding: 30px 0 52px;
}

.trzy1 {
    width: 90%;
    max-width: 941px;
    margin: 0 auto;
}

.trzy2 {
    text-align: center;
}

.trzy2 a {
    display: inline-block;
    width: 109px;
    height: 43px;
    text-align: center;
    line-height: 43px;
    font-size: 16px;
    color: #666666;
    margin-right: 15px;
}

.trzy2on {
    color: #FFFFFF !important;
    background-color: #aa000e;
}

.trzy3 {
    margin-top: 26px;
    background-color: #FFFFFF;
    padding: 46px 5px 40px 20px;
    border-radius: 8px;
}

.trzy3a {
    border-bottom: 1px solid #dcdcdc;
    padding: 0 6px 16px;
}

.trzy3a span {
    display: inline-block;
    position: relative;
    padding-left: 18px;
    font-size: 24px;
    color: #3b3b3b;
    line-height: 1;
}

.trzy3a span:before {
    content: '';
    width: 5px;
    height: 27px;
    background-color: #000000;
    position: absolute;
    left: 0;
    top: 0;
}

.trzy3p {
    padding-left: 65px;
    margin-top: 18px;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}

.zpzy {
    overflow: hidden;
    padding-top: 6px;
    width: 88.5%;
    margin: 30px auto 0;
}

.fbym {
    background-color: #f5f5f5;
    padding: 25px 0 43px;
}

.fbym1 {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
}

.fbym2 {
    height: 60px;
    padding-left: 31px;
    background-color: #8d000c;
    line-height: 60px;
    font-size: 16px;
    color: #ffffff;
    padding-right: 36px;
}

.fbym2 span {
    float: right;
}

.fbym2 img {
    vertical-align: middle;
    margin-right: 16px;
}

.fbym3 {
    margin-top: 14px;
    background-color: #FFFFFF;
    padding: 48px 130px 40px;
}

.fbym3a {
    height: 24px;
    position: relative;
}

.fbym3a1 {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.fbym3a1 span {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    text-align: center;
    line-height: 24px;
    background-color: #cbcbcb;
    font-size: 14px;
    color: #FFFFFF;
}

.fbym3a1 {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    z-index: 2;
    background-color: #FFFFFF;
    padding: 0 5px;
}

.fbym3a1 span {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    text-align: center;
    line-height: 24px;
    background-color: #cbcbcb;
    font-size: 14px;
    color: #FFFFFF;
    margin-right: 4px;
}

.fbym3a2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    z-index: 2;
    background-color: #FFFFFF;
    padding: 0 5px;
}

.fbym3a2 span {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    text-align: center;
    line-height: 24px;
    background-color: #cbcbcb;
    font-size: 14px;
    color: #FFFFFF;
    margin-right: 4px;
}

.fbym3a3 {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    z-index: 2;
    background-color: #FFFFFF;
    padding: 0 5px;
}

.fbym3a3 span {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    text-align: center;
    line-height: 24px;
    background-color: #cbcbcb;
    font-size: 14px;
    color: #FFFFFF;
    margin-right: 4px;
}

.fbym3b {
    position: absolute;
    top: 13px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #a5a5a5;
}

.down {
    background-color: #aa000e !important;
}

.fbym4 {
    background-color: #ffffff;
    padding: 45px 130px;
    margin-top: 16px;
}

.fbym4a {
    font-size: 16px;
    color: #666666;
    line-height: 1;
}

.fbym4b {
    font-size: 14px;
    color: #666666;
    margin-top: 36px;
}

.fbym4b code {
    color: #ff0000;
}

.fbym4c {
    margin-top: 20px;
    font-size: 0;
}

.fbym4c1 {
    display: inline-block;
    position: relative;
    width: 182px;
    height: 166px;
    border: 1px solid #d6d6d6;
    margin-left: 20px;
}

.dlmg {
    font-size: 27px;
    color: #000000;
    font-weight: lighter;
    line-height: 1;
    position: absolute;
    right: 5px;
    top: 7px;
}

.fbym4c1 img {
    width: 100%;
    height: 100%;
}

.fbym4c2 {
    display: inline-block;
    position: relative;
    width: 182px;
    height: 166px;
    border: 1px solid #999999;
}

.fbym4c2 input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    opacity: 0;
}

.fbym4d {
    font-size: 12px;
    color: #999999;
    margin-top: 25px;
}

.fbym5 {
    background-color: #FFFFFF;
    margin-top: 11px;
}

.fbym5 {
    padding: 34px 130px 19px;
    font-size: 14px;
    color: #5b5b5b;
    line-height: 1;
}

.fbym6 {
    background-color: #FFFFFF;
    padding: 30px 130px 58px;
    margin-top: 1px;
    font-size: 0;
}

.fbym6_d {
    font-size: 14px;
}

.fbym6_d span {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background-color: #a40000;
    margin: 0 15px 0 23px;
}

.fbym6a {
    display: inline-block;
    width: calc(100% - 50px);
    position: relative;
}

.fbym6a input {
    width: 90.5%;
    height: 42px;
    border: 1px solid #dddddd;
    padding: 0 20px;
    border-radius: 3px;
    background-color: #f4f4f4;
    font-size: 14px;
}

.fbym6a code {
    position: absolute;
    right: 36px;
    top: 15px;
    line-height: 1;
    font-size: 12px;
    color: #b2b2b2;
}

.fbym7 {
    margin-top: 28px;
}

.fbym7a {
    width: 49%;
    display: inline-block;
    font-size: 14px;
}

.fbym7a:nth-child(2n) {
    margin-left: 2%;
}

.fbym7a span {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background-color: #a40000;
    margin: 0 15px 0 23px;
}

.fbym7a1 {
    display: inline-block;
    width: calc(100% - 50px);
    position: relative;
    font-size: 14px;
}

.fbym7a1 select {
    width: 80%;
    height: 42px;
    outline: none;
    border: 1px solid #dddddd;
    padding: 0 20px;
    border-radius: 3px;
    background-color: #f4f4f4;
    font-size: 14px;
}
.fbym7a1 strong{
    font-weight: normal;
    width: 18%;
    display: inline-block;
}
.fbym7a1 input {
    width: 80%;
    height: 42px;
    border: 1px solid #dddddd;
    padding: 0 20px;
    border-radius: 3px;
    background-color: #f4f4f4;
    font-size: 14px;
}

.fbym7a1 code {
    position: absolute;
    right: 36px;
    top: 15px;
    line-height: 1;
    font-size: 12px;
    color: #b2b2b2;
}

.fbym8 {
    background-color: #FFFFFF;
    margin-top: 25px;
    padding: 18px 130px;
    overflow: hidden;
}

.fbym8a {
    float: left;
    width: 25%;
}

.fbym8a1 {
    font-size: 16px;
    color: #666666;
    line-height: 1;
}

.fbym8a2 {
    margin-top: 12px;
}

.fbym8a2 label {
    font-size: 14px;
    color: #666666;
    margin-right: 20px;
}

.bjq textarea {
    width: 100%;
}

.fbym5 span {
    font-size: 12px;
    color: #bdbdbf;
    margin-left: 10px;
}

.addSign {
    padding: 22px 130px 44px;
    background-color: #FFFFFF;
    margin-top: 1px;
}

.addSign1 {
    font-size: 14px;
    color: #444444;
}

.addSign2 {
    display: inline-block;
    position: relative;
}

.addSign2 span {
    position: absolute;
    right: 21px;
    top: 15px;
    font-size: 14px;
    color: #a19b99;
    line-height: 1;
}

.addSign1 input {
    width: 361px;
    height: 42px;
    padding-left: 20px;
    border-radius: 3px;
    margin-left: 10px;
    border: 1px solid #dddddd;
    background-color: #f4f4f4;
}

.addSign1 code {
    font-size: 14px;
    color: #bebebe;
}

.addSign3 {

}

.addSign3 span {
    display: inline-block;
    padding: 0 25px 0 15px;
    height: 28px;
    min-width: 83px;
    border-radius: 4px;
    background-color: #aa000e;
    text-align: left;
    line-height: 28px;
    font-size: 14px;
    color: #ffffff;
    position: relative;
    margin: 32px 27px 0 0;
}

.addSign3 span img {
    position: absolute;
    right: 8px;
    top: 8px;
}

.fbadd {
    margin-top: 38px;
    padding-left: 130px;
}

.fbadd1 {
    font-size: 16px;
    color: #ffffff;
    width: 162px;
    height: 51px;
    border-radius: 3px;
    background-color: #aa000e;
}

.fbadd2 {
    font-size: 16px;
    color: #666666;
    width: 162px;
    height: 51px;
    border-radius: 3px;
    background-color: #FFFFFF;
    margin-left: 36px;
}

.fbadd3 {
    font-size: 16px;
    color: #666666;
    height: 51px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0);
    margin-left: 36px;
}

.fbadd4 {
    float: right;
    font-size: 16px;
    color: #aa000e;
    height: 51px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0);
    margin-left: 36px;
}

.sh {
    font-size: 16px;
    color: #666666;
    background-color: #FFFFFF;
    padding-left: 130px;
}

.message {
    background-color: #FFFFFF;
    padding: 32px 156px;
    border-bottom: 1px solid #666666;
    overflow: hidden;
}

.message1 {
    float: left;
    width: 25%;
    font-size: 14px;
    color: #666666;
    position: relative;
    height: 64px;
}

.message1 span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.message2 {
    background-color: #FFFFFF;
    padding: 17px 156px 46px;
}

.message3 {
    font-size: 14px;
    color: #999999;
    line-height: 1;
}

.message4 {
    margin-top: 23px;
}

.message4 a {
    display: inline-block;
    width: 155px;
    height: 40px;
    border-radius: 3px;
    background-color: #aa000e;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #FFFFFF;
}

.basic {
    background-color: #f5f5f5;
    padding: 35px 0 70px;
}

.basic1 {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px;
}

.basic_left {
    float: left;
    width: 18.6%;
}

.basic_left1 {
    border: 1px solid #d7d7d7;
    box-shadow: 0 0 10px #e4e4e4;
    padding: 35px 10px 40px;
    background-color: #FFFFFF;
}

.basic_left2 {
    text-align: center;
    font-size: 0;
}

.basic_left2 img {
    width: 90px;
    height: 90px;
    border-radius: 100%;
}

.basic_left2 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin-top: 14px;
}

.basic_left3 {
    font-size: 16px;
    color: #666666;
    text-align: center;
    line-height: 1;
    margin-top: 25px;
}

.basic_left4 {
    font-size: 14px;
    color: #666666;
    text-align: center;
    line-height: 1;
    margin-top: 11px;
}

.basic_left5 {
    margin-top: 15px;
    border: 1px solid #d7d7d7;
    box-shadow: 0 0 10px #e4e4e4;
    padding-bottom: 1px;
    background-color: #FFFFFF;
}

.basic_left5 ul li {
    list-style-type: none;
    line-height: 51px;
    margin-bottom: 4px;
}

.basic_left5 ul li a {
    display: block;
    padding-left: 21px;
    font-size: 16px;
    color: #333333;
    padding-right: 22px;
}

.basic_left5 ul li a > img {
    vertical-align: middle;
    margin-right: 36px;
}

.basicImg1 {
    display: none;
}

.basic_left5 ul li a span {
    float: right;
}

.basic_lefton {
    background-color: #aa000e;
}

.basic_lefton .basicImg {
    display: none;
}

.basic_lefton .basicImg1 {
    display: inline-block;
}

.basic_lefton a {
    color: #FFFFFF !important;
}

.basic_right {
    float: right;
    width: 79.8%;
    border: 1px solid #d7d7d7;
    box-shadow: 0 0 10px #e4e4e4;
    padding: 38px 14px 30px 29px;
    background-color: #FFFFFF;
}

.basic_right1 {
    font-size: 24px;
    color: #6b6b6b;
    line-height: 1;
    padding-bottom: 21px;
    border-bottom: 3px solid #6b6b6b;
}

.basic_right2 {
}

.basic_right2 ul li {
    list-style-type: none;
    line-height: 70px;
    height: 71px;
    border-bottom: 1px solid #e1e1e1;
    padding: 0 26px 0 33px;
    font-size: 16px;
    color: #666666;
}

.basic_right2 ul li span {
    float: right;
    font-size: 16px;
    color: #868686;
    height: 70px;
}

.basic_right2 ul li span img {
    vertical-align: middle;
    width: 52px;
    height: 52px;
    border-radius: 100%;
}

.basic_right2 ul li span a {
    display: inline-block;
    vertical-align: middle;
    width: 57px;
    font-size: 16px;
    color: #ec0000;
    text-align: right;
}

.phoneTc {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.45);
}
.addressTc{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.45);
}

.tcMain {
    width: 90%;
    max-width: 450px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 3px;
    background-color: #FFFFFF;
    padding-top: 6px;
}

.tcMain1 {
    font-size: 14px;
    line-height: 48px;
    padding: 0 20px;
    border-bottom: 1px solid #efefef;
}

.closeTc {
    float: right;
}

.tcMain2 {
    margin-top: 19px;
    padding: 0 24px;
}

.tcMain2a {
    font-size: 16px;
    color: #999999;
    text-align: center;
}

.tcMain2b {
    margin-top: 29px;
}

.tcMain2b input {
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    width: 100%;
    height: 39px;
    padding-left: 43px;
    background: url(../img/phone.jpg) no-repeat;
    background-position: 11px center;
}

.tcMain2c {
    margin-top: 21px;
}

.tcMain2c input {
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    width: calc(100% - 167px);
    height: 39px;
    padding-left: 43px;
    background: url(../img/yzm.jpg) no-repeat;
    background-position: 11px center;
}

.tcMain2c button {
    width: 147px;
    border-radius: 3px;
    background-color: #aa000e;
    height: 39px;
    float: right;
    color: #FFFFFF;
    border: 0;
}

.tcMain2d {
    margin-top: 21px;
}

.tcMain2d input {
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    width: 100%;
    height: 39px;
    padding-left: 43px;
    background: url(../img/phone.jpg) no-repeat;
    background-position: 11px center;
}

.addressTc1 {
    margin-top: 21px;
}

.addressTc1 select {
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    outline: none;
    width: 32%;
    height: 39px;
}


.tcMain2e {
    margin-top: 19px;
    line-height: 29px;
    font-size: 16px;
    color: #999999;
}

.tcMain2e span {
    float: right;
    height: 29px;
    width: 84px;
    height: 29px;
    display: inline-block;
    border-radius: 14px;
    border: 1px solid #bfbfbf;
    font-size: 0;
}

.guan {
    display: none;
}

.open {
    display: none;
    float: right;
}

.tcMain2e span code {
    width: 53px;
    height: 27px;
    border-radius: 13px;
    font-size: 18px;
    color: #FFFFFF;
    background-color: #aa000e;
    text-align: center;
    cursor: pointer;
}

.isshow {
    display: block !important;
}

.tcMain3 {
    margin-top: 32px;
    padding: 15px 55px;
    overflow: hidden;
    background-color: #eeeeee;
}

.tcMain3 input {
    width: 120px;
    height: 36px;
    border-radius: 4px;
    background-color: #aa000e;
    border: 1px solid #aa000e;
    color: 14px;
    color: #FFFFFF;
}

.tcMain3 button {
    width: 120px;
    height: 36px;
    border-radius: 4px;
    background-color: #FFFFFF;
    border: 1px solid #999999;
    color: 14px;
    color: #999999;
    float: right;
}

.headTc {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.45);
}

.headTc1 {
    margin-top: 16px;
    overflow: hidden;
}

.headTc2 {
    font-size: 14px;
    color: #999999;
    float: left;
}

.headTc3 {
    float: right;
    width: calc(100% - 40px);
}

.headTc3a {
    font-size: 0;
    width: 100px;
    height: 100px;
    position: relative;
}

.headTc3a img {
    width: 100px;
    height: 100px;
}

.headTc3a input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
}

.headTc3b {
    font-size: 12px;
    color: #999999;
    line-height: 1;
    margin-top: 19px;
}

.passTc {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.45);
}

.tcMain2f {
    margin-top: 21px;
}

.tcMain2f input {
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    width: 100%;
    height: 39px;
    padding-left: 43px;
    background: url(../img/pass.jpg) no-repeat;
    background-position: 11px center;
}

.nameTc {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.45);
}

.tcMain2g {
    margin-top: 21px;
}

.tcMain2g input {
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    width: 100%;
    height: 39px;
    padding-left: 43px;
    background: url(../img/base.png) no-repeat;
    background-position: 11px center;
}

.opus_right {
    float: right;
    width: 79.8%;
    border: 1px solid #d7d7d7;
    box-shadow: 0 0 10px #e4e4e4;
    padding: 28px 0 24px;
    background-color: #FFFFFF;
}

.opus_right1 {
    border-bottom: 1px solid #626262;
    padding: 0 25px;
    overflow: hidden;
}

.opus_right1 span {
    display: inline-block;
    line-height: 32px;
    padding: 0 8px 14px;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    font-size: 16px;
    color: #666666;
    margin-right: 50px;
}

.opus_right1on {
    color: #aa000e !important;
    border-bottom: 2px solid #aa000e !important;
}

.opus_right2 {
    float: right;
}

.opus_right3 {
    padding: 0 23px;
    margin-top: 23px;
}

.opus_right4 {
    padding: 0 8px 16px;
    border-bottom: 5px solid #aa000e;
    font-size: 14px;
}

.opus_right4 a {
    color: #666666;
    margin-right: 40px;
}

.opus_right4on {
    color: #aa000e !important;
}

.opus_right2a {
    width: 260px;
    height: 32px;
    border-radius: 2px;
    border: 1px solid #bfbfbf;
    text-align: center;
}

.opus_right2b {
    width: 81px;
    margin-left: 8px;
    height: 32px;
    border-radius: 2px;
    border: 1px solid #aa000e;
    background-color: #aa000e;
    color: #FFFFFF;
}

.opus_right5 {
    margin-top: 36px;
    padding-top: 6px;
    overflow: hidden;
}

.opus_right5a {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 23px;
    transition: all .5s;
}

.bianji {
    color: #005ab6 !important;
}

.shanch {
    color: #aa000e !important;
}

.opus_right5a1 {
    background-color: #f7f7f7;
    padding: 10px;
}

.opus_right5a:nth-child(3n) {
    margin-right: 0;
}

.opus_right5a:hover {
    transform: translateY(-6px);
}

.color {
    font-weight: normal;
    color: #aa000e;
}

.color1 {
    font-weight: normal;
    color: #239400;
}

.pcart {

}

.pcart table {
    width: 100%;
}

.pwidth {
    width: 60%;
    text-align: left;
    padding-left: 40px;
}

.pwidth1 {
    width: 15%;
    text-align: center;
}

.pwidth2 {
    width: 10%;
    text-align: center;
}

.pwidth3 {
    width: 15%;
    text-align: center;
}

.pcart th {
    font-size: 16px;
    color: #333333;
    height: 68px;
}

.pcart th input {
    margin-right: 30px;
}

.pcart th span {
    margin-left: 140px;
}

.pcart td {
    padding: 12px 0 15px 40px;
    border-bottom: 1px solid #bfbfbf;
}

.pcart td img {
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 20px;
}

.pcart1 {
    display: inline-block;
    vertical-align: middle;
}

.pcart1a {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}

.pcart1b {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}

.pcolor {
    font-size: 14px;
    color: #333333;
}

.pcolor1 {
    font-size: 14px;
    color: #aa000e;
    display: block;
}

.pcolor2 {
    font-size: 14px;
    color: #1b63cf;
    display: block;
}

.pcart input {
    width: 18px;
    height: 18px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 18px;
    position: relative;
}

.pcart input::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pcart input:checked::before {
    content: '\2713';
    background-color: #aa000e;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #FFFFFF;
    font-size: 14px;
    border-radius: 2px;
    font-weight: bold;
}

.borderColor {
    border: 1px solid #aa000e !important;
}

.borderColor td {
    border: 0 !important;
}

.jies {
    margin-top: 39px;
    background-color: #eeeeee;
    overflow: hidden;
}

.jies1 {
    width: 88%;
    padding: 0 29px 0 33px;
    background-color: #eeeeee;
    float: left;
    height: 65px;
    line-height: 65px;
    font-size: 14px;
    color: #333333;
}

.jies1 input {
    margin-right: 12px;
}

.jies1 button {
    font-size: 14px;
    color: #666666;
    border: 0;
    background-color: rgba(0, 0, 0, 0);
    margin-left: 49px;
}

.jies1a {
    float: right;
    font-size: 14px;
    color: #666666;
}

.jies1a span {
    color: #aa000e;
}

.jies1b {
    float: right;
    font-size: 14px;
    color: #666666;
    height: 65px;
    margin-left: 36px;
}

.jies1b span {
    color: #aa000e;
    display: inline-block;
    vertical-align: middle;
}

.jies1b code {
    color: #aa000e;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
}

.jies2 {
    width: 12%;
    float: left;
    height: 65px;
    background-color: #aa000e;
}

.jies2 input {
    width: 100%;
    height: 100%;
    border: 0;
    background-color: #aa000e;
    color: #FFFFFF;
    font-size: 18px;
}

.sy_right {
    float: right;
    width: 79.8%;
}

.sy_right1 {
    overflow: hidden;
}

.sy_right2 {
    float: left;
    width: 25%;
    background-color: #FFFFFF;
    border-radius: 8px;
    height: 180px;
    padding: 46px 16px 0;
}

.sy_right2a {
    font-size: 14px;
    color: #aa000e;
    text-align: center;
    line-height: 1;
}

.sy_right2a span {
    font-size: 24px;
    color: #aa000e;
}

.sy_right2b {
    font-size: 12px;
    color: #666666;
    text-align: center;
    line-height: 1;
    margin-top: 20px;
}

.sy_right2c {
    margin-top: 20px;
    text-align: center;
}

.sy_right2c a {
    background-color: #aa000e;
    display: inline-block;
    width: 100px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 2px;
    font-size: 14px;
    color: #ffffff;
}

.sy_right3 {
    height: 180px;
    background-color: #FFFFFF;
    border-radius: 8px;
    width: 73%;
    float: right;
    padding: 22px 18px 0;
}

.sy_right3a {
    font-size: 12px;
    color: #999999;
    line-height: 1;
}

.sy_right3b {
    margin-top: 21px;
}

.sy_right3b ul {
    overflow: hidden;
}

.sy_right3b ul li {
    list-style-type: none;
    float: left;
    width: 33.3333%;
    padding: 9px 0 5px;
    border-left: 1px solid #535353;
}

.sy_right3b ul li:first-child {
    border-left: 0;
}

.sy_right3b1 {
    font-size: 24px;
    color: #333333;
    line-height: 1;
    text-align: center;
}

.sy_right3b2 {
    font-size: 12px;
    color: #999999;
    line-height: 1;
    text-align: center;
    margin-top: 20px;
}

.sy_right4 {
    margin-top: 13px;
    background-color: #FFFFFF;
    padding-top: 30px;
    padding-bottom: 49px;
}

.sy_right5 {
    border-bottom: 1px solid #626262;
    padding: 0 25px;
    overflow: hidden;
}

.sy_right5 a {
    display: inline-block;
    line-height: 32px;
    padding: 0 8px 14px;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    font-size: 16px;
    color: #666666;
    margin-right: 50px;
}

.sy_right5on {
    color: #aa000e !important;
    border-bottom: 2px solid #aa000e !important;
}

.sy_right6 {
    padding: 0 25px;
    margin-top: 17px;
}

.sy_right6 table {
    width: 100%;
    border: 0;
}

.sy_width {
    width: 25%;
}

.sy_right6 table tr {
    border: 0;
}

.sy_right6 table tr th {
    border: 0;
    font-size: 14px;
    font-weight: normal;
    background-color: #aa000e;
    color: #FFFFFF;
    height: 52px;
}

.sy_right6 table tr td {
    border: 0;
    font-size: 14px;
    font-weight: normal;
    color: #666666;
    height: 56px;
    border-bottom: 1px solid #dcdcdc;
    text-align: center;
}

.sy_width1 {
    width: 33.333%;
}

.package_right {
    float: right;
    width: 79.8%;
    box-shadow: 0 0 10px #e4e4e4;
    padding: 20px 25px 30px 25px;
    background-color: #FFFFFF;
}

.package_right1 {
    border-bottom: 1px solid #e5e5e5;
}

.package_right1 a {
    display: inline-block;
    margin-bottom: -8px;
    line-height: 1;
    font-size: 14px;
    color: #666666;
    padding: 0 34px 22px;
    position: relative;
}

.package_right1on {
    background: url(../img/tixian_bg.jpg) no-repeat;
    background-position: center bottom;
    color: #aa000e !important;
    font-size: 16px !important;
}

.package_right1 a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 2px;
    width: 1px;
    height: 9px;
    background-color: #d7d7d7;
}

.package_right1 a:first-child:before {
    width: 0;
}

.package_right2 {
    margin-top: 50px;
    padding: 0 20px;
    font-size: 28px;
    color: #333333;
}

.package_right2 img {
    vertical-align: middle;
}

.package_right2 span {
    color: #999999;
    font-size: 14px;
}

.package_right3 {
    padding: 0 20px;
    margin-top: 29px;
}

.package_right4 {
    border-radius: 7px;
    border: 1px solid #e4e4e4;
    padding-top: 42px;
    overflow: hidden;
}

.package_right5 {
    margin: 0 45px;
    height: 52px;
    padding-left: 11px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e0e0e0;
}

.package_right5 span {
    display: inline-block;
    height: 100%;
    line-height: 33px;
    font-size: 24px;
    color: #bc0e0e;
}

.package_right5 input {
    height: 100%;
    vertical-align: top;
    margin-left: 16px;
}

.package_right5 button {
    height: 100%;
    float: right;
    font-size: 14px;
    color: #aa000e;
    border: 1px solid #aa000e;
    padding: 0 10px;
    background-color: #FFFFFF;
    border-radius: 3px;
}

.package_right6 {
    margin: 56px 45px 0;
    font-size: 16px;
    color: #333333;
}

.package_right6 button {
    height: 100%;
    float: right;
    font-size: 14px;
    color: #aa000e;
    border: 1px solid #aa000e;
    padding: 0 10px;
    background-color: #FFFFFF;
    border-radius: 3px;
}

.package_right7 {
    margin: 20px 45px 0;
}

.package_right7 label {
    display: block;
    margin-top: 20px;
    font-size: 14px;
    color: #000000;
}

.package_right7 label img {
    vertical-align: middle;
}

.package_right7 label span {
    font-size: 12px;
    color: #999999;
}

.package_right7 input {
    width: 18px;
    height: 18px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 18px;
    position: relative;
    margin-right: 9px;
}

.package_right7 input::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
}

.package_right7 input:checked::before {
    content: '\2713';
    background-color: #aa000e;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #FFFFFF;
    font-size: 14px;
    border-radius: 2px;
    font-weight: bold;
}

.package_right8 {
    margin-top: 30px;
}

.package_right8 input {
    width: 100%;
    height: 59px;
    background-color: #aa000e;
    font-size: 18px;
    color: #FFFFFF;
}

.bding {
    border-radius: 7px;
    border: 1px solid #e4e4e4;
    overflow: hidden;
}

.bding1 {
    margin: 0 45px;
    border-bottom: 1px solid #e0e0e0;
    padding: 25px 0;
    height: 90px;
    padding-left: 45px;
    background: url(../img/bding1.jpg) no-repeat;
    background-position: 11px center;
}

.bding1 select {
    width: 100%;
    height: 100%;
    border: 0;
    appearance: none;
    outline: none;
    background: url(../img/bding_bg.jpg) no-repeat;
    background-position: calc(100% - 23px) center;
}

.bding2 {
    margin: 0 45px;
    border-bottom: 1px solid #e0e0e0;
    padding: 25px 0;
    height: 90px;
    padding-left: 45px;
    background: url(../img/bding2.jpg) no-repeat;
    background-position: 11px center;
}

.bding2 input {
    width: 100%;
    height: 100%;
    border: 0;
    appearance: none;
    outline: none;
}

.bding3 {
    margin: 0 45px;
    border-bottom: 1px solid #e0e0e0;
    padding: 25px 0;
    height: 90px;
    padding-left: 45px;
    background: url(../img/bding3.jpg) no-repeat;
    background-position: 11px center;
}

.bding3 input {
    width: 100%;
    height: 100%;
    border: 0;
    appearance: none;
    outline: none;
}

.guanzhu {
    border-bottom: 2px solid #bfbfbf;
    margin-top: 18px;
}

.guanzhu a {
    font-size: 14px;
    color: #666666;
    display: inline-block;
    margin-bottom: -2px;
    padding: 0 11px;
    margin-right: 50px;
    padding-bottom: 12px;
}

.guanzhuon {
    color: #aa000e !important;
    border-bottom: 2px solid #aa000e;
}

.guanzhu1 {
    margin-top: 12px;
}

.guanzhu1 ul {
    overflow: hidden;
}

.guanzhu1 ul li {
    list-style-type: none;
    width: 32.5%;
    float: left;
    background-color: #f5f5f5;
    position: relative;
    padding: 20px 12px;
    margin-right: 1.25%;
    margin-top: 7px;
    overflow: hidden;
}

#reject_content{
    word-break: break-all;
}

.guanzhu1 ul li:nth-child(3n) {
    margin-right: 0;
}

.guanzhu2 {
    width: 185px;
    float: left;
}
.guanzhu2 img{
    width: 100%;
    height: 185px;
}

.guanzhu3 {
    float: right;
    width: calc(100% - 198px);
}

.guanzhu3 h3 {
    font-weight: normal;
    font-size: 18px;
    color: #666666;
    line-height: 1;
    margin-top: 19px;
}

.guanzhu3 p {
    font-weight: normal;
    font-size: 16px;
    color: #666666;
    line-height: 1;
    margin-top: 24px;
}

.guanzhu4 {
    position: absolute;
    right: 8px;
    top: 7px;
    cursor: pointer;
}

.guanzhu4b {
    display: none;
}

.guanzhu1 ul li:hover .guanzhu4a {
    display: none;
}

.guanzhu1 ul li:hover .guanzhu4b {
    display: block;
}

.mycollect {
    float: right;
    font-size: 16px;
    color: #6b6b6b;
    line-height: 24px;
}

.mycollect button {
    border: none;
    background-color: rgba(0, 0, 0, 0);
    font-size: 16px;
    color: #aa000e;
    margin-left: 20px;
}

.mycollect1 {
}

.mycollect1 ul {
    overflow: hidden;
    padding-top: 6px;
}

.mycollect1 ul li {
    list-style-type: none;
    float: left;
    width: 24%;
    margin-right: 1.3333%;
    transition: all .5s;
    margin-top: 10px;
}

.mycollect1 ul li:nth-child(4n) {
    margin-right: 0;
}

.mycollect2 {
    font-size: 0;
    position: relative;
}

.mycollect2a {
    position: absolute;
    right: 7px;
    top: 8px;
}

.mycollect2 input {
    width: 16px;
    height: 16px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 18px;
    position: relative;
}

.mycollect2 input::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mycollect2 input:checked::before {
    content: '\2713';
    background-color: #aa000e;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #FFFFFF;
    font-size: 14px;
    border-radius: 2px;
    font-weight: bold;
}

.mycollect1 ul li:hover {
    transform: translateY(-6px);
}

.mycollect3 {
    padding: 6px 8px 9px;
    background-color: #f7f7f7;
}

.mycollect3a {
    font-size: 16px;
    color: #333333;
    line-height: 1;
}

.mycollect3a a {
    color: #333333;
}

.mycollect3b {
    font-size: 14px;
    color: #666666;
    line-height: 1;
    margin-top: 14px;
}

.mycollect3b img {
    vertical-align: middle;
}

.mycollect input {
    width: 16px;
    height: 16px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 18px;
    position: relative;
}

.mycollect input::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mycollect input:checked::before {
    content: '\2713';
    background-color: #aa000e;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #FFFFFF;
    font-size: 14px;
    border-radius: 2px;
    font-weight: bold;
}

.about_banner {
    font-size: 0;
    margin-top: 22px;
}

.aboutus {
    background-color: #f5f5f5;
    padding: 40px 0 60px;
}

.aboutus1 {
    background-color: #FFFFFF;
    padding: 76px 40px;
    width: 88.6%;
    margin: 0 auto;
}

.aboutus2 {
    font-size: 36px;
    color: #333333;
    text-align: center;
    line-height: 1;
}

.aboutus3 {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    text-indent: 2rem;
    margin-top: 25px;
}

.aboutus3 p {
    margin-top: 20px;
}

.contact {
    background-color: #f5f5f5;
    padding: 40px 0 30px;
}

.contact1 {
    background-color: #FFFFFF;
    padding: 70px 26px 50px;
    width: 88.6%;
    margin: 0 auto;
}

.contact2 {
    text-align: center;
    font-size: 24px;
    color: #333333;
    line-height: 1;
}

.contact3 {
    margin-top: 40px;
    text-align: center;
}

.contact4 {
    display: inline-block;
    width: 389px;
    padding: 28px 69px 40px;
    border-left: 1px solid #e5e5e5;
    vertical-align: top;
}

.contact4:first-child {
    border-left: 0;
}

.contact4a {
    font-size: 0;
    text-align: center;
}

.contact4a img {
    height: 39px;
}

.contact4b {
    font-size: 18px;
    color: #333333;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    margin-top: 30px;
}

.contact4c {
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    text-align: center;
    margin-top: 13px;
}

.contact5 {
    margin-top: 60px;
}

.news {
    background-color: #f5f5f5;
    padding: 40px 0 60px;
}

.news1 {
    width: 88.6%;
    margin: 0 auto;
    overflow: hidden;
}

.news_left {
    float: left;
    width: 64%;
    padding: 1px 40px 44px;
    background-color: #FFFFFF;
}

.news_left1 {
    margin-bottom: 70px;
}

.news_left1 ul {

}

.news_left1 ul li {
    list-style-type: none;
    padding: 30px 16px 30px 25px;
    border-bottom: 1px solid #bfbfbf;
    overflow: hidden;
    position: relative;
    margin-top: 40px;
}

.news_left2 {
    float: left;
    width: 296px;
    font-size: 0;
}

.news_left3 {
    float: right;
    width: calc(100% - 326px);
}

.news_left3a {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    line-height: 1;
    margin-top: 20px;
}

.news_left3a a {
    color: #333333;
}

.news_left3b {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news_left3c {
    font-size: 14px;
    color: #a1a1a1;
    margin-top: 30px;
}

.news_left3c img {
    margin-left: 30px;
}

.news_left3c a {
    float: right;
    display: inline-block;
    width: 153px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    font-size: 12px;
    color: #ffffff;
    background-color: #aa000e;
}

.zd {
    position: absolute;
    right: 0;
    top: 0;
}

.news_left1 ul li:hover {
    border-bottom: 0;
    box-shadow: 0 0 10px #dedede;
}

.news_right {
    width: 33.6%;
    float: right;
}

.news_right1 {
    border-bottom: 1px solid #666666;
}

.news_right1 span {
    display: inline-block;
    margin-bottom: -2px;
    border-bottom: 3px solid #aa000e;
    line-height: 1;
    padding-bottom: 9px;
    font-size: 24px;
    color: #aa000e;
}

.news_right1 a {
    float: right;
    font-size: 16px;
    color: #999999;
    line-height: 24px;
}

.news_right2 {
    margin-top: 19px;
}

.news_right2 ul li {
    list-style-type: none;
    margin-top: 20px;
    padding: 0 5px 13px;
    overflow: hidden;
    border-bottom: 1px dashed #bfbfbf;
}

.news_right3 {
    float: left;
    font-size: 0;
    width: 92px;
}

.news_right4 {
    float: right;
    width: calc(100% - 109px);
}

.news_right4a {
    font-size: 18px;
    color: #333333;
    line-height: 1;
    margin-top: 8px;
}

.news_right4a a {
    color: #333333;
}

.news_right4b {
    font-size: 14px;
    color: #999999;
    line-height: 1;
    margin-top: 10px;
}

.news_right4c {
    font-size: 14px;
    color: #999999;
    margin-top: 12px;
    line-height: 1;
}

.news_right4c span {
    font-size: 24px;
    color: #aa000e;
}

.news_right4c code {
    float: right;
}

.news_right4c code a {
    color: #999999;
    line-height: 24px;
}

.news_right4c code a img {
    vertical-align: middle;
}

.news_right_d {
    margin-bottom: 36px;
    padding: 36px 25px 50px 20px;
    background-color: #FFFFFF;
}

.news_deta {
    font-size: 30px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    margin-top: 70px;
    line-height: 1;
}

.news_deta1 {
    font-size: 14px;
    color: #666666;
    text-align: center;
    line-height: 1;
    padding-bottom: 25px;
    border-bottom: 1px solid #666666;
    margin-top: 30px;
}

.news_deta1 img {
    margin-left: 16px;
}

.news_deta2 {
    padding: 0 20px;
}

.news_deta2 p {
    margin-top: 30px;
}

.sxp {
    margin-top: 60px;
    padding: 40px 20px 0;
    border-top: 1px solid #666666;
}

.sxp a {
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    display: block;
}

.issue {
    width: 88.6%;
    margin: 12px auto 0;
    overflow: hidden;
    padding: 10px 10px 45px;
}

.issue_left {
    width: 9.5%;
    float: left;
    background-color: #ffffff;
    padding-bottom: 19px
}

.issue_left1 {
    background-color: #aa000e;
    height: 42px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    line-height: 42px;
}

.issue_left2 {

}

.issue_left2 ul li {
    margin-top: 16px;
    height: 42px;
    line-height: 42px;
}

.issue_left2 ul li a {
    display: block;
    padding-left: 30px;
}

.issue_left2 ul li a img {
    vertical-align: middle;
    margin-left: 20px;
}

.issueImg1 {
    display: none;
}

.issue_left2on {
    background-color: #434343;
}

.issue_left2on a {
    color: #FFFFFF;
}

.issue_left2on .issueImg {
    display: none;
}

.issue_left2on .issueImg1 {
    display: inline-block;
}

.issue_right {
    float: right;
    width: 88%;
    background-color: #FFFFFF;
    padding: 36px 33px 90px 40px;
}

.issue_right1 {
    border-bottom: 1px solid #bfbfbf;
}

.issue_right1 span {
    display: inline-block;
    margin-bottom: -2px;
    font-size: 24px;
    color: #333333;
    line-height: 1;
    padding-bottom: 18px;
    border-bottom: 3px solid #aa000e;

}

.issue_right2 {
    margin-top: 6px;
}

.issue_right2 ul li {
    list-style-type: none;
    line-height: 80px;
    padding-left: 14px;
    border-bottom: 1px dashed #bfbfbf;
}

.issue_right2 ul li a {
    font-size: 24px;
    color: #333333;
}

.issue_right2 ul li a img {
    vertical-align: middle;
    margin-right: 20px;
}

.qqss {
    font-size: 24px;
    color: #000000;
    text-align: center;
    margin-top: 30px;
}

.qqss1 {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin-top: 16px;
}

.qqss2 {
    font-size: 16px;
    color: #0d0d0d;
    font-weight: bold;
    margin-top: 20px;
}

.yjfk {
    margin-top: 54px;
}

.yjfk1 {
    margin-bottom: 20px;
}

.yjfk1 span {
    display: inline-block;
    width: 200px;
    text-align: right;
    font-size: 16px;
    color: #333333;
}

.yjfk1 input {
    width: 849px;
    height: 47px;
    background-color: #f5f5f5;
    padding-left: 15px;
    border-radius: 2px;
}

.yjfk1a {
    width: 849px;
    display: inline-block;
    vertical-align: top;
}

.yjfk1 textarea {
    vertical-align: top;
}

.yjfk1b {
    text-align: right;
    width: 849px;
    display: inline-block;
}

.yjfk1b input {
    width: 107px;
    height: 37px;
    border-radius: 2px;
    background-color: #aa000e;
    color: #FFFFFF;
    font-size: 16px;
    color: #ffffff;
}

.yjfk1b button {
    width: 107px;
    height: 37px;
    border-radius: 2px;
    background-color: #bfbfbf;
    color: #FFFFFF;
    font-size: 16px;
    border: 0;
    margin-left: 20px;
    color: #ffffff;
}

.pay {
    width: 88.6%;
    margin: 22px auto 60px;
    background-color: #FFFFFF;
    padding: 25px 55px 40px;
}

.pay1 {
    padding: 0 72px 26px 20px;
    overflow: hidden;
    border-bottom: 2px solid #595959;
}

.pay1a {
    float: left;
    font-size: 16px;
    color: #333333;
}

.pay1b {
    float: right;
}

.pay2 {
    padding: 0 72px 26px 20px;
    overflow: hidden;
    border-bottom: 2px solid #999999;
    margin-top: 27px;
}

.pay2a {
    float: left;
    font-size: 16px;
    color: #333333;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}

.pay2a img {
    width: 174px;
    height: 120px;
    vertical-align: middle;
    margin-right: 30px;
}

.pay2b {
    float: right;
    line-height: 120px;
    font-size: 14px;
    color: #c70c0c;
}

.pay2b span {
    font-size: 18px;
}

.pay3 {
    font-size: 25px;
    color: #333333;
    margin-top: 36px;
}

.pay3 span {
    color: #c70c0c;
}

.pay4 {
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    line-height: 1;
    margin-top: 90px;
}

.pay5 {
    margin-top: 36px;
}

.pay5 label {
    margin-right: 60px;
}

.pay5 img {
    vertical-align: middle;
}

.pay5 input {
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 18px;
    position: relative;
}

.pay5 input::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pay5 input:checked::before {
    content: '\2713';
    background-color: #aa000e;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #FFFFFF;
    font-size: 14px;
    border-radius: 100%;
    font-weight: bold;
}

.pay6 {
    margin-top: 49px;
}

.pay6 input {
    width: 240px;
    height: 48px;
    color: #FFFFFF;
    border-radius: 2px;
    background-color: #aa000e;
    font-size: 18px;
    font-weight: bold;
}

.pack_right {
    float: right;
    width: 79.8%;
    border: 1px solid #d7d7d7;
    box-shadow: 0 0 10px #e4e4e4;
    padding: 36px 32px 60px;
    background-color: #FFFFFF;
}

.pack_right1 {
    overflow: hidden;
    padding: 0 16px 26px;
    border-bottom: 2px solid #bfbfbf;
    overflow: hidden;
}

.pack_right2 {
    float: left;
}

.pack_right2 img {
    width: 90px;
    height: 90px;
    border-radius: 100%;
}

.pack_right3 {
    float: left;
    margin-left: 30px;
}

.pack_right3a {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin-top: 15px;
}

.pack_right3a span {
    font-size: 16px;
    color: #666666;
    font-weight: normal;
}

.pack_right3a code {
    font-size: 16px;
    color: #333333;
    font-weight: normal;
}

.pack_right3a code i {
    color: #aa000e;
    font-style: normal;
}

.pack_right3b {
    font-size: 14px;
    color: #999999;
    line-height: 1;
    margin-top: 20px;
}

.pack_right4 {
    margin-top: 36px;
    padding: 0 45px 36px 20px;
    overflow: hidden;
    border-bottom: 2px solid #bfbfbf;
}

.pack_right5 {
    float: left;
    padding: 6px 0 9px;
}

.pack_right5a {
    font-size: 20px;
    color: #999999;
    line-height: 1;
}

.pack_right5b {
    font-size: 32px;
    margin-top: 16px;
    color: #aa000e;
    line-height: 1;
}

.pack_right5b span {
    font-size: 14px;
}

.pack_right6 {
    margin-left: 60px;
    border-left: 1px solid #bfbfbf;
    padding: 6px 0 9px 30px;
    float: left;
    overflow: auto;
}

.pack_right7 {
    margin-top: 16px;
    float: right;
}

.pack_right7 a {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    height: 47px;
    padding: 0 30px;
    border-radius: 2px;
    margin-left: 20px;
    line-height: 47px;
}

.pack_right7a {
    background-color: #20619e;
}

.pack_right7a img {
    vertical-align: middle;
    margin-right: 10px;
}

.pack_right7b {
    background-color: #aa000e;
}

.pack_right8 {
    padding: 0 40px 40px;
    margin-top: 30px;
    border-bottom: 2px solid #bfbfbf;
}

#myTable5 thead {
    position: relative;
    right: auto;
    top: auto;
}

.qqTc {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.45);
}

.tcMain_new {
    margin-top: 29px;
}

.tcMain_new input {
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    width: 100%;
    height: 39px;
    padding-left: 43px;
    background: url(../img/qqnew.jpg) no-repeat;
    background-position: 11px center;
}

.idTc {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.45);
}

.wechatTc {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.45);
}

.tcMain_new1 {
    margin-top: 29px;
}

.tcMain_new1 input {
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    width: 100%;
    height: 39px;
    padding-left: 43px;
    background: url(../img/wechatnew.jpg) no-repeat;
    background-position: 11px center;
}

.sexTc {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.45);
    display: none;
}

.lasex {
    text-align: center;
}

.lasex label {
    margin-right: 20px;
}

.lasex label input {
    vertical-align: middle;
}

.order_list {
    float: right;
    width: 79.8%;
}

.order_list1 {
    border-bottom: 1px solid #626262;
    padding: 28px 25px 0;
    overflow: hidden;
    background-color: #FFFFFF;
}

.order_list1 span {
    display: inline-block;
    line-height: 32px;
    padding: 0 8px 14px;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    font-size: 16px;
    color: #666666;
    margin-right: 50px;
}

.order_list1on {
    color: #aa000e !important;
    border-bottom: 2px solid #aa000e !important;
}

.order_list2 {
    float: right;
}

.order_list2a {
    width: 260px;
    height: 32px;
    border-radius: 2px;
    border: 1px solid #bfbfbf;
    text-align: center;
}

.order_list2b {
    width: 81px;
    margin-left: 8px;
    height: 32px;
    border-radius: 2px;
    border: 1px solid #aa000e;
    background-color: #aa000e;
    color: #FFFFFF;
}

.order_list3 {
    margin-top: 14px;
    padding: 12px 16px 20px;
    background-color: #FFFFFF;
}

.order_list3a {
    height: 43px;
    line-height: 43px;
    padding: 0 20px;
    font-size: 14px;
    color: #333333;
    background-color: #eeeeee;
}

.order_list3b {
    padding: 0 9px;
}

.order_list3b ul {

}

.order_list3b ul li {
    list-style-type: none;
    overflow: hidden;
    border-bottom: 1px solid #999999;
    padding: 0 12px 24px;
    margin-top: 20px;
}

.order_list3b ul li:last-child {
    border-bottom: 4px solid #f3f3f3;
}

.order_list3b1 {
    float: left;
    font-size: 0;
}

.order_list3b2 {
    float: left;
    margin-left: 32px;
    width: 475px;
}

.cart_font {
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    color: #333333;
    margin-top: 12px;
}

.cart_font1 {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    margin-top: 15px;
}

.cart_font1 span {
    display: inline-block;
    width: 49%;
}

.order_list3b3 {
    font-size: 16px;
    color: #333333;
    line-height: 1;
    margin-top: 60px;
    float: left;
}

.order_list3b4 {
    float: right;
    font-size: 24px;
    color: #aa000e;
    line-height: 1;
    margin-top: 60px;
    width: 120px;
    text-align: center;
}

.order_list3c {
    font-size: 16px;
    color: #666666;
    line-height: 1;
    margin-top: 15px;
    padding: 0 25px;
    overflow: hidden;
    line-height: 24px;
}

.order_list3c span {
    float: right;
    line-height: 24px;
}

.order_list3c span code {
    color: #aa000e;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
}

.order_list3d {
    margin-top: 30px;
    text-align: right;
}

.order_list3d a {
    display: inline-block;
    width: 119px;
    height: 39px;
    text-align: center;
    line-height: 37px;
    border-radius: 4px;
    font-size: 14px;
    margin-left: 25px;
}

.qxordder {
    color: #666666;
    border: 1px solid #666666;
}

.ljpay {
    color: #FFFFFF;
    border: 1px solid #aa000e;
    background-color: #aa000e;
}

.state {
    font-size: 16px;
    color: #21aa06;
    font-weight: bold;
    float: right;
}

.state1 {
    font-size: 16px;
    color: #aa000e;
    font-weight: bold;
    float: right;
}

.state2 {
    font-size: 16px;
    color: #666666;
    font-weight: bold;
    float: right;
}

/*上传按钮*/

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.tab-content > .active {
    display: block;
}

.fade.in {
    opacity: 1;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

#container {
    /*margin-bottom: 20px;*/
    border-width: 2px;
    border-radius: 3px;
    border-color: #dcdcdc;
    cursor: default;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

#container a {
    width: 15%;
    min-width: 145px;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

#container a {
    width: 15%;
    min-width: 145px;
}

element.style {
    position: relative;
    z-index: 1;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none;
}

element.style {
    max-width: 700px;
    display: inline-block;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.fr{
    float: right;
}

.reason_tc{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 963;
    background-color: rgba(0,0,0,0.5);
}
.reason_tc1{
    width: 90%;
    max-width: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.reason_tc2{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 30px 20px;
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    background-color: #fff;
}
.reason_close{
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}

.tj_sign{
    font-size: 14px;
    color: #444444;
    padding: 22px 130px;
    background-color: #FFFFFF;
}
.tj_sign span {
    display: inline-block;
    padding: 0 15px;
    height: 28px;
    border-radius: 4px;
    background-color: #aa000e;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    color: #ffffff;
    position: relative;
    margin: 5px 0 5px 10px;
    cursor: pointer;
}


.videos {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 963;
}

.pay_wechat {
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #ffffff;
    border-radius: 9px;
    padding: 20px 50px;
    transform: translate(-50%,-50%);
}

.pay_wechat1 {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    text-align: center;
}

.pay_wechat2 {
    font-size: 0;
    margin-top: 16px;
    text-align: center;
}

.pay_wechat3 {
    font-size: 16px;
    color: #333333;
    margin-top: 10px;
    text-align: center;
}

.pay_wechat4 {
    font-size: 16px;
    color: #666666;
    margin-top: 24px;
    text-align: center;
    cursor: pointer;
}




