/* ===== 基础元素重置 ===== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code, del, dfn, em, img, ins, q, samp,
small, strong, sub, sup, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}

/* ===== HTML5元素显示重置 ===== */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

/* ===== 主体基线设置 ===== */
body {
    -webkit-font-smoothing: antialiased;
    font: 14px/1.5 "Helvetica Neue", Arial, sans-serif;
    color: #353535;
}

/* ===== 列表样式清除 ===== */
ol, ul {
    list-style: none;
}

/* ===== 表格重置 ===== */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ===== 链接与交互元素 ===== */
a {
    text-decoration: none;
    color: inherit;
}

button, input, select, textarea {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    font-family: inherit;
}

:focus {
    outline: 0;
}

/* ===== 媒体元素优化 ===== */
img {
    max-width: 100%;
    height: auto;
    display: block;
}

svg {
    vertical-align: middle;
}

/* ===== 排版增强 ===== */
b, strong {
    font-weight: bolder;
}
.large {
	position:relative;
	width:100%;
	overflow:hidden;
}
.large img {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
.large:hover img {
	transform: translate(-50%, -50%) scale(1.1);
}
.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: clamp(20px, 4vw, 40px);
    grid-auto-rows: minmax(150px, auto);
    grid-auto-flow: dense;
}
#full-screen-slider {
    position: relative;
}

#slides {
    display: block;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    height: 100%;
}

#slides li {
    display: block;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    height: 100%;
}

#slides li a {
    display: block;
    width: 100%;
    overflow: hidden;
    height: 100%;
}

#slides li a img {
    display: block;
    width: 100%;
    height: auto;
}

#pagination {
    display: block;
    list-style: none;
    position: absolute;
    left: 50%;
    bottom: 10px;
    z-index: 2000;
    padding: 5px 15px 5px 0;
    margin: 0;
    height: 20px;
}

#pagination li {
    display: block;
    list-style: none;
    width: 20px;
    height: 10px;
    float: left;
    margin: 0 5px;
    border-radius: 5px;
    background: #FFF
}

#pagination li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    text-indent: -9999px;
}

#pagination li.current {
    background: #ff9600;
    width: 40px;
}

.header {
    padding: 40px 0;
}
.container {
    width: 100%;
    max-width: 1660px;
    margin-left: auto;
    margin-right: auto;
}
.header .container {
    display: grid;
    grid-template-columns: 440px 1fr 540px;
}
.header .logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .logo a img {
    height: 40px;
}
.header .logo > img {
    height: 42px;
}
.header .logo dl {
    height: 42px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.header .logo dt {
    color: #DF2614;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
}
.header .logo dd {
    line-height: 1;
    font-size: 12px;
}
.header .tel {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .tel .item {
    display: flex;
    align-items: center;
}
.header .tel .item img {
    height: 22px;
    margin-right: 4px;
}

.header .tel .item dl {
    height: 42px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.header .tel .item dt {
    line-height: 1;
    font-size: 12px;
}
.header .tel .item dd {
    line-height: 1;
    color: #DF2614;
    font-size: 24px;
    font-weight: 600;
}
.header .nav {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.header .nav a {
	font-size:16px;
}
.header .nav a:hover {
	color:#DF2614;
}
.sousuo {
    background: #EFEFEF;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
}
.sousuo .container {
    padding: 0 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sousuo p {
    color: #020202;
}
.sousuo a {
    color: #444;
	margin-right:15px;
}
.sousuo a:hover {
	color:#df2614;
}
.sousuo form {
    display: flex;
    align-items: center;
    border: 1px solid #a6a66a;
    border-radius: 8px;
}
.sousuo form input[type=text] {
    border:0;
    background: transparent;
    width: 270px;
    height: 38px;
    text-indent: 10px;
}
.sousuo form input[type=submit] {
    border:0;
    background: url("../img/sousuo.png") no-repeat center center transparent;
    width: 50px;
    height: 30px;
    background-size: 20px;
    border-left: 1px solid #A6A6A6;
}
.tit1 {
    text-align: center;
    padding-top: 60px;
}
.tit1 h3 {
    font-size: 40px;
    color: #111;
    font-weight: 500;
    line-height: 1.2;
}
.tit1.bai h3 {
    color: #fff;
}
.tit1 p {
    color: #111;
}
.tit1.bai p {
    color: #fff;
}
.bxList {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: clamp(20px, 2vw, 44px);
    grid-auto-rows: minmax(104px, auto);
    grid-auto-flow: dense;
    margin-top: 35px;
}
.bxList .item {
    border: 1px solid #B9B9B9;
    display: flex;
    align-items: center;
    background: url("../img/jt.png") no-repeat center right 20px;
    background-size: 38px;
    padding-left: 20px;
}
.bxList .item dt {
    font-size: 20px;
    color: #333;
}
.bxList .item dd {
    font-size: 12px;
    color: #A8A8B0;
}
.bxList .item:hover {
    background-image: url("../img/jtb.png");
    background-color: #DF2614;
    border-color: #DF2614;
}
.bxList .item:hover dt {
    color: #fff;
}
.bxList .item:hover dd {
    color: #fff;
}
.yjzs {
    width: 100%;
    max-width: 1920px;
    margin: 30px auto 0;
    background: url("../img/yjzs.jpeg") no-repeat center center;
}
.yjShow > div {
    display: none;
}
.yjzsNav {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 35px auto 0;
    max-width: 1660px;
}
.yjzsNav > a {
    font-size: 23px;
    color: #fff;
    border: 1px solid #fff;
    line-height: 48px;
    padding: 0 44px;
    border-radius: 25px;
}
.yjzsNav > a.active,.yjzsNav > a:hover {
    background: #fff;
    color: #f45748;
}
.yjShow {
    max-width: 1660px;
    margin: 50px auto 0;
    padding-bottom: 50px;
}
.yjShow .yjList.active {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 390px));
    gap: clamp(10px, 4vw, 30px);
    grid-auto-rows: minmax(150px, auto);
    grid-auto-flow: dense;
}
.yjShow .yjList .item {
    position: relative;
}
.yjShow .yjList .item .large {
	height:300px;
}
.yjShow .yjList .item  p {
    position: absolute;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 40px;
    padding: 0 10px;
    color: #fff;
    background: rgba(0,0,0,0.7);
    left: 0;
    bottom: 0;
    text-align: center;
}
.yjShow .yjList .item  p:hover {
    background: #DF2614;
}
.about {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
}
.about > img {
    width: 45%;
    margin-left: 3%;
}
.aboutL {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
.aboutL .en {
    font-size: 44px;
    font-weight: 600;
    color: #DF2614;
    text-transform: uppercase;
    position: relative;
}
.aboutL .en:before {
    content: '';
    width: 107px;
    height: 12px;
    background: #ddd;
    position: absolute;
    bottom: 10px;
    z-index:-1;
}
.aboutL > h3 {
    color: #000;
    font-size: 24px;
    font-weight: 500;
}
.aboutZ {
    font-size: 16px;
    line-height: 39px;
}
.aboutL .more {
    width: 145px;
    line-height: 43px;
    border: 1px solid #DF2614;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #DF2614;
	transition: border-radius 0.3s ease-in-out;
}
.aboutL .more:hover {
	border-radius:22px;
}
.aboutL .more img {
    margin-left: 10px;
    height: 20px;
}
.aboutList {
    display: flex;
    align-items: center;
}
.aboutList dl {
    width: 194px;
    height: 120px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    margin-right: 48px;
}
.aboutList dl dt {
    font-size: 15px;
    color: #666;
}
.aboutList dl dt span {
    font-size: 36px;
    font-weight: 600;
    color: #DF2614;
}
.aboutList dl dd {
    font-size: 15px;
    color: #666;
}
.anli {
    background: url("../img/anlibg.jpeg") center center;
    width: 100%;
    max-width: 1920px;
    margin: 80px auto 0;
    padding-bottom: 50px;
}
.anliList {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 400px));
    gap: clamp(10px, 1vw, 20px);
    grid-auto-rows: minmax(104px, auto);
    grid-auto-flow: dense;
    margin-top: 35px;
}
.anliList .item {
    border: 1px solid #e5e5e5;
    background: #fff;
}


.anliList .item .pic {
	position:relative;
	overflow: hidden;
    width: 100%;
    height: 290px
}

.anliList .item .pic img {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
	min-height:290px;
}
.anliList .item .picShow {
	 position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0,0,0,.6);
    transition: all 0.5s ease;
}
.anliList .item .picShow p {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: 60%;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    padding: 0.5rem 0;
}

.anliList .item .picShow p::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #fff;
    transition: all .5s ease;
}

.anliList .item .picShow p::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #fff;
    transition: all .5s ease;
}
.anliList .item .pic:hover img {
	transform: translate(-50%, -50%) scale(1.1);
}
.anliList .item .pic:hover .picShow {
	opacity:1;
}

.anliList .item .pic:hover .picShow p::before {
	width:1rem;
}


.anliList .item .info {
    padding: 5px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 30px;
	text-transform: uppercase;
}
.anliList .item .info img {
    height: 6px;
}
.anliList .item .tit {
    font-size: 16px;
    color: #656565;
    line-height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #e5e5e5;
    margin: 5px 15px 0;
}
.anliList .item .tit:hover {
	color:#df2614;
}
.anli > .more {
    width: 145px;
    line-height: 43px;
    border: 1px solid #DF2614;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #DF2614;
    margin: 50px auto 0;
}
.newsFlex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.newsFlex .pic {
    width: 46%;
    margin-right: 4%;
    height: 550px;
    overflow: hidden;
    position: relative;
}
.newsFlex .pic img {
    width: 100%;
    min-height: 550px;
}
.newsFlex .pic a {
    position: absolute;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 60px;
    padding: 0 10px;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    left: 0;
    bottom: 0;
    text-align: center;
    font-size: 20px;
}
.newsFlex .pic a:hover {
	color:#df2614;
}
.newslist {
	flex:1;
	overflow:hidden;
}
.newslist .item {
    display: flex;
    height: 140px;
    padding: 25px 0;
    justify-content: space-between;
}
.newslist .item .time {
    width: 160px;
    text-align: center;
    border-right: 1px solid #ccc;
    margin-right: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.newslist .item .time dt {
    color: #DF2614;
    font-size: 26px;
    font-weight: 500;
}
.newslist .item .time dd {
    font-size: 18px;
    color: #606060;
}
.newslist .item .span1 {
    flex: 1;
    overflow: hidden;
}
.newslist .item .span1  .tit {
    font-size: 18px;
    color: #242424;
}
.newslist .item .span1  .tit a:hover {
	color:#df2614;
}
.newslist .item .span1 .info {
    font-size: 14px;
    line-height: 25px;
    color: #606060;
}
.footer {
    background: #222;
    width: 100%;
    max-width: 1920px;
    margin: 60px auto 0;
}
.footMain {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 40px;
    color: #fff;
}
.footMain h3 {
    font-size: 20px;
    font-weight: 500;
}
.footL p {
    display: flex;
    line-height: 40px;
    align-items: center;
    font-size: 16px;
}
.footL p i {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15px;

}
.footL p i.dizhi {
    background-image: url("../img/dizhi.png");
}
.footL p i.dianhua {
    background-image: url("../img/dianhua.png");
}
.footL p i.youxiang {
    background-image: url("../img/youxiang.png");
}
.footL p i.wangzhi {
    background-image: url("../img/wangzhi.png");
}
.footC {
    width: 378px;
}
.footC form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footC form textarea {
	width: 100%;
    background: #fff;
    border: 0;
    line-height: 36px;
    text-indent: 10px;
}
.footC form input[type=text] {
    width: 100%;
    background: #fff;
    border: 0;
    line-height: 36px;
    text-indent: 10px;
  
}
.footC form input[type=submit] {
    border: 1px solid #fff;
    line-height: 36px;
    background: transparent;
    text-align: center;
    border-radius: 20px;
    width: 100%;
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
}
.footC form .formFlex {
	display:flex;
	align-items:center;
	position:relative;  margin-top: 15px;
}
.footC form .yzm {
	display:flex;
	align-items:center;
	justify-content:space-between;
	 margin-top: 15px;
}
.footC form .yzm input[type=text]{
	margin-top:0;
	margin-right:20px;
	max-width:120px;
}
.footC form input[type=submit]:hover {
	background:#df2614;
	border-color:#df2614;
}
.footR img {
    width: 164px;
}
.footR p {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin-top: 15px;
}
.bq {
    border-top: 1px solid #393939;
    line-height: 40px;
    display: flex;
    justify-content: space-between;
    color: #a9a9a9;
    margin-top: 30px;
}
.bq a {
    color: #a9a9a9;
}
.proNav {
	background:#efefef;
	width:100%;
	max-width:1920px;
	margin:0 auto;
}
.proNav ul {
	display:flex;
	align:center;
}
.proNav li {
    position: relative;
}
.proNav li:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    width: 0%;
    height: 3px;
    background-color: none;
    transition: all .3s;
}
.proNav li > a {
    font-size: 15px;
    line-height: 60px;
    transition: 0.3s ease 0s;
    color: #333;
	display:block;
	padding:0 30px;
}
.proNav li a:hover,.proNav li.active a {
    color: #DF2614;
}
.proNav li:hover:before,.proNav li.active:before {
    width: 80%;
    left: 10%;
    background-color: #DF2614;
}
.proNav li .zfl {
	display:none;
	position:absolute;
}
.proNav li .zfl a {
	flex-shrink: 0
}
.zfl {
	position:relative;
	display:flex;
	padding:10px;
}
.zfl a {
	font-size:14px;
	margin:0 15px;
	line-height:24px;
}
.zfl a:hover,.zfl a.hover {
	color: #DF2614;
}
.zfl:before {
	    content: '';
    display: block;
    border-bottom: 8px solid #DF2614;
    border-left: 8px solid #efefef;
    border-right: 8px solid #efefef;
    position: absolute;
    top: -11px;
    left: 67px;
}
.proNav li:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    display: block;
    background: #ccc;
    top: 50%;
    margin-top: -7px;
    right: 0px;
}
.newslist {
    margin-top: 30px;
}

.newslist li {
    border-bottom: 1px dashed #cecece;
    padding-top: 20px;
    padding-bottom: 20px;
	display:flex;
	justify-content:space-between;
}

.newslist li .pic {
    width: 260px;
    height: 180px;
    overflow: hidden;
    margin-right: 20px;
}
.newslist li .span1 {
	flex:1;
	overflow:hidden;
}
.newslist li .pic img {
   
}

.newslist li .tit span {
    font-size: 15px;
    color: #9d9d9d;
    float: right;
    margin-left: 10px;
}

.newslist li .tit {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newslist li .tit a {
    font-size: 18px;
    color: #171717;
    font-weight: 600;
}

.newslist li .tit a:hover {
    color: #df2614;
}

.newslist li .info {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    color: #9f9f9f;
    margin-top: 10px;
}
.list_page {
    text-align: center;
    margin-top: 40px;
    display: block;
}

.list_page:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

.list_page ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: bottom;
}

.list_page ul li {
    display: inline-block;
    border: solid 1px #ddd;
    border-radius: 4px;
	margin:2px;
}

.list_page ul li.active a {
    background: #df2614;
    color: #fff;
}

.list_page ul a {
    color: #333;
    padding: 8px 12px;
    line-height: 18px;
    display: block;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
    background: #fff;
}
.artshow {
	margin-top:50px;
}
.artshow .title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    padding: 10px 0;
    text-align: center;
}

.artshow .info {
    line-height: 30px;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    color: #565656;
}

.pre {
    margin-top: 20px;
    padding-left: 10px;
    line-height: 30px;
}

.next {
    padding-left: 10px;
    line-height: 30px;
}

.next a, .pre a {
    color: #696969;
}
.content p {
    margin-top: 10px;
	font-size:16px;
	line-height:1.8;
}
.content img {
	margin-left:auto;
	margin-right:auto;
}
.content h2 {
	font-size:20px;
	margin-top:30px;
	margin-bottom:10px;
}
.moblie {
        display: none;
    }
	.navBtn {
		display:none;
	}
	#kefu {
		background:#DF2614;
		width:92px;
		position:fixed;
		right:0;
		top:calc(40% - 150px);
		z-index:9999999;
	}
	#kefu dl {
		border-bottom:1px solid rgba(255,255,255,1); 
		text-align:center;
		position:relative;
	}
	#kefu dl:last-child {
		border-bottom:0;
		position:relative;
	}
	#kefu dl dt {
		background:#DF2614;
		position:relative;
		z-index:1;
		display:flex;
		align-items:center;
		justify-content:center;
		flex-direction:column;
		padding:8px 0;
	}
	#kefu dl dt img {
		width:48px;
		margin-bottom:4px;
	}
	#kefu dl dt p {
		color:#fff;
		font-size:12px;
	}
	#kefu dl dd {
		position:absolute;
		top:calc(50% - 26px);
		right:-200px;
		width:204px;
		height:67px;
		background:url(../img/ddbg.png) no-repeat center center;
		font-size:24px;
		color:#DF2614;
		line-height:66px;
		text-align:center;
		padding-right:8px;
	}
	
@media screen and (max-width: 1600px) {
	
	.container {
		max-width:1200px;
	}
	.header .container {
		grid-template-columns:440px 1fr;
	}
	.header .nav {
		margin-left:50px;
	}
	.header .tel {
		display:none;
	}
	.bxList {
		grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
		gap: clamp(16px, 2vw, 20px);
		grid-auto-rows:minmax(84px, auto);
	}
	.bxList .item {
		background-size:30px;
		background-position:center right 10px;
		padding-left:10px;
	}
	.bxList .item dt {
		font-size:18px;
	}
	.yjzsNav {
		max-width:1200px;
	}
	.yjzsNav > a {
		font-size:20px;
		padding:0 36px;
	}
	.yjShow {
		max-width:1200px;
	}
	.yjShow .yjList.active {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 285px));
    gap: clamp(10px, 4vw, 20px);
    grid-auto-rows: minmax(150px, auto);
    grid-auto-flow: dense;
	}
	.yjShow .yjList .item .large {
		height:240px;
	}
	.aboutZ {
		font-size:14px;line-height:20px;
	}
	.aboutList dl {
		height:90px;
	}
	.aboutList dl dt span {
		font-size:28px;
	}
	.anliList {
		grid-template-columns: repeat(auto-fit, minmax(285px, 1fr));
	}
	.anliList .item .pic {
		height:190px;
	}
	.anliList .item .pic img {
		min-height:190px;
	}
	.anliList .item .tit {
		font-size:15px;
	}
	.newsFlex .pic {
		margin-right:2%;
		height:400px;
	}
	.newslist .item:nth-child(4) {
		display:none;
	}
	.newslist .item {
		padding:15px 0;
	}
	.footL p {
		font-size:14px;
	}
}
@media screen and (max-width: 1000px) {
	body {
		padding-bottom:58px;
	}
	#kefu {
		display:none;
	}
	.header .logo dl,.header .logo > img,.sousuo p,.footC,.footR {
		display:none;
	}
	.header .container {
		display:flex;
		align-items:center;
		justify-content:space-between;
		position:relative;
	}
	.navBtn {
		display:block;
		background-image: url(/img/nav.png);
		background-size:28px;
		background-position:center center;
		transition: all 0.3s;
		background-repeat:no-repeat;
		height:30px;
		width:30px;
	}
	.navBtn.active {
		animation: color-shift 0.5s;
		background-image: url(/img/nava.png);
	}
@keyframes color-shift {
  50% { filter: hue-rotate(90deg); }
}
	.header .nav {
		position:absolute;
		display:none;
		top:45px;
		background:#DF2614;
		width:calc(100% + 30px);
		left:-15px;
		z-index:9999999;
		margin:0;
		padding:20px;
	}
	.header .nav li {
		line-height:40px;
		border-bottom:1px solid rgba(255,255,255,0.6);
	}
	.header .nav li a {
		font-size:15px;
		color:#fff;
		text-indent:10px;
	}
	.header .nav li a:hover {
		color:#fff;
	}
	.header {
		padding:15px;
	}
	.header .logo a img {
		height:30px;
	}
	.sousuo .container {
		justify-content:center;
	}
	.tit1 {
		padding-top:20px;
	}
	.tit1 h3 {
		font-size:24px;
	}
	.bxList {
		grid-template-columns:repeat(auto-fit, minmax(170px, 1fr));
		gap:clamp(10px, 2vw, 10px);
		margin-top:0;
		padding:10px 10px 0;
	}
	.yjzs {
		background-size:auto 100%;
	}
	.yjzsNav {
		display:grid;
		grid-template-columns:repeat(auto-fit, minmax(150px, 1fr));
		gap:clamp(14px, 2vw, 14px);
		padding:10px 20px;
		margin-top:10px;
	}
	.yjzsNav > a {
		font-size:14px;
		padding:0 10px;
		text-align:center;
		line-height:28px;
	}
	.yjzsNav > a:nth-child(5) {
		display:none;
	}
	.yjShow {
		margin-top:10px;
		padding-bottom:20px;
	}
	.yjShow .yjList.active {
		grid-template-columns:repeat(auto-fit, minmax(170px, 1fr));
		gap:clamp(10px, 2vw, 10px);
		        grid-auto-rows: minmax(120px, auto);
				padding:0 10px;
	}
	.yjShow .yjList .item .large {
		height:140px;
	}
	.about {
		flex-direction:column;
		justify-content:center;
		margin-top:20px;
	}
	.about > img {
		width:80%;
		max-width;80%;
		margin:20px auto 0;
	}
	.aboutL {
		margin:0 10px;
	}
	.aboutL > h3 {
		text-align:center;
	}
	.aboutL .en {
		text-align:center;
		font-size:32px;
	}
	.aboutL .en:before {
		width:90px;
		height:4px;
		left:calc(50% - 45px);
		bottom:12px;
	}
	.aboutZ {
		text-indent:2em;
	}
	.aboutL .more {
		width:110px;
		line-height:28px;
		font-size:14px;
		border-radius:4px;
		margin:10px auto 0;
	}
	.aboutList {
		width:100%;
		justify-content:space-between;
	}
	.aboutList dl {
		margin-right:0;
		width:calc(33.33% - 8px);
		border-radius:4px;
		height:80px;
	}
	.aboutList dl dt {
		font-size:20px;
	}
	.aboutList dl dd {
		font-size:10px;
	}
	.yjShow .yjList .item p {
		font-size:14px;line-height:30px;
	}
	.aboutList {
		margin-top:10px;
	}
	.anli {
		margin-top:20px;        
	}
	.anliList {
		grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
		margin-top:20px;
		padding:0 10px;
	}
	.anliList .item {
		
	}
	.anliList .item .pic {
		height:120px;
	}
	.anliList .item .pic img {
		min-height:120px;
	}
	.anliList .item .tit {
		font-size:14px;
		line-height:32px;
	}
	.newsFlex .pic {
		display:none;
	}
	.newslist .item .time {
		width:60px;
		margin-right:10px;
	}
	.newslist .item .time dt {
		font-size:18px;
	}
	.newslist .item .time dd {
		font-size:12px;
	}
	.newslist .item {
		padding:10px;
		height:90px;
	}
	.newslist .item .span1 .tit {
		font-size:14px;
		overflow:hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.newslist .item .span1 .info {
		font-size:12px;
		line-height:20px;
		display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 限制显示行数 */
  overflow: hidden;
  height:40px;
  margin-top:10px;
	}
	.footer {
		margin-top:20px;
	}
	.footL {
		padding:0 10px;
	}
	.footL p {
		align-items:flex-start;
	}
	.bq {
		font-size:12px;
		text-align:center;
		margin-top:15px;
		padding:10px 20px;
		line-height:20px;
	}
	.bq > p:nth-child(2) {
		display:none;
	}
	.moblie {
        display: block;
        height: 57px;
        background-color: #DF2614;
        border-top: 1px solid rgba(255, 255, 255, 0.8);
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 99999999;
    }



    .moblie ul {
        display: -webkit-flex;
        display: flex;
        text-align: center;
        color: #fff;
    }

    .moblie ul li {
        padding-top: 8px;
        flex: 1;
        border-right: 1px solid rgba(255, 255, 255, 0.8);
    }

    .moblie ul li a {
        color: #fff;
        display: block;
    }

    .moblie ul li a i {
        display: block;
        width: 24px;
        height: 24px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 24px;
        margin: 0 auto;
    }

    .moblie ul li a i.i1 {
        background-image: url(../images/nav1.png);
    }

    .moblie ul li a i.i2 {
        background-image: url(../images/nav2.png);
    }

    .moblie ul li a i.i3 {
        background-image: url(../images/nav3.png);
    }

    .moblie ul li a i.i4 {
        background-image: url(../images/nav4.png);
    }

    .moblie ul li a p {
        line-height: 25px;
        margin: 0;
    }

    .moblie ul li:last-child {
        border-right: 0;
    }
	.content p {
    margin-top: 6px;
	font-size:14px;
	line-height:1.5;
	text-wrap: auto!important;
}
	.proNav ul {
		flex-wrap:wrap;
		padding:10px;
	}
	.proNav li a {
		font-size:14px;
		padding:0 15px;
		line-height:40px;
	}
	.anliList .item {
		
	}
	.artshow {
		margin-top:20px;
	}
	.artshow .info {
		width:calc(100% - 20px);
	}
	.content {
		padding:10px;
	}
	.artshow .title {
		font-size:16px;
	}
	.banner {
		width:100%;
		overflow:hidden;
	}
	.banner img {
		max-width:140%;
		margin-left:-20px;
	}
	.zfl {
		flex-wrap:wrap;
	}
	.zfl:before {
    
    border-bottom: 6px solid #DF2614;
    border-left: 6px solid #efefef;
    border-right: 6px solid #efefef;
   
    top: -59px;
    left: 62px;
	}
	.zfl a {
		font-size:12px;
		margin:0 8px;
	}
	.footMain h3 {
		font-size:16px;
	}
	.newslist {
		padding:10px;
		margin-top:0;
	}
	 .newslist li .pic {
        margin-right: 10px;
    }

    .newslist li .pic, .newslist li .pic a, .newslist li .pic img {
        width: 120px;
        height: 90px;
    }

    .newslist li .tit {
        font-size: 15px;
        font-weight: 500;
        height: auto;
        line-height: 24px;
    }

    .newslist li .tit a {
        font-size: 15px;
        font-weight: 500;
    }

    .newslist li .tit span {
        display: none;
    }

    .newslist li .info {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 12px;
        line-height: 20px;
        height: 40px;
        margin-top: 4px;
    }
	#pagination li {
		width:16px;height:8px;
	}
	#pagination li.current {
		width:24px;
	}
}