@charset "utf-8"; .wal { max-width: 1200px; margin: 0 auto; } .tophead{background-color: #282828;padding: 0.05rem 0;} .tophead,.tophead a{color: #FFFFFF;} /* 头部*/ .header { width: 100%; overflow: hidden; background: #1759a3; } .header { padding: 16px 0; } .search { line-height: 35px; margin-top: 0.15rem; /* border: 1px solid #fff; */ background: #fff; border-radius: 20px; } .search input { outline: none; border: none; } .search .inp { /* background: none; */ text-indent: 15px; color: #fff; width: 220px; background: none; border-right: 1px solid #fff; float: left; height: 35px; /* border-radius: 15px 0 0 15px; */ } .search .sub { float: left; width: 50px; height: 35px; background: url(../img/search.png) no-repeat center; } .top_link a, .top_link { font-size: 18px; padding: 0 10px; color: #FFFFFF; } /*导航*/ /*nav*/ .navwrap { background-color: #fff; border-bottom: 4px solid #1759a3; } .nav { position: relative; z-index: 9; width: 100%; } .nav li { width: 14%; height: 50px; line-height: 50px; float: left; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; } .nav li:last-child { background: none; } .nav li>a { font-size: 0.2rem; text-align: center; display: block; font-weight: normal; color: #333333; } .nav li:hover { background-color: #075fbb; } .nav li:hover>a{color:#fff;} .nav .v1 { display: block; text-align: center; position: relative } .nav .v1:hover .down { opacity: 1; visibility: visible; transition: opacity 0.5s ease; -webkit-transition: opacity 0.5s ease; -moz-transition: opacity 0.5s ease; -o-transition: opacity 0.5s ease; } .nav>li>a::before { content: ""; background-color: #075fbb; position: absolute; bottom: 0px; width: 0px; height: 0px; left: 57%; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .nav>li.on>a::before { width: 100%; height: 3px; left: 0px; } .nav .down { position: absolute; width: 100%; min-width: 160px; z-index: 99; top: 100%; background: #ffffff; overflow: hidden; left: 50%; opacity: 0; visibility: hidden; /* margin-left:-70px; */ transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); } .nav .down dl { position: relative; } .nav .down dd { margin-bottom: 0px; text-align: center; padding: 0px 0.2rem; box-sizing: border-box; } .nav .down dd:hover { background: #075fbb; } .nav .down dd:hover a { color: #ffffff; } .nav .down dd a { font-size: 14px; } .nav .down .s1 { font-size: 0.15rem; color: #333333; /* font-weight: bold; */ line-height: 1.5em; display: block; padding-bottom: 8px; padding-top: 8px; position: relative } /* 手机 */ .flex { display: flex; justify-content: space-between; flex-wrap: wrap } .flex-left { display: flex; flex-wrap: wrap } .flex-center { display: flex; flex-wrap: wrap; justify-content: center } .flex-right { display: flex; flex-wrap: wrap; justify-content: flex-end } .flex-v-center { display: -webkit-flex; display: flex; flex-direction: column; justify-content: center } .flex-v { display: -webkit-flex; display: flex; flex-direction: column; justify-content: space-between } .flex-v-bottom { display: -webkit-flex; display: flex; align-items: flex-end; flex-wrap: wrap; justify-content: left } .menu-btn { overflow: hidden; margin-left: 35px; width: 30px; height: 30px; background: 0 0; text-indent: -5260px; opacity: 1; position: relative; z-index: 999 } .menu-btn .line-1, .menu-btn .line-2, .menu-btn .line-3 { position: absolute; top: 50%; display: block; right: 0; width: 30px; height: 2px; background: #ffffff; transition: all .4s cubic-bezier(.165, .84, .44, 1) 0s; transition-property: transform, width, margin, background-color } .menu-btn .line-1 { margin-top: -9px; width: 26px } .menu-btn .line-3 { margin-top: 9px; width: 26px } .drawerMenu-open .menu-btn .line-1 { visibility: hidden } .drawerMenu-open .menu-btn .line-2 { margin-top: 0 !important; width: 28px; -webkit-transform: rotate(45deg); transform: rotate(45deg) } .drawerMenu-open .menu-btn .line-3 { margin-top: 0 !important; width: 28px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg) } .searchbtn { width: 30px; text-align: center; line-height: 40px } .searchbtn i { color: #c80d17; font-size: 18px } .mobNav { position: fixed; top: 105px; left: 0; right: 0; bottom: 0; background: rgba(255, 255, 255, 1); z-index: 98; padding: 20px 6% 20px; display: none } .mobNav ul { max-height: 70vh; overflow: auto } .mobNav ul::-webkit-scrollbar { display: none } .mobNav ul li { padding: 15px 0; border-bottom: 1px solid #ddd } .mobNav ul li .navp a { font-size: 16px; color: #333333; font-weight: 700; background-size: auto 100% } .mobNav ul li .navp i { display: block; width: 16px; font-size: 30px; /* font-weight: lighter; */ transition: .3s; color: #333333; transform-origin: center; margin-right: 5px; height: 16px; background-size: 16px 16px } .mobNav ul li.on .navp i { transform: rotate(-45deg) } .mobNav ul li .subNavm { margin-top: 10px; padding-left: 10px; display: none } .mobNav ul li .subNavm a { display: block; line-height: 36px; font-size: 16px } .mobNav .toplink { margin-bottom: 10px; } .mobNav .toplink:after { clear: both; content: ' '; display: block } .mobNav .toplink a i { font-size: 24px } .mobNav .toplink a { height: 36px; float: left; display: block; line-height: 36px; font-size: 13px; text-align: center; width: 23%; transition: .3s; color: #333; margin: 0 3px; border-bottom: 1px solid #ddd; } .mobNav .toplink a span { width: 100px; height: 100px; background: #fff; top: 100%; left: -15px; position: absolute; z-index: 10; padding: 3px; display: none } .mobNav .toplink a:hover span { display: block } .headerm { display: none; position: fixed; left: 0; right: 0; top: 0; z-index: 99; background: #1759a3; height: 110px; padding-right: 4%; padding-left: 4% } .headerm .logo img { /* height: 85px; */ /* width: auto; */ } .sermob { position: fixed; width: 100%; padding: 10px; box-sizing: border-box; top: 110px; right: 0; z-index: 66; background: #fff; display: none } .sermob .inp { width: calc(100% - 100px); height: 40px; line-height: 40px; padding: 0 40px 0 10px; font-size: 14px; color: #444; background: 0 0; border: 1px solid #eee } .sermob .sub { display: block; cursor: pointer; position: absolute; right: 59px; top: 10px; height: 40px; width: 40px; border: none; /* border-radius:50%; */ overflow: hidden; font-size: 14px; color: #0061c1; background: url(../img/ser.svg) center no-repeat #0061c1; background-size: 20px 20px } .sermob .close { position: absolute; right: 15px; top: 7px; font-size: 36px; width: 20px; height: 40px; -webkit-transition: .5s; transition: .5s; /* font-size:20px; */ color: #888; cursor: pointer; line-height: 42px } /* banner */ /**主页banner开始**/ .banner_wrap { position: relative; width: 100%; height: 25vw; overflow: hidden; } .banner_wrap .picBtnTop .bd { position: relative; z-index: 0; } .banner_wrap .picBtnTop .bd li { position: relative; zoom: 1; vertical-align: middle; } .banner_wrap .picBtnTop .bd li .pic { position: relative; z-index: 0; overflow: hidden; } .banner_wrap .picBtnTop .bd li .pic div { width: 100%; vertical-align: middle; height: 25vw; } .banner_wrap .picBtnTop .hd { position: absolute; left: 50%; bottom: 20px; z-index: 2; transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); } .banner_wrap .picBtnTop .hd ul li { width: 10px; float: left; height: 10px; margin: 0px 5px; color: transparent; background: url(../img/dot2.png) no-repeat center; } .banner_wrap .picBtnTop .hd ul li.on { background: url(../img/dot1.png) no-repeat center; } .banner_wrap .picBtnTop .prev, .banner_wrap .picBtnTop .next { width: 50px; height: 50px; top: 38%; position: absolute; } .banner_wrap .picBtnTop .prev { left: 0px; background: url(../img/banleft.png) no-repeat left top; } .banner_wrap .picBtnTop .next { right: 0px; background: url(../img/banright.png) no-repeat left top; } /* 新闻 */ .main1{margin: 0.25rem 0;} .news_left{width: 62.5%;position: relative;} .news_left .tab-hd{ height:37px; line-height:37px; margin-bottom:22px; border-left:1px solid #e6e6e6; border-bottom:1px solid #e6e6e6; position:relative; } .news_left .tabdiv .more{ position:absolute; top:0; right:0; font-size:18px; color:#969696;} .news_left .tab-hd h1{ float:left; height:36px; line-height:36px; font-size:18px; width:123px; border-right:1px solid #e6e6e6;border-top:1px solid #e6e6e6; float:left; text-align:center; cursor:pointer; } .news_left .tab-hd h1.active{ background:#1759a3; height:36px; border-top:1px solid #1759a3; color: #FFFFFF;} .news_left .tab-bd .tabdiv{width: 100%;zoom:1;display: none;} .news_left .tab-bd .tabdiv.active{display: block;} .news_left .tab-bd .dl1{width: 51%;float:left;} .news_left .tab-bd .dl1 .tabimg,.news_left .tab-bd .dl2 .tabimg{width:100%;height:100%;background-position:center;background-repeat:no-repeat;background-size:cover;} .news_left .tab-bd .dl1 dt{width: 100%;margin-bottom:6px;height: 2.1rem;overflow:hidden;} .news_left .tab-bd .dl1 strong{ height:32px; line-height:32px; display:block; overflow:hidden; font-size:16px;} .news_left .tab-bd .dl1 strong a{font-size: 17px;} .news_left .tab-bd .dl1 p{height:96px; line-height:24px; overflow:hidden;} .news_left .tab-bd .dl1 span{ margin-top:6px; background:url(../img/morebg.png) no-repeat; width:98px; height:21px; text-indent:10px; line-height:21px; display:block; color:#969696;} .news_left .tab-bd .dl1 span a{ color:#fff;} .news_left .tab-bd .dl2{width: 46%;float:right;} .news_left .tab-bd .dl2 dl{width: 100%;/* height:100px; */overflow: hidden;float: left;margin-bottom: 0.2rem;} .news_left .tab-bd .dl2 dt{width: 32%;height: 0.7rem;overflow:hidden;float:left;float: left;} .news_left .tab-bd .dl2 dd{width: 68%;padding-top:3px;overflow: hidden;padding-left: 10px;box-sizing: border-box;float: left;} .news_left .tab-bd .dl2 p{ height:40px; line-height:20px; overflow:hidden;} .news_left .tab-bd .dl2 span{ height:32px; line-height:32px; display:block; color:#969696;} .dl1 dd{margin:0;} .news_right{width: 35%;float:right;} .news_right .tab-hd{width: 100%;height:36px;} .news_right .tab-hd h1{float:left;font-size:18px;width: 50%;height:36px;line-height:36px;text-align:center;border:1px solid #e6e6e6;cursor:pointer;} .news_right .tab-bd{margin-top: 0.2rem;} .news_right .tab-bd .tabdiv{display: none;} .news_right .tab-bd .tabdiv.active{display: block;} .news_right .tab-hd h1.active{height:36px;width: 49%;background:#1759a3;border:1px solid #1759a3;color: #FFFFFF;} .news_right .tab-bd dl{width: 100%;/* height:82px; */margin-bottom: 0.25rem;} .news_right .tab-bd dt{ width:45px; padding-right:13px; overflow:hidden; float:left; text-align:center; height:48px; background:url(../img/datebg.png) no-repeat; line-height:28px;} .news_right .tab-bd dt span{ display:block; line-height:20px; color:#fff;} .news_right .tab-bd dd{width: 82%;height: auto;padding-top:6px;line-height:20px;overflow:hidden;white-space: nowrap;text-overflow: ellipsis;} /* 查询导航 */ .main2 { width: 100%; height: 227px; background: url(../img/adverbg.png) no-repeat center; overflow: hidden; } .find-nav-box { /* width: 1200px; */ /* height: 227px; */ margin: 0 auto; position: relative; z-index: 1; } .find-nav-box .find-nav-icon { top: 0; left: -80px; width: 133px; height: 84px; position: absolute; color: #fff; font-size: 18px; padding-top: 0.15rem; text-align: center; background: url(../img/lanbg.png) no-repeat; } .find-nav-box ul { /* float: left; */ margin-left: 30px; /* margin-top: 48px; */ padding-top: 0.6rem; /* height: 0.6rem; */ } .find-nav-box ul li { float: left; margin-right: 0; width: 12.5%; text-align: center; } .find-nav-box ul li.cc { float: right; margin-right: 0; } .find-nav-box ul li a { width: 63px; } .find-nav-box ul li a .find-title { margin-top: 20px; font-size: 14px; color: #fff; display: block; text-align: center; } .find-nav-box ul li a.active .find-title { color: #e60012; font-weight: bold; } .find-nav-box ul li a .find-icon { /* width: 63px; */ /* height: 70px; */ display: block; } .find-nav-box ul li a:hover .find-icon img{transform:rotateY(180deg);transition:0.5s;} .main3{padding: 0.45rem 0;background: url(../img/bodybg1.jpg) no-repeat center top;} .main3 ul li{width: 24%;position: relative;overflow: hidden;} .main3 ul li img{width: 100%;transition: .3s;} .main3 ul li a{display: block;} .main3 ul li .zhuantitle{position: absolute;padding: 0.25rem 0.2rem;left: 0;bottom: 0;width: 100%; color: #fff;box-sizing: border-box;} .main3 ul li.oli1 .zhuantitle{background:rgba(37,108,208,0.8) ;} .main3 ul li.oli2 .zhuantitle{background:rgba(55,187,255,0.8) ;} .main3 ul li.oli4 .zhuantitle{background:rgb(69 127 156 / 80%);} .main3 ul li.oli3 .zhuantitle{background:rgba(246,101,132,0.8) ;} .main3 ul li .zhuantitle h1{font-size: 0.3rem;} .main3 ul li .zhuantitle span{font-size: 0.2rem;} .main3 ul li:hover img{transform: scale(1.1,1.1);transition: .3s;} /* 页尾 */ .footer { color: #FFFFFF; background: #1759a3; padding: 0.25rem; } .code{border-right: 1px solid #2f76c5;} .code>div{float: left;margin-right: 0.2rem;text-align: center;} .code>div img{width: 1.06rem;margin-bottom: 5px;} .code{width: 23%;} .lxwm{width: 22%;} .xx{width: 51%;border-right: 1px solid #2f76c5;} .xx img{width: auto;margin-top:0.25rem} .lxwm p{font-size: 0.14rem;line-height: 1.5;} .lxwm>h2{font-size: 0.18rem;font-weight: normal;margin-bottom: 0.15rem;} .copy{ color: #FFFFFF; /* border-top: 1px solid #337ecc; */ text-align: center; font-size: 0.16rem; padding: 0.1rem 0; /* margin-top: 0.15rem; */ background: #003f85; } .list-banner { width: 100%; height: 460px; text-align: center; overflow: hidden; } .left { width: 22%; margin-top: -60px; position: relative; z-index: 100; float: left; } .right { width: 73%; margin-top: 20px; float: right; } .lmcc { background: #1759a3; height: 100px; line-height: 100px; color: #fff; padding-left: 15%; width: 100%; font-size: 30px; box-sizing: border-box; letter-spacing: 1px; } .left-list { background: #ededed; padding-bottom: 200px; padding-top: 15px; padding-left: 10px; width: 100%; box-sizing: border-box; } .left-list li { width: 100%; height: 46px; line-height: 46px; font-size: 16px; } .left-list li a { display: block; font-size: 16px; padding-left: 20px; float: left; width: 100%; height: 46px; margin-bottom: 10px; line-height: 46px; color: #333; float: left; } .left-list li a:hover,.left-current { background: #fff!important; color: #1759a3!important; } .local { width: 100%; height: 60px; line-height: 60px; border-bottom: 1px solid #cecece; } .local h3 { color: #484848; margin: 0; font-size: 24px; font-weight: bold; float: left; } .dqwz {float: right;color: #333;font-size: 12px;} .list { width: 100%; margin: 20px 0; } .list li { width: 100%; height: auto; float: left; height: 36px; line-height: 36px; } .list li a { width: 75%; font-size: 15px; color: #000; display: block; float: left; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .list li i { /* width: 130px; */ font-style: normal; text-align: right; display: block; float: right; font-size: 12px; color: #666; } .list li a:hover { color: #1759a3; } .dqwz a { color: #333; line-height: 70px; padding: 0 6px; } .content,.jj,.list,.pic-list { width: 100%; margin: 20px 0; min-height: 560px; } .content-title { width: 100%; margin: 20px 0; text-align: center; } .content-title h3 { width: 100%; float: left; display: block; font-size: 24px; color: #333; line-height: 36px; margin: 0; } .content-title i { margin-top: 6px; width: 100%; font-style: normal; float: left; display: block; font-size: 12px; line-height: 24px; color: #666; } .content-con p,.jj p { display: block; width: 100%; line-height: 36px; color: #333; font-size: 15px; text-indent: 2em; margin-bottom: 15px; } .content-sxt { margin-top: 30px; border-top: 1px solid #e3e3e3; padding-top: 15px; line-height: 30px; font-size: 13px; width: 100%; } .content-sxt a { display: block; width: 100%; color: #333; font-size: 14px; }