
/*productshow*/
.productshow{padding:63px 0;}
.productshow .pl_left{width:280px;float:left;}
.productshow .pl_left .pc_item{width:280px;background:#FFF;}
.productshow .pl_left .pc_item.fixed{position:fixed;}
.productshow .pl_left .plt_title{height:81px;line-height:81px;font-size:30px;background:#123b97;color:#FFF;text-align:center;}
.productshow .pl_left .plt_ul{border:1px solid #123b97;}
.productshow .pl_left .plt_ul .plt_li{border-bottom:1px dashed #DDD;position:relative;}
.productshow .pl_left .plt_ul .plt_li:last-child{border-bottom:none;}
.productshow .pl_left .plt_ul .plt_li>a{height:52px;line-height:52px;font-size:16px;color:#333;display:block;padding-left:15px;position:relative;padding-left:30px;padding-right:10px;}
.productshow .pl_left .plt_ul .plt_li>a:before{content:'';width:6px;height:6px;position:absolute;left:15px;top:50%;margin-top:-3px;background:#333;border-radius:50%;}
.productshow .pl_left .plt_ul .plt_li>a:hover{background:#ce000d;color:#FFF;margin-left:-1px;margin-right:-1px;}
.productshow .pl_left .plt_ul .plt_li>a:hover:before{background:#FFF;}
.productshow .pl_left .plt_ul .plt_li>a:hover:after{content:"";border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:12px solid #ce000d;position:absolute;right:-10px;top:50%;margin-top:-10px;}

.productshow .pl_left .plt_ul .plt_li>i{display:block;position:absolute;width:60px;height:60px;background:url(arrowicon.png) no-repeat center center;right:0;top:0;cursor:pointer;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;transition:all .5s ease-in-out;}
.productshow .pl_left .plt_ul .plt_li .plt_a{border-top:1px solid #DDD;}
.productshow .pl_left .plt_ul .plt_li .plt_a>a{display:block;height:50px;line-height:50px;font-size:15px;color:#333;padding-left:25px;}
.productshow .pl_left .plt_ul .plt_li .plt_a>a.on{background:#e60619;color:#FFF;}
.productshow .pl_left .plt_ul .plt_li.on>i{-ms-transform:rotate(90deg);-webkit-transform:rotate(90deg);transform:rotate(90deg);}
.productshow .pc_right_item{width:calc(100% - 280px);padding-left:56px;float:right;}
.productshow .pl_top{background:#FFF;}
.productshow .pl_top .plt_left{width:500px;float:left;}
.productshow .pl_top .plt_left .plt_img{width:100%;padding-bottom:75%;position:relative;overflow:hidden;border:1px solid #E6E6E6;}

.productshow .pl_top .plt_left .plt_img .positionimg{opacity:0;opacity:0;transition:opacity 500ms ease 0s;}
.productshow .pl_top .plt_left .plt_img .positionimg.on{opacity:1;}
.productshow .pl_top .plt_left .pltl_ul{}
.productshow .pl_top .plt_left .pltl_ul .pltl_li{width:calc(25% - 6px);margin-left:8px;margin-top:10px;float:left;}
.productshow .pl_top .plt_left .pltl_ul .pltl_li:first-child{margin-left:0;}
.productshow .pl_top .plt_left .pltl_ul .pltl_li .pltu_img{width:100%;padding-bottom:75%;position:relative;border:1px solid #E6E6E6;}
.productshow .pl_top .plt_left .pltl_ul .pltl_li .pltu_img img{object-position:left top;}
.productshow .pl_top .plt_left .pltl_ul .pltl_li.on .pltu_img{border-color:#e60619;}
.productshow .pl_top .plt_right{width:calc(100% - 500px);float:right;padding:0 0 0 40px;position:relative;}
.productshow .pl_top .plt_right .plu_txt{}
.productshow .pl_top .plt_right .plu_txt p{font-size:16px;line-height:30px;color:#575757;}
.productshow .pl_top .plt_right .plu_txt h1{font-size:36px;line-height:48px;color:#333;font-weight:normal;}
.productshow .pl_top .plt_right .plu_txt .p_span{display:block;line-height:28px;color:#999;font-size:15px;margin-top:6px;font-style:normal;}
.productshow .pl_top .plt_right .plu_txt p:nth-child(2){font-size:24px;height:24px;line-height:24px;font-weight:bold;color:#222;margin-top:3px;}
.productshow .pl_top .plt_right .plu_txt em{display:block;width:106px;height:4px;margin:10px 0 15px;background:#da241d;}
.productshow .pl_top .plt_right .plu_txt p:nth-child(4){overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;}
.productshow .pl_top .plt_right .plu_txt p:nth-child(5){font-size:15px;height:25px;line-height:25px;margin:20px 0 10px;}
.productshow .pl_top .plt_right .plu_txt .plu_pp{margin-top:15px;}
.productshow .pl_top .plt_right .plu_txt .plu_pp span{display:block;width:100%;float:left;font-size:15px;line-height:30px;color:#575757;}
.productshow .pl_top .plt_right .plt_btn{margin-top:30px;font-size:0;-webkit-text-size-adjust:none;}
.productshow .pl_top .plt_right .plt_btn a{display:inline-block;width:159px;height:44px;line-height:42px;border:1px solid #123b97;text-align:center;font-size:16px;color:#333;border-radius:22px;position:relative;overflow:hidden;z-index:1;margin-left:20px;}
.productshow .pl_top .plt_right .plt_btn a:before{content:'';position:absolute;left:0;top:0;width:0;height:100%;background:#123b97;z-index:-1;
	-webkit-transition:all .5s;
	   -moz-transition:all .5s;
	    -ms-transition:all .5s;
	        transition:all .5s;
}
.productshow .pl_top .plt_right .plt_btn a:first-child{margin-left:0;}
.productshow .pl_top .plt_right .plt_btn a:hover{border:1px solid #123b97;color:#FFF;}
.productshow .pl_top .plt_right .plt_btn a:hover:before{width:100%;}
.productshow .pl_right{background:#FFF;padding:30px 0 0;}
.productshow .ps_content{}
.productshow .pl_h2{margin-top:30px;background:#F5F5F5;}
.productshow .pl_h2 span{display:inline-block;height:50px;line-height:50px;padding:0 40px;background:#123b97;color:#FFF;font-size:20px;font-weight:bold;}
.productshow .pl_p{}
.productshow .ps_content>*+*{margin-top:15px;}
.productshow .ps_content>p{color:#333;font-size:16px;line-height:28px;}
.productshow .ps_content img{margin:0 auto;display:block;max-width:100%;}
.productshow .ps_content .ps_table{padding:0 12px;}
.productshow .ps_content table{border-top:1px solid #DDD!important;border-left:1px solid #DDD!important;max-width:800px;width:100%!important;border-spacing:0;margin:20px auto;}
.productshow .ps_content th,.productshow .ps_content td{border-right:1px solid #DDD!important;border-bottom:1px solid #DDD!important;font-size:16px!important;padding:12px 5px;line-height:1.4;text-align:center;}
.productshow .ps_content table >tbody>tr:nth-of-type(odd){background-color:#f9f9f9;}
.productshow .pl_right .pl_tuijian{}
.productshow .pl_right .pl_tuijian .pltj_li{width:32%;margin-left:2%;float:left;margin-bottom:20px;display:block;}
.productshow .pl_right .pl_tuijian .pltj_li:nth-child(3n+1){margin-left:0;}
.productshow .pl_right .pl_tuijian .pltj_li .pltj_img{width:100%;padding-bottom:67.84%;position:relative;border:1px solid #DDD;}
.productshow .pl_right .pl_tuijian .pltj_li p{font-size:20px;height:26px;line-height:26px;color:#333;font-weight:bold;margin-top:12px;background:url(news_icon.png) no-repeat 10px center;padding-left:35px;}
.productshow_xg{background:#E9E9E9;padding:42px 0 73px;}
.productshow_xg .pt_ul{margin-top:40px;overflow:hidden;}
.productshow_xg .pt_ul .pt_img{width:100%;padding-bottom:75%;position:relative;}
.productshow_xg .pt_ul p{font-size:16px;height:55px;line-height:55px;color:#2d2d2d;padding:0 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;background:#FFF;}


@media screen and (max-width:1699px){
	.productshow{padding:40px 0;}
	.productshow .pl_left{width:220px;}
	.productshow .pl_left .pc_item{width:220px;}
	.productshow .pl_left .plt_title{height:70px;line-height:70px;font-size:24px;}
	.productshow .pl_left .plt_ul .plt_li>a{font-size:14px;height:46px;line-height:46px;}
	.productshow .pl_left .plt_ul .plt_li>a:before{width:4px;height:4px;margin-top:-2px;}
	.productshow .pc_right_item{width:calc(100% - 220px);padding-left:40px;}
	.productshow .pl_top .plt_left{width:460px;}
	.productshow .pl_top .plt_right{width:calc(100% - 460px);padding-left:30px;}
	.productshow .pl_top .plt_right .plu_txt h1{font-size:28px;height:38px;line-height:38px;}
	.productshow .pl_top .plt_right .plu_txt .plu_pp{margin-top:10px;}
	.productshow .pl_top .plt_right .plu_txt .plu_pp span{font-size:14px;line-height:28px;}
	.productshow .pl_top .plt_right .plt_btn{margin-top:20px;}
	.productshow .pl_top .plt_right .plt_btn a{font-size:14px;height:38px;line-height:36px;width:120px;}
	.productshow .pl_h2{margin-top:15px;}
	.productshow .pl_h2 span{font-size:17px;height:44px;line-height:44px;}
	.productshow_xg{padding:40px 0;}
	.productshow_xg .pt_ul{margin-top:30px;}
	.productshow_xg .pt_ul p{font-size:15px;height:40px;line-height:40px;}
}

@media screen and (max-width:1399px){
	.productshow{padding:30px 0;}
	.productshow .pl_left{width:100%;float:none;}
	.productshow .pl_left .pc_item{width:100%;}
    .productshow .pl_left .pc_item.fixed{position:relative;}
    .productshow .pl_left .plt_title{display:none;}
    .productshow .pl_left .plt_ul{width:100%;padding:0;background:#DDD;border:none;}
    .productshow .pl_left .plt_ul .plt_li{border-right:1px solid #FFF;width:20%;float:left;}
	.productshow .pl_left .plt_ul .plt_li:last-child{border-right:none;}
    .productshow .pl_left .plt_ul .plt_li a{padding:0 10px;border-bottom:none;text-align:center;}
	.productshow .pl_left .plt_ul .plt_li a:before{content:none;}
	.productshow .pl_left .plt_ul .plt_li a:hover:after{content:none;}
	.productshow .pc_right_item{width:100%;padding-left:0;float:none;margin-top:20px;}
	.productshow_xg{padding:30px 0;}
	.productshow_xg .pt_ul{margin-top:20px;}
}

@media screen and (max-width:1023px){
	.productshow{padding:20px 0;}
	.productshow .pl_top .plt_left{width:360px;}
	.productshow .pl_top .plt_right{width:calc(100% - 360px);padding-left:20px;}
	.productshow .pl_top .plt_right .plu_txt h1{font-size:22px;height:30px;line-height:30px;}
	.productshow .pl_top .plt_right .plu_txt .plu_pp span{line-height:26px;}
	.productshow .pl_top .plt_right .plt_btn{margin-top:15px;}
	.productshow .pl_top .plt_right .plt_btn a{font-size:14px;height:38px;line-height:36px;width:120px;}
	.productshow_xg{padding:20px 0;}
	.productshow_xg .pt_ul{margin-top:15px;}
}

@media screen and (max-width:767px){
	.productshow .pl_left .plt_ul .plt_li{width:50%;border-bottom:1px solid #FFF;}
	.productshow .pl_left .plt_ul .plt_li:last-child{border-right:1px solid #FFF;}
	.productshow .pl_left .plt_ul .plt_li:nth-child(even){border-right:none;}

	.productshow .pl_top .plt_left{width:100%;float:none;}
	.productshow .pl_top .plt_right{width:100%;float:none;margin-top:15px;padding-left:0;}
	.productshow .pl_right{padding:15px 0 0;}
}


