@charset "utf-8";
/*初始化样式*/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin:0; padding:0; }
body, button, input, select, textarea { font:12px/1.5tahoma, arial, \5b8b\4f53; }
h1, h2, h3, h4, h5, h6{ font-size:100%; }
address, cite, dfn, em, var { font-style:normal; }
code, kbd, pre, samp { font-family:couriernew, courier, monospace; }
small{ font-size:12px; }
ul, ol, li { list-style:none; }
a { text-decoration:none; color: #333; font-size: 14px;}
a:hover { text-decoration:none; }
sup { vertical-align:text-top; }
sub{ vertical-align:text-bottom; }
legend { color:#000; }
fieldset, img { border:0; }
button, input, select, textarea { font-size:100%; }
table { border-collapse:collapse; border-spacing:0; }

/*头部样式*/
.header{
	width: 100%
}
.header_sub1{
	width: 100%;
	height:96px;
	border-bottom: 1px solid #d9dddc;
	overflow: hidden;
}
.header_sub1_sub1{
	width: 1200px;
	height:96px;
	margin:0 auto;
}
.header_sub1_sub1_sub1{
	float:left;
	width: 30%;
	line-height: 96px;
	font-size:40px;
	font-weight: 700;
	overflow: hidden;
}
.header_sub1_sub1_sub1 img{
	width: 278px;
}
.header_sub1_sub1_sub2{
	float:right;
	width: 30%;
	height: 67px;
	margin-top: 14px;
}
.header_sub1_sub1_sub2 img{
	width: 100%;
}
.header_sub2{
	height: 70px;
	width: 1200px;
	margin:0 auto;
	overflow: hidden;
}
.header_sub2_sub1{
	float:left;
}
.header_sub2_sub1 ul li{
	float:left;
}
.header_sub2_sub1 ul li:hover{
	background-color: red;
}

.header_sub2_sub1 ul li a{
	font-size: 14px;
	line-height: 70px;
	display: block;
	padding: 0 30px;
}
.header_sub2_sub1 ul li a:hover{
	color:#fff;
}
.header_sub2_sub2{
	float:right;
	background: url(/images/t-logo.jpg) no-repeat 0 center;
}
.header_sub2_sub2 a{
	font-size: 14px;
    line-height: 70px;
    display: block;
    padding: 0 30px;
}
/*banner*/

.m_banner{
	background:#fff;
	height:570px;
	position:relative;
}
.m_banner .banner{
	height:570px;
	width:100%; 
	position:absolute;
	top:0;
	left:0; 
	background-position:center top;
}
.banner_ctrl{ 
	height:100px;
	width:960px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-50px 0 0 -480px;
	z-index:2;
}
.banner_ctrl a{ 
	display:block;
	width:30px;
	height:100px; 
	background:url(images/banner_ctrl.png) no-repeat;
	_background:url(images/banner_ctrl.jpg) no-repeat;
	position:absolute; 
	opacity:.1;
	filter: alpha(opacity=10);
	-moz-opacity:0.1;
}
.banner_ctrl a.prev{
	left:-30px;
}
.banner_ctrl a.next{
	right:-30px; 
	background-position:-30px 0;
}

/*product*/
.product{
	margin-top:70px;
}
.product_sub1{
	width: 1200px;
	margin:0 auto;
	overflow: hidden;
}
.product_sub1_sub1,.product_sub1_sub2,.product_sub1_sub3{
	float: left;
	width: 380px;
	height: 248px;
	position: relative;
}
.product_sub1_sub2{
	margin:0 30px;
}
.product_more{
	position: absolute;
	left:0;top:0;
	z-index:1;
	width: 380px;
	height: 248px;
}
.product_more div{
	width: 140px;
}
.product_more i{
	font-style:normal;
	display: block;
	padding-top: 90px;
	color: #fff;
	font-size:16px;
	text-align: center;
}
.product_more span{
	display: block;
	color: #fff;
	font-size:20px;
	text-align: center;
}
.product_more a{
	/*margin-top:20px;*/
	display: block;
	font-size:12px;
	width: 40%;
	margin:20px auto 0px auto;
	text-align: center;
	color: #fff;
	padding:4px 14px;
	border: 1px solid #fff;
}

.show{
	background-color: rgba(0,0,0,0.6);
}
.hide{
	display: none;
}

/*产品滚动部分样式*/
.product_row{
	clear: both;
	width: 1200px;
	margin:88px auto;
}
.product_row_sub1{
	
}
.product_row_sub2{
	margin-top:40px;
}
.product_row_sub1 h3{
	text-align: center;
	font-size: 30px;
	line-height: 30px;
}
.product_row_sub1 p{
	text-align: center;
	margin-top: 10px;
	font-size: 24px;
	line-height: 24px;
}

.Box{
	position: relative;
}
.Box .content{
	width: 1200px;
	margin: 0 auto;
}
.Box h2{
	text-align: center;
	margin-bottom: 35px;
	padding-top: 250px;
}
.Box .Box_con{
	position: relative;
}
.Box .Box_con .btnl{
	position: absolute;
}
.Box .Box_con .btn{
	display: block;
	width: 41px;
	height: 41px;
	position: absolute;
	top: 146px;
	cursor: pointer;
}
.Box .Box_con .btnl {
	background: url(images/jtl02.png) no-repeat center;
	left: 0px;
	z-index: 1;
}
.Box .Box_con .btnr {
	background: url(images/jtr02.png) no-repeat center;
	right: 1px;
	z-index: 1;
}
.Box .Box_con .btnl:hover {
	background: url(images/jtl03.png) no-repeat center;
}
.Box .Box_con .btnr:hover {
	background: url(images/jtr03.png) no-repeat center;
}
.Box .Box_con .conbox {
	position: relative;
	overflow: hidden;
}
.Box .Box_con .conbox ul {
	position: relative;
	list-style: none;
}
.Box .Box_con .conbox ul li {
	float: left;
	width: 280px;
	height: 336px;
	margin-left: 26px;
	overflow: hidden;
}
.Box .Box_con .conbox ul li:first-child {margin-left: 0;}
.Box .Box_con .conbox ul li img {
	display: block;
	width: 288px;
	height: 336px;
	transition: all 0.5s;
}
.Box .Box_con .conbox ul li:hover img {
	transform: scale(1.1);
}
.Box .BoxSwitch {
	margin-top: 8px;
	text-align: center;
}
.Box .BoxSwitch span {display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	width: 30px;
	height: 3px;
	background: #ccc;
	margin: 0 5px;
	cursor: pointer;
}
.Box .BoxSwitch span.cur {
	background: red;
}
.product_sub2{
	width: 1200px;
	margin:0 auto;
	overflow: hidden;
}
.product_sub2_sub1{
	float:left;
	width: 584px;
}
.product_sub2_sub2{
	float:right;
	width: 588px;
}
.product_sub2_sub1_sub1{
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}
.product_sub2_sub1_sub1 .bt3{
	position:absolute;
	top:78px;
	left:32px;
}
.product_sub2_sub1_sub2{
	position: relative;
	overflow: hidden
}
.product_sub2_sub1_sub2 .bt2{
	position:absolute;
	top:118px;
	left:364px;
}
.product_sub2_sub2{
	position: relative;
	overflow: hidden
}
.product_sub2_sub2 .bt1{
	position:absolute;
	top:130px;
	left:44px;
}
.product_sub2_sub1 span img,.product_sub2_sub2 span img{
	transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	display: block;
}
.product_sub2_sub1 span:hover img,.product_sub2_sub2 span:hover img{
	transform:scale(1.3);
	-moz-transform:scale(1.3);
	-ms-transform:scale(1.3);
	-o-transform:scale(1.3);
	cursor:pointer;
}
/*以下是时尚产品的样式*/
.product_fs_sub1 h3{
	text-align: center;
	font-size: 30px;
	line-height: 30px;
}
.product_fs_sub1  p{
	text-align: center;
	margin-top: 10px;
	font-size: 24px;
	line-height: 24px;
}
.product_fs{
	clear: both;
	width: 1200px;
	margin:88px auto;
}
.product_fs_sub2{
	width: 986px;
	margin:50px auto 40px auto;
	height: 34px;
	overflow: hidden;
}
.product_fs_sub2 ul li{
	float:left;
	margin-left: 12px;
	cursor:pointer;
	display: block;
	font-size: 14px;
	padding: 6px 18px;
	border: 1px solid #ededed;
}
.product_fs_sub2 ul li:first-child{
	margin-left: 0px;
}
.current{
	color: #fff;
	background-color: #f74335;
}
.show{

}
.product_fs_sub3{
	width: 1200px;
	margin:0 auto;
	overflow: hidden;
}

.product_fs_sub3 ul li{
	margin-left:0px;
	display: none;
}
.product_fs_sub3 ul li.show{
	display: block;
}
.product_fs_sub3 ul li ul li{
	float:left;
	margin-left:26px;
	display: block;
}
.product_fs_sub3 ul li ul li:first-child{
	margin-left:0px;
}
.product_fs_sub3 ul li p{
	margin-top:20px;
	font-size: 16px;
	font-weight:700;
}
.product_fs_sub3 ul li img{
	width: 280px;
	height: 336px;
}
/*以下是搜索框样式*/
.search{
	width: 100%;
	height: 316px;
	background: url(/images/bg1.jpg) no-repeat center;
}
.search_sub1{
	padding-top: 190px;
	width: 482px;
	margin:0 auto;
}
.search_sub1 input{
	border: none;
	box-sizing:border-box;
	height: 40px;
	float:left;
}
.search_sub1 #txt{
	width: 420px;
	background-color: #fff;
	color: #999;
}
.search_sub1 #btn{
	width: 60px;
	background-color: #fff;
}
.footer{
	height: 264px;
	width: 100%;
	background-color:#31312f;
}
.footer_sub1{
	width: 1200px;
	margin:0 auto;
}
.footer_sub1_sub1,.footer_sub1_sub2,.footer_sub1_sub3{
	width: 400px;
	float:left;
}
.footer_sub1_sub1 h4,.footer_sub1_sub2 h4,.footer_sub1_sub3 h4{
	color:#ababab;
	font-size:18px;
	line-height: 30px;
	margin-top: 50px;
	margin-bottom: 20px;
}
.footer_sub1_sub1 ul li{
	color:#ababab;
	font-size:14px;
	line-height: 30px;
}
.footer_sub1_sub2 ul li{
	float:left;
	width: 150px;
}
.footer_sub1_sub2 ul li a{
	color:#ababab;
	font-size:14px;
	line-height: 30px;
}
.footer_sub1_sub3 img{
	width: 100px;
}
.footer_sub1_sub3 p{
	text-align: center;
	font-size: 14px;
	color:#ababab;
}
.footer_sub1_sub3_sub2,.footer_sub1_sub3_sub1{
	float:left;

}
.footer_sub1_sub3_sub2{
	margin-left:30px;
}

/*以下是关于我们css样式*/
.n_banner{
	width: 100%;
	background:url(images/n_banner.jpg) no-repeat center; 
	height: 360px;
}
.main_sub1{
	overflow: hidden;
}
.main_sub1{
	width: 100%;
	background-color: #f6f6f6;
	height: 48px;
}
.main_sub2{
	overflow: hidden;
}
.main_sub1_sub1{
	width: 1200px;
	margin:0 auto;
}
.main_sub1_sub1 p{
	font-size:14px;
	line-height: 48px;
	color: #666;
}
.main_sub1_sub1 span{
	font-size:14px;
	line-height: 48px;
	font-weight: 700;
	color: #333;
	padding:0 6px;
}
.main_sub2_sub1{
	width: 1200px;
	position: relative;
	margin:0 auto;
}
.main_sub2_sub1_sub1{
	width: 220px;
	height: 40px;
	border: 1px solid #000;
	margin: 60px auto 30px;
	background-color:transparent;
}
.main_sub2_sub1_sub2{
	width: 162px;
	height: 40px;
	border: 1px solid transparent;
	background-color:#fff;
	position: absolute;
    left: 50%;
    margin-left: -81px;
    top: 18px;
}
.main_sub2_sub1_sub2 p{
	line-height: 40px;
	font-size:20px;
	text-align: center;
}
.main_sub2_sub1_sub3 p{
	line-height: 40px;
	font-size:40px;
	text-align: center;
	color: #999;
}
.main_sub2_sub1_sub4{
	border-bottom:1px solid #000; 
	width: 162px;
	margin: 20px auto 30px;
	/*margin-bottom: 30px;*/
}
.main_sub2_sub2 ul li{
	width: 384px;
	float: left;
	border: 1px solid #ededed;
	margin-right:20px;
	margin-bottom: 30px;
}
.main_sub2_sub2 ul li:nth-child(3n+0){
	width: 384px;
	float: left;
	border: 1px solid #ededed;
	margin-right:0px;
}
.main_sub2_sub2 ul li img{
	width: 350px;
	padding: 17px;
}
.main_sub2_sub2{
	width: 1200px;
	margin:0 auto;
}
.main_sub2_sub2 ul li p{
	font-size:18px;
	text-align: center;
	line-height: 18px;
	color: #333;
	margin-bottom: 17px;
}
.main_sub1_sub1_sub1{
	float:left;
}
.main_sub1_sub1_sub2{
	float:right;
}
.main_sub1_sub1_sub2 span{
	line-height: 48px;
	height: 48px;
	font-weight: 700;
	display:block;
	float:left;
	color: #333;
	padding:0 10px;
}
.main_sub1_sub1_sub2 span:hover a{
	color: #fff;
}
.main_sub1_sub1_sub2 span:hover{
	background-color: red;
}

.main_sub2_sub2{
	overflow: hidden;
	margin-top: 60px;
	margin-bottom: 20px;
}
.main_sub2_sub2_sub1{
	float:left;
	width: 440px;
}
.main_sub2_sub2_sub2{
	float: right;
    width: 660px;
    border: 1px solid #ededed;
    padding: 30px;
}
.main_sub2_sub2_sub2 h4{
	font-size:24px;
	margin-bottom: 16px;
	/*font-weight: 400;*/

}
.main_sub2_sub2_sub2 span{
	border-bottom: 1px solid red;
    margin-bottom: 30px;
    width: 84px;
    height: 1px;
    display: block;
}
.main_sub2_sub2_sub2 p{
	font-size:15px;
	/*text-indent: 2em;*/
	line-height: 33px;
	color: #666;
}
.main_sub2_sub3{
	width: 1200px;
    margin: 20px auto 60px;
    text-align: center;
}
.main_sub2_sub3 li{
	display: inline-block;
    margin: 2px;
    padding: 2px 8px;
    font-size: 14px;
}
.main_sub2_sub3 li span{
	text-align: center;
}
.thisclass{
	background-color: red;
	color: #fff;
}
/*产品详细样式*/
.product_detailed_box{
	width: 1200px;
	margin:0 auto;
	padding-bottom:60px;
}
.product_detailed{
	width: 100%;
	overflow: hidden;
}
.product_detailed_sub1{
	width: 36%;
	float:left;
	border:1px solid #ededed;
	padding: 12px;
}
.product_detailed_sub2{
	width: 54%;
	float:right;
}
.product_detailed_sub1_sub1 img {
    width: 100%;
    margin: 0;
    padding: 0;
}
.product_detailed_sub1_sub2 ul li{
	width: 60px;
    float: left;
    margin-right: 10px;
    border:none;
}
.product_detailed_sub1_sub2 ul li img{
	width: 60px;
	padding:0;
}
.product_detailed_sub1_sub2{
	width: 100%;
	overflow: hidden;
	margin-top:6px;
	position:relative;
}
.product_detailed_sub1_sub1{
	width: 100%;
	overflow: hidden;
}
.leftbtn{
	position:absolute;
	cursor:pointer;
	left:0px;
	top:20px;
	width: 41px;
	height: 41px;
	background: url(images/jtl02.png) no-repeat;
}
.rightbtn{
	position:absolute;
	cursor:pointer;
	right:0px;
	top:20px;
	width: 41px;
	height: 41px;
	background: url(images/jtr02.png) no-repeat;
}
#uu{
	position: relative;
	width: 2000px;
	left:0;
	top:0;
}
.product_detailed_sub2 h4{
	font-size:18px;
	line-height: 40px;
}
.product_detailed_sub2 p{
	font-size:18px;
	line-height: 40px;
	border-bottom:1px solid #ededed;
	margin-top: 30px;
}

.product_detailed_sub2 span{
	font-size:24px;
	color:red;
	font-weight: 700;
	line-height: 40px;
}
.product_detailed_sub2 .color{
	margin-top: 20px;
	margin-bottom: 20px;
}
.product_detailed_sub2 .color span{
	font-size:14px;
	padding: 4px;
	color: #000;
	font-weight: 400;
	margin-left:10px;
	border:1px solid #ededed;
	line-height: 40px;
}
.news{
	width: 1200px;
	margin:0 auto;
}
.news .news_left{
	float: left;
    width: 14%;
    height: 150px;
    background-color: #c1c1c1;
}
.news .news_right{
    float: left;
    width: 82%;
    margin-left: 4%;
}
.news .news_left .date1{
	color:#fff;
	text-align: center;
	display: block;
	margin: 20px auto 4px;
	width: 66px;
	border-bottom:1px solid #fff;
    font-size: 54px;;
}
.news .news_left .date2{
	color:#fff;
	text-align: center;
	display: block;
    font-size: 20px;
}
.news .news_right h4{
	color:#333;
	text-align: left;
	font-weight: 400;
	margin-bottom: 10px;
    font-size: 20px;
}
.news .news_right p{
	color:#666;
	text-align: left;
	margin-bottom: 10px;
    font-size: 14px;
    line-height: 26px;
}
.news .news_right a{
	display: block;
	color:#666;
	width: 150px;
	height: 24px;
	text-align: center;
	margin-bottom: 10px;
    font-size: 12px;
    line-height: 24px;
    border:1px solid #e1e1e1;
}
.news ul li{
	overflow: hidden;
	border-bottom:1px dashed #d9d9d9;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.news_detailed_sub1{
	text-align: center;
    font-size: 18px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 20px;
    margin-top: 70px;
    font-weight: 700;
}
.news_detailed_sub2{
	width: 300px;
	margin: 20px auto;

}
.news_detailed_sub2 span{
	margin: 0px 20px;
    color: #999;
    font-size: 14px;
}
.news_detailed_sub3{
	margin-top: 40px;
    margin-bottom: 60px;
    overflow: hidden;
    border-top: 1px solid #e4e4e4;
    padding-top: 20px;
}
.news_detailed_sub3_sub1{
	width: 45%;
    float: left;
    text-align: right;
    color: #e00000;
}
.news_detailed_sub3_sub2{
	width: 45%;
    float: right;
    text-align: left;
    color: #e00000;
}