body {
	padding: 0;
	margin: 0;
}
.sale_prices {
    text-decoration: line-through;
    font-size: 16px;
    height: 50px;
    line-height: 40px;
    color: #b4b4b4;
    margin-right: 30px;
}
.row {
	width: 1140px;
	margin: auto;
}
.row-img {
	float: left;
	width: 560px;
	height: 320px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.row-img:hover {
	opacity: 0.5;
}
.row-img img {
	width: 100%;
	height: 100%;
}
.clo {
	float: left;
	width: 560px;
	height: 320px;
	background-color: #f4f4f4;
	color: #666;
	position: relative;
}
.clo-tit {
	float: left;
	width: 515px;
	padding: 20px;
	font-size: 25px;
}
.clo-tit h3 {
	color: #333;
	font-weight: bold;
}
.clo-cent {
	float: left;
	width: 515px;
	padding: 20px;
	line-height: 24px;
	font-size: 15px;
}
.clo-btn {
	float: left;
	margin-top: 40px;
	margin-left: 20px;
	background-color: #f67000;
	width: 100px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: white;
	font-size: 13px;
	cursor: pointer;
}
.clo:after {
	width: 0;
	height: 0;
	content: '';
	border-bottom: 15px solid black;
	border-right: 15px solid transparent;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.box {
	height: auto;
	position: relative;
	display: inline-block;
	margin: 30px 0px;
	width: 1140px;
	background-color: #f7f7f7;
	overflow: hidden;
}
/*#roll{
				width: 200%;
			}*/
#roll dd {
	width: 245px;
	height: 400px;
	float: left;
	margin: 10px 20px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	cursor: pointer;
}
#roll dd img {
	width: 100%;
	height: 245px;
}
.box span {
	cursor: pointer;
	background: #f7f7f7;
	color: #333;
	float: right;
	margin-right: 20px;
	border: 1px solid #333;
	width: 40px;
	height: 40px;
	font-size: 20px;
	border-radius: 5px;
	line-height: 30px;
}
.box span:hover {
	background-color: #ff6464;
	color: white;
	border: 1px solid white;
}
.owl {
	/*background:url("../images/check.jpg");*/
	width: 100%;
	height: auto;
	float: left;
	margin-top: 50px;
	text-align: center;
}
.box-bt {
	float: left;
	width: 1140px;
	height: 60px;
	line-height: 60px;
	font-size: 25px;
	border-bottom: 1px #666 dashed;
}
.box-tit {
	margin-top: 30px;
	width: 200px;
	left: 50%;
	position: absolute;
	margin-left: -100px;
	background-color: #f7f7f7;
}
.box-jt {
	float: left;
	width: 1140px;
	position: relative;
	padding-top: 30px;
}
.roll-tit {
	float: left;
	margin: 10px 10px;
	font-size: 15px;
	height: 45px;
	line-height: 25px;
	overflow: hidden;
	width: 100%;
	text-align: left;
}
.roll-pic {
float: left;
    margin: 0px 10px;
    font-size: 15px;
    /* height: 45px; */
    line-height: 25px;
    overflow: hidden;
    width: 100%;
    text-align: left;
    font-family: Microsoft YaHei;
        color: #fe7f08;
    font-weight: bold;

}
.sale-off {
    font-family: RobotoBold;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    height: 58px;
    width: 48px;
    border-radius: 0px 0px 20px 20px;
    background: #ffaa00;
    text-align: center;
    float: right;
    z-index: 1;
    position: static;
    position: absolute;
  padding-top:5px;
    right: 15px;
}
.offprice {
    font-size:25px;
}
.f {
    font-size: 14px;
    width: 48px;
    line-height: 28px;
    display:block;
}
.roll-pic2 {
	float: left;
	width: 186px;
	font-size: 18px;
	color: red;
	font-weight: bold;
	padding: 10px 0px 0px 90px;
    
}
.roll-btn {
float: left;
    width: 120px;
    margin: 0px 70px;
    height: 40px;
    background-color: #f67000;
    line-height: 40px;
    color: white;
    font-size: 15px;
    text-align: center;

}
.service {
	float: left;
	width: 100%;
	margin: 50px 0px;
}
.wow {
	width: 1140px;
	margin: auto;
}
.plane {
	float: left;
	width: 265px;
	margin: 0px 10px;
	height: 200px;
	-webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.12);
	-ms-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.12);
	-o-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.12);
	background: white;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	cursor: pointer;
}
.plane-img {
	text-align: center;
	margin: 30px 0px 10px 0px;
}
.plane-bt {
	text-align: center;
	font-size: 16px;
	color: #f67000;
	font-weight: bold;
}
.plane-tit {
	text-align: center;
	margin-top: 10px;
	font-size: 13px;
	color: #999999;
	margin: 10px 10px;
}
.plane:hover {
	box-shadow: none;
}
.footer {
	float: left;
	width: 100%;
	background-color: black;
	margin-top: 50px;
	height: 50px;
	line-height: 50px;
}
.col {
	width: 1140px;
	margin: auto;
}
.col ul li {
	float: left;
	color: white;
	margin-right: 30px;
	list-style: none;
	font-size: 13px;
	cursor: pointer;
}
.col-sm {
	color: white;
	float: right;
	font-size: 13px;
}
#roll dd:hover {
	-webkit-box-shadow: 0 0 10px rgba(132, 130, 130, 0.3);
	-moz-box-shadow: 0 0 5px rgba(25, 25, 25, 0.3);
	-ms-box-shadow: 0 0 5px rgba(25, 25, 25, 0.3);
	-o-box-shadow: 0 0 5px rgba(25, 25, 25, 0.3);
	box-shadow: 0 0 10px rgba(113, 111, 111, 0.3);
	-webkit-box-transform: translate(0px, -3px);
	-moz-box-transform: translate(0px, -3px);
	-ms-box-transform: translate(0px, -3px);
	-o-box-transform: translate(0px, -3px);
	transform: translate(0px, -3px);
}
a {
	color: inherit;
	text-decoration: none;
}

/*banner*/
 .main_image { width: 100%; height: 500px; overflow: hidden; margin: 0 auto; position: relative;background:#2d2928}

 .main_image ul { width: 9999px; height: 500px; overflow: hidden; position: absolute; top: 0; left: 0}

 .main_image li { width: 100%; height: 500px; } 

 .main_image li span { display: block; width: 100%; height: 500px; } 

 .main_image li a { display: block; width: 100%; height:500px}

 .main_image li .img_1 { text-align: center; background-repeat: no-repeat}

 .main_image li .img_2 { text-align: center; background-repeat: no-repeat}

 .main_image li .img_3 { text-align: center; background-repeat: no-repeat}

 .flicking_con { width: 100%; margin: 0 auto; } 


 a{text-decoration:none}
 img{vertical-align:middle;border:0}
 .model{width:1140px;margin:0 auto}
 .model .taps{margin:60px 0;text-align:center;}
 .model .taps a{display:inline-block;color:#616161;-webkit-transition:all .3s ease;transition:all .3s ease;color: #f67000;font-family: fantasy;
    /*font-style: italic;*/font-size: 50px;}
 .model .item-list{ height: 0; width: 0; overflow: hidden; opacity: .7; filter: Alpha(opacity=70);-moz-transform: scale(0.9); -webkit-transform: scale(0.9); transform: scale(0.9); -moz-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1); -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1); transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) ;}
 .model .item-list.active{height: auto; width: auto; overflow: auto; opacity: 1;  filter: Alpha(opacity=100); visibility: visible; -moz-transform: scale(1); -webkit-transform: scale(1); transform: scale(1);}
.model .item-list li{float:left;width:340px;margin-bottom:30px;overflow:hidden;position:relative;margin-right:55px;}
.model .item-list li:last-child{margin-right:0;}
.model .item-list li a { display: block; overflow: hidden; position: relative; height: 500px;}
.model .item-list .img{text-align: center; overflow:hidden;border: 1px solid #ccc;height: 340px;}
.model .item-list .img img{max-width: 100%;padding: 35px;}
.model .item-list li:hover .img{-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;}
.model .caption{width:100%;height:150px;padding:0 80px 0 10px;position:absolute;left:0;bottom:0;-webkit-transition:all .6s ease;transition:all .6s ease;}
 .img:hover {
	transform: rotatey(180deg);
}
 .model .caption .title{line-height:50px;display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;-webkit-transition:all .6s ease;transition:all .6s ease; 
    font-size: 25px;
    /*font-style: italic;*/ font-family:Microsoft YaHei;}
 .model .caption .info{color:#616161}
 .model .insert{width:30px;height:20px;line-height:20px;position:absolute;top:50%;right:10px;margin-top:-10px;border-left:1px solid transparent;-webkit-transition:all .6s ease;transition:all .6s ease;}
     .model .caption  .titlemax {
       float: left;
    text-align: left;
    width: 100%;
    line-height: 1.9em;
    color: #555;
    font-size: 14px;
    margin-top: 10px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
        }