/* 页面自定义css样式 */
.topLogo a:hover img ,.bottomLogoEwm a:hover img,.tyTitle a:hover img{transform: scale(1,1);transition: all 1s;}
.width-1440{width:1440px;margin:0 auto;}
a:hover{color:#1A67BC;}
img{transition: transform 0.7s ease-out 0s;-moz-transition: transform 0.7s ease-out 0s;-webkit-transition:transform 0.7s ease-out 0s;}
img:hover{transform:scale(1.05);transition: transform 0.7s ease-out 0s; -moz-transition: transform 0.7s ease-out 0s;-webkit-transition:transform 0.7s ease-out 0s;}
a em,li em,.navUl ul li img{transition:1s;-webkit-transition:1s;-moz-transition:1s;}
a:hover em,li:hover em,.navUl ul li a:hover img{-webkit-transform:rotateY(180deg) scale(1.2); -moz-transform:rotateY(180deg) scale(1.2);-ms-transform:rotateY(180deg) scale(1.2);-o-transform:rotateY(180deg) scale(1.2);}
.zxfwClose:hover em{-webkit-transform:rotateY(0deg) scale(1.2); -moz-transform:rotateY(0deg) scale(1.2);-ms-transform:rotateY(0deg) scale(1.2);-o-transform:rotateY(0deg) scale(1.2);}
/*body{overflow-x:hidden;}*/
.rdztList a:hover{padding-left:20px;transition: all 0.3s ease-in 0s;-moz-transition: all 0.3s ease-in 0s;-webkit-transition: all 0.3s ease-in 0s;}
.clear{clear:both;}
.gjhrqy ul li a:hover p em,.content ul li a:hover em{-webkit-transform:rotateY(0deg) scale(1); -moz-transform:rotateY(0deg) scale(1);-ms-transform:rotateY(0deg) scale(1);-o-transform:rotateY(0deg) scale(1.2);}


body {
  overflow: hidden;
}

/*正文*/
.main{max-width:1920px;background:#85D1FE url(bj20240924.png) no-repeat center bottom;margin:0 auto;position: relative;}
.content{padding:6.5vh 0 6vh;width:1200px;    height: 63vh;}
.content h1{font-family: "微软雅黑";font-weight: 700;font-size: 28px;letter-spacing: 0.1px;text-align: center;color: #203864;margin-bottom:3vh;position: relative;}
.content h1 span{width: 90px;height: 30px;background: #ab0000;position: absolute;font-family: "微软雅黑";font-size: 14px;line-height: 30px;text-align: center;color: #fff;right:0;bottom:0;cursor:pointer;}
.content ul{overflow: hidden;}
.content ul li{float:left;width:32%;margin-left:2%;height: 18vh;background: #fff;position: relative;}
.content ul li:first-child{margin-left:0;}
.content ul li a{font-family: "微软雅黑";font-weight: 700;text-align: center;color: #333;display:block;width:100%;height:100%;padding-top:12vh;font-size: 16px;}
.content ul li a em{position: absolute;width:100%;text-align: center;height:52px;top:4.3vh;left:0;}
.content ul li a em img{width: auto;height: 5.2vh;}
.content .zssm{margin-top:3vh;width:100%;background: #fff;padding:3vh 30px;}
.content .zssm p{font-family: "left";font-size: 16px;line-height: 3.2vh;color: #333;}

/*弹窗*/
.mzsmTk{position: absolute;top:0;left:0;width:100%;height:100%;background:url(tmbj20240924.png) repeat;display: flex;justify-content: center;align-items: center;}
.mzsmText{width: 50%;height: auto;background: #fff;padding:3vh 30px;}
.mzsmText h1{font-family: "微软雅黑";font-weight: 700;font-size: 22px;line-height: 3.2vh;text-align: center;color: #333;margin-bottom:4vh;}
.mzsmText p{font-family: "微软雅黑";font-size: 16px;line-height: 3.2vh;color: #333;}
.mzsmText span{width: 80px;height: 4vh;background: #1a67bc;display:block;margin:0 auto;font-family: "微软雅黑";font-size: 16px;line-height: 4vh;text-align: center;color: #fff;cursor:pointer;}