.wrap{
	width:1200px;
	margin:0 auto;
}

.header{
	background:url(../images/bg1.png) no-repeat center center/cover;
	height:152px;
	
}
.header .top{
	border-bottom:1px dashed rgba(255,255,255,0.2);
	line-height:42px;
	height:42px;
	
}
.header .top .wrap{
	display:flex;
	justify-content:space-between;
}
.header .top span,.header .top a,
.header .top select{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
.header .top select option{
	color:#333;
}
.header .top select{
	margin-left:40px;
	background:url(../images/ico3.png) no-repeat right 0px center;
	padding-right:15px;
	border:none;
}

.header .search{
	height:110px;
	line-height:110px;
}
.header .search .fr{
	display:flex;
	height:110px;
	align-items:center;
}
.header .search .fr form{
	width: 620px;
	height: 42px;
	background: #86868D;
	border: 1px solid #313131;
	border-radius: 3px;
	display:flex;
	align-items:center;
}
.header .search .fr form button{
	height: 42px;
	width:42px;
	background:url(../images/ico4.png) no-repeat center center;
}
.header .search .fr form select{
	
	width: 90px;
		
	font-size: 14px;
		
	font-family: Microsoft YaHei;
		
	font-weight: 400;
		
	color: #000000;
		
	background: url(../images/ar2.png) no-repeat left 59px center;
		
	background-color:none;
		
	margin-left: 30px;
		
	/* text-align: center; */
		
	border:none;
}
.header .search .fr form input{
	width:460px;
	background:none;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	padding-left:10px;
	height:20px;
	line-height:20px;
	border:none;
	vertical-align:middle;
	border-left:1px solid #000
}
.header .search .fr form input::-webkit-input-placeholder{
	color: #000000;
}
.header .search .fr  .tel{
	line-height:30px;
	margin-left:100px;
}
.header .search .fr  .tel span{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height:30px;
}
.header .search .fr  .tel p{
	color:rgba(228, 20, 29, 1);
	font-size:30px;
	line-height:30px;
}

.navs{
	height: 50px;
	background: linear-gradient(90deg, #8F0011 0%, #E4151E 100%);
	box-shadow: 0px 7px 15px 0px #000000;
	line-height:50px;
}
.navs .wrap,.navs .fl{
	height: 50px;
}
.navs .fl {
	position:relative;
}
.navs .fl ul{
	position:absolute;
	top:52px;
	width:100%;
	z-index:999;
	display:none;
}
.navs .fl span{
	width:220px;
	background: #82000F;
	display:inline-block;
	text-align:center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
}
.navs .fl span img{
	margin-right:7px;
}
.navs .fr li{
	display:inline-block;
	vertical-align:top;
	height:50px;
	line-height:50px;
	box-sizing:border-box;
}
.navs .fr li a{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	padding:0 10px;
}
.navs .fr li:hover{
	box-shadow: 0px 7px 15px 0px #000000;
}
.navs .fl li{
	line-height:.51rem;
	background: #82000F;
}
.navs .fl li a{
	display:block;
	padding-left:25px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	
}


.banner .swiper-slide img,
.banner .swiper-container{
	width:100%
}

.indexnums ul{
	display:flex;
	justify-content:space-between;
}
.indexnums li{
	width:25%;
	flex:1;
	height:100px;
	line-height:100px;
	text-align:center;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}

.commonbox{
	background:#f5f5f5;
	padding:20px 0 35px;
}
.commonbox .box1,
.commonbox .box2,
.commonbox .box3{
	background:#fff;
	padding:15px;
	margin-bottom:20px;
}
.commonbox .box1 .con .swiper-container{
	display:none;
}
.commonbox .box1 .con .swiper-container:first-of-type{
	display:block;
}
.commonbox  .swiper-container{
	padding-bottom:30px;
}
.commonbox .box1  .swiper-slide>a{
	width:11%;
	float:left;
	margin:0 3.8% 0 0;
}
.commonbox .box1  .swiper-slide>a:nth-of-type(7n){
	margin-right:0;
}
.commonbox  .swiper-pagination{
	bottom:0 !important;
}
.commonbox  .swiper-pagination-bullet,
.banner  .swiper-pagination-bullet{
	width: 40px;
	height: 5px;
	background: #000000;
	opacity: 0.3;
	border-radius:0;
}
.commonbox  .swiper-pagination-bullet-active,
.banner  .swiper-pagination-bullet-active{
	background: #C10F1A;
	opacity: 1;
}
.commonbox .box3 li{
	float:left;
	border-radius: 5px;
	border:1px solid #eee;
	height: 80px;
	width:18%;
	margin:0 2% 25px 0;
	display:inline-flex;
	align-items:center;
	justify-content:center;
}
.commonbox .box3 li:nth-of-type(5n){
	margin-right:0;
}
.commonbox  .titles{
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin-bottom:10px;
}
.commonbox .titles span{
	font-size: 18px;
	font-family:SourceHanSansCN-Bold;
	color: #333333;

}
.commonbox .titles span img{
	margin-right:4px;
}
.commonbox  .titles  a{
	font-size: 14px;
	font-family: SourceHanSansCN-Regular;
	font-weight: 400;
	color: #999999;
}
.commonbox .box1 .title2{
	margin-bottom:15px;
}
.commonbox .box1 .title2 a{
	font-size: 14px;
	font-family: SourceHanSansCN-Regular;
	font-weight: 400;
	color: #999999;
	margin-right:30px;
	display:inline-block;
	
}
.commonbox .box1 .title2 a:hover,.commonbox .box1 .title2 a.active{
	border-bottom: 1px solid #E4151E;
	color: #E4151E;
}
.commonbox .box1 .pro{
	height: 126px;
	background: #F7F7F7;
	border-radius: 3px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.commonbox .box1 .swiper-slide p{
	font-size: 14px;
	font-family:SourceHanSansCN-Regular;
	font-weight: 400;
	color: #333333;
	text-align:center;
	margin-top:15px;
}
.commonbox .box1 .swiper-slide p img{
	margin-right:5px;
}

.commonbox .box2 dl{
	display:inline-block;
	vertical-align:top;
	width:22%;
	margin:0 3.5% 0 0;
}
.commonbox .box2 dl:nth-of-type(4n){
	margin-right:0;
}
.commonbox .box2 dl dt {
	position:relative;
}
.commonbox .box2 dl dt span{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%)
}
.commonbox .box2 dl dt img{
	width:100%
}
.commonbox .box2 dl dd a{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 34px;
	height: 34px;
	overflow:hidden;
	display:block;
	text-overflow:ellispsc;
}

.footersearch{
	height: 80px;
	line-height: 80px;
	background: #D2D2D2;
	padding-top:19px;
	box-sizing:border-box;
}

.footersearch .se{
	width: 400px;
	height: 42px;
	background: #EEEEEE;
	border: 1px solid #D2D2D2;
	border-radius: 10px;
	line-height: 42px;
	display:flex;
	align-items:center;
	justify-content:center;
	margin:0 auto;
	
}
.footersearch .se input{
	width:80%;
	background:none;
}
.footersearch .se button{
	width: 92px;
	height: 38px;
	background: #C10F1A;
	border-radius: 10px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height:  38px;
}

.footer{
	background: #000000;
	padding:35px 0;
	text-align:center;
}
.footer p{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
}
.footer .tel{
	margin:0 0 35px 0;
}
.footer span{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin:0 35px;
	display:inline-block;
}
.footer span img{
	margin-right:18px;
}

.submenus{
	line-height:40px;
	 background: #f5f5f5;
}
.submenus a{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}
.newsbox{
	 background: #f5f5f5;
	 padding-bottom:80px;
}
   
.newsbox .fl{
	width:78%;
	
	box-sizing:border-box;
}
.newsbox .fl .box{
	background: #FFFFFF;
	padding:0 35px 50px;
}
.newsbox .fl li{
	padding:25px 0 15px;
	border-bottom:1px solid  #E5E5E5;
}
.newsbox .fl li .title{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #222222;
}
.newsbox .fl li .font{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 28px;
	margin:20px 0;
}
.newsbox .fl li .time{
	display:flex;
	justify-content:space-between;
}
.newsbox .fl li .time span:first-of-type{
	width: 50px;
	height: 32px;
	background: none;
	border: 1px solid #D3121C;
	border-radius: 5px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #D3121C;
	line-height: 32px;
	display:inline-block;
	text-align:center;
	color: #D3121C;
}
.newsbox .fl li .time span{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
}
.newsbox .fr{
	width:21%;
	
}
.newsbox .fr .hot{
	background: #FFFFFF;
	margin-bottom:10px;
}
.newsbox .fr .hot1{
	padding:20px;
}
.newsbox .fr .hot h2{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #E81921;
	text-align:center;
	margin-bottom:30px;
}
.newsbox .fr .hot1>ul>li>a{
	width: 100%;
	line-height: 42px;
	height: 42px;
	background: #EDEDED;
	border-radius: 5px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	display:block;
	margin:0 auto 15px;
	text-align:center;
	
}
.newsbox .fr .hot1>ul>li>a:hover{
	background: #D3121C;
	color:#fff;
}
.page{
	text-align:center;
	margin-top:.5rem;
}
.page a{
	height: 36px;
	background: #FFFFFF;
	border: 1px solid #BFBFBF;
	border-radius: 5px;
	line-height: 36px;
	padding:0 15px;
	display:inline-block;
	
}
.page a:first-child,
.page a:last-child,
.page a:hover,.page a.active{
	background: #E81921;
	color:#fff;
}

.newsbox .fr .hot2{
	padding-top:25px;
}
.newsbox .fr .hot2 li{
	padding:10px 0;
	border-bottom:1px solid #e5e5e5;
}
.newsbox .fr .hot2 li:first-child{
	padding-top:0;
}
.newsbox .fr .hot2 li:last-child{
	border:none;
}
.newsbox .fr .hot2 li a{
	display:flex;
	align-items:center;
	justify-content:center;
}
.newsbox .fr .hot2 li .pic{
	width:80px;
	height:80px;
}
.newsbox .fr .hot2 li .text{
	width:140px;
}
.newsbox .fr .hot2 li .pic img{
	max-width:100%;
	max-height:100%
}
.newsbox .fr .hot2 li span{
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #E81921;
}
.newsbox .fr .hot2 li p{
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}

.newsdetail{
	padding:60px 0 40px;
}
.newsdetail h1{
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #222222;
	text-align:center;
	margin-bottom:30px;
}
.newsdetail .span span{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	margin:0 10px;
}
.newsdetail .span{
	padding-bottom:20px;
	border-bottom:1px solid #E5E5E5;
	margin-bottom:40px;
	text-align:center;
}
.newsdetail .details p{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 28px;
}
.newsbox .fr .hot3{
	padding:24px 15px 10px;
}
.newsbox .fr .hot3 li{
	padding:15px 0;
	border-bottom:1px solid #e5e5e5;
}
.newsbox .fr .hot3 li a{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 22px;
}
.newsbox .fr .hot3 li:last-child{
	border-bottom:none;
}
.newsbox .fr .hot3 li:first-child{
	padding-top:0;
}

.banner img{
	width:100%
}

.aboutbox{
	margin-top:30px;
	background:#fff;
	padding:0 40px 60px;
}
.aboutbox .title{
	text-align:center;
	border-bottom:1px solid #E5E5E5;
	padding:40px 0;
	margin-bottom:20px;
}
.aboutbox .title a{
	width: 150px;
	height: 42px;
	background: #F5F5F5;
	border-radius: 5px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 42px;
	display:inline-block;
	text-align:center;
	margin:0 10px;
}
.aboutbox .title a:hover,
.aboutbox .title a.active{
	background: #E81921;
	color:#fff;
}

.aboutbox .con h2{
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #CA101A;
	text-align:center;
	margin-bottom:30px;
}
.aboutbox .con .text p{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 28px;
}
.aboutbox .con .text img{
	max-width:100%;
	height:auto !important;
	margin:0.3rem auto;
	display:block;
}
.aboutbox .title2{
	margin-top:30px;
}
.aboutbox .title2 a{
	width: 140px;
	height: 32px;
	line-height: 32px;
	background: #FFFFFF;
	border: 1px solid #AFAFAF;
	border-radius: 5px;
}
.aboutbox .title2 a:hover,.aboutbox .title2 a.active{
	border:1px solid transparent;
}
.aboutbox .con .text2{
	display:flex;
	background: #FAFAFA;
	margin-top:50px;
	justify-content:space-between;
}
.aboutbox .con .text2 div{
	padding:55px 30px 0;
	
}
.aboutbox .con .text2 div p{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 35px;
}


.aboutbox .con .contact .fl{
	width:41%
}
.aboutbox .con .contact .fl h4{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	margin-bottom:30px;
	background:url(../images/border.png) no-repeat bottom left;
	padding-bottom:30px;
}
.aboutbox .con .contact .fl p{
	font-size: 16px;
	font-family: Microsoft YaHei;
	
	color: #656565;
}
.aboutbox .con .contact .fl .code{
	margin-top:50px;
}
.aboutbox .con .contact .fl .code img{
	display:block;
	width: 133px;
}
.aboutbox .con .contact .fl .code span{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	margin-top:10px;
	display:block;
}
.aboutbox .con .contact .fr{
	width:45%
}
.aboutbox .con .contact .fr img{
	width:100%
}


.aboutbox .ly{
	padding-top:80px;
}
.aboutbox .ly h3{
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #CA101A;
	text-align:center;
	margin-bottom:50px;
}
.aboutbox .ly .list input{
	width: 305px;
	height: 50px;
	background: #FFFFFF;
	border: 1px solid #97ACB0;
	border-radius: 5px;
	padding-left:10px;
	
	box-sizing:border-box;
}
.aboutbox .ly .lytj{
	width: 640px;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.aboutbox .ly textarea{
	height: 100px;
	background: #FFFFFF;
	border: 1px solid #97ACB0;
	width:100%;
	border-radius: 5px;
	padding-left:10px;
	resize:none;
	box-sizing:border-box;
}
.aboutbox .ly .list{
	margin-bottom:20px;
}
.aboutbox .ly button{
	width: 120px;
	height: 42px;
	background: #CA101A;
	border-radius: 5px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 42px;
	margin:40px auto 0;
}
.aboutbox .ly i{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #E81921;
}

.products{
	background: #f5f5f5;
	padding:0 5.5% 90px;
}

.products .fl{
	background: #FFFFFF;
	width:24%;
	padding:30px 30px 150px;
	
}
.products .fl h2{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	text-align:center;
	margin-bottom:20px;
}

.products .fl>ul>li>a{
	
	margin-bottom:10px;
	border-radius: 5px;
	line-height: 42px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	display:block;
	
	padding-left:50px;
	box-sizing:border-box;
	background:url(../images/ico13.png) no-repeat left 14px center;
	background-color: #F5F5F5;
}

.products .fl>ul>li>a.active{
	background:url(../images/ico14.png) no-repeat left 14px center;
	background-color: #E81921;
	color:#fff;
}
.products .fl>ul>li.active .subs{
	display:block;
}

.products .fl .subs{
	padding-left:15px;
	box-sizing:border-box;
	display:none;
}
.products .fl .subs a{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 35px;
	display:block;
	height:35px;
	overflow:hidden;
}
.products .fl .subs a.active{
	color:#E81921;
}
.products .fl>ul>li>a i{
	font-size:14px;
	color:#999;
	font-style:normal;
	font-weight:normal;
}
.products .fl>ul>li>a.active i{
	color:#fff;
}
.products .fr{
	background: #FFFFFF;
	width:74%;
	padding:20px 20px 50px;
	height:1145px;
	box-sizing:border-box;
}
.products .fr .titles{
	border-bottom:1px solid #E5E5E5;
	padding-bottom:20px;
	margin-bottom:20px;
}
.products .fr .titles h2{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height:25px;
	border-left:2px solid  #E81921;
	padding-left:20px;
	
}
.products .fr .titles h2 span{
	margin-right:20px;
}
.products .fr table{
	width:100%;
}
.products .fr table td{
	line-height:40px;
	background: #EBEBEB;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	text-align:center;
}
.products .fr table th{
	text-align:center;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	border-bottom:1px solid  #E5E5E5;
}
.products .fr table th.left,
.products .fr table td.left{
	text-align:left;
}
.products .fr table th span{
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #E81921;
}
.products .fr table th span.color{
	color: #FF6C00;
}
.products .fr table th a{
	width: 65px;
	height: 32px;
	background: #E81921;
	border-radius: 5px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 32px;
	display:inline-block;
	text-align:center;
}
.products .fr table th img{
	width:60px;
	max-width:90%
}
.products .fr .kc{
	display:flex;
	align-items:center;
	justify-content:center;
	
}
.products .fr .kc a{
	display:block;
	line-height:10px;
}

.brand{
	background: #f5f5f5;
	padding:0 0 80px;
}
.brand li{
	background:#fff;
	margin-bottom:10px;
	padding:20px 30px;
}
.brand li .pro{
	width: 200px;
	height: 200px;
	margin-right:30px;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	border-radius: 5px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.brand li .pro img{
	max-width:100%;
	max-height:100%
}
.brand li a{
	display:flex;
}
.brand li  p.f1{
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #222222;
}
.brand li  p.f2{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #222222;
	margin:15px 0;
}
.brand li  p.f2 img{
	margin-right:10px;
}
.brand li  p.f3{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 28px;
}
.brand li span{
	width: 120px;
	height: 32px;
	background: #E81921;
	border-radius: 5px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 32px;
	display:inline-block;
	text-align:center;
	margin-top:20px;
}
.brand li .text{
	width:80%
}
.productdetail .desc{
	background:#fff;
	padding:20px;
}
.productdetail .desc .fl{
	width:35%
}

.productdetail .desc .fl .big{
	height:410px;
	border: 1px solid #E5E5E5;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:100%;
}


.productdetail .desc .swiper-slide img{
	width:100%;
	height:100%;
}
.productdetail .desc .fl .big img{
	max-width:100%;
	max-height:100%;
}
.productdetail .desc .swiper-slide{
	height: 66px;
	border:1px solid #eee;
}
.productdetail .desc .swiper-slide-active{
	border:1px solid #00A9E2;
}
.productdetail .desc .swiper-container{
	width:90%;
	margin:10px auto 0;
}
.productdetail .desc .swiper-button-prev{
	background:url(../images/left.png) no-repeat center center;
	width:13px;
	height:24px;
	left:0;
	top:45px;
}
.productdetail .desc .swiper-button-next{
	background:url(../images/left.png) no-repeat center center;
	transform:rotate(180deg);
	width:13px;
	height:24px;
	right:0;
	top:45px;
}
.productdetail .swiper-father{
	position:relative;
}
.productdetail .desc .fr{
	width:62%
}
.productdetail .desc .fr .title{
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #E81921;
	margin-bottom:20px;
}
.productdetail .desc .fr  .grey{
	background: #FAFAFA;
	border-radius: 1px;
	padding:20px;
	box-sizing:border-box;
}
.productdetail .desc .fr  .grey p{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333;
	line-height: 31px;
	display:inline-block;
	vertical-align:top;
	width:48%;
}
.productdetail .desc .fr  .grey p span{
	color: #999999;
}
.productdetail .desc .fr  .num{
	margin-top:60px;
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.productdetail .desc .fr  .num a{
	width: 180px;
	height: 50px;
	background: #E81921;
	border-radius: 5px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height:50px;
	display:inline-block;
	text-align:center;
}
.productdetail .desc .fr  .num span{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	margin-left:30px;
}
.productdetail .desc .fr .info{
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #B3B3B3;
	margin-top:40px;
	width:320px;
	background:url(../images/ico16.png) no-repeat left top 5px;
	padding-left:30px;
}

.productdetail .bottom{
	background: #FFFFFF;
	margin-top:10px;
}
.productdetail .bottom .titles{
	line-height:50px;
	border-bottom:1px solid #F1F1F1;
	height:50px;
    margin-bottom:40px;
}
.productdetail .bottom .titles span{
	font-size: 19px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #222222;
	padding:0 15px;
	line-height:52px;
	display:inline-block;
	background:#fff;
	border-right:1px solid #F1F1F1;
	border-top:2px solid #E81921;
}
.productdetail .bottom .con{
	padding:0 30px 70px;
}
.productdetail .bottom .con h3{
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #222222;
	border-bottom:1px solid  #000000;
	text-align:center;
	padding-bottom:20px;
	margin-bottom:50px;
}
.productdetail .bottom .con .text{
	display:block;
	justify-content:space-between;
	align-items:flex-start;
}
.productdetail .bottom .con .text>div{
	width:100%
}

.productdetail .bottom .con .text p{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 28px;
	text-align:justify;
}
.productdetail .bottom .con .text img{
	display:block;
	margin:0 auto;
	max-width:100%;
	height:auto !important;
	
}
.productdetail .bottom .con .text table{
	margin:0 auto 50px;
	width:100%;
	    border-top: 1px solid rgba(224, 224, 224, 1)
}
.jss132 {
    color: #222222;
    border: none;
    padding: 8px 8px;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    white-space: nowrap;
    letter-spacing: -0.17px;
    vertical-align: top;
}
.productdetail .bottom .con .text table a{
	    color: #221ABB;
		font-weight:bold;
}
.jss131 {
    color: #444444;
    border: none;
    padding: 8px 0px;
    font-size: 12px;
    line-height: 16px;
    vertical-align: top;
}
.MuiInputBase-root {
    color: rgba(0, 0, 0, 0.87);
    cursor: text;
    display: inline-flex;
    position: relative;
    font-size: 1rem;
    box-sizing: border-box;
    align-items: center;
    font-family: Roboto, Noto Sans, Arial, Helvetica, sans-serif, dk;
    font-weight: 400;
    line-height: 1.1876em;
}
.MuiTable-root tr:nth-child(2n), 
.jss377 tr:nth-child(2n){
    background-color: #F5F5F5;
}
.jss684{
	position:relative;
}
.MuiTable-root{
	   border-top: 1px solid rgba(224, 224, 224, 1);
}
.productdetail .bottom .con .text table td:nth-of-type(1),
.productdetail .bottom .con .text table td:nth-of-type(1) div,.productdetail .bottom .con .text table th:nth-of-type(1){
	font-weight: bold;
} 
/* .jss687{
	    top: 0;
	    left: 0;
	    width: 100%;
	    cursor: inherit;
	    height: 100%;
	    margin: 0;
	    opacity: 0;
	    padding: 0;
	    z-index: 1;
	    position: absolute;
}
#p */
#product-attributes svg {
    display:none;
}
.jss377 svg{
	width:18px;
}
.MuiTableRow-root {
    color: inherit;
    display: table-row;
    outline: 0;
    vertical-align: middle;
}
.jss678 {
    color: #222222;
    padding: 5px;
    font-size: 12px;
    border-top: 1px solid #CCCCCC;
    font-weight: bold;
    line-height: 14px;
    border-bottom: 1px solid #CCCCCC;
    text-transform: uppercase;
}
.jss676 {
    color: #222222;
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
}
.MuiTableCell-root {
    display: table-cell;
    padding: 10px;
    font-size:14px;
    text-align: left;
    font-family: Roboto, Noto Sans, Arial, Helvetica, sans-serif, dk;
    font-weight: 400;
    line-height: 1.43;
    border-bottom: 1px solid rgba(224, 224, 224, 1);
    vertical-align: inherit;
}
.rightside{
	position:fixed;
	top:auto;
	bottom:100px;
	right:0px;
	z-index:999;
	width:80px;
	
}

.rightside li>a{
	width: 80px;
	
	background: #FFFFFF;
	box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.0500);
	border-radius: 5px 0px 0px 5px;
	margin-bottom:5px;
	padding-top:14px;
	box-sizing:border-box;
	display:block;
	position:relative;
}
.rightside li>a>img{
	display:block;
	margin:0 auto 5px;
}
.rightside li span{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #9F9F9F;
	text-align:center;
	display:block;
}

.rightside li>a .code{
	position:absolute;
	top:0;
	left:-200px;
	width: 202px;
	
	background:url(../images/bg22.png) no-repeat center center/cover;
	transform:translate(140%,0);
    transition:all .5s;
	padding:15px;
	box-sizing:border-box;
}

.rightside li>a .code p{
	text-align:center;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
.rightside li>a .code p:last-of-type{
	font-size: 18px;
}
.rightside li>a:hover .code{
	transform:translate(0%,0);
}


.layers {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 999;
	display: none;
}

.pops {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 520px;
	z-index: 9999;
	background: #fff;
	padding: 50px 40px;
	background: #FFFFFF;
	border-radius: 5px;
	display: none;
}

.pops h2 {
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-bottom: 40px;
}

.pops img.del {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}

.pops input[type="text"],
.pops input[type="password"]{
	height: 54px;
	background: #FFFFFF;
	border: 1px solid #DCDCDC;
	border-radius: 5px;
	width: 100%;
	margin-bottom: 20px;
	line-height: 54px;
	padding-left: 10px;
}

.pops button {
	height: 54px;
	line-height: 54px;
	color: #fff;
	background:rgba(228, 20, 29, 1);
	border: 1px solid #DCDCDC;
	border-radius: 5px;
	width: 100%;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF
}

.pops .last {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 30px 0 0;
}

.pops .last p {
	margin: 0;
}
.pops .check span,
.pops p a {
	color: rgba(228, 20, 29, 1)
}
