body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

body {
    background: #ffffff;
    color: #333;
    font-size: 14px;
    font-family: 'FangSong_GB2312', 'Calibri';
}

.font-face01 {
    font-family: 'FangSong_GB2312';
}

.font-face02 {
    font-family: 'Calibri';
}

.font-face03 {
    font-family: '宋体';
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #d52349;
}

a:active {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

ol, ul, li {
    list-style: none;
}

img {
    border: 0;
}

.ovfl {
    overflow: hidden;
}

.f26 {
    font-size: 26px;
}

.f24 {
    font-size: 24px;
}

.f30 {
    font-size: 30px;
}

.f22 {
    font-size: 22px;
}

.f21 {
    font-size: 21px;
}

.f20 {
    font-size: 20px;
}

.f19 {
    font-size: 19px;
}

.f18 {
    font-size: 18px;
}

.f17 {
    font-size: 17px;
}

.f16 {
    font-size: 16px;
}

.f15 {
    font-size: 15px;
}

.f14 {
    font-size: 14px;
}

.f12 {
    font-size: 12px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.ml5 {
    margin-left: 5px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.ml10 {
    margin-left: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.mt20 {
    margin-top: 20px;
}

.ml20 {
    margin-left: 20px;
}

.mr20 {
    margin-right: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt35 {
    margin-top: 35px;
}

.mt55 {
    margin-top: 55px;
}

.pb10 {
    padding-bottom: 10px;
}

.pd10 {
    padding: 10px;
}

.pr {
    position: relative;
}

.ps {
    position: absolute;
}

.show {
    display: block;
}

.rgb333 {
    color: #333;
}

.rgb666 {
    color: #666;
}

.rgb999 {
    color: #999;
}

.rgbfff {
    color: #fff;
}

.rgbred {
    color: #d52349;
}

.bold {
    font-weight: bold;
}

/*头部*/
.top {
    width: 100%;
    height: 130px;
    background: url(../images/top_bg02.jpg) repeat-x;
    overflow: hidden;
}

.logo {
    width: 364px;
    height: 37px;
    margin: 0 auto;
    margin-top: 55px;
    overflow: hidden;
    padding-left: 120px;
}

.top-black {
    width: 100%;
    height: 35px;
    background: url(../images/top_bg_black.jpg) repeat-x;
}

.menu {
    width: 1100px;
    margin: 10px auto;
    margin-top: 30px;
    overflow: hidden;
}

.menu ul li {
    float: left;
    margin-left: 3px;
    margin-right: 4px;
    text-align: center;
    line-height: 24px;
    font-size: 15px;
    color: #333;
    font-family: '宋体';
}

.menu ul li a {
    display: block;
    padding: 8px 10px;
    border-radius: 5px;

}

.menu ul li a:hover {
    color: #fff;
    background: #d52349;
}

.menu ul li a i {
    font-style: italic;
    font-size: 16px;
    display: block;
    font-family: Calibri;

}

.on {
    background: #d52349;
    color: #fff;
    font-weight: bold;
}

/* 广告 */
#wrapper {
    background: #fff;
    position: relative;
}

.fullwidthbanner-container {
    width: 1180px !important;
    margin: 0 auto;
    position: relative;
    padding: 0;
    max-height: 420px !important;
    overflow: hidden;
}

.fullwidthbanner-container .fullwidthabnner {
    width: 1180px !important;
    max-height: 420px !important;
    position: relative;
}

/*
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .banner, .bannercontainer {
        width: 768px;
        height: 309px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .banner, .bannercontainer {
        width: 480px;
        height: 193px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .banner, .bannercontainer {
        width: 320px;
        height: 129px;
    }
}

@media only screen and (max-width: 319px) {
    .banner, .bannercontainer {
        width: 240px;
        height: 97px;
    }
}*/

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {
    background: #e1472f !important;
}

.tp-leftarrow:hover,
.tp-rightarrow:hover {
    background-color: #e1472f !important;
}

/** BULLETS **/
.tp-bullets {
    z-index: 1001;
    position: absolute;
    bottom: 0px;
}

.tp-bullets.simplebullets.round .bullet {
    cursor: pointer;
    position: relative;
    bottom: 10px;
    margin-right: 10px;
    background: #fff;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    float: left;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
}

.tp-leftarrow.large {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: #393939 url(../images/slider-left-arrow.png) no-Repeat;
    width: 42px;
    height: 43px;
    margin-left: 60px;
    margin-top: -21px;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3); /*增加阴影*/
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px 20px 20px 20px;
}

.tp-rightarrow.large {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: #393939 url(../images/slider-right-arrow.png) no-Repeat 0 0;
    width: 42px;
    height: 43px;
    margin-left: -60px;
    margin-top: -21px;
    -webkit-transition: background 0.1s linear;
    -moz-transition: color, background 0.1s linear;
    -o-transition: color, background 0.1s linear;
    transition: color, background 0.1s linear;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3); /*增加阴影*/
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;

}

.tp-bullets.tp-thumbs {
    z-index: 100;
    position: absolute;
    padding: 3px;
    background-color: #fff;
    width: 500px;
    height: 50px;
    margin-top: -50px;
}

.fullwidthbanner-container .tp-thumbs {
    padding: 3px;
}

.tp-bullets.tp-thumbs .tp-mask {
    width: 500px;
    height: 50px;
    overflow: hidden;
    position: relative;
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
    width: 5000px;
    position: absolute;
}

.tp-bullets.tp-thumbs .bullet {
    width: 100px;
    height: 50px;
    cursor: pointer;
    overflow: hidden;
    background: none;
    margin: 0;
    float: left;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /*filter: alpha(opacity=50);	*/
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.tp-thumbs img {
    width: 100%;
}

.tp-bannertimer {
    width: 100%;
    height: 10px;
    position: absolute;
    z-index: 200;
    z-index: 5000;
}

.tp-bannertimer.tp-bottom {
    bottom: 0px !important;
    height: 5px;
}

/*
@media only screen and (min-width: 768px) and (max-width: 959px) {

}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .responsive .tp-bullets.tp-thumbs {
        width: 300px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .tp-mask {
        width: 300px !important;
        height: 30px !important;
    }

    .responsive .tp-bullets.tp-thumbs .bullet {
        width: 60px !important;
        height: 30px !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .responsive .tp-bullets {
        display: none;
    }

    .responsive .tparrows {
        display: none;
    }
}
*/

.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.tp-simpleresponsive a {
    text-decoration: none;
}

.tp-simpleresponsive ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tp-simpleresponsive > ul > li {
    list-stye: none;
    position: absolute;
    visibility: hidden;
}

.caption.slidelink a div,
.tp-caption.slidelink a div {
    width: 10000px;
    height: 10000px;
}

.tp-loader {
    background-color: #fff;
    margin: -22px -22px;
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.public-wrapper {
    width: 1200px;
    margin: 0 auto;
}

.policy {
    width: 340px;
    height: 370px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 15px;
    float: left;
    overflow: hidden;
    margin-top: 20px;
}

.policy:hover {
    opacity: 0.9;
}

.policy-pic {
    width: 127px;
    height: 119px;
    margin: 0 auto;
    padding-top: 40px;
}

.policy h3 {
    text-align: center;
    margin-top: 20px;
    font-family: Calibri;
    font-size: 22px;
}

.text-center {
    text-align: center;
}

.line-h {
    line-height: 24px;
}

.line {
    width: 50px;
    height: 360px;
    margin-top: 50px;
    float: left;
    overflow: hidden;
    background: url(../images/line.png) repeat-y left top;
}

.bg-line2 {
    background: url(../images/line2.png) repeat-y center top;
}

.regiest {
    width: 370px;
    margin: 0px auto;
    margin-top: 50px;
    font-size: 21px;
    text-align: center;
    line-height: 60px;
    border-radius: 5px;
    display: block;
    color: #fff;
    background: #d5244a;
    font-weight: bold;
}

.regiest:hover {
    color: #fff;
    opacity: 0.9;
}

.wrapper-bg {
    width: 100%;
    min-height: 100px;
    margin-top: 60px;
    background: url(../images/bg_border.png) repeat-x top;
    overflow: hidden;
}

.wrapper-bg-1 {
    width: 100%;
    min-height: 100px;
    background: url(../images/bg_con.png) repeat;
    overflow: hidden;
    padding-bottom: 40px;
}

.product-tit {
    width: 1140px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    margin-top: 50px;
    overflow: hidden;
}

.product-tit-line {
    width: 450px;
    height: 25px;
    border-bottom: 1px solid #bbb;
    float: left;
}

.product-tit h2 {
    width: 230px;
    float: left;
    font-size: 20px;
    text-align: center;
}

.Main-tit {
    width: 1140px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    margin-top: 50px;
    overflow: hidden;
}

.Main-tit-line {
    width: 422px;
    height: 25px;
    border-bottom: 1px solid #bbb;
    float: left;
}

.Main-tit h2 {
    width: 290px;
    float: left;
    font-size: 20px;
    text-align: center;
}

.btn-order {
    width: 180px;
    padding-left: 20px;
    display: block;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: url(../images/icon01.png) no-repeat 20% 50% #d5244a;
    border-radius: 5px;
    margin-right: 20px;
    font-weight: bold;
}

.btn-detail {
    width: 180px;
    padding-left: 20px;
    height: 50px;
    display: block;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    margin-right: 20px;
    background: url(../images/icon02.png) no-repeat 18% 50% #486b71;
    font-weight: bold;
}

.btn-order:hover, .btn-detail:hover, .btn-more:hover {
    color: #fff;
    opacity: 0.9;

}

.product-list {
    width: 555px;
    height: 700px;
    background: #fff;
    float: left;
    margin-left: 25px;
    margin-right: 5px;
    margin-top: 20px;
    border-bottom: 1px solid #d0d0d1;
}

.product-list-pic {
    width: 555px;
    height: 288px;
    overflow: hidden;
}

.pd30 {
    padding: 30px;
}

.pd23 {
    padding: 23px;
}

.MainInformation {
    width: 364px;
    height: 600px;
    background: #fff;
    float: left;
    margin-left: 25px;
    margin-top: 20px;
    border-bottom: 1px solid #d0d0d1;
}

.MainInformation-pic {
    width: 100%;
    height: 234px;
    overflow: hidden;
}

.MainInformation-pic img {
    width: 100%
}

.btn-more {
    width: 150px;
    height: 50px;
    display: block;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    margin-right: 20px;
    background: #486b71;
    font-weight: bold;
}

.h-170 {
    height: 170px;
}

.h-220 {
    height: 220px;
}

.black {
    width: 100%;
    min-height: 300px;
    background: #221f20;
    overflow: hidden;

}

.news-wrapper {
    margin-top: 40px;
    margin-left: 30px;
}

.news {
    margin-top: 30px;
    margin-right: 20px;
    overflow: hidden;
}

.news li {
    margin-top: 20px;
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px solid #2b2728;
}

.news-list p a {
    color: #fff;
    font-size: 14px;

}

.news-list p a:hover {
    color: #d5244a;
    font-size: 14px;

}

.news-date {
    width: 70px;
    height: 50px;
    color: #fff;
    background: url(../images/date_bg.png) no-repeat 0 50%;
    float: left;
    padding-left: 20px;
}

.news-list {
    width: 1050px;
    float: left;
    color: #fff;
}

.company li {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #2b2b2b;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: Calibri;
}

.company li a:hover {
    opacity: 0.7;
}

.co-company {
    width: 360px;
    padding: 20px;
    float: left;
    color: #fff;
    margin-top: 30px;
}

.company li a {
    color: #999;
    text-decoration: underline;
}

.aboutus-wrapper {
    width: 380x;
    padding: 10px;
    float: left;
    color: #fff;
    margin-top: 30px;
}

.aboutus {
    overflow: hidden;
}

.aboutus li {
    width: 50px;
    height: 50px;
    margin-top: 30px;
    margin-right: 10px;
    display: block;
    border-radius: 5px;
    float: left;
}

.aboutus li i {
    display: block;
    line-height: 50px;
    font-size: 36px;
    text-align: center;
    color: #fff;
}

.aboutus li:hover {
    opacity: 0.9;
}

.bg01 {
    background: #3c5a98;
}

.bg02 {
    background: #2a7fa7;
}

.bg03 {
    background: #c4376b;
}

.bg04 {
    background: #006599;
}

.bg05 {
    background: #2b4661;
}

.bg06 {
    background: #da2713;
}

.aboutus-more {
    width: 370px;
    margin-top: 30px;
}

.aboutus-more li {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #373632;
    font-family: Calibri;
    font-weight: bold;
    padding-bottom: 11px;
}

.aboutus-more li .title {
    width: 90px;
    float: left;
    font-size: 15px;
    font-weight: bold;
}

.aboutus-more li .txt {
    width: 280px;
    float: left;
    font-size: 14px;
}

.aboutus-more li:hover {
    opacity: 0.8;
}

.findus {
    font-family: '宋体';
    font-size: 16px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    width:1200px;
    font-family: Calibri;
    border-bottom: 1px solid #373632;
}

.findus .title{
	padding-right: 50px;
}

.banq {
    width: 100%;
    height: auto;
    line-height: 50px;
    font-family: '宋体';
    font-size: 14px;
    background: #221f20;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 30px;
    text-align: center;
    color: #fff;
    font-family: Calibri;
}

.align {
    text-align: Justify;
}

/*首页产品轮播*/
.focus {
    width: 555px;
    height: 288px;
    position: relative;
    float: left
}

.focus-tu {
    width: 555px;
    height: 288px;
    overflow: hidden
}

.focus-tu img {
    width: 555px;
    height: 288px
}

.rslides {
    width: 100%;
    position: relative;
    list-style: none;
    padding: 0
}

.rslides_nav {
    height: 51px;
    width: 31px;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 50%;
    left: 0;
    opacity: 0.5;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    margin-top: -28px
}

.rslides_nav:active {
    opacity: 1.0
}

.rslides_nav.next {
    left: auto;
    background-position: -31px -560px;
    right: 0
}

.rslides_tabs {
    margin: 0px auto;
    clear: both;
    text-align: center;
    position: absolute;
    top: 260px;
    /** left: 260px; **/
    width:100%;
    padding: 0 auto;
}

.rslides_tabs li {
    display: inline;
    float: none;
    _float: left;
    *float: left;
    margin-right: 5px
}

.rslides_tabs a {
    text-indent: -9999px;
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: rgba(0, 0, 0, .2);
    background: #DDD;
    display: inline-block;
    _display: block;
    *display: block;
    width: 9px;
    height: 9px
}

.rslides_tabs .rslides_here a {
    background: rgba(0, 0, 0, .6);
    background: #d52349;
}

/*二级页面*/
.secend-public {
    width: 1180px;
    margin: 0 auto;
}

.mt70 {
    margin-top: 70px;
}

.public-left {
    width: 365px;
    height: 100%;

    float: left;
}

.public-porduct {
    width: 365px;
    background: #fff;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

.product-tj {
    width: 365px;
}

.product-tit2 {
    padding-left: 40px;
    padding-right: 20px;
    margin-top: 30px;
    color: #030001;
    line-height: 24px;
    overflow: hidden;
}

.product-txt {
    padding-left: 40px;
    padding-right: 20px;
    margin-top: 35px;
    font-size: 16px;
    line-height: 24px;
}

.btn-wrapper {
    padding-left: 40px;
    overflow: hidden;
    margin-top: 60px;
    margin-bottom: 40px;
}

.product-know {
    width: 305px;
    background: #fff;
    overflow: hidden;
    padding-left: 40px;
    margin-top: 50px;
    padding-right: 20px;
    border-bottom: 1px solid #ddd;
}

.product-know-title {
    line-height: 24px;
    color: #010000;
}

.product-know-con {
    margin-top: 40px;
    overflow: hidden;
    line-height: 24px;
}

.product-know-con2 {
    color: #d52248;
    margin-top: 50px;
    text-decoration: underline;
    line-height: 30px;
    font-size: 15px;
    overflow: hidden;
}

.product-know-con2 p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-know-con2 a {
    color: #d52248;
}

.product-know-con2 a:hover {

    color: #ef3159;
}

.pl0 {
    padding-left: 0;
}

.left-ggt {
    margin-top: 22px;
    overflow: hidden;
}

.left-ggt img {
    width: 365px;
    height: 179px;
}

.public-right {
    width: 781px;
    float: left;
    margin-left: 34px;
    background: #fff;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

.bg-no {
    background: none;
}

.product-list-wrapper {
    margin-top: 15px;
    overflow: hidden;
}

.product-list-tit {
    height: 31px;
    background: #d52248;
    font-weight: bold;
    line-height: 30px;
    padding-left: 30px;
    color: #fff;
}

.product-list-ul {
    margin-top: 70px;
    padding-left: 70px;
    padding-bottom: 50px;
    padding-right: 110px;
    overflow: hidden;
}

.product-list-ul li {
    height: 40px;
    line-height: 64px;
    border-bottom: 1px solid #333;
    overflow: hidden;
}

.product-list-ul li:hover {
    color: #d52349;
}

.product-list-ul li a {
    width: 480px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    float: left;
}

.product-list-ul li .date {
    width: 120px;
    text-align: right;
}

.page {
    margin-bottom: 70px;
    margin-top: 20px;
    padding-right: 110px;
    padding-left: 70px;
    overflow: hidden;
    text-align: right;
    color: #333;
}

.page a {
    padding: 5px 10px;
    text-align: center;
    cursor: pointer;
}

.page .disable {
    color: #cccccc;
}

.page .curron {
    color: #d52248;
}

.product-cont {
    margin-top: 70px;
    padding-left: 60px;
    padding-bottom: 50px;
    padding-right: 60px;
    overflow: hidden;
}

.text-con {
    line-height: 34px;
    margin-top: 35px;
    text-align: left;
}

.nextlink a {
    color: #d52248;
    text-decoration: underline;
    margin-right: 20px;
}

.yc {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.w1 {
    width: 240px;
}

.w2 {
    width: 120px;
}

.text-right {
    text-align: right;
}

/*联系我们*/
.contact-public {
    width: 1158px;
    margin: 0 auto;
    margin-top: 70px;
}

.contact-pic {
    width: 1158px;
    height: 428px;
    margin: 0 auto;
}

.h-40 {
    height: 40px;
    line-height: 40px;
    margin-top: 40px;
}

.contact-us-tip {
    margin-top: 40px;
    background: #fff;
    overflow: hidden;
}

.contact-us-tip-con {
    padding-left: 50px;
    padding-right: 130px;
    padding-top: 50px;
}

.order-submit {
    margin-top: 32px;
    overflow: hidden;
    margin-bottom: 35px;
}

.order-left {
    width: 210px;
    height: 37px;
    float: left;
    text-align: right;
    line-height: 37px;
}

.order-right {
    width: 700px;
    float: left;
    margin-left: 25px;
}

.order-right input[type="text"] {
    width: 600px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #000;
    background: #fff;
    padding-left: 5px;
}

.mt28 {
    margin-top: 28px;
}

.order-right textarea {
    width: 600px;
    height: 120px;
    /* line-height: 35px; */
    line-height: 22px;
    font-size:14px;
    border: 1px solid #000;
    padding-left: 5px;
    padding-top: 5px;
    background: #fff;
}

.tip {
    color: #d52248;
    text-decoration: underline;
}

.btn-submit {
    width: 200px;
    height: 44px;
    margin-right: 100px;
    color: #fff;
    font-weight: bold;
    float: right;
    text-align: center;
    background: #d52248;
    display: block;
    cursor: pointer;
    line-height: 44px;
    border-radius: 3px;
}

.btn-submit:hover {
    color: #fff;
    opacity: 0.9;
}

.btn-submit2 {
    width: 200px;
    height: 44px;
    margin: 0 auto;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #d52248;
    display: block;
    cursor: pointer;
    line-height: 44px;
    border-radius: 3px;
}

.btn-submit2:hover {
    color: #fff;
    opacity: 0.9;
}

.line-h28 {
    line-height: 28px;
}

.mb40 {
    margin-bottom: 40px;
}

.company-text {
    width: 1000px;
    margin: 0 auto;
    margin-top: 60px;
    overflow: hidden;
}

.line-26 {
    line-height: 26px;
}

.mt50 {
    margin-top: 50px;
}

.mt40 {
    margin-top: 40px;
}

.company-wrapper {
    width: 100%;
    background: #fff;
    overflow: hidden;
    padding-bottom: 100px;
}

.regiest-wrapper {
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 30px;
    line-height: 24px;
    overflow: hidden;
    border-bottom: 1px solid #b5b5b5;
    padding-bottom: 25px;
}

.regiest-order li {
    margin-top: 15px;
    overflow: hidden;
}

.regiest-order-tit {
    width: 150px;
    height: 37px;
    line-height: 37px;
    padding-left: 30px;
    float: left;
}

.regiest-order-tit2 {
    width: 230px;
    height: 37px;
    line-height: 37px;
    padding-left: 15px;
    float: left;
    text-align: right;
}

.regiest-order-tit3{
    width: 220px;
    height: 37px;
    line-height: 37px;
    padding-left: 30px;
    float: left;
}


.regiest-order-ipt {
    width: 400px;
    float: left;
    margin-left: 20px;
}

.regiest-order-ipt2 {
    width: 300px;
}

.regiest-order-ipt input[type="text"] {
    width: 345px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #000;
    background: #fff;
    padding-left: 5px;
}

.regiest-order-ipt .w3 {
    width: 145px !important;
}

.regiest-order-ipt .w4 {
    width: 290px !important;
    margin-top: 15px;
}

.regiest-order-ipt textarea {
    width: 345px;
    height: 85px;
    /* line-height: 35px; */
    line-height: 22px;
    font-size:14px;
    border: 1px solid #000;
    background: #fff;
    padding-left: 5px;
    padding-top: 5px;
}

.w5 {
    width: 300px !important;
}

.bd {
    border-bottom: 1px solid #ddd;
}

.bd0 {
    border-bottom: 0;
}

.order-detail {
    background: #fff;
    width: 100%;
    margin-top: 20px;
    border: 1px solid #d4d4d4;
    border-top: 1px solid #bebebe;
}

.order-detail-sign {
    height: 36px;
    border-bottom: 1px solid #d52248;
    line-height: 36px;
    text-align: center;
}

.tb01 {
    width: 46%;
    float: left;
}

.tb02 {
    width: 18%;
    float: left;
}

.order-detail-product {
    width: 100%;
    height: 128px;
    border-bottom: 1px solid #d52248;
    overflow: hidden;
}

.pdr-40 {
    padding-right: 40px;
}

.txt-line {
    text-decoration: line-through;
}

.mc {
    width: 180px;
    line-height: 128px;
}

.pro-pic {
    width: 110px;
    float: left;
}

.num-adj {
    width: 28px;
    height: 28px;
    cursor: pointer;
    border: 1px solid #d52248;
    font-size: 24px;
    line-height: 28px;
    color: #d52248;
    text-align: center;
    float: left;
}

.num-ipt {
    border: 0;
    width: 28px;
    line-height: 28px;
    height: 28px;
    background: #fff;
    text-align: center;
}

.all-tol {
    height: 35px;
    background: #d52248;
    line-height: 35px;
    color: #fff;
    text-align: right;
}

.text-left {
    text-align: left;
}

.car-sign {
    padding-left: 70px;
    padding-right: 70px;
    margin-top: 15px;
    overflow: hidden;
}

.btn-pay {
    width: 290px;
    height: 37px;
    margin: 0 auto;
    margin-top: 40px;
    background: #d52248;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 37px;
}

.btn-pay:hover {
    color: #fff;
    opacity: 0.9;
}

.pay-sm {
    width: 610px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    line-height: 26px;
    overflow: hidden;
}

.submit-order {
    padding-left: 30px;
    overflow: hidden;
    margin-top: 10px;
}

.submit-order-left {
    width: 360px;
    float: left;
}

.submit-order-right {
    width: 200px;
    float: left;
    margin-left: 15px;
    margin-top: 30px;
}

.tip2 {
    margin-top: 10px;
    margin-bottom: 20px;
    color: #d52248;
    text-align: right;
    font-family: 宋体;
    font-size: 17px;
    overflow: hidden;
}

.w160 {
    width: 160px;
}

.product-detail {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    overflow: hidden;
}

.focus2 {
    width: 344px;
    height: 290px;
    float: left;
}

.slide_fade {
    overflow: hidden;
    position: relative;
    width: 344px;
    background: #fff;
}

.slide_fade .box {
    overflow: hidden;
    position: relative;
    width: 344px;
    height: 290px;
    z-index: 4;
}

.slide_fade .box a {
    color: #fff;
}

.slide_fade .box a:hover {
    text-decoration: none;
}

.slide_fade .list {
    overflow: hidden;
    height: 9999px;
}

.slide_fade .list li {
    width: 344px;
    height: 207px;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

.slide_fade .list li:first-child {
    display: block;
}

.slide_fade .list img {
    width: 344px;
    height: 207px;
}

.slide_fade .btn {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 75px;
    background: #fff;
    z-index: 5;
    border-top: 1px solid #c9c9c9;
}

.slide_fade .btn li {
    overflow: hidden;
    float: left;
    width: 75px;
    height: 75px;
    margin: 0 0 0 12px;
    padding-top: 7px;
    color: #333;
}

.slide_fade .btn li:first-child {
    margin-left: 0;
}

.slide_fade .btn .selected {
    position: relative;
    top: -3px;
    border-top: 3px solid #f32465;
}

.product-sign {
    width: 345px;
    margin-left: 40px;
    float: left;
}

.product-tab {
    height: 70px;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 10px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    overflow: hidden;
}

.product-tab-1 {
    width: 100%;
    height: 40px;
    border: 1px solid #d52248;
    margin-top: 13px;
}

.product-tab-left {
    width: 50%;
    float: left;
    font-weight: bold;
    text-align: center;
    line-height: 40px;

    cursor: pointer;
    color: #d52248;
    background: #fff;
}

.tabon {
    color: #fff;
    background: #d52248;
}

.btn-pj {
    width: 120px;
    height: 60px;
    padding-top: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 25px;
    margin-top: 15px;
    border: 1px solid #d52248;
    display: block;
}

.comment {
    width: 100%;
    height: 110px;
    margin-top: 20px;
}

.comment-1 {
    width: 130px;
    margin-top: 10px;
    float: left;
    text-align: center;
}

.comment-num {
    font-size: 40px;
    color: #d52248;
}

.comment-2 {
    width: 300px;
    float: left;
}

.comment-3 {
    width: 270px;
    float: left;
}

.comment-fl {
    width: 780px;
    height: 40px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin-top: 10px;
    line-height: 40px;
    text-align: center;
}

.comment-fl-block {
    width: 194px;
    height: 40px;
    color: #d52248;
    border-right: 1px solid #ccc;
    float: left;
    cursor: pointer;
}

.comment-on {
    background: #d52248;
    color: #fff;
}

.tab-detail {
    margin-top: 10px;
    overflow: hidden;
}

.comment-con {
    padding-top: 20px;
    padding-bottom: 10px;
    margin-left: 20px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    margin-right: 20px;
}

.comment-con-left {
    width: 350px;
    float: left;
    line-height: 24px;
}

.comment-con-right {
    width: 200px;
    float: left;
    margin-left: 180px;
}

.dd {
    clear: both;
    margin-bottom: 20px;
    margin-top: 15px;
    width: 100%;
    height: 12px;
    font-size: 16px;
    font-family: '宋体';

}

.outbar {
    background: #fff;
    height: 12px;
    width: 50%;
    float: left;
    margin-left: 10px;
    background: #eeeeee;
}

.inbar {
    height: 12px;
    display: block;

}

.hpd {
    width: 100px;
    color: #d52248;
}

.w6 {
    width: 110px;
}

.w7 {
    width: 300px;
}

.w9 {
    width: 400px;
}

.regiest-order-ipt .w8 {
    width: 300px !important;
}

.regiest-order-ipt .w10 {
    width: 400px !important;
}

.tanc-pj {
    padding: 30px;
    background: #fff;
}

.tanc-pj-cont {
    width: 669px;
    height: 600px;
    border: 1px solid #ddd;
}

.tanc-tit {
    height: 70px;
    border-bottom: 1px solid #ddd;
    line-height: 70px;
    text-align: center;
}

.tanc-order {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.tanc-order-1 {
    width: 500px;
    margin: 0 auto;
}

.pj-four {
    border: 1px solid #ddd;
    height: 34px;
    border-right: 0
}

.text-area-star label {
    width: 166px;
    height: 34px;
    border-right: 1px solid #ddd;
    text-align: center;
    line-height: 34px;
    float: left;
    cursor: pointer;
    position: relative;
    font-family: 宋体;
    font-size: 20px;
}

.text-area-star label input[type="radio"] {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    width: 166px;
    height: 34px;
    position: absolute;
    left: 0px;
    top: 0;
    cursor: pointer;
}

.pj-option-ok {

    background: #d52248;
    color: #fff;
}

.tanc-order-2 {
    width: 600px;
    margin: 0 auto;
}

.pj-btn {
    width: 400px;
    height: 40px;
    margin-left: 195px;
    line-height: 40px;
    margin-top: 20px;
    overflow: hidden;
    border: 1px solid #d52248;
    background: #fff;

}

.pj-btn-tj {
    height: 40px;
    width: 200px;
    background: #d52248;
    color: #fff;
    text-align: center;
    display: block;
    float: left;
}

.pj-btn-tj:hover {
    color: #fff;
    opacity: 0.9
}

.pj-btn-cancel {
    height: 40px;
    width: 200px;
    text-align: center;
    display: block;
    float: left;
    background: #fff;
    color: #d52248;
}

.pj-btn-cancel:hover {
    color: #d52248;
    opacity: 0.9
}

.tip3 {
    margin-top: 10px;
    margin-bottom: 20px;
    color: #d52248;
    text-align: right;
    font-family: 宋体;
    font-size: 20px;
    overflow: hidden;
    margin-right: 60px;
}

.btn-tjdiv {
    padding-bottom: 100px;
    overflow: hidden;
    margin-top: 20px;
}

/* 弹窗 */
.tanc-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
    z-index: 50
}

.pj-window {
    position: absolute;
    left: 50%;
    margin-left: -350px;
    top: 150px;
    display: none;
    z-index: 100;
}

.error-pj {
    width: 720px;
    margin: 0 auto;
    padding: 30px;
    background: #fff;
}

.error-pj-cont {
    width: 720px;
    height: 500px;
    border: 1px solid #ddd;
}

.error-tit {
    height: 45px;
    border-bottom: 1px solid #ddd;
    line-height: 45px;
    text-align: center;
    background: #d52248;
    color: #fff;
}

.sorroy {
    font-family: 微软雅黑;
    font-size: 50px;
    color: #000;
}

.error-tip1 {
    text-indent: 2em;
    width: 415px;
    float: left;
    margin-left: 50px;
}

.error-tip2 {
    width: 200px;
    float: left;
    text-align: center;
    font-family: 微软雅黑;
    line-height: 55px;
}

.error-tip2 .s1 {
    font-size: 60px;
}

.error-tip2 .s2 {
    font-size: 30px;
}

.back-index {
    text-decoration: underline;
    color: #d52248;
    margin-left: 30px;
    margin-right: 20px;
}

.back-index:hover {
    text-decoration: underline;
    color: #d52248;
    opacity: 0.8;
}

.error-code {
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
    margin-left: 50px;
    margin-right: 50px;
}

.auto-line {
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
}

/*404new*/
.error-404 {
    position: relative;
    z-index: 2;
    width: 540px;
    height: 0;
    margin: 110px auto 15px;
    padding: 230px 0 0;
    overflow: hidden;
    background-image: url(../images/Main.jpg);
    background-repeat: no-repeat;
}

.error-pic {
    position: absolute;
    top: 17px;
    left: 187px;
    margin: 0;
    font-size: 0;
    text-indent: -999px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
    width: 534px;
}

.error-pic em {
    display: block;
    font: italic bold 200px/120px "Times New Roman", Times, Serif;
    text-indent: 0;
    letter-spacing: -5px;
    color: rgba(216, 226, 244, 0.3);
}

.link a {
    margin-right: 1em;
}

.link, .texts {
    width: 540px;
    margin: 0 auto 15px;
    color: #505050;
}

.texts {
    line-height: 2;
}

.texts dd {
    margin: 0;
    padding: 0 0 0 15px;
}

.texts ul {
    margin: 0;
    padding: 0;
}

.portal {
    color: #505050;
    text-align: center;
    white-space: nowrap;
    word-spacing: 0.45em;
}

.portal a:link, .portal a:visited {
    color: #505050;
    word-spacing: 0;
}

.portal a:hover, .portal a:active {
    color: #007ab7;
}

.portal span {
    display: inline-block;
    height: 38px;
    line-height: 35px;
}

.portal span span {
    padding: 0 0 0 20px;
}

.portal span span span {
    padding: 0 20px 0 0;
    background-position: 100% -80px;
}

.STYLE1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 65px;
}

.member-price{
	display:none;
}


.re-member-price{
	display:none;
}

.member-price-sheng{
	display:none;
}

div.user-info{
	line-height: 37px;vertical-align: middle;color: #767676;
	font-size:14px
}

/*12.15增加样式*/

.h-756 {
    height: 756px;
}

.success-smile {
    width: 122px;
    margin: 0 auto;
    margin-top: 50px;
}

.success {
    margin-top: 30px;
    overflow: hidden;
}

.success table {
    width: 690px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-collapse: collapse;

}

.success table tr {
    height: 50px;
    border-bottom: 1px solid #ddd;

}

.success table tr td {
    font-size: 16px;
    padding-left: 10px;
}

.percent70 {
    width: 70%;
}

.percent20 {
    width: 20%;
}

.percent10 {
    width: 10%;
}

.btn-wrapper {
    width: 225px;
    margin: 25px auto;
}

.btn-Continue {
    width: 200px;
    padding-left: 20px;
    height: 50px;
    display: block;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    margin-right: 20px;
    background: url(../images/icon02.png) no-repeat 10% 50% #486b71;
    font-weight: bold;
}

.btn-Continue:hover {
    color: #fff;
    opacity: 0.9;

}

.btn-pay-noselect {
    width: 290px;
    height: 37px;
    margin: 0 auto;
    margin-top: 40px;
    background: #fff;
    color: #333;
    border: 1px solid #ddd;
    display: block;
    text-align: center;
    line-height: 37px;
}

.btn-pay:hover {
    color: #fff;
    opacity: 0.9;
}


/*12.15增加样式*/

.h-756 {
    height: 756px;
}

.success-smile {
    width: 122px;
    margin: 0 auto;
    margin-top: 50px;
}

.success {
    margin-top: 30px;
    overflow: hidden;
}

.success table {
    width: 690px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-collapse: collapse;

}

.success table tr {
    height: 50px;
    border-bottom: 1px solid #ddd;

}

.success table tr td {
    font-size: 16px;
    padding-left: 10px;
}

.percent70 {
    width: 70%;
}

.percent20 {
    width: 20%;
}

.percent10 {
    width: 10%;
}

.btn-wrapper {
    width: 225px;
    margin: 25px auto;
}

.btn-Continue {
    width: 200px;
    padding-left: 20px;
    height: 50px;
    display: block;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    margin-right: 20px;
    background: url(../images/icon02.png) no-repeat 10% 50% #486b71;
    font-weight: bold;
}

.btn-Continue:hover {
    color: #fff;
    opacity: 0.9;

}

.btn-pay-noselect {
    width: 290px;
    height: 37px;
    margin: 0 auto;
    margin-top: 40px;
    background: #fff;
    color: #333;
    border: 1px solid #ddd;
    display: block;
    text-align: center;
    line-height: 37px;
}

.btn-pay:hover {
    color: #fff;
    opacity: 0.9;
}

/*12.17*/
.Member-center {
    width: 310px;
    margin-left: 40px;
    overflow: hidden;
    margin-top: 50px;
    padding-bottom: 30px;
}

.Member-center ul {
    margin-top: 40px;
    margin-left: 20px;
    line-height: 35px;
    overflow: hidden;
    margin-bottom: 50px;
}

.Member-center ul li a {
    text-decoration: underline
}

.w205 {
    width: 205px;
}

.ml-20 {
    margin-left: 20px !important;
}

.Member-personsign {
    background: #fff;
    width: 100%;
    margin-top: 20px;
    border-bottom: 1px solid #d52248;
    border-left: 37px solid #486b71;
    height: 75px;
    padding-bottom: 30px;
    padding-top: 30px;
    overflow: hidden;
}

.ml50 {
    margin-left: 50px;
}

.Member-personsign-line {
    margin-left: 40px;
    overflow: hidden;
}

.tj-name {
    height: 90px;
    padding-top: 20px;
    padding-bottom: 50px;
}

.address {
    height: 205px;
    padding-top: 20px;
    padding-bottom: 50px;
}

.bank {
    height: 300px;
    padding-top: 20px;
    padding-bottom: 50px;
}

.btn-save {
    overflow: hidden;
    margin-top: 50px;

}

.Member-myorder {
    background: #fff;
    margin-top: 20px;
    border-bottom: 1px solid #ccc;
    border-left: 37px solid #486b71;
    padding-top: 10px;
    overflow: hidden;
}

.Member-myorder table {
    width: 100%;
    border-collapse: collapse;

}

.Member-myorder table tr {
    border-bottom: 1px solid #d52248;

}

.Member-myorder table tr th {
    height: 35px;
    line-height: 35px;
    font-family: 'FangSong_GB2312';
    font-size: 16px;
    text-align: center;

}

.Member-myorder table tr td {
    height: 35px;
    line-height: 35px;
    font-family: 'FangSong_GB2312';
    font-size: 14px;
    text-align: center;

}

.Member-myorder table tr:last-child {
    border-bottom: 0;
    border-bottom: none;

}

.percent40 {
    width: 40%;
}

.percent30 {
    width: 30%;
}

.Member-myScores {
    background: #fff;
    margin-top: 20px;
    border-bottom: 1px solid #ccc;
    border-left: 37px solid #486b71;
    padding-top: 10px;

    overflow: hidden;
}

.Member-myScores table {
    width: 100%;
    border-collapse: collapse;

}

.Member-myScores table tr {
    border-bottom: 1px dashed #d52248;

}

.Member-myScores table tr th {
    height: 45px;
    line-height: 45px;
    font-family: 'FangSong_GB2312';
    font-size: 16px;
    text-align: center;

}

.Member-myScores table tr td {
    height: 45px;
    line-height: 45px;
    font-family: 'FangSong_GB2312';
    font-size: 14px;
    text-align: center;

}

.h-558 {
    height: 558px;
}

/*3.1*/
.product-focus {
    width: 780px;
    height: 296px;
}

.product-focus li img {
    width: 780px;
    height: 296px;
}