@charset "utf-8";
/* CSS Document */
#banner {
	margin: 0 auto;
	position: relative;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	max-width: 1920px;
}
#banner .rslides_nav{
	display: none;
}
/**************************************************************/
/**************************************************************/
#top{
	margin-bottom:60px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#left{
	width:calc(100% - 355px);
	float:left;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#right{
	width: 320px;
	float:right;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
/**************************************************************/
/**************************************************************/
/**************************************************************/
/**************************************************************/
#iabout{
	position: relative;
	margin: 0 auto;
	font-size:0px;
	padding-top:80px;
	background: url(../images/about_title.png) 0 0 no-repeat;
	margin-bottom:50px;
}
#iabout .con{
	color: #878787;
	font-size: 13px;
	line-height: 24px;
	overflow: hidden;
}
/**************************************************************/
/**************************************************************/
#inews {
	margin-left:250px;
	position: relative;
	margin: 0 auto;
	font-size:0px;
}
#inews .title{
	height:39px;
	border:#E3E3E3 1px solid;
	background:#EEEEEE;
	position:relative;
}
#inews .title .pic{
	height:39px;
	position:absolute;
	top:0px;
	left:0px;
}
#inews ul {
}
#inews li {
	display: block;
	list-style: none;
	border-bottom:#C4C4C3 1px dotted;
}
#inews li .list:hover .name {
	color: #FF7731}
#inews li .list:hover .con {
	text-decoration: underline;
}
#inews li .list {
	padding:8px 0;
	text-decoration: none;
}
#inews li .date {
	width:80px;
	font-size:13px;
	float: left;
	color:#19B1A0;
	padding-left:5px;
	line-height: 20px;
}
#inews li .name {
	width:calc(100% - 80px);
	color:#777777;
	font-size: 13px;
	height: 20px;
	float:right;
	line-height: 20px;
	overflow: hidden;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#inews li .con {
	color: #777777;
	font-size: 13px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#inews .btn a{
	width:100%;
	height:100%;
	display:block;
	background:url(../images/news_btn.png) no-repeat;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#inews .btn a:hover{
	background:url(../images/news_btn_.png) no-repeat;
}
#inews .btn{
	width:24px;
	height:24px;
	position:absolute;
	right:10px;
	top:7px;
}
/**************************************************************/
/**************************************************************/
#date_box{
	position:relative;
	margin-bottom:15px;
}
#date_box .control{
	height:22px;
	margin-bottom:5px;
	background:url(../images/date_title.png) 0 0 no-repeat;
	zoom: 1;
	clear: both;
}
#date_box .control:after {
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#date_box .control .btn{
	width:14px;
	height:20px;
	float:right;
}
#date_box .control .btn input {
	width:14px;
	height:20px;
	border:none;
	text-indent:-9999px;
	cursor:pointer;
}
#date_box .control .next{
	background:url(../images/date_next.png) center no-repeat;
}
#date_box .control .prev{
	background:url(../images/date_prev.png) center no-repeat;
}
#date_box .control .time{
	color:#46311F;
	font-size:14px;
	font-weight:bold;
	float:right;
	height:20px;
	line-height:20px;
	background:#EEEEEE;
	border:#E3E3E3 1px solid;
	margin:0 5px;
	padding:0 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#date_box .date{
	margin-bottom:5px;
}
#date_box .date table {
	margin: 0 auto;
	border-collapse: collapse;
}
#date_box .date td{
	height:26px;
	line-height:26px;
	width:14.28571428571429%;
	color:#464646;
	font-size:12px;
	border:#ADD7ED 1px solid;
	text-align:center;
}
#date_box .date .title td{
	background:#4DA8D9;
	color:#FFF;
}
#date_box .date td.b1{
	background:#C8E3F2;
}
#date_box .date td.b2{
	background:#9AF1E9;
}
#date_box .info{
	font-size:13px;
	line-height:15px;
	color:#686868;
	zoom: 1;
	clear: both;
}
#date_box .info:after {
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#date_box .info span{
	margin-right:3px;
}
#date_box .info .b1{
	width:15px;
	height:15px;
	background:#C8E3F2;
	border:#ADD7ED 1px solid;
	display:inline-block;
}
#date_box .info .b2{
	width:15px;
	height:15px;
	background:#9AF1E9;
	border:#68EADD 1px solid;
	display:inline-block;
}
#date_box .time_btn{
	width:91px;
	height:20px;
	float:right;
}
#date_box .time_btn a{
	width:100%;
	height:100%;
	display:block;
	background: url(../images/date_time.png) no-repeat;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#date_box .time_btn a:hover{
	background: url(../images/date_time_.png) no-repeat;
}
/**************************************************************/
/**************************************************************/
#fb{
}
#fb a, #fb a:visited, #fb a:hover{
	font-size:12px;
	color:#4DA8D9;
	text-decoration:none;
}
/**************************************************************/
/**************************************************************/
#iproducts {
	position: relative;
	padding: 40px 0 0 0;
	margin: 0 auto;
	margin-bottom:30px;
	background:url(../images/products_title.png) 0 0 no-repeat;
}
#iproducts ul {
	font-size:0px;
}
#iproducts li {
	width: 50%;
	padding:0 5px 0 0;
	margin-bottom: 20px;
	display:inline-block;
	list-style: none;
	vertical-align: middle;
}
#iproducts li:nth-child(2n+2) {
	padding:0 0 0 5px;
}
#iproducts .list:hover .photo {
}
#iproducts .list:hover .name {
	color:#3977B1;
}
#iproducts .list:hover .con{
	color:#FF7F00;
}
#iproducts .list {
	padding:10px;
	border:#E6E6E6 1px solid;
	position: relative;
	margin:0 auto;
}
#iproducts .photo {
    background: #f1f1f1;
	position: relative;
	text-align: center;
	margin-bottom: 10px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#iproducts .photo img {
	max-width: 100%;
    max-height: 100%;
}
#iproducts .cover {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 99;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.7) url(../images/products_more.png) center no-repeat;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	opacity: 0;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
#iproducts .name_box {
}
#iproducts .name_box .right{
	width:calc(100% - 115px);
	float:left;
	padding-left:10px;
}
#iproducts .name_box .btn{
	float:right;
}
#iproducts .name_box .btn input{
	width:108px;
	height:86px;
	cursor:pointer;
	text-indent:-9999px;
	border:none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#iproducts .name_box .btn .status1{
	background:url(../images/status1.png) no-repeat;
}
#iproducts .name_box .btn .status1:hover{
	background:url(../images/status1_.png) no-repeat;
}
#iproducts .name_box .btn .status2{
	background:url(../images/status2.png) no-repeat;
}
#iproducts .name_box .btn .status2:hover{
	background:url(../images/status2_.png) no-repeat;
}
#iproducts .name_box .btn .status3{
	background:url(../images/status3.png) no-repeat;
}
#iproducts .name_box .btn .status3:hover{
	background:url(../images/status3_.png) no-repeat;
}
#iproducts .name_box .btn .status4{
	background:url(../images/status4.png) no-repeat;
}
#iproducts .name_box .btn .status4:hover{
	background:url(../images/status4_.png) no-repeat;
}
#iproducts .name {
	color:#333333;
	height: 36px;
	font-weight:bold;
	line-height: 18px;
	font-size: 15px;
	text-decoration: none;
	overflow:hidden;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#iproducts .name_box .con{
	color:#878787;
	font-size:13px;
	overflow:hidden;
	color:#878787;
	height: 32px;
	line-height:16px;
	margin-bottom:5px;
}
#iproducts .name_box .price{
	font-size:18px;
	color:#DA1414;
	line-height:16px;
	font-family:"Arial Black", "微軟正黑體";
}
#iproducts .more {
	width: 104px;
	height: 27px;
	position: absolute;
	right:10px;
	top:5px;
}
#iproducts .more a{
	width:100%;
	height:100%;
	display:block;
	text-indent:-9999px;
	background:url(../images/products_more.png) no-repeat;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#iproducts .more a:hover{
	background:url(../images/products_more_.png) no-repeat;
}
/**************************************************************/
/**************************************************************/
#iproducts_box{
	width:100%;
	background:#F0F1F4;
	padding-top:50px;
	padding-bottom:30px;
}
#iproducts_box .box .list:hover .name {
	background:#1AB8A7;
}
#iproducts_box .box .list:hover .con{
	color:#FF7F00;
}
#iproducts_box .box{
	max-width:1200px;
	margin:0 auto;
}
#iproducts_box .box ul{
	/*margin-left:280px;*/
	display:block;
	font-size:0px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#iproducts_box .box li{
	width:25%;
	list-style:none;
	padding:0 5px 0 5px;
	margin-bottom: 20px;
	display:inline-block;
	list-style: none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#iproducts_box .box li:list-child(4n+4){
}
#iproducts_box .box .list{
	border:#E4E4E4 1px solid;
	padding:5px 5px 10px 5px;
	background:#FFF;
}
#iproducts_box .box .list .photo{
	text-align:center;
    background: #f1f1f1;
}
#iproducts_box .box .list .photo img{
	max-width:100%;
}
#iproducts_box .box .list .name{
	background:#319DD2;
	line-height:32px;
	color:#FFF;
	height:32px;
	padding:0 10px;
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
	text-decoration:none;
	overflow:hidden;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#iproducts_box .box .list .con{
	color:#666666;
	text-decoration:none;
	font-size:13px;
	line-height:16px;
	margin-bottom:0px;
	padding:0 10px;
	height:32px;
	overflow: hidden;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#iproducts_box .box .list .price{
	font-size:13px;
	font-weight:bold;
	color:#DA1414;
	line-height:16px;
	font-family:"Arial Black", "微軟正黑體";
	text-decoration:none;
    display: block;
    line-height: 25px;
}
#iproducts_box .box .list .price.has_sale{
	color:#b5b5b5;
	text-decoration:line-through;
}
#iproducts_box .box .list .sale_price{
	font-size:13px;
	font-weight:bold;
	color:#DA1414;
	line-height:16px;
	font-family:"Arial Black", "微軟正黑體";
	text-decoration:none;
    display: block;
    line-height: 25px;
}
#iproducts_box .box .list .price_box{
	min-height: 53px;
}
#iproducts_box .list .name_box {
	padding: 0 5px;
}
#iproducts_box .list .name_box .btn {
}
#iproducts_box .list .btn input {
	/* max-width: 115px; */
	width: 100%;
	color: #FFF;
	padding: 3px 5px;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	display: block;
	margin: 0 auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#iproducts_box .list .btn .status1 {
	border: #3A770D 1px solid;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7eb828+0,448c0f+70 */
	background: #7eb828; /* Old browsers */
	background: -moz-linear-gradient(top, #7eb828 0%, #448c0f 70%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7eb828), color-stop(70%, #448c0f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7eb828 0%, #448c0f 70%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7eb828 0%, #448c0f 70%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #7eb828 0%, #448c0f 70%); /* IE10+ */
	background: linear-gradient(to bottom, #7eb828 0%, #448c0f 70%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7eb828', endColorstr='#448c0f', GradientType=0 ); /* IE6-9 */
}
#iproducts_box .list .btn .status1:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#448c0f+29,7eb828+100 */
	background: #448c0f; /* Old browsers */
	background: -moz-linear-gradient(top, #448c0f 29%, #7eb828 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(29%, #448c0f), color-stop(100%, #7eb828)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #448c0f 29%, #7eb828 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #448c0f 29%, #7eb828 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #448c0f 29%, #7eb828 100%); /* IE10+ */
	background: linear-gradient(to bottom, #448c0f 29%, #7eb828 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#448c0f', endColorstr='#7eb828', GradientType=0 ); /* IE6-9 */
}
#iproducts_box .list .btn .status2 {
	border: #B20000 1px solid;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff2828+0,981616+70 */
	background: #ff2828; /* Old browsers */
	background: -moz-linear-gradient(top, #ff2828 0%, #981616 70%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff2828), color-stop(70%, #981616)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff2828 0%, #981616 70%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff2828 0%, #981616 70%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff2828 0%, #981616 70%); /* IE10+ */
	background: linear-gradient(to bottom, #ff2828 0%, #981616 70%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2828', endColorstr='#981616', GradientType=0 ); /* IE6-9 */
}
#iproducts_box .list .btn .status2:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#981616+29,ff2828+100 */
	background: #981616; /* Old browsers */
	background: -moz-linear-gradient(top, #981616 29%, #ff2828 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(29%, #981616), color-stop(100%, #ff2828)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #981616 29%, #ff2828 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #981616 29%, #ff2828 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #981616 29%, #ff2828 100%); /* IE10+ */
	background: linear-gradient(to bottom, #981616 29%, #ff2828 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#981616', endColorstr='#ff2828', GradientType=0 ); /* IE6-9 */
}
#iproducts_box .list .btn .status3 {
	border: #0365A7 1px solid;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#049cfd+0,17649d+70 */
	background: #049cfd; /* Old browsers */
	background: -moz-linear-gradient(top, #049cfd 0%, #17649d 70%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cfd), color-stop(70%, #17649d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #049cfd 0%, #17649d 70%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #049cfd 0%, #17649d 70%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #049cfd 0%, #17649d 70%); /* IE10+ */
	background: linear-gradient(to bottom, #049cfd 0%, #17649d 70%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#049cfd', endColorstr='#17649d', GradientType=0 ); /* IE6-9 */
}
#iproducts_box .list .btn .status3:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#17649d+29,049cfd+100 */
	background: #17649d; /* Old browsers */
	background: -moz-linear-gradient(top, #17649d 29%, #049cfd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(29%, #17649d), color-stop(100%, #049cfd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #17649d 29%, #049cfd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #17649d 29%, #049cfd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #17649d 29%, #049cfd 100%); /* IE10+ */
	background: linear-gradient(to bottom, #17649d 29%, #049cfd 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17649d', endColorstr='#049cfd', GradientType=0 ); /* IE6-9 */
}
#iproducts_box .list .btn .status4 {
	border: #D59F00 1px solid;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffc820+0,ea9800+71 */
	background: #ffc820; /* Old browsers */
	background: -moz-linear-gradient(top, #ffc820 0%, #ea9800 71%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc820), color-stop(71%, #ea9800)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffc820 0%, #ea9800 71%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffc820 0%, #ea9800 71%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffc820 0%, #ea9800 71%); /* IE10+ */
	background: linear-gradient(to bottom, #ffc820 0%, #ea9800 71%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc820', endColorstr='#ea9800', GradientType=0 ); /* IE6-9 */
}
#iproducts_box .list .btn .status4:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ea9800+27,ffc820+100 */
	background: #ea9800; /* Old browsers */
	background: -moz-linear-gradient(top, #ea9800 27%, #ffc820 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(27%, #ea9800), color-stop(100%, #ffc820)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ea9800 27%, #ffc820 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ea9800 27%, #ffc820 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ea9800 27%, #ffc820 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ea9800 27%, #ffc820 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea9800', endColorstr='#ffc820', GradientType=0 ); /* IE6-9 */
}
/**************************************************************/
.hot_mobile{
	background:#F0F1F4;
	padding-top:20px;
	padding-bottom:15px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
	display: none;
}
.hot_mobile_top{
	background: linear-gradient(to bottom, rgba(0,82,123,1) 0%,rgba(0,54,81,1) 100%);
    color: #FFF;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
	display: none;
}
.hot_mobile_more_btn{
	width: 100%;
    color: #FFF;
    display: block;
    text-align: center;
    padding: 7px 20px;
    transition: all .3s ease;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    background: linear-gradient(to bottom, #049cfd 0%, #17649d 70%);
	margin-top: 10px;
}
.hot_mobile_more_btn:hover{
	background: linear-gradient(to bottom, #17649d 0%, #049cfd 70%);
}
.hot_mobile .box .list:hover .name {
	background:#1AB8A7;
}
.hot_mobile .box .list:hover .con{
	color:#FF7F00;
}
.hot_mobile .box{
	/* max-width:1200px; */
	margin:0 auto;
	overflow: scroll;
}

.hot_mobile .box ul{
	/*margin-left:280px;*/
	display:block;
	font-size:0px;
	transition: all 200ms linear;
	display: flex;
}
.hot_mobile .box li{
	/* width:25%; */
	width:170px;
	max-width: 170px;
	min-width: 170px;
	list-style:none;
	padding:0 5px 0 5px;
	margin-bottom: 20px;
	display:inline-block;
	list-style: none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.hot_mobile .box li:list-child(4n+4){
}
.hot_mobile .box .list{
	border:#E4E4E4 1px solid;
	padding:5px 5px 10px 5px;
	background:#FFF;
}
.hot_mobile .box .list .photo{
	text-align:center;
    background: #f1f1f1;
}
.hot_mobile .box .list .photo img{
	max-width:100%;
}
.hot_mobile .box .list .name{
	background:#319DD2;
	line-height:32px;
	color:#FFF;
	height:32px;
	padding:0 10px;
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
	text-decoration:none;
	overflow:hidden;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.hot_mobile .box .list .con{
	color:#666666;
	text-decoration:none;
	font-size:13px;
	line-height:16px;
	margin-bottom:10px;
	padding:0 10px;
	height:32px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.hot_mobile .box .list .price{
	font-size:13px;
	font-weight:bold;
	color:#DA1414;
	line-height:16px;
	font-family:"Arial Black", "微軟正黑體";
	text-decoration:none;
    display: block;
    line-height: 25px;
}
.hot_mobile .box .list .price.has_sale{
	color:#b5b5b5;
	text-decoration:line-through;
}
.hot_mobile .box .list .sale_price{
	font-size:13px;
	font-weight:bold;
	color:#DA1414;
	line-height:16px;
	font-family:"Arial Black", "微軟正黑體";
	text-decoration:none;
    display: block;
    line-height: 25px;
}
.hot_mobile .box .list .price_box{
	min-height: 53px;
}
.hot_mobile .list .name_box {
	padding: 0 5px;
}
.hot_mobile .list .name_box .btn {
}
.hot_mobile .list .btn input {
	/* max-width: 115px; */
	width: 100%;
	color: #FFF;
	padding: 3px 5px;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	display: block;
	margin: 0 auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.hot_mobile .list .btn .status1 {
	border: #3A770D 1px solid;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7eb828+0,448c0f+70 */
	background: #7eb828; /* Old browsers */
	background: -moz-linear-gradient(top, #7eb828 0%, #448c0f 70%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7eb828), color-stop(70%, #448c0f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7eb828 0%, #448c0f 70%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7eb828 0%, #448c0f 70%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #7eb828 0%, #448c0f 70%); /* IE10+ */
	background: linear-gradient(to bottom, #7eb828 0%, #448c0f 70%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7eb828', endColorstr='#448c0f', GradientType=0 ); /* IE6-9 */
}
.hot_mobile .list .btn .status1:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#448c0f+29,7eb828+100 */
	background: #448c0f; /* Old browsers */
	background: -moz-linear-gradient(top, #448c0f 29%, #7eb828 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(29%, #448c0f), color-stop(100%, #7eb828)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #448c0f 29%, #7eb828 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #448c0f 29%, #7eb828 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #448c0f 29%, #7eb828 100%); /* IE10+ */
	background: linear-gradient(to bottom, #448c0f 29%, #7eb828 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#448c0f', endColorstr='#7eb828', GradientType=0 ); /* IE6-9 */
}
.hot_mobile .list .btn .status2 {
	border: #B20000 1px solid;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff2828+0,981616+70 */
	background: #ff2828; /* Old browsers */
	background: -moz-linear-gradient(top, #ff2828 0%, #981616 70%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff2828), color-stop(70%, #981616)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff2828 0%, #981616 70%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff2828 0%, #981616 70%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff2828 0%, #981616 70%); /* IE10+ */
	background: linear-gradient(to bottom, #ff2828 0%, #981616 70%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2828', endColorstr='#981616', GradientType=0 ); /* IE6-9 */
}
.hot_mobile .list .btn .status2:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#981616+29,ff2828+100 */
	background: #981616; /* Old browsers */
	background: -moz-linear-gradient(top, #981616 29%, #ff2828 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(29%, #981616), color-stop(100%, #ff2828)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #981616 29%, #ff2828 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #981616 29%, #ff2828 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #981616 29%, #ff2828 100%); /* IE10+ */
	background: linear-gradient(to bottom, #981616 29%, #ff2828 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#981616', endColorstr='#ff2828', GradientType=0 ); /* IE6-9 */
}
.hot_mobile .list .btn .status3 {
	border: #0365A7 1px solid;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#049cfd+0,17649d+70 */
	background: #049cfd; /* Old browsers */
	background: -moz-linear-gradient(top, #049cfd 0%, #17649d 70%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cfd), color-stop(70%, #17649d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #049cfd 0%, #17649d 70%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #049cfd 0%, #17649d 70%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #049cfd 0%, #17649d 70%); /* IE10+ */
	background: linear-gradient(to bottom, #049cfd 0%, #17649d 70%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#049cfd', endColorstr='#17649d', GradientType=0 ); /* IE6-9 */
}
.hot_mobile .list .btn .status3:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#17649d+29,049cfd+100 */
	background: #17649d; /* Old browsers */
	background: -moz-linear-gradient(top, #17649d 29%, #049cfd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(29%, #17649d), color-stop(100%, #049cfd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #17649d 29%, #049cfd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #17649d 29%, #049cfd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #17649d 29%, #049cfd 100%); /* IE10+ */
	background: linear-gradient(to bottom, #17649d 29%, #049cfd 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17649d', endColorstr='#049cfd', GradientType=0 ); /* IE6-9 */
}
.hot_mobile .list .btn .status4 {
	border: #D59F00 1px solid;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffc820+0,ea9800+71 */
	background: #ffc820; /* Old browsers */
	background: -moz-linear-gradient(top, #ffc820 0%, #ea9800 71%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc820), color-stop(71%, #ea9800)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffc820 0%, #ea9800 71%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffc820 0%, #ea9800 71%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffc820 0%, #ea9800 71%); /* IE10+ */
	background: linear-gradient(to bottom, #ffc820 0%, #ea9800 71%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc820', endColorstr='#ea9800', GradientType=0 ); /* IE6-9 */
}
.hot_mobile .list .btn .status4:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ea9800+27,ffc820+100 */
	background: #ea9800; /* Old browsers */
	background: -moz-linear-gradient(top, #ea9800 27%, #ffc820 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(27%, #ea9800), color-stop(100%, #ffc820)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ea9800 27%, #ffc820 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ea9800 27%, #ffc820 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ea9800 27%, #ffc820 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ea9800 27%, #ffc820 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea9800', endColorstr='#ffc820', GradientType=0 ); /* IE6-9 */
}
/**************************************************************/
#time{
	max-width:590px;
	padding-top:15px;
	border:#4DA8D9 3px solid;
}
#time .title{
	max-width:559px;
	height:168px;
	margin:0 5px;
	background: url(../images/time/title.png) center no-repeat;
	margin-bottom:15px;
}
#time .info{
	height:34px;
	background: url(../images/time/notice.png) center no-repeat;
	margin-bottom:15px;
}
#time ul{
	text-align:center;
	font-size:0px;
	padding-bottom:15px;
}
#time li{
	width:50%;
	min-height:200px;
	padding:0 20px;
	padding-top:95px;
	list-style:none;
	line-height:20px;
	float:left;
	font-size:14px;
	color:#6C6C6C;
}
#time li span{
	color:#4CA7D8;
}
#time li.list01{
	border-right:#A7A7A7 1px dotted;
	background:url(../images/time/img.png) top center no-repeat;
}
#time li.list02{
	background:url(../images/time/img2.png) top center no-repeat;
}
/**************************************************************/
/**************************************************************/
@media (max-width: 1220px) {
/*#iproducts_box .box ul{
	margin-left:255px;
}*/
}
@media (max-width: 970px) {
#iproducts_box .box ul{
	margin-left:0px;
}
.hot_mobile{
	display: block;
	overflow: hidden;
	margin-bottom: 60px;
}
.hot_mobile_top{
	display: block;
	margin-top: -35px;
}
#iproducts_box {
    padding-top: 20px;
}
.hot_mobile_top.style2{
	background: linear-gradient(to bottom, rgb(26 184 167) 0%,rgb(0 90 81) 100%);
}
}
@media (max-width: 750px) {
#iproducts_box .box li{
	width:33.333333333333333333%;
}
#left{
	width:100%;
	float: none;
}
#right{
	width:100%;
	float: none;
}
#date_box{
	width:calc(100% - 340px);
	float:left;
}
#fb{
	width:320px;
	float:right;
}
#inews{
	margin-bottom:40px;
}



}
@media (max-width: 720px) {
	#iproducts_box .box li {
		width: 50%;
	}
	/* .hot_mobile .box li {
		width: 50%;
	} */
}
@media (max-width: 670px) {
#date_box{
	width:100%;
	float: none;
}
#fb{
	width:320px;
	float: none;
	margin:0 auto;
}
}
@media (max-width: 650px) {
#iproducts li {
	width: 100%;
	padding:0 0px 0 0 !important;
	margin-bottom: 20px;
}
}
@media (max-width: 570px) {
#iproducts_box .box li{
	width:50%;
}
/* .hot_mobile .box li{
	width:50%;
} */
}
@media (max-width: 430px) {
/* #iproducts_box .box li{
	width:100%;
} */
}
@media (max-width: 340px) {
#fb{
	margin:0 -10px;
}
}
/**************************************************************/
/**************************************************************/
