body{
	background: url(../images/background.jpg);
}
*{
	margin: 0;
	padding: 0;
}
i.glyphicon.icon-arrow-left:after {
    content: "<";
}
i.glyphicon.icon-arrow-right:after {
    content: ">";
}
.main{
	width: 980px;
	margin: 0 auto;
	background: #fff;
}

.navs{
	list-style: none;
	width:980px;
	height: 50px;
	margin: 0;
	padding: 0;
	background-color:#EC6909;
	border-radius: 3px;
	z-index:1;
}
.navs li{
	float: left; 
	line-height: 50px;
    height: 50px;
    font-size: 18px;
    text-align: center;
    border-right: 1px solid #DF5E00;
    margin-left: 5px;
}
.navs li a{
	text-decoration: none;
	color: #fff;
	padding: 0 45px;
}
.navs li:hover{
	background-color: #b54d08;
}
.navs li.active {
	background-color: #fff;
}
.navs li.active a{
	color:#f60;
}
.header{
	overflow: hidden;
	display: flex;
}
.contect{
	/*float: right;*/
	color:#ea7b0b;
	margin-right: 20px;
    margin-top: 10px;
}
.footer{
	width: 100%;
	height: 240px;
	background-color: #032438;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
.middle{
	padding-top: 20px;
	color:#ccc;
}
.middle a{
	text-decoration: none !important;
	color: #ccc!important;
	font-size: 16px;
}
.code{
	margin-top: 10px;
}
.head-title {
    width: 980px;
    height: 56px;
    margin: 0 auto;
    overflow: hidden;
    font-size: 36px;
    font-weight: 700;
    font-family: "Microsoft Yahei";
    text-align: center;
    line-height: 56px;
	background: url(../images/headtitle.png) center top no-repeat;
	background-size: 100%;
	color: #fff;
}

.message{
	margin: 10px;
	overflow: hidden;
}
.message h3{
	width: 90px;
	float: left;
}
.message marquee{
	float: left;
	width: 860px;
}

.message a{
	text-decoration: none;
	color:red;
	font-size: 18px;
}
.messages{
	width: 700px;
    padding: 10px;
    margin: 0 auto;
}
.list a{
	text-decoration: none;
}
.list li{
	list-style: none;
	border: 1px solid #ccc;
	padding: 20px;
	border-radius: 5px;
	margin-top: 20px;
	background-color: #e7eaec;
	box-shadow: 4px 4px #bbb3b3;
	padding-bottom: 35px;
}
.list li:hover {
    background-color: #fff;
}
.list li .title{
	width: 565px;
	height: 20px;
	overflow: hidden;
	color: #ff0068;
	float: left;
}
.list li .time{
	color: #f60;
	overflow: hidden;
	float: left;
}
.msg_title{
	text-align: center;
	font-size: 20px;
	margin-top: 20px;
    font-weight: bold;
}
.msg_dc{
	text-align: center;
	font-size: 14px;
	color: #737677;
}
.msg_content {
    text-align: center;
    margin-top: 10px;
    height: 600px;
}
.btn{
	width: 600px;
	margin: 0 auto;
	margin-top: 20px;
}
.btn a {
	text-decoration: none;
	color: #fff;
}
.btn a:hover{
	color: #f60;
}
.btn .add{
	width: 600px;
	background: #27af6a;
	padding: 15px;
	border-radius: 5px;
	text-align: center;
}
.btn .add:hover{
	background: #fff;
	border: 1px solid #27af6a;
}
.tbody td{
	border: 1px solid #ccc;
	padding: 10px;
}
.add{
	width: 492px;
    margin: 0 auto;
}
input.form-cotrol {
    width: 150px;
    height: 30px;
}

.btn.send, .btn.add {
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    padding: 15px 40px;
    background: #27af6a;
    color: #fff;
    width: 323px;
}
.news{
	width: 700px;
	padding: 10px;
	margin: 0 auto;
}
.newslist{
	margin-top: 20px;
	height: 620px;
	overflow: hidden;
}
.newslist li{
	list-style: none;
	overflow: hidden;
	margin-top: 10px;
	border-bottom: 1px dashed #ccc;
	height: 20px;
}
.newslist li .newstitle{
	width: 590px;
	float: left;
	overflow: hidden;
	color: #0e63d0;
}
.newslist li .newstime{
	width: 100px;
	float: left;
	overflow: hidden;
	color: #1AB394;
}
/*首頁推薦*/
.tj{
	width:960px;
	padding:10px;
	height:340px;
	border-bottom:1px solid #ccc;
}
.tj_left{
	margin:10px;
	margin-top: 35px;
	float:left;
	width:300px;
	height:200px;
	border:1px solid #ccc;
}
.tj_left img{
	width:300px;
	height:200px;
}
.tj_right{
	margin:10px;
	width:615px;
	float:left;
	height:340px;
	overflow:hidden;
}
.tj_title{
    background: #F37B44;
    font-size: 26px;
    font-family: Microsoft Yahei;
    color: #fff;
    display: inline-block;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 45px;
    line-height: 42px;
    padding: 0 18px;
}
.t_title{
	padding:5px;
	color:#f60;
	font-weight:bold;
}
.tj_price{
	overflow:hidden;
	margin: 10px;
}
.tj_price div{
	float:left;
	width:110px;
}
.tj_price span{
    padding: 5px;
    color: #fff;
}
.tj_price .pr{
	background:#f60;
}
.tj_price .jr{
	background:#00adff;
}
.tj_price .dj{
	background:red;
}
.tj_price .add{
	background:green;
}
.tj_price .jc{
	background:#6b4545;
}
.tj_content{
	height:120px;
	overflow:hidden;
	color:#3370ff;
}
.book{
	width:100px;
	float:right;
	height:30px;
	border: 1px solid #f60;
    color: #fff;
    border-radius: 5px;
    margin: 5px;
    background: #f60;
    text-align: center;
    line-height: 30px;
}
.book:hover {
    background: #fff;
    color: #f60;
}
.code1{
	width: 100%;
	height:100px;
	background: url("../images/codebg.png") repeat-x;
}
.closecode{
	line-height:25px;
	background-color:rgba(216, 133, 8, 0.5);
	text-align: center;
	color:#fff;
}
.codeimg,.codetext{
	display: block;
	float: left;
}
.codetext{
	width: 510px;
	line-height: 30px;
}
#codetime{
	color:#fff;
	text-align: center;
	font-size:25px;
}
.coderest{
	text-align: center;
	font-weight: bolder;
	color:#fff;
	font-size:30px;
}
.codetip{
	font-size:18px;
	text-align: center;
	color:#fff;
}
/*今日優惠*/
.today{
	width: 100%;
	height: 350px;
	position: relative;
	display: block;
	background-color:#ffdc00;
	overflow: hidden;
}
.today_title {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    font-size: 32px;
    height: 50px;
    background: #c00000;
    color: #ffffff;
    border-bottom-right-radius: 20px;
    text-align: center;
	font-weight: bolder;
    z-index: 50;
}
.today_list{
	overflow: hidden;
	width: 99999px;
}
.today_content{
	width: 980px;
	height: 350px;
	position: relative;
	float:left;
	transition: all ease .5s;
}
.today_img {
    width: 51%;
    height: 80%;
    background: #fff;
    border-radius: 20px;
    z-index: 30;
    margin-right: -60px;
    position: absolute;
    left: 20px;
    top: 60px;
    box-shadow: #0000004f 6px 6px;
}
.today_img img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.today_text {
	font-weight: bolder;
    width: 43%;
    height: 95%;
    border-radius: 20px;
    padding-left: 130px;
    position: absolute;
    right: 20px;
    top: 15px;
	background: #c00000;
    color: #ffffff;
}
.today_text_title { 
	font-size: 40px;
	
}
.text_text_content{
	font-size:26px;
}
.today_pages{
	position: absolute;
	left: 5px;
	top: 5px;
}
.today_pages ul{
	height: 40px;
	display: flex;
	gap:10px;
}
.today_pages ul li{
	text-align: center;
	display: block;
	background-color: #27af6a;
	width: 120px;
	height: 40px;
	list-style: none;
	font-size:20px;
	color:#ffffff;
	line-height: 40px;
}
.today_pages ul li.on{
	background-color: darkorange
}
/*簡繁切換*/
.zh_click{
	font-size: 12px;		
}