@charset "utf-8";

/* CSS Document */

.main #left_info { display: block;
}
/***ad-box******************************************************/

#ad-box {
height:auto;
	width:100%;
	margin:0 auto;
    margin-bottom: 15px;
		
}
#ad-box .ad {
width: 1440px;
 height: 383px;
margin: 0 auto;
	position: relative;
}

#ad-box .ad img{

}

#ad-box .ad_dot {
    width: auto;
    height: auto;
    z-index: 1;
    top: 534px;
    left: 660px;
    position: absolute;

}

/***about******************************************************/

.about {
    width: 756px;
    height: auto;
    margin-top: 70px;
    margin-bottom: 56px;
}
.about .title {
    width: 513px;
    height: auto;
    float: left;
    margin: 0 0 20px 0;
}
.about .info {
    width: 513px;
    height: auto;
    float: left;
}
.about .pic {
    width: 229px;
    height: auto;
    float: right;
}

/***products******************************************************/

.products {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    position: relative;
}
.products a {
    color: #878787;
    TEXT-DECORATION: none;
    -webkit-transition: color 120ms linear;
    -moz-transition: color 120ms linear;
    -o-transition: color 120ms linear;
    transition: color 120ms linear;
}
.products .photobox:hover a {
    COLOR: #464646;
    TEXT-DECORATION: none;
}
.products .top {
    width: 300px;    
    height: auto;
    margin: 20px 0 10px 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.products .center {
    width: 100%;
    height: auto;
    float: left;
    margin-left: 0px;
}
.products ul {
    width: 100%;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    /* 不斷行 */
}
#carousel_menu {
    /*width: 100% !important;*/
}
#carousel_menu li {
    list-style-type: none;
    display: inline;
    margin-right: 5px;
    width: 180px;
    padding-top:10px;
    padding-left: 5px;
    min-height: 170px;
}
.products .photobox {
    height: auto;
    width: 180px;
    display: inline-block;
    position: relative;
}
.products .news {
    position: absolute;
    z-index: 1px;
    top: -10px;
    right: 148px;
    width: auto;
    height: auto;
}
.products .photo {
    height: auto;
    width: 180px;
    margin: 0 auto;
    border: 1px #DDDDDD solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    background: #FFF;
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.products .frame_info {
    width: 180px;
    height: auto;
    margin: auto;
}
.products .caption {
    font-size: 15px;
    width: 100%;
    height: auto;
    padding: 5px 0px 5px 0px;
    text-align: center;
    float: right;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
    background: url(../data/index/caption_bg.png) top no-repeat;
	
}
.products .price1 {
    width: 100%;
    height: auto;
    text-align: left;
    color: #FF6C00;
    font-size: 15px;
    float: left;
}
.products .prev {
    cursor: pointer;
    height: 38px;
    width: 22px;
    position: absolute;
    z-index: 5;
    left: -28px;
    top: 72px;
    display: block;
    background-image: url(../data/index/prev.png);
    -webkit-transition: background 200ms linear, border 200ms linear;
    -moz-transition: background 200ms linear, border 200ms linear;
    -o-transition: background 200ms linear, border 200ms linear;
    transition: background 200ms linear, border 200ms linear;
}
.products .prev:hover {
    background-image: url(../data/index/prev-.png);
}
.products .next {
    cursor: pointer;
    height: 38px;
    width: 22px;
    position: absolute;
    z-index: 5;
    left: 765px;
    top: 72px;
    display: block;
    background: url(../data/index/next.png);
    -webkit-transition: background 200ms linear, border 200ms linear;
    -moz-transition: background 200ms linear, border 200ms linear;
    -o-transition: background 200ms linear, border 200ms linear;
    transition: background 200ms linear, border 200ms linear;
}
.products .next:hover {
    background: url(../data/index/next-.png);
}
#ad-box .centered-btns_tabs{
    position: absolute;
    width: auto;
    bottom: -65px;
    left:50%;
    margin-left: -290px;
    z-index: 9;
}
#ad-box .centered-btns_tabs li a{
    background: url(../data/index/dot.png)left center no-repeat;
}
#ad-box .centered-btns_tabs li.centered-btns_here a{
    background: url(../data/index/dot.png)right center no-repeat;
}