body {
	background: #eee;
}
.mian {
    width: 1280px;
    position: relative;
    margin: 0 auto;
    background-color: #fff;
}

input,
textarea,
select,
a:focus {
    outline: none;
}

a,a:link,a:visited {
	color: #333;
    text-decoration: none;
}

a:hover{
	color: #0655ac;
}

/* header */

.header {
	height: 300px;
	background: url(../img/bg_head2.jpg) no-repeat;
}

.logo {
    width: 290px;
    height: 123px;
    margin: 0 auto;
    padding-top: 40px;
}

.logo img {
    width: 100%;
    height: 100%;
}


/* 导航栏 */

.banner,.nlist {
	background: #fff url(../img/bg_toutiao.jpg) repeat-x;
}

.mian-nav_list {
    width: 1180px;
    margin: 0 auto;
}

.ul_div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 62px;
}

.ul_div li {
    width: 129px;
    height: 55px;
    line-height: 45px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    background: url(../img/nav_2.png) no-repeat;
}

.ul_div li.active {
	background: url(../img/nav_1.png) no-repeat;
}

.ul_div li:active {
	background: url(../img/nav_1.png) no-repeat;
}

.ul_div li:hover {
	background: url(../img/nav_1.png) no-repeat;
}

.ul_div a,.ul_div a:link,.ul_div a:hover,.ul_div a:visited {
	color: #fff;
}

.title {
	width: 1000px;
	margin: 0 auto;
    text-align: center;
    font-size: 40px;
    font-weight: bolder;
    letter-spacing: 5px;
    color: #0655ac;
    padding: 10px 0 20px 0;
}
.title a,.title a:link,.title a:hover,.title a:visited {
	color: #0655ac;
}


/* 轮播 */

.swiper-container {
    width: 1180px;
    height: 650px;
    position: relative;
}

.box_view {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    z-index: 3;
    text-align: center;
    line-height: 50px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px;
    box-sizing: border-box;
}

.swiper-container .bg {
    width: 100%;
    position: relative;
}

.swiper-container .bg .img_text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 50px;
    text-align: center;
    opacity: 0.7;
    background: #000;
    color: #fff;
}

.swiper-container .bg img {
    width: 100%;
    height: 100%;
}


/*  */

.btn_view {
    width: 1100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px auto;
}

.btn_view div {
    width: 250px;
    height: 80px;
    border-radius: 20px;
    cursor: pointer;
}

.btn_view div:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3)
}

.btn_view div img {
    width: 100%;
    height: 100%;
}




.img_view {
    width: 1180px;
    height: 219px;
    margin: 0 auto;
}

.img_view img {
    width: 100%;
    height: 100%;
}






/*  */

.jj_view {
    padding: 30px;
    position: relative;
}

.box_more {
    position: absolute;
    right: 50px;
    top: 65px;
    color: #a3a4a4;
    font-size: 20px;
    cursor: pointer;
    font-weight: bold;
}

.box_more:hover {
    color: #333;
}

.box_more a,.box_more a:link,.box_more a:hover,.box_more a:visited {
    color: #a3a4a4;
}

.jj_view-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.jj_view-top .img {
    width: 230px;
    height: 50px;
}

.jj_view-top .img img {
    width: 100%;
    height: 100%;
}

.jj_view-top .x {
    width: 80%;
    border: 1px dotted rgb(117, 117, 117);
}

.jj_view-buttom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px auto;
    width: 1100px;
}

.jj_view-buttom .img {
    width: 500px;
    height: 280px;
    border-radius: 20px;
    overflow: hidden;
}

.jj_view-buttom .img img:hover {
    transition: all 0.5s;
    transform: scale(1.2);
}

.jj_view-buttom .img img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.jj_view-buttom .box {
    width: 550px;
    padding-left: 15px;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 50px;
    color: #000000;
    
}
.jj_view-buttom .box div {
	overflow: hidden;
    text-overflow:ellipsis; 
    white-space: nowrap;
}



/* 信息 */

.news {
	background: #fff url(../img/bg_body.png) no-repeat;
	background-size: 100% 100%;
}

.msg_view {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1100px;
    margin: 0 auto;
}

.msg_view .msg_view-left {
    width: 49%;
}

.msg_view-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.msg_view-top .xin_text {
    border-left: 8px solid #4481e4;
    font-size: 24px;
    color: #1c1f20;
    padding-left: 10px;
}

.msg_view-top .g {
    font-size: 18px;
    color: #9fa0a0;
}

.msg_view .msg_view-left .center {
    width: 100%;
    height: 260px;
    background-color: #cdfffd;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 15px;
    box-sizing: border-box;
    font-size: 18px;
    color: #333;
}

.msg_view .msg_view-left .center li {
    line-height: 30px;
    padding: 6px 20px;
    
    overflow: hidden;
    text-overflow:ellipsis; 
    white-space: nowrap;
}

.msg_view .msg_view-left .center li:hover {
    background-color: #00e7ff;
}


/* 图片视频 */

.tupian,.xiangguan {
	background: #fff url(../img/bg_img.jpg) bottom repeat-x;
	padding: 0 0 10px 0;
}

.swiper-container1 {
    width: 990px;
    overflow: hidden;
    margin: 0 auto;
}

.swiper-container1 .img_text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 30px;
    height: 30px;
    opacity: 0.6;
    text-align: center;
    background: #000;
    color: #fff;
}

.tu_box {
    width: 1100px;
    margin: 0 auto;
}

.tu_text {
    border-left: 8px solid #4481e4;
    font-size: 24px;
    color: #1c1f20;
    padding-left: 10px;
    margin-top: 40px;
}

.tu_box-view {
    background-image: linear-gradient(to right, #a9faff, #2978ff);
    border-radius: 2px;
    padding: 20px 50px;
    margin-top: 15px;
    position: relative;
}

.tu_img-view {
    width: 1000px;
    margin: 0 auto;
}

.tu_img {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tu_img div {
    width: 49.5%;
    height: 100%;
}

.tu_img div img {
    width: 100%;
    height: 100%;
}

.div_left {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translate(-50%);
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
}

.div_right {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(-50%);
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
}

.foot{
	height: 390px;
	background: #fff url(../img/bg_foot2.jpg) no-repeat;
}

.footer {
    margin-top: 20px;
    text-align: center;
    color: #fff;
    line-height: 30px;
}

.footer a,.footer a:link,.footer a:hover,.footer a:visited {
	color: #fff;
}

.swiper-button-prev {
    background-image: url("../img/l.png");
    background-size: contain;
    height: 22px;
    width: 37px;
}


/*改变了颜色和加粗的样式*/

.swiper-button-next {
    background-image: url("../img/r.png");
    background-size: contain;
    height: 22px;
    width: 37px;
}

.swiper-button-prev1 {
    background: url("../img/l2.png") no-repeat;
    background-size: contain;
    height: 22px;
    width: 37px;
    cursor: pointer;
}


/*改变了颜色和加粗的样式*/

.swiper-button-next1 {
    background: url("../img/l1.png") no-repeat;
    background-size: contain;
    height: 22px;
    width: 37px;
    cursor: pointer;
}