@charset "utf-8";
/* CSS Document */
body{margin: 0;padding: 0; font-size: 16px;font-family: "微软雅黑";background: url("header_bg.png") no-repeat center top #f8f8f8;}
*{margin: 0;}
a{text-decoration: none;}
ul{list-style-type: none;}
a img{border: none;}

#warp{width: 100%;}
.title01{margin: 20px 0 0 20px;}

.layer{width: 100%;float: left;}

.huihui{width: 395px;height: 109px;margin: 0 auto;margin-top: 55px;}

#header{display: flex;justify-content: center;align-items: center;}
#logo {position: relative;width: 708px;height: 221px;}
.zoomedImage {position: absolute;left: 50%;top:60%;transform: translate(-50%, -50%) scale(0);transition: transform 3s ease-in-out;}
.zoomedImage.show {transform: translate(-50%, -50%) scale(1);}
/*导航*/
#nav{width: 1200px;height: 35px; padding: 18px 0; background: url("nav_bg.png") no-repeat center top;margin: 0 auto;margin-top: 40px;text-align: center;}
#nav ul{margin: 0; display: flex;justify-content: center; /* 水平居中 */align-items: center; /* 垂直居中，如果需要的话 */list-style-type: none; /* 去除列表前的点 */}
#nav ul li{height: 30px; font-size: 20px;color: #fff; width: 132px; line-height: 30px;font-weight: bold; /*font-family: 'Navfont', sans-serif;*/}
#nav ul li a{color: #fff;}
@font-face {
    font-family: 'Navfont'; /* 你可以给字体起一个名字 */
    src: url('FZLTTHJW.ttf') format('truetype'); /* 指定字体文件的路径和格式 */
    font-weight: normal; /* 指定字体的粗细 */
    font-style: normal; /* 指定字体的样式 */
}

/*头条*/
.toutiao{width:1200px; text-align:center;padding:20px 0;margin: 0 auto;}
.toutiao h1{ font-size:45px;  line-height:60px; color:#ca2a00;padding: 0 10px 0 50px;}
.toutiao h1 a{ color:#ca2a00}

.yaowen{width: 1200px;margin: 0 auto;}
.yw_l{width: 632px;float: left;border-radius: 15px;background-color: #c62900;padding: 18px;}
.yw_l img{width: 632px;height: 356px;object-fit:cover;object-position:center;}
.yw_r{width: 517px;height: 392px;float: right;border-radius: 15px;background-color: #c62900;overflow: hidden;word-break: break-all;-webkit-box-orient: vertical;display: -webkit-box;-webkit-line-clamp: 10;}
.yw_r ul{margin: 0;padding: 0;margin-top: 5px;}
.yw_r ul li{line-height: 30px;color: #fff;font-size: 16px;padding: 7px 15px;}
.yw_r ul li a{color: #fff;}

.zhibo{width: 1200px;margin: 0 auto;margin-top: 60px;}
.zhibo ul{margin: 0;padding: 0;margin-top: 30px;}
.zhibo ul li{width: 386px;float: left;background-color: #aa611f;height: 285px;border-radius: 15px;margin-left: 10px;}
.zhibo ul li p{line-height: 30px;height: 60px; color: #fff;display: flex;align-items: center;padding: 0 10px;}
.zhibo ul li p a{color: #fff;margin-left: 10px;}
.zb_img{width: 386px;height: 217px;object-fit:cover;object-position:center;background-color: #ccc;border-radius: 15px 15px 0 0;}

.dujia{width: 1200px;margin: 0 auto;margin-top: 60px;}
.dj_nav{width: 1200px;/*height: 35px;*/ padding: 18px 0;text-align: center;}
.dj_nav ul{margin: 0;display: flex;justify-content: center; /* 水平居中 */align-items: center; /* 垂直居中，如果需要的话 */list-style-type: none; /* 去除列表前的点 */flex-wrap: wrap;}
.dj_nav ul li{padding: 0 10px; float: left;background-color: #eee5d6;border: #b18d4d 1px solid; border-radius: 10px;text-align: center;color: #884504;height: 35px;line-height: 35px;margin: 6px 5px;font-size: 18px;}
.dj_nav ul li a{color: #884504;}
.cur{background-color: #be8d36!important; color: #fff!important;}
.cur a{color: #fff!important;}

.dj_list{width: 100%;height: 560px; background-color: #eee5d6;border: #e0ba77 1px solid;border-radius: 10px;float: left;display:none;}
.dj_list ul{margin: 0;padding: 0;margin-top: 30px;}
.dj_list ul li{width: 270px;height: 270px;float: left;margin-left: 24px;}
.dj_list ul li img{width: 270px;height: 155px;border-radius: 15px;object-fit: cover; object-position: center;}
.dj_list ul li p{line-height: 25px;font-size: 16px;color:#ffffff; background: #b18d4d;margin-top: 10px;height: 50px;border-radius: 10px;padding: 10px 6px;}
.dj_list ul li p a{color:#ffffff; }

.chuangyi{width: 1200px;margin: 0 auto;margin-top: 60px;}
.cy_list{width: 100%;height: 560px; float: left;display:none;}
.cy_list ul{margin: 0;padding: 0;margin-top: 30px;}
.cy_list ul li{width: 282px;height: 500px;position: relative;border-radius: 15px;float: left;margin-left: 15px;}
.cy_list ul li+li{margin-left: 15px;}
.cy_img{width: 282px;height: 500px;background-color: #ccc;object-fit: cover; object-position: center;border-radius: 15px;}
.cy_list ul li p{font-size: 16px;color: #fff;position: absolute;background-color: #000;left:0;bottom: 0px;text-align: center;width: 272px;opacity: 0.60;line-height: 25px;border-radius: 0 0 15px 15px;display: flex;align-items: center;padding: 0 0 0 10px;}
.cy_list ul li p a{color: #fff;}

.rongmei{width: 1200px;margin: 0 auto;margin-top: 60px;}
.img img{width: 604px;height: 341px;object-fit: cover; object-position: center;}
.jiedu{width: 1200px;margin: 0 auto;margin-top: 60px;}
.zhuanti{width: 1200px;margin: 0 auto;margin-top: 60px;}
.zhuanti ul{margin: 0;padding: 0;margin-top: 30px;}
.zhuanti ul li{width: 593px;height: 334px; float: left;}
.zhuanti ul li+li{float: right;}
.zhuanti ul li img{width: 593px;height: 334px; }

/*面脚*/
#footer{width:100%; background:#d82e1f;padding:60px 0;clear: both;margin-top:30px; float:left }
#footer p{ text-align:center; line-height:35px; color: #fff;}
#footer p a{ color: #fff; }
