@charset "utf-8";

::-webkit-input-placeholder {
    color: #999;
    font-family: microsoft yahei;
    font-size: 14px;
}

:-moz-placeholder {
    color: #999;
    font-family: microsoft yahei;
    font-size: 14px;
}

::-moz-placeholder {
    color: #999;
    font-family: microsoft yahei;
    font-size: 14px;
}

:-ms-input-placeholder {
    color: #999;
    font-family: microsoft yahei;
    font-size: 14px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
p,
ul,
ol,
dl,
dt,
dd,
li,
body,
form,
input,
button,
img,
cite,
em {
    margin: 0;
    padding: 0;
    border: 0 none;
    list-style: none;
}

.width {
    width: 1200px;
    margin: 0 auto;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.m20 {
    margin: 20px 0;
}

.p10 {
    padding: 10px;
}

.pt10 {
    padding: 10px 0;
}

.pt20 {
    padding: 20px 0;
}

.p30 {
    padding: 30px;
}

.h0 {
    clear: both;
}

.h5 {
    clear: both;
    height: 5px;
    font-size: 0;
    line-height: 0px;
}

.h10 {
    clear: both;
    height: 10px;
}

.h15 {
    clear: both;
    height: 15px;
}

.h20 {
    clear: both;
    height: 20px;
}

.h30 {
    clear: both;
    height: 30px;
}

.h40 {
    clear: both;
    height: 40px;
}

.h50 {
    clear: both;
    height: 50px;
}

.h60 {
    clear: both;
    height: 60px;
}

.h100 {
    clear: both;
    height: 100px;
}

.h200 {
    clear: both;
    height: 200px;
}

.clear {
    clear: both;
}

.dis {
    display: none;
}

.disp {
    display: block;
}

.text-center {
    text-align: center;
}

.text-hide {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a {
    transition: color ease .15s;
}

.rel {
    position: relative;
}

body {
    background: #fff;
    font-size: 14px;
    overflow-x: hidden;
}

.notsupport {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    text-align: center;
    clear: both;
    color: #fff;
    background: #c8161d;
}

.notsupport h1 {
    font-size: 80px;
    margin-top: 200px;
    margin-bottom: 100px;
    font-weight: 400;
}

.notsupport h2 {
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 300;
}

.h1 {
    margin: 30px auto 20px auto;
    border-bottom: 1px solid #eee;
}

.h1 .width {
    position: relative;
    font-size: 22px;
    color: #c8161d;
    padding-bottom: 20px;
}

.h1 .width span {
    font-size: 16px;
    color: #c8c8c8;
}

.h1 .width .line {
    width: 2em;
    height: 2px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #c8161d;
}

.h1 .width a.fr {
    font-size: 14px;
    color: #999;
    margin-top: 12px;
}

.h1 .width a.fr:hover {
    color: #c8161d;
}

.h2 {
    margin: 5px auto 0px auto;
    border-bottom: 1px solid #eee;
}

.h2 span {
    border-bottom: 2px solid #c8161d;
    display: inline-block;
    line-height: 30px;
    margin: 0;
    padding: 10px 0 10px 0;
    font-size: 20px;
    font-family: microsoft yahei;
    font-weight: 300;
}

.bg_blue {
    background: #fff;
}

.bg_partner {
    background: url(../images/bg_partner.jpg) no-repeat center top;
    min-height: 392px;
}

.bg_gray {
    background: #2E3033;
}

.topbar {
    color: #fff;
    position: relative;
    z-index: 9999;
    border-top: #c8161d 4px solid;
    height: 36px;
}

.topbar .fl {
    line-height: 36px;
    height: 36px;
}

.topbar .fr {
    color: #fff;
    line-height: 30px;
    height: 32px;
    background: #c8161d;
    overflow: hidden;
    position: relative;
    padding-left: 60px;
    min-width: 100px;
}

.topbar .fr a {
    color: #fff;
    display: inline-block;
}

.topbar .fr a:hover {
    color: #ff0;
}

.topbar .frbg {
    background: #c8161d;
    height: 32px;
    position: absolute;
    width: 2000px;
    top: 0px;
    right: -1900px;
}

.topbar i.frbgi {
    background: #fff;
    display: inline-block;
    width: 35px;
    height: 100px;
    transform: rotate(145deg);
    position: absolute;
    left: 0px;
    top: -20px;
}

.shadow {
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
}

.logo {
    margin-top: 10px;
}

.logo img {
    height: 70px;
}

.logotxt {
    float: left;
    height: 65px;
    padding-left: 20px;
    border-left: #ddd 1px solid;
    color: #5D5B5B;
    font-size: 14px;
    margin: 10px 0px 0px 20px;
}

.logotxt h2 {
    font-size: 26px;
    color: #c8161d;
    font-weight: normal;
}

.logotxt h2 span {
    color: #CD000C;
}

.header {
    background: #fff;
    height: 118px;
}

.header .fr {
    margin-top: 25px;
}

.header .fr p {
    margin: 0 0 0 12px;
    font-size: 26px;
    color: #c8161d;
    text-align: left;
    float: left;
    padding: 0px;
    line-height: normal;
}

.header .fr i {
    font-size: 46px;
    float: left;
    color: #c8161d;
    line-height: 36px;
    margin-top: 3px;
}

.header .fr span {
    display: block;
    font-size: 16px;
    color: #333;
}

.nav {
    height: 55px;
    background: #353639;
    position: relative;
    z-index: 999;
}

.nav ul {}

.nav ul .n {
    position: relative;
    float: left;
    z-index: 99;
}

.nav ul .n h2 {
    margin: 0;
    padding: 0;
    line-height: normal;
    font-weight: normal;
}

.nav ul .n h2 a {
    text-align: center;
    display: block;
    font-size: 14px;
    line-height: 55px;
    height: 55px;
    width: 170px;
    color: #fff;
    position: relative;
    overflow: hidden;
    border-right: #272727 1px solid;
    border-left: #454648 1px solid;
}

.nav ul .n h2 a:hover {
    background: #c8161d;
    color: #fff;
}

.nav ul .on h2 a {
    background: #c8161d;
    color: #fff;
}

.nav ul li h2 a i {
    margin-left: 10px;
}

.nav ul li:first-child h2 a {
    border-left: 0;
}

.nav ul li:last-child h2 a {
    border-right: 0;
}

.nav .sub {
    position: absolute;
    top: 55px;
    left: 0;
    overflow: hidden;
    z-index: 88;
    display: none;
    text-align: center;
    margin: 0;
    padding: 0;
}

.nav .sub li {
    width: 170px;
}

.sub a {
    height: 35px;
    padding: 0 5px;
    line-height: 33px;
    display: block;
    text-align: center;
    background-color: #c8161d;
    overflow: hidden;
    font-size: 13px;
    color: #fff;
    transition: all ease-out .3s;
}

.sub a:hover {
    color: #fff;
    text-indent: 5px;
    background-color: #666;
}

.nav .sub li:first-child a {
    border-top: none;
}

.nav .sub li:last-child a {
    border-bottom: none;
}

.banner {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
}

.fullSlide {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 3;
    height: 500px;
}

.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.fullSlide .bd ul {
    width: 100% !important;
}

.fullSlide .bd li {
    width: 100% !important;
    height: 500px;
    overflow: hidden;
    text-align: center;
}

.fullSlide .bd li a {
    display: block;
    height: 500px;
}

.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 35px;
    left: 0;
    height: 25px;
    line-height: 25px;
}

.fullSlide .hd ul {
    text-align: center;
}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 15px;
    height: 15px;
    margin: 5px;
    overflow: hidden;
    background: #fff;
    font-size: 0;
    border-radius: 100%;
}

.fullSlide .hd ul .on {
    background: #c8161d;
    width: 40px;
    border-radius: 8px;
}

.fullSlide .prev,
.fullSlide .next {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -30px;
    z-index: 1;
    width: 40px;
    height: 60px;
    background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
    cursor: pointer;
}

.fullSlide .next {
    right: -80px;
    background-position: -6px -137px;
}

.fullSlide .prev {
    left: -80px;
}

.n_box {
    height: 188px;
    position: relative;
    z-index: 9;
    box-shadow: 0 10px 10px #f2f2f2;
    overflow: hidden;
    margin-top: -95px;
    background: #f5f5f5;
    padding: 5px;
}

.home_number {
    padding: 35px 0px;
    height: 178px;
    background: #fff;
}

.home_number li {
    width: 25%;
    height: 108px;
    float: left;
    text-align: center;
}

.home_number li div {
    border-right: #ddd 1px solid;
}

.home_number li p {
    color: rgba(149, 149, 149, 1);
    text-align: center;
    font-size: 14px;
}

.home_number li p.number .counterDX {
    color: rgba(90, 90, 90, 1);
    font-size: 48px;
    font-family: HELVETICANEUELTPRO-THEX, Arial;
    text-align: center;
    margin-top: 15px;
}

.home_number li p.number .unit {
    color: rgba(149, 149, 149, 1);
    font-size: 14px;
    margin-left: 5px;
}

.home_number li p.number {
    margin-top: 15px;
}

.home_number li p.title {
    margin-bottom: 10px;
}

.home_nav {
    text-align: center;
    position: relative;
    z-index: 9;
}

.home_nav ul {
    margin: 25px auto;
    height: 35px;
}

.home_nav ul li {
    display: inline;
    width: auto;
    position: relative;
}

.home_nav ul li a {
    display: inline;
    padding: 10px 30px;
    color: #333;
    font-size: 14px;
    margin: 0 2px;
    border-radius: 2px;
    border: 1px solid #ddd;
}

.home_nav ul li a:hover {
    color: #c8161d;
    border: 1px solid #c8161d;
}

.home_nav ul .hover a {
    display: inline;
    padding: 10px 30px;
    color: #c8161d;
    font-size: 14px;
    border: 1px solid #c8161d;
    margin: 0 2px;
    border-radius: 2px;
    border-radius: 0;
}

.home_nav ul li dl {
    display: none;
    background: #c8161d;
    padding: 2px 0;
    margin: 16px 0 0 0;
}

.home_nav ul .hover dl {
    display: none;
    text-align: left;
    position: absolute;
    top: 13px;
    left: 2px;
}

.home_nav ul .hover dl dt a {
    display: block;
    font-weight: normal;
    color: #fff;
    background: #c8161d;
    min-width: 200px;
    border: 0;
}

.home_nav ul .hover dl dt a:hover {
    background: #fff;
    color: #333;
    border: 0;
}

.position {
    line-height: 55px;
}

.position ul {
    margin: 0;
    padding: 0;
}

.position ul li {
    font-size: 14px;
}

.position ul li a {
    padding: 0 8px;
}

.home_about {
    overflow: hidden;
}

.home_about p {
    margin-top: 10px;
}

.home_about .fr {
    width: 50%;
    padding: 30px 0px 0 50px;
}

.home_about .fr .a_cont {
    height: 268px;
    overflow: hidden;
}

.home_about .fr h1 {
    font-size: 18px;
    font-weight: 500;
    font-family: microsoft yahei;
    margin-top: 5px;
}

.home_about .fr .more {
    margin: 30px 0 0 0;
    position: relative;
}

.home_about .fr .more a {
    display: block;
    position: relative;
    z-index: 2;
    border: #e3e3e3 1px solid;
    height: 36px;
    line-height: 35px;
    width: 136px;
    text-align: center;
    color: #c8161d;
    background-color: transparent;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.home_about .fr .more a:hover {
    color: #fff;
    background-color: transparent;
}

.more i {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0px;
    height: 36px;
    width: 0px;
    background: #c8161d;
    border: #c8161d 1px solid;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    z-index: 1;
}

.more:hover i {
    width: 136px;
}

.ab_bg {
    background: #f0efef;
    overflow: hidden;
    padding: 50px 0;
}

.home_about .fl {
    width: 50%;
    overflow: hidden;
}

.home_about .fl img {
    overflow: hidden;
    height: 400px;
    width: 580px;
    float: left;
    border: #FFF 10px solid;
}

h2.tit {
    font-size: 24px;
    position: relative;
    color: #555;
    height: 35px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    overflow: hidden;
    font-weight: normal;
}

p.desc {
    display: block;
    width: 478px;
    color: #ccc;
    font-size: 14px;
    border-bottom: 1px #ececec solid;
    padding-bottom: 10px;
    margin: 0 auto;
    text-transform: uppercase;
    text-align: center;
}

p.desc:after {
    content: "";
    background-color: #c8161d;
    width: 23px;
    height: 9px;
    display: block;
    border-left: 7px #F7F7F7 solid;
    border-right: 7px #F7F7F7 solid;
    position: relative;
    top: 15px;
    left: 228px;
}

.bg_gray {
    background: #f6f6f6;
}

.bg_search {
    border-bottom: 1px solid #f0f0f0;
}

.search {
    height: 50px;
    position: relative;
}

.search .fl {
    line-height: 50px;
}

.search .fl p,
.search .fl div,
.search .fl ul,
.search .fl li {
    display: inline;
}

.search .fr {
    position: absolute;
    bottom: -1px;
    right: 0;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    padding: 10px 30px 0 30px;
    height: 51px;
}

.search .fr .ip {
    border: 1px solid #f0f0f0;
    padding: 8px 20px;
    width: 180px;
    outline: none;
}

.search .fr .btn {
    background: #c8161d;
    border: 1px solid #c8161d;
    color: #fff;
    padding: 8px 20px;
    outline: none;
}

.search .fr .btn:hover {
    background: #f60;
    border: 1px solid #f60;
}

.search_l {
    padding: 10px 0 10px 10px;
}

.search_l .ip {
    border: 1px solid #f0f0f0;
    padding: 8px 20px;
    width: 180px;
    outline: none;
}

.search_l .btn {
    background: #999;
    border: 1px solid #999;
    color: #fff;
    padding: 8px 20px;
    outline: none;
}

.search_l .btn:hover {
    background: #f60;
    border: 1px solid #f60;
}

.txtbg {
    height: 204px;
    width: 100%;
    background: #c8161d;
    clear: both;
    font-size: 18px;
    color: #FFF;
    text-align: center;
}

.txtbg h2 {
    padding: 40px 0 8px 0;
    font-size: 48px;
}

.txtbg .width {
    position: relative;
    z-index: 8;
    height: 204px;
}

.txtbg i {
    position: absolute;
    z-index: 7;
    display: block;
    font-size: 120px;
    color: #c8161d;
    left: 50%;
    bottom: -100px;
    margin-left: -34px;
}

.a_home {}

.sideMenu {
    width: 260px;
    margin: 10px auto;
}

.sideMenu h3 {
    height: 55px;
    line-height: 53px;
    padding-left: 20px;
    margin-bottom: 10px;
    background: ;
    border: 1px solid #c8161d;
    cursor: pointer;
    color: #333;
    margin-top: 1px;
    font-size: 16px;
    font-weight: normal;
}

.sideMenu h3 em {
    float: right;
    display: block;
    width: 40px;
    height: 55px;
    background: url(../images/icoadd.png) 10px 20px no-repeat;
    cursor: pointer;
}

.sideMenu h3.on em {
    background-position: 10px -69px;
}

.sideMenu h3 a {
    color: #c8161d;
}

.sideMenu h3 a:hover {
    color: #ffef7c;
}

.sideMenu h3.on {
    color: #fff;
    background: #c8161d;
}

.sideMenu h3.on a {
    color: #ffef7c;
}

.sideMenu ul {
    display: none;
}

.sideMenu ul li a {
    display: block;
    padding: 0 40px;
    height: 40px;
    line-height: 39px;
    background: #eee;
    font-size: 14px;
    color: #333;
    margin: 1px 0;
}

.sideMenu ul li a i {
    float: right;
    font-size: 16px;
}

.sideMenu ul li a:hover {
    color: #c8161d;
}

.sideMenu ul li a:hover i {
    color: #c8161d;
}

.sideMenu ul li.on a {
    color: #c8161d;
}

.sideMenu ul li.on a i {
    color: #c8161d;
}

.home_pro_nav {
    width: 280px;
    border: 1px solid #c8161d;
}

.left_fix {
    width: 280px;
    position: relative;
    z-index: 22;
    top: -90px;
}

.home_pro_nav .title {
    font-size: 22px;
    color: #fff;
    text-align: center;
    line-height: 70px;
    background: #c8161d;
}

.left_contact {
    background: #fff;
    padding: 15px 20px;
}

.left_contact p {
    margin: 0 0 5px 0;
    padding: 0;
}

.left_contact p strong {
    font-size: 16px;
    font-weight: 600;
}

.left_box {
    color: #333;
    overflow: hidden;
    position: relative;
    border: #E7E7E7 1px solid;
    border-top: #c8161d 3px solid;
}

.der1 {
    border-top: #999 3px solid;
}

.left_box h2 {
    height: 50px;
    line-height: 50px;
    border-bottom: #E7E7E7 1px solid;
    text-indent: 15px;
    font-size: 16px;
    color: #c8161d;
    font-weight: normal;
}

.left_box h2.gray {
    color: #666;
}

.left_box h2 a {
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    color: #666;
    float: right;
    margin-right: 10px;
    font-weight: normal;
}

.left_con {
    line-height: 188%;
    padding: 15px;
}

.home_pro {
    width: 890px;
    margin-top: 20px;
}

.home_pro ul {}

.home_pro ul li {
    float: left;
    width: 31.33%;
    margin: 0 1% 2% 1%;
}

.home_pro ul li a {
    display: block;
    padding: 4px;
    border: 1px solid #eee;
}

.home_pro ul li a .pic {
    overflow: hidden;
}

.home_pro ul li a .pic img {
    width: 100%;
    transition: all 1s;
}

.home_pro ul li a .title {
    background: #A9A8A8;
    line-height: 45px;
    text-align: center;
    color: #FFF;
}

.home_pro ul li a:hover .pic img {
    transform: scale(1.1);
}

.home_pro ul li a:hover {
    border: 1px solid #c8161d;
}

.home_pro ul li a:hover .title {
    background: #c8161d;
    color: #FFF;
}

.cjbg {
    background-repeat: no-repeat;
    background-position: center center;
    height: 280px;
    width: 100%;
    min-width: 1200px;
}

.zs3 {
    /*background: #f3f3f3;*/
    overflow: hidden;
    padding: 70px 0 10px 0;
}

.zs3 li {
    overflow: hidden;
    margin: 0 0 4% 0;
    float: left;
    width: 100%;
}

.zs3 li h2 {
    font-size: 22px;
    color: #c8161d;
    padding-bottom: 8px;
    border-bottom: #ddd 2px dotted;
}

.zs3 li p {
    font-size: 14px;
    color: #5a5a5a;
    line-height: 180%;
    margin: 8px 0 0 0;
    text-indent: 2em;
}

.zs3 li span {
    display: block;
    width: 65px;
    color: #fff;
    text-align: center;
    background: #f3ce4b;
    height: 25px;
    line-height: 25px;
}

.img_zs1 {
    float: left;
    width: 50%;
    overflow: hidden;
    padding-right: 6%;
}

.img_zs1 img {
    max-width: 100%;
    max-height: 300px;
    float: right;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
}

.txt_zs1 {
    float: left;
    width: 50%;
    padding: 6% 9% 0 6%;
}

.img_zs2 {
    float: right;
    width: 50%;
    overflow: hidden;
    padding-left: 6%;
}

.img_zs2 img {
    max-width: 100%;
    max-height: 300px;
    float: left;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
}

.txt_zs2 {
    float: left;
    width: 50%;
    padding: 6% 6% 0 9%;
}

.txt_zs2 h2 {
    text-align: right;
}

.txt_zs2 span {
    float: right;
}

.zs3 li.li1,
.zs3 li.li3 {
    margin-left: 0;
}

.zs3 li img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.zs3 .line {
    width: 60px;
    height: 1250px;
    position: absolute;
    top: 10px;
    right: 570px;
    background: url(../images/line.png) no-repeat top center;
}

h2.tltit {
    font-size: 24px;
    color: #434343;
    font-weight: normal;
    margin-bottom: 60px;
    position: relative;
}

h2.tltit:before {
    content: "";
    width: 1em;
    height: 2px;
    background: #c8161d;
    position: absolute;
    top: 70px;
}

h2.tltit p {
    font-size: 12px;
    margin-top: -5px;
    color: #a5a5a5;
}

.home_more {
    text-align: center;
    margin: 10px 0 20px 0;
}

.home_more a {
    border: 1px solid #c8161d;
    display: inline-block;
    padding: 8px 100px;
    color: #c8161d;
}

.home_more a:hover {
    background: #c8161d;
    color: #fff;
    transition: all 0.3s linear;
}

.home_news {
    width: 1230px;
}

.home_news .fl {
    width: 380px;
    margin-right: 30px;
}

.home_news .fl .subject {
    background: #c8161d;
    padding: 0 15px;
    font-size: 16px;
    line-height: 45px;
    margin-bottom: -1px;
    font-weight: 400;
    font-style: normal;
    color: #fff;
}

.home_news .fl .subject span {
    float: right;
    font-weight: normal;
    font-size: 13px;
    line-height: 50px;
    color: #fff;
}

.home_news .fl .subject span a {
    color: #fff;
}

.home_news .fl ul {
    margin: 10px 0 30px 0;
}

.home_news .fl ul li {
    line-height: 40px;
    border-bottom: 1px solid #f3f3f3;
    background: url(../images/bg_icon_dot.gif) no-repeat 10px 16px;
    padding-left: 30px;
}

.home_news .fl ul li span {
    float: right;
    color: #999;
}

.newslist .col-md-6 {
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.newslist .list {
    margin-bottom: 30px;
    padding: 25px;
    border-bottom: 3px solid #c8161d;
    background: #f5f5f5;
    border-radius: 4px;
}

.newslist .list h3 {
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    margin-bottom: 15px;
}

.newslist .list p {
    color: #777;
    height: 42px;
    overflow: hidden;
    margin: 0 0 10px;
}

.newslist .list span {
    color: #999;
}

.newslist .list h3 a i {
    margin-right: 10px;
}

.newslist .list a:hover {
    color: #c8161d;
}

.newslist .list a:hover i {
    color: #c8161d;
}

.hasMoreTab {
    width: 750px;
    height: 476px;
    float: left;
    border: #E7E7E7 1px solid;
    border-top: #c8161d 3px solid;
}

.hasMoreTab .hd {
    position: relative;
    height: 50px;
    border-bottom: #E7E7E7 1px solid;
}

.hasMoreTab .hd ul {
    margin: 0 auto;
    display: block;
}

.hasMoreTab .hd li {
    width: 160px;
    height: 50px;
    line-height: 50px;
    margin: 0px;
    float: left;
    font-size: 16px;
    text-align: center;
    border-left: #E7E7E7 1px solid;
}

.hasMoreTab .hd li a:hover {
    color: #072FA8;
    font-weight: 700;
    cursor: pointer;
}

.hasMoreTab .hd li.on a {
    color: #c8161d;
    font-weight: 700;
    cursor: pointer;
}

.hasMoreTab .hd .more {
    line-height: 50px;
    padding-right: 15px;
}

.hasMoreTab .bd ul {
    padding: 15px;
    overflow: hidden;
}

.hasMoreTab .bd li {
    height: 40px;
    border-bottom: #CCC 1px dashed;
    line-height: 40px;
}

.hasMoreTab .bd li .date {
    color: #999;
}

.hasMoreTab .bd li a {
    width: 588px;
    float: left;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hasMoreTab .bd li a i {
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
}

.forstnews {
    width: 440px;
}

.forstnews h2 {
    line-height: 25px;
    font-size: 16px;
    margin-bottom: 10px;
}

.forstnews p {
    line-height: 160%;
    color: #999;
    font-size: 12px;
}

.forstnews a {}

.txtScroll-top {
    width: 426px;
    height: 476px;
    line-height: 21px;
    color: #333;
    float: right;
    text-align: left;
    font-size: 12px;
    overflow: hidden;
    position: relative;
    border: #E7E7E7 1px solid;
    border-top: #c8161d 3px solid;
}

.txtScroll-top h2 {
    height: 50px;
    line-height: 50px;
    border-bottom: #E7E7E7 1px solid;
    text-indent: 30px;
    font-size: 16px;
    color: #c8161d;
}

.txtScroll-top h2 a {
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    color: #666;
    float: right;
    margin-right: 10px;
    font-weight: normal;
}

.txtScroll-top .bd {
    color: #666;
    padding: 5px 15px 0 15px;
}

.txtScroll-top .name {
    margin: 15px auto 10px auto;
    float: left;
    width: 100%;
}

.txtScroll-top .name span {
    float: left;
    width: 21px;
    height: 21px;
    background: #666;
    color: #FFF;
    text-align: center;
    margin-right: 5px;
}

.txtScroll-top .name a {
    color: #000;
    float: left;
    width: 346px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 21px;
    line-height: 21px;
    font-size: 14px;
}

.txtScroll-top .name a:hover {
    color: #f00;
}

.txtScroll-top .answer span {
    float: left;
    width: 21px;
    height: 21px;
    background: #c8161d;
    color: #FFF;
    text-align: center;
    margin-right: 5px;
}

.txtScroll-top .bd li {
    height: 101px;
    border-bottom: #ddd 1px dashed;
}

/*news_f*/
.news_f {
    border-bottom: #ddd 1px solid;
}

.news_f ul {}

.news_f li {
    overflow: hidden;
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    margin: 30px 0 0 0;
    padding: 0 20px;
}

.news_f li a {
    display: block;
    overflow: hidden;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.news_f li a:hover {}

.news_f li div {
    color: #999;
    font-size: 12px;
    margin-left: 100px;
    line-height: 22px;
}

.news_f li a div h2 {
    display: block;
    font-size: 16px;
    color: #333;
    margin: 0 0 8px 0;
    font-weight: normal;
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_f li a:hover div h2 {
    color: #c8161d;
}

.news_f li .date {
    border: #999 1px solid;
    color: #333;
    float: left;
    font-family: verdana;
    text-align: center;
    font-size: 22px;
    padding-top: 3px;
}

.news_f li .date em {
    display: block;
    font-style: normal;
    font-size: 14px;
    font-family: arial;
    border-top: #999 1px solid;
    padding: 3px 15px;
    color: #666;
    margin-top: 5px;
}

.news_f li a:hover .date {
    color: #c8161d;
    border: #c8161d 1px solid;
}

.news_f li a:hover .date em {
    color: #c8161d;
    border-top: #c8161d 1px solid;
}

.news_f li div i {
    color: #c8161d;
    margin-left: 10px;
    font-style: normal;
}

.home_case {
    overflow: hidden;
    position: relative;
}

.home_case ul {}

.home_case ul li {
    float: left;
    width: 290px;
    margin: 0 15px 15px 0;
    padding: 4px;
    border: 1px solid #f3f3f3;
    background: #fff;
}

.home_case ul li a .pic {
    overflow: hidden;
}

.home_case ul li a .pic img {
    width: 100%;
    transition: all 1s;
}

.home_case ul li a .title {
    background: #fff;
    padding: 10px 15px;
    text-align: center;
}

.home_case ul li a:hover .pic img {
    transform: scale(1.3);
}

.link {
    padding-bottom: 20px;
}

.link a {
    display: inline-block;
    margin-right: 20px;
}

.link p {
    display: inline-block;
    font-size: 16px;
}

.link span {
    font-size: 12px;
    color: #999;
}

a.more_h {
    background: transparent;
    border: 1px solid #dfdfdf;
    color: #9f9f9f;
    display: block;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    text-indent: 0px;
    transition: all 0.3s ease-out 0s;
    width: 300px;
    margin: 20px auto 0px;
    text-align: center;
}

a.more_h:hover {
    border: 1px solid #c8161d;
    color: #c8161d;
    color: #c8161d;
}

.picScroll-left .hd {
    position: absolute;
    width: 1200px;
    height: 390px;
}

.picScroll-left .hd .prev,
.picScroll-left .hd .next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    display: block;
    cursor: pointer;
    font-size: 50px;
}

.picScroll-left .hd .prev {
    left: -50px;
}

.picScroll-left .hd .next {
    right: -50px;
}

.picScroll-left .hd ul {
    position: absolute;
    bottom: 0px;
    margin-bottom: -35px;
    text-align: center;
    width: 100%;
}

.picScroll-left .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 60px;
    height: 5px;
    overflow: hidden;
    margin-right: 10px;
    text-indent: -999px;
    cursor: pointer;
    background: #888;
}

.picScroll-left .hd ul li.on {
    background: #c8161d;
}

.home_services {
    margin: 10px 0px;
    position: relative;
    overflow: hidden;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}

.home_services ul {
    margin: 0px;
    padding: 0;
}

.home_services ul li {
    float: left;
    width: 25%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.home_services ul li a {
    display: block;
    height: 100%;
    width: 100%;
    border: 1px solid #eee;
    border-left: none;
    cursor: pointer;
}

.home_services ul li a.br {}

.home_services ul li .icon {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 10px;
}

.home_services ul li .icon img {
    display: block;
    width: 280px;
    height: 230px;
    margin: 0 auto;
    transition: all 0.5s;
}

@-webkit-keyframes play {
    50% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}

.home_services ul li a:hover div img {
    animation: play 0.3s 1 linear;
}

.home_services ul li h3 {
    font-size: 16px;
    text-align: center;
    font-weight: normal;
    color: #4A4A4A;
    margin-top: 5px;
}

.home_services ul li h5 {
    font-size: 12px;
    color: #999;
    padding: 15px 20px 0px 22px;
    height: 100px;
    margin: 0;
    font-weight: normal;
    line-height: 20px;
}

.home_services ul a:hover {}

.home_services ul a:hover h3 {
    color: #c8161d;
}

.home_services ul a:hover h5 {
    color: #666;
}

.bg_gray {
    background: #f9f9f9;
}

/* footer */
.footer {
    width: 100%;
    overflow: hidden;
    background: #333;
    border-top: solid 5px #c8161d;
    padding: 45px 0;
    color: #fff;
}

.footer a {
    color: #ccc;
}

.footer a:hover {
    color: #fff;
}

.line-r {
    float: left;
    height: 128px;
    margin: 25px 100px 0 100px;
    border-left: #464646 1px solid;
}

.footer .left {
    float: left;
}

.footer .left dl {
    margin: 0;
    padding: 0;
}

.footer .left dl dd {
    text-align: left;
    font-size: 16px;
    color: #fff;
    margin: 0 0 10px 0;
    padding: 0;
}

.footer .left dl dt {
    text-align: left;
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    font-weight: normal;
}

.footer .left dl dt p {
    margin: 0;
    padding: 0;
}

.footer .left dl dt a {
    color: #fff;
}

.footer .left dl dt a:hover {
    color: #c8161d;
}

.footer .left dl td {
    text-align: left;
    font-size: 14px;
    padding: 8px 0;
}

.wx_f .ewm_f {
    margin-left: -10px;
}

.wx_f .ewm_f {
    margin-left: -10px;
}

.ewm_f div {
    margin: 0 10px;
    float: left;
    text-align: center;
    font-size: 14px;
}

.ewm_f img {
    display: block;
    padding: 5px;
    background: #fff;
    border-radius: 6px;
    margin-bottom: 10px;
}

.contact_f {
    width: 260px;
}

.contact_f a {
    display: block;
    margin-top: 20px;
    width: 92px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    color: #999;
    border: #999 1px solid;
    border-radius: 3px;
}

.contact_f a:hover {
    color: #c8161d;
    border: #c8161d 1px solid;
}

.nav_f {
    width: 260px;
}

.footer .nav_f dl dd {}

.footer .nav_f dl dt {
    float: left;
    width: 100px;
}

.copyright {
    font-size: 12px;
    background: #222;
    color: #fff;
    overflow: hidden;
    padding: 15px 0;
    line-height: 180%;
}

.copyright p {
    color: #fff;
    padding: 16px 0;
}

.copyright a {
    color: #fff;
}

.copyright a:hover {
    color: #c8161d;
}

.page_show {
    min-height: 200px;
    width: 890px;
}

.page_show p {}

.page_show img {
    max-width: 100%;
}

.job-list {
    margin: 0;
}

.job-list li {
    border-bottom: 1px solid #f3f3f3;
    line-height: 40px;
    background: url(../images/bg_icon_dot.gif) no-repeat 10px 16px;
    padding-left: 30px;
}

.job-list li span {
    float: right;
    color: #999;
}

.news_list {}

.news_list li {
    border-bottom: 1px solid #E6E6E6;
    overflow: hidden;
    padding: 0 0 20px 0;
    margin-bottom: 20px;
}

.news_list li:hover {
    border-bottom: 1px solid #c8161d;
}

.news_list li .img_n {
    margin-right: 25px;
    width: 168px;
    height: 120px;
    overflow: hidden;
    float: left;
}

.news_list li .img_n img {
    display: block;
    border: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
}

.news_list li a:hover .img_n img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.news_list li .txt_n {
    height: 120px;
    color: #999;
    font-size: 12px;
    line-height: 22px;
    position: relative;
    left: 0px;
    transition: all 0.5s ease;
}

.news_list li .txt_n h3 {
    display: block;
    font-size: 16px;
    color: #333;
    position: absolute;
    top: 0px;
    left: 193px;
    width: 68%;
    font-weight: normal;
    height: 22px;
    overflow: hidden;
    transition: all 0.5s ease;
}

.news_list li .txt_n p {
    transition: all 0.5s ease;
    position: absolute;
    top: 35px;
    left: 193px;
    width: 73%;
}

.news_list li .txt_n span {
    position: absolute;
    right: 0px;
    top: 0px;
    transition: all 0.5s ease;
}

.news_list li .txt_n i {
    position: absolute;
    right: 0px;
    bottom: 0px;
    transition: all 0.5s ease;
    width: 26px;
    height: 26px;
    display: block;
    font-style: normal;
    border: #eee 1px solid;
    text-align: center;
}

.news_list li a:hover .txt_n h3 {
    left: 213px;
    color: #c8161d;
}

.news_list li a:hover .txt_n p {
    left: 213px;
}

.news_list li a:hover .txt_n span {
    right: 20px;
}

.news_list li a:hover .txt_n i {
    right: 20px;
    background: #c8161d;
    border: #c8161d 1px solid;
    color: #FFF;
}

.news_list li .txt_n1 {
    height: 120px;
    color: #999;
    font-size: 12px;
    line-height: 22px;
    position: relative;
    left: 0px;
    transition: all 0.5s ease;
}

.news_list li .txt_n1 h3 {
    display: block;
    font-size: 16px;
    color: #333;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 90%;
    font-weight: normal;
    height: 22px;
    overflow: hidden;
    transition: all 0.5s ease;
}

.news_list li .txt_n1 p {
    transition: all 0.5s ease;
    position: absolute;
    top: 35px;
    left: 0px;
    width: 95%;
}

.news_list li .txt_n1 span {
    position: absolute;
    right: 0px;
    top: 0px;
    transition: all 0.5s ease;
}

.news_list li .txt_n1 i {
    position: absolute;
    right: 0px;
    bottom: 0px;
    transition: all 0.5s ease;
    width: 26px;
    height: 26px;
    display: block;
    font-style: normal;
    border: #eee 1px solid;
    text-align: center;
}

.news_list li a:hover .txt_n1 h3 {
    left: 20px;
    color: #c8161d;
}

.news_list li a:hover .txt_n1 p {
    left: 20px;
}

.news_list li a:hover .txt_n1 span {
    right: 20px;
}

.news_list li a:hover .txt_n1 i {
    right: 20px;
    background: #c8161d;
    border: #c8161d 1px solid;
    color: #FFF;
}

.news-list {
    margin: 0;
}

.news-list li {
    border-bottom: 1px solid #e6e7e8;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.news-list li h1 {
    font-size: 18px;
    margin: 0;
    font-weight: 500;
}

.news-list li aside {
    font-size: 12px;
    line-height: 24px;
    color: #999;
}

.news-list li p {
    color: #999;
    font-size: 14px;
    margin: 0;
}

.news_show {
    margin: 20px 0;
}

.news_show h1 {
    font-size: 24px;
    margin: 0;
    font-weight: 300;
    color: #333;
    margin: 0 0 15px 0;
    line-height: 34px;
    text-align: center;
}

.news_show aside {
    margin-bottom: 30px;
    color: #999;
    font-size: 12px;
    border-left: 2px solid #c8161d;
    line-height: 40px;
    padding-left: 20px;
    background: #f3f3f3;
}

.news_show .intro a {
    color: #c8161d;
}

.news_show .intro a:hover {
    color: #c8161d;
}

.news_show .intro img {
    max-width: 100%;
    height: auto;
}

.news_show .other {
    margin-top: 30px;
    text-align: center;
}

.news_show .other p {
    font-weight: bold;
}

.news_show .other a {
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 6px 20px;
    min-width: 100px;
}

.news_show .other a span {
    font-size: 18px;
    margin-right: 10px;
}

.news_show .other a em {
    font-style: normal;
    font-size: 18px;
}

.news_show .other a:hover {
    background: #c8161d;
    border-color: #c8161d;
    color: #fff;
}

.news_show .other a:hover span {
    color: #fff;
}

.news_show .tags {
    font-weight: 500;
}

.news_show .tags a {
    margin-left: 15px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 4px 10px;
    font-weight: normal;
    font-size: 14px;
}

.news_show .tags a:hover {
    background: #c8161d;
    color: #fff;
    border-color: #c8161d;
}

.keys {
    padding: 10px;
    border: #ddd 1px dotted;
}

.keys p,
.keys div,
.keys ul,
.keys li {
    display: inline;
}

.pn {
    padding: 10px 0;
    border-top: #eee 1px solid;
    margin-top: 20px;
    position: relative;
}

.back {
    position: absolute;
    font-size: 18px;
    top: 30px;
    right: 10px;
}

.pn .pre {
    margin: 5px 0 5px 0;
    color: #999;
}

.pn .next {
    margin: 0 0 5px 0;
    color: #999;
}

/*招聘相关*/

.job_list li {
    height: 45px;
    border-bottom: #ddd 1px solid;
}

.job_list li:hover {
    background: #f8f8f8;
}

.job_list li i {
    float: left;
    height: 45px;
    line-height: 45px;
    width: 150px;
    font-style: normal;
}

.job_list li i.job_1 {
    width: 260px;
    text-indent: 1em;
}

.job_list li i.job_4 {
    width: 180px;
}

.job_show {
    margin: 20px 0;
}

.job_show h1 {
    text-align: left;
    font-size: 24px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.job_show h2 {
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    margin: 10px 0;
    padding: 0;
}

.job_show .info {
    margin: 15px 0;
    padding: 0px;
    font-size: 14px;
}

.job_show .info ul {
    overflow: hidden;
}

.job_show .info ul li {
    float: left;
    width: 24.4%;
    border-left: 1px solid #dadada;
    padding-left: .6%;
    line-height: 30px;
}

.job_show .info ul li span {
    color: #999;
}

.job_show .intro a {
    color: #c8161d;
}

.job_show .intro a:hover {
    color: #c8161d;
}

.job_show .other {
    margin-top: 30px;
    text-align: center;
}

.job_show .other p {
    font-weight: bold;
}

.job_show .other a {
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 6px 20px;
    min-width: 100px;
}

.job_show .other a span {
    font-size: 18px;
    margin-right: 10px;
}

.job_show .other a em {
    font-style: normal;
    font-size: 18px;
}

.job_show .other a:hover {
    background: #c8161d;
    border-color: #c8161d;
    color: #fff;
}

.job_show .other a:hover span {
    color: #fff;
}

.job_show .tags {
    font-weight: 500;
}

.job_show .tags a {
    margin-left: 15px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 4px 10px;
    font-weight: normal;
    font-size: 14px;
}

.job_show .tags a:hover {
    background: #c8161d;
    color: #fff;
    border-color: #c8161d;
}

.job_show .action {
    text-align: center;
}

.job_show .action a {
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #c8161d;
    padding: 6px 20px;
    min-width: 100px;
    background: #c8161d;
    color: #fff;
}

.job_show .action a:hover {
    color: #fff;
    border-color: #f60;
    background: #f60;
}

.like_news {
    margin: 0;
    padding: 10px 0 20px 0;
    overflow: hidden;
}

.like_news li {
    line-height: 40px;
    border-bottom: 1px solid #f3f3f3;
    background: url(../images/bg_icon_dot.gif) no-repeat 15px 16px;
    padding-left: 35px;
    float: left;
    width: 50%;
    padding-right: 20px;
}

.like_news li span {
    float: right;
    color: #999;
}

.a_news {
    margin: 0;
    padding: 10px 0 20px 0;
    overflow: hidden;
}

.a_news li {
    line-height: 40px;
    border-bottom: 1px solid #f3f3f3;
    background: url(../images/bg_icon_dot.gif) no-repeat 15px 16px;
    padding-left: 35px;
}

.a_news li i {
    float: right;
    color: #999;
}

.date_news {
    overflow: hidden;
}

.date_news li {
    line-height: 22px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #ddd;
    margin-bottom: 8px;
}

.like_pro {
    width: 100%;
}

.like_pro ul {
    width: 102%;
}

.like_pro ul li {
    float: left;
    width: 23%;
    margin: 2% 2% 0 0;
    padding: 4px;
    border: 1px solid #f3f3f3;
    background: #fff;
    min-height: 234px;
}

.like_pro ul li a .pic {
    overflow: hidden;
}

.like_pro ul li a .pic img {
    width: 100%;
    transition: all 1s;
}

.like_pro ul li a .title {
    background: #fff;
    padding: 10px 15px;
    text-align: center;
}

.like_pro ul li a:hover .pic img {
    transform: scale(1.3);
}

/*商品相关*/
.pro_show {
    border: 0px solid #f3f3f3;
    padding-bottom: 20px;
}

.pro_show .left {
    float: left;
    width: 520px;
    text-align: center;
    border-right: 1px solid #f3f3f3;
    padding: 0 20px;
}

.pro_show .left .zoom {
    text-align: center;
}

.pro_show .left .zoom img {
    width: auto;
    max-width: 480px;
}

.pro_show .left .thumb_pic {
    margin: 40px 0 0 0;
    text-align: center;
}

.pro_show .left .thumb_pic ul {
    margin: 0 auto;
}

.pro_show .left .thumb_pic ul li {
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #eaeaea;
    padding: 3px;
    cursor: pointer;
    position: relative;
    z-index: 3;
}

.pro_show .left .thumb_pic ul li i {
    display: none;
    position: absolute;
    right: 24px;
    top: -28px;
    font-size: 28px;
    color: #f90;
    font-style: normal;
    z-index: 1;
}

.pro_show .left .thumb_pic ul li.hover {
    border: 1px solid #f90;
    background: #fff;
}

.pro_show .left .thumb_pic ul li.hover i {
    display: block;
}

.pro_show .right {
    margin-left: 530px;
    padding: 20px 0 0 30px;
}

.pro_show .right h1 {
    font-size: 18px;
    margin: 0;
    padding: 0;
    font-weight: 400;
    text-align: left;
}

.pro_show .right h5 {
    font-size: 14px;
    margin: 10px 0;
    padding: 0;
    color: #999;
    font-weight: normal;
}

.pro_show .right .attribute {}

.pro_show .right .attribute li {
    font-size: 14px;
    line-height: 30px;
}

.pro_show .right .attribute li em {
    display: inline-block;
    width: 80px;
    font-style: normal;
    color: #555;
    font-size: 14px;
}

.pro_show .right .price {
    font-size: 14px;
    line-height: 30px;
    margin: 20px 0;
}

.pro_show .price span {
    font-size: 18px;
}

.pro_show .price a {
    color: #c8161d;
    display: inline-block;
    padding: 5px 8px;
    border: #c8161d 1px solid;
}

.pro_show .price a.btn {
    color: #888;
    display: inline-block;
    padding: 5px 8px;
    border: #888 1px solid;
    margin-left: 10px;
}

.intro a.down {
    color: #fff;
    display: block;
    margin: 10px 0 0 0;
    width: 160px;
    text-align: center;
    padding: 8px 0;
    font-size: 18px;
    background: #888;
}

.intro a.down:hover {
    background: #c8161d;
    color: #fff;
}

.pro_show .right .price em {
    font-size: 12px;
    color: #999;
    font-style: normal;
    padding-left: 5px;
}

.pro_show .right .tags {
    margin: 20px 0;
}

.pro_show .right .tags a {
    margin-left: 10px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #dadada;
    background: #fff;
    padding: 2px 6px;
    font-weight: normal;
    font-size: 14px;
}

.pro_show .right .tags a:hover {
    background: #00adef;
    color: #fff;
    border-color: #00adef;
}

.pro_show .right .action {
    margin: 30px 0 50px 0;
}

.pro_intro {
    border: 1px solid #f3f3f3;
    margin-bottom: 30px;
}

.pro_intro .tabs {
    width: 100%;
    background: #f7f7f7;
    position: relative;
    overflow: hidden;
}

.pro_intro .tabs ul {
    width: 100%;
    background: #f7f7f7;
}

.pro_intro .tabs ul li {
    float: left;
}

.pro_intro .tabs ul li a {
    display: block;
    padding: 10px 30px;
    text-align: center;
    font-size: 14px;
    border-right: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    background: #fff;
    color: #555;
    border-top: 2px solid #fff;
}

.pro_intro .tabs ul li.on a {
    border-bottom: 1px solid #fff;
    background: #fff;
    font-weight: bold;
    color: #c8161d;
    border-top: 2px solid #c8161d;
}

.pro_intro .intro {
    padding: 15px;
}

.pro_intro .intro img {
    max-width: 100%;
}

.pro_intro .intro table {
    border-left: #ddd 1px solid;
    border-top: #ddd 1px solid;
}

.pro_intro .intro table td {
    border-right: #ddd 1px solid;
    border-bottom: #ddd 1px solid;
    padding: 5px;
}

.pro_intro .intro .extend {}

.pro_intro .intro .extend li {
    font-size: 14px;
    line-height: 30px;
}

.pro_intro .intro .extend li em {
    display: inline-block;
    width: 120px;
    font-style: normal;
    color: #555;
    font-size: 14px;
}

.ordershow {
    margin: 10px 0 0 0;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #f3f3f3;
}

.ordershow .tips {
    margin: 20px 40px 30px 40px;
    position: relative;
}

.ordershow .tips h3 {
    font-size: 24px;
    font-family: microsoft yahei;
    font-weight: 400;
    margin: 0;
}

.ordershow .tips p {
    font-size: 15px;
    padding-left: 68px;
}

.ordershow .tips div {
    font-size: 20px;
    position: absolute;
    bottom: 20px;
    right: 0;
}

.ordershow .tips div em {
    color: #f30;
    font-style: normal;
}

.ordershow .tips p em {
    color: #f30;
    font-style: normal;
}

.ordershow h5 {
    font-size: 20px;
    font-family: microsoft yahei;
    font-weight: 400;
    padding-left: 30px;
    background: #fafafa;
    border: 1px solid #f3f3f3;
    border-left: 0;
    border-right: 0;
    height: 50px;
    line-height: 50px;
    margin: 10px 0;
}

.ordershow .info {
    margin: 0;
    list-style: none;
}

.ordershow .info li {
    padding: 0 0 10px 0;
    font-size: 14px;
}

.ordershow .info li span {
    display: inline-block;
    width: 120px;
    text-align: right;
    padding-right: 10px;
    color: #999;
}

.ordershow .info li em {
    color: #f30;
    font-style: normal;
}

.ordershow .pay {
    margin: 0 20px 5px 20px;
    list-style: none;
    overflow: hidden;
}

.ordershow .pay li {
    float: left;
    width: 19%;
    margin: 5px 1% 1% 0;
    cursor: pointer;
}

.ordershow .pay li div {
    border: 1px solid #efefef;
    text-align: center;
    margin-left: 10px;
    position: relative;
}

.ordershow .pay li div em {
    display: none;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: url(../images/selected.gif) no-repeat bottom;
}

.ordershow .pay .active div {
    border-color: #90BAFF;
}

.ordershow .pay .active div em {
    display: block;
}

.ordershow .bottom {
    height: 70px;
    line-height: 70px;
    bottom: 0;
    background: #fafafa;
    border-top: 1px solid #eee;
    text-align: center;
    padding: 0 20px;
}

.ordershow .bottom button {
    margin-left: 15px;
    border: 0;
    color: #fff;
    padding: 10px 30px;
    border-radius: 4px;
}

/*瀑布流布局*/
.piclist {
    width: 100%;
}

.piclist ul {}

.piclist li {
    float: left;
    width: 270px;
    margin: 0 15px 15px 0;
}

.piclist li a {
    display: block;
    padding: 4px;
    margin-bottom: 25px;
    border: 1px solid #eee;
}

.piclist li a:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.17);
}

.piclist li a img {
    width: 100%;
}

.piclist li a p {
    font-size: 14px;
    padding: 0 10px;
}

/*标签相关*/
.tags {}

.tags li {
    display: inline;
    width: auto;
}

.tags li a {
    display: inline-block;
    padding: 6px 20px;
    color: #333;
    font-size: 14px;
    background: #fff;
    margin: 0 2px 5px 0;
    border-radius: 2px;
    border: 1px solid #E7E7E7;
}

.tags li a:hover {
    background: #c8161d;
    color: #fff;
    border: 1px solid #c8161d;
}

.tags .hover a {
    display: inline;
    padding: 10px 30px;
    color: #fff;
    font-size: 14px;
    background: #2384D5;
    color: #fff;
    border: 1px solid #2384D5;
    margin: 0 2px;
    border-radius: 2px;
    border-radius: 0;
}

/*筛选相关*/
.filter {
    border: 1px solid #f0f0f0;
    padding: 20px 30px 10px 30px;
    background: #fff;
    margin-bottom: 20px;
}

.filter dl {
    margin: 0;
}

.filter dl dd {
    float: left;
    width: 70px;
    font-weight: 500;
    font-size: 14px;
    margin: 0;
    padding-top: 5px;
}

.filter dl dt {
    margin: 0 0 0 80px;
}

.filter dl dt a {
    font-weight: 300;
    margin: 0 10px 10px 0;
    padding: 6px 20px;
    color: #666;
    font-size: 14px;
    display: inline-block;
    border-radius: 30px;
}

.filter dl dt a:hover {
    background: #c8161d;
    color: #fff;
}

.filter dl dt .hover {
    background: #c8161d;
    color: #fff;
}

/*自定义表单*/
.form-add input[type=number],
.form-add input[type=search],
.form-add input[type=text],
.form-add input[type=password],
.form-add input[type=datetime],
.form-add input[type=datetime-local],
.form-add input[type=date],
.form-add input[type=month],
.form-add input[type=time],
.form-add input[type=week],
.form-add input[type=email],
.form-add input[type=url],
.form-add input[type=tel],
.form-add input[type=color],
.form-add select,
.form-add textarea,
.am-form-field {
    width: auto;
    display: inline;
    border-color: #ddd;
    border-radius: 3px;
    -webkit-appearance: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.065) inset;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}

.form-add .w420 {
    width: 400px;
}

.form-add input {
    border: 1px solid #ddd;
    width: 60px;
    padding: 5px 10px
}

.form-add em {
    color: #999;
    font-style: normal;
}

/*表单内容*/

#form_book .am-btn-danger {
    background-color: #c8161d;
    border-color: #c8161d;
}

.formshow {}

.formshow .item {
    font-size: 14px;
    line-height: 30px;
    clear: both;
}

.formshow .item .lefter {
    display: inline-block;
    width: 120px;
    font-style: normal;
    color: #555;
    font-size: 14px;
    float: left;
}

.formshow .item .righter {
    margin-left: 120px;
    line-height: 30px;
}

.formshow .item .righter .pic {
    max-width: 400px;
    margin: 10px 0;
}

.formshow .item .righter video {
    width: 450px;
    height: 300px;
}

/*分页相关*/
.pagelist ul {
    text-align: center;
    margin: 20px 0;
}

.pagelist li {
    display: inline-block;
    margin: 0 2px;
}

.pagelist li .page-status {
    display: none;
}
.page-num-current{
    background: #c8161d;
    color: #fff !important;
}
.pagelist li a {
    color: #666;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 6px 15px;
}

.pagelist li a:hover {
    border-color: #c8161d;
    background: #c8161d;
    color: #fff;
}

.pagelist li.active a {
    border-color: #c8161d;
    background: #c8161d;
    color: #fff;
}

/*网站地图*/
.map_one {
    line-height: 30px;
}

.map_one a {
    font-size: 18px;
}

.map_two {
    margin: 5px 0 20px 0;
}

.map_two a {
    display: inline-block;
    margin-right: 15px;
    color: #666;
}

/*客服浮动相关*/
.qq_a {
    position: fixed;
    right: 0px;
    top: 25%;
    z-index: 999;
    width: 72px;
    height: 148px;
    cursor: pointer;
    background: url(../images/kf-1.png) no-repeat;
    display: none;
}

.qq_b {
    position: fixed;
    right: 0px;
    top: 25%;
    z-index: 999;
    width: 140px;
}

.qq_b1 {
    width: 100%;
    height: 90px;
    background: url(../images/im_01.png) no-repeat;
    position: relative;
}

.qq_b1 i {
    display: block;
    position: absolute;
    width: 50px;
    height: 30px;
    left: 50%;
    margin-left: -25px;
    top: 2px;
    cursor: pointer;
}

.qq {
    background: #fff;
    height: 34px;
    line-height: 34px;
    width: 100%;
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
}

.tel_r {
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
    color: #FFF;
}

.qq_b2 {
    width: 100%;
    background: #ec6e05;
    overflow: hidden;
    padding: 10px;
}

/*右侧浮动相关*/
.plug_service {
    position: fixed;
    right: 0;
    bottom: 5%;
    z-index: 999;
}

.plug_service li {
    position: relative;
    margin-bottom: 5px;
}

.plug_service li a {
    display: block;
    text-align: left;
    background: #fff;
    border: 1px solid #ececec;
    padding: 10px 20px;
    font-family: microsoft yahei;
    font-size: 12px;
    color: #505050;
    outline: none;
    transition: right 0.5s;
    right: -77px;
    position: relative;
}

.plug_service li a span {
    display: inline-block;
    font-size: 24px;
    color: #888;
    margin-right: 20px;
    vertical-align: middle;
}

.plug_service li a:hover {
    background: #c8161d;
    color: #fff;
    border-color: #c8161d;
    right: 0;
    font-family: microsoft yahei;
}

.plug_service li a:hover span {
    color: #fff;
}

.plug_service .hover a {
    display: block;
    text-align: center;
    background: #c8161d;
    border: 1px solid #c8161d;
    padding: 10 8px 6px 8px;
    font-size: 12px;
    color: #fff;
    outline: none;
}

.plug_service .hover a span {
    color: #fff;
}

.plug_service .hotline {
    position: absolute;
    display: none;
    background: #fff;
    padding: 10px 15px 0 15px;
    left: -200px;
    bottom: 0px;
    width: 210px;
    border: 1px solid #ddd;
    width: 180px;
    height: 68px;
    font-size: 12px;
    color: #999;
    line-height: 24px;
    border-radius: 4px;
}

.plug_service .hotline b {
    display: block;
    font-size: 16px;
    color: #333;
}

.plug_service .hotline:after {
    content: " ";
    position: absolute;
    right: -10px;
    top: 25px;
    width: 20px;
    height: 20px;
    border: #ddd solid 1px;
    border-left: 0;
    border-bottom: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
}

.plug_service .weixin_pic {
    position: absolute;
    display: none;
    background: #fff;
    padding: 5px;
    left: -230px;
    bottom: -70px;
    width: 210px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.plug_service .weixin_pic p {
    text-align: center;
    margin: 0 0 10px 0;
    padding: 0;
}

.plug_service .weixin_pic p span {
    color: #c8161d;
}

.plug_service .weixin_pic:after {
    content: " ";
    position: absolute;
    right: -10px;
    top: 130px;
    width: 20px;
    height: 20px;
    border: #ddd solid 1px;
    border-left: 0;
    border-bottom: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
}

.plug_service li:hover div {
    display: block;
}

/*会员相关*/
.page_login {
    min-height: 200px;
    padding: 30px 30px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #E6ECF4;
    background: #fff;
    margin-bottom: 20px;
}

.page_login .left {
    float: left;
    padding: 30px;
    width: 760px;
}

.page_login .right {
    float: right;
    height: 470px;
    border-left: 1px solid #f6f6f6;
    width: 350px;
    padding: 60px 0 0 60px;
    font-family: microsoft yahei;
}

.page_login .right a.btn {
    display: inline-block;
    padding: 10px 35px;
    background: #c8161d;
    color: #fff;
    border-radius: 2px;
}

.page_login .right a.btn:hover {
    background: #c8161d;
}

.page_login .right .quick h5 {
    margin: 40px 0 30px 0;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ddd;
    font-weight: normal;
}

.page_login .right .quick a {
    font-size: 15px;
    border: 1px solid #EA6F5A;
    padding: 10px 35px;
    border-radius: 4px;
    background: #EA6F5A;
    color: #fff;
    margin: 5px 10px;
}

.page_login .right .quick a:hover {
    background: #FF6839;
    border-color: #FF6839;
}

.page_login .subject {
    border-bottom: 1px solid #eaeaea;
}

.page_login .subject b {
    border-bottom: 1px solid #c8161d;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin-bottom: -1px;
    font-weight: normal;
    color: #3b3b3b;
    font-size: 18px;
    font-family: microsoft yahei;
}

.page_login .subject .more {
    float: right;
}

.page_login .subject .more a {
    font-size: 12px;
    font-family: 宋体;
    color: #999;
}

.page_login .subject .more a:hover {
    color: #c8161d;
}

.subject {
    border-bottom: 1px solid #eaeaea;
}

.subject b {
    border-bottom: 1px solid #c8161d;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin-bottom: -1px;
    font-weight: normal;
    color: #3b3b3b;
    font-size: 18px;
    font-family: microsoft yahei;
}

.subject .more {
    float: right;
}

.subject .more a {
    font-size: 12px;
    font-family: 宋体;
    color: #999;
}

.subject .more a:hover {
    color: #c8161d;
}

.login_css {
    margin: 40px 0 0 120px;
}

.login_css ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.login_css ul li {
    padding: 0 0 15px 0;
}

.login_css ul li em {
    display: inline-block;
    width: 80px;
    font-family: microsoft yahei;
    text-align: right;
    padding-right: 10px;
    font-style: normal;
    color: #666;
}

.login_css ul li .ip {
    border: 1px solid #e5e5e5;
    padding: 9px 10px;
    vertical-align: middle;
    border-radius: 2px;
    font-size: 14px;
    margin: 0;
}

.login_css ul li .w {
    width: 250px;
}

.login_css ul li .wcode {
    width: 120px;
}

.login_css ul li img {
    vertical-align: middle;
    cursor: pointer;
}

.login_css ul li .bnt {
    background: #c8161d;
    border: 0;
    margin-left: 80px;
    color: #fff;
    padding: 8px 20px;
    border-radius: 2px;
    cursor: pointer;
}

.login_css ul li a.getpass {
    color: #999;
    font-size: 14px;
}

.login_css ul li a:hover.getpass {
    color: #c8161d;
}

.reg_css {
    margin: 40px 0 0 20px;
}

.reg_css ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.reg_css ul li {
    padding: 0 0 15px 0;
    min-height: 55px;
}

.reg_css ul li em {
    display: inline-block;
    width: 130px;
    font-family: microsoft yahei;
    text-align: right;
    padding-right: 10px;
    font-style: normal;
    color: #666;
    float: left;
}

.reg_css ul li .text-blue {
    color: #c8161d;
}

.reg_css ul li .text-red {
    color: #c8161d;
}

.reg_css ul li .ip {
    border: 1px solid #e5e5e5;
    padding: 9px 10px;
    vertical-align: middle;
    border-radius: 2px;
    font-size: 14px;
}

.reg_css ul li .w {
    width: 320px;
}

.reg_css ul li .wcode {
    width: 210px;
}

.reg_css ul li img {
    vertical-align: middle;
    cursor: pointer;
}

.reg_css ul li button {
    border: 1px solid #e5e5e5;
    padding: 9px 15px;
    vertical-align: middle;
    border-radius: 2px;
    font-size: 14px;
    cursor: pointer;
    margin-left: 7px;
}

.reg_css ul li .bnt {
    background: #c8161d;
    border: 0;
    margin-left: 130px;
    color: #fff;
    padding: 8px 20px;
    border-radius: 2px;
    cursor: pointer;
}

.reg_css ul li .send {
    background: #c8161d;
    border: 0;
    margin-left: 10px;
    color: #fff;
    padding: 8px 15px;
    *padding: 10px 2px;
    border-radius: 2px;
    cursor: pointer;
    vertical-align: middle;
}

.reg_css ul #paytips {
    padding-left: 130px;
}

.reg_css ul li p {
    font-size: 14px;
    margin: 8px 0;
    color: #333;
    border: 1px solid #90BAFF;
    background: #FBFCFF;
    padding: 10px 20px;
}

.reg_css ul li p strong {
    color: #c8161d;
}

.reg_css ul dl {
    margin: -2px 0 0 0;
    padding: 0;
    list-style: none;
    float: left;
}

.reg_css ul dl dt {
    float: left;
    position: relative;
    margin: 0 10px 0 0;
}

.reg_css ul dl dt a {
    border: 1px solid #ddd;
    border-radius: 2px 0 0 0;
    background: #fff;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 20px;
    font-weight: normal;
    font-size: 14px;
    color: #666;
}

.reg_css ul dl dt a:hover {
    border: 1px solid #90BAFF;
}

.reg_css ul dl dt a span {
    color: #999;
}

.reg_css ul dl dt i {
    position: absolute;
    width: 10px;
    height: 10px;
    font-size: 0;
    line-height: 0;
    right: 1px;
    bottom: 1px;
    background: url(../images/selected.gif) no-repeat right bottom;
    z-index: 99;
    display: none;
}

.reg_css ul dl dt.selected a {
    border: 1px solid #90BAFF;
    color: #333;
}

.reg_css ul dl dt.selected i {
    display: block;
}

.api_user {
    padding: 30px 0 0 60px;
    font-size: 15px;
}

.api_user span {
    color: #c8161d;
}

.user_center {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #E6ECF4;
    background: #fff;
    overflow: hidden;
}

.user_center .lefter {
    width: 160px;
    float: left;
}

.user_center .lefter ul {
    margin: 15px 0;
    padding: 0 0 10px 0;
    list-style: none;
    border-bottom: 1px solid #f3f3f3;
}

.user_center .lefter ul li {
    color: #999;
    line-height: 40px;
    height: 40px;
    margin-bottom: 1px;
}

.user_center .lefter ul li .title {
    padding-left: 25px;
}

.user_center .lefter ul li .title span {
    margin-right: 10px;
}

.user_center .lefter ul li a {
    padding-left: 53px;
    line-height: 40px;
    height: 40px;
    display: block;
    font-size: 14px;
}

.user_center .lefter ul li a:hover {
    background: #f3f3f3;
}

.user_center .lefter ul .hover a {
    padding-left: 53px;
    line-height: 40px;
    height: 40px;
    display: block;
    font-size: 14px;
    background: #2384D5;
    color: #fff;
}

.user_center .lefter ul .hover a:hover {
    background: #c8161d;
    color: #fff;
}

.user_center .righter {
    margin: 0 30px 0 0;
    float: right;
    width: 988px;
    padding: 0 0 20px 20px;
    border-left: 1px solid #f3f3f3;
    min-height: 600px;
}

.user_center .righter .user_info {
    padding: 20px 30px;
}

.user_center .righter .user_info .face {
    width: 10%;
    float: left;
    margin-right: 10%;
    cursor: pointer;
}

.user_center .righter .user_info .face img {
    border-radius: 50%;
    border: 1px solid #f3f3f3;
    padding: 4px;
}

.user_center .righter .user_info .info {
    float: left;
    width: 75%;
}

.user_center .righter .user_info .info p span {
    color: #c8161d;
}

.user_center .righter .user_info .info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.user_center .righter .user_info .info ul li {
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    border-bottom: 1px dashed #eee;
    vertical-align: middle;
    float: left;
    width: 45%;
    margin-right: 5%;
}

.user_center .righter .user_info .info ul li span {
    color: #c8161d;
}

.user_center .righter .user_info .info ul li em {
    color: #999;
    font-style: normal;
    display: inline-block;
    width: 80px;
    text-align: right;
    margin-right: 10px;
}

/*论坛*/
.minheight {
    min-height: 500px;
    margin: 20px auto;
}

.bbs {
    overflow: hidden;
}

.bbs .box {
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    background: #fff;
    border: 1px solid #E6ECF4;
}

.bbs .lefter {
    width: 800px;
    float: left;
    margin-right: 18px;
    min-height: 500px;
}

.bbs .lefter .navs {
    padding: 30px 20px 20px 30px;
    border-bottom: 1px solid #f3f3f3;
}

.bbs .lefter .navs a {
    color: #666;
    margin-right: 15px;
}

.bbs .lefter .navs a:hover {
    color: #c8161d;
}

.bbs .lefter .navs a.hover {
    color: #c8161d;
}

.bbs .lefter .navs a.btn {
    float: right;
    background: #c8161d;
    color: #fff;
    padding: 8px 30px;
    border-radius: 4px;
    vertical-align: middle;
    margin: -10px 0 0 0;
}

.bbs .lefter .navs a:hover.btn {
    background: #c8161d;
}

.bbs .lefter .navs a.active {
    color: #c8161d;
    margin: 0 5px;
}

.bbs .list {
    padding: 10px 15px;
}

.bbs .list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bbs .list ul li {
    overflow: hidden;
    border-bottom: 1px solid #f3f3f3;
    padding: 10px 15px;
}

.bbs .list ul li .face {
    float: left;
    width: 60px;
}

.bbs .list ul li .face img {
    width: 45px;
    height: 45px;
    border-radius: 100%;
}

.bbs .list ul li .info {
    margin-left: 60px;
    position: relative;
}

.bbs .list ul li .info h5 {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.bbs .list ul li .info h5 a {
    margin-right: 5px;
}

.bbs .list ul li .info h5 em {
    border: 1px solid #B70004;
    color: #B70004;
    border-radius: 4px;
    padding: 2px 4px;
    margin-left: 5px;
    font-style: normal;
}

.bbs .list ul li .info .nickname {
    color: #999;
    font-size: 14px;
}

.bbs .list ul li .info .nickname a {
    color: #999;
}

.bbs .list ul li .info .nickname a:hover {
    color: #c8161d;
}

.bbs .list ul li .info .other {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 12px;
    color: #666;
}

.bbs .list ul li .info .other span {
    color: #999;
    margin-right: 3px;
}

.bbs .list ul li:hover {
    background: #fafafa;
}

.bbs .newpost {
    padding: 30px
}

.bbs .showbbs {
    padding: 20px;
}

.bbs .showbbs .title {
    position: relative;
}

.bbs .showbbs .title h1 {
    font-size: 18px;
    padding: 0;
    margin: 0;
    max-width: 710px;
}

.bbs .showbbs .title .info {
    border-bottom: 1px solid #f3f3f3;
    line-height: 45px;
    padding-top: 5px;
    margin-bottom: 15px;
    font-size: 12px;
    color: #666;
}

.bbs .showbbs .title .info span {
    margin-right: 5px;
}

.bbs .showbbs .title .face {
    position: absolute;
    right: 0;
    top: 0;
}

.bbs .showbbs .title .face img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

.bbs .showbbs .content {
    word-break: break-all;
}

.bbs .showbbs .content img {
    max-width: 100%;
}

.bbs .showbbs .content a {
    color: #c8161d;
    margin: 0 10px;
}

.bbs .showbbs .content a:hover {
    color: #c8161d;
    text-decoration: underline;
}

.bbs .reply {
    padding: 10px 20px;
}

.bbs .reply .title {
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    line-height: 45px;
    margin-bottom: 15px;
}

.bbs .tips {
    font-size: 14px;
    color: #555;
}

.bbs .tips a {
    color: #c8161d;
    margin: 0 10px;
}

.bbs .tips a:hover {
    color: #c8161d;
}

.bbs .replylist {
    padding: 0;
    font-size: 14px;
    color: #666;
}

.bbs .replylist ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bbs .replylist ul li {
    overflow: hidden;
    border-bottom: 1px solid #f3f3f3;
    padding: 10px 15px;
}

.bbs .replylist ul li .face {
    float: left;
    width: 60px;
    text-align: left;
}

.bbs .replylist ul li .face img {
    width: 45px;
    height: 45px;
}

.bbs .replylist ul li .info {
    margin-left: 60px;
    position: relative;
}

.bbs .replylist ul li .info .nickname {
    color: #999;
    font-size: 14px;
}

.bbs .replylist ul li .info .nickname a {
    color: #666;
}

.bbs .replylist ul li .info .nickname a:hover {
    color: #c8161d;
}

.bbs .replylist ul li .info .text {
    font-size: 14px;
    color: #444;
    line-height: 24px;
}

.bbs .replylist ul li .info .text img {
    max-width: 100%;
}

.bbs .replylist ul li:hover {
    background: #fafafa;
}

.bbs .form_reply {}

.bbs .form_reply .face {
    float: left;
    width: 60px;
    text-align: left;
}

.bbs .form_reply .face img {
    width: 46px;
    height: 46px;
    display: block;
    border-radius: 100%;
}

.bbs .form_reply .face p {
    font-size: 14px;
    line-height: 24px;
    color: #555;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    padding: 0;
    display: none;
}

.bbs .form_reply .info {
    margin-left: 63px;
    position: relative;
}

.bbs .form_reply .info textarea {
    width: 100%;
    border: 1px solid #eee;
    border-radius: 3px;
    -webkit-appearance: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.065) inset;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
    font-size: 14px;
    height: 80px;
    padding: 10px;
}

.bbs .form_reply .info input[type=submit] {
    color: #fff;
    background: #c8161d;
    font-size: 14px;
    margin: 8px 0;
    border: 0;
    padding: 8px 20px;
    float: right;
}

.bbs .righter {
    margin: 0;
    padding: 0;
    float: right;
    width: 370px;
}

.bbs .righter .user {
    text-align: center;
    padding: 40px 0;
    border-bottom: 1px solid #f3f3f3;
    overflow: hidden;
}

.bbs .righter .user .nickname {
    font-size: 20px;
    line-height: 40px;
    padding-bottom: 10px;
}

.bbs .righter .user .face img {
    border-radius: 100%;
    width: 100px;
    height: 100px;
}

.bbs .righter .user .count {
    margin-top: 20px;
}

.bbs .righter .user a {
    display: block;
    width: 50%;
    float: left;
    font-weight: 700;
}

.bbs .righter .user a span {
    color: #9297a4;
    font-size: 60px;
    display: block;
    font-weight: normal;
    margin-top: -25px;
}

.bbs .righter .user a p {
    color: #010101;
    font-size: 18px;
    margin: 25px 0 0 0;
}

.bbs .righter .user a:last-child {
    border-left: 1px solid #f3f3f3;
}

.bbs .righter .topic {
    padding: 20px;
}

.bbs .righter .topic h2 {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin: 0;
    padding: 0;
}

.bbs .righter .topic ul {
    margin: 10px 0;
    padding: 0;
    list-style: none;
}

.bbs .righter .topic ul li {
    border-bottom: 1px solid #f3f3f3;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bbs .righter .topic ul li a {
    color: #444;
}

.bbs .righter .topic ul li a:hover {
    color: #c8161d;
}

.bbs .righter .topic ul li span {
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    background: #C3C3C3;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
    font-size: 12px;
}

.bbs .righter .topic ul li .hover {
    background: #F37520;
}

.bbs .righter .searchs {
    padding: 20px;
}

.bbs .righter .searchs h2 {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin: 0;
    padding: 0;
}

.bbs .righter .searchs form {
    margin: 20px 0 0 0;
}

.bbs .righter .searchs form input[type=text] {
    border: 1px solid #ddd;
    padding: 8px 10px;
    font-size: 14px;
    width: 220px;
}

.bbs .righter .searchs form input[type=submit] {
    border: 1px solid #c8161d;
    background: #c8161d;
    color: #fff;
    padding: 8px 20px;
    font-size: 14px;
}

.am-comment-bd img {
    max-width: 100%;
}

.am-btn-default {
    background-color: #fff;
}

.am-btn-primary {
    background-color: #c8161d;
    border-color: #c8161d;
}

.am-btn-primary:hover {
    background-color: #f60;
    border-color: #f60;
}

a:hover {
    color: #c8161d;
}

[class*=am-icon-] {
    font-family: FontAwesome;
}