@charset "utf-8";
a:hover{color: #db0000;}
/*重置layui-lab样式*/
.layui-tab-title{height: 48px;border-color:#20407d;}
.layui-tab-title li{height: 48px; line-height: 48px; color:#404040; font-size: 18px; padding: 0 30px;}
.layui-tab-title .layui-this{color:#20407d;}
.layui-tab-title .layui-this:after{height: 49px;}
.layui-tab-content{padding: 0;}
.layui-tab-bar{height:48px; line-height:48px}

/*首页模块*/
.index-item{}
.index-item-title{border-bottom: #20407d solid 1px;}
.index-item-title-text{color: #fff; height: 48px; line-height: 48px; padding: 0 30px; font-size: 20px;margin-right: 60px;}
.index-item-content{padding-top:25px; padding-bottom: 25px;min-height: 230px;}
.iic-item{}
.iic-item-img{width: 100%; height: 180px; overflow:hidden}
.iic-item-img img{width: 100%; height: 180px;}
.iic-item-img .imgbox{height: 180px;transition: all 500ms ease;}
.iic-item-title{height: auto; line-height: 40px; padding: 0 10px;}
/*.iic-item-box a:hover .iic-item-title{background-color: #20407d;color: #fff;}*/
.iic-item:hover .iic-item-img{-webkit-transform: scale(1);transform: scale(1);}
.iic-item:hover .imgbox {-webkit-transform:scale(1.2);transform:scale(1.2);}

@media screen and (max-width:1200px){
.iic-item-img img{height:auto;}
}
