.sublinks-area {
  padding: 0 15px 15px;
}

.sublinks-area .slide-content-text {
	width: 100%;
	background: #fff;
	padding: 12px 14px;
	margin-bottom: 7px;
	border-radius: 5px;
	border: 1px solid #CFCFCF;
}

.sublinks-area .slide-content-text.full-width>div {
	margin-right: 0;
	margin-bottom: 15px;
}

.sublinks-area .slide-content-text h5 {
  margin-top: 0;
}

.sublinks-area .slide-content-text h5>a,
.sublinks-area .slide-content-text.full-width h5>a {
  font-size: 16px;
  color: #337ab7;
}

.sublinks-area .slide-content-text ul li a {
	font-size: 13px;
    line-height: 26px;
}

.sublinks-area .slide-content-text.full-width {
  margin-top: 0;
}

.sublinks-area .slide-content-text.full-width h5 {
  margin-bottom: 5px;
}

.sublinks-area .slide-content-text.full-width ul li:before {
  content: " ";
  margin-right: 0;
}

.sublinks-area .slide-content-text.full-width a {
	font-size: 13px;
  color: #222;
}

.sublinks-area .slide-content-text.full-width a:hover,
.sublinks-area .slide-content-text.full-width a:focus {
  color: #B80101;
}

/*product下拉*/

	.new-top-menu{float: left;}
	.new-top-menu>div>a{
		color: #fff;
		font-size: 14px;
		padding-left: 15px;
		line-height: 35px;
	}
	.new-top-menu>div>ul{
		list-style-position: outside;
		list-style-type: square;
		padding-left: 40px;
		color: #C4C4C4;
	}
	.new-top-menu>div>ul>li{}
	.new-top-menu>div>ul>li>a{
		color: #C4C4C4;
		font-size: 12px;
		line-height: 22px;
	}

/* 頁尾AD */
#RuggedPC_review{
    margin-top: -13px;
}
#RuggedPC_review h4{
    font-size: 1.75rem; 
}
#RuggedPC_review .owl-item{
    padding:13px 8px; box-sizing: border-box;
}
#RuggedPC_review.owl-theme .owl-controls{
    margin: 0;
}
#RuggedPC_review .info-wrap{
    position: relative; overflow: hidden;/*border-top: 3px solid #910000;*/
}
#RuggedPC_review .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #333333;
    background: rgba(0, 0, 0, 0.6);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
#RuggedPC_review a:hover .info {
    visibility: visible;
    opacity: 1;
}                       

#RuggedPC_review .info p {
    color: #fff;
    text-align: center;
    font-size: 15px;
    padding: 10px;
    background: #990100;
    /* margin: 30px 0 0 0; */
    height: 100%;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
#RuggedPC_review a:hover .info p {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

#RuggedPC_review .info p .info-memo{
    font-size: 14px;
    text-align: left;
    display: inline-block;
}
#RuggedPC_review .info p .info-more{
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #fff;
    background: #fff;
    color: #990100;
    position: absolute;
    width: 50%;
    min-width: 150px;
    bottom: 10px;
    right: 0; 
    left: 0; 
    margin: 0 auto;
}

#RuggedPC_review .img{
    max-width: 100%;
}

#RuggedPC_review.owl-carousel .owl-controls .owl-page span {
	width: 10px;
	height: 10px;
	background: #333;
	margin: 5px 3px;
	border: none;
}
	
#RuggedPC_review .info-wrap .infotitle	{   
	position: absolute;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.60);
    left: 0;
    padding: 5px 10px;
    font-size: 1.1em;
    border-top: 4px solid #910000;
}
#RuggedPC_review .info-wrap .infotitle H5 {color: #fff;margin: 0 0 5px;}
#RuggedPC_review .info-wrap .infotitle P { margin: 0;}



/* Winamte Global Headquarters */	
.Officebox {
	height: 125px;
	overflow: hidden;
	clear: both;
	}
.Officeblack {
	float: left;
    width: 30%;
    height: 100%;
    text-align: center;
    background-color: #910000;
    color: #fff;
    padding: 10px 0px;
	display:flex;
    align-items:center;
    justify-content:center;
	}	
	
.Officetitle {
	color: #fff;
	margin: 0px;
	font-size: 1.2em
	}
.Officetitle2 {
	color: #fff;
	margin: 0px;
	font-size: 1.2em;
	display: none;
	}	
.Officeimgblack	 {
	float: left;
	height: 100%;
	width: 70%;
	}
	
@media (max-width: 1199px) { .Officebox {height:100px;}.Officeblack h4{ font-size: 1.2em; }}
@media (max-width: 991px) { .Officebox {height:125px;}.Officeblack h4{ font-size: 1.4em; }}
@media (max-width: 767px) { .Officebox {height:125px;}.Officeblack h4{ font-size: 1.4em; }}
@media (max-width: 569px) { .Officebox {height:125px;}.Officeblack h4{ font-size: 1.4em; }}
@media (max-width: 498px) {	.Officebox {height:165px;}.Officeblack {width:100%;height: 50px;}.Officetitle{display: none;} .Officetitle2{ display: block;font-size: 1.1em; }.Officeimgblack{width:100%;}}	
	
	


