.cont{width: 1200px;margin:0 auto;}
@media screen and (max-width: 1220px) {
	.cont{width: 96%;}
}
img{max-width: 100%;max-height: 100%;vertical-align: middle;}
.index_news .i_news_title{text-align: center;color:#333;font-size: 24px;margin:7% 0 6.7%;font-weight: bold;text-transform: uppercase;}
.pic_center img{max-width: 100%;max-height: 100%;}


.our_partner{background: #f0f2ff;overflow: hidden;padding-bottom:50px;}
.our_partner .o_prod_title{font-weight: bold;font-size: 24px;text-align: center;margin:6.7% 0 3.4%;text-transform: uppercase;}
.our_partner .o_prodName_list{text-align: center;color:#828282;font-size: 16px;margin-bottom: 5%;}
.our_partner .o_prodName_list span{cursor: pointer;/*text-transform: lowercase;*/transition:all 0.5s;}
.our_partner .o_prodName_list span:hover{color:#2196f3;}
.our_partner .o_prodName_list .proIco{display: inline-block;vertical-align: middle;width: 8px;height: 8px;background:#2196f3;margin:0 2.08%;}
.our_partner .o_prodName_list .cur{color:#2196f3;}
.our_partner .o_prod_list{overflow: hidden;font-size: 0;text-align: center;}
.our_partner .o_prod_list .t_prodItem{display: inline-block;vertical-align: top; width: 200px;margin:0 40px 50px 0;}

.our_partner .o_prod_list .t_prodItem .t_prodItem_img{width: 100%;height: 100px;margin-bottom: 10px;position: relative;overflow: hidden;}
.our_partner .o_prod_list .t_prodItem .t_prodItem_img .newPro{position: absolute;  width: 58px;height: 26px;background: #f3595b;text-align: center;line-height: 26px;color:#fff;font-size: 14px;top:24px;left:0;}
.our_partner .o_prod_list .t_prodItem .t_prodItem_name{/*height: 60px;overflow: hidden;*/font-size: 16px;line-height: 27px;padding-bottom: 4px;}
.our_partner .o_prod_list .t_prodItem .t_prodItem_model{font-size: 14px;color:#828282;}
.our_partner .o_prod_list .t_prodItem .price{font-size: 14px;color:#828282;margin-bottom: 5px;}
.our_partner .o_prod_list .t_prodItem:hover img{transform: scale(1.05);}
.our_partner .all_proBtn{display: block; width: 275px;height: 53px;margin:30px auto 70px;text-align: center;font-size: 18px;color:#fff;line-height: 53px;background: #a3c0d7;}


@media screen and (max-width: 1200px) {
	.our_partner .o_prod_list .t_prodItem{margin:0 20px 50px;}
		.our_partner .o_prod_list .t_prodItem:nth-child(4n){margin:0 20px 50px;}
}

@media screen and (max-width: 680px) {
	.our_partner .o_prod_title{font-size: 20px;}
	    .our_partner .o_prod_list .t_prodItem,
	    .our_partner .o_prod_list .t_prodItem:nth-child(2n){margin: 0 auto 25px;}
	    .our_partner .o_prod_list .t_prodItem .t_prodItem_img{margin-bottom: 10px;}
		.our_partner .all_proBtn{margin: 15px auto 40px;font-size: 16px;height: 40px;line-height: 40px;}
		.our_partner .o_prod_list .t_prodItem{width: 48%;margin:0 10px 20px 0;}
			.our_partner .o_prod_list .t_prodItem .t_prodItem_img{height: auto}
			.our_partner .o_prodName_list{line-height: 24px;}
			}