﻿body{background-color: #fbfbfb;}

/*头图*/
.map_tip{margin-bottom: 60px;}
.map_tip .map_bd p.p_tip .design{color: #666;font-size: 22px;padding-left: 15px;}
/*项目案例*/
.tab_box .tablist .tab_casebar{max-width: 1920px;margin: 0 auto 30px;padding: 0 5% 2px;overflow: hidden;}
.tab_box .tablist .tab_casebar li{position: relative;float: left;font-size: 18px;color: #666;margin-right: 50px;cursor: pointer;}
.tab_box .tablist .tab_casebar li.active{color: #0073B0;}
.tab_box .tablist .tab_casebar li.active:before{content: '';display: block;position: absolute;width: 100%;height: 2px;background-color: #0073B0;bottom: -2px;}
.tab_box .tablist{display: none;}
.tab_box .tablist:nth-child(1){display: block;}
.tab_box .tablist .row .col-md-4{margin-bottom: 30px;}

ul.pagination{margin-top: 70px;}


ul.pagination li,ul.pagination span{display: block;float: left;margin: 0 5px;width: 40px;height: 40px;text-align: center;line-height: 40px;border: 1px solid #d6d6d6;color: #666;background-color: #fff;cursor: pointer;transition: background-color .5s;font-size: 16px;}
ul.pagination span.current,ul.pagination a:nth-last-child(n+2):not(:first-child):hover{color: #fff;background-color: #0073B0;transition: background-color 1s;text-decoration:none;}
ul.pagination li.disabled:first-child{background-image: url(../img/case/arrow_l.png);background-repeat: no-repeat;background-size: 8px auto;background-position: center;}
ul.pagination li.disabled:last-child{background-image: url(../img/case/arrow_r.png);background-repeat: no-repeat;background-size: 8px auto;background-position: center;}
@media(max-width:1280px){
	.tab_box .tablist .row .col-md-4{margin-bottom: 10px;}
}
