/*首页主体样式*/
.heading{text-align:center;margin-bottom:37px;}
.heading h2{font-size:33px;color:#00479d;font-weight:normal;position:relative;}
.heading h2 a{font-size:14px;color:#388cfe;position:absolute;top:12px;right:0;}
.feature{padding:43px 0;background:#f9f9f9;}
.felist li{margin-bottom:15px;}
.felist li a{display:block;padding:0 30px;}
.felist li a img{display:block;float:left;margin-right:20px;transition:transform 0.5s;-moz-transition:-moz-transform 0.5s;-webkit-transition:-webkit-transform 0.5s;-ms-transition:-ms-transform 0.5s;}
.felist li a:hover img{opacity: 0.8;filter:alpha(opacity=80); /*IE6,7,8Í¸Ã÷*/transform:scale(1.2,1.2) ;-moz-transform:scale(1.2,1.2); -webkit-transform:scale(1.2,1.2); -ms-transform:scale(1.2,1.2);}
.felist li a h3{font-size:24px;color:#212121;margin-bottom:5px;}
.felist li a p{font-size:12px;color:#7d7d7d;line-height:24px;}
/*解决方案*/
.solution{width:100%;padding:40px 0 50px 0;background:#fff;overflow:hidden;}
.picshow{width:100%;position:relative;}
/*选择我们*/
.choose{padding-top:43px;background: url(choose.png) center bottom no-repeat;overflow:hidden;}
.tabs{background: url(bg2.png) repeat;margin-bottom:25px;}
.tabs .hd{padding:0;}
.tabs .hd li{width:100%;height:125px;line-height:125px;font-size:22px;color:#6b6b6b;background: url(bg.png) repeat;}
.tabs .hd li a{display:block;padding-left:100px;color:#6b6b6b;background: url(arr.png) 50px center no-repeat;}
.tabs .hd li.on{background: url(bg2.png) repeat;}
.tabs .hd li.on a{color:#50b8ff;background: url(arr_on.png) 50px center no-repeat;}
.tabs .bd{padding:0;}
.scheme{padding:0 20px 0 40px;}
.scheme .sbox h3{font-size:24px;color:#fff;font-weight:bold;margin-top:60px;margin-bottom:25px;}
.scheme .sbox p{color:#fff;line-height:24px;}
.scheme .sbox .slist li{position:relative;overflow:hidden;margin-bottom:15px;}
.scheme .sbox .slist li img{max-width:100%;height:auto;}
/*我们的产品*/
.product{padding:30px 0 0 0;background:#fff;overflow:hidden;}
/*我们的服务*/
.service{padding:30px 0;background:#f9f9f9;overflow:hidden;}
.fuwu li{margin-bottom:20px;}
.fuwu .fwitem{display:block;padding:20px 20px;min-height:250px;border:1px solid #d8d8d8;-webkit-transition: all 0.2s ease-out;transition: all 0.2s ease-out;}
.fuwu .fwitem h3{font-size:18px;color:#333;margin:15px 0 10px 0;font-weight:normal;}
.fuwu .fwitem p{font-size:14px;color:#999;}
.fuwu .fwitem p span{display:block;width:22px;height:22px;margin-top:20px;background: url(more.png) no-repeat;text-indent:-99999px;}
.fuwu .fwitem img {-webkit-transform: scale(1);transform: rotate(0);-webkit-transition: all 0.3s ease-out;transition: none; }
.fuwu .fwitem:hover{box-shadow: 0 0 10px 0 rgba(0,0,0,.5);}
.fuwu .fwitem:hover img {-webkit-transform:scale(1.3);transform:rotate(360deg);-webkit-transition:all 0.5s ease-out;transition:all 0.5s ease-out;}
/*我们的资讯*/
.news{padding:40px 0;background:#fff;overflow:hidden;}
@media (max-width: 767px){
	.heading{margin-bottom:15px;}
	.heading h2{font-size:20px;}
	.felist li a h3{font-size:16px;}
	.felist li a img{width:60px;}
	.solution{padding:20px 0;}
	.choose{padding-top:0;}
	.tabs .hd li{height:80px;line-height:80px;font-size:18px;}
	.scheme .sbox h3{font-size:16px;margin-top:30px;}
}