.content-box1 {
    background: #f2f2f2;
    position: relative;
}

.banner-bg {
    width: 100%;
    min-width: 1200px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.banner-bg-w {
    overflow: hidden;
    width: 100%;
    height: 430px;
    position: absolute;
    top: 0;
    left: 0;
}

.banner-bg-w ul {
    width: 1920px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
}



.cb1-ad{
    margin-left: 230px;
}
.cb1-ad-banner {
    width: 1200px;
    height: 430px;
}
.poster-main {
    overflow: hidden;
    position: relative;
    width: 1200px;
    height: 352px;
    margin: 0 auto;
}

.poster-main a,
.poster-main img {
    display: block;
}

.poster-main a {
    overflow: hidden;
}

.poster-main .poster-list {
    width: 1200px;
    height: 352px;
    font-size: 0;
}

.poster-main .poster-list .poster-item {
    position: absolute;
    left: 0;
    top: 0;
}

.poster-main .poster-btn {
    width: 30px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    font-size: 32px;
    color: #fff;
    background: #1c1c1c;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 99;
    cursor: pointer;
    opacity: 0.8
}

.poster-main .poster-prev-btn {
    left: 10px;
}

.poster-main .poster-next-btn {
    right: 10px;
}

.poster-tab {
    height: 5px;
    line-height: 5px;
    font-size: 0;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 20px;
    z-index: 99;
    transition: all .2s;
}
.poster-tab:hover {
    height: 8px;
    line-height: 8px;
}
.poster-tab:hover em {
    height: 8px;
}

.poster-tab em {
    display: inline-block;
    width: 25px;
    height: 5px;
    background: #1c1c1c;
    background: rgba(0, 0, 0, .5);
    margin: 0 5px;
    cursor: pointer;
    transition: all .2s;
}

.poster-tab em.hover {
    background: #fff;
}

.cb1-ad-product {
    overflow: hidden;
    width: 1200px;
    height: 86px;
    padding: 40px 0;
    background: #fff;
    margin: 10px auto 0;
    position: relative;
}

.cb1-ad-product .poster-list {
    width: 1200px;
    height: 86px;
    font-size: 0;
    position: relative;
}

.cb1-ad-product .poster-item {
    width: 1200px;
    height: 86px;
    text-align: center;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
}

.cb1-ad-pro {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: inline-block;
    width: 186px;
    height: 86px;
    border: 1px solid transparent;
    margin: 0 20px;
    position: relative;
}

.cb1-ad-pro-txt {
    width: 96px;
    text-align: left;
    padding-left: 5px;
}

.cb1-ad-pro h4 {
    height: 20px;
}

.cb1-ad-pro h4 a {
    display: inline-block;
    width: 96px;
    font-size: 12px;
    font-weight: 700;
    color: #191919;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cb1-ad-pro h4 a:hover {
    color: #0068B1;
}

.cb1-ad-pro p {
    font-size: 12px;
    color: #878787;
    margin: 8px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cb1-ad-pro span a{
    display: inline-block;
    width: 80px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    background: #0068B1;
    border-radius: 25px;
    color: #fff;
}

.cb1-ad-pro img {
    width: 80px;
    height: 80px;
    transition: all .4s;
}

.cb1-ad-pro img:hover {
    transform: scale(1.04);
}

.cb1-pro-smt::after {
    display: block;
    content: '';
    width: 1px;
    height: 62px;
    background: #e3e3e3;
    position: absolute;
    top: 50%;
    right: -20px;
    margin-top: -31px;
}

.cb1-ad-product .poster-btn {
    width: 24px;
    height: 48px;
    line-height: 42px;
    text-align: center;
    font-size: 38px;
    color: #e3e3e3;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    cursor: pointer;
    z-index: 99;
}

.cb1-ad-product .poster-prev-btn {
    left: 2px;
}

.cb1-ad-product .poster-next-btn {
    right: 2px;
}



.cb1-fun {
    overflow: hidden;
    width: 230px;
    height: 430px;
    background: #fff;
    position: relative;
}

.cb1-fun::before {
    display: block;
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0px 1px 12px 4px #e3e3e3;
}

.cb1-fun-user {
    width: 206px;
    height: 132px;
    margin: 30px auto 0;
    border-bottom: 1px dashed #e5e5e5;
}

.cb1-user-buddha {
    overflow: hidden;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    margin-left: 10px;
}

.cb1-user-name {
    height: 54px;
    font-size: 12px;
    padding-top: 12px;
    margin-left: 10px;
}

.cb1-user-name p {
    width: 108px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cb1-user-name-p1 {
    font-weight: 700;
}

.cb1-user-deed {
    width: 204px;
    font-size: 0;
    margin: 25px auto 0;
}

.cb1-user-deed a {
    display: inline-block;
    width: 88px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    border: 2px solid #0068B1;
    border-radius: 25px;
    margin: 0 5px;
}

.cb1-user-deed .cb1-user-login {
    color: #fff;
    background: #0068B1;
}

.cb1-user-deed .cb1-user-login:hover {
    background: #2d2e3e;
}

.cb1-user-deed .cb1-user-register {
    color: #0068B1;
}
.cb1-fun-quote .quote-fast{
    margin: 17px 0;
}
.cb1-fun-quote .quote-fast a {
    display: block;
    width: 210px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #0068B1;
    border-radius: 4px;
    margin: 15px auto;
}

.cb1-fun-quote .quote-fast a:hover {
    background: #0068B1;
}

.cb1-fun-quote .quote-fast i {
    font-size: 24px;
    margin-right: 10px;
}

.cb1-fun-quote .quote-many a {
    display: inline-block;
    margin-left: 12px;
}

.cb1-fun-quote .quote-many i {
    margin-right: 5px;
}

.quote-custom {
    width: 230px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    background: #515151;
    background: linear-gradient(to right, #515151, #7e7e7e);
    margin-top: 18px;
}
.cb1-fun-down{
    margin-top: 12px;
}
.cb1-fun-down .down-box {
    display: block;
    width: 210px;
    margin: 10px auto 0;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    transition: all .1s;
}

.cb1-fun-down .down-box:hover {
    filter: brightness(1.13);
    -webkit-filter: brightness(1.13);
}

.cb1-fun-down .down-box:hover::after {
    display: block;
}

.cb1-fun-down .down-box:hover i {
    display: block;
}

.cb1-fun-down .modal-3d{
    visibility: hidden;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
}
.cb1-fun-down .download-3d{
    visibility: hidden;
    width: 640px;
    height: 200px;
    background: url(../images/modal-3d.png) no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -320px;
    transform: scale(0);
    transition: all .4s;
}
.cb1-fun-down .download-3d.show{
    visibility: visible;
    transform: scale(1);
}
.cb1-fun-down .download-3d .shut-modal{
    position: absolute;
    top: 7px;
    right: 8px;
}
.cb1-fun-down .download-btn-2{
    width: 283px;
    height: 62px;
    background: url(../images/dw-btn-2.png) no-repeat;
    margin: 24px auto 0;
    position: relative;
}
.cb1-fun-down .download-btn-1{
    width: 283px;
    height: 62px;
    background: url(../images/dw-btn-1.png) no-repeat;
    position: absolute;
    top: -5px;
    left: -4px;
    transition: all .1s;
}
.cb1-fun-down .download-btn-1.hover{
    top: 0;
    left: 0;
}
.cb1-fun-down .modal-3d a{
    display: block;
    font-size: 40px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
}
.cb1-fun-down .modal-3d a i{
    font-size: 34px;
    margin-left: 5px;
}
.cb1-fun-down .extract{
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    text-align: center;
    color: #666666;
    position: absolute;
    bottom: 0;
}
.cb1-fun-down .extract span{
    font-size: 20px;
    color: #ff973d;
}
.cb1-fun-down .extract i{
    font-size: 30px;
    margin-right: 5px;
}

.content-bg {
    padding-bottom: 40px;
    background: #f2f2f2;
}

.cb2-message {
    overflow: hidden;
    height: 54px;
    line-height: 54px;
    position: relative;
}

.cb2-message-p {
    width: 314px;
    margin-right: 30px;
}

.cb2-message-p i {
    display: inline-block;
    font-size: 24px;
    color: #f35050;
    margin-top: -8px;
}

.cb2-message-title {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-right: 15px;
}

.cb2-message-text {
    font-size: 14px;
    color: #191919;
}

.cb2-message-roll {
    overflow: hidden;
    width: 856px;
    position: absolute;
    top: 0;
    left: 344px;
}

#roll {
    width: 100%;
    overflow: hidden;
}

.cb2-message-list li {
    float: left;
    padding-right: 52px;
    position: relative;
}

.cb2-message-list li::after {
    content: '/';
    font-size: 16px;
    position: absolute;
    top: 50%;
    right: 26px;
    margin-top: -27px;
}

.cb2-message-list li.first::after {
    content: none;
}

.cb2-message-list li i {
    font-size: 30px;
    color: #191919;
    margin-right: 5px;
}

.cb2-message-list li a {
    font-size: 14px;
    color: #191919;
}

.cb2-message-list li a:hover {
    color: #cea861 ;
}

.cb2-module {
    padding: 15px;
    background: #fff;
    box-shadow: 0px 0px 1px 1px #eaeaea;
}

.cb2-module-list {
    overflow: hidden;
    width: 1180px;
}

.cb2-module-list li {
    float: left;
    width: 226px;
    height: 130px;
    margin-right: 10px;
    position: relative;
}

.cb2-module-txt {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.cb2-module-txt div{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 16px 14px;
    position: absolute;
    top: 0;
    left: 0;
}

.cb2-module-txt p {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px;
    margin-top: 0;
    transition: all .3s;
}

.cb2-module-txt:hover img{
    filter: blur(1px);
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -ms-filter: blur(1px);
}

.cb2-module-txt:hover p {
    margin-top: 10px;
    margin-bottom: 16px;
}

.cb2-module-txt span {
    font-size: 14px;
    color: #fff;
}

.cb2-module-txt em {
    display: block;
    width: 52px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    padding: 0;
    border: 1px solid #fff;
    border-radius: 25px;
    margin-top: 12px;
}

.cb3-title {
    height: 66px;
    line-height: 66px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #292929;
}

.cb3-title span {
    display: inline-block;
    position: relative;
}

.cb3-title span::before {
    display: block;
    content: '';
    width: 30px;
    height: 3px;
    background: #4a4a4a;
    position: absolute;
    top: 50%;
    left: -50px;
    margin-top: -1px;
}

.cb3-title span::after {
    display: block;
    content: '';
    width: 30px;
    height: 3px;
    background: #4a4a4a;
    position: absolute;
    top: 50%;
    right: -50px;
    margin-top: -1px;
}

.cb3-tab-box {
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #0068B1;
    margin-bottom: 14px;
}

.cb3-tab-box ul {
    overflow: hidden;
    width: 1200px;
}

.cb3-tab-box li {
    float: left;
    width: 291px;
    height: 65px;
    line-height: 65px;
    font-size: 18px;
    color: #151515;
    cursor: default;
    position: relative;
}

.cb3-tab-box li.hover {
    color: #fff;
    background: #0068B1;
}
}

.cb3-tab-box li i {
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    background: #0068B1;
    margin-right: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .2s;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.cb3-tab-box li.hover i{
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.cb3-tab-box .cb3-tab-prt{
    margin-right: 12px;
}

.cb3-ct-main-item {
    width: 290px;
    height: 200px;
    background: #dedede;
}

.cb3-ct-main-item p {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 700;
    color: #1c1c1c;
    padding: 0 16px;
}

.cb3-ct-main-item ul {
    overflow: hidden;
}

.cb3-ct-main-item li {
    float: left;
    width: 112px;
    height: 36px;
    line-height: 36px;
    text-align: left;
    border-bottom: 1px solid #c4c4c4;
    margin: 0 16px 10px;
}

.cb3-ct-main-item a {
    display: block;
    font-size: 12px;
    color: #404040;
}

.cb3-ct-main-item a:hover {
    color: #0068B1;
}

.cb3-ct-main-item a i {
    float: right;
    margin-top: 10px;
}


.cb3-ct-box {
    height: 590px;
    position: relative;
}

.cb3-ct-module {
    z-index: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s;
}

.cb3-ct-module.hover {
    z-index: 1;
    opacity: 1;
}

.cb3-ct-list {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 910px;
    height: 590px;
    padding-left: 1px;
}

.cb3-ct-list li {
    float: left;
    width: 302px;
    height: 590px;
    margin-left: 1px;
}

.cb3-ct-pro {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 196px;
    padding: 54px 12px 0;
    background: #fff;
    border: 1px solid transparent;
}

.cb3-ct-pro:hover {
    border: 1px solid #0068B1;
}

.cb3-ct-mg {
    margin-bottom: 1px;
}

.cb3-ct-spc {
    height: 393px !important;
    padding: 10px 0 0 0 !important;
}

.cb3-ct-spc .cb3-ct-spc-img {
    width: 252px;
    margin: 0 auto;
}

.cb3-ct-spc .cb3-ct-spc-img img {
    width: 252px;
    transition: all .4s;
}

.cb3-ct-spc .cb3-ct-spc-img img:hover {
    transform: scale(1.08);
}

.cb3-ct-pro .cb3-ct-img {
    width: 110px;
}

.cb3-ct-pro .cb3-ct-img img {
    width: 110px;
    transition: all .4s;
}

.cb3-ct-pro .cb3-ct-img img:hover {
    transform: scale(1.08);
}

.cb3-ct-spc-txt {
    width: 262px;
    text-align: center;
    margin: 20px auto 0;
}

.cb3-ct-txt {
    width: 136px;
    text-align: left;
}

.cb3-ct-pro h4 a {
    height: 60px;
    font-size: 14px;
    font-weight: 700;
    color: #303030;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.cb3-ct-pro h4 a:hover {
    color: #0068B1;
}

.cb3-ct-pro p {
    margin-top: 12px;
}

.cb3-ct-pro .cb3-txt-p1 {
    font-size: 14px;
    color: #a1a1a1;
}

.cb3-ct-pro .cb3-txt-p2 {
    font-size: 14px;
    color: #303030;
}

.cb3-ct-pro .cb3-txt-p2 a{
    display: inline-block;
    color: #fff;
    padding: 2px 6px;
    background: #0068B1;
    border-radius: 3px;
}

.cb3-ct-pro .cb3-txt-p2 span {
    font-size: 18px;
    color: #f11d13;
}

.content-box4 .cb-title-tier {
    color: #159595;
}

.content-box4 .cb-ct-list li:hover {
    border: 1px solid #159595;
}

.content-box5 .cb-title-tier {
    color: #155d95;
}

.content-box5 .cb-ct-list li:hover {
    border: 1px solid #155d95;
}

.content-box6 .cb-title-tier {
    color: #ff633f;
}

.content-box6 .cb-ct-list li:hover {
    border: 1px solid #ff633f;
}

.content-box7 .cb-title-tier {
    color: #32c980;
}

.content-box7 .cb-ct-list li:hover {
    border: 1px solid #32c980;
}

.content-box8 .cb-title-tier {
    color: #b88e52;
}

.content-box8 .cb-ct-list li:hover {
    border: 1px solid #b88e52;
}


.cb-ct-box {
    overflow: hidden;
    width: 1201px;
}

.cb-img {
    width: 290px;
    height: 400px;
    transition: all .5s;
}

.cb-img:hover {
    filter: brightness(1.1);
    -webkit-filter: brightness(1.1);
}

.cb-title {
    height: 24px;
    padding: 30px 0 16px;
}

.cb-title h3 {
    font-size: 20px;
    font-weight: 700;
    color: #343434;
}

.cb-title h3 span {
    margin-right: 5px;
}

.cb-title-tab a {
    font-size: 12px;
    color: #909090;
    margin: 0 10px;
}

.cb-title-tab a:hover {
    color: #0068B1;
}

.cb-title-tab span {
    color: #909090;
}

.cb-title-tab .cb-title-more {
    color: #252525;
    margin-right: 0;
}

.cb-title-tab .cb-title-more:hover {
    color: #cea861 ;
}

.cb-title-tab .cb-title-more i {
    display: inline-block;
    font-size: 24px;
}

.cb-title-tab .cb-title-more:hover i{
    animation: more .7s 1;
}

@keyframes more {
    0% {
        transform: none;
    }
    25% {
        transform: translateX(5px);
    }
    50% {
        transform: none;
    }
    75% {
        transform: translateX(3px);
    }
    100% {
        transform: none;
    }
}

.cb-ct-list {
    overflow: hidden;
    width: 910px;
    height: 401px;
}

.cb-ct-list li {
    float: left;
    width: 179px;
    height: 198px;
    background: #fff;
    border: 1px solid #fff;
    margin: 0 0 1px 1px;
}

.cb-pro-img {
    display: block;
    width: 160px;
    text-align: center;
    margin: 6px auto 8px;
}

.cb-pro-img img {
    width: 120px;
    height: 120px;
    transition: all .4s;
}

.cb-pro-img:hover img {
    transform: scale(1.1);
}

.cb-pro-txt {
    width: 160px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cb-pro-txt a {
    font-weight: 700;
    color: #303030;
}

.cb-pro-txt a:hover {
    color: #5eb5b6;
}

.cb-pro-txt p {
    color: #868686;
    margin-top: 8px;
}

.content-box9 {
    width: 1212px;
    margin-top: 34px;
}

.information {
    width: 372px;
    height: 280px;
    padding: 10px;
    background: #fff;
    margin-right: 12px;
}

.information-title {
    height: 24px;
    line-height: 24px;
    padding: 8px 0 16px;
    border-bottom: 1px solid #e3e3e3;
}

.information-title h4 {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    text-indent: 8px;
    border-left: 4px solid #0068B1;
}

.information-title a {
    font-size: 14px;
}

.information-box {
    padding: 10px 10px 0;
    line-height: 34px;
}

.information-list a {
    display: block;
    width: 352px;
    font-size: 14px;
    color: #333333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.information-list a:hover {
    color: #cea861 ;
    text-decoration: underline;
}

.information-list span {
    display: inline-block;
    color: #a5a5a5;
    margin-right: 10px;
}

.fl-nav {
	position: absolute;
	top: 20px;
	left: -60px;
	z-index: 10000;
}

.fl-nav li {
	width: 30px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding: 8px 5px;
	background: #0068B1;
	border-bottom: 1px dashed #666;
	cursor: pointer;
}

.fl-nav li.fl-nav-btn:hover {
	background: #ffa800;
}

.fl-nav li.return-top {
	color: #b1b1b1;
	background: #fff;
	border: none;
	margin-top: 5px;
}

.fl-nav li.return-top i {
	display: block;
}

.fl-nav li.return-top:hover{
    color: #0068B1;
}




.index .row{
	margin-top:0;
}
.index .index_goods{
	margin-top:20px;
}
#productCategoryMenu{
	background:#c81623;
}
.index .productCategoryMenu p a{
	color:#fff;
	font-size:14px;
	font-weight:normal;


}
.index .productCategoryMenu p a:hover{
	color:#fff;
}
.container .index_banner{
	width:730px;
	overflow:hidden;
}
.dynamic{
	float:left;
	width:248px;
	margin-left:10px;
	margin-top:10px;
	height:443px;
	border:#e4e4e4 1px solid;
	}
.dynamic h3{ height:40px; line-height:40px;
             font-size:16px;
			 padding:0 15px;
			 font-weight:normal;
			 border-bottom:#e4e4e4 1px dotted;}
.dynamic h3 span{
	font-size:12px; line-height:40px;
	text-align:right;
	float:right;
}
.dynamic .tabContent{
	padding:8px 0;
	border-bottom:#e4e4e4 1px solid;
}
.dynamic .tabContent li{
	padding:0 15px;
	line-height:27px;
	height:27px;
	overflow:hidden;
	*background:url(http://www.51mocai.com/upload/image/Point.png) no-repeat 15px 13px;
	*text-indent:10px;
}
.selected{
	width:1210px;
	margin:0 auto;
	margin-left:10px;
	margin-top:10px;

}
.selected h3{
	font-size:18px;
	font-weight:normal;
	padding-bottom:6px;
	color:#333;

}
.selected ul{
	border:#e4e4e4 1px solid;
	position:relative;
	overflow:hidden;
	border-right:none;
	border-bottom:none;
}
.selected ul li{
	float:left;
	border-bottom:#e4e4e4 1px solid;
	border-right:#e4e4e4 1px solid;
}
.selected ul li:hover img{
	filter: alpha(opacity = 80);
    opacity: 0.8;
}