/* 轮播 */
.bannerr {
    width:100%;
    min-width: 1200px;
    overflow: hidden;
    height: 400px;
}
.banner>img {
    display: block;
    width: 100%;
    height: auto;
}
/* hyyy */
.headline{
    width:1200px;
    padding:50px 0px;
    text-align: center;
    margin:0 auto;
}
.headline>h1{
    font-size: 32px;
    color: rgb( 18, 20, 21 );
}
.headline>p{
    font-size: 18px;
    color: rgb( 138, 142, 148 );
    margin-top:10px;
}
.headline>div>img{
    display:block;
    width:auto;
    height:26px;
    border:1px solid transparent;
    margin:10px auto 0px auto;
}
.hyyy>ul{
    margin-right:-20px;
}
.hyyy>ul>li{
    float:left;
    border-style: solid;
    border-width: 1px;
    border-color: rgb( 220, 224, 227 );
    background-color: rgb( 255, 255, 255 );
    width: 445px;
    height: 427px;
    margin-right:20px;
}
.hyyy>ul>li>div{
    width:100%;
    height:100%;
}
.hycont>.imbox{
    width:100%;
    height:300px;
    overflow: hidden;
}
.hycont>.imbox>img{
    width:100%;
    height:100%;
}
.hycont>.con_ts{
    width:100%;
    padding:0px 24px;
}
.hycont>.con_ts>p{
    font-size: 15px;
    color: rgb( 59, 62, 64 );
    line-height: 60px;
    border-bottom:1px solid #dce0e3;
}
.hycont>.con_ts>.con_bo{
    margin:24px 0px;
}
.hycont>.con_ts>.con_bo>a>span{
    display:inline-block;
    font-size: 15px;
    color: rgb( 118, 120, 122 );
    text-transform : capitalize
}
.hycont>.con_ts>.con_bo>em{
    display:inline-block;
    width:38px;
    height:16px;
    background: url(../images/hy_jta.png) no-repeat center;
    display:none;
}
.hycont:hover .con_ts>.con_bo>a>span{
    color: rgb( 82, 86, 88 );
}
.hycont:hover .con_ts>.con_bo>em{
    background: url(../images/hy_jtb.png) no-repeat center;
}
.hycont:hover .imbox>a>img{
    transform: scale(1.10, 1.10);
    transition: transform 0.6s ease 0s;
}
.cak{
    width:100%;
    height:auto;
    margin:76px auto;
}
.cak>a{
    display:block;
    width: 203px;
    height: 53px;
    border-width: 1px;
    border-color: rgb( 216, 216, 216 );
    border-style: solid;
    font-size: 12px;
    color: rgb( 147, 150, 154 );
    line-height: 53px;
    text-align: center;
    margin:0 auto;

}
.cak>a:hover{
    border:1px solid transparent;
    color: rgb( 255, 255, 255 );
    background-image: -moz-linear-gradient( 0deg, rgb(37,174,253) 0%, rgb(61,132,248) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(37,174,253) 0%, rgb(61,132,248) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(37,174,253) 0%, rgb(61,132,248) 100%);
}
.hycont>.imbox{
    position: relative;
}
.hy_mas{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba( 5, 5, 5 ,0.349);
    text-align: center;
    padding-top: 25%;
    display: none;
}
.hy_mas>em{
    display: block;
    width: 120px;
    height: 1px;
    background-color: rgb( 255, 255, 255 );
    margin: 0 auto;
    transition: all 0.6s ease 0s;
}
.hy_mas>a{
    display: block;
    font-size: 15px;
    color: #ffffff;
    margin: 15px 0;
}
.hyyy>ul>li:hover .hy_mas{
    display: block;
}
.hyyy>ul>li:hover .hy_mas em{
    width: 100px;
}
.hyyy>ul>li .hy_mas:hover>em{
    width: 20px;
}