/* 页面自定义css样式 */
body {
  color: #222;
  width: 100%;
  height: 100%;
  background: #F2F5F7;
}


/*头部*/
.head{
  width: 100%;
  height: 400px;
  background: #002F5B url("/picture/164/2506281755285247252.jpg") center top no-repeat; 
}
.banner{
  color: #fff;
  height: 90px;
  width: 100%;
}
.dqwz_box{
  width: 1440px;
  margin: 0 auto;
  height: 14px;
}
.dqwz_box td{
  color: rgba(255,255,255,0.7);
  /*padding: 0 5px;*/
}
.dqwz_box a{
  padding-right: 5px;
  font-size: 14px;
  color: rgba(255,255,255,0.7);
}
.dqwz_box a.dqwz_active{
  color: #fff;
}
.dqlm_box{
  width: 100%;
  padding-top: 110px;
  text-align: center;
  color: #fff;
  font-size: 50px;
  font-weight: 600;
}
/* 内容样式 */
.cont_box{
  width: 1440px;
  margin: 120px auto;
}
.list_box{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
}
.list{
  width: 342px;
  height: 431px;
  padding: 24px;
  background: #fff;
  border-radius: 20px;
  cursor: pointer;
  /*position: relative;*/
  margin-bottom: 24px;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  margin-right: 17px;
}
.list .list_img{
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  overflow: hidden;
}
.list img{
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.list span{
  display: block;
  width: 100%;
  margin-top: 40px;
  font-weight: 600;
  font-size: 20px;
  line-height: 35px;
}
.list i{
  position: absolute;
  right: 24px;
  bottom: 33px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: url("right.png") center no-repeat;
  transition: background 0.3s ease;
}
.list:hover img{
  transform: scale(1.05);
}
.list:hover i{
  background: #002F5B url("right_hover.png") center no-repeat;
}
.list.list_dhxg {
  opacity: 1;
  transform: translateY(0);
}
.mtk_list_tit,.mtk_list_tit_cont{
  display: none;
}
/*产品ajax分页自生成代码样式*/
.lucidity_pgContainer {
  min-height: 100px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
}
/*产品ajax分页样式调整*/
.lucidity_pgToolbar {
  height: 60px !important;
  border: none !important;
  background: transparent !important;
  margin: 50px 0 0 0 !important;
}
.lucidity_pgToolbar td {
  height: auto !important;
  font-size: 17px !important;
  padding: 0 5px 0 5px !important;
  color: #444 !important;
}
.lucidity_pgPanel {
  float: none !important;
  padding: 0 10px 0 10px !important;
  margin: 0 auto !important;
}
.lucidity_pgBtn {
  width: auto !important;
  height: 60px !important;
  display: inline-block !important;
  cursor: pointer;
  margin: 0 !important;
  border: 1px solid #002F5B !important;
  border-radius: 15px !important;
  text-align: center !important;
  color: #444;
  padding: 0 15px !important;
  line-height: 60px !important;
}
.lucidity-ui-paging-container {
  color: #666 !important;
  font-size: 17px !important;
}
.lucidity-ui-paging-container li {
  display: inline-block !important;
  padding: 0 15px !important;
  margin-left: 10px !important;
  color: #444;
  height: 60px !important;
  line-height: 60px !important;
  border-radius: 15px !important;
}
.lucidity-ui-paging-container li.ui-pager {
  cursor: pointer;
  border: 1px solid #002F5B !important;
  border-radius: 15px;
}
.lucidity-ui-paging-container li.focus {
  background-color: #002F5B !important;
  color: #FFF;
  cursor: default;
}
.lucidity-ui-paging-container li.ui-pager:hover {
  background-color: #002F5B !important;
  color: #FFF;
}
a.lucidity_pgLast:hover {
  background-color: #002F5B !important;
  color: #FFF;
}
a.lucidity_pgNext:hover {
  background-color: #002F5B !important;
  color: #FFF;
}
a.lucidity_pgFirst:hover {
  background-color: #002F5B !important;
  color: #FFF;
}
a.lucidity_pgPrev:hover {
  background-color: #002F5B !important;
  color: #FFF;
}
.lucidity_separator{
  display: none !important;
}
.lucidity_pgRefresh{
  display: none !important;
}
.lucidity_pgPanel>tbody>tr>td:nth-child(n+6){
  display: none !important;
}
a.lucidity_pgNextDisabled, a.lucidity_pgNextDisabled:hover {
  background: none !important;
}
a.lucidity_pgLastDisabled, a.lucidity_pgLastDisabled:hover{
  background: none !important;
}
a.lucidity_pgFirstDisabled, a.lucidity_pgFirstDisabled:hover{
  background: none !important;
}
a.lucidity_pgPrevDisabled, a.lucidity_pgPrevDisabled:hover{
  background: none !important;
}
/*模态框样式 start*/
.list_mtk{
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  content-visibility: auto;
  backdrop-filter: blur(4px);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.list_mtk li{
  width: 1200px;
  height: 630px;
  background: #fff;
  border-radius: 10px;
  padding: 90px 42px 78px 90px;
  display: flex;
  position: relative;
  display: none;
}
.list_mtk li i{
  position: absolute;
  right: 30px;
  top: 30px;
  width: 26px;
  aspect-ratio: 1 / 1;
  background: url("close_icon.png") center no-repeat;
  cursor: pointer;
}
.mtk_left{
  width: 340px;
  border-right: 1px solid #E0E6EA;
  display: flex;
  padding-right: 80px;
  flex-direction: column;
}
.mtk_left img{
  width: 260px;
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  margin-bottom: 19px;
}
.mtk_left h6{
  width: 100%;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  line-height: 53px;
}
.mtk_left span{
  width: 100%;
  padding: 0 20px;
  font-size: 18px;
  line-height: 32px;
  color: #333;
  text-align: center;
}
.mtk_right{
  width: 728px;
  padding-left: 80px;
  max-height: 448px;
  font-size: 16px;
  line-height: 32px;
  overflow-y: auto;
  padding-right: 41px;
  text-align: justify;
  text-indent: 2rem;
}
.mtk_right p,.mtk_right span,.mtk_right a{
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
}
/*模态框样式 end*/

/**
**
*分辨率1366媒体查询
**
**/
/*主题内容*/
@media only screen and (min-width: 1200px) and (max-width: 1500px) {

}
