/*公共css*/
html,body{-ms-overflow-style: scrollbar;}
body{margin: 0;font-size: 14px;font-family: "微软雅黑";color: #333;}
a,a:hover,a:active,a:visited,a:focus{text-decoration:none;color: #333;}
img{max-width: 100%;}
ul,p{margin: 0;padding: 0;}
li{list-style:none;}
.center{text-align: center;}
i{ font-style:normal}
/*背景色*/
.backcolor{background: #ff0000;}
/*字体颜色*/
.color{color:#ff0000 !important;}
.hover:hover,.hover:hover span{color:#ff0000;}

/*标题*/
.titles span{font-size: 20px;color: #000;display: inline-block;font-weight: bold;letter-spacing: 1px;}
.titles a{font-size: 14px;color: #000;float: right;display: inline-block;line-height: 20px;margin-top: 20px;font-weight: normal;letter-spacing: 1px;}
.titles a img{width: 18px;vertical-align: middle;margin-left: 0px;}
/*更多*/
.more{text-align: right;margin-top: 10px;}
.more a{font-size: 14px;color: #000;display: inline-block;line-height: 20px;font-weight: normal;}
.more a img{width: 18px;vertical-align: middle;}

/*内容区大小*/
.content{width: 1200px;margin: 0 auto;}
.min_content{width: 1050px;margin: 0 auto;}
.min_min_content{width: 1050px;margin: 0 auto;}
.max_content{width: 1400px;margin: 0 auto;}
.Inside_content{width: 1260px;margin: 0 auto;}

/*侧边网上展厅*/
.onlineShowroom{background: rgba(0,0,0,0.6);width: 30px;padding: 10px 5px;text-align: center;position: fixed;top: 20%;right: 0%;
border-top-left-radius: 5px;border-bottom-left-radius:5px ;z-index: 10;}
.onlineShowroom a{font-size: 14px;color: #fff;display: block;line-height: 20px;}
.onlineShowroom a img{width: 20px;margin-bottom: 5px;}
.onlineShowroom:hover{background: #FF0000;}
@media screen and (min-width: 768px) {
	
}