@charset "utf-8";
/* 全局定义 */
*{margin:0;padding:0;}
img{border:none;}
a{text-decoration:none;color:#0049a6;}
a:hover{text-decoration:none;color:#ff9933;}
li{list-style:none outside none;}
body{background:#66ccff;font-family:"微软雅黑";}

/* 
h1,h2,h3,h4,h5,h6{font-family:"";}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{font-family:"";}
*/
.left{ float:left;}
.right{ float:right;}

.p{ text-indent:2em;overflow:hidden;font-size:16px;line-height:28px;color:#666666;}


.banner{ width:100%; height:1080px; margin:0 auto 0; background:url(../images/banner-bg.jpg) no-repeat center; overflow:hidden;min-width:1200px;}



.page1{ width:1200px; margin:0 auto 0; overflow:hidden;min-width:1000px;}
.p-t{ width:1200px; height:53px; margin:120px 0 20px 0; overflow:hidden; }
.pt-nr{width:1200px;height:100%; background:#fff; border-radius:20px;margin:100px 0 0 0;overflow:hidden;}

/*box*/

.box1{width:1150px;margin:30px auto 30px;overflow:hidden;}
.col{overflow:hidden;}
.col-1-1{width:620px;height:430px;background:#fff;border:0px solid #eee;}
.col-1-2{width:500px;}


/*scenery*/
.scenery{width:620px;height:430px;position: relative;margin: 0 0 0px;}
.scenery img{display: block;position:absolute;width:235px;height:210px;}

.scenery img.sc2{top: 0px;left: 0px;}
.scenery img.sc3{bottom:0px;left: 0px;}
.scenery img.sc4{top: 110px;left: 190px;}
.scenery img.sc5{top: 0px;left: 380px;}
.scenery img.sc6{bottom: 0px;left: 380px;}






.page2{width:1200px; margin:0 auto 0; overflow:hidden;min-width:1000px;}


.box2{width:1150px;margin: 40px auto 40px;overflow: hidden;}


.pr-nr{width:1200px;height:100%; background:#ccffff; border-radius:20px;margin:100px 0 0 0;overflow:hidden;}

/*box*/
.col{overflow:hidden;}
.col-2-1{width:510px;height:325px;border:0px solid #fff;}
.col-2-2{width:610px;}


 

      

      
        .dell ul {
            list-style: none;
            display: grid;
            grid-template-columns: repeat(2, 1fr); /* 2列 */
            gap: 15px;
            width: 100%;
        }

        .dell li {
            transition: transform 0.3s ease;
            position: relative;
            overflow: hidden;
            border-radius: 0px;
        }

        .dell li:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 16px rgba(0,0,0,0.2);
        }

        .dell img {
            width: 100%;
            height: 150px; /* 统一高度 */
            object-fit: cover; /* 保持比例填充 */
            display: block;
            border-radius: 0px;
			border:0px solid #fff;
        }

       

     




.page3{width:1200px; margin:0 auto 0; overflow:hidden;min-width:1000px;}


.box3{width:1150px;margin: 30px auto 30px;overflow: hidden;}


.pt-nr{width:1200px;height:100%; background:#fff; border-radius:20px;margin:100px 0 0 0;overflow:hidden;}

/*box*/
.col{overflow:hidden;}
.col-3-1{width:620px;height:440px;background:#fff;border:0px solid #eee;}
.col-3-2{width:500px;}


/*scenery*/
.scenery-2{width:620px;height:440px;position: relative;margin: 0 0 0px;}
.scenery-2 img{display: block;position: absolute;width:215px;height:215px;border-radius:50%;}

.scenery-2 img.lc2{top: 0px;left: 0px;}
.scenery-2 img.lc3{bottom:0px;left: 0px;}
.scenery-2 img.lc4{top: 110px;left: 200px;}
.scenery-2 img.lc5{top: 0px;left: 400px;}
.scenery-2 img.lc6{bottom: 0px;left: 400px;}




.page4{ width:1200px; margin:0 auto 0; overflow:hidden;min-width:1000px;}
.p-t{ width:1200px; height:53px; margin:120px 0 20px 0; overflow:hidden; }
.pr-nr{width:1200px;height:100%; background:#ccffff; border-radius:20px;margin:100px 0 0 0;overflow:hidden;}

/*box*/

.box4{width:1150px;margin:40px auto 40px;overflow:hidden;}
.col{overflow:hidden;}
.col-4-1{width:510px;height:325px;border:0px solid #fff;}
.col-4-2{width:610px;}

/* switch */
.switch{width:100%;height:100%;position:relative;margin:0 0 25px;}
.switch ul{width:100%;height:100%;position:relative;overflow:hidden;}
.switch li{width:100%;height:100%;position:absolute;top:0;left:0;}
.switch-nav{bottom:20px;right:10px;position:absolute;z-index:1;height:9px;}
.switch-nav span{margin:0 3px;font-size:10px;text-align:center;line-height:15px;cursor:pointer;float:left;display:block;width:9px;height:9px;background:url(../images/icon-switch.png) no-repeat scroll 0 0;color:#fff;}
.switch-nav span.active{background-position:0 -9px;}
.switch-hot-news{line-height:28px;width:454px;padding:0 0 0 105px;height:28px;margin:5px 0 0;background:url(../images/rc.png) no-repeat scroll 0 0;}
.switch-hot-news a{background:url(../images/n.gif) no-repeat scroll 0 50%;padding:0 10px 0 8px;font-size:13px;}
.switch h3{height:30px;line-height:30px;position:absolute;width:94%;padding:0 3%;background:url(../images/rs.png);font-size:14px;font-weight:normal;bottom:0;}
.switch h3 a{color:#fff;}

/* paragraph */
.paragraph{width:100%;height:auto;}
.paragraph h2,.paragraph h2 a{font-size:26px;color:#0049a6;line-height:36px;margin:10px 0 20px 0;}
.paragraph p{color:#666;line-height:28px;font-size:16px;text-indent:2em;text-align:justify;}
.paragraph p{margin:0 0 0 0;}
paragraph p a{color:#fff;line-height:28px;font-size:16px;text-indent:2em;text-align:justify;}
.paragraph p{margin:0 0 0 0;}
.news{font-size:16px;line-height:24px;}
.news a{color:#333;font-weight:bold;display:block;margin:6px 0;}
.col-4-2 .news{margin:25px 0 0;}







.foot{ height:687px; width:100%;background:url(../images/foot-bg.jpg) no-repeat center; margin:0px auto; overflow:hidden;min-width:1200px;}
.foot_scwmw{ margin:60px auto;color:#fff;padding:350px 0 75px;font-size:14px;text-align:center;line-height:24px;}
.foot_scwmw a{color:#bde9dd;}


.img-show{ width:1050px; height:300px; background:#ededed; margin:0 auto 0; margin-top:20px; float:left;  overflow:hidden; }











