@charset "utf-8";
/* CSS Document */
html,body,div,span,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,address,big,cite,code,del,em,font,img,ins,small,strong,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend{margin:0;padding:0;}
ol,ul,li{list-style:none; }
body{font-size:14px;color:#333333;line-height:1.6;font-family:  "微软雅黑","Arial";-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none;}
a{text-decoration:none;color:#333333;}
a:hover{color:#022f7f;}
img{border:0;max-width: 100%}
.fl{ float:left;}
.fr{ float:right;}
.clear{ clear:both;}
input{ margin:0; padding:0; border:none;}


.header{width:100%;background-color:#FFF; transition:all .5s;}
.bodybox .header{ position:fixed;  top:0px;  z-index:9999; box-shadow: rgba(0, 0, 0, 0.0980392) 0px 3px 3px 3px;}
.bodybox .header .country_lg{display:none;}
.bodybox .header .logo img{ width:130px;}

.head{width:1200px;margin:0 auto;}
.logo{float:left;}
.logo img{display: block;}
.head_r{width:905px;float:right;}
.country_lg{width:auto;float:right;padding-top:10px;color:#706e6e;}
.country_lg a{display: inline-block;margin-left: 20px}
.head_rb{width:905px;float:left;margin-top:20px;}
.nav{width:750px;float:left;margin-left: 60px;}
.nav .cur a{color:#0a347f}
.search{float:right; position:relative;}
.nav ul li{font-size: 18px;height:50px;line-height:30px;text-transform:uppercase;float:left;text-align:center;}
.search img{float:right;margin-top:5px;}
.nav>ul>li{padding: 0 10px;}
.nav>ul>li>a:hover {color:#0a347f;}

/*各个下拉框ul标签*/
#nav li.b2 ul li{width:auto;}
#nav li.b3 ul li{width:auto;}
#nav li.b4 ul li{width:auto;}
#nav li.b5 ul li{width:auto;}
#nav li.b6 ul li{width:auto;}
#nav li.b7 ul li{width:auto;}

/*下拉框ul标签总的样式*/
#nav{ position:relative;display: flex;flex-wrap: wrap;justify-content: space-around;}
#nav li ul { display:none;position: absolute;background: #fff;}/*如果各个导航a标签宽度一样，只需统一指定ul的width*/
#nav li ul li{ float:none; height:38px;}/*覆盖上面的#nav li*/
#nav li ul li a{text-transform: initial;white-space: nowrap;display:block;font-size: 16px;color:#000;text-align:left;height:35px; line-height:35px; padding-left:10px;padding-right:38px;}/*覆盖上面的#nav li a*/
#nav li ul li a:hover {color:#0a347f;}

/*下拉时下拉框ul的位置*/
#nav li.sfhover ul {left: auto; position:absolute; z-index:999;    box-shadow: rgba(0, 0, 0, 0.1980392) 0 4px 4px 4px;}


.phone-menu{
	width: 36px;
	height: 24px;
	display: none;
	position: relative;
}
.phone-menu span {
	display: block;
	width: 100%;
	height: 4px;
	background-color: #2e2e2e;
	border-radius: 2px;
	position: absolute;
	top: 0;
	transition: 0.3s;
}
.phone-menu span:nth-child(1){
	top: 0;
}
.phone-menu span:nth-child(2){
	top: 10px;
}
.phone-menu span:nth-child(3){
	top: 20px;
}
.phone-menu.active span:nth-child(1){
	opacity: 0;
}
.phone-menu.active span{
	top: 50%;
}
.phone-menu.active span:nth-child(2) {
	transform: translateY(-50%) rotate(45deg);
}
.phone-menu.active span:nth-child(3) {
	transform: translateY(-50%) rotate(-45deg);
}

.banner{width:100%;position: relative;}
.banner img{width:100%;}
.banner .swiper-thumbs{
	position: absolute;
	left: 50%;
	bottom: 10px;
	transform: translateX(-50%);
	z-index: 9;
}
.banner .swiper-button-prev,
.banner .swiper-button-next{
	opacity: 0;
	color: #c1c1c1;
}
.banner .swiper-thumbs .swiper-slide{
	border: 2px solid #ffffff;
	width: 106px;
}
.banner .swiper-thumbs .swiper-slide img{
	display: block;
	height: 64px;
}
.banner .swiper-thumbs .swiper-slide.swiper-slide-thumb-active{
	border-color: #FF8106;
}

.mainA{width:1200px;margin:0 auto;margin-top:50px;margin-bottom:50px;}
.gy_list li{width:300px;float:left;text-align:center;  margin-bottom:60px;}
.gy_list .li_img {margin:0 auto;}
.gy_list .li_img .img2{display:none;margin:0 auto;}
.gy_list li span{display:block;text-align:center;text-transform:uppercase;margin-top:20px;}
.gy_list li p{display:block;color:#666666;text-align:center;margin-top:10px;}
.gy_list li:hover img{display:none;}
.gy_list li:hover .img2{display:block;}

.mainA{width:1200px;margin:0 auto;padding-top:50px;margin-bottom:50px;}
.mainA h3{width:1200px;text-align:center;font-size:30px;font-weight:normal;line-height:30px;text-transform:uppercase;}
.mainA .js{width:1200px;text-align:center;font-size:16px;font-weight:normal;background:url(../images/3_03.jpg) no-repeat center 29px;padding-bottom:15px;}
.mainA .ms{text-align:center;font-size:14px;background:none;margin-top: 15px}
.mainA_con{width:1200px;margin:0 auto;padding-top:45px;}
.lx_list li{width:300px;margin:0 auto;float:left;text-align:center;}
.lx_list .li_img{margin:0 auto;}
.lx_list .li_img img{display: block;margin:0 auto;}
.lx_list .li_img .img2{display:none;margin:0 auto;}
.lx_list li .spann{display:block;text-align:center;text-transform:uppercase;margin-top:10px;}
.lx_list li .ppp{display:block;text-align:center;color:#666666;margin:10px auto; width:250px;}
.lx_list li:hover img{display:none;}
.lx_list li:hover .img2{display:block;}

.small_s{width:100%;background:url(../images/1-19.png) no-repeat center;margin:0 auto; height:160px;background-size:100% 160px;margin-bottom:50px;}
.ggy{text-align:center;font-size:30px;color:#fff; padding-top:50px; width:1000px; margin:0 auto; position:relative;}
.imagesl{ position:absolute; top:37px; left:43px;}
.imagesr{position:absolute;top:118px;right:133px;}


.mainB{width:1200px;margin:50px auto;margin-bottom:90px;position:relative;}
.mainB h3{width:1200px;text-align:center;font-size:24px;font-weight:normal;line-height:30px;}
.mainB .js{width:1200px;text-align:center;font-size:16px;font-weight:normal;background:url(../images/3_03.jpg) no-repeat center 29px;padding-bottom:15px;}
.mainB_con{width:1200px;margin:0 auto;padding-top:45px;}
/*.con_list li {width:270px;margin-right:30px;float:left;}
.cp_img{width:266px;border:solid 2px #adadad;}
.con_list li span{display:block;width:270px;background:#adadad;height:53px;color:#fff; text-indent:10px; line-height:53px;}
.con_list li:hover .cp_img{border:solid 2px #0a347f;}
.con_list li:hover span{background:#0a347f;}
.chage{position:absolute;left:530px;top:466px;}
*/
.mainC{width:100%;background:url(../images/5.jpg) no-repeat center;margin:0 auto;height:391px;background-size:100%;margin-bottom:50px;}
.mainC h3{width:1200px;margin:0 auto;text-align:center;font-size:30px;font-weight:normal;line-height:30px;text-transform:uppercase;color:#FFF;padding-top:55px; }
.mainC .js{width:1200px;text-align:center;margin:10px auto 0;font-size:16px;font-weight:normal;/*background:url(../images/4_03.jpg) no-repeat center 29px;padding-bottom:15px;*/color:#FFF;}
.mainC_con{width:1200px;margin:0 auto;padding-top:53px;}
.fw_con{width:1200px;margin:0 auto;}
.fw_con li{width:370px;float:left;margin-right:30px;}
.fw_img{width:152px;float:left;}
.fw_img img{height: 125px;}
.fw_con .se_con{width:210px;float:right;}
.se_con .spann{font-size:16px;color:#FFF;}
.se_con .spann a{color:#8ec31f;}
.se_con .ppp{font-size:14px;color:#fff;height:80px;line-height:20px;overflow: hidden; width:210px; word-break:break-all;}

.mainD{width:1200px;margin:0 auto;margin-bottom:50px;}
.mainD h3{width:1200px;text-align:center;font-size:30px;font-weight:normal;line-height:30px;text-transform:uppercase;}
.mainD .js{width:1200px;text-align:center;font-size:16px;font-weight:normal;margin:10px auto 0;}
.mainD_con{width:1200px;margin:0 auto;padding-top:40px;}
.xw_con li{width:350px;background:#efefef;float:left;margin-right:75px;}
.xw_cont{ height:153px; word-break:break-all;}
.xw_cont .spann{display:block;padding:28px;padding-bottom:0px;}
.xw_cont .ppp{padding:0px 30px 15px 28px;color:#666666;height: 55px;overflow: hidden;}
.xw_con li .date{display:block;background:#d5d5d5;height:66px;line-height:66px;padding-left:28px;}
.xw_con li:hover{background:#0a347f;color:#fff;}
.xw_con li:hover .ppp{color:#fff;}
.xw_con li:hover .spann{color:#fff;}
.xw_con li:hover .date{background:url(../images/1-21.png);}
.xw_con .last{margin-right:0px;}


.footer{width:100%;background:#222222; margin-top:20px;}
.foot_t{width:1200px;margin:0 auto;padding-top:48px;color:#fff;padding-bottom:80px;}
.foot_tl{width:275px;float:left;}
.foot_tr{width:850px;float:right;}
.search01{width:275px; height:51px; background:url(../images/1_19.png) no-repeat 0px 10px; /*float:left;*/ /*margin-top:25px;*/ margin-top:10px; position:relative;}
.search_txt{width:200px; height:30px; /*padding-left:28px*/; line-height:30px; color:#aaa; background:none; font-size:12px; /*float:left;*/ text-indent:10px;margin-top: 10px;}
.sub{width:65px; height:30px; /*float:right;*/ cursor:pointer; background:none; position:absolute;margin-left: 10px;margin-top: 10px;}
.sub:focus{outline:none;}
.foot_tl .share a{margin-right:10px;}
.foot_tr dl{width:215px;border-left:solid 1px #333333;float:left;padding-left:67px;}
.foot_tr dl dt{text-transform:uppercase;padding-bottom:8px;} 
.foot_tr dl dd{line-height:200%;}
.foot_tr dl dd a{color:#fff;}
.foot_tr dl dd a:hover{color:#8ec31f;}
.foot_b{width:100%;margin:0 auto;background:#333333;}
.foot_bt{ width:1200px; margin:0 auto; height:50px;}
.foot_bp{ float:left; font-size:14px; font-family:Arial, Helvetica, sans-serif; color:#fff; line-height:50px;}
.foot_bp01{ color:#fff;float:right; font-size:14px; font-family:Arial, Helvetica, sans-serif; line-height:50px;}
.foot_bp01 a{ color:#fff;}
.foot_bp01 a:hover{color:#8ec31f;}


.content{width:1200px;margin:0 auto;margin-top:40px;}
.content_l{width:250px;float:left;}
.content_l h3{display:block;height:53px;line-height:53px;background:#0a347f;font-size:24px;font-weight:normal;text-transform:uppercase;color:#fff;text-indent:20px;margin-bottom:10px;}


.left_b{ width:250px; /*background:#cdcdcd;*/ margin-top:2px;}
.left_b li{ /*float:left;*/border-bottom:solid 1px #d6d6d6;width:250px;/*height:48px;*/line-height:48px;text-indent:20px;}
.left_b .ul_er{ display:none}
.left_b li a{color:#333333;display:block;width:250px;/*height:50px;*/line-height:50px;}
.left_b li a:hover{color:#fff;background:#8ec31f;}
.left_b li.cur a{color:#fff;background:#8ec31f;}
.left_b .ul_er{ padding:0; margin:0;}
.left_b .ul_er dd{ width:222px;/* margin-left:35px;*/ line-height:200%;border-bottom:solid 1px #d6d6d6; padding-left:2em;text-indent:0;}
.left_b .ul_er dd:hover{background:url(../images/2_03.png) no-repeat right;color:#0a347f;}
.left_b .ul_er dd.cur{background:url(../images/2_03.png) no-repeat right;}
.left_b .ul_er dd.cur a{color:#000099; font-weight:600;}
.left_b .ul_er dd a{ background:none;color:#333333; text-indent:inherit; line-height:200%;width:212px;}
.left_b .ul_er dd a:hover{color:#000099; font-weight:600;}
.left_b .ul_er .d_last{border-bottom:none;}

.content_r{width:893px;float:right;}
.content_rt{border-bottom:solid 1px #d6d6d6;padding-bottom:50px;}
.content_rt h3{line-height:50px;float:left;}
.content_rt span{float:right;line-height:50px;}
.content_rt span label{color:#0a347f;}
.content_rb{margin-top:35px;}
.rb_list li {width:270px;margin-right:41px;float:left;margin-bottom:37px;}
.cp_img{width:266px; height:266px;border:solid 2px #adadad; text-align:center;}
.rb_list li span{display:block;width:270px;background:#adadad;height:53px;color:#fff; text-indent:10px; line-height:53px;}
.rb_list li:hover .cp_img{border:solid 2px #0a347f;}
.rb_list li:hover span{background:#0a347f;}
.rb_list li:nth-child(3n){margin-right:0px;}


.gy_rb{margin-top:35px;margin-bottom:35px;max-width:100%;_width:100%; line-height:200%;}
.gy_rb img{max-width:100%;_width:100%;}


.content_rb .xq_A{float:left;margin-bottom:40px;}
.xq_A .xq_Al{float:left;}
.xq_Al .xq_Alb ul li{float:left;border:1px solid #d6d6d6;margin-right:17px;margin-top:15px;}
.xq_Al .xq_Alb ul li:hover{border:solid 1px #0a347f;}
.xq_Al .xq_Alb ul .last{margin-right:0px;}


.xq_A .xq_Ar{width:465px;float:right;margin-left:20px;}
.xq_Ar h3{font-size:24px;font-weight:normal;color:#0a347f;line-height:200%;padding-top:10px;}
.xq_Ar p{line-height:50px;}


.content_rb .xq_B{}
.xq_Bt{background:#eeeeee;border:1px solid #d4d4d4;width:100%;;height:42px;}
.xq_Bti li{float:left;padding:0 8px;height:42px;line-height:42px;text-align:center;color:#333333; cursor:context-menu;}
.xq_Bti li.cur{background:#0a347f;color:#fff;}
.xq_Bti li:hover{background:#0a347f;color:#fff;}

.content_rb .xq_C{float:left;border:solid 1px #d6d6d6;border-top:none;margin-bottom:50px;width:100%;}
.xq_C .hhh{padding:12px;line-height:200%;}
.xq_C img{max-width:100%;_width:100%;}

.prodet-title{
	display: none;
	margin-bottom: 20px;
}
.prodet-title h1{
	text-align: center;
	line-height: 1.7;
	font-size: 24px;
	font-weight: normal;
}
.box_style table{
	width: 100%;
}
textarea.input_bor{
	height: 100px;
}

.news_list ul{ width:100%; margin:0 auto; padding-bottom:30px;}
.news_list ul li{ width:100%; margin:0 auto; border-bottom:1px dashed #0a347f;}
.news_list ul li span{text-align:center; display:block; float:right;font:14px/40px "微软雅黑"; color:#424141; margin:0;}
.news_list ul li a{font:14px/40px "微软雅黑"; color:#424141; display:block;}
.news_list ul li a:hover{ color:#0a347f;}
.news_list ul li span:hover{color:#0a347f;}
.news_list ul li span:a{color:#0a347f;}

.news_list2 ul{ width:100%; margin:0 auto; padding-bottom:30px;}
.news_list2 ul li{ width:98%; margin:0 auto; border-bottom:1px dashed #0a347f;}
.news_list2 ul li span{text-align:center; display:block; float:right;font:14px/40px "微软雅黑"; color:#424141; margin:0;}
.news_list2 ul li a{font:14px/40px "微软雅黑"; color:#424141; display:block;}
.news_list2 ul li a:hover{ color:#0a347f;}
.news_list2 ul li span:hover{color:#0a347f;}
.news_list2 ul li span:a{color:#0a347f;}


.avia-search-tooltip{
position: absolute;
padding:0;
width: 300px;
height:74px;
top: 44px;
right:0px;
opacity: 1;
display: none;
margin-left: -120px;
border-radius: 2px;
box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.2);
border-width:1px;
border-style: solid;
background-color: #ffffff;
border-color: #e1e1e1;
z-index:99;
-webkit-animation: avia_pop 0.3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Safari 4+ */
-moz-animation:    avia_pop 0.3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* Fx 5+ */
animation:         avia_pop 0.3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275); /* IE 10+ */
}

.avia-search-tooltip .avia-arrow-wrap{
width:20px;
height:20px;
position: absolute;
top:-20px;
right:10px;
margin-left:-10px;
overflow: hidden;
}

.avia-arrow{
height:10px;
width:10px;
position: absolute;
top:-6px;
left:50%;
margin-left:-5px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
border-width:1px;
border-style: solid;
visibility: hidden\9;
background-color: #ffffff;
border-color: #e1e1e1;
}

.avia-search-tooltip .avia-arrow{
top: 15px;
}

#searchform {margin:0; padding:0;}
#searchform>div{
	position: relative;
	max-width: 300px;
	border-color: #e1e1e1;
    font-size: 100%;
    font: inherit;
	box-sizing: border-box;
	color: #808080;
	padding: 16px 0;
}
#searchform>div input:focus{outline:none;}
#s{width:65%; position:relative; display:block; padding:11px 47px 11px 5px; box-shadow: none;border: 1px solid #e1e1e1; margin-left:8px;}
#searchsubmit{ cursor:pointer; width:40px; height:40px; position:absolute;right:4px; z-index:1; background:url(../images/se.png) no-repeat right;}

.bdshare-button-style1-24 a, .bdshare-button-style1-24 .bds_more{ border-radius:50%;padding-left: 24px !important;}
.sr-bdimgshare{ display:none;}


.ban_1_3{ width:100%; height:479px; position:relative; overflow:hidden; margin:0 auto;}
.ban_1_3 .bd{ height:479px;position:relative;  z-index:0;}
.ban_1_3 .bd ul{ width:100% !important;}.ban_1_3 .bd li{ width:100% !important; height:479px; }
.ban_1_3 .bd li a{ position: absolute; z-index: 2; display: block; width: 100%; height: 100%; top: 0; left: 0; text-decoration: none;}
.ban_1_3 .hd{right:38%; bottom:2%; position:absolute; z-index:1; bottom:27px; overflow:hidden;}
.ban_1_3 .hd ul{ float:right;}	
.ban_1_3 .hd ul li{float:left; margin:0 5px; display:inline; cursor:pointer;}
.ban_1_3 .hd ul li img{ width:100px; height:60px; display:block; border:2px solid #fff; filter:alpha(opacity=50);opacity:0.5;  }	
.ban_1_3 .hd ul .on img{ border-color:#FF8106; filter:alpha(opacity=100);opacity:1;}
.ban_1_3 .prev{width:18px; height:32px; position:absolute; left:12%; top:82%; display:block; background:url(../template/public/images/slider-left.png) 0px 0px no-repeat; filter:alpha(opacity=50);opacity:0.5; }
.ban_1_3 .next{width:18px; height:32px; position:absolute; right:83%; top:82%; display:block; background:url(../template/public/images/slider-right.png) 0px 0px no-repeat; filter:alpha(opacity=50);opacity:0.5;}
.ban_1_3 .prev:hover,.ban_1_3 .next:hover{ filter:alpha(opacity=100);opacity:1;}


.move_2_3{width:1200px;height:280px;position:relative;margin:0 auto;}
.move_2_3 .picbox{width:1128px;position:absolute;left:25px;}
.move_2_3 .picbox li{width:272px; float:left; margin:0 5px; display:inline;overflow: hidden;}
.move_2_3 .picbox li a div{width:266px; height:266px; padding:1px; overflow: hidden;  border: 2px solid #adadad; text-align:center;display:table;}
.move_2_3 .picbox li a div.li_img img{display: block;}
.move_2_3 .picbox li a{vertical-align:middle;display:table-cell;}
.move_2_3 .picbox li a span{color:#fff;background:#adadad;width:272px; height:53px; line-height:53px; display:block; text-align:center;}
.move_2_3 .picbox li a:hover span{background:#0a347f;}
.move_2_3 .picbox li a:hover div{border:solid 2px #0a347f;}
.move_2_3 .left_btn{width:18px;height:32px;position:absolute;left:0px;top:112px;cursor: pointer; z-index:10;background: url("../template/public/images/picbox-left.png") no-repeat 0px 0px;}
.move_2_3 .right_btn{width:18px;height:32px;position:absolute;right:0px;top:112px;cursor: pointer; z-index:10;background: url("../template/public/images/picbox-right.png") no-repeat 0px 0px;}

.ph-product-container{
	display: none;
}

.ph-product-item{
	width: 100%;
}
.ph-product-item a{
	width: 100%;
	vertical-align: middle;
	display: block;
}
.ph-product-item a .li_img{
	padding:1px; 
	overflow: hidden;  
	border: 2px solid #adadad; 
	text-align:center;
	display:block;
}
.ph-product-item a span {
	color: #fff;
	background: #adadad;
	width: 100%;
	height: 53px;
	line-height: 53px;
	display: block;
	text-align: center;
}
.ph-product-container .swiper-button-prev,
.ph-product-container .swiper-button-next{
	color: #c1c1c1;
	opacity: 0.5;
}


.prodet-slide{
	width: 58%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.prodet-slide .gallery-top{
	border: 1px solid #dcdddd;
	text-align: center;
	width: 79%;
}
.prodet-slide .gallery-top .swiper-slide{
	height: 330px;
	display: flex;
	justify-content: center;
	text-align: center;
}
.prodet-slide .gallery-thumbs{
	width: 19%;
}
.prodet-slide .gallery-thumbs .swiper-slide{
	height: 80px;
	box-sizing: border-box;
	border: 1px solid #dcdddd;
	text-align: center;
}
.prodet-slide .gallery-thumbs .swiper-slide img{
	max-height: 100%;
	object-fit: cover;
	object-position: center;
}
.prodet-slide .gallery-thumbs .swiper-slide.swiper-slide-thumb-active{
	border-color: #0a347f;
}


.detail_page{width:100%;}
.detail_page .detail_title{text-align:center;font-weight:bold; font-size:14px; padding:5px 0 5px 0px;}
.detail_page .detail_wtime{text-align:right; line-height:22px; color:#999; padding-bottom:5px;}
.detail_page .detail_z_body{line-height:200%;}
.detail_page .detail_goback{margin:10px 0px;text-align:right;}


.contact-con{
	margin-top:35px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contact-left{
	width: 48%;
}
.contact-right{
	margin-top: 0;
	width: 48%;
}
.submit_btn{
	width: 120px;
	height: 38px;
	outline: none;
	background-color: rgba(57, 127, 213, 1.0);
	border-radius: 5px;
	font-size: 20px;
	color: #ffffff;
	cursor: pointer;
}
/*.materials .content_l{
	display: none;
}
.materials .content_r{
	width: 100%;
}*/
.materials_rb table{
	border-collapse: collapse;
}
.materials_rb table tr:nth-child(1){
	background-color: #cccccc;
}
.materials_rb table tr td{
	padding: 3px ;
	border: 1px solid #e1e1e1;
}
.materials_rb table tr:nth-child(1) td{
	white-space: nowrap;
}
.materials_rb table table tr{
	background-color: transparent!important;
}
.materials_rb table table tr td{
	border: 1px solid transparent;
}
.materials_rb .table-responsive{
	overflow-x: auto;
}
.materials_rb .table-responsive table{
	width: 1200px;
}

.product_rb table th{
	text-align: center;
}
.product_rb table tr td{
	word-break: break-all;
	padding: 9px 5px;
}

.param_list{
	margin-top: 10px;
	margin-bottom: 30px;
}
.param_list ul li{
	display: flex;
	border: 1px solid #eeeeee;
	margin-bottom: 1px;
	text-align: center;
}
.param_list ul li label{
	width: 150px;
	padding: 8px 0;
	text-align: right;
	padding-right: 16px;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	box-sizing: border-box;
	background-color: #eeeeee;
/*	border: 1px solid #ffffff;*/
}
.param_list ul li label:after{
	content: ':';
	display: inline-block;
}
.param_list ul li div.param_val{
	padding: 8px 10px;
	font-size: 16px;
	width: calc(100% - 150px);
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.param_list ul li .param_val span{
	width: 20%;
	line-height: 1.7;
}
.layui-table tbody tr:hover{
	background-color: #cdcdcd;
}