@charset "utf-8";
/* CSS Document */

body{background:#fff; font-size:12px; font-family:"微软雅黑";}
body,form,ul,li,ol,dl,dt,dd,p,i,h1,h2,h3,h4,h5,h6{ margin:0; padding:0}
h1,h2,h3,h4,h5,h6 {font-size:14px; font-weight:normal;}   
a {color:#4d618d;text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {color:#4d618d;text-decoration:none;}
a:active {color:#4d618d;}
ul,li{ list-style:none}  img{ border:0}  .dp{ display:block}
.tc{ text-align:center}  .fl{ float:left} .fr{ float:right}
.clear{clear:both;}   .clearfix:after{content:"."; display:block; visibility:hidden; height:0; clear:both}

/*bluthner*/
#top{ width:100%; position:relative; height:107px;}    
#wrapper{ height:107px; width:50%; position:relative; background:#111d37; float:left;} 
#w_2{ height:107px; width:50%; background:#fff; float:right; *position:absolute;}    
#content{ width:1200px; margin:0 auto; z-index:999; position:relative;}    
.daohang{ position:absolute; top:-107px; left:272px; height:107px; background:#fff; width:928px;display:inline;}
.logo{position:absolute;top:-107px; left:0; height:107px; background:#111d37; width:272px;display:inline;}
.logo a{ display:block; float:right; padding:18px 35px 0 0;}
        /* 需要的css样式 */
        .nav {
            width: 928px;
            margin: 0 auto;
            text-align: center;
        }

        .menu, .menu ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .menu {
            height:107px;
			float:right;
        }

        .menu li {
            background: url(../images/bluthner_02.jpg) no-repeat right top;
            min-width: 160px;
        }

        .menu > li {
            display: block;
            float: left;
            position: relative;
        }

        .menu > li:first-child {
            /*border-radius: 5px 0 0;*/
        }

        .menu a {
            
           /*background: url("../img/back.jpg");*/
            color: #808080;
            display: block;
            font-size: 18px;
            line-height: 107px;
            text-decoration: none;
            text-transform: uppercase;
        }

        .menu li:hover {
            background-color: #cba05e;
			background-image:none;
/*            background: -moz-linear-gradient(#cba05e, #1b1b1b);
            background: -ms-linear-gradient(#cba05e, #1b1b1b);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cba05e), color-stop(100%, #1b1b1b));
            background: -webkit-linear-gradient(#cba05e, #1b1b1b);
            background: -o-linear-gradient(#cba05e, #1b1b1b);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cba05e', endColorstr='#1b1b1b');
            -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#cba05e', endColorstr='#1b1b1b')";
            background: linear-gradient(#cba05e, #1b1b1b);
            border-bottom: 2px solid #222222;*/
            /*改变加深父元素的背景*/
        }

        .menu li:hover > a {

            color: #fff;
        }

        .submenu {
            left: 0;
            max-height: 0;
            position: absolute;
            top: 100%;
            z-index: 0;
            -webkit-perspective: 400px;
            -moz-perspective: 400px;
            -ms-perspective: 400px;
            -o-perspective: 400px;
            perspective: 400px;
        }

        .submenu li {
			background:#cba05e;
			border-bottom:solid 1px #eeeef0;
            opacity: 0;
            -webkit-transform: rotateY(90deg);
            -moz-transform: rotateY(90deg);
            -ms-transform: rotateY(90deg);
            -o-transform: rotateY(90deg);
            transform: rotateY(90deg);
            -webkit-transition: opacity .4s, -webkit-transform .5s;
            -moz-transition: opacity .4s, -moz-transform .5s;
            -ms-transition: opacity .4s, -ms-transform .5s;
            -o-transition: opacity .4s, -o-transform .5s;
            transition: opacity .4s, transform .5s;
            /*实现下拉菜单螺旋淡出*/
        }
		.submenu li a{ line-height:54px;color: #ffffff;}

        .menu .submenu li:hover a {
            border-radius: 0;
            color: #ffffff;
			background:#755e37;
        }

        .menu > li:hover .submenu, .menu > li:focus .submenu {
            max-height: 2000px;
            z-index: 10;
        }

        .menu > li:hover .submenu li, .menu > li:focus .submenu li {
            opacity: 1;
            -webkit-transform: none;
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
            transform: none;
        }
        /*动画递进的时间 实现一个个螺旋子菜单*/
        .menu li:hover .submenu li:nth-child(1) {
            -webkit-transition-delay: 0s;
            -moz-transition-delay: 0s;
            -ms-transition-delay: 0s;
            -o-transition-delay: 0s;
            transition-delay: 0s;
        }

        .menu li:hover .submenu li:nth-child(2) {
            -webkit-transition-delay: 50ms;
            -moz-transition-delay: 50ms;
            -ms-transition-delay: 50ms;
            -o-transition-delay: 50ms;
            transition-delay: 50ms;
        }

        .menu li:hover .submenu li:nth-child(3) {
            -webkit-transition-delay: 100ms;
            -moz-transition-delay: 100ms;
            -ms-transition-delay: 100ms;
            -o-transition-delay: 100ms;
            transition-delay: 100ms;
        }

        .menu li:hover .submenu li:nth-child(4) {
            -webkit-transition-delay: 150ms;
            -moz-transition-delay: 150ms;
            -ms-transition-delay: 150ms;
            -o-transition-delay: 150ms;
            transition-delay: 150ms;
        }

        .menu li:hover .submenu li:nth-child(5) {
            -webkit-transition-delay: 200ms;
            -moz-transition-delay: 200ms;
            -ms-transition-delay: 200ms;
            -o-transition-delay: 200ms;
            transition-delay: 200ms;
        }

        .menu li:hover .submenu li:nth-child(6) {
            -webkit-transition-delay: 250ms;
            -moz-transition-delay: 250ms;
            -ms-transition-delay: 250ms;
            -o-transition-delay: 250ms;
            transition-delay: 250ms;
        }

        .menu li:hover .submenu li:nth-child(7) {
            -webkit-transition-delay: 300ms;
            -moz-transition-delay: 300ms;
            -ms-transition-delay: 300ms;
            -o-transition-delay: 300ms;
            transition-delay: 300ms;
        }

        .menu li:hover .submenu li:nth-child(8) {
            -webkit-transition-delay: 350ms;
            -moz-transition-delay: 350ms;
            -ms-transition-delay: 350ms;
            -o-transition-delay: 350ms;
            transition-delay: 350ms;
        }

        .submenu li:nth-child(1) {
            -webkit-transition-delay: 350ms;
            -moz-transition-delay: 350ms;
            -ms-transition-delay: 350ms;
            -o-transition-delay: 350ms;
            transition-delay: 350ms;
        }

        .submenu li:nth-child(2) {
            -webkit-transition-delay: 300ms;
            -moz-transition-delay: 300ms;
            -ms-transition-delay: 300ms;
            -o-transition-delay: 300ms;
            transition-delay: 300ms;
        }

        .submenu li:nth-child(3) {
            -webkit-transition-delay: 250ms;
            -moz-transition-delay: 250ms;
            -ms-transition-delay: 250ms;
            -o-transition-delay: 250ms;
            transition-delay: 250ms;
        }

        .submenu li:nth-child(4) {
            -webkit-transition-delay: 200ms;
            -moz-transition-delay: 200ms;
            -ms-transition-delay: 200ms;
            -o-transition-delay: 200ms;
            transition-delay: 200ms;
        }

        .submenu li:nth-child(5) {
            -webkit-transition-delay: 150ms;
            -moz-transition-delay: 150ms;
            -ms-transition-delay: 150ms;
            -o-transition-delay: 150ms;
            transition-delay: 150ms;
        }

        .submenu li:nth-child(6) {
            -webkit-transition-delay: 100ms;
            -moz-transition-delay: 100ms;
            -ms-transition-delay: 100ms;
            -o-transition-delay: 100ms;
            transition-delay: 100ms;
        }

        .submenu li:nth-child(7) {
            -webkit-transition-delay: 50ms;
            -moz-transition-delay: 50ms;
            -ms-transition-delay: 50ms;
            -o-transition-delay: 50ms;
            transition-delay: 50ms;
        }

        .submenu li:nth-child(8) {
            -webkit-transition-delay: 0s;
            -moz-transition-delay: 0s;
            -ms-transition-delay: 0s;
            -o-transition-delay: 0s;
            transition-delay: 0s;
        }

.banner{ height:654px; clear:both;}
.banner1{ height:350px; clear:both;}
.box_1{ width:1200px; margin:0 auto;}
.box_title{ text-align:center; margin:40px auto;}
.box_contact{}
.box_contact_left{ width:550px; float:left; text-align:center}
.box_contact_right{ width:650px; float:right;}
.box_contact_img{ width:500px; border:solid 1px #eeeaea; padding:20px; line-height:180%; font-size:14px;}
.box_contact_img img{ float:left; width:171px;vertical-align: middle; margin-right: 10px;}

/*ad*/
.m50{ height:50px;}
.box{}
.black{ background:url(../images/baisi_01.png)}
.box_ads{ padding-bottom:100px;}
.box_ads li{}
.box_ads li img{ max-width:1200px;}

/*product*/
.gray{ background:#f6f6f6;}
.gray_line{ background:url(../images/bluthner_28.jpg) repeat-x center left; padding:40px; text-align:center}
.gray_line span{ background:#f6f6f6; font-size:28px; line-height:32px; padding:0 10px;}
.gray_line p{ font-size:14px;}
.slideTxtBox{ width:1200px;}
		.slideTxtBox .hd{ height:67px; margin:10px auto 40px auto; }
		.slideTxtBox .hd ul{ text-align:center; line-height:58px; font-size:18px;}
		.slideTxtBox .hd ul li{ float:left; cursor:pointer; background:url(../images/bluthner_35.jpg) no-repeat left top; width:122px; height:67px; color:#666; margin-left:20px;}
		.slideTxtBox .hd ul li.on{ width:122px; height:67px;  background: url(../images/bluthner_32.jpg) no-repeat left top; color:#8d692f}
		
		
		.slideTxtBox .bd{}
		
		
.container-a4{
			width:1200px;
			max-width:1200px;
			margin: 30px auto;
		}
		.caption-style-4{
			list-style-type: none;
			margin: 0px;
			padding: 0px;
			
		}

		.caption-style-4 li{
			float: left;
			padding: 0px;
			position: relative;
			overflow: hidden;
			margin:10px 14px;
		}

		.caption-style-4 li:hover .caption{
			opacity: 1;
		}

		.caption-style-4 li:hover img{
			opacity: 1;
			/*transform: scale(1.15,1.15);
			-webkit-transform:scale(1.15,1.15);
			-moz-transform:scale(1.15,1.15);
			-ms-transform:scale(1.15,1.15);
			-o-transform:scale(1.15,0);*/
		}


		.caption-style-4 img{
			margin: 0px;
			padding: 0px;
			float: left;
			z-index: 4;
		}


		.caption-style-4 .caption{
			cursor: pointer;
			position: absolute;
			opacity: 0;
			-webkit-transition:all 0.45s ease-in-out;
			-moz-transition:all 0.45s ease-in-out;
			-o-transition:all 0.45s ease-in-out;
			-ms-transition:all 0.45s ease-in-out;
			transition:all 0.45s ease-in-out;
		}

		.caption-style-4 img{
			width:372px; height:372px;
			-webkit-transition:all 0.25s ease-in-out;
			-moz-transition:all 0.25s ease-in-out;
			-o-transition:all 0.25s ease-in-out;
			-ms-transition:all 0.25s ease-in-out;
			transition:all 0.25s ease-in-out;
		}
		.caption-style-4 .blur{
			background-color: rgba(0,0,0,0.65);
			height: 372px;
			width: 372px;
			z-index: 5;
			position: absolute;
			
		}

		.caption-style-4 .caption-text h3{
			text-transform: uppercase;
			font-size: 24px;
			line-height:180%;
		}
		.caption-style-4 .caption-text{
			background:url(../images/cx.png) no-repeat center center;
			z-index: 10;
			color: #fff;
			position: absolute;
			width: 352px;
			height: 352px;
			padding:10px;
			text-align: center;
			top:100px;
			line-height:180%;
		}
		.caption_title{ width:342px; background:#828282; padding:30px 10px 0 20px; font-size:18px; line-height:40px; color:#fff;}
		.caption_title span{ font-size:32px;}


.shili{ background:url(../images/shili_52.jpg) no-repeat top center; padding-top:30px;}
.shili_line{ background:url(../images/shili_53.png) no-repeat center center; padding:40px 0; text-align:center; color:#fff;}
.shili_line span{font-size:28px; line-height:35px; padding:0 10px;}
.shili_line p{ font-size:14px; line-height:28px}

#shiliwarp {
    width:1200px;
    margin: 25px auto;
}

#intro {
    padding-bottom: 10px;
}

#slider {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.scroll {
	overflow: hidden;
	width: 1200px;
    margin: 0 auto;
    position: relative;
}

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
    padding: 10px;
    width: 300px;
	margin:0 20px;
}

#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	bottom: 0;
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	bottom: 0;
}

.inside {
	padding: 10px;
}

.inside img {
	display: block;
	border: 1px solid #666;
	margin: 0 0 10px 0;
	width: 278px;
}

.inside h2 {
	font-weight: normal;
	color: #111;
	font-size: 16px;
	margin: 0 0 8px 0;
}

.inside p {
	font-size: 16px;
	color: #fff;
	background:#cba05e;
	line-height:180%;
	height:80px;
	overflow:hidden;
	padding:10px;
}

.inside p a{color: #fff;}
.scrollButtons {
    position: absolute;
    top: 127px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -45px;
}

.scrollButtons.right {
    right: -45px;
}

.hide {
    display: none;
}

/*service*/

.revision_box2{ width:100%; overflow:hidden;}

.revision_box2 ul{ width:1200px; margin:0 auto;}
.revision_box2 ul li{ float:left; width:223px; height:223px;margin:0 8px; color:#939393; text-align:left; font-size:14px; line-height:25px;}
.revision_box2 ul li:hover{}
.revision_box2 ul li i{ display:block; width:100%; height:223px;}
.revision_box2 ul li span{ display:block; width:100%; margin:20px auto; line-height:20px;font-size:18px; color:#000;padding:0; text-align:center;}
.revision_box2 ul li span:hover{ color:#fff; }
.revision_box2 ul li span.s2{-webkit-animation: bounce 3s ease-in-out infinite both;animation: 3s ease-in-out 0s normal both infinite bounce;}
.revision_box2 ul li:hover .ico_1{ background-position:0 -223px;}
.revision_box2 ul li:hover .ico_2{ background-position:-245px -223px;}
.revision_box2 ul li:hover .ico_3{ background-position:-490px -223px;}
.revision_box2 ul li:hover .ico_4{ background-position:-735px -223px;}
.revision_box2 ul li:hover .ico_5{ background-position:-978px -223px;}
.ico{ background-image:url(../images/service_56.png); background-repeat:no-repeat;}
.ico_1{ background-position:0 0;}
.ico_2{ background-position:-245px 0;}
.ico_3{ background-position:-490px 0;}
.ico_4{ background-position:-735px 0;}
.ico_5{ background-position:-978px 0;}

/*footer*/
.bottom{ background:#111d37;}
.footer{ text-align:center; padding:20px 0; color:#bbbab9;font-size:14px; line-height:180%;}
.footer_nav{}
.footer_nav a{color:#bbbab9; text-decoration:none; margin:0 10px;}
.tel{ background:url(../images/bluthner_58.jpg) no-repeat left center; padding-left:25px;}
.add{ background:url(../images/bluthner_60.jpg) no-repeat left center; padding-left:25px; margin-left:20px;}



/*kawai*/
.box_a{ background:url(../images/kawai_16.jpg) no-repeat center top; clear:both}
.box_b{ background:url(../images/kawai_18.jpg) no-repeat center top; clear:both}
.box_c{ background:url(../images/kawai_20.jpg) no-repeat center top; clear:both}
.box_pro{ padding-top:192px;}
.pro_left{ width:373px; float:left;  height:530px; color:#fff;}
.pro_left1{background: url(../images/kawai_03.png) no-repeat left top;}
.pro_left2{background: url(../images/kawai_07.png) no-repeat left top;}
.pro_right{ width:780px; float:right; margin-top:200px;}

.pro_left_title{ font-size:28px; height:100px; overflow:hidden; line-height:150%; width:300px; padding:40px 0 0 40px;}
.pro_left_contact{ font-size:14px; line-height:25px; height:100px; overflow:hidden; width:300px; padding:0 0 0 40px;}
.pro_left_img{ text-align:center;}
.pro_left_img img{ width:360px; height:330px;}

.p_r_title{ font-size:28px;}
.p_r_contact{ line-height:28px; font-size:14px; margin:15px auto;}
.p_r_price{ color:#cba05e; font-size:26px;}
.p_r_price2{ color:#111d37; font-size:26px;}
.goumai{ width:100px; height:30px; display:block; line-height:30px; text-align:center; font-size:14px; float:right; margin-right:500px;}
.goumai:active,.goumai:visited,.goumai:visited{ color:#FFF}
.goumai:hover{ background:#F00; text-decoration:none;}
.yanse1{background:#cba05e; }
.yanse2{ background:#111d37;}


/*piano_detail*/
.piano_detail{width: 100%;position: relative;}
.piano_cont{max-width: 1024px;margin:0 auto;overflow: hidden;}
.piano_head{width: 100%;margin: 49px auto 20px;text-align: center;}
.piano_head ul{overflow: hidden;margin: 0 auto;}
.piano_head ul li{float: left;width: 19.8%;height: 43px;line-height: 43px;text-align: center;cursor: pointer;margin-bottom: 10px;}
.piano_head ul li a{height:42px; border: 1px solid #7a7a7a;border-left: none; display: block; text-decoration:none;}
.piano_head ul li:hover{color: #fff;background: #333;opacity: 0.5;transition:all 1s;}
.piano_head ul li a:hover{color: #fff!important;}
.piano_list{width: 1024px;margin:0 auto;overflow: hidden;margin-bottom:60px;position: relative;z-index: 10;background: #fff;}
.piano_list>ul{overflow: hidden;margin-bottom: 20px;text-align: center;}
.piano_list>ul>li{float: left;width: 32%;text-align: center;margin: 23px 6px 10px;padding-top: 33px;padding-bottom: 15px;cursor: pointer;transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; behavior: url(css/PIE.htc);} 
.piano_list>ul>li>a{ text-decoration:none}
.piano_list>ul>li>a>img{width:216px;height:197px;}
.piano_list>ul>li:hover{-webkit-box-shadow: 1px 1px 10px 3px #ccc; -moz-box-shadow:1px 1px 10px 3px #ccc; box-shadow:1px 1px 10px 3px #ccc; -pie-background: linear-gradient(#fff, #fff);behavior: url(../images/pie.htc);}
.piano_list ul li span{display: block;font-size: 14px;margin-top: 20px;}
.piano_left{top: 45%;position: absolute;width: 15.7%;max-width: 436px;}
.piano_right{top: 17%;right: 0;position: absolute;width: 16.82%;}
.piano_info{width: 100%;background: #7b7b7b;clear: both;height: 411px;}
.piano_info ul{width: 1024px;margin:0 auto;height: 411px;}
.piano_info ul li{float: left;text-align: center;padding-right: 39px;position: relative;top: -86px;height: 411px;}
.piano_info ul li:nth-child(1){margin-left: 30px;}
.piano_info ul li span{display: block;width: 288px;height: 166px;line-height: 166px;background: #fff;font-size: 20px;}


/*about_us*/
.about_cont{ width:1200px;margin:0 auto; }
.about_banner{width: 100%; margin:0 auto; overflow: hidden;zoom:1; height: 487px; position: relative;} 
.about_banner img{ display: block; position: absolute;left: 50%; top:0; margin-left: -960px; }
.about_cont{text-align: center;}
.about_cont h1{margin:40px auto 30px auto;font-size: 30px;}
.about_cont .about_show{margin-bottom:50px; font-size:14px;line-height: 200%;text-align: justify;}
.about_cont .about_show img{ max-width:1200px;}

/*news*/
.sub-content{width:100%}
.investor-relations-ul{width:100%;margin-bottom:40px}
.investor-relations-ul li{position:relative;width:100%;background:#f5f5f5;border:2px solid #f5f5f5;padding-left:62px;padding-right:34px;height:60px;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease;overflow:hidden}

.investor-relations-ul li a{position:relative;float:left;width:73%;display:block;height:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;line-height:60px;font-family:"SimHei";font-size:16px;color:#1d1d1d;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease}

.investor-relations-ul li span{font-size:14px;line-height:60px;color:#1d1d1d;float:right}
.investor-relations-ul li:after{content:"";position:absolute;left:0;top:0;margin-top:20px;margin-left:30px;width:16px;height:18px;background:url(../images/icon-36.png)}
.investor-relations-ul li:before{content:'';position:absolute;top:0;right:0;width:34px;height:60px;background:url(../images/icon-35.png)}
.investor-relations-ul li:hover{border:2px solid #cba05e;}
.investor-relations-ul li:hover a{color:#cba05e;}
.investor-relations-ul li+li{margin-top:10px}
.sobtitle{ line-height:50px; height:50px;}

.nav_active{color: #fff;background: #333;opacity: 0.5;}

/*list*/
.list_page{text-align:center;margin:10px;display:block;}
.list_page:after{content:" ";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.list_page ul{list-style:none;margin:0;padding:0;display:inline-block;vertical-align:bottom;}
.list_page ul li{display:inline-block;border:solid 1px #ddd;border-radius:4px;}
.list_page ul a{color:#333;padding:8px 12px;line-height:18px;display:block;transition:all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;background:#fff;}
.page_group ul{border-right:solid 1px #ddd;border-radius:4px;}
.page_group ul li{border-right:none;border-radius:0;float:left;}
.page_group ul li:not(:first-child):not(:last-child){border-radius:0;}
.page_group ul li:first-child{border-radius:4px 0 0 4px;}
.page_group ul li:last-child{border-radius:0 4px 4px 0;}
.page_group ul .active a{background:#f3f3f3;border-radius:0;}

.conBox{ width:1200px; margin:0 auto; font-size:14px;}
.conBox img{ max-width:1200px;}
.conBox .ArticleTitle h1 {
  font-size: 24px;
  text-align: center;
  padding: 10px 0px;
  border-bottom: 1px dotted #fff;
  font-weight: bold;
}
.conBox .ArticleMessage {
  line-height: 30px;
  height: 30px;
  margin: 10px auto;
  border-top: 1px dotted #ccc;
   text-align:center
}
.conBox .ArticleMessage span.sp {
  color: #999;
  margin-right: 10px;
}
.conBox .ArticleMessage .jiathis_style {
  float: left;
  margin-top: 5px;
}
.conBox .ArticleTencont {
  padding: 5px 0px 20px 0px;
  line-height:180%;
  overflow: hidden;
  color: #666;
}

.reLink {
  height: 38px;
  border: 1px solid #ccc;
  margin: 10px auto 30px;
  padding: 0px 10px;
}
.reLink .prevLink,
.reLink .nextLink {
  height: 38px;
  line-height: 38px;
}
.reLink .prevLink a,
.reLink .nextLink a {
  height: 38px;
  line-height: 38px;
}
.reLink .prevLink {
  float: left;
}
.reLink .nextLink {
  float: right;
}
.ckprice{ text-align:center;}
.ckprice span{ font-size:18px; color:#F00}