/*首页*/
.swiper-container{width: 960px;height:450px;}
.swiper-slide img{width: 960px;height:450px;}
.swiper-pagination{text-align: right;}
.swiper-pagination-bullet {width: 16px;height:16px;}
.swiper-pagination-bullet-active {background: #ec5529;}

.GTItem{background:#ec5529;padding: 0px;height: 450px;overflow: hidden;}
.GTItem ul li{height:34px;line-height:33px;width:100%;border-bottom: 1px solid #fd9374;padding: 0 5px;font-size: 16px;color: #fff;cursor: pointer;}
.GTItem ul li a{display: block;font-size: 16px;color: #fff}
.GTItem ul li i{color:#fff;line-height:33px;display: inline-block;width: 30px;text-align: center;}
.GTItem ul li.hover{background: #FAD0C3;color: #333;font-weight: bolder;}
.GTItem ul li.hover i{display: none;}

.subCatalog{position: absolute;top: 0px;left: 238px;width: 240px;height: 450px;background: #FAD0C3;z-index: 9999;display: none;}

.subCatalog ul li{height:34px;line-height:33px;width:100%;border-bottom: 1px solid #f0f0f0;padding: 0 5px;font-size: 16px;cursor: pointer;padding-left: 20px;}
.subCatalog ul li a{display: block;font-size: 16px;color: #333}
.subCatalog ul li i{color:#fff;line-height:33px;display: inline-block;width: 30px;text-align: center;}

.newsTil{font-weight: bolder;color: #ff6600;font-size: 14px;line-height:36px;box-shadow: 0px 0px 5px #aaa;padding: 0 5px;margin-bottom: 5px;height: 36px;overflow: hide;}
.newsTil>a{display: inline-block;margin-right: 15px;color: #666}
.moreNews{float: right;display: block;width: 30px;height: 36px;}
.moreNews>a{color: #ec5529}