@charset "utf-8";
/* 产品中心·CSS */

.p_banner{display:block;position:relative;overflow:hidden;width:1920px;height:500px;margin-left:-960px;left:50%;overflow:hidden;}

.core{display:block;overflow:hidden;padding:30px 20px;background:#f6f6f6;}
.core p{display:block;font-size:24px;color:#666;text-align:center;line-height:48px;}
.core p b{font-size:30px;color:#e42121;font-weight:normal;}
.core .img1{display:block;margin:0 auto;margin-top:45px;}
.core h2{display:block;font-size:28px;color:#63b2fc;text-align:center;margin-top:20px;}

.product{display:block;background:#fff;overflow:hidden;padding:30px 0px;}
.product p.h1{display:block;text-align:center;font-size:26px;color:#666;line-height:44px;}
.product p.h1 b{font-size:32px;color:#e42121;font-weight:normal;}
.product h2{display:block;font-size:28px;background:#63b2fc;text-align:center;width:600px;line-height:70px;border-radius:3px;margin:20px auto;color:#fff;}
.product h3{display:block;text-align:center;font-size:28px;color:#63b2fc;font-weight:bold;margin-top:80px;}
.product_ul{display:block;overflow:hidden;width:1200px;margin:0 auto;margin-top:30px;}
.product_ul li{display:block;width:25%;float:left;overflow:hidden;padding:10px 10px;box-sizing:border-box;}
.product_ul li a{display:block;overflow:hidden;position:relative;border:solid 2px #f6f6f6;}
.product_ul li.li1 a span{display:block;position:absolute;left:0;bottom:-82px;width:100%;height:74px;background:#63b2fc;}
.product_ul li.li1 a span i{display:block;text-align:center;font-size:18px;line-height:74px;color:#fff;background:url(../../resource/images/single/productlist/right1.png) no-repeat 50% center;}
.product_ul li.li1 a .pro{display:block;background:#f6f6f6;height:290px;overflow:hidden;}
.product_ul li .pro img{display:block;margin:0 auto;margin-top:30px;}
.product_ul li.li1 a .pro h1{display:block;text-align:center;font-size:24px;color:#323232;padding:15px 0px;}
.product_ul li.li1 a .pro p{display:block;color:#666;font-size:16px;padding:0 10px;line-height:28px;}
.product_ul li.li2 .pro{display:block;background:#e5e5e5;height:290px;overflow:hidden;}
.product_ul li.li2 .pro p{display:block;color:#63b2fc;text-align:center;font-size:20px;line-height:34px;margin-top:25px;}

.product_ul li.li1 a:hover{border:solid 2px #63b2fc;}
.product_ul li.li1 a:hover span{display:block;bottom:0;transition:0.5s;-moz-transition:0.5s;-ms-transition:0.5s;-o-transition:0.5s;}
.product_ul li.li1 a:hover span i{text-indent:-50px;background:url(../../resource/images/single/productlist/right.png) no-repeat 70% center;
	transition:0.5s;-moz-transition:0.5s;-ms-transition:0.5s;-o-transition:0.5s;}

@media screen and (max-width:1370px){
	.p_banner{width:1366px;height:356px;margin-left:-683px;}
	.p_banner img{width:1366px;height:auto;background-size:100%;}
	.core .img1{width:800px;height:auto;}
	.core p,.product p.h1{font-size:20px;line-height:36px;}
	.core p b,.product p.h1 b{font-size:26px;}
	.product h2{font-size:20px;line-height:60px;width:440px;}
	.product h3{font-size:24px;margin-top:50px;}
	.product_ul{width:960px;}
	.product_ul li .pro img{width:80px;height:80px;margin-top:24px;}
	.product_ul li.li1 a .pro h1{font-size:18px;}
	.product_ul li.li1 a .pro p,.product_ul li.li2 .pro p{font-size:13px;line-height:20px;}
	.product_ul li.li1 a .pro,.product_ul li.li2 .pro{height:220px;}
	.product_ul li.li1 a span{height:58px;}
	.product_ul li.li1 a span i{line-height:58px;font-size:15px;}
	.product_ul li.li1 a:hover span i{background-size:5%;}
}