﻿@charset "utf-8";
/*案例*/
.mr_frbox{height:auto; width:1200px; margin:auto; position:relative;}
.mr_frBtnL{float:left; cursor:pointer; display:inline; margin-top:60px;position:absolute;}
.mr_frBtnR{float:right; cursor:pointer; margin-top:60px; position:absolute;}
.mr_frUl{float:left; width:90%; height:auto; margin-left:5%;}
.mr_frUl ul li{display:inline; float:left; width:23%; margin:0 10px; height:auto; overflow:hidden;}

.case_cons{float:left; width:96%; height:auto; background:#b9b9b9; padding:2%;}
.case_cons .case_cons_img{width:100%; height:auto; overflow:hidden; background:#fff;}
.case_cons .case_cons_img img{width:100%; height:auto; transform:scale(1); transition:all ease-in-out .5s;}
.case_cons .cases_tit{width:100%; height:auto; background:#fff; line-height:27px; padding:20px 25px;text-align:center;}
.case_cons .cases_tit p{font-size:24px; color:#333; font-weight:bold; line-height:58px;}
.case_cons .cases_tit span{font-size:14px; color:#999;}
.case_cons:hover{background:#ce000f;}
.case_cons:hover .case_cons_img img{transform:scale(1.2);}
.case_cons:hover .cases_tit p{color:#003579;}

@media screen and (max-width: 1200px) { 
.mr_frbox{width:90%;}
.mr_frBtnL{margin-top:50px;}
.mr_frBtnR{margin-top:50px;}
} 
@media screen and (max-width: 860px) { 
.mr_frBtnL{margin-top:20px; margin-left:-20px;}
.mr_frBtnR{margin-top:20px;}
.mr_frUl{float:left; width:88%; height:auto; margin-left:6%;}
.mr_frUl ul li{margin:0 5px;}
} 
@media screen and (max-width: 660px) { 
.mr_frBtnL{margin-top:0px; margin-left:-20px;}
.mr_frBtnR{margin-top:0px;}
.mr_frUl{float:left; width:80%; height:auto; margin-left:8%;}
.mr_frUl ul li{margin:0 5px;}
} 


/*产品*/
.pro_frbox{height:auto; width:100%; margin-top:5%; position: relative;}
.pro_frBtnL{float:right; cursor:pointer; display:inline; position:absolute; bottom:20px; right:90px;}
.pro_frBtnR{float:right; cursor:pointer; position:absolute; bottom:20px; right:20px;}
.pro_frUl{float:left; width:100%; height:auto;}
.pro_frUl ul li{display:inline; float:left; width:100%; margin:0; height:auto; overflow:hidden;}

.pro2con{width:100%; height:auto; float:left; text-align:center; background:#f0f0f0;}
.pro2con .pimg{width:60%; height:auto;overflow:hidden; float:left;}
.pro2con .pimg img{width:100%; height:auto; transform:scale(1); transition:all ease-in-out .5s;}
.pro2con .ptit{width:30%; line-height:30px; color:#333; font-size:14px; float:left; padding:5%; text-align:left;}
.pro2con .ptit p{font-size:18px; font-weight:bold; line-height:40px;}
.pro2con .ptit .p_txt{ width:100%;}
.pro2con a{color:#333;}
.pro2con:hover .ptit{color:#e97b0f;}
.pro2con:hover a{color:#e97b0f;}
.pro2con:hover .pimg img{transform:scale(1.2);}

@media screen and (max-width: 1200px) { 
.pro_frBtnL{margin-top:30px;}
.pro_frBtnR{margin-top:30px;}
} 
@media screen and (max-width: 860px) { 
.pro_frBtnL{margin-top:20px; margin-left:-20px;}
.pro_frBtnR{margin-top:20px;}
.pro2con .ptit{line-height:25px; font-size:13px;}
.pro2con .ptit p{font-size:15px; line-height:30px;}
} 
@media screen and (max-width: 660px) { 
.pro_frBtnL{margin-top:0px; margin-left:-20px;}
.pro_frBtnR{margin-top:0px;}
.pro2con .pimg{width:100%;}
.pro2con .ptit{width:90%; padding:5%;}
} 

/*荣誉*/
.honor_frbox {height:300px;}
.honor_frBtnL {float:left; cursor:pointer; display:inline; margin-top:110px;}
.honor_frBtnR {float:right; cursor:pointer; margin-top:110px;}
.honor_frUl {float:left; width:1300px; height:300px; margin-left:10px;}
.honor_frUl ul li {display:inline; float:left; width:220px; height:300px; overflow:hidden; margin:0px 20px;}


.honor_cons{float:left; width:220px; height:300px; background:url(honor_img.png);}
.honor_cons img{width:200px; height:280px; margin:10px;}



/*合作伙伴*/
.cooperation_frbox {height:286px;}
.cooperation_frBtnL {float:left; cursor:pointer; display:inline; margin-left:-140px; margin-top:25px;}
.cooperation_frBtnR {float:left; cursor:pointer; margin-left:-90px; margin-top:25px;}
.cooperation_frUl {float:left; width:780px; height:286px;overflow:hidden;}
.cooperation_frUl ul{float:left; width:780px; height:286px;}
.cooperation_frUl ul li {display:inline; float:left; width:259px; height:142px; border-top:1px solid #dfdfdf;  border-right:1px solid #dfdfdf;}
.cooperation_cons{float:left; width:259px; height:142px;}
.cooperation_cons img{width:259px; height:142px;}

/*合作伙伴2*/
.cooperations_frUl {float:left; width:780px; height:143px;overflow:hidden;}
.cooperations_frUl ul li {display:inline; float:left; width:259px; height:142px; border-top:1px solid #dfdfdf;  border-right:1px solid #dfdfdf;}
.cooperations_cons{float:left; width:259px; height:142px;}
.cooperations_cons img{width:259px; height:142px;}