@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:"Montserrat","微软雅黑", Arial;
	font-size:16px;
	line-height:1.5;
	color:#333;
	width: 100%;
	margin:0px auto;
	background-color:#f2f5f9;
	overflow-x: hidden;
}
a {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:var(--linkColor);
}
img {
	border:0;
	display:inline;
	vertical-align: bottom;
	width:auto;
	height:auto;
	max-width:100%;
}
div, ul, li, dl, dd, span, h1, h2, p, h4, h3 {
	margin:0;
	padding:0;
	list-style:none;
}
.clear {
	clear:both; width:0px; height:0px;
}
.container {
	width:100%;
	max-width:1200px;
	margin:0px auto;
	height:auto;

}

* {
	box-sizing: border-box;
}

.tpleft{ float:left;}
.tpright{ float:right;}
.flex-between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.flex-center-y {
	display: flex;
	align-items: center;
}
.flex-center{
	display: flex;
	align-items: center;
	justify-content: center;
}
.flex-column {
	display: flex;
	flex-direction: column;
  }
  :root{
	--linkColor:#ff5f64;
   
   }


.ellipsis{ display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;-webkit-text-overflow:ellipsis;}
.molEllipsis{ display:-webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp:1;-webkit-box-orient:vertical; overflow:hidden;text-overflow:ellipsis;-webkit-text-overflow:ellipsis;}
   
/* 首页 */

header .top_1{ background-color: #fff; padding: 10px 0px; }
header .top_1 img{width: 140px; height: auto;}
header .container{}
.menu{ background-color: var(--linkColor);}
.menu ul { align-items:stretch; flex-wrap: wrap;}
.menu ul li{ width: 20%; display: flex; align-items:center; justify-content: center;text-align: center; line-height: 50px;}
.menu ul li a{ color: #fff;}
.part_1{background-color: #fff; padding: 10px 10px;}
.part_1 ul{ display: flex; align-items: stretch;flex-wrap: wrap;}
.part_1 ul li{    display: inline-block;
    line-height: 36px;
    margin-left: 7px; margin-right: 5px;}
.part_1 ul li a{ color: #666;}
.part_1 ul li a:hover{ color: var(--linkColor);}
.banner{  text-align: center; margin-bottom: 10px;}
.part_2{ background-color: #fff;}
.part_2 ul li{    min-width: 65px;
    padding: 0 15px;
    text-align: center;
    cursor: pointer; position: relative; line-height: 50px;}
.part_2 ul li.cur{ color: var(--linkColor);}
.part_2 ul li.cur:before{ content: ""; position: absolute; left: 0px; bottom: 0px; width: 100%; height: 2px;background-color: var(--linkColor);}

.pro_list { padding: 15px 0px;}
.pro_list ul {display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
align-items: stretch;}
.pro_list ul li{ background-color: #fff;display: block;
    background: #FFFFFF;
    /* box-shadow: 0px 0px 2px rgb(0 26 51 / 20%); */
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 12px 40px -8px rgba(0, 0, 0, 0.08);
    border-radius: 12px; overflow: hidden;}
.pro_list ul li .photo{    height: 240px;
    overflow: hidden;
    padding: 8px;}
.pro_list ul li .photo a{ display: block; height: 100%;}
.pro_list ul li .photo img{    width: 100%;
    border-radius: 10px 10px 0 0;  height: 100%;object-fit:cover;
 object-position: top center;}
.pro_list ul li .content{padding: 16px;
    gap: 8px;}
.pro_list ul li .content .title{ flex-wrap:wrap;}
.pro_list ul li .content .title .org{ color: rgb(230, 141, 106);}
.pro_list ul li .content .lab{gap: 4px;}
.pro_list ul li .content .lab span{border-radius: 4px;
    font-size: 12px;
    padding: 2px 4px;
    border: 1px solid rgba(0, 26, 51, .08);
    color: rgba(0, 26, 51, .4);}
.pro_list ul li .content .time{gap: 4px;}
.pro_list ul li .content .time span{border-radius: 4px;
    font-size: 12px;
    padding: 2px 4px;
    border: 1px solid rgba(0, 26, 51, .08);
    color: rgba(0, 26, 51, .4);}
.part_3{ background-color: #fff; margin-top: 20px; padding: 15px;}
.part_3 .desc{ line-height: 2; margin-bottom: 30px;}
.index_bt{font-size: 18px; margin-bottom: 20px;}
.index_bt .red{ color: var(--linkColor);}
footer{ padding: 10px; margin-top: 20px; text-align: center; font-size: 14px;}
.part_3 .pro_list{ padding: 0px;}

.tabcontent_1 .pro_list{
	display:none;
}
.tabcontent_1 .pro_list.cur{
	display: block;
}
.local{ line-height: 1;padding: 8px 15px;
    margin-bottom:5px; margin-top: 15px; color: #777; font-size: 14px;}
.local a:hover{ color: var(--linkColor);}
.local a{ display: inline-block; position: relative; padding-right: 20px; margin-right:2px;}
.local a:before{content: "";    padding: 0 5px;
    color: #ccc;
    content: "/"; position: absolute; right: 0px; top: 50%; transform:translateY(-50%);-webkit-transform:translateY(-50%);}
	
/*翻页*/
.fany{display:flex;align-items: center; justify-content: center; margin-top:20px;text-transform: uppercase;
 }
/*分页*/
.divid-a {
    display: flex;
    align-items: center;
    justify-content: center;
flex-wrap: wrap; font-size:14px;
}
.divid-a a {
    background: #fff;
    color: #636363; font-size:14px;
   min-width:30px;
    padding:0px 10px; height:30px;
    cursor:pointer; margin:5px 4px;
	display: flex;
    align-items: center;
    justify-content: center;
	border:1px #eaeaea solid; border-radius:3px;
	
} 
.divid-a span{ margin:5px 10px;}
.divid-a .active ,.divid-a a:hover{
   color: #fff;
    background:var(--linkColor);
	border:1px var(--linkColor) solid;
}
.login_m{
	    max-width: 350px;
    padding: 20px 20px 50px;
    margin: 0 auto;
    margin-top: 30px;
    overflow: hidden;
}

.login_m ul li .title{margin-bottom: 5px;
    font-weight: 700;}
.login_m ul li .box .formbit{ width: 100%;display: block;
    width: 100%;
    height: 34px;
	line-height: normal;
    padding: 0px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	outline: none;
}
.login_m ul li .box .formbit:focus{    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);}
.login_m ul li .tip{ color: #999; margin-top: 3px; font-size: 14px;}
.login_m ul li{ margin-bottom: 15px;}
.login_m ul li .box.no1 { gap: 5px;}
.login_m ul li .box.no1 .code{width: 72px;}
.login_m ul li .box.no1 .code img{ display: block;}
.login_m ul li .box.no1 .formbit{ flex:1; overflow: hidden;}
.login_m ul li .box.no1 .btn{ color: #333; border: 1px #ddd solid;border-radius: 2px;
    padding: 6px 15px;cursor: pointer; background-color: #fff;}
.login_m ul li .box.no1 .btn:hover{background-color: #e6e6e6;
    color: #444;}
.login_m ul li .box.no1 .btn.active{ background-color: var(--linkColor); color: #fff; border: 1px var(--linkColor) solid;}
.login_m ul li .gray{ color: #666;}
.login_m ul li .gray:hover{ color: var(--linkColor);}
.login_m ul li.last{ font-size: 14px;}

.block-title{
	background:#ffffff;
	padding: 10px;
    margin-bottom: 10px;
}

.red{
	color:#ff5f64;
}

.detail {
	background:#ffffff;
}

.detail .topinfo{
	padding: 15px;
	text-align:center;
	border-bottom:solid 1px #f2f5f9;
}

.detail .title{
	text-align:center; font-size:1.2em;
}

.detail .content{
    padding: 15px;
    margin-bottom: 20px;
	line-height:1.8;
}

.detail .content a{
	color:red;
}

@media (max-width:1200px){
body{font-size: 14px;}
.pro_list{ padding: 15px;}
.part_3 .pro_list{ padding: 0px;}
}
@media (max-width:950px){
.pro_list ul{  
    grid-template-columns: repeat(2, 1fr);}
	
}
@media (max-width:768px){
.menu ul li{ width: 25%;}
	
}
@media (max-width:450px){
.pro_list ul{  
    grid-template-columns: repeat(1, 1fr);}
	
}