/*基础CSS*/
html {
	font-size: 14px;
	overflow-x: hidden;
}
* {
    margin: 0px;
    padding: 0px;
}
li {
	list-style: none;
}
a {
	color: #212529
}
*{
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;;
}
  
a{
   text-decoration: none; 
}
.head{
    position: -webkit-sticky; 
    position: sticky;
    top: 0;
    width: 100%;
    background-color: #fff;
    color: white;
    z-index: 1000; /* 确保导航栏在页面其他内容之上 */
    height: 80px;
}

.head>div{
    width: 1200px;
    margin: 0 auto;
    height: 80px;
    display: flex;
    justify-content: space-between;
}

.head .sitelogo img{
    height: 50px;
    margin-top: 15px;
}

.head .nav{
    width: 384px;
    height: 80px;
    display: flex;
    justify-content: space-between;
}

.head .nav a{
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 80px;
    text-decoration: none; 
}

.head .nav a:hover{
    border-bottom: 2px solid #1f7366;
}


.index {
    width: 100%;
}
.index>div{
    width: 1420px;
    margin: 0 auto;
}
.index>div img{
    width: 100%;
   vertical-align: top;
}

.col_extra .post-li{
    height: 30px;
}

.col_sub .post-li{
     height: 30px;
     position: relative;
}

.caption111{
    margin: 30px 0;
}

.caption111 .prolist {
    width: 1200px;
    margin: 0 auto;
}

.caption111 .caption1 {
    width: 1200px;
    margin: 0 auto;
    height: 80px;
    position: relative;
}

.captionH1 {
    width: 100%;
    height: 40px;
    margin: auto;
    text-align: center;
    font-size: 26px;
}

.captionP {
    width: 100%;
    height: 20px;
    text-align: center;
    font-size: 18px;
    color: #F4C41D;
    text-transform: uppercase;
}

.caption111 .prolist li{
    width: 48%;
    display:inline-block;
}

.juxing_img1 {
    position: absolute;
    top: 85px;
    right: 500px;
}

.prolist  li {
    height: 100px;
    border-bottom: 1px dashed #ccc;
    margin-top: 20px;
}

.caption111 .prolist li:nth-child(2n + 1){
    margin-right: 3%;
}

.prolist .product_text h4 {
    height: 21px;
}

.prolist .product_text h4 a {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.prolist .product_text p {
    font-size: 13px;
    line-height: 19px;
    height:38px;
    text-align: justify;
    overflow: hidden;
    margin: 8px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.prolist .clickinfo {
    font-size: 13px;
    display: flex;
    justify-content: space-between;
}

.about,.news{
    width: 1200px;
    margin: 20px auto;
  
}


.about h2,.news h2{
    font-size: 30px;
    font-weight: 500;
}

.new-active{
    width: 300px; 
    padding: 0px;
}

.grid{
    background-color: #f4f4f4;
    padding:20px 0
}

.tieba_wrap{
    background-color: #fff; 
    border-radius: 5px; 
    padding: 0 20px
}

.post-con li{
    position: relative;
}

.post-con li s {
    display: block;
    position: absolute;
    left: 0;
    top: 12px;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    border: 2px solid #FF6142;
}

.post-con li a{
    margin-left: 12px;
}

.col_main .article_wrap{
    border-radius:5px; 
    background-color:#fff;
    padding:15px 20px;
}

.col_extra1{
    background-color:#fff; border-radius: 5px; margin-bottom: 10px; padding:5px 0; height:331px
}

.pages{
    margin: 20px auto;
    text-align: center;
}

.page-status{
    border-style: none;
    background: none;
    margin-right: 10px;
    padding: 4px 0px;
    color: #666;
}

.pages a {
    display: inline-block;
    margin-right: 10px;
    padding: 2px 12px;
    height: 24px;
    border: 1px #cccccc solid;
    background: #fff;
    text-decoration: none;
    color: #808080;
    font-size: 12px;
    line-height: 24px;
}

.pages .page-num-current{
    border: none;
    background: #077ee3;
    color: #fff;
}

.navber img{
    width: 100%;
    vertical-align: top;
}

.newscontent{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    background-color: #f4f4f4;
    justify-content: space-between;
}

.newscon{
      background-color: #f4f4f4;
      padding: 20px 0;
}

.newscontent .h3{
    text-align: center;
}

.newscontent .left{
    width: 860px;
}

.newscontent .visits{
    text-align: center;
    font-size: 13px;
    margin: 10px 0 30px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 4px;
}

.newscontent .right{
    width: 300px;
}

.newscontent .right .col_extra1{
    width: 300px;
}

.index .index1{
    width: 100%;
}

.index .index5{
    width: 1420px;
    height: 420px;
    margin: 20px auto;
    background-color: #f4f4f4;
    position: relative;
}

.index .index5 img{
    height: 100%;
    margin-left: 110px;
    width: auto;
}

.index .index5 .index5con{
    position: absolute;
    top:50px;
    left: 820px;
    width: 410px;
    height: 325px;
    background-color: #fff;
    border-radius:5px;
    box-sizing: border-box;
    padding: 35px 29px;
}

.index .index5 .index5con h2{
    font-size: 30px;
    font-weight: 500;
}

.index .index5 .index5con p{
    margin: 10px 0;
    color: #666;
    height: 135px;
    font-size: 16px;
    line-height: 27px;
    overflow: hidden;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.index .index5 .index5con a{
    background-color: #0cab2e;
    width: 140px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-top: 30px;
    display: inline-block;
    border-radius: 20px;
    color: #fff;
}

.precontent{
    margin-top: 15px;
}

