body{
    width: 100%;
    font-size: 16px;
}
a{
     padding: 0 !important; 
}
*{
     box-sizing: inherit !important; 
}
.wrap{
    width: 1200px;
    margin: 0 auto;
}
.wrap2{
    width: 1300px;
    margin: 0 auto;
}
.header{
    width: 100%;
    height: 66px;
  	background-color:rgba(0,0,0,.6);
    position:absolute;
    left:0;
    top:0;
  	z-index:99;
}
.header .logo{
	margin:0;
    width: 200px;
    height: 66px;
}
.logo a{
    display: block;
}
.header .nav{
   
    
}
.nav li{
    float: left;
    width: 100px;
    height: 66px;
  	line-height:66px;
    text-align: center;
    position: relative;
}
.nav li .fir_nav{
    display: inline-block;
    height: 30px;
    line-height: 30px;
  	color:#fff;
}
.nav li .fir_nav:hover{
	background-color:rgba(0,0,0,0);
}
.nav li:hover .fir_nav{
    color: #fff;
    border-bottom: 3px solid #90c31f;
}
.second_nav{
    display: none;
    width: 100px;
    position: absolute;
    left: 0;
    top: 66px;
    background-color: rgba(0,0,0,.6);
    z-index: 5;
}
.nav li:hover .second_nav{
    display: block;
    color: #90c31f;
}
.second_nav a{
    float: left;
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  	color:#fff;
    text-align: center;
}
.triangle{
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
}
.phone{
    margin-top: 10px;
    /*width: 420px;*/
    height: 50px; 
}
.phone img{
    width: 50px;
    height: 50px;
}
.phone span{
    float: right;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    color: #90c31f;
    padding-left: 10px;
    font-weight: bold;
}
.banner{
    width: 100%;
  	position:relative;
}
.banner .swiper-wrapper{height:600px !important;}
.banner .swiper-slide{height:600px !important;overflow:hidden;}
.banner .swiper-slide img{height:100% !important;margin-left:50%;transform:translateX(-50%);width:auto !important;}

.advantage{
    width: 100%;
    padding: 50px 0 45px;
}
.advantage .con{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.advantage .adv_item{
    float: left;
    width: 210px;
    height: 160px;
}
.adv_item img{
    display: block;
    margin: 0 auto;
    width: 85px;
    height: 93px;
}
.adv_item .c_text{
    margin-top: 12px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    text-align: center;
}
.adv_item .e_text{
    display: inline-block;
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 18px;
    color: #666666;
    text-align: center;
}
.pro{
    width: 100%;
}
.pro .sort_box{
    margin-right: 15px;
    width: 215px;
}
.sort_box .sort_name{
    width: 215px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 28px;
    color: #fff;
    padding: 40px 0;
    background-color: #80c042;
}
.sort_box .sorts{
    padding: 0 6px;
    width: 200px;
    border:1px solid #ccc;
    border-top: none;
}
.sorts .sort_item{
    width: 100%;
    height: 55px;
    border-bottom: 1px dashed #dddddd;
}
.sorts .sort_item:hover a{
    color: #80c042;
}
.sort_item a{
    display: block;
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 16px;
    color: #333;
}
.pro .pro_more{
	padding-top: 10px;
    width: 970px;
    height: 40px;
    text-align: right;
    border-bottom: 1px solid #cccccc;
}
.pro .pro_more span{
	font-size:24px;
	float:left;
}
.pro_more a{
    display: inline-block;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
}
.pro .pro_box{
    margin-right: -11px;
    width: 981px;
}
.pro_box .pro_item{
    float: left;
    margin: 11px 11px 0 0; 
    width: 316px;
    height: 278px;
  	overflow:hidden;
}
.pro_item a{
    display: block;
    width: 316px;
    height: 278px;
}
.pro_item .pro_pic{
    float: left;
    width: 100%;
    height: 240px;
  	transition-duration:0.5s;
}
.pro_item .pro_pic:hover{
	transform: scale(1.1);
    -webkit-transform: scale(1.1); /*Safari 和 Chrome*/
    -moz-transform: scale(1.1); /*Firefox*/
    -ms-transform: scale(1.1); /*IE9*/
    -o-transform: scale(1.1); /*Opera*/
}
.pro_item .pro_name{
    float: left;
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    color: #333333;
}
.cases{
    margin-top: 65px;
    width: 100%;
    height: 878px;
    background: url(../images/case_bg.png) no-repeat;
}
.module_top{
    width: 100%;
    height: 66px;
}
.module_top .module_name{
    width: 100%;
    height: 62px;
    line-height: 62px;
    font-size: 34px;
    color: #333333;
    text-align: center;
    font-weight: bold;
    text-align: center;
}
.module_top .module_ico{
    display: block;
    margin: 0 auto;
    width: 52px;
    height: 4px;
    background-color: #80c042;
}
.cases .case_box{
    margin: 33px -15px 0 0;
    width: 1215px;
}
.case_box li{
    margin-right: 15px;
    width: 390px;
    height: 690px;
}
.case_box a{
	overflow:hidden;
}
.case_box .case_size1{
    display: block;
    width: 100%;
    height: 260px;
    position: relative;
}
.case_size1 img{
    display: block;
    width: 100%;
    height: 260px;
  	transition-duration:0.5s;
}
.case_size1 img:hover{
	transform: scale(1.1);
    -webkit-transform: scale(1.1); /*Safari 和 Chrome*/
    -moz-transform: scale(1.1); /*Firefox*/
    -ms-transform: scale(1.1); /*IE9*/
    -o-transform: scale(1.1); /*Opera*/
}
.case_size2 img:hover{
	transform: scale(1.1);
    -webkit-transform: scale(1.1); /*Safari 和 Chrome*/
    -moz-transform: scale(1.1); /*Firefox*/
    -ms-transform: scale(1.1); /*IE9*/
    -o-transform: scale(1.1); /*Opera*/
}
.case_size1 span{
    display: block;
    width: 100%;
    height: 50px;
    line-height:50px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    bottom: 0;
}
.case_box .case_size2{
    display: block;
    width: 100%;
    height: 420px;
    position: relative;
}
.case_size2 img{
    display: block;
    width: 100%;
    height: 420px;
  	transition-duration:0.5s;
}
.case_size2 span{
    display: block;
    width: 100%;
    height: 50px;
    line-height:50px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    bottom: 0;
}
.m10{
    margin-top: 10px;
}
.manner{
    margin-top: 36px;
    width: 100%;
}
.manner .manner_box{
    margin-top: 33px;
    width: 100%;
}
.manner_box img{
	transition-duration:0.5s;
}
.manner_box img:hover{
	transform: scale(1.1);
    -webkit-transform: scale(1.1); /*Safari 和 Chrome*/
    -moz-transform: scale(1.1); /*Firefox*/
    -ms-transform: scale(1.1); /*IE9*/
    -o-transform: scale(1.1); /*Opera*/
}
.manner_box .man_size1{
    width: 100%;
    height: 420px;
}
.manner_box .man_size2{
    margin: 10px -15px 0 0;
    width: 1215px;
    height: 260px;
}
.man_size1 .size1_item{
    display: block;
    width: 595px;
    height: 420px;
  	overflow:hidden;
}
.size1_item img{
    width: 595px;
    height: 420px;
}
.man_size2 .size2_item{
    display: block;
    margin-right: 15px;
    width: 390px;
    height: 260px;
  	overflow:hidden;
}
.brand{
    margin-top: 50px;
    width: 100%;
}
.brand .con{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.brand .brand_item{
    padding-top: 45px;
    width: 288px;
    height: 168px;
    border: 1px solid #cccccc;
    background-color: #f7f7f7;
}
.brand_item .icon{
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
}
.iconb_1{
    background: url(../images/huanbao.png) no-repeat;
}
.iconb_2{
    background: url(../images/peitao.png) no-repeat;
}
.iconb_3{
    background: url(../images/gongyi.png) no-repeat;
}
.iconb_4{
    background: url(../images/yanshou.png) no-repeat;
}
.iconw_1{
    background: url(../images/huanbao1.png) no-repeat;
}
.iconw_2{
    background: url(../images/peitao1.png) no-repeat;
}
.iconw_3{
    background: url(../images/gongyi1.png) no-repeat;
}
.iconw_4{
    background: url(../images/yanshou1.png) no-repeat;
}
.brand_item .brand_text{
    margin-top: 20px;
    width: 100%;
    height: 28px;
    line-height: 28px;
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    text-align: center;
}
.brand_item .line{
    display: block;
    margin: 0 auto;
    width: 40px;
    height: 13px;
    border-bottom: 1px solid #121416;
}
.companyInfo{
    margin-top: 50px;
    width: 100%;
}
.companyInfo .abstract{
    width: 820px;
}
.abstract .abs_top{
    width: 100%;
    height: 22px;
}
.abs_top span{
    padding-left: 10px;
    display: inline-block;
    border-left: 4px solid #90c31f;
    height: 22px;
    line-height: 22px;
    font-size: 18px;
    color: #333333;
}
.abstract .abs_bototm{
    margin-top: 20px;
    width: 100%;
    height: 350px;
}
.abs_bototm img{
    float: left;
    width: 350px;
    height: 300px;
}
.abs_bototm .about_text{
    width: 450px;
    height: 300px;
    overflow: hidden;
}
.about_text p{
    width: 100%;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    text-indent: 2em;
}
.companyInfo .news{
    width: 350px;
}
.news .news_top{
    width: 100%;
    height: 22px;
}
.news_top span{
    display: inline-block;
    height: 22px;
    line-height: 22px;
    font-size: 18px;
    padding-left: 10px;
    border-left: 4px solid #90c31f;
}
.news_top a{
    float: right;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    color: #90c31f;
}
.news .news_box{
    margin-top: 10px;
    width: 100%;
}
.news_box .news_item{
    margin: 5px 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
}
.news_item i{
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #90c31f;
    vertical-align: middle;
}
.news_item a{
    display: inline-block;
    /*margin-left: 10px;*/
    width: 260px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    vertical-align: top;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    
}
.news_item a:hover{
    color: #90c31f;
}
.news_item span{
    float: right;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
}
.service{
    width: 100%;
    height: 200px;
    background-color: #f6f6f9;
}
.service .service_box{
    margin-top: 28px;
    width: 100%;
    height: 80px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.service_box .service_item{
    min-width: 160px;
    height: 80px;
}
.service_item img{
    float: left;
    width: 70px;
    height: 80px;
}
.service_item p{
    float: left;
    margin: 20px 0 0 20px;
    display: inline-block;
    line-height: 20px;
    font-size: 14px;
}
.service .links{
    margin-top: 40px;
    width: 100%;
    min-height: 22px;
}
.links .links_mod_name{
    width: 70px;
    height: 22px;
    line-height: 22px;
    font-size: 16px;
}
.links .link_box{
    width: 1115px;
    height: 52px;
}
.link_box a{
    display: inline-block;
    margin-right: 15px;
    height: 22px;
    line-height: 22px;
    font-size: 16px;
}
.link_box a:hover{
    color: #90c31f;
}
.footer{
    width: 100%;
    /*height: 240px;*/
    background-color: #565555;
}
.footer .foot_nav{
    margin-top: 37px;
    width: 100%;
    height: 70px;
    background: url(../images/nav_bg.png) no-repeat;
}
.foot_nav .foot_nav_box{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    width: 100%;
    height: 50px;
    background-color: #90c31f;
}
.foot_nav_box a{
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
}
.footer .foot_text_box{
	width:1000px;
}
.foot_text_box p{
    margin-top: 10px;
    width: 100%;
    height: 30px;
    text-align: center;
    color: #fff;
}
.foot_text_box p span{
    display: inline-block;
    margin-right: 40px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
}
.foot_text_box p a{
    color: #fff;
}
.footer .erweima{
	width:100px;
  	height:120px;
  	margin-right:70px;
}
.erweima img{
	display:block;
  	width:100px;
  	height:100px;
}
.erweima span{
  	display:inline-block;
	width:100%;
  	height:20px;
  	line-height:20px;
  	font-size:14px;
  	color:#fff;
  	text-align:center;
}
.space{
    margin-top: 38px;
    width: 100%;
}
.crumbs_nav{
    width: 100%;
    height: 38px;
    border-bottom: 2px solid #eee;
    position: relative;
}
.crumbs_nav .web_name{
    display: inline-block;
    height:  38px;
    line-height: 38px;
    font-size: 20px;
    border-bottom: 2px solid #90c31f;
    position: absolute;
    left: 0;
    top: 0;
}
.crumbs_nav .crumbs_nav_box{
    display: inline-block;
    height: 38px;
}
.crumbs_nav_box span{
    display: inline-block;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
}
.crumbs_nav_box a{
    display: inline-block;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
}
.crumbs_nav_box a:hover{
    color: #90c31f;
}
.space .space_nav{
    margin: 50px 0 30px;
    width: 100%;
    height: 35px;
    text-align: center;
}
.space_nav a{
    margin-right: 25px;
    display: inline-block;
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    color: #333;
}
.space_nav a:hover{
    background-color: #90c31f;
    color: #fff;
}
.space .space_pro{
    margin-right: -30px;
    width: 1230px;
}
.space_pro .sp_item{
    margin:0 30px 12px 0;
    width: 380px;
    height: 335px;
}
.sp_item a{
    display: inline-block;
    width: 380px;
    height: 335px;
}
.sp_item img{
    float: left;
    width: 380px;
    height: 300px;
}
.sp_item span{
    float: left;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
.sp_item:hover span{
    color: #90c31f;
}
.page{
    margin: 20px 0 50px; 
    width: 100%;
    height: 30px;
    text-align: center;
}
.page .home,.last{
    display: inline-block;
    width: 43px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #cccccc;
    vertical-align: middle;
}
.prev{
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(../images/prev.png) no-repeat;
    border: 1px solid #cccccc;
    vertical-align: middle;
}
.next{
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(../images/next.png) no-repeat;
    border: 1px solid #cccccc;
    vertical-align: middle;
}
.page .page_num{
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #ccc;
    vertical-align: middle;
}
.space .style_pro{
    padding-top: 30px;
    margin-right: -20px;
    margin-bottom: 20px;
    width: 1220px;
}
.style_pro .style_pro_item{
    margin-right: 19px;
    margin-bottom: 20px;
    width: 284px;
    height: 254px;
    border: 1px solid #e0dfe0;
    box-shadow: 3px 3px 3px #e0dfe0,-3px -3px 3px #e0dfe0; 
}
.style_pro_item a{
    display: block;
    width: 268px;
    height: 238px;
    padding: 8px;
}
.style_pro_item img{
    float: left;
    width: 268px;
    height: 195px;
}
.style_pro_item span{
    float: left;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
}
.style_pro_item:hover span{
    color: #90c31f;
}
.cases_web{
    margin: 20px -20px 0 0;
    width: 1220px;
}
.cases_web .cases_item{
    margin: 0 20px 11px 0; 
    width: 590px;
    height: 388px;
}
.cases_web .cases_item:hover span{
    color: #90c31f;
}
.cases_item a{
    display: block;
    width: 590px;
    height: 288px;
}
.cases_item img{
    float: left;
    width: 100%;
    height: 350px;
}
.cases_item span{
    float: left;
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    text-align: center;
}
.pro_detail_web{
    margin-top: 30px;
    width: 100%;
}
.pro_detail_web .detail_left{
    float: left;
    width: 595px;
    height: 400px;
}
.pro_detail_web .detail_rig{
    float: right;
    margin-right: 25px;
    width: 530px;
}
.detail_rig .deatail_name{
    width: 100%;
    height:44px;
    line-height:44px;
    font-size:24px;
}
.detail_rig .detail_desc{
    margin-top: 15px;
    width: 100%;
    height: 128px;
    line-height: 32px;
    font-size: 16px;
    overflow: hidden;
}
.detail_rig .detail_phone{
    margin-top: 75px;
    width: 361px;
    height: 36px;
    border: 2px solid #da2b2b;
}
.detail_phone .text{
    display: inline-block;
    width: 131px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    text-align: center;
}
.detail_phone .num{
    display: inline-block;
    width: 230px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    background-color: #da2b2b;
    font-size: 18px;
    text-align: center;
}
.pro_detail_info{
    margin-top: 45px;
    width: 100%;
}
.pro_detail_info .pro_detail_infotop{
    width: 100%;
    height: 35px;
    border-bottom: 2px solid #da2b2b;
}
.pro_detail_infotop span{
    display: inline-block;
    padding-right: 22px;
    width: 120px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: url(../images/detail_top.png) no-repeat;
}
.pro_detail_info .pro_detail_infocon{
    width: 100%;
    padding: 30px 0;
}
.pro_detail_infocon img{
    display: block;
    margin: 0 auto 20px;
}
.pro_detail_infocon p{
    width: 100%;
    line-height: 32px;
    font-size: 16px;
    text-indent: 2em;
}
.related_pro{
    width: 100%;
    height: 355px;
}
.related_top{
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-weight: bold;
    border-left: 3px solid #c8161d;
    padding-left: 10px;
}
.related_pro .related_probox{
    margin-top: 30px;
    width: 100%;
    height: 260px;
    position: relative;
    overflow: hidden;
}
.related_probox .pro_posbox{
    width: 4000px;
    height: 260px;
    position: absolute;
    left: 0;
    top: 0;
}
.pro_posbox .pro_probox_item{
    margin-right: 27px;
    width: 280px;
    height: 260px;
}
.pro_probox_item a{
    display: block;
    width: 280px;
    height: 260px;
}
.pro_probox_item a:hover span{
    color: #90c31f;
}
.pro_probox_item img{
    float: left;
    width: 100%;
    height: 223px;
}
.pro_probox_item span{
    float: left;
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    text-align: center;
}
.related_news{
    width: 100%;
}
.related_news .related_newsbox{
    margin-top: 20px;
    width: 100%;
    height: 225px;
}
.related_newsbox .related_news{
    margin: 5px 125px 5px 0;
    width: 400px;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.related_news a{
    display: inline-block;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
}
.related_news a:hover{
    color: #90c31f;
}
.news_web{
    margin-bottom: 30px;
    width: 100%;
}
.news_web .news_web_item{
    padding: 30px 0;
    width: 100%;
    height: 180px;
    border-bottom: 1px dashed #cccccc;
}
.news_web_item img{
    float: left;
    width: 290px;
    height: 180px;
    border-radius: 5px;
}
.news_web_item .news_web_itemrig{
    float: right;
    margin-right: 30px;
    width: 825px;
    height: 180px;
}
.news_web_itemrig .news_name{
    margin-top: 20px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    color: #90c31f;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_web_itemrig .news_desc{
    margin-top: 20px;
    width: 100%;
    height: 84px;
    line-height: 28px;
    font-size: 16px;
}
.news_web_itemrig .news_timeOrmore{
    width: 100%;
    height: 20px;
}
.news_timeOrmore .time{
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
}
.news_timeOrmore .more{
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #90c31f;
}
.new_detail_web{
    margin-top: 20px;
    width: 100%;
}
.new_detail_web .news_name{
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.new_detail_web .news_time{
    margin-top: 5px;
    padding-bottom: 17px;
    width: 100%;
    height: 26px;
    border-bottom: 1px dashed #cccccc;
    line-height: 26px;
    font-size: 16px;
    text-align: center;
    color: #999999;
}
.new_detail_web .news_content{
    width: 100%;
    padding: 34px 0;
}
.news_content img{
    display: block;
    margin: 0 auto;
}
.news_content p{
    width: 100%;
    line-height: 32px;
    font-size: 16px;
    text-indent: 2em;
    color: #333333; 
}
.contact_us_web{
    width: 100%;
    padding: 30px; 
}
.contact_us_web .map_box{
    width: 100%;
    height: 345px;
}
.contact_us_web .company_name{
    margin: 45px 0 25px 0;
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}
.contact_us_web p{
    float: left;
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    text-align: center;

}

.sitemap {
    margin-top: 45px;
    width: 100%;
}
.sitemap .title{
    width: 100%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 36px;
    color: #333333;
}
.sitemap .etitle{
    width: 100%;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    color: #999999;
}
.sitemap .redsolid{
    display: block;
    margin: 14px auto 0;
    width: 55px;
    height: 4px;
    background-color: #ff0000;
}
.sitemap .map_links{
    width: 100%;
    min-height: 74px;
    padding: 20px 0;
    border-bottom: 1px solid #cccccc;
}
.map_links .map_tit{
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 28px;
    color: #333333;
}
.map_links .linkbox{
    padding: 0 40px;
    line-height: 36px;
}
.linkbox a{
    float: left;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    margin: 0 48px;
}