@charset "utf-8";

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

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 640px;
    margin: 0 auto;
}


*,
*: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;
    vertical-align: middle;
}

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: #eeeeef;
    color: #545454;
    font-size: 14px;
    font-family: Arial;
    width: 100%;
    overflow-x: hidden;
}

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

a:hover {
    text-decoration: none;
    color: #f42424;
}
.slh{text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}/*单行超出部分省略号显示*/
.red {
    color: #f00 !important;
}

.red:hover {
    color: #f60 !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 {
    width: 1200px;
    margin: 0 auto;
}

.container .row {}

.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 30px;
    height: 100%;
    padding: 0 8px;
    overflow: hidden;
}

/*******Css header*******/
/* 字体font icon */
@font-face {font-family: "iconfont";
  src: url('../font_icon/iconfont.eot'); /* IE9*/
  src: url('../font_icon/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../font_icon/iconfont.woff') format('woff'), /* chrome, firefox */
  url('../font_icon/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../font_icon/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
/*header_top*/
#header_top {
    background: #2e2e2e;
    height: 31px;
    line-height: 31px;
    border-bottom: 1px solid #3f3f3f;
}
.header_top_right{float: right;}
.header_top_right ul li{float: left;line-height: 31px;}
.header_top_right ul li a{color: #fff;display: block;position: relative;padding: 0 25px;}
.header_top_right ul li:hover a{color: #ff6a00;}
.header_top_right ul li a::after {
    position: absolute;
    content: '';
    right: -1px;
    top: 50%;
    width: 0;
    margin-top: -7px;
    height: 13px;
    border-left: 1px solid #3e3e3e;
}
.header_top_right ul li:last-of-type a{padding-right: 0;}
.header_top_right ul li:last-of-type a::after{
    display: none;
}

.user-account-info {
    padding: 0px 0px 0px 45px;
    float: right;
    position: relative;
    margin-left: 15px;
    color: #fff;
}
.user-account-info::before {
    width: 30px;
    height: 29px;
    top: 2px;
    left: 7px;
    background:url(../Image/header-sprite.png) no-repeat center center;
    content: '';
    position: absolute;
    overflow: hidden;
}
.user-account-info .account-unsigned {
    display: block;
    color: #f60;
    height: 18px;
    line-height: 18px;
}
/*下拉*/
.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;
}

/*下拉*/

/*header_top*/

/*header_logo*/

#header_logo {
    height: 120px;
    box-sizing: border-box;
    background: url(../Image/header_logo_bg.png) top center repeat #464645;
}

#header_logo .row,
#header_logo .col {
    margin-bottom: 0;
}
#header_logo .logo {
    margin-top: 39px;
    float: left;padding: 0;
    display: block;width: 256px;
}
#header_logo .top_hot {
    margin: 0 37px 0 43px;
}


.header_search_box {
    width: 658px;
    float: left;
    margin-left: 15px;
    margin-top: 36px;
}

.header_search_form {
    width: 658px;
    height: 40px;
}

.header_search_form-text {
    height: 33px;
    background: #fff;
    width: calc(100% - 42px) !important;
    padding: 0px 5px !important;
    float: left;
    color: #999999;
    outline: none;
    font-size: 14px;
    border: 2px solid #ff6a00 !important;
    border-radius: 0 !important;
    box-sizing: border-box;
}

.header_search_form-btn {
    width: 37px;
    height: 33px;
    cursor: pointer;
    outline: none;
    background:url(../Image/search_w.png) no-repeat center center #ff6a00;
    float: right;
    color: #fff;
    padding: 0px 12px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.top_ad {margin-top: 29px;}
.top_ad a {display: block;color: #fff;font-size: 14px;}
.top_ad a.shop-cart{width: 78px;text-align: center;line-height: 26px;position: relative;float: left;}
.top_ad a span{display: block;}
.top_ad a:hover {color: #ff6a00;}

.top_ad i {
    width: 15px;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    z-index: 33;
    height: 15px;
    line-height: 15px;
    background: #ff6a00;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: 45px;
    top: 0px;
}

/*header_logo*/

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

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

/*header_m*/
/*navbar*/
.navbar_meun{height: 49px;}
.navbar {
    background-color: #2e2e2e;
    padding: 10px;
    overflow: hidden;
}

.navbar i {
    cursor: pointer;
}

.navbar .ui.grid > .column:not(.row) {
    padding-top: 12px;
    padding-bottom: 10px;
}

.navbar .ui.grid {
    margin-top: -1rem;
    margin-bottom: -1rem;
}

.navbar .navbar-toggle-left {
    padding: 4px 0 4px;
}

.navbar .navbar-toggle-left i {
    font-size: 18px;
    cursor: pointer;
    color: #fff;
}

.navbar .navbar-logo {
    text-align: center;
    margin-top: 3px;
}
.navbar .navbar-logo img{max-width: 100%;}
.navbar .navbar-logo h1 {
    line-height: 15px;
    color: #ff2323;
}

.navbar .navbar-toggle-right {
    text-align: right;
    width: 100%;
    padding: 4px 0 4px;
}

.navbar .navbar-toggle-right i {
    font-size: 18px;
    color: #fff;
}

.navbar .navbar-toggle-search {
    display: inline-block;
    margin-right: 5px;
}

.navbar .navbar-toggle-cart {
    display: inline-block;
}

.navbar .navbar-toggle-cart sup {
    padding: 2px 5px;
    background-color: #ff6a00;
    border-radius: 50%;
    position: relative;
    right: 2px;
    font-size: 12px;
    color: #fff;
    top: 0px;
}

/*sidebar left*/
.sign_in {
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ebebeb;
}
.sign_in a {
    display: inline-block;
    color: #f60;
}
.sign_in span {
    color: #939393;
    margin: 0 5px;
}
.ui.visible.scale.down.sidebar ~ .pusher {
    transform: scale(1);
}

.sidebar .ui.styled.accordion {
    box-shadow: none;
}

.sidebar .ui.styled.accordion .accordion {
    box-shadow: none;
    margin: 0;
}

.sidebar .ui.styled.accordion .categories-accordion .title {
    padding: 0.75em 0 0.75em 16px;
}

.sidebar.ui.menu .categories-accordion .item {
    padding: 8px 0;
}

.sidebar .ui.styled.accordion .content {
    padding: 0 20px 0 37px;
}

.sidebar .ui.styled.accordion .title {
    color: #111;
    font-weight: normal;
    border-top: 0;
    font-size: 14px;
}

.sidebar i {
    margin-right: 20px;
    width: 16px;
}

.sidebar .ui.accordion .title .dropdown.icon {
    float: right;
    position: relative;
    top: 3px;
}
.sidebar.ui.inverted.menu {
    background-color: #fff;
}

.sidebar.ui.inverted.menu .item {
    color: #222;
    margin-left: 0;
    font-size: 14px;
}

.sidebar.ui.menu > .item:last-child {
    margin-bottom: 20px;
}

.sidebar.ui.inverted.menu a.item:hover {
    background-color: transparent;
    color: #222;
}

/*sidebar search*/
.sidebar.search {
    padding: 15px;
}

.sidebar.search .ui.form input[type="search"] {
    width: calc(100% - 42px);
    height: 33px;
    border-radius: 2px;
}

.sidebar.search .button {
    float: right;
    width: 37px;
    height: 33px;
    padding: 7px 12px;
    text-align: center;
}

.sidebar.search h5 {
    margin-top: 20px;
    margin-bottom: 4px;
    color: #aaa;
}

.sidebar.search ul {
    padding: 0;
    margin: 0;
}

.sidebar.search ul li {
    list-style: none;
    padding: 4px 0;
}




/*header_menu*/
#header_menu {
    height: 48px;
    background: #292929;
}

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

.nav-categories-title {
    width: 100%;
    padding: 0 10px;
    color: #fff;
    height: 48px;
    line-height: 48px;
    background: #ff6a00;
    text-align: left;
    font-size: 18px;
}

.nav-categories-title a {
    display: block;
    color: #fff;
}

.nav-categories-content {
    width: 100%;
    background: #e05d00;
    padding: 10px 0;
    height: 406px;
    border: 0;
    margin-top: 0;
    position: absolute;
    top: 48px;
    left: 0;
    z-index: 999;
}

#pnav {
    height: auto;
}

#pnav .nav-categories-content {
    position: absolute;
    top: 48px;
    left: 0px;
    z-index: 999;
}

.nav-categories-left {
    padding: 0px 20px 0 10px;
    width: 100%;
    box-sizing: border-box;
}
.nav-categories-left a{display: block;}
.nav-categories-left a span {
    font-size: 16px;
    display: block;
    line-height: 50px;
    color: #fff;
}

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

.nav-categories-left a p span {
    margin-right: 15px;
}

#pnav .nav-categories-right {
    top: 0 !important;
}

.nav-categories-right {
    position: absolute;
    left: 242px;
    top: 0;
    width: 980px;
    padding: 20px 15px;
    box-sizing: border-box;
    min-height: 406px;
    background: rgba(255,255,255,.8);
    z-index: 999;
    display: none;
    border: 0;
    border-left: none;
}

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

.nav-categories-right-first-title {
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    float: left;
}

.nav-categories-right-first-title a {
    color: #e05d00;
}

.nav-categories-right-two {
    line-height: 30px;
}

.nav-categories-right-two a {
    margin: 0px 10px;
}

.nav-categories-right-two a:hover {
    color: #ff6a00;
}

.nav-categories-content .dnavc1.on .nav-categories-left {
    background: #ff6a00;
    color: #fff;
}

.nav-categories-content .dnavc1.on .nav-categories-left a {
    color: #fff;
    /*border-bottom: solid 1px #fff;*/
}
.nav-categories-content .dnavc1.on .nav-categories-right {
    display: block;
}
#pnav .nav-categories-content {
    display: none;
}

#page_nav {
    height: 42px;
}

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

/*nav_box*/

/*rt_main*/

#header_menu .rt_main {
    width: 950px;
}


/*menu*/
.banner-img{width: 100%;}
.banner-img img{max-width: 100%;}
.banner-img .swiper-pagination-bullet{background: #ddd;}
.banner-img .swiper-pagination-bullet-active{background: #fb9750;}

.banner {
    width: 1920px;
    height: 406px;
    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: 104px;
    text-align: center;
    background-color: #eaeff1;
    border-top: 2px solid #fff;
    line-height: 24px;
}

#in_t_bar .t_list {
    height: 104px;
    padding: 10px 0 !important;
}

#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;
}

#in_t_bar .title {
    font-size: 15px;
    color: #222222;
    text-align: left;
}

#in_t_bar .title .more {
    color: #666666;
    font-size: 14px;
    margin-right: 20px;
}

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

#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: #f00;
}

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

#index2 {
    margin-bottom: 30px;
}

.in_title {
    line-height: 30px;
    font-size: 35px;
    margin-bottom: 30px;
}

.in_title big {
    color: #222222;
}

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


/*******Css footer*******/
#tbox{bottom: 10%;right: 5px;z-index: 9999;
    width: 30px;
    height: 66px;
    position: fixed;
}
#jianyi{
    width:30px;height:30px;background:rgba(0,0,0,.3);
    position:absolute;top:0px;cursor:pointer;
    border-radius:50%;text-align:center;line-height: 30px;
}
#fanhui{
    width:30px;height:30px;background:rgba(0,0,0,.3);
    position:absolute;top:-36px;cursor:pointer;
    border-radius:50%;text-align:center;line-height: 30px;
}
#gotop{
    width:30px;height:30px;background:rgba(0,0,0,.3);
    position:absolute;bottom:0px;display:none;
    cursor:pointer;border-radius:50%;text-align: center;
    line-height: 30px;
} 
#footer_box {
    width: 100%;
    background: #363637;
    margin-top: 30px;
}

/*footer_menu*/

.footer_menu {
    padding: 40px 0;
}

.footer_menu .footer_menu_help {
    float: left;
    width: 950px;
}
.footer_menu .footer_menu_help ul li{float: left;width: 227px;margin-right: 10px;}
.footer_menu .footer_menu_help ul li h3{}
.footer_menu .footer_menu_help ul li h3 a{
    height: 35px;
    line-height: 35px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 300;
}
.footer_menu .footer_menu_help ul li h3 a:hover{color: #f56703;}
.footer_menu_child{margin-top: 10px;}
.footer_menu_child a{font-size: 12px;color: #fff;display: block;line-height: 28px;}
.footer_menu_child a:hover {
    text-decoration: underline;
}
.public_footer_list{float: right;width: 248px;}
.public_footer_list h2{font-size: 16px;color: #fff;line-height: 35px;}
.public_footer_list ul{margin-top: 18px;}
.public_footer_list ul li{color: #222;font-size: 16px;float: left;margin-right: 10px;margin-bottom: 10px;}
.public_footer_list ul li a{color: #222;}
/*footer_menu*/

/*copyright_box*/
.copyright_box {
    border-top: 1px solid #545455;
    background-color: #363637;
}

.copyright_box .container {
    font-size: 14px;
    line-height: 58px;
    color: #fff;
}
.copyright_box .container a{color: #fff;}

.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 {
    margin-bottom: 15px;
}

.left_sidedl {
    margin-bottom: 1px;
}

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

.left_sidedl dt {
    height: 40px;
    position: relative;
    line-height: 40px;
    padding-left: 12px;
    background: #efefef;
    font-size: 14px;
    font-weight: bold;
}

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

.left_sidedl dd {
    padding-left: 12px;
    padding-top: 5px;
    padding-bottom: 10px;
}

.left_sidedl dd a {
    line-height: 28px;
    font-size: 13px;
    color: #24272E;
    display: block;
}

.left_sideul {
    width: 100%;
    margin: 0 auto;
    background: #fff;
}

.left_sideul li {
    height: 40px;
    line-height: 40px;
    width: 25%;
    float: left;
    text-align: center;
    border-bottom: solid 1px #E8E8E8;
}

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

.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);
}

.news_side {
    width: 260px;
    float: left;
    border: solid 1px #e2e2e2;
    padding: 10px;
}

.news_side_sidedl {
    margin-bottom: 1px;
}

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

.news_side_sidedl h3 {
    position: relative;
    line-height: 45px;
    border-bottom: 2px solid #ddd;

    font-size: 14px;
    font-weight: bold;
}

.news_side_sidedl ul {
    padding: 10px 0;
}
.news_side_sidedl ul a {
    line-height: 24px;
    padding: 5px 0;
    font-size: 13px;
    color: #24272E;
    display: block;
    border-bottom: 1px dashed #ddd;
}
.news_side_sidedl ul a span{display: block;}




.right_side {
    overflow: hidden;
    float: right;
    padding: 20px 10px;
    background: #fff;
}

.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 {
    margin: 0px auto;
}
.right_content p{line-height: 33px;}
.right_content table{margin-top: 10px;}
.right_content table tr th{line-height: 30px;background: #eaeaea;text-align: left;}
.right_content table tr td{line-height: 22px;}
/*******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: 30px;
    padding:20px 10px;
    font-size: 14px;
    background: #fff;
}

#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: 30px;
    font-size: 18px;
    text-align: center;
}

.page_Info {
    line-height:36px;
    color: #777;
    text-align: center;
}

.page_Infoleft {
    padding-left: 30px;
}

.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: #f42424;
    color: #ffffff;
    line-height: 45px;
    text-align: center;
}

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

#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: 5px;
    font-size: 14px;
}

.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;
    font-size: 14px;
    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: #ff6a00;
    color: #fff;
}

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

.brandgoods_img a {
    width: 100%;
    display: block;
    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;
}
ul.brandgoods_ul{margin:15px 0px 0 0px;}
ul.brandgoods_ul li{float: left;width: 49%;background: #fff;margin: 0 2% 12px 0;}
ul.brandgoods_ul li:nth-child(2n){margin-right: 0;}
ul.brandgoods_ul li a{display: block;overflow: hidden;}
ul.brandgoods_ul li img{max-width: 100%;}
ul.brandgoods_ul li .pro_show_name{padding: 10px 10px 15px 10px;}
ul.brandgoods_ul li .pro_show_name span{display: block;color: #f56703;line-height: 30px;text-align: center;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
ul.brandgoods_ul li .pro_show_name a{color: #5d5d5d;font-size: 12px;line-height: 16px;
 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
ul.brandgoods_ul li .pro_show_name a:hover{color: #f56703;}
ul.brandgoods_ul li .pro_show_name p{
    height: 28px;
    margin-top: 5px;
    line-height: 28px;
    background: url(../Image/iconp.jpg) no-repeat left center;
    padding-left: 22px;
    color: #666666;
}


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

.counts b {
    color: #ff6a00;
    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:78px;
    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: #ff6a00
}

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

.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;
}
.goods_info1{background: #fff;}
.detail01 {
    width: 100%;
}
.proinfo-banner{padding: 2px;}
.proinfo-banner .swiper-pagination-bullet{background: #ddd;}
.proinfo-banner .swiper-pagination-bullet-active{background: #fb9750;}
.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 #ff6a00;
}

/* 图片放大镜样式*/
.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 {
    padding: 15px 10px 30px 10px;
}

.goods_title {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    line-height: 22px;
    padding-top: 10px;
    color: #000;font-size: 18px;
}

.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: #ff6a00;
    font-size: 20px;
    font-weight: 700;
    font-style: inherit;
}
.spec-box dl dd .price font{
    color: #666;font-weight: 300;margin-left: 10px;
    text-decoration: line-through;
    font-size: 16px;
}
.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: 13px;
    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: #ff6a00;
    font-weight: bold;
    margin: 0px 5px;
    font-style: inherit;
}

.star_info{margin: 10px 0;}
.star_info .review {
    float: left;
    display: inline-block;
    padding: 8px 0;
    line-height: 14px;
}
.star_info .review a {
    color: #ff6a00;padding-left: 6px;
}
.goods_star {
    float: left;
    display: block;
    width: 75px;
    height: 13px;
    position: relative;
    background: url(../Image/star_show.png) 0 bottom;
}
.goods_star i {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 13px;
    background: url(../Image/star_show.png) 0 top;
}
.star_info .write {
    padding-left: 6px;
    margin-top: 7px;
    float: left;display: block;
}
.star_info .write a {
    margin-left: 6px;
    padding: 6px 10px;
    background: #ff6a00;
    border-radius: 3px;
    color: #fff;
}

.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: 15px;
    line-height: 35px;
    background: #f42424;
    border-radius: 3px;
    cursor: pointer;
}

.spec-box .btn-buy .add {
    display: inline-block;
    padding: 0 30px;
    color: #fff;
    font-size: 15px;
    line-height: 35px;
    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;
}


.web-share {width: 100%;}
.web-share a{
    float: left;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 2px;
    background-repeat: no-repeat;
}
.web-share a img{max-width: 100%;}



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

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

.btn-sc i {
    margin-right: 5px;
    color: #ff6e14;
    font-size: 16px;
}

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

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

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

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

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

p.goods_infop1 {
    height: 45px;
    line-height: 45px;
    padding-left: 14px;
    width: 100%;
    font-size: 16px;
    color: #151515;
    background: #f5f5f5;
    border-bottom: 1px solid #eee;
}

.goods_infolul {
    padding: 10px;
}
ul.goods_categories{margin:5px 15px;}
ul.goods_categories li{
    line-height: 45px;
    position: relative;
    z-index: 16;
    border-bottom: 1px solid #E8E8E8;
    border-top: 1px solid #FFF;
    cursor: pointer;
}
ul.goods_categories li a{color: #333;font-size: 16px;display: block;font-weight: bold;}
ul.goods_categories li:hover a{color:#ff6a00;}

ul.goods_infolul li{background: #fff;margin: 0 6px 0px 6px;}
ul.goods_infolul li a{display: block;overflow: hidden;}
ul.goods_infolul li img{max-width: 100%;}
ul.goods_infolul li .pro_show_name{padding: 10px 16px 15px 16px;}
ul.goods_infolul li .pro_show_name span{display: block;color: #f56703;line-height: 30px;text-align: center;
text-overflow: ellipsis;white-space: nowrap;overflow: hidden;
}
ul.goods_infolul li .pro_show_name a{color: #5d5d5d;font-size: 12px;line-height: 16px;}
ul.goods_infolul li .pro_show_name a:hover{color: #f56703;}
ul.goods_infolul li .pro_show_name p{
    height: 28px;
    margin-top: 5px;
    line-height: 28px;
    background: url(../Image/iconp.jpg) no-repeat left center;
    padding-left: 22px;
    color: #666666;
}

.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 {
    margin-top: 30px;
    border: solid 1px #F1F1F1;
    background: #fff;
}

.goods_infor .hd {
    background: #f9f9f9;
    height: 45px;
    border-bottom: 1px solid #eee;
}

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

.goods_infor .hd li.on {
    background: #fff url(../Image/bg6.jpg) repeat-x top;
    color: #ff6a00;
    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: #f42424;
}

.tjpro {
    margin-top: 15px;
    overflow: hidden;
}
.tjpro p{line-height: 40px;}
.tjpro_p1 {
    height: 40px;
    line-height: 40px;
    background: #fff;
    border-bottom: solid 1px #e2e1e1;
}

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

.tjproc {
    width: 100%;
    overflow: hidden;
    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 {
    padding: 10px;
}

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

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

.registertsp1 {
    display: block;
    font-size: 22px;
    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 {
    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 {
    padding: 10px;
}

.login {
    position: relative;
    padding: 25px 0px;
}

.login .main {
    width: 100%;
    background: #fff;
    background: linear-gradient(-135deg, transparent 15px, #fff 0);
    padding: 40px 20px;
}

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



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

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

.loginli a {
    float: right;
}

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

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

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

.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;
}

.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: 148px;
    height: 40px;
    line-height: 40px;
    background-color: #f42424;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    border-radius: 3px;
}

.cart_btn2 {
    width: 148px;
    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: 100%;
    color: #868585;
}

.f_input2 {
    height: 35px;
    line-height: 35px;
    font-size: 13px;
    color: #666;
    margin-top: 6px;
    -moz-border-radius: 5px;
    /* Gecko browsers */
    -webkit-border-radius: 5px;
    /* Webkit browsers */
    border-radius: 5px;
    /* W3C syntax */
}
.member_address_list{}
.member_address_list ul li{border: 1px solid #ddd;padding: 10px;margin-bottom: 12px;}
.member_address_list ul li p{line-height: 22px;padding: 5px 0;border-bottom: 1px solid #eee;}
.member_address_list_cz{background: #eee;padding: 0 5px;}
.member_address_list_cz a{display: block;float: right;margin-left: 15px;line-height: 33px;}
.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;
}

.right_05 {
    height: auto;
    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: 16px;
    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;
    width: 120px;
    outline: none;
    color: #666;
    -moz-border-radius: 5px;
    /* Gecko browsers */
    -webkit-border-radius: 5px;
    /* Webkit browsers */
    border-radius: 5px;
    /* W3C syntax */
}
.member_order_list{}
.member_order_list font{color: #ff6a00;padding: 0 5px;}
.member_order_list ul li{padding: 10px;border: 1px solid #ddd;margin-bottom: 12px;}
.member_order_list ul li p{border-bottom: 1px solid #eee;line-height: 30px;}
.member_order_list_goods{margin: 8px 0;}
.member_order_list_goods a{display: block;float: left;width: 40%;}
.member_order_list_goods img{max-width: 100%;}
.member_order_list_goods .stxt{float: right;width: 55%;line-height: 28px;overflow: hidden;}
.member_order_list ul li .caozuo{background: #eee;padding: 0px 10px;line-height: 33px;}
.member_order_list ul li .caozuo a{display: block;float: left;margin-right: 15px;line-height: 33px;}
/*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;
    padding-left: 20px;
}

.in_17 {
    width: 90%;
    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: 52px;
    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:275px;
    padding: 10px;
    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: 100%;
    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: 90%;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    text-align: right;
}

#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%;
    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%;
    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;
    cursor: pointer;
}

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

.in_21 .price_sum {
    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 {
    height: auto;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #dcdcdc;
}

.in_23_01 {
    padding: 25px 15px;
    font-size: 14px;
    line-height: 24px;
    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 {
    min-height: 252px;
    margin-top: 0px;
    background: #fefefe;
    border: 1px solid #eee;
    padding: 10px;
    color: #585858;
}

.member_right a {
    color: #585858;
}

.member_title {
    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 #eee;
    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-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-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: 14px;
}

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

.good_imgname .pjtup{width: 36%;float: left;}
.good_imgname .pjtup img{max-width: 100%;}
.good_imgname span{display: block;float: right;width:60%;overflow: hidden;}
.member_pj_list ul li{border: 1px solid #ddd;padding: 10px;margin-bottom: 12px;}
.member_pj_list ul li p{line-height: 22px;padding: 5px 0;border-bottom: 1px solid #eee;}
.member_pj_listd{background: #eee;padding: 0 5px;line-height: 33px;}
.member_pj_listd a{margin-left: 5px;}
.member_pj_list font{color: #EC5109;padding-left: 5px;}

.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: 100%;
}

.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: #ff6a00;
}

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

.rating-value {
    font-weight: bold;
    color: #ff6a00;
    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 0px;
    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: #f42424 1px solid;
    color: #fff;
    background: #f42424;
}

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

div.digg span.current {
    border: solid 1px #ff6a00;
    padding: 3px 15px;
    font-weight: bold;
    margin: 3px;
    color: #fff;
    background-color: #ff6a00;
    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;
}


.hover_animation{   
    transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
}

.hoverimg:hover .wy_newsimg{
    transform:scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
}

.hoverimg:hover img{
    transform:scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
}
.hoverimgup:hover img{
    -webkit-transform: translate3d(0,-5px,0);
    -moz-transform: translate3d(0,-5px,0);
    transform: translate3d(0,-5px,0);
}
/* home pro new */
.home_product_new{padding: 10px;background: #fff;}
.home_product_new_c {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.home_product_new_c .swiper-slide .box {
    display: block;
    position: relative;
    font-size: 14px;
    padding: 0;
    background: #fff;
    border-right: 0;
}
.home_product_new_c .img {
    width: 100%;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
}
.home_product_new_c .img img {
    transition: all 0.5s;
    margin: 0 auto; 
}
.home_product_new_c .swiper-button-prev,
.home_product_new_c .swiper-button-next {
    width: 30px !important;
    height: 70px !important;
    margin-top: -30px !important;
    background-size: 15px 20px !important;
}
.home_product_new_c .swiper-button-prev {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23333333'%2F%3E%3C%2Fsvg%3E");
    background-color: rgba(255,255,255,.2);;
    left: 0 !important;
}
.home_product_new_c .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23333333'%2F%3E%3C%2Fsvg%3E");
    background-color: rgba(255,255,255,.2);;
    right: 0 !important;
}
/* hot pro */
.home_product_hot{}
.home_title{position: relative;width: 100%;}
.home_title img{max-width: 100%;}
.home_title h2{font-size: 18px;color: #fff;font-weight: bold;text-transform:uppercase;position: absolute;top: 30%;left: 10px;}
.home_title a{display: block;color: #fff;}

a.more_pro{
    display: block;color: #151515;line-height: 30px;margin-top: 12px;width: 110px;text-align: center;
    border: 1px solid #000;padding: 0 8px;font-size: 14px;border-radius: 3px;margin: 15px auto;
}
a.more_pro:hover{color: #f56703;border: 1px solid #f56703;}


.home_product_hot_c{margin-top: 12px;padding: 0 8px;}
.product_hot_swiper{position: relative;}
.product_hot_swiper .swiper-wrapper{padding-bottom: 28px;}
.product_hot_swiper .swiper-pagination-bullet{background: #101010;}
.product_hot_swiper .swiper-pagination-bullet-active{background: #fb9750;}
.home_product_hot_c ul{}
.home_product_hot_c ul li{float: left;width: 49%;background: #fff;margin: 0 2% 15px 0;}
.home_product_hot_c ul li:nth-child(2n){margin-right: 0;}
.home_product_hot_c ul li a{display: block;overflow: hidden;}
.home_product_hot_c ul li img{max-width: 100%;}
.home_product_hot_c ul li .pro_show_name{padding: 12px 10px;}
.home_product_hot_c ul li .pro_show_name span{display: block;color: #f56703;line-height: 30px;text-align: center;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.home_product_hot_c ul li .pro_show_name a{color: #5d5d5d;font-size: 12px;line-height: 16px;
 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.home_product_all{}
.home_product_class{}
.home_product_class_c{margin-top: 12px;padding: 0 8px;}
.product_class_swiper{position: relative;}
.product_class_swiper .swiper-wrapper{padding-bottom: 28px;}
.product_class_swiper .swiper-pagination-bullet{background: #101010;}
.product_class_swiper .swiper-pagination-bullet-active{background: #fb9750;}
.home_product_class_c ul{}
.home_product_class_c ul li{float: left;width: 49%;background: #fff;margin: 0 2% 15px 0;}
.home_product_class_c ul li:nth-child(2n){margin-right: 0;}
.home_product_class_c ul li a{display: block;overflow: hidden;}
.home_product_class_c ul li img{max-width: 100%;}
.home_product_class_c ul li .pro_show_name{padding: 12px 10px;}
.home_product_class_c ul li .pro_show_name span{display: block;color: #f56703;line-height: 30px;text-align: center;
    text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.home_product_class_c ul li .pro_show_name a{color: #5d5d5d;font-size: 12px;line-height: 16px;
 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home_product_class_c ul li .pro_show_name a:hover{color: #f56703;}


/* messagetk */
.forms-warp {
    padding: 35px 15px;
    background: #fff;
    position: relative;
    box-shadow: 0px 0 40px #333;
}
.forms-warp h3 {
    font-size: 22px;
    margin-bottom:10px;
}
.wrap_shadow {
    width: 100%;
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
    z-index: 1000;
    display: none;
}
.nycontact_content {
    position: fixed;
    top: 17%;
    width: 95%;
    margin: 0 auto;
    left: 0;display: none;
    right: 0;
    max-width: 450px;
    z-index: 99999;
    box-shadow: 0 1px 8px 0 #333;
}
.new-fc-one-modal-close {
    cursor: pointer;
    border: 0;
    background: transparent;
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 10;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: color 0.3s;
    color: #333;
    outline: 0;
    padding: 5px;
}
.nycontact_content label {
    display: block;
    line-height: 30px;
    color: #777777;
}
.nycontact_content input, .forms select, .forms textarea {
    height: 36px;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    width: 96%;
    padding: 0 2%;margin: 0;
}
.nycontact_content .description textarea {
    width: 96%;border: 1px solid #d4d4d4;
    padding: 5px 2%;border-radius: 5px;margin-bottom: 0;

}
.nycontact_content .code .code-input {
    width: 255px;
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.nycontact_content .code .code-input img{vertical-align: sub;}
.nycontact_content .code .code-img {
    text-align: center;
    color: #fff;
    margin-top: 15px;
}
.nycontact_content .code .code-img input {
    background:#ff6a00;
    border: 0;color: #fff;width: 100%;
    border-radius: 5px;font-size: 16px;
    height: 40px;
}


ul.related-products{margin:15px 0px 0 0px;}
ul.related-products li{float: left;width: 49%;background: #fff;margin: 0 2% 12px 0;}
ul.related-products li:nth-child(2n){margin-right: 0;}
ul.related-products li a{display: block;overflow: hidden;}
ul.related-products li img{max-width: 100%;}
ul.related-products li .pro_show_name{padding: 10px 10px 15px 10px;}
ul.related-products li .pro_show_name span{display: block;color: #f56703;line-height: 30px;text-align: center;
text-overflow: ellipsis;white-space: nowrap;overflow: hidden;
}
ul.related-products li .pro_show_name a{color: #5d5d5d;font-size: 12px;line-height: 16px;
 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
ul.related-products li .pro_show_name a:hover{color: #f56703;}
ul.related-products li .pro_show_name p{
    height: 28px;
    margin-top: 5px;
    line-height: 28px;
    background: url(../Image/iconp.jpg) no-repeat left center;
    padding-left: 22px;
    color: #666666;
}

.page_content .parm{margin-bottom: 25px;}
.page_content .parm tr{border-top: 1px solid #ddd;border-left: 1px solid #ddd;}
.page_content .parm td{border-bottom: 1px solid #ddd;border-right: 1px solid #ddd;padding: 5px 10px;height: 33px;line-height: 33px;font-size: 14px;}


/* 新闻内页 */
.newscss{
  width:100%;
}
.newscss ul{
  width: 100%;
}
.newscss ul li {
  padding: 6px;
  background: #fff;
    position: relative;
    margin-bottom: 20px;
}
.newscss ul li .news_pic {
    width:100%;
    text-align: center;
    overflow: hidden;
}
.newscss ul li .news_pic .wy_newsimg{
    width:100%;
    height: 150px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    font-size:0px;
}
.newscss ul li .news_pic img{max-width: 238px;}
.newscss ul li:hover .news_btn{
  background: #ff6a00;
  color: #fff;
}
.newscss ul li .news_pic span {
    height: 100%;
    width: 0;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.ny-news-right{}
.ny-news-right p{height: 36px;line-height: 36px;color: #333;}
.newscss ul li .news_capital {
   width:100%;
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px #e2e2e2;
    font-size: 15px;
    color: #414141;
}
.newscss ul li .news_capital h4{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 40px;
  margin: 0;
}
.newscss ul li .news_capital span {
 
    display: block;
    min-width: 20%;
    text-align: right;
    height: 40px;
    line-height: 40px;
    color: #414141;
    font-size: 15px;
    float: right;
}
.newscss ul li .news_detail {
    width: 100%;
    line-height: 26px;
    color: #606060;
    font-size: 13px;
    overflow: hidden;
    margin-top: 10px;
}
.newscss ul li .news_btn {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    background: #ddd;
    color: #000;
    font-size: 14px;
    transition: all 0.5s;
    margin: 8px auto 20px;

}


/* 内页联系我们 */
.ny_contact{padding:15px;overflow: hidden;background: #fff;margin-bottom: 15px;}
.ny_contact ul{overflow: hidden;}
.ny_contact ul li{box-sizing: initial;}
.ny_contact ul li:nth-child(2n){margin-right: 0;}
.ny_contact ul li .icon{font-size: 32px;}
.ny_contact ul li h2{font-size:15px;font-weight: 100;color: #333;line-height: 30px;}
.ny_contact ul li p{font-size: 14px;line-height: 28px;}
.ny_contact ul li a{color:#333;}
.contact_map{width: 100%;}

.footer{height:55px}
.footer-con{width:100%;height:55px;position:fixed; z-index:100; right:0; bottom:0;background: #000;background-size:100% 100%;-webkit-transition:right .5s ease;transition:right .5s ease;}
.footer .footer-con{height:55px;}
.footer li{ float:left; width:25%;height: 55px;}
.footer li a,.footer li span{padding:32px 0 0 0;line-height:18px;display:block;text-align:center;font-size:14px;color:#fff;cursor:pointer;}
.footer li.zx a{background:url(../Image/ico-01.png) center 8px no-repeat;background-size:auto 45%;}
.footer li.tel a{background:url(../Image/ico-02.png) center 8px no-repeat;background-size:auto 45%;;}
.footer li.yy a{background:url(../Image/ico-03.png) center 8px no-repeat;background-size:auto 45%;;}
.footer li.dh a{background:url(../Image/ico-04.png) center 8px no-repeat;background-size:auto 45%;;}



.navbar-container {
  display: block;
  max-width: 100% !important;
}
.navbar .navbar-toggle-left {
    padding: 4px 0 4px;
}
.navbar .navbar-toggle-left i {
    font-size: 18px;
    cursor: pointer;
    color: #fff;
}
.four-column{width: 25%;float: left;}
.seven-column{width: 40%;float: left;margin: 0 5%;}
.five-column{width: 25%;float: left;}
#scrollerBox {
    position: relative;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: scroll;
}
.sidebar-left .accordion .title,.sidebar-left .item{
    color: #111;
    font-weight: normal;
    border-top: 0;
    font-size: 14px;
    margin: 0em;
    padding: 0.75em 1em;
    -webkit-transition: background 0.1s ease, color 0.1s ease;
    transition: background 0.1s ease, color 0.1s ease;
}
.sidebar-left .item{
    color: #111;
    font-weight: normal;
    border-top: 0;
    display: block;
    font-size: 14px;
    margin: 0em;
    padding: 0.75em 1em;
    -webkit-transition: background 0.1s ease, color 0.1s ease;
    transition: background 0.1s ease, color 0.1s ease;
}
.sidebar-left i {
    margin-right: 20px;
    width: 16px;
    text-align: center;
}
.sidebar-left .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.sidebar-left .accordion .title .dropdown.icon {
    float: right;
    position: relative;
    top: 3px;
}
.sidebar-left .accordion .content {
    padding: 0 20px 0 37px;
}
.sidebar-left .accordion .title .fa-caret-down{
    float: right;
    position: relative;
    top: 1px;
    margin-right: 0;
}
.sidebar-left .accordion .content{display: none;}
.sidebar-left .accordion .content.active{display: block;}

#nav-over{position:fixed;left:0;top:0;z-index:9998;display:none;width:100%;height:100%;background: rgba(0,0,0,.5);}
.warmp{position:relative;left:0;z-index:1;-webkit-transition:all .5s ease;transition:all .5s ease; padding-bottom:0px;}
.sidebar-left{position:fixed;top:0;z-index:9999;width:240px;height:100%;background:#fff;-webkit-transition:all .5s ease;transition:all .5s ease;left: -240px;}
.openMenu{left:240px;-webkit-transition:all .5s ease;transition:all .5s ease;}
.openNav{left:0;-webkit-transition:all .5s ease;transition:all .5s ease;}
#nav-overr{position:fixed;right:0;top:0;z-index:9998;display:none;width:100%;height:100%;background: rgba(0,0,0,.5);}
.warmpr{position:relative;right:0;z-index:1;-webkit-transition:all .5s ease;transition:all .5s ease; padding-bottom:0px;}
.sidebar-right{position:fixed;top:0;z-index:9999;width:240px;height:100%;background:#fff;-webkit-transition:all .5s ease;transition:all .5s ease;right: -240px;padding: 15px;}
.sidebar-right h5{margin-top: 20px;margin-bottom: 4px;color: #aaa;}
.sidebar-right ul li {list-style: none;padding: 6px 0;}
.sidebar-right ul li a{color: #111;}
.openMenur{right:240px;-webkit-transition:all .5s ease;transition:all .5s ease;}
.openNavr{right:0;-webkit-transition:all .5s ease;transition:all .5s ease;}
.warmpr.openMenur{left: auto;}

.home_titlem{background: url(../Image/x.png) repeat-x center center;line-height: 42px;}
.home_titlem h2{font-size: 18px;color: #151515;background: #eeeeef;display:inline-block;padding-right: 18px;font-weight: bold;text-transform:uppercase;}
.home_titlem a{display: block;color: #151515;}