@charset "utf-8";
@import url("reset.css");
@import url("header.css");
@import url("footer.css");
@import url("animate.min.css");

/* .warp a{ font-size: inherit; color: inherit; } */

/* 公共标题 */
.PartTitle{ position: relative; height: 40px; display: flex; align-items: center; justify-content: space-between; }
.PartTitle::before,
.PartTitle::after{ content: ''; display: block; position: relative; height: 2px; background-color: var(--main-color); flex: 1; max-width: calc((100% - 206px) / 2);}
.PartTitle h1{ display: block; position: relative; line-height: 40px; }
.PartTitle h1 a{ display: flex; height: 100%; align-items: center; justify-content: center; font-size: 38px; font-weight: bold; color: var(--main-color); }


/*公共图片动画*/
.AnimPic{ transition: all 0.5s; }
.AnimPic img{ display: block; width: 100%; height: auto; min-height: 100%; object-fit: cover; }
.AnimPic:hover{ transform: translateY(-5px); box-shadow:0px 10px 10px -5px #766f6f; }


.Main{ }

.Part1{ box-sizing: border-box; }

.Focuspart{ width:690px; height: 430px; }
.Focuspart::before{ content: ''; display: block; position: absolute; pointer-events: none; z-index: 99; width: 77px; height: 56px; background: url(../images/Xwzx_ico_2.png) no-repeat; left: -6px; top: -4px;}
.Focuspart .bd{ position: relative; z-index: 0; }
.Focuspart .bd li{ position: relative; overflow: hidden; height: 350px; }
.Focuspart .bd li img{ width: 100%; height: 100%; object-fit: cover; }
.Focuspart .TextBar{ position: relative; width: 100%; height: 80px; z-index: 1; display: flex; align-items: center; justify-content: space-between; background: #0066cc; }
.Focuspart .TarCell{ position: relative; margin-left: 20px; max-width: calc(100% - 180px); }
.Focuspart .TarCell li{ position: relative; overflow: hidden; max-width: 100%; font-size: 20px; line-height: 1.3; white-space:nowrap; text-overflow:ellipsis; word-wrap:normal; color: #FFF;}
.Focuspart .hd{ display: flex; position: relative; padding-right: 5px; }
.Focuspart .hd li{ position: relative; overflow: hidden; border-radius: 50%; width: 15px; height: 15px; margin-right: 8px; transition: all 0.3s; cursor: pointer; font-size: 0; background-color: #FFF; opacity: 0.5; }
.Focuspart .hd li.on{ opacity: 1; }

.Focuspart>a{display:block; width:32px; height:64px; position:absolute; top: 178px; top: calc((430px - 64px) / 2); cursor:pointer; opacity:0; filter: alpha(opacity=0); transition:all 0.5s; }
.Focuspart>a.prev{ left:10px; background:url("../images/Home_ico_1.png") no-repeat center rgba(0,0,0,0.3); border-radius: 0 4px 4px 0;}
.Focuspart>a.next{ right:10px; background:url("../images/Home_ico_2.png") no-repeat center rgba(0,0,0,0.3); border-radius: 4px 0 0 4px;}
.Focuspart:hover>a{ opacity:1; filter: alpha(opacity=100);}
.Focuspart:hover>a.prev{ left:0px;}
.Focuspart:hover>a.next{ right:0px;}



.RdztList{ width: 685px; height: 430px; overflow-y: auto; box-sizing: border-box; }
.RdztList::-webkit-scrollbar{ width: 6px; }
.RdztList ul{ display: flex; flex-wrap: wrap; }
.RdztList li{ position: relative; width: 315px; margin: 10px 0; }
.RdztList li:nth-of-type(2n){ margin-left: 25px; }
.RdztList li .pic{ position: relative; width: 100%; height: 150px; overflow: hidden; border-radius: 13px; display: block; }
.RdztList li .pic img{ width: 100%; height: 100%; object-fit: cover; }
.RdztList li h1{ font-size: 18px; position: relative; display: flex; align-items: center; justify-content: center; height: 50px; }
.RdztList li h1 font{ line-height: 1.3; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; position: relative; overflow: hidden; }

.Part2 .Con{ }
.Part2 .Con ul{ display: flex; flex-wrap: wrap; }
.Part2 .Con li{ position: relative; width: 335px; margin: 0px 0px 20px; margin-left: calc((100% - 335px * 4) / 3); }
.Part2 .Con li:nth-of-type(4n-3){ margin-left: 0px; }
.Part2 .Con li .pic{ position: relative; width: 100%; height: 150px; overflow: hidden; border-radius: 13px; display: block; }
.Part2 .Con li .pic img{ width: 100%; height: 100%; object-fit: cover; position: relative; z-index: 0; }
.Part2 .Con li .pic::before{ content: ''; display: block; position: absolute; width: 100%; height: 100%; background: rgba(0,0,0,0.4); z-index: 1; pointer-events: none; left: 0; top: 0; }
.Part2 .Con li .pic::after{ content: ''; display: block; position: absolute; width: 113px; height: 111px; background: url(../images/Xwzx_ico_3.png) no-repeat; z-index: 2; pointer-events: none; top: 25px; right: 11px; }
.Part2 .Con li h1{ font-size: 18px; position: relative; display: flex; align-items: center; justify-content: center; height: 50px; }
.Part2 .Con li h1 font{ line-height: 1.3; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; position: relative; overflow: hidden; }
