@charset "UTF-8";
/* CSS Document */
/*===========================公共部分 begin======================*/
/*
* 导航
*/
.menu{overflow: hidden;background: #cc141e;border-radius:5px;}
.menu_dl{overflow: hidden;}
.menu_dl dd{float: left; display: inline; overflow: hidden; width: 10%; margin: 0 30px;}
.menu_dl dd a{display: block; overflow: hidden; font-size: 16px; color:#fff; text-align: center; line-height: 65px; position: relative; transition: 0.3s;}
.menu_dl dd a em{display: block; height: 100%; overflow: hidden; background: url(../images/menuLine.png) center center no-repeat; width: 2px; position: absolute; left: 0px; top:0;}
.menu_dl dd:hover a{background: #b1111a;}
.menu_dl dd:hover em{display: none;}
.menu_dl dd.hover a{background: #b1111a;}
.menu_dl dd.hover em{display: none;}
/*.menu_dl dd a.home{background: url(../images/home.png) no-repeat 5px center;}
.menu_dl dd.hover a.home{background:#b1111a url(../images/home.png) no-repeat 5px center;}*/

.goIndex{
    display: block;
    overflow: hidden;
    width: 110px;
    height: 65px;
    font-size: 20px;
    color: #cc141e !important;
    padding-left: 75px;
    line-height: 65px;
    background: url(../images/goIndex.png) no-repeat left center;
    background-size: cover;
	font-weight:bold;
}

/*
* footer
*/
.footer{
    overflow: hidden;
    background: #fff;
    padding: 15px 0px;
    text-align: center;
    font-size: 12px;
    color:#666;
    line-height: 32px;
}
/*
* location
*/
.location{height: 20px; overflow: hidden; line-height: 20px; padding-bottom: 15px; border-bottom:2px solid #d7d7d7;}
.locationTit{font-size: 16px; color:#cc141e; position: relative; overflow: hidden; padding-left: 15px;}
.locationTit em{display: block; width: 5px; height: 20px; overflow: hidden; background: url(../images/locationTit.png) no-repeat center center; position: absolute; left: 0px; top:50%; margin-top: -10px;}
.locationCont{overflow: hidden; font-size: 12px; color:#999; padding-left: 25px; background: url(../images/locationIcon.png) no-repeat left center;}
.locationCont i{padding: 0px 5px;}
.locationCont a{color:#999;}
.locationCont a:hover,
.locationCont a:last-child{color:#c41222;}

/* 二级框架 */
.subCont{
    padding: 20px;
    background: #fff;
    border-radius: 5px;
}
/*===========================公共部分 end======================*/

/*===========================首页 begin===========================*/
.adBox{
	width:1180px;
	height:100px;
	padding:10px;
	background:#fff;
	margin:0 auto;
	overflow:hidden;
	border-radius:6px;
	}
.adBox img{ width:1180px; height:100px;}
.rowMain{
    overflow: hidden;
    margin: 0 -7px;
}
.rowMain .row1{
    float: left;
    display: inline;
    width: 100%;
}
.rowMain .row2{
    float: left;
    display: inline;
    width: 50%;
}
.cont{
    overflow: hidden;
    padding:20px;
    background: #fff;
    border-radius: 5px;
}
.rowMain .cont{
    margin: 0 7px 15px 7px;
}
.publicTitBox{
    height: 20px;
    border-bottom:2px solid #d7d7d7;
    padding-bottom: 15px;
}
.publicTit{
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    
    font-weight: bold;
    
}
.publicTit span{
    float: left;
    padding-bottom: 15px;
    margin-right: 20px;
    color:#ababab;
}
.publicTit.tab span{
    cursor: pointer;
}
.publicTit span.hover{
    border-bottom:2px solid #cc141e;
    color:#cc141e;
}
.publicMore{
    font-size: 14px;
    color:#cc141e !important;
}
.publicMore:hover{
    text-decoration: underline;
}
.listBox{
    height: 270px;
}
.banner{
    height: 350px;
}
/*
* 第一通栏 begin
*/
.imgScroll{
    width: 450px;
    height: 300px;
    overflow: hidden;
    position: relative;
    margin-right: 20px;
}
.zt1stR{
    overflow: hidden;
}
.imgScroll .bd{
    overflow: hidden;
}
.imgScroll dd{
    overflow: hidden;
    float: left;
    display: inline;
}
.imgScroll dd a{
    display: block;
    overflow: hidden;
}
.imgScroll dd a img{
    display: block;
    width: 450px;
    height: 300px;
    object-fit: cover;
}
.imgScroll .hd{
    overflow: hidden;
    position: absolute;
    right: 10px;
    bottom:15px;
}
.imgScroll .hd ul{
    overflow: hidden;
}
.imgScroll .hd li{
    width: 10px;
    height: 10px;
    overflow: hidden;
    float: left;
    display: inline;
    margin:0px 5px;
    cursor: pointer;
    line-height: 100px;
    background: #fff;
    border-radius: 10px;
}
.imgScroll .hd li.on{
    background: #cc141e;
}


/*
* 图片报道
*/
.imgSlide{
    overflow: hidden;
    position: relative;
}
.imgSlide .bd{
    overflow: hidden;
}

.imgSlide .bt{
    display: block;
    width: 20px;
    height: 30px;
    overflow: hidden;
    z-index: 2;
}
.imgSlide .prev{
    position: absolute;
    left: -20px;
    top:50%;
    margin-top: -15px;
    background: url(../images/ztPrev.png) no-repeat center center;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
.imgSlide .next{
    position: absolute;
    right: -20px;
    top:50%;
    margin-top: -15px;
    background: url(../images/ztNext.png) no-repeat center center;
}

/*===========================首页 end===========================*/
