/* CSS Document */
/*页面标题start*/
.globaltitle{width: 100%;height:369px;overflow: hidden;position: relative;}
.globaltitle .title{width: 100%;height:auto;overflow: hidden;position: relative;margin-top:15.5%;color:#fff;}
.globaltitle .title span{font-size: 30px;font-weight: 600;}
.globaltitle .title p{font-size: 30px;line-height: 40px;font-weight: 600;}
.globaltitle .title i{display: block;width:70px;height:5px;background:#fff;margin:1% 0; }
/*页面标题end*/

/*产品类别start*/
.globaltab{width:100%;height:auto;position:relative;border-bottom:1px solid #e5e5e5;}
.globaltab .tab{ height:auto; overflow:hidden;}
.globaltab .tab ul{ width:100%;}
.globaltab .tab ul a{}
.globaltab .tab ul li{float: left;font-size:16px;width:198px;height:59px; text-align:center; line-height:59px;border-left:1px solid #e8e8e8;border-right:1px solid #e8e8e8;position: relative; color:#fff;}
.globaltab .tab ul li a{color:#333;text-decoration: none;}
.globaltab .tab ul li.cur{background:#03439b;border-left:1px solid #03439b;border-right:1px solid #03439b;}
.globaltab .tab ul li.cur:after{content:'';display: inline-block;width:28px;height: 28px;background:url("../images/bottom.png");position: absolute;bottom: -16px;z-index: 9;left: 43%;}
.globaltab .tab ul li.cur a{color:#fff;}
/*产品类别end*/

/*产品展示start*/
.globalmain{width: 100%;height:auto;overflow: hidden;position:relative;background:#f5f5f5;}
.globalmain .address{text-align: right;margin:1.5% 0;font-size:15px;color:#8c8c8c;}
.globalmain .address span{display: inline-block;padding-left:30px;background:url("../images/wz.png") no-repeat left center;background-size:22%;}
.globalmain .address a{color:#8c8c8c;}
/*产品展示end*/


@media screen and (max-width:640px){
	.globaltitle{ height:180px;}
	.globaltitle .title{margin-top:22%;}
	.globaltitle .title span{font-size:14px;}
	.globaltitle .title p{font-size:12px;}
	.globalmain .address{ display:none;}
	.globaltab{ border:none;}
	.globaltab .tab{ margin-left:-10px;}
	.globaltab .tab ul li{ width:auto; height:auto; line-height:100%;padding:3%;}
	.globaltab .tab ul li.cur:after{ background:none;}
	.globaltab .tab{ width:100%; height:auto; overflow:hidden;border-bottom:1px solid #e5e5e5;}
}
