.product{ overflow:hidden; width:100%;height:auto;background-color:#F5F5F5;}
.product .container{width: 1200px;height:1120px;}
.product .product_img{display: block;}
.product .container .title{box-sizing:border-box;width:30%;height: auto;text-align: center;padding:60px 0;margin:0 auto;}
.product .container .title h2{font-size: 28px;color:#333;font-weight:bold;}
.product .container .title p{font-size: 14px;color:#666;margin-top:30px;}
.product .container ul.product_list{width: 100%;height:840px;overflow:hidden;position:relative;}
.product .container ul.product_list>li:hover{-ms-transform:rotate(15deg); /* IE 9 */-webkit-transform: rotate(15deg);/* Safari and Chrome */transform: rotate(15deg);box-shadow:0 2px 3px #aaaaaa;transform-origin:center top;-ms-transform-origin:center top;-webkit-transform-origin:center top;}
.product .container ul.product_list>li{float:left;width:380px;height:397px;box-sizing:border-box;transition:transform 0.15s ease;-webkit-transition:transform 0.15s ease;margin:0 10px 20px;} 
.product .container ul.product_list .pl_04, .product .container ul.product_list .pl_05{width:580px;}
.product .container ul.product_list>li>a{display:block;background-color: #ffffff;width:100%;height:100%;text-align:center; text-decoration:none;}
.product .container ul.product_list>li>a span{display:block;width:100%;height:134px;font-size:16px;padding:30px;box-sizing:border-box;}
.product .container ul.product_list>li>a span i{display:block;width:100%;height:16px;font-size:16px;margin-bottom:20px;color:#333;font-style:normal;font-weight:bold;}
.product .container ul.product_list>li>a span p{line-height:20px;font-size:12px;color:#666;}
.product .container ul.product_list>li:hover a span {background-color:#0527AF;}
.product .container ul.product_list>li:hover a span i,.product .container ul.product_list li:hover a p{color:#fff;}
.product .container ul.product_list>li>a img{width:100%;}
.product_more{box-sizing:border-box;width:100%;height:800px;background-color: #ffffff;padding:97px 0;}
.product_more .pm_title{margin:0 auto;width:423px;height:48px;text-align:center;}
.product_more .pm_title h2{font-size: 28px;color:#333;font-weight:bold;margin-bottom:16px;width:100%;}
.product_more .pm_title i{display: inline-block;width:75px;height:2px;background-color:#00479D;}
.product_more ul.pm_content{width:100%;height:500px;box-sizing:border-box;margin-top:68px;overflow:hidden;}
.product_more ul.pm_content>li{float:left;height:500px;box-sizing:border-box;}
.product_more ul.pm_content>li:nth-child(1){width:55%;height:100%;}
.product_more ul.pm_content>li:nth-child(1)>img{display:block;max-width:100%;width:100%;height:100%;}
.product_more ul.pm_content>li:nth-child(2){width:35%;height:100%;line-height:100%;margin-left:5%;}
.product_more ul.pm_content>li:nth-child(2) .right_text{width:100%;height:100%;padding:30% 0;}
.product_more ul.pm_content>li:nth-child(2) .right_text h2{font-size: 28px;color:#333;font-weight:bold;margin-bottom:20px;}
.product_more ul.pm_content>li:nth-child(2) .right_text i{text-transform:uppercase;color: #999;font-size:12px;font-style:normal;}
.product_more ul.pm_content>li:nth-child(2) .right_text p{font-size:14px;color:#666;line-height:24px;word-wrap:break-word;word-break:normal;margin:40px 0 30px 0;}
.product_more ul.pm_content>li:nth-child(2) .right_text .look_detail{width:100%;height:40px;color:#fff;font-weight:bold;box-sizing:border-box;}
.product_more ul.pm_content>li:nth-child(2) .right_text .look_detail span{display:inline-block;text-align:center;width:110px;height:40px;line-height:40px;background-color:#0527AF;}
.product_more ul.pm_content>li:nth-child(2) .right_text .look_detail i{display:inline-block;text-align:center;width:30px;height:40px;line-height:40px;background-color:#2245D2;text-decoration:none;cursor:pointer;font-weight:bold;color: #fff;}
.product_more ul.pm_content>li:nth-child(2) .right_text .look_detail span{float:left;color:#fff;display:block;}
/* .product_more ul.pm_content>li:nth-child(2) .right_text .look_detail i{float:left;color:#fff;width:30px;height:40px;cursor:pointer;} */

