.banner{
    width: 100%;
    position: relative;
}
.swiper-slide img{
    width: 100%;
    height: 338px;
}
.container{
    width: 100%;
    min-height: 865px;
    background: url(con-bg.jpg) no-repeat;
    background-size: contain;
    padding-top: 32px;
}
.container-box{
    width: 1200px;
    margin: 0 auto;
}
.container-box1{
    width: 1262px;
    height: 1150px;
    margin: 0 auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: -webkit-linear-gradient(rgba(255,255,255,1), rgba(255,255,255,0.7)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(255,255,255,1), rgba(255,255,255,0.7)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(255,255,255,1), rgba(255,255,255,0.7)); /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(255,255,255,1), rgba(255,255,255,0.7)); /* 标准的语法 */
}
.box1{
    width: 1200px;
    margin: 0 auto;
    padding-top: 35px;
    min-height: 865px;
}
.side-bar{
    display: inline-block;
    width: 270px;
}
.side-bar .flag{
    width: 99.4%;
    border-left: solid 1px #e9e9e9;
    border-right: solid 1px #e9e9e9;
}
/*左侧菜单*/
.item-box{
    background-color: #ffffff;
    padding: 20px 20px 24px;
    border-left: solid 1px #e9e9e9;
    border-right: solid 1px #e9e9e9;
    border-bottom: solid 1px #e9e9e9;
}
.item{
    position: relative;
    font-size: 16px;
    color: #222222;
    display: block;
    padding: 22px 20px;
    border-top: solid 1px #e9e9e9;
}
.item span{
    position: absolute;
    top: 27px;
    right: 18px;
    background: url(arr-rt.png) no-repeat;
    width: 8px;
    height: 11px;
}
.item:last-child{
    border-bottom: solid 1px #e9e9e9;
}
.item:hover{
    color: #c22022;
    font-weight: bold;
}
.item:hover span{
    background: url(arr-rt-active.png) no-repeat;
}
.item-box .active{
    color: #c22022;
    font-weight: bold;
}
.item-box .active span{
    background: url(arr-rt-active.png) no-repeat;
}
/*四宫格*/
.four-palaces{
    width: 100%;
    margin-top: 23px;
}
.fp-top,.fp-bottom{
    /*display: flex;*/
    /*justify-content: space-between;*/
}
.fp-item{
    display: inline-block;
    width: 49%;
    height: 108px;
    margin-bottom: 2%;
    text-align: center;
    background-color: #f3f2f2;
}
.fp-item a {
    padding: 17px 0;
    display: block;
}
.fp-item a img{
    height: 45px;
}
.fp-item span{
    display: block;
    margin-top: 13px;
    font-size: 14px;
    color: #666666;
}
.fp-item:hover span{
    color: #c22022;
}
.fp-item:hover {
    background-color: #f8e7e8;
}
.recommend{
    margin-top: 30px;
}
.rd-title{
    font-size: 16px;
    color: #333333;
    padding: 13px 0;
    border-bottom: solid 1px #e9e9e9;
    margin-bottom: 18px;
}
.recommend ul{
    padding-left: 20px;
}
.recommend ul li{
    font-size: 14px;
    line-height: 3em;
    list-style: disc;
    color: #c22022;
}
.recommend ul li a{
    color: #333333;
}
.wrapper{
    display: inline-block;
    width: 886px;
    float: right;
    vertical-align: top;
}
.crumbs{
    text-align: right;
    font-size: 14px;
    color: #222222;
}
.crumbs img{
    margin-right: 8px;
    margin-left: 8px;
}
.icon-home{

}
.icon-arr{
    display: inline-block;
    vertical-align: text-top;
}
.icon-arr a{
    color:#222222;
}
.wp-title{
    background: url(title-bg.png) no-repeat;
    width: 886px;
    height: 55px;
    padding-top: 14px;
}
.wp-title span{
    display: inline-block;
    width: 154px;
    font-size: 22px;
    color: #ffffff;
    text-align: center;
}
.wcp-lf{
    display: inline-block;
    width: 443px;
    height: 343px;
}
.wcp-list{
    display: inline-block;
    width: 410px;
    margin-left: 28px;
    vertical-align: top;
}
.wcp-list ul{
    padding-left: 18px;
}
.wcp-list ul li{
    list-style: square;
    color: #c22022;
    padding: 15px 0;
}
.wcp-list ul li a{
    display: inline-block;
    width: 280px;
    font-size: 16px;
    color: #222222;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.wcp-list ul li a:hover{
    text-decoration: underline;
}
.wcp-list ul li span{
    font-size: 16px;
    color: #999999;
    float: right;
    margin-right: 5px;
}
.wp-con ul{
    padding-left: 18px;
}
.wp-con ul li{
    list-style: square;
    color: #c22022;
    padding: 15px 0;
}
.wp-con ul li a{
    font-size: 16px;
    color: #222222;
}
.wp-con ul li a:hover{
    text-decoration: underline;
}
.wp-con ul li span{
    font-size: 16px;
    color: #999999;
    float: right;
    margin-right: 5px;
}
.report-title{
    display: table;
    background: url(report-bg.png);
    width: 886px;
    height: 178px;
}
.report-title img{
    display: inline-block;
    width: 101px;
    margin: 0 80px 0 70px;
}
.title-cell{
    display: table-cell;
    vertical-align: middle;
}
.title-rt{
    display: inline-block;
}
.title-rt p{
    font-size: 16px;
    color: #222222;
}
.title-rt p span{
    font-size: 16px;
    color: #666666;
    margin-right: 10px;
}
.report-understand{
    font-size: 16px;
    color: #666666;
    padding-bottom: 18px;
    margin-bottom: 24px;
    border-bottom: solid 1px #e9e9e9;
}
.report-con{
    margin-top: 54px;
    padding: 0 52px;
}
.report-con p{
    line-height: 2em;
    margin: 0;
    color: #222222;
}
.report-con ul{
    padding-left: 24px;
}
.report-con ul li{
    line-height: 2em;
    margin: 0;
    color: #222222;
}



/*swiper样式复写*/
/* #########1223 */
.swiper-slide{
    position: relative;
}
.swiper-slide img{
	margin-top: 30px;
	width: 100%;
	height: 292px;
}
/* #########1223 */
.swiper-slide .text{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    padding: 14px 17px;
    background-color: rgba(0,0,0,0.6);
}