﻿@charset "utf-8";
/*产品*/
.pro_frbox { height:500px;}
.pro_frBtnL { float: left; cursor: pointer; display: inline; margin-top:200px;}
.pro_frBtnR { float: right; cursor: pointer; margin-top:200px;}
.pro_frUl { float: left; height:500px; width:1270px; margin-left:10px;}
.pro_frUl ul li { display: inline; float: left; width:393px; height:500px; overflow: hidden; margin:0px 15px;}

.product_cons{float:left; width:393px; height:490px; background:#fff; -webkit-box-shadow:0 0 20px rgba(0, 0, 0, .4);  -moz-box-shadow:0 0 20px rgba(0, 0, 0, .4);  box-shadow:0 0 20px rgba(0, 0, 0, .4); }
.product_cons .product_cons_img{ width:351px; height:351px; overflow:hidden; margin:auto; margin-top:20px;}
.product_cons .product_cons_img img{width:351px; height:351px; transform:scale(1); transition:all ease-in-out .5s;}
.product_cons:hover .product_cons_img img{transform:scale(1.2);}
.product_cons .product_tit1{text-align:center; width:351px; height:55px; margin:auto; font-size:20px; color:#ff7900; transition:all ease-in-out .5s; line-height:55px;}
.product_cons:hover .product_tit1{color:#05a2e5;}
.product_cons .product_tit3 .product_tit2{text-align:center; width:160px; height:42px; float:right; font-size:14px; color:#fff; transition:all ease-in-out .5s; line-height:42px; background:#ff7900; border:1px solid #ff7900;}
.product_cons .product_tit3 .product_tit2 a{color:#fff; text-decoration:none;}
.product_cons:hover .product_tit3 .product_tit2 a{color:#fff; text-decoration:none;}
.product_cons:hover .product_tit3 .product_tit2{color:#fff;background:#05a2e5; border:1px solid #0091cf;}
.product_cons .product_tit3{text-align:left; width:351px; height:42px; margin:auto; font-size:15px; color:#333;}
.product_cons .product_tit3 .product_tit4{text-align:left; float:left; width:180px; height:42px; font-size:13px; color:#333; line-height:21px;}

/*案例*/
.case_frbox { height:450px;}
.case_frBtnL { float: left; cursor: pointer; display: inline; margin-top:110px;}
.case_frBtnR { float: right; cursor: pointer; margin-top:110px;}
.case_frUl { float: left; height:384px; width:1230px; margin-left:18px;}
.case_frUl ul li { display: inline; float: left; width:380px; height:384px; overflow: hidden; margin:0px 15px;}

.case_cons{float:left; width:380px; height:384px;}
.case_cons .case_cons_img{ width:380px; height:290px; overflow:hidden; margin:auto;}
.case_cons .case_cons_img img{width:380px; height:290px; transform:scale(1); transition:all ease-in-out .5s;}
.case_cons:hover .case_cons_img img{transform:scale(1.2);}
.case_cons .case_tit1{text-align:center; width:380px; height:54px; font-size:18px; color:#333; transition:all ease-in-out .5s; line-height:54px;}
.case_cons:hover .case_tit1{color:#ff7900;}
.case_cons .case_tit2{text-align:center; width:136px; height:39px; margin:auto; font-size:16px; color:#fff; transition:all ease-in-out .5s; line-height:39px; background:#ff7900; border-radius:20px;}
.case_cons .case_tit2 a{color:#fff; text-decoration:none;}
.case_cons:hover .case_tit2 a{color:#fff; text-decoration:none;}
.case_cons:hover .case_tit2{color:#fff;background:#09705f;}