@charset "utf-8";

/*******CSS commont*************/

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
form,
input,
textarea,
p {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

ol,
ul {
    list-style: none;
}

h1,
h2,
h3 {
    font-weight: normal;
    font-size: 100%;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

button,
input,
textarea,
select {
    font-weight: inherit;
    font-size: inherit;
    font-family: inherit;
    border: 0px;
}

button,
input,
textarea,
select {
    *font-size: 100%;
}

legend {
    color: #000;
    border: 0px;
}

/*******CSS reset*************/
body {
    background: #f5f5f5;
    color: #545454;
    font-size: 14px;
    font-family: 'Microsoft YaHei', '微软雅黑', Arial;
    width: 100%;
    overflow-x: hidden;
}

a {
    color: #545454;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s;
}

a:hover {
    text-decoration: none;
    color: #ff7700;
}

.red {
    color: #f00 !important;
}

.red:hover {
    color: #f60 !important;
}

.orange {
    color: #ff7700 !important;
}
.orange:hover {
    color: #e1261d !important;
}

.dv {
    display: inline-block;
    vertical-align: middle;
}

.dvr {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}


.m_r10 {
    margin-right: 10px;
}


.relative {
    position: relative;
}

.left {
    float: left;
}

.right {
    float: right !important;
}

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

.center-align {
    text-align: center;
}

.right-align {
    text-align: right;
}

.fan {
    transform: rotate(180deg);
}

.zuo {
    transform: rotate(-90deg);
}

.truncate {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.valign-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.responsive-img {
    max-width: 100%;
    margin: 0 auto;
}

.ovfl {
    overflow: hidden;
}

.mar {
    margin: 0px auto;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: block;
}

.hidden {
    display: none;
}

.filter_bg8 {
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.show {
    display: block !important;
}

.section {
    padding: 10px 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.container .row {
    margin-left: -5px;
    margin-right: -5px;
}

.row {
    margin-left: auto;
    margin-right: auto;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.row .col {
    float: left;
    padding: 0 5px;
    min-height: 1px;
    margin-bottom: 10px;
}

.row .col.s0 {
    width: auto;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s2_5 {
    width: 20%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col.s12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.imgScale img,
.imgScale i {
    transition: all 0.3s;
}

.imgScale:hover img {
    transform: scale(1.1);
}

.overhide {
    overflow: hidden;
}

/*******Css*******/
.wrap {
    margin: 0 auto 50px;
    width: 1200px;
    height: 100%;
    overflow: hidden;
}

/*******Css header*******/

/*top_note_box*/
#top_note_box {
    background: #f7f7f7;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #efeeee;
}

#top_note_box .row,
#top_note_box .col {
    margin-bottom: 0 !important;
    color: #8e8c8c;
}

#top_note_box .col a {
    color: #8e8c8c;
    font-size: 14px;
}

#top_note_box .col a:hover {
    color: #f00;
}


#top_note_box .col b {
    color: #f00001;
    font-size: 15px;
}

/*下拉*/
.top_sub_box {
    width: 80px;
    background: #f5f5f5;
    display: none;
    position: absolute;
    top: 35px;
    z-index: 9999;
    left: 15px;
}

.top_sub_box a {
    width: 80px;
    text-align: center;
    float: left;
    height: 30px;
    line-height: 30px;
    color: #999;
    background: #fff;
}

.top_sub_box a:hover {
    color: #f42424;
}

.top_nav.on .top_sub_box {
    display: block;
}

/*下拉*/

/*top_note_box*/

/*name_box_box*/

#name_box_box {
    height: 137px;
    box-sizing: border-box;
    padding-top: 35px;
    background: #fff;
}

#name_box_box .row,
#name_box_box .col {
    margin-bottom: 0;
}

#name_box_box .top_hot {
    margin: 0 37px 0 43px;
}


.hsearch_box {
    width: 508px;
    margin-left: 70px;
}

.hsearch_form {
    width: 508px;
    height: 40px;
}

.hsearch-text {
    height: 40px;
    background: #fff
        /*url(../Image/search_so.png) no-repeat 17px center*/
    ;
    width: 426px;
    padding: 0px 10px 0 10px;
    float: left;
    color: #999999;
    outline: none;
    font-size: 12px;
    border: 2px solid #e92801;
    box-sizing: border-box;
}

.hsearch-btn {
    width: 82px;
    height: 40px;
    cursor: pointer;
    outline: none;
    background: #e92801;
    float: right;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
}

.hsearch_key {
    margin-top: 10px;
    color: #9f9696;
    overflow: hidden;
}

.hsearch_key a {
    font-size: 12px;
    color: #9f9696;
    margin: 0px 10px;
}

.hsearch_key a:first-child {
    margin-left: 0;
}

.hsearch_key a:hover {
    color: #f42424;
}

.top_ad {
    margin-right: 40px;
}

.top_ad a {
    width: 166px;
    height: 50px;
    text-align: center;
    line-height: 48px;
    display: block;
    color: #fff;
    font-size: 14px;
    background: #e92801;
    border: 1px solid #e92801;
    position: relative;
}

.top_ad a:hover {
    border: 1px solid #f42424;
}

.top_ad i {
    font-size: 12px;
    font-style: normal;
   
}

/*name_box_box*/

.htel {
    margin-top: 20px;
    color: #9e9d9d;
    font-size: 14px;
}

.htel b {
    color: #fe3d1d;
    font-size: 16px;
}

/*header_m*/

/*header_main_box*/

#header_main_box {
    height: 47px;
    background: #e92801;
}

/*nav_box*/
.nav_box {
    width: 242px;
    position: relative;
}

.navlt {
    width: 100%;
    padding: 0 20px;
    color: #fff;
    height: 47px;
    line-height: 47px;
    background: #b22509;
    text-align: left;
    font-size: 16px;
}

.navlt a {
    display: block;
    color: #fff;
}

.dnav {
    width: 100%;
    background: #fff;
    padding: 6px 0;
    height: 474px;
    border: 0;
    margin-top: 0;
    position: absolute;
    top: 47px;
    left: 0;
    z-index: 999;
}

#pnav {
    height: auto;
}

#pnav .dnav {
    position: absolute;
    top: 47px;
    left: 0px;
    z-index: 999;
}

.dnavc1p1 {
    padding: 3px 20px;
    height: 65px;
    width: 100%;
    box-sizing: border-box;
}

.dnavc1p1 a big {
    font-size: 14px;
    padding: 8px 0;
    line-height: 30px;
    color: #000;
}

.dnavc1p1 a p {
    height: 30px;
    line-height: 30px;
    color: #000;
    font-size: 12px;
    box-sizing: border-box;
    opacity: 0.7;
}

.dnavc1p1 a p span {
    margin-right: 15px;
}

#pnav .dnavsub {
    top: 0 !important;
}

.dnavsub {
    position: absolute;
    left: 242px;
    top: 0;
    width: 980px;
    padding: 20px 15px;
    box-sizing: border-box;
    min-height: 478px;
    background: #ffffff;
    z-index: 999;
    display: none;
    border: 0;
    border-left: none;
}

.dnavc2 {
    margin-bottom: 10px;
    border-bottom: dashed 1px #eee;
    height: 100%;
    overflow: hidden;
    padding-bottom: 8px;
}

.dnavc3t {
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    float: left;
}

.dnavc3t a {
    color: #ff7700;
}

.dnavc3 {
    line-height: 30px;
}

.dnavc3 a {
    margin: 0px 10px;
}

.dnavc3 a:hover {
    color: #ff7700;
}

.dnav .dnavc1.on .dnavc1p1 {
    background: #efefef;
    color: #f00;
}

.dnav .dnavc1.on .dnavc1p1 a {
    color: #f00;
    /*border-bottom: solid 1px #fff;*/
}

.dnav .dnavc1.on .dnavc1p1 .dnavc1p1p1 a {
    color: #f00;
}

.dnav .dnavc1.on .dnavsub {
    display: block;
}

.dnav .dnavc1.on .dnavc1p1 .dnavc1p1p2 a:hover {
    color: #f42424;
}

#pnav .dnav {
    display: none;
}

#page_nav {
    height: 42px;
}

#page_nav.navr a {
    height: 42px;
    line-height: 42px;
    text-align: right !important;
}

/*nav_box*/

/*rt_main*/

#header_main_box .rt_main {
    width: 950px;
}

/*menu*/

.menu {
    width: 950px;
    height: 47px;
}

.menu a {
    float: left;
    width: 14.2857%;
    height: 47px;
    line-height: 47px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.menu a:hover,
.menu a.on {
    background-color: #ff7700;
    color: #fff;
}

/*menu*/

.banner_box {
    width: 100%;
    height: 475px;
    position: relative;
    overflow: hidden;
}

.banner {
    width: 1920px;
    height: 475px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.page_banner {
    width: 100%;
    height: 30px;
    background: url(../Image/page_banner.jpg) top center no-repeat #000;
}

.in_login {
    width: 200px;
    height: 400px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(370px, -200px);
    z-index: 9;
}

.in_login .user {
    padding: 15px 0;
}


.in_login .up {
    padding: 0;
    line-height: 30px;
}

.in_login .up .container {
    padding: 10px 10px 0;
}

.in_login .title {
    font-size: 18px;
    color: #363636;
    line-height: 40px;
}

.in_login .col.s6 {
    margin-bottom: 0 !important;
}

.in_login_btn a {
    width: 100%;
    height: 29px;
    line-height: 29px;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
}

.in_login_btn a:hover {
    background-color: #e60012;
    color: #fff;
}

.in_login_btn .bt1 {
    background: #f42424;
}

.in_login_btn .bt2 {
    background: #f42424;
}

.in_news .title {
    background: url(../Image/in_login_line.png) left bottom no-repeat;
    margin-bottom: 10px;
}

.in_news .container {
    padding: 10px 15px;
}


.in_nlist li {
    line-height: 36px;
}

.in_nlist li a {
    font-size: 12px;
    color: #333333;
}

.in_nlist li a:hover {
    color: #f00;
}

.in_fw .container {
    padding: 10px 20px;
}

.in_fw .container .fw {
    color: #f42424;
    line-height: 30px;
}

.in_fw .container .btn {
    margin-top: 5px;
    display: inline-block;
    padding: 6px 25px;
    color: #fff;
    font-weight: bold;
    background: #f42424;
}


/*******Css home*******/
#in_t_bar {
    height: 134px;
    text-align: center;
    background-color: #eaeff1;
    line-height: 24px;
    padding:15px 0;
}

#in_t_bar .t_list {
    height: 104px;
    padding: 10px 15px !important;
    box-sizing: border-box;
}

#in_t_bar .t_bar {
    height: 104px;
    border-left: 2px solid #fff;
}

#in_t_bar .row,
#in_t_bar .col {
    margin-bottom: 0 !important;
    color: #888888;
    background: #fff;
}

#in_t_bar .title {
    font-size: 15px;
    color: #222222;
    text-align: left;
    background: url(../Image/laba.jpg) left center no-repeat;
    text-indent: 35px;
}
#in_t_bar .title b{
    font-size: 20px;
}
#in_t_bar .title b span{
    color:#ff7700;
}
#in_t_bar .title .more {
    color: #666666;
    font-size: 14px;
    margin-right: 20px;
}

#in_t_bar .in_newslist {
    line-height: 30px;
    margin-top: 20px;
}

#in_t_bar .in_newslist li {
    line-height: 30px;
    text-align: left;
}

#in_t_bar .in_newslist li a {
    display: block;
    font-size: 14px;
    position: relative;
    color: #444444;
}


#in_t_bar .in_newslist li a:hover {
    color: #ff7700;
}

#index1 {
    background: #eaeff1;
    padding:0 ;
    margin-bottom: 30px;
}

#index2 {
    margin-bottom: 30px;
}

.in_title {
    line-height: 30px;
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: bold;
}

.in_title big {
    color: #222222;
}

.in_title span {
    color: #f00001;
    text-transform: uppercase;
}


/*******Css footer*******/
#footer_box {
    width: 100%;
    background: #eaeaea;
}

.footer_bar_box {
    height: 101px;
    text-align: center;
    border-bottom: 1px solid #ffffff;
    background: #e92801;
}

/*footer_menu*/

.footer_menu {
    padding: 30px 0;
}

.footer_menu dl {
    text-align: center;
}

.footer_menu .row,
.footer_menu .col {
    margin-bottom: 0 !important;
}

.footer_menu dl dt a {
    height: 35px;
    line-height: 35px;
    color: #5d5d5d;
    font-size: 16px;
    font-weight: bold;
}

.footer_menu dl dd a,
.footer_menu dl dd {
    width: 100%;
    color: #666666;
    line-height: 24px;
    font-size: 14px;
}

.footer_menu dl *:hover {
    color: #f00;
}

.e_kf { padding-left: 50px !important; }

.e_kf p {
    font-size: 20px;
    color: #f00001;
    line-height: 30px;
    margin-bottom: 10px;
}

.e_kf p a { color: #f00001; }

.e_kf a.mess {
    padding: 10px 20px;
    border: 1px solid #f00001;
    color: #f00001;
    font-size: 14px;
    font-weight: bold;
}

.e_kf a.mess:hover {
    background: #f00001;
    color: #fff;
}

/*footer_menu*/

/*copyright_box*/
.copyright_box {
    border-top: 1px solid #d9d9d9;
    background-color: #eaeaea;
    padding: 30px 0; 
}

.copyright_box .container {
    font-size: 14px;
    line-height: 30px;
    color: #7b7b7b;
}

.copyright_box .e_menu a {
    margin: 0 10px;
}

.copyright_box a {
    color: #7b7b7b;
}

.copyright_box a:hover {
    text-decoration: underline;
    color: #f00;
}

/*copyright_box*/


#footer_m {
    background: #fff;
    min-width: 100%;
    line-height: 30px;
    font-size: 14px;
    color: #818181;
}

#footer_m .f_menu a {
    margin: 0 10px;
}

#footer_m .row,
#footer_m .col {
    margin-bottom: 0;
}


#footer_m a {
    color: #818181;
}

#footer_m a:hover {
    text-decoration: underline;
    color: #f00;
}


/*******Css page*******/
.left_side {
    width: 210px;
    float: left;
    display: inline;
    border: solid 1px #D2D1D1;
    margin-top: 10px;
}

.left_sidedl {
    width: 210px;
    margin-bottom: 1px;
}

.left_sidedl a:hover {
    color: #f42424;
}

.left_sidedl dt {
    height: 40px;
    position: relative;
    line-height: 40px;
    padding-left: 25px;
    border-bottom: solid 1px #E8E8E8;
    background: #EAEAEA;
    font-size: 16px;
    font-weight: bold;
}

.left_sidedl dt i {
    float: right;
    margin-top: 12px;
    margin-right: 25px;
}

.left_sidedl dd {
    width: 100%;
    padding-left: 30px;
    border-bottom: solid 1px #E8E8E8;
    padding-top: 5px;
    padding-bottom: 10px;
}

.left_sidedl dd a {
    width: 185px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #24272E;
    display: block;
}

.left_sideul {
    width: 100%;
    margin: 0 auto;
    padding: 5px 0 10px;
    background: #fff;
}

.left_sideul li {
    height: 46px;
    line-height: 46px;
    width: 100%;
    padding-left: 30px;
    border-bottom: solid 1px #E8E8E8;
}

.left_sideul li a {
    font-size: 16px;
}

.left_sideul li a:hover {
    color: #f42424;
}

.left_sidedl.on dd {
    display: block;
}

.left_sidedl.ons dd {
    display: none;
}

.left_sidedl.on i {
    transform: rotate(-90deg);
}

.right_side {
    width: 950px;
    height: 100%;
    overflow: hidden;
    float: right;
    margin-top: 10px;
}

.right_title {
    height: 50px;
    line-height: 50px;
    color: #888;
}

.right_title a {
    color: #888;
}

.right_title_right_sp1 {
    width: 13px;
    height: 12px;
    background: url(../Image/page_icon.png) no-repeat;
    float: left;
    margin-top: 19px;
    margin-right: 5px;
}

.right_title_right_sp2 {
    float: left;
}

.right_title_right_sp2 a:hover {
    color: #f42424;
}

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

/*******Css list*******/
#indexNews {}

#indexNews li {
    height: 45px;
    line-height: 35px;
    border-bottom: #dedede 1px dotted;
    padding: 5px 0px;
}

#indexNews li a {
    padding-left: 15px;
    float: left;
}

#indexNews li span {
    float: right;
}

#indexNews li a:hover {
    color: #f42424;
}

#indexNews li i {
    float: left;
    margin-top: 11px;
}

#indexNews2 {}

#indexNews2 li {
    border-bottom: #dedede 1px dotted;
    padding: 5px 0px 5px 0px;
    margin-top: 10px;
    height: 100%;
    overflow: hidden;
}

.indexNews2img {
    width: 200px;
    height: 150px;
    float: left;
    text-align: center;
    background: #f4f4f4;
}

.indexNews2img img {
    max-width: 200px;
}

.indexNews2txt {
    width: 730px;
    float: right;
}

.indexNews1p1 {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
}

.indexNews1p2 {
    height: 35px;
    line-height: 35px;
    color: #999;
    overflow: hidden;
}

.indexNews1p2 span i {
    margin-right: 5px;
}

.indexNews1p3 {
    height: 84px;
    line-height: 28px;
    color: #666;
    overflow: hidden;
    padding-top: 5px;
}

#indexNews2 li a:hover .indexNews1p1 {
    color: #f42424;
}


#picUL {}

#picUL li {
    float: left;
    margin: 10px 15px;
    text-align: center;
    display: inline;
}

#picUL li .pic_01 {
    width: 280px;
    height: 210px;
    border: 1px solid #dedede;
    overflow: hidden;
}

#picUL li .pic_01 img {
    height: 210px;
    max-width: 280px;
    transition: all 0.3s;
}

#picUL li .pic_02 {
    width: 282px;
    text-align: center;
    line-height: 40px;
    height: 40px;
}

#picUL li a:hover .pic_01 img {
    transform: scale(1.05);
}

#picUL li a:hover .pic_02 {
    color: #f42424;
}

#proUL {}

#proUL li {
    float: left;
    margin-top: 15px;
    margin-left: 24px;
    text-align: center;
    display: inline;
}

#proUL li .pic_01 {
    width: 280px;
    height: 210px;
    line-height: 210px;
    background: #fff;
    border: 1px solid #dedede;
    overflow: hidden;
}

#proUL li .pic_01 img {
    max-height: 210px;
    max-width: 280px;
    vertical-align: middle;
    transition: all 0.3s;
}

#proUL li .pic_02 {
    width: 282px;
    text-align: center;
    line-height: 40px;
    height: 40px;
}

#proUL li a:hover .pic_01 img {
    transform: scale(1.05);
}

#proUL li a:hover .pic_02 {
    color: #f42424;
}

#proUL li.proli1 {
    margin-left: 0px;
}

/*******Css info*******/
#company_main {
    margin: 0 auto;
    line-height: 32px;
    padding: 10px;
    font-size: 16px;
}

#company_main img {
    max-width: 100%;
}

#company_main a {
    color: #f42424;
}

#contact_main {
    margin: 0 auto;
    line-height: 32px;
    padding: 10px;
    font-size: 16px;
}

#contact_main a {
    color: #f42424;
}

#page_Title {
    line-height: 45px;
    font-size: 25px;
    text-align: center;
}

.page_Info {
    height: 50px;
    line-height: 50px;
    margin-top: 15px;
    color: #666;
    border-top: solid 1px #E6E6E6;
    border-bottom: solid 1px #E6E6E6;
}

.page_Infoleft {
    padding-left: 30px;
    float: left;
}

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

.page_Share {
    margin-right: 10px;
    float: right;
}

.page_Share a {
    float: left;
    margin-top: 6px;
    margin-left: 10px;
}

.page_Share a:hover {
    animation: swing 1s;
}

.page_Share span {
    float: left;
}

#infoImage {
    width: 100%;
    text-align: center;
    margin: 15px 0 15px 0;
}

#infoImage img {
    max-width: 100%;
    padding: 3px;
    border: #dcdcdc solid 1px;
}

.page_tit_bg {
    height: 45px;
    background: #f8f8f8;
    border-radius: 2px;
    margin: 15px auto;
}

.page_tit_tit {
    width: 150px;
    height: 45px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    background: #e92801;
    color: #ffffff;
    line-height: 45px;
    text-align: center;
}

#page_Content {
    margin: 0 auto;
    line-height: 32px;
    padding: 10px;
    font-size: 16px;
}

#page_Content img {
    max-width: 100%;
}

#page_Content table {
    width: 100%;
    margin: 0 auto;
    border-width: 1px;
    color: #333;
    border-color: #f1f1f1 !important;
    border-collapse: collapse;

}

#page_Content table th {
    border-width: 1px;
    padding: 5px;
    border-style: solid;
    border-color: #f1f1f1 !important;
    background-color: #dedede;
}

#page_Content table td {
    border-width: 1px;
    padding: 5px;
    border-style: solid;
    border-color: #f1f1f1 !important;
}

#page_Content table td a {
    text-decoration: underline;
    color: #333;
}

.page_content {
    margin: 0 auto;
    line-height: 32px;
    padding: 10px;
    font-size: 16px;
    min-height: 800px;
}

.page_content img {
    max-width: 100%;
}

.page_content table {
    width: 100%;
    margin: 0 auto;
    border-width: 1px;
    color: #333;
    border-color: #f1f1f1 !important;
    border-collapse: collapse;

}

.page_content table th {
    border-width: 1px;
    padding: 5px;
    border-style: solid;
    border-color: #f1f1f1 !important;
    background-color: #dedede;
}

.page_content table td {
    border-width: 1px;
    padding: 5px;
    border-style: solid;
    border-color: #f1f1f1 !important;
}

.page_content table td a {
    text-decoration: underline;
    color: #333;
}

.page_link {
    margin-top: 15px;
    font-size: 18px;
    color: #f42424;
}

.search_cp {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
}

.search_cp span {
    color: #f42424;
}

.brandinfo {
    width: 1200px;
    height: 100%;
    overflow: hidden;
    margin-top: 10px;
}

.brandinfo_img {
    width: 400px;
    height: 300px;
    background: #fff;
    text-align: center;
}

.brandinfo_img a {
    width: 398px;
    height: 298px;
    background: #fff;
    text-align: center;
    border: 1px solid #efefef;
}

.brandinfo_txt {
    width: 760px;
}

.brand_title {
    height: 45px;
    line-height: 45px;
    font-size: 25px;
    font-weight: bold;
}

.brand_c {
    margin-top: 10px;
    line-height: 1.8;
}

.brandgoods {
    width: 1200px;
    height: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.brandgoods_t {
    height: 35px;
    background: #fff;
    border: solid 1px #eee;
}

.goodstype {
    float: left;
}

.goodstype a {
    height: 35px;
    line-height: 35px;
    padding: 0px 15px;
    background: #fefefe;
    float: left;
}

.goodstype a span {
    margin-right: 5px;
}

.goodstype a.on {
    background: #e92801;
    color: #fff;
}

.goodsline {
    width: 1px;
    height: 35px;
    background: #eee;
    float: left;
}

.brandgoods_ul {
    margin-top: 10px;
}

.brandgoods_img a {
    width: 100%;
    height: 200px;
    display: block;
    border: solid 1px #eee;
    background: #fff;
    overflow: hidden;
    text-align: center;
}

.brandgoods_img img {
    max-height: 200px;
    transition: all 0.3s;
}

.brandgoods_txt {
    height: 23px;
    line-height: 23px;
    overflow: hidden;
    font-size: 14px;
}

.brandgoods_pr {
    height: 32px;
    margin-top: 10px;
    text-align: center;
}

.brandgoods_sp1 {
    height: 50px;
    float: left;
}

.brandgoods_pr i {
    height: 32px;
    line-height: 32px;
    float: right;
    font-size: 16px;
    color: #999;
    text-decoration: line-through;
}

.brandgoods_pr b {
    height: 32px;
    line-height: 32px;
    float: left;
    font-size: 18px;
    color: #f00;
}

.brandgoods_pp {
    height: 28px;
    margin-top: 5px;
    line-height: 28px;
    background: url(../Image/iconp.jpg) no-repeat left center;
    padding-left: 22px;
    color: #666666;
}

.brandgoods_pp b {
    color: #f00;
}

.brandgoodscar {
    float: right;
    width: 26px;
    height: 24px;
    margin-top: 15px;
}

.brandgoods_ul li:hover .brandgoods_img img {
    transform: scale(1.05);
}

.brandgoods_ul li:hover .brandgoods_txt a {
    color: #f42424;
}

.counts {
    float: right;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
}

.counts b {
    color: #f42424;
    font-size: 16px;
    margin-right: 5px;
}

.goodsselect {
    width: 1200px;
    height: 100%;
    overflow: hidden;
    margin-top: 10px;
}

.select {
    padding: 5px 10px;
    border: #eee 1px solid;
    border-radius: 4px;
    background: #fff;
}

.select li {
    list-style: none;
    padding: 10px 0 5px 70px
}

.select .select-list {
    border-bottom: #eee 1px dashed
}

.select dl {
    zoom: 1;
    position: relative;
    line-height: 24px;
}

.select dl:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden
}

.select dt {
    width: 60px;
    margin-bottom: 5px;
    position: absolute;
    top: 0;
    left: -80px;
    text-align: right;
    color: #666;
    height: 24px;
    line-height: 24px
}

.select dd {
    float: left;
    display: inline;
    margin: 0 0 5px 5px;
}

.select a {
    display: inline-block;
    white-space: nowrap;
    height: 24px;
    padding: 0 10px;
    text-decoration: none;
    color: #999;
    border-radius: 2px;
}

.select a:hover {
    color: #fff;
    background-color: #f42424
}

.select .selected a {
    color: #fff;
    background-color: #e92801
}

.select-result dt {
    font-weight: bold
}

.select-no {
    color: #999
}

.select .select-result a {
    padding-right: 20px;
    background: #f42424 url("../Image/close.gif") right 9px no-repeat
}

.select .select-result a:hover {
    background-position: right -15px
}

.goods_info {
    height: 100%;
    overflow: hidden;
}

.detail01 {
    width: 412px;
    margin-top: 20px;
    float: left;
}

.pic-box {
    width: 412px;
}

.pic-preview {
    position: relative;
    width: 412px;
    height: 412px;
    border: solid 1px #E9E9E9;
}

.pic-scroll {
    position: relative;
    width: 412px;
    height: 60px;
    margin-top: 10px;
}

.pic-scroll .prev {
    position: absolute;
    top: 0px;
    left: 20px;
}

.pic-scroll .next {
    position: absolute;
    bottom: 0px;
    left: 20px;
}

.pic-scroll .prev,
.pic-scroll .next {
    display: block;
    width: 29px;
    height: 15px;
    cursor: pointer;
}

.pic-scroll .prev {
    background: url(../Image/detail_left.jpg) no-repeat;
}

.pic-scroll .next {
    background: url(../Image/detail_right.jpg) no-repeat;
}

.pic-scroll .prev:hover {
    background: url(../Image/detail_left1.jpg) no-repeat;
}

.pic-scroll .next:hover {
    background: url(../Image/detail_right1.jpg) no-repeat;
}

.pic-scroll .items ul li {
    float: left;
    margin: 0px 3px;
    width: 62px;
    height: 62px;
    border: 1px solid #E9E9E9;
    text-align: center;
    display: inline;
}

.pic-scroll .items ul li img {
    width: 60px;
    height: 60px;
    cursor: pointer;
}

.pic-scroll .items ul li:hover {
    border: 1px solid #e92801;
}

/* 图片放大镜样式*/
.jqzoom {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 410px;
    height: 410px;
    cursor: crosshair;
}

.jqzoom img {
    width: 410px;
    height: 410px;
}

.zoomdiv {
    position: absolute;
    z-index: 100;
    display: none;
    width: 200px;
    height: 200px;
    background: #fff;
    border: 1px solid #e8e8e8;
    overflow: hidden;
}

.jqZoomPup {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    visibility: hidden;
    max-width: 200px;
    max-height: 200px;
    border: 1px solid #aaa;
    background: #fff;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
    overflow: hidden;
}

.detail02 {
    width: 750px;
    float: right;
    margin-top: 20px;
    margin-right: 10px;
}

.goods_title {
    line-height: 1.5;
    font-size: 20px;
}

.spec-box {
    margin-top: 10px;
    height: 100%;
    overflow: hidden;
}

.spec-box.line {
    padding-top: 10px;
    border-top: 1px solid #efefef;
}

#spec-boxc {
    position: relative;
    height: auto;
    overflow: visible;
}

.spec-box dl {
    clear: both;
    display: block;
}

.spec-box dl:after {
    clear: none;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

.spec-box dl dt {
    float: left;
    width: 80px;
    line-height: 38px;
    min-height: 38px;
    color: #999;
    margin-left: 20px;
}

.spec-box dl dd {
    position: relative;
    padding: 5px 0;
    line-height: 26px;
    min-height: 26px;
    color: #6c6c6c;
}

.spec-box dl dd s {
    display: inline-block;
    text-decoration: line-through;
}

.spec-box dl dd .price {
    display: inline-block;
    margin-right: 5px;
    color: #f00;
    font-size: 20px;
    font-weight: 700;
}

.spec-box dl dd .price1 {
    display: inline-block;
    margin-right: 5px;
    color: #696969;
    font-size: 20px;
    text-decoration: line-through;
    font-weight: 700;
}

.spec-box dl dd .items li {
    position: relative;
    float: left;
    margin: 0 5px 8px 0;
    padding: 1px;
    line-height: 20px;
    vertical-align: middle;
}

.spec-box dl dd .items li a {
    display: block;
    padding: 1px;
    color: #666;
    min-width: 10px;
    width: auto !important;
    text-align: center;
    text-decoration: none;
    border: 1px solid #eee;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.spec-box dl dd .items li a span {
    display: inline-block;
    padding: 5px 9px;
    font-style: normal;
    line-height: 20px;
}

.spec-box dl dd .items li a img {
    width: 36px;
    height: 38px;
    vertical-align: middle;
}

.spec-box dl dd .items li a.selected {
    margin: -1px;
    border: 2px solid #f42424;
    color: #f42424;
}

.spec-box dl dd .stock-box {
    display: block;
    float: left;
    margin-right: 10px;
    width: 64px;
}

.spec-box dl dd .stock-box input {
    float: left;
    margin-right: 3px;
    width: 42px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #e8e8e8;
}

.spec-box dl dd b {
    color: #f00;
}

.spec-box .stock-box a {
    display: block;
    float: left;
    margin-bottom: 4px;
    width: 15px;
    height: 13px;
    line-height: 11px;
    color: #333;
    font-size: 11px;
    text-align: center;
    border: 1px solid #e8e8e8;
    cursor: pointer;
    overflow: hidden;
}

.spec-box .stock-txt {
    float: left;
    line-height: 32px;
}

.spec-box .stock-txt em {
    color: red;
    font-weight: bold;
    margin: 0px 5px;
}

.spec-box .btn-buy {
    margin-top: 15px;
}

.spec-box .btn-buy .buy {
    display: inline-block;
    margin-right: 10px;
    padding: 0 30px;
    color: #fff;
    font-size: 16px;
    line-height: 38px;
    background: #f42424;
    border-radius: 3px;
    cursor: pointer;
}

.spec-box .btn-buy .add {
    display: inline-block;
    padding: 0 30px;
    color: #fff;
    font-size: 16px;
    line-height: 38px;
    background: #FF6E14;
    border-radius: 3px;
    cursor: pointer;
}

.spec-box .btn-buy button.over {
    color: #999;
    background: #f7f7f7;
    border-color: #e8e8e8;
    cursor: default;
}

#spec-box {
    background: #FAFAFA;
    position: relative;
    padding: 10px 0px;
}

.goodswx1 {
    width: 96px;
    height: 100px;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    right: 120px;
}

.goodswx2 {
    width: 96px;
    height: 100px;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    right: 20px;
}

.spec-boxt {
    line-height: 38px;
    min-height: 38px;
    color: #999;
    font-weight: bold;
}

.spec-boxt span {
    margin-left: 20px;
}

.goodsshare {
    height: 40px;
    line-height: 40px;
}

.btn-fx {
    float: right;
    color: #666;
    position: relative;
}

.btn-fx i {
    margin-right: 5px;
    color: #C9C9C9;
}

.btn-fx:hover {
    color: #f42424;
}

.btn-fx:hover i {
    color: #f42424;
}

.gsharec {
    position: absolute;
    top: 30px;
    right: 0px;
    width: 190px;
    display: none;
}

.btn-fx:hover .gsharec {
    display: block;
}

.btn-sc {
    float: left;
    color: #666;
}

.btn-sc i {
    margin-right: 5px;
    color: #C9C9C9;
}

.btn-sc:hover {
    color: #f42424;
}

.btn-sc:hover i {
    color: #f42424;
}

.btn-sc1 {
    float: right;
    color: #f42424;
}

.btn-sc1 i {
    margin-right: 5px;
    color: #f42424;
}

.goods_infol {
    width: 275px;
    border: solid 1px #fff;
    background: #fff;
    margin-top: 30px;
}

.goods_infop1 {
    height: 45px;
    line-height: 45px;
    padding-left: 20px;
    width: 100%;
    font-size: 16px;
    color: #fff;
    background: #e92801;
}

.goods_infolul {
    padding: 10px;
    border: 1px solid #e3e3e3;
}

.goods_infolul li {
    width: 100%;
    padding: 10px;
    border-bottom: dashed 1px #D3D3D3;
}

.goods_infol_img {
    width: 100%;
    height: 130px;
    overflow: hidden;
    text-align: center;
}

.goods_infol_img img {
    height: 130px;
}

.goods_infol_txt {
    line-height: 25px;
    padding-top: 10px;
    text-align: center;
}

.goods_infol_pr {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-align: center;
}

.goods_infol_pr b {
    color: #f00;
}

.goods_infol_pr span {
    color: #999;
    float: right;
    text-decoration: line-through;
}

.goods_infolul .louti_txt {
    width: 235px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    overflow: hidden;
    font-size: 16px;
    margin-top: 5px;
}

.goods_infolul .louti_pr {
    height: 45px;
    line-height: 45px;
    margin-bottom: 10px;
}

.goods_infolul .louti_sp1 span {
    float: right;
    font-size: 18px;
    color: #999;
    text-decoration: line-through;
}

.goods_infolul .louti_sp1 b {
    float: left;
    font-size: 18px;
    color: #f42424;
}

.goods_infolul li a:hover .goods_infol_img img {
    transform: scale(1.05);
}

.goods_infolul li a:hover .louti_txt {
    color: #f42424;
}

.goods_infor {
    width: 890px;
    float: right;
    margin-top: 30px;
    border: solid 1px #F1F1F1;
    background: #fff;
}

.goods_infor .hd {
    background: #efefef;
    height: 45px;
}

.goods_infor .hd li {
    height: 45px;
    line-height: 45px;
    width: 125px;
    text-align: center;
    font-size: 16px;
    float: left;
}

.goods_infor .hd li.on {
    border-top:2px solid #e92801;
    font-weight: bold;
    color: #e92801;
    cursor: pointer;
}

#cartInfoHint {
    z-index: 2;
    margin: 0;
    padding: 15px;
    border: 1px solid #DFC795;
    position: absolute;
    top: 60px;
    left: 0px;
    _left: -269px;
    width: 302px;
    height: auto;
    background: #F7F2D0;
    text-align: left;
}

.cart-info .btn-success {
    height: 32px;
    line-height: 32px;
    color: red;
}

.cart-info .close {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 15px;
    height: 15px;
    text-indent: -9999px;
    background: url(../Image/icon-tips_01.png) no-repeat;
    cursor: pointer;
}

.goonos {
    margin-top: 5px;
}

.goods_description {
    max-height: 46px;
    line-height: 23px;
    color: #e92801;
}

.tjpro {
    margin-top: 30px;
    overflow: hidden;
}

.tjpro_p1 {
    height: 40px;
    line-height: 40px;
    background: #fff;
    border-bottom: solid 1px #e92801;
}

.tjpro_p1 span {
    width: 150px;
    float: left;
    background: #e92801;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.tjproc {
    width: 100%;
    overflow: hidden;
    border: solid 1px #e3e3e3;
    padding: 10px;
    background: #fff;
}

.tjproc li {
    background: #fff;
}

.tjpro_img {
    width: 100%;
    margin: 0px auto;
    height: 156px;
    line-height: 156px;
    overflow: hidden;
    text-align: center;
}

.tjpro_img img {
    max-width: 156px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

/*register*/


#register {
    min-width: 1200px;
    height: 600px;
    background: url(../Image/login.jpg) center;
}

.register {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 30px 0px;
}

#register .main {
    width: 373px;
    background: #f42424;
    background: linear-gradient(-135deg, transparent 15px, #fff 0);
    padding: 30px;
}

.registertsp1 {
    display: block;
    font-size: 24px;
    margin-bottom: 20px;
}

.registertsp2 {
    line-height: 30px;
    color: #656363;
}

.registertsp2 a {
    color: #f42424;
}

.register_ul {
    width: 100%;
}

.register_ul li {
    font-size: 14px;
    overflow: hidden;
}

.register_ul li .Validform_wrong {
    line-height: 30px;
}

.register_ul li b {
    color: #E60000;
    margin-top: 3px;
    float: left;
    margin-right: 6px;
    display: inline;
}

.register_ul li i {
    width: 100%;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    font-style: inherit;
}

.register_input {
    width: 100%;
    height: 40px;
    border: solid 1px #DCDCDC;
    box-sizing: border-box;
    padding: 0px 15px;
    color: #999898;
    line-height: 38px;
    float: left;
    outline: none;
}

.register_input1 {
    width: 110px;
    height: 40px;
    line-height: 40px;
    padding: 5px;
    color: #666;
    border: solid 1px #D4D4D4;
    box-sizing: border-box;
    outline: none;
}

.register_btn {
    width: 100%;
    height: 44px;
    line-height: 44px;
    background-color: #f42424;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
    font-size: 14px;
}

.register_btn:hover {
    background-color: #f42424;
}

.register_02 {
    margin-top: 10px;
}

.register_021 {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

.register_021 a {
    color: #f42424;
}

.register_022 {
    line-height: 24px;
}

.register_img {
    margin-top: 30px;
}

.register_img img {
    max-width: 667px;
}

.code_input {
    width: 120px;
    height: 29px;
    line-height: 29px;
    padding: 5px;
    color: #666;
    border: solid 1px #D4D4D4;
    outline: none;
    float: left;
}

#getCode {
    width: 150px;
    text-align: center;
    cursor: pointer;
    height: 41px;
    line-height: 41px;
    background: #f42424;
    color: #fff;
    font-size: 16px;
    float: left;
    margin-left: 10px;
}

#getCode.hover {
    background: #dcdcdc;
}

/*login*/
#login {
    min-width: 1200px;
    height: 600px;
    background: url(../Image/login.jpg);
}

.login {
    width: 1200px;
    position: relative;
    padding: 65px 0px;
}

.login .main {
    width: 373px;
    height: 445px;
    background: #fff;
    background: linear-gradient(-135deg, transparent 15px, #fff 0);
    padding: 30px;
}

.login_t {
    font-size: 26px;
    color: #000000;
}



.login_ul li {
    overflow: hidden;
    margin-top: 15px;
    min-height: 50px;
    line-height: 50px;
}

.login_ul li b {
    color: #fff;
    float: left;
    width: 70px;
    font-size: 16px;
}

.loginli a {
    float: right;
}

.login_input {
    width: 100%;
    height: 50px;
    line-height: 48px;
    padding: 0 15px;
    color: #9c9898;
    background: #fff;
    border: 1px solid #DCDCDC;
}

.login_img {
    position: absolute;
    top: 15px;
    right: 10px;
}

.login_btn {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #f42424;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
}

.login_btn:hover {
    background-color: #e60012;
    color: #fff;
}

.login_li {
    margin-top: 10px;
    color: #5C5B5B;
    font-size: 14px;
}

.login_li a {
    margin: 0px 10px;
    color: #5C5B5B;
}

.login_li a:hover {
    color: #f42424;
}

#msgtips {
    color: #f00;
    line-height: 35px;
    font-size: 15px;
}

.login_m {
    line-height: 45px;
    color: #787878;
    font-size: 14px;
}

.login_m a {
    color: #787878;
}

.login_m span {
    margin-left: 20px;
}

.loginimg {
    position: absolute;
    bottom: -45px;
    right: 0px;
}

/*Car*/
.cart-table {
    background: #fff;
    border: 1px solid #f7f7f7;
}

.cart-table th {
    padding: 0.8em 0.5em;
    color: #555;
    font-size: 13px;
    font-weight: 400;
    background: #fff;
    border-bottom: 1px solid #f7f7f7;
}

.cart-table td {
    padding: 1em 0.5em;
    color: #555;
    font-size: 13px;
    border-bottom: 1px solid #f7f7f7;
}

.cart-table td .stxt {
    margin-top: 5px;
    color: #666;
    font-size: 12px;
    line-height: 20px;
}

.cart-table td input.checkall {
    padding: 0;
    border: 1px solid #eee;
    background: #fff;
}

.cart-table td .img {
    padding: 1px;
    width: 60px;
    height: 60px;
    border: 1px solid #eee;
}

.cart-table td .buy-box {
    margin: auto;
    padding: 0;
    width: 74px;
    height: 22px;
    overflow: hidden;
}

.cart-table td .buy-box a {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    border: 1px solid #e8e8e8;
    overflow: hidden;
}

.cart-table td .buy-box .input {
    float: left;
    margin: 0;
    padding: 0;
    width: 30px;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    ime-mode: Disabled;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
}

.cart-table a:hover {
    color: #7f1212;
}

.cart-foot {
    margin-top: 20px;
    height: 40px;
}

.cart-foot .btn-box {
    line-height: 40px;
}

.cart-foot .btn-box a {
    margin-right: 20px;
    font-size: 14px;
}

.cart-foot .btn-box a:hover {
    color: #7f1212;
}

.cart_btn1 {
    width: 100px;
    height: 40px;
    line-height: 40px;
    background-color: #f42424;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    border-radius: 3px;
}

.cart_btn2 {
    width: 100px;
    height: 40px;
    line-height: 40px;
    background-color: #f00;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    border-radius: 3px;
}

.cart_btn1:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.cart_btn2:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.car_a1 {
    font-weight: bold;
    color: #f42424;
}

.car_a2 {
    font-weight: bold;
    color: #7F1212;
}

.car_a3 {
    font-weight: bold;
    color: #f42424;
}

/*提示样式*/
.msg-tips {
    position: relative;
    margin: 30px auto;
    width: 380px;
    font-size: 14px;
    text-align: left;
}

.msg-tips .ico {
    display: block;
    float: left;
    background: url(../Image/icon-tips.png) no-repeat left top;
    width: 46px;
    height: 46px;
    text-indent: -99999px;
    overflow: hidden;
}

.msg-tips .ico.error {
    background-position: -50px 0;
}

.msg-tips .ico.warning {
    background-position: -100px 0;
}

.msg-tips .msg {
    margin-left: 60px;
}

.msg-tips .msg strong {
    margin-bottom: 10px;
    color: #444;
    font-size: 15px;
}

.msg-tips .msg p {
    line-height: 1.8em;
}

.msg-tips .msg i {
    color: #f00;
    font-style: normal;
}

.msg-tips .msg p a {
    font-size: 14px;
    color: red;
}

/*address*/
.input2 {
    outline: none;
    padding: 3px 4px;
    border: 1px solid #dedede;
    height: 28px;
    line-height: 22px;
    width: 258px;
    color: #868585;
}

.f_input2 {
    height: 35px;
    line-height: 35px;
    font-size: 13px;
    color: #666;
    margin-top: 6px;
    padding-left: 10px;
    -moz-border-radius: 5px;
    /* Gecko browsers */
    -webkit-border-radius: 5px;
    /* Webkit browsers */
    border-radius: 5px;
    /* W3C syntax */
}

.f_input2 a {
    color: #666;
}

.f_input2 a:hover {
    color: #771aa9;
}

.right_04 {
    height: 50px;
    line-height: 50px;
    font-weight: 500;
    font-size: 15px;
    font-family: Arial, 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1';
    color: #666;
    padding-left: 20px;
}

.right_05 {
    height: auto;
    padding-left: 50px;
    padding-bottom: 30px;
}

.right_06 {
    height: auto;
    line-height: 50px;
    font-weight: 500;
    font-size: 15px;
    font-family: Arial, 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1';
    color: #666;
    padding-left: 20px;
    border-top: 1px solid #dbd6d0;
}

.right_07 {
    margin: 0 auto;
    border: 1px solid #EFE68B;
    background: #FEFFE5;
    font-family: Arial, 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1';
    padding: 8px 15px;
    color: #666;
}

.right_08 {
    height: 300px;
    margin: 0 auto;
    margin-top: 20px;
}

.right_08 table {
    background: #dbd6d0;
    width: 100%;
}

.right_08 table .tr_03 td {
    background: #f0eeec;
    padding: 10px 10px;
    text-align: center;
    font-weight: 700;
    font-family: Arial, 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1';
    color: #666;
}

.right_08 table .tr_04 td {
    background: #ffffff;
    padding: 14px 14px;
    text-align: center;
    line-height: 20px;
    color: #666;
}

.right_08 table .tr_04 td a {
    color: #f42424;
}

.right_08 table .tr_04 td a:hover {
    text-decoration: underline;
}

.input4 {
    height: 30px;
    border: 1px solid #dedede;
    min-width: 100px;
    outline: none;
    color: #666;
    -moz-border-radius: 5px;
    /* Gecko browsers */
    -webkit-border-radius: 5px;
    /* Webkit browsers */
    border-radius: 5px;
    /* W3C syntax */
}

/*Order*/
#in_24 {
    width: 100%;
    height: auto;
    min-height: 250px;
    background: #fff;
    border: 1px solid #dcdcdc;
    margin: 0 auto;
}

.order_title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    font-family: "微软雅黑";
    padding-left: 20px;
}

.in_17 {
    width: 1076px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 20px;
}

.order_address {
    width: 225px;
    height: 118px;
    float: left;
    margin: 0 2px 5px 2px;
    background: #fff;
    border: 1px solid #dcdcdc;
    cursor: pointer;
    position: relative;
    font-family: Tahoma, Geneva, sans-serif;
}

.add_hover {
    background: url(../Image/icon.png) no-repeat;
    background-position: 0 -35px;
    border: 1px solid #ffffff;
}

.order_name {
    width: 180px;
    height: 37px;
    margin: 0 auto;
    padding-top: 15px;
    line-height: 22px;
}

.address {
    width: 180px;
    height: 44px;
    line-height: 22px;
    margin: 0 auto;
}

.order_tel {
    width: 180px;
    height: 22px;
    line-height: 22px;
    margin: 0 auto;
}

.order_oppe {
    width: 80px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 10px;
    top: 15px;
    display: none;
}

.order_oppe a {
    color: #f42424;
}

.order_oppe a:hover {
    text-decoration: underline;
}

.order_address_bottom {
    width: 100%;
    height: 28px;
    margin: 0 auto;
    margin-top: 20px;
}

.order_address_bottom a {
    display: block;
    width: 96px;
    height: 28px;
    background: url(../Image/icon.png) no-repeat;
    background-position: -97px 0;
}

.add_address {
    width: 500px;
    height: 500px;
    border: 1px solid #ede9ea;
    margin: 0 auto;
    background: #fff;
}

.add_address_title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #e31256;
    border-bottom: 1px solid #ede9ea;
    font: 18px/52px Microsoft Yahei;
    padding-left: 22px;
    background: #faf7f8;
}

.add_submit {
    width: 80px;
    height: 30px;
    background: #f42424;
    line-height: 30px;
    color: #ffffff;
    font-size: 14px;
    float: left;
    cursor: pointer;
    -moz-border-radius: 5px;
    /* Gecko browsers */
    -webkit-border-radius: 5px;
    /* Webkit browsers */
    border-radius: 5px;
    /* W3C syntax */
}

.add_cancel {
    width: 60px;
    height: 30px;
    background: url(../Image/icon.png) no-repeat;
    background-position: -193px 0;
    line-height: 30px;
    color: #ffffff;
    font-size: 14px;
    float: left;
    margin-left: 20px;
    -moz-border-radius: 5px;
    /* Gecko browsers */
    -webkit-border-radius: 5px;
    /* Webkit browsers */
    border-radius: 5px;
    /* W3C syntax */
}

.in_18 {
    width: 1076px;
    height: 34px;
    margin: 0 auto;
    padding-bottom: 20px;
    line-height: 34px;
}

.in_18_radio {
    margin-right: 20px;
    border: 2px solid #cccccc;
    float: left;
    padding: 0 0 0 15px;
    display: block;
}

.in_18_radio input {
    margin-top: 10px;
    float: left;
}

.in_18_radio label {
    margin-left: 10px;
    width: auto;
    height: 34px;
    display: block;
    float: left;
    padding-right: 15px;
    cursor: pointer;
}

.radio_hover {
    border: 2px solid #6eaf4f;
    background: #e6f6de;
}

#in_25 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #fff;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

.in_19_01 {
    width: 90%;
    height: 35px;
    line-height: 35px;
    text-align: right;
    margin: 0 auto;
    padding-bottom: 10px;
}

.in_19_01 a {
    color: #f42424;
    font-size: 14px;
    font-weight: bold;
}

.in_19_01 a:hover {
    text-decoration: underline;
}

.in_19_order {
    width: 90%;
    height: auto;
    border: 1px solid #cccccc;
    margin: 0 auto;
}

.order_01 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background: #f0f0f0;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
    color: #333;
}

.order_01_title {
    width: 440px;
    height: 40px;
    position: absolute;
    left: 30px;
    top: 0;
}

.order_01_count {
    width: 100px;
    height: 40px;
    position: absolute;
    left: 620px;
    top: 0;
    text-align: center;
}

.order_01_price {
    width: 100px;
    height: 40px;
    position: absolute;
    left: 740px;
    top: 0;
    text-align: center;
}

.order_01_sum {
    width: 100px;
    height: 40px;
    position: absolute;
    left: 860px;
    top: 0;
    text-align: center;
}

.order_tr {
    width: 90%;
    min-height: 80px;
    height: auto;
    border-bottom: 1px dashed #f0f0f0;
    padding: 15px 0 15px 0;
    position: relative;
}

.order_tr_img {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 30px;
    top: 15px;
    line-height: 50px;
    text-align: center;
}

.order_tr_img img {
    max-width: 50px;
    max-height: 50px;
    vertical-align: middle;
}

.order_tr_img span {
    height: 100%;
    width: 0;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.order_tr_title {
    width: 380px;
    height: 48px;
    font-size: 14px;
    line-height: 24px;
    position: absolute;
    left: 90px;
    top: 15px;
    overflow: hidden;
}

.order_tr_title a {
    color: #000;
}

.order_tr_title a:hover {
    color: #f42424;
    text-decoration: underline;
}

.order_tr_count {
    width: 100px;
    height: 50px;
    position: absolute;
    left: 620px;
    top: 15px;
    text-align: center;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    font-family: Helvetica, arial, sans-serif;
}

.order_tr_price {
    width: 100px;
    height: 40px;
    position: absolute;
    left: 740px;
    top: 15px;
    text-align: center;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    font-family: Helvetica, arial, sans-serif;
}

.order_tr_sum {
    width: 100px;
    height: 40px;
    position: absolute;
    left: 860px;
    top: 15px;
    text-align: center;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    font-family: Helvetica, arial, sans-serif;
}

.order_bottom {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    text-align: right;
    border-top: 1px solid #e2e2e2;
    background: #fafafa;
    padding-right: 40px;
}

.in_19_end {
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    text-align: right;
    padding-right: 20px;
}

#in_26 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    padding-bottom: 5px;
}

.in_20 {
    width: 90%;
    height: 42px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 10px;
    position: relative;
}

.in_26 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #fff;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    padding-bottom: 5px;
}

.ordertype a {
    float: left;
    overflow: hidden;
    border: solid 1px #dedede;
    margin-right: 10px;
    height: 38px;
    line-height: 38px;
    padding: 0px 15px;
}

.ordertype a span {
    float: left;
}

.ordertype a i {
    width: 10px;
    height: 10px;
    border: solid 2px #ccc;
    border-radius: 50%;
    float: left;
    margin-top: 12px;
    margin-right: 6px;
}

.ordertype a.on {
    border: solid 1px #f42424;
}

.ordertype a.on i {
    background: #f42424;
    border: solid 2px #f42424;
    width: 10px;
    height: 10px;
}

.fpc {
    overflow: hidden;
    margin-bottom: 10px;
}

.fpspan {
    float: left;
    margin-right: 8px;
    line-height: 37px;
}

.fp_txt {
    padding: 0px 10px;
    height: 35px;
    line-height: 35px;
    width: 200px;
    border: solid 1px #dedede;
    float: left;
}

.fp_text {
    width: 545px;
    height: 80px;
    border: solid 1px #dedede;
    padding: 5px;
    float: left;
}

.in_20_left {
    width: 190px;
    height: 42px;
    position: absolute;
    left: 0;
    top: 0;
}

.in_20_right {
    width: 100px;
    height: 42px;
    position: absolute;
    left: 200px;
    top: 0;
}

.input_score {
    outline: none;
    width: 65px;
    position: absolute;
    left: 90x;
    top: 7px;
    border: 1px solid #8AB6DD;
    color: #404040;
    padding: 3px 4px;
}

.in_20_left_bottom {
    color: #999;
    position: absolute;
    left: 0;
    top: 25px;
}

#in_27 {
    width: 100%;
    height: 60px;
    margin: 0 auto;
    background: #fff;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 20px;
}

.in_21 {
    width: 90%;
    height: 42px;
    margin: 0 auto;
    padding-top: 10px;
    text-align: right;
    position: relative;
}

.in_21 .back {
    width: 125px;
    height: 40px;
    display: block;
    background: url(../Image/icon.png) no-repeat;
    background-position: 0 -193px;
    position: absolute;
    left: 0;
    top: 0;
}

.in_21 .back:hover {
    width: 125px;
    height: 40px;
    display: block;
    background: url(../Image/icon.png) no-repeat;
    background-position: 0 -233px;
}

.in_21 .order_add {
    width: 160px;
    height: 40px;
    display: block;
    background: #f42424;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.in_21 .order_add:hover {
    background: #f42424;
}

.in_21 .price_sum {
    position: absolute;
    right: 200px;
    top: 0;
    line-height: 40px;
}

.in_21 .price_sum .total_count {
    font-family: Helvetica, arial, sans-serif;
    color: #f42424;
    font-weight: bold;
    font-size: 18px;
}

/*Pay*/
#in_22 {
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    background: #f9f9f9;
}

#in_23 {
    width: 1198px;
    height: auto;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #dcdcdc;
}

.in_23_01 {
    padding: 25px 0 25px 40px;
    font-size: 14px;
    line-height: 26px;
    color: #333;
    border-bottom: 1px dotted #dcdcdc;
}

.pay_submit {
    width: 162px;
    height: 42px;
    background: url(../Image/icon.png) no-repeat;
    background-position: -125px -193px;
    cursor: pointer;
}

.pay_submit:hover {
    width: 162px;
    height: 42px;
    background: url(../Image/icon.png) no-repeat;
    background-position: -125px -235px;
}

.paymentp1 {
    line-height: 30px;
    font-size: 16px;
}

.paymentp1 a {
    color: red;
}

#paywx img {
    width: 200px;
    height: 200px;
}

#paywx a {
    color: #f42424;
}

.payrt {
    font-size: 25px;
    font-weight: bold;
    color: #f42424;
    margin-bottom: 15px;
}

/*member*/
.member_right {
    width: 950px;
    min-height: 252px;
    margin-top: 20px;
    float: right;
    background: #fefefe;
    border: 1px solid #eee;
    padding: 10px;
    color: #585858;
}

.member_right a {
    color: #585858;
}

.member_title {
    height: 35px;
    line-height: 35px;
}

.member_title_left {
    font-size: 18px;
    font-weight: bold;
}

.member_title_right {
    float: right;
}

.member_title_right a {
    color: red;
    font-size: 13px;
    font-weight: bold;
}

.member_content {}

.head-inner {
    position: relative;
    margin: 0px 0 20px 0;
    padding: 10px;
    border: 1px solid #f6f6f6;
    background: #fff;
}

.head-inner h3 {
    margin-bottom: 10px;
    padding-bottom: 8px;
    color: #f42424;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    border-bottom: 1px solid #f0f0f0;
}

.head-inner dl {
    display: block;
    float: left;
    width: 50%;
    line-height: 2.8em;
}

.head-inner dl dt {
    display: block;
    float: left;
    color: #666;
}

.head-inner dl dd {
    color: #999;
}

.head-inner dl dd .red a {
    color: red;
}

.right_02 {
    height: auto;
    line-height: 30px;
    margin-top: 15px;
}

.ftable {
    width: 100%;
    border: 1px solid #f0f0f0;
    background: #fff;
}

.ftable th {
    padding: 0.8em;
    color: #6e717a;
    font-size: 13px;
    font-weight: 400;
    background: #fbfbfb;
    border-bottom: 1px solid #e8e8e8;
}

.ftable td {
    padding: 0.8em;
    color: #333;
    font-size: 13px;
    border-bottom: 1px solid #F3F3F3;
}

.ftable td .img {
    padding: 1px;
    width: 60px;
    height: 60px;
    border: 1px solid #e8e8e8;
}

.ftable td s {
    color: #999;
    text-decoration: line-through;
}

.ftable .tr_odd_bg {
    background: #f9f9f9;
}

.ftable a:hover {
    color: #f42424;
}

.right_03 {
    height: 30px;
    margin-top: 30px;
}

.ogoodsul li {
    margin-bottom: 8px;
    overflow: hidden;
    width: 400px;
}

.ogoodsimg {
    width: 60px;
    float: left;
}

.ogoodsimg img {
    max-width: 60px;
}

.ogoodstxt {
    float: left;
    margin-left: 10px;
    width: 330px;
    line-height: 22px;
}


/*recove*/
.recov_input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 5px 10px;
    color: #959595;
    border: 1px solid #D6D6D6;
}

.recov_ul {
    width: 650px;
    float: left;
    margin-top: 55px;
    margin-left: 60px;
    text-align: left;
}

.recov_ul li {
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    font-size: 14px;
}

.recov_ul li b {
    color: #E60000;
    margin-top: 3px;
    float: left;
    margin-right: 5px;
    display: inline;
}

.recov_ul li i {
    float: left;
    text-align: right;
    width: 110px;
}

.tableMod {
    padding: 10px 0px;
}

.tableMod table {
    width: 100%;
    line-height: 1.4em;
    border: 1px solid #e0e0e0;
}

.tableMod table th,
.tableMod table td {
    padding: 8px 10px;
    border: 1px solid #e0e0e0;
}

.tableMod table th {
    color: #333;
    background: #f1f1f1;
}

.tableMod table tr {
    background-color: #FFF;
}

.tableMod table .hover {
    background-color: #fffad8;
}

.formMod .tit {
    line-height: 40px;
    padding-bottom: 10px;
    color: #C30D1A;
    font-weight: bold;
    font-size: 16px;
}


.tab-content {
    padding: 20px 5px;
    margin: 2px;
    color: #666;

    overflow: hidden;
}

.tab-content:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.tab-content dl,
.div-content dl {
    clear: both;
    display: block;
    padding: 5px 0;
    line-height: 30px;
}

.tab-content dl:after,
.div-content dl:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.tab-content dl:first-child {
    border-top: none;
}

.tab-content dl dt {
    display: block;
    float: left;
    width: 130px;
    text-align: right;
    color: #333;
    font-size: 15px;
}

.tab-content dl dd {
    position: relative;
    margin-left: 150px;
    *position: static;
}

.border-table {}

.border-table th,
.border-table td {
    margin: 0;
    padding: 5px 10px;
    line-height: 28px;
    height: 28px;
    border: 1px solid #eee;
    vertical-align: middle;
    white-space: nowrap;
    word-break: keep-all;
}

.border-table td input {
    vertical-align: middle;
}

.border-table td .position {
    position: relative;
    min-height: 100%;
}

.border-table td .ibtn {
    position: absolute;
    top: 0;
    right: -7px;
    background: #cc;
    border: none;
    color: #666;
    cursor: pointer;
    font-family: "Microsoft Yahei";
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    padding: 0 12px;
}

.border-table td .ibtn:hover {
    color: #fff;
    background: #FF9C30;
}

.border-table thead th {
    color: #333;
    font-weight: normal;
    white-space: nowrap;
    text-align: center;
    background: #f9f9f9;
}

.border-table tbody th {
    padding-right: 5px;
    text-align: right;
    color: #707070;
    background-color: #f9f9f9
}

.border-table tr.td_c td {
    text-align: center;
}

.border-table td .cbllist input {
    vertical-align: middle;
}

.border-table td .cbllist label {
    margin-right: 5px;
    vertical-align: middle;
}

.border-table td .folder-open {
    display: inline-block;
    margin-right: 2px;
    width: 20px;
    height: 20px;
    background: url(skin_icons.png) -160px -250px no-repeat;
    vertical-align: middle;
    text-indent: -999em;
}

.border-table td .folder-line {
    display: inline-block;
    margin-right: 2px;
    width: 20px;
    height: 20px;
    background: url(skin_icons.png) -200px -250px no-repeat;
    vertical-align: middle;
    text-indent: -999em;
}

.border-table td .img-box {
    display: inline-block;
    height: 32px;
    vertical-align: middle;
}

.border-table td .img-box img {
    padding: 1px;
    width: 30px;
    height: 30px;
    border: 1px solid #eee;
}

.page-footer {
    padding: 10px 0;
    height: 32px;
    font-size: 12px;
}

.page-footer .btn-wrap {
    position: fixed;
    margin: 0;
    padding: 10px 0;
    top: auto;
    left: 300px;
    right: 15px;
    bottom: 0;
    z-index: 3;
}

.page-footer .btn-wrap:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.page-footer .btn {
    background: #16a0d3;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Microsoft Yahei";
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    margin: 0 1px 0 0;
    padding: 0 20px;
}

.page-footer .btn:hover {
    background: #117ea6;
}

.page-footer .btn.green {
    background: #52A152;
}

.page-footer .btn.green:hover {
    background: #328032;
}

.page-footer .btn.yellow {
    background: #FF9C30;
}

.page-footer .btn.yellow:hover {
    background: #c87316;
}

.page-footer .btn.violet {
    background: #993333;
}

.page-footer .btn.violet:hover {
    background: #990033;
}

.page_pjc {
    padding: 20px;
    font-size: 16px;
    min-height: 800px;
}

/*评价*/
.pjc {
    overflow: hidden;
    margin-bottom: 20px;
}

.pjp1 {
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    font-size: 16px;
    color: #EC5109;
}

.pjul {
    margin-top: 5px;
}

.pjul li {
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    width: 50%;
    float: left;
}

.wraps {
    overflow: hidden;
}

.wraps li {
    margin-bottom: 15px;
}

#another-rating {
    overflow: hidden;
    height: 40px;
    line-height: 40px;
}

.rating-stars-container {
    float: left;
}

.rating-star {
    float: left;
    color: #555555;
    font-size: 18px;
    cursor: pointer;
    padding: 0px 5px;
}

.rating-stars-container .rating-star.is--active,
.rating-stars-container .rating-star.is--hover {
    color: #f42424;
}

.rating-stars-container .rating-star.is--no-hover {
    color: #555555;
}

.rating-value {
    font-weight: bold;
    color: #f42424;
    font-size: 22px;
    float: left;
}

.pj_textarea {
    width: 400px;
    padding: 15px;
    height: 150px;
    line-height: 30px;
}

.fen {
    margin-top: 20px;
}

.page_pjul {
    margin-top: 20px;
    overflow: hidden;
}

.page_pjul li {
    padding: 8px 0px;
    margin-bottom: 15px;
    border-bottom: solid 1px #f5f5f5;
}

.comlistc {
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    background: #f5f5f5;
    padding: 5px;
}

.comlistcr #another-rating {
    height: 30px;
    line-height: 30px;
}

.comlistcr .rating-star {
    font-size: 15px;
    padding: 0px 3px;
    color: #f42424;
}

.comlistcr .rating-value {
    font-size: 16px;
}

.comlistcl {
    float: left;
}

.comlistcr {
    float: right;
}

.comlistcoc {
    line-height: 1.6;
    color: #666;
    padding: 5px;
}

/*消息*/
.pushlist {
    overflow: hidden;
}

.pushlist li {
    height: 32px;
    cursor: pointer;
    line-height: 32px;
    overflow: hidden;
    border-bottom: solid 1px #eee;
}

.pushlist li p {
    width: 650px;
    height: 30px;
    float: left;
    overflow: hidden;
}

.pushlist li span {
    float: right;
    color: #999;
}


/*******Css related*******/
.related {
    margin-top: 15px;
}

.related p {
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: solid 1px #F1F1F1;
}

.related ul {
    width: 100%;
    padding: 10px 0px;
    float: left;
}

.related ul li {
    width: 50%;
    height: 30px;
    line-height: 30px;
    float: left;
}

.related ul li b {
    float: left;
}

.related ul li a {
    float: left;
    margin-left: 5px;
    display: inline;
    color: #666;
}

.related ul li a:hover {
    color: #f42424;
}



/*******Css job*******/
#job_ul {}

#job_ul li {
    border-bottom: dashed 1px #cfcfcf;
    padding: 10px 0px;
    height: 100%;
    overflow: hidden;
}

#job_ul li .recruit_info {
    float: left;
    width: 80%;
}

.job_nam {
    color: #f42424;
    font-weight: bold;
}

#job_ul li .recruit_but {
    height: 45px;
    float: right;
    margin-top: 10px;
    margin-right: 22px;
}

.job_ul li .recruit_but a {
    width: 150px;
    height: 45px;
    line-height: 45px;
    background: #1C5FB8;
    border-radius: 2px;
    text-align: center;
    float: left;
}

.recruit_info_tit_bg {
    height: 40px;
    background: #f8f8f8;
    border-radius: 2px;
    margin: 15px auto;
}

.recruit_info_tit_bg .recruit_info_tit {
    width: 140px;
    height: 45px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    background: #f42424;
    color: #ffffff;
    line-height: 45px;
    text-align: center;
}

.recruit_info_main {
    margin: 0px auto;
    margin-top: 10px;
    margin-bottom: 60px;
    padding: 5px 20px;
    line-height: 32px;
}

.seek_job {
    margin-left: 20px;
}

.seek_job li {
    padding-top: 10px;
    height: 100%;
    overflow: hidden;
}

.seek_t1 {
    float: left;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
}

.job_nam {
    float: left;
    margin-left: 15px;
    color: #f42424;
    font-weight: bold;
}

.G_InputText {
    width: 300px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #dedede;
    padding: 0px 10px;
    float: left;
    border-radius: 2px;
    margin-left: 15px;
    outline: none;
}

.G_InputText:hover {
    border: 1px solid #f42424;
}

.G_captcha {
    width: 100px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #dedede;
    padding: 0px 10px;
    float: left;
    border-radius: 2px;
    margin-left: 15px;
    outline: none;
}

.G_captcha:hover {
    border: 1px solid #f42424;
}

.G_textarea {
    width: 500px;
    height: 150px;
    line-height: 30px;
    border: 1px solid #dedede;
    padding: 0px 10px;
    float: left;
    border-radius: 2px;
    margin-left: 15px;
    outline: none;
}

.G_textarea:hover {
    border: 1px solid #f42424;
}

.G_select {
    float: left;
    border: 1px solid #dedede;
    height: 40px;
    line-height: 40px;
}

.job_radio {
    float: left;
}

.G_img {
    float: left;
    margin-top: 10px;
    margin-left: 5px;
}

.G_But {
    width: 250px;
    height: 50px;
    line-height: 50px;
    background: #f42424;
    border-radius: 5px;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    transition: all 0.3s;
    float: left;
    outline: none;
    border: 0px;
    font-size: 18px;
}

.G_But:hover {
    background: #000;
}


/*******Css prev_next*******/
#prev_next {
    margin: 10px 10px;
    clear: both;
    overflow: hidden;
}

#prev_next li {
    margin: 10px 0;
}

#prev_next li i {
    margin-right: 5px;
}

#prev_next li a:hover {
    color: #f42424;
}

/*css digg style pagination*/
div.digg {
    margin: 10px auto;
    text-align: center;
    float: right;
    display: inline;
}

div.digg a {
    border: #dedede 1px solid;
    padding: 3px 10px;
    margin: 3px;
    color: #666;
    display: inline-block;
}

div.digg a:hover {
    border: #e92801 1px solid;
    color: #fff;
    background: #e92801;
}

div.digg a:active {
    border: #e92801 1px solid;
    color: #fff;
    background: #f42424;
}

div.digg span.current {
    border: solid 1px #e92801;
    padding: 3px 15px;
    font-weight: bold;
    margin: 3px;
    color: #fff;
    background-color: #e92801;
    display: inline-block;
}

div.digg span.disabled {
    border: #dedede 1px solid;
    padding: 3px 10px;
    margin: 3px;
    color: #ddd;
    display: inline-block;
}

div.digg select {
    border: #dedede 1px solid;
    padding: 3px 0px;
    display: inline-block;
}

#fancybox-content {
    border-width: 0 !important;
}

.pro_hot {
    background: #fff;
    padding: 20px;
}

.best_pic {
    background: #fff;
}

.pro_hot .row,
.pro_hot .col {
    margin-bottom: 0;
}

.best_pic li a {
    width: 100%;
    display: block;
    position: relative;
    background: #fff;
    font-size: 14px;
}


.best_pic li .img {
    text-align: center;
    overflow: hidden;
    height: 120px;
}

.best_pic li .img img {
    transition: all 0.5s;
    margin: 0 auto;
    height: 120px;
}

.best_pic li a:hover .img img {
    transform: scale(1.1);
}


.best_pic li .title {
    padding: 5px;
    font-size: 13px;
    color: #424141;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}

.best_pic li .price {
    position: relative;
    line-height: 40px;
    height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #ea4d18;
}


/*Jjzc*/

#cg {
    border-top: 5px solid #f42424;
    background: #fff3f5;
    padding-bottom: 50px;
}

.cgs {
    width: 1200px;
    margin: 30px auto 50px;
}

.cgban img {
    width: 100%;
}

.cgpro {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    padding-top: 120px !important;
    margin-top: 30px;
}

.cg_t {
    width: 100%;
    height: 56px;
    line-height: 56px;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: url(../Image/cg/title_bg.png) center no-repeat;
    position: relative;
    margin-top: -135px;
    margin-bottom: 40px;
}