@charset "utf-8"; body{ min-width: 1400px; } /* 导航 */ .flex{ display: flex; align-items: center; justify-content: space-between; } .w1400{ width: 1400px; margin: 0 auto; } /* 头部 */ header{ background: url(/uploads/image/zimages/top-bj.png); } header .top{ padding: 28px 0; } /* 搜索 */ header .input a{ color: #fff; } header .input{ color:#6e7eb3; width: 300px; } .header_more div input { height: 30px; border-radius: 15px; color: #fff; } .header_more div input:first-child { width: 200px; padding: 0 20px; background-color: rgba(255, 255, 255, 0.2); } .header_more div .ss{ cursor: pointer; margin-left: -40px; height: 30px; width: 40px; background-image: url(/uploads/image/zimages/fangdajing.png); background-repeat: no-repeat; background-position: center; } .header_more div input:last-child { height: 30px; width: 40px; background-color: rgba(255, 255, 255, 0); } /* 导航栏 */ nav { width: 100%; height: 58px; /* box-shadow: 0 0 10px rgb(0 0 0 / 20%); */ border-top: 1px solid #6e7eb3; } .nav_list{ width: 1400px; margin: 0 auto; } .nav_list li { height: 57px; float: left; line-height: 57px; width: 12%; z-index: 100; position: relative; text-align: center; /* font-weight: 600; */ } .nav_list li::before{ position: absolute; top: 36%; content: " "; display: block; background: #6376b1; width: 2px; height: 30%; } .nav_list li:last-child>a::before{ position: absolute; top: 36%; right: 0; content: " "; display: block; background: #6376b1; width: 2px; height: 30%; } .nav_list li a { color: #ffffff; font-size: 18px; } .nav_list .dropdown { position: absolute; width: 100%; top: 57px; overflow: hidden; z-index: 10; transition: all 0.25s ease-in-out; -ms-transition: all 0.25s ease-in-out; /* ie 9 */ -moz-transition: all 0.25s ease-in-out; /* firefox */ -webkit-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out; /* opera */ } .nav_list .dropdown a { z-index: 9999; width: 100%; display: block; text-align: center; height: 50px; line-height: 50px; color: #fefeff; font-size: 16px; background-color: #0054a4; border-bottom: 1px solid #578ec3; transition: all 0.25s ease-in-out; -ms-transition: all 0.25s ease-in-out; /* ie 9 */ -moz-transition: all 0.25s ease-in-out; /* firefox */ -webkit-transition: all 0.25s ease-in-out; /* safari ã¥â€™å’ chrome */ -o-transition: all 0.25s ease-in-out; /* opera */ } .nav_list li:hover{ background-color: #0b5fc7; } .nav_list li:hover a{ color: #fff; font-weight: 600; } .nav_list .dropdown a:hover{ background-color: #f59a23; } /* 轮播图 */ .carousel{ width: 100%; height: 450px; position: relative; } .carousel .next { width: 2vw; height: auto; position: absolute; top: 50%; left: 4%; cursor: pointer; } .carousel .prev { width: 2vw; height: auto; position: absolute; top: 50%; right: 4%; cursor: pointer; } .fade-banner{position:relative;clear:both;animation:0.8s ease 0.6s 1 normal backwards running fadeindown;} .fade-1 img{width:100%;/*height:691px;*/} .fade-banner video{width:100%;height:100%;} .news .slick-prev{position:absolute;left: 21%;bottom: 85px;background:;width:58px;height:33px;display:inline-block; z-index:1000;*z-index:1000;_z-index:1000;cursor:pointer;} .news .slick-next{position:absolute;left: 28%;bottom: 85px;background:;width:58px;height:33px;display:inline-block; z-index:1000;*z-index:1000;_z-index:1000;cursor:pointer;} .fade-1 .start{position:absolute;} .fade-1 .slick-dots{position: absolute;left: 47%;bottom: 58px;color: #fff;text-align: center;line-height: 1;} .fade-1 .slick-dots li{display:inline-block;width: 11px;height: 11px;margin-right:5px;cursor:pointer;background:#fff;border-radius: 50%;} .fade-1 .slick-dots li.slick-active{background: #fef59b;width:41px;border-radius: 10px;} .fade-1 .slick-dots button{display:none;} .fade-1 button:before{outline:none;border:none;} /* 内容 */ .coneten{ display: flex; justify-content: space-between; flex-wrap: wrap; } .coneten .box{ margin-top: 50px; width: 28%; } .coneten .box .top{ border-bottom: 1px dashed #999; padding-bottom: 26px; } .coneten .box .top .zuo{ font-size: 26px; font-weight: 600; color: #0054a4; } .coneten .box .top .zuo img{ margin-right: 10px; } .coneten .box .top .you a{ font-size: 14px; color: #e19559; font-weight: 600; margin-right: 10px; transition: 0.5s; } .coneten .box ul li{ padding: 13px 0; border-bottom: 1px dashed #999; } .coneten .box ul li a{ display: block; } .coneten .box ul li a p{ display: block; color: #333; font-size: 16px; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom: 4px; } .coneten .box ul li a span{ font-size: 14px; color: #324a9a; font-family: georgia; } .coneten .box-li,.coneten .box-li2,.coneten .box-li3{ width: 38%; } .coneten .box-li ul{ width: 100%; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; } .coneten .box-li ul li{ padding: 30px 0; width: 48%; border: 0; } .coneten .box-li ul li a { display: block; text-align: center; } .coneten .box-li ul li a img{ margin-bottom: 10px; } .coneten .box-li ul li a p{ font-size: 20px; color: #fff; font-weight: 600; transition: 0.5s; } .coneten .box-li ul li:nth-child(1){ background: #85d4d5; margin-bottom: 14px; } .coneten .box-li ul li:nth-child(2){ background: #98dabe; margin-bottom: 14px; } .coneten .box-li ul li:nth-child(3){ background: #f5b892; } .coneten .box-li ul li:nth-child(4){ background: #f291a3; } .coneten .box-li ul li:nth-child(1):hover p{color: #67acad;} .coneten .box-li ul li:nth-child(2):hover p{color: #61c198;} .coneten .box-li ul li:nth-child(3):hover p{color: #cf8c62;} .coneten .box-li ul li:nth-child(4):hover p{color: #dd415e;} .coneten .box-li2{ width: 38%; } .coneten .box-li2 ul{ display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; } .coneten .box-li2 ul li{ width: 33%; border: 1px solid #e1ebff; margin-bottom: 4px; height: 54px; padding: 0; display: table; } .coneten .box-li2 ul li a{ font-size: 16px; color: #0054a4; text-align: center; display: table-cell; vertical-align: middle; font-weight: bold; } /* 页脚 */ footer{ margin-top: 50px; padding-top: 54px; background: url(/uploads/image/zimages/banq-bj.png); } footer .footer-box .zuo,footer .footer-box .you{ display: flex; justify-content: space-between; } footer .footer-box .zuo{ width: 40%; } footer .footer-box .zuo .box1 .top{ font-size: 18px; font-weight: 600; color: #fff; margin-bottom: 30px; } footer .footer-box .zuo .box1 p a,footer .footer-box .zuo .box1 p{ font-size: 14px; color: #fff; margin-bottom: 14px; } footer .footer-box .you{width: 18%;} footer .footer-box .you .img img{width: 100%;} footer .footer-box .you .img p{ display: block; width: 110px; text-align: center; color: #fff; margin-top: 4px; font-size: 14px; } footer .copyright{ margin-top: 46px; padding: 22px 0; background: rgba(45, 62, 122, 0.8); text-align: center; color: #fff; font-size: 14px; } footer .copyright span{ margin: 0 13px; } /* 鼠标进入 */ .coneten .box .top .you a:hover{ color: #0054a4; } .coneten .box ul li:hover span{ color: #0054a4; font-weight: 600; } .coneten .box-li2 ul li a:hover{ color: #0054a4; } /* 小圆点 */ .slick-dots { display: block; position: absolute; bottom: 3%; right: 46%; list-style: none; z-index: 9; } .slick-dots li { position: relative; display: inline-block; width: 10px; height: 10px; background-color: #fff; cursor: pointer; margin: 0 5px; border-radius: 50%; } .slick-dots li button { display: none; } .slick-dots li.slick-active { background-color: #fef59b; width: 50px; transition: width, background-color 0.5s ease; border-radius: 10px; }