@charset "gb2312";

/* CSS Document */
body,
div,
span,
ul,
li,
h1,
h2,
h3 {
    padding: 0;
    margin: 0 auto;
    font-size: 14px;
    font-family: Microsoft Yahei, Arial, sans-serif;
}

body {
    overflow-x: hidden;
}

img {
    border: none;
    display: block;
}

ul,
ol,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
table,
input,
p {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    outline-style: none;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #d90000;
    text-decoration: none;
}

.commin {
    width: 1200px;
    margin: 0 auto;
}

.clear {
    clear: both;
}

input,
button {
    outline: none;
    -webkit-appearance: none;
    border: none;
}

.clear:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
}

/*****************************banner************************************/
.ban1 {
    background: url(../images/banner_01.jpg) no-repeat center;
    height: 150px;
}

.ban2 {
    background: url(../images/banner_02.jpg) no-repeat center;
    height: 150px;
}

.ban3 {
    background: url(../images/banner_03.jpg) no-repeat center;
    height: 150px;
}

.ban4 {
    background: url(../images/banner_04.jpg) no-repeat center;
    height: 150px;
}

.ban5 {
    background: url(../images/banner_05.jpg) no-repeat center;
    height: 150px;
}

/*****************************导航************************************/
.subpage {
    /*background-color: rgb(235, 235, 235)*/
}

.subNav {
    height: 70px;
    background-image: url(../images/banner_bg.jpg);
    background-repeat: repeat-x;
    text-align: center;
    font-size: 0;
}

.subNav .link {
    position: relative;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    width: 180px;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    color: #f9d285;
}
.subNav a：hover{ color:#ff0;}
.subNav .link s {
    position: absolute;
    left: 0;
    top: 16px;
    width: 0;
    height: 38px;
    border-right: dashed #fff 1px;
}

.subNav .link .bdu {
    border-color: #bf0008;
}

.subNav .link:first-child s {
    display: none;
}

.subNav .link.hbgOn .bdu {
    border-top-width: 30px;
    border-bottom-width: 30px;
}

.subNav .contain {
    font-size: 28px;
    font-weight: bold;
}

.hbg .op0 {
    transition: 250ms cubic-bezier(0.46, 0.03, 0.52, 0.96);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 250ms cubic-bezier(.46, .03, .52, .96) 0ms;
}

.hbg:hover .op0 {
    transition: 250ms cubic-bezier(0.46, 0.03, 0.52, 0.96);
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 250ms cubic-bezier(.46, .03, .52, .96) 0ms;
}

.hbg.hbgOn .op0 {
    transition: 250ms cubic-bezier(0.46, 0.03, 0.52, 0.96);
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 250ms cubic-bezier(.46, .03, .52, .96) 0ms;
}

.hbg:hover .op0.htfn {
    transform: none !important;
    -webkit-transform: none;
}

.hbg.hbgOn .op0.htfn {
    transform: none !important;
    -webkit-transform: none;
}

.hbg .front {
    transition: 222ms ease-out;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 222ms ease-out 0ms;
}

.hbg:hover .behind {
    transition: 222ms ease-out;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 222ms ease-out 0ms;
}

.hbg.hbgOn .behind {
    transition: 222ms ease-out;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 222ms ease-out 0ms;
}

.hbg .behind {
    transition: 222ms ease-in;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 222ms ease-in 0ms;
}

.hbg:hover .front {
    transition: 222ms ease-in;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 222ms ease-in 0ms;
}

.hbg.hbgOn .front {
    transition: 222ms ease-in;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 222ms ease-in 0ms;
}

.hbg .bdu {
    border-width: 0px;
    border-style: solid;
}

.hbg:hover .bdu {
    height: 0px !important;
}

.hbg.hbgOn .bdu {
    height: 0px !important;
}

/*****************************领导致辞************************************/
.zhici_bg {
    background: url(../images/zhici_bg.jpg) no-repeat center;
    /*height:1238px;*/
}

.zhici_bg .zhici_bt {
    padding: 50px 0 30px;
}

.zhici_bg .zhici_txt {}

.zhici_bg .zhici_txt .zhici_txt_img {
    float: left;
    margin-right: 30px;
}

.zhici_bg .zhici_txt .zhici_txt_p {
    font-size: 20px;
    line-height: 40px;
    text-indent: 40px;
}

.zhici_bg .zhici_txt .zhici_txt_p a {
    color: #d00300;
    font-weight: bold;
}

.jiazhiguan h3 {
    font-size: 28px;
    color: #d00300;
    text-align: center;
    font-weight: bold;
    margin: 30px 0;
}

.alRbox {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.alRbox.wh {
    margin-top: 0;
}

.alRbox.wh .al {
    height: 300px;
}

.alRbox .al {
    position: relative;
    display: block;
    height: 550px;
    width: 100%;
    overflow: hidden;
}

.alRbox.lsheight .al {
    height: 350px;
    width: 32.333%;
    margin-bottom: 20px;
}

.aimG {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.aimG img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)scale(1.01);
}

.atitlE {
    position: absolute;
    /*padding: 32px 20px;*/
    color: #fff;
    width: 100%;
    height: 100%;
    top: 100%;
    background: rgb(231 0 18 / 80%);
    transition: all ease .5s;
}

.atitlE h4 {
    font-size: 24px;
    text-align: center;
    padding: 40px 0 20px;
    margin: 0 20px 20px;
    border-bottom: 1px solid #bfbfbf;
}

.atitlE p {
    text-align: center;
    font-size: 20px;
    padding: 0 15px;
    line-height: 34px;
}

.aimG p {
    position: absolute;
    /*left: 20px; top: 20px;*/
    font-size: 24px;
    text-align: center;
    line-height: 300px;
    color: #fff;
    transition: all ease .5s;
    background-color: rgba(40, 40, 40, 0.6);
    width: 100%;
    height: 100%;
}

.al:hover .aimG p {
    opacity: 0;
}

.al:hover .atitlE {
    top: 0px;
}

/*****************************新媒体************************************/
.xinmeiti_bg {
    background: #d00300;
    margin-top: 25px;
}

.xinmeiti_bg .xinmeiti_bt {
    padding: 50px 0 30px;
}

/* 新媒体 第一部分 开始 */


/* 新媒体 第一部分 结束 */

/*新媒体第二部分 开始*/
/*视频*/
.xinmeiti_two {
    margin-top: 100px;
    position: relative;
    height: 400px;
}

.shipin {
    position: absolute;
    right: 55%;
    top: 50px;
    /* top: 348px;
    left: 317px; */
}

.three_1 {
    display: inline-block;
    padding-right: 50px;
}

.three_2 {
    display: inline-block;
    padding-right: 50px;
}

.video-js {
    border-radius: 20px;
    /* 圆角的大小 */
    width: 204px;
    height: 360px;
    object-fit: cover;
    overflow: hidden;
}

.vjs-control-text,
.vjs-current-time-display,
.vjs-duration-display,
.vjs-remaining-time-display,
.vjs-time-divider span {
    display: none;
}

.project-carousel {
    position: relative;
    padding: 0 50px;
    top: -600px;
}

.project-strip {
    margin: 150px 0 150px;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.project-strip .project {
    cursor: pointer;
}

.project-screen {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.project-screen .project-detail {
    position: absolute;
    left: -50px;
    right: 0;
    margin: 50px auto 0;
    z-index: 1;
    background-color: #333;
}

.project-screen .project {
    margin-right: -100%;
    float: left;
    cursor: move;
}


/*图片滚动*/
.picMarquee-top {
    /* margin: 0 auto; */
    width: 630px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 50%;
}

.picMarquee-top .bd {
    padding: 10px;
}

.picMarquee-top .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picMarquee-top .bd ul li {
    text-align: center;
    zoom: 1;
}

.picMarquee-top .bd ul li .pic {
    text-align: center;
}

.picMarquee-top .bd ul li .pic img {
    width: 135px;
    height: 180px;
    display: inline;
    padding: 2px;
    border: 1px solid #ccc;
}

.picMarquee-top .bd ul li .pic a:hover img {
    border-color: #999;
}

.picMarquee-top .bd ul li .title {
    line-height: 24px;
}

.exclusive {
    /*margin-top: 100px;*/
}

/*新媒体第二部分 结束*/


/*****************************火爆大事记************************************/
.dashiji_bg {
    background: url(../images/dashiji_bg.jpg) no-repeat center;
    height: 1057px;
}

.dashiji_bg .dashiji_bt {
    padding: 50px 0 30px;
}

/*****************************图说17年************************************/
.tushuo_bg {
    background: #d00300;
}

.tushuo_bg .tushuo_bt {
    padding: 50px 0 30px;
}

/*****************************火爆之家************************************/
.home_bg .home_bt {
    padding: 50px 0 30px;
}

.home1 h3,
.home2 h3,
.home3 h3 {
    font-size: 28px;
    color: #d00300;
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
}

.home1,
.home2,
.home3 {
    padding: 20px 0;
}

/*
.home {
	height: 550px;
	
}
*/

.scrollleft {
    padding: 5px 20px 0px 20px;
    margin: 0 auto;
}

.scrollleft li {
    float: left;
    margin-right: 7px;
    display: inline;
    text-align: center;
    line-height: 19px
}

/*.scrollleft img { width: 190px; height:152px; }*/
.nr_1 {
    width: 1200px;
    margin: 0 auto;
}

.nr_1 img {
    margin-bottom: 7px;
    margin-right: 7px;
    width: 395px;
    height: 264px;
    float: left;
}

.nr_2 {
    width: 1196px;
    margin: 0 auto;
}

.nr_2 img {
    margin-bottom: 3px;
    width: 296px;
    float: left;
    margin-right: 3px;
    height: 180px;
}

.nr_3 {
    width: 1196px;
    margin: 0 auto;
}

.nr_3 img {
    margin-bottom: 3px;
    width: 296px;
    float: left;
    margin-right: 3px;
    height: 180px;
}




/*****************************底部************************************/
#footer {
    margin-top: 30px;
    font-size: 14px;
    font-style: normal;
    font-family: 宋体;
    color: rgb(0, 0, 0);
    padding: 5px 0px 10px;
}

#footer .footerCont {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    line-height: 22px;
    padding-bottom: 6px;
}

#footer .footerCont a {
    color: #000;
}