/*banner开始*/ .ibanner { width: 100%; overflow: hidden; position: relative; } .ibanner .hd { height: 20px; overflow: hidden; position: absolute; right: 18%; bottom:40px; z-index: 1; } .ibanner .hd ul { overflow: hidden; zoom: 1; float: left; } .ibanner .hd ul li { float: left; margin: 5px 6px 0 0; width: 10px; height: 10px; line-height:10px; text-align: center; background: #fff; cursor: pointer; opacity: 0.5; filter: alpha(opacity=50); border-radius: 50px; -webkit-border-radius: 50px; -moz-border-radius: 50px; } .ibanner .hd ul li.on { background: #ffffff; opacity:1; filter: alpha(opacity=100); color: #fff; width:15px; height:15px; margin: 3px 6px 0 0; } .ibanner .bd { position: relative; height: 100%; z-index: 0; } .ibanner .bd li { zoom: 1; vertical-align: middle; position: relative } .ibanner .bd li h1 { position: absolute; bottom: 40px; left: 20%; background: url("../img/tt_bg.png"); font-size: 24px; color: #ffffff; padding: 10px 20px; } .ibanner .bd img { width: 100%; display: block; } .ibanner .prev, .ibanner .next { position: absolute; left: 3%; top: 50%; margin-top: -34px; display: block; width: 68px; height: 69px; background: url(../img/slider-arrow.png) no-repeat; filter: alpha(opacity=80); opacity: 0.8; } .ibanner .next { left: auto; right: 3%; background-position: -68px 0; width: 68px; height: 69px; } .ibanner .prev:hover, .ibanner .next:hover { filter: alpha(opacity=100); opacity: 1; } .ibanner .prevStop { display: none; } .ibanner .nextStop { display: none; } /*banner结束*/ .box{ width: 1200px; height: auto; margin: 0 auto; } .header{ position: absolute; top: 0; width: 100%; height: 200px; background: url(../img/top-bg.png) repeat-x; z-index: 99; } .top{ width: 1300px; margin: 0 auto; } .logo{ margin-top: 32px; } .logo a{ display: block; } .top-r{ width: 860px; margin-top: 48px; } .search-z{ position: relative; } .search-z button{ background: none; border: none; cursor: pointer; margin-top: 12px; } .search-z button .search-but{ display: block; } .search{ position: absolute; top: 45px; right: 0; width: 165px; height: 28px; border: 1px solid #fff; background: none; border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; color: #fff; display: none; } .search input[type="text"]{ float: left; width: 125px; height: 28px; line-height: 28px; background: none; margin-left: 12px; font-size: 14px; color: #fff; border: 0; } .search input[type="submit"]{ float: right; width: 18px; height: 18px; background: url(../img/search-gb.png) no-repeat center; background-size: 14px 14px; border: 0; margin: 5px 5px 0 5px; cursor: pointer; } input::-webkit-input-placeholder { color: #fff; } input::-moz-input-placeholder { color: #fff; } input::-ms-input-placeholder { color: #fff; } .clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;} .navBar{ position:relative; z-index:1; color:#fff; width:820px; height:40px; line-height:40px;} .nav{ width:100%;} .nav a{ color:#fff;} .nav h3{ float:left; font-weight:normal; font-size:18px;} .nav .m{ float:left; position:relative; margin:0 9px;} .nav li#m9{margin-right: 0;} .nav h3 a{display:block;} .nav .on a{} .nav .sub{ display:none; /*默认隐藏*/width: 110px; height: auto; position:absolute; left:50%; margin-left: -55px; top:40px; background: url(../img/bai70.png) repeat;} .nav .sub li{ height: 36px; line-height: 36px; font-size: 14px;} .nav .sub li a{ display:block; color: #333; text-align: center;} .nav .sub li a:hover{ background:#074b96; color:#fff;} .news-bg{ width: 100%; height: 526px; background: url(../img/bg1.jpg) no-repeat center; background-size: cover; } .news{ padding: 50px 0 0 0; } .title{ height: 40px; line-height: 40px; } .title h2{ float: left; font-size: 28px; color: #074b96; } .more{ float: right; } .more a{ display: block; } .more img{ vertical-align: middle; } .xyxw{ width: 786px; } .xyxw-x{ margin-top: 40px; } .slideBox{ width:402px; height:316px; overflow:hidden; position:relative;} .slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; display: none;} .slideBox .hd ul{ overflow:hidden; zoom:1; float:left;} .slideBox .hd ul li{ float:left; margin-right:2px; width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; } .slideBox .hd ul li.on{ background:#f00; color:#fff; } .slideBox .bd{ position:relative; height:100%; z-index:0;} .slideBox .bd li{ zoom:1; vertical-align:middle; position: relative;} .slideBox .bd img{ width:402px; height:316px; display:block; transition: all 1s; -webkit-transition: all 1s; -moz-transition: all 1s;} .slideBox .bd li p{position: absolute; left: 0; bottom: 0; width: 402px; height: 128px; background: url(../img/jdt-bg.png) no-repeat;} .slideBox .bd li p span{ display: block; width: 315px; height: 40px; line-height: 40px; overflow: hidden; padding-left: 15px; font-size: 16px; color: #fff; position: absolute; bottom: 14px;} .slideBox .bd li:hover img{transform: scale(1.2); -webkit-transform: scale(1.2); -moz-transform: scale(1.2);} /* 下面是前/后按钮代码,如果不需要删除即可 */ .slideBox .prev{ position:absolute; right:32px; bottom:18px; margin-top:-25px; display:block; width:31px; height:31px; background:url(../img/prev.png) no-repeat;} .slideBox .next{ position:absolute; right:0; bottom:18px; margin-top:-25px; display:block; width:31px; height:31px; background:url(../img/next.png) no-repeat;} .slideBox .prev:hover{background: url(../img/prev1.png) no-repeat;} .slideBox .next:hover{background: url(../img/next1.png) no-repeat;} .slideBox .prevStop{ display:none;} .slideBox .nextStop{ display:none;} .xyxw-x .xyxw-y{ width: 360px; } .xyxw-x .xyxw-y li{ line-height: 40px; font-size: 16px; background: url(../img/icon-d.png) no-repeat left center; padding-left: 14px; } .xyxw-x .xyxw-y li em{ float: right; color: #666; } .xyxw-x .xyxw-y li a:hover{ color: #074b96; } .gsgg{ width: 374px; } .gsgg ul{ margin-top: 40px; } .gsgg ul li{ margin: 22px 0; height: 44px; } .gsgg ul li .gsgg-sj{ float: left; width: 40px; margin-right: 20px; background: url(../img/gsgg-sx.jpg) no-repeat right center; padding-right: 20px; text-align: center; } .gsgg ul li .gsgg-sj p{ height: 24px; line-height: 24px; font-size: 24px; color: #074B96; } .gsgg ul li .gsgg-sj span{ height: 20px; line-height: 20px; } .gsgg ul li h3{ height: 44px; line-height: 22px; overflow: hidden; font-size: 16px; } .gsgg ul li h3 a:hover{ color: #074B96; } .gsgg ul li:last-child{ margin-bottom: 0; } .news-qh-bg{ width: 100%; height: 589px; background: url(../img/bg2.jpg) no-repeat; background-size: cover; } .news-qh{ padding: 50px 0 0 0; } .slideTxtBox{ width:590px; text-align:left;} .slideTxtBox .hd{ height:40px; line-height:40px; position:relative; } .slideTxtBox .hd ul{ float:left; } .slideTxtBox .hd ul li{ float:left; margin-right: 30px; cursor:pointer; font-size: 28px; color: #fff; position: relative;} .slideTxtBox .hd ul li a{color: #fff;} .slideTxtBox .hd ul li i{display: none; position: absolute; left: 2px; bottom: -14px; width: 136px; height: 10px; background: url(../img/h-xsj.png) no-repeat center;} .slideTxtBox .hd ul li.on i{ display: block;} .slideTxtBox .bd ul{ zoom:1; position: relative; margin-top: 20px;} .slideTxtBox .bd li{background: #fff; margin-top: 48px; border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; position: relative;} .slideTxtBox .bd li a{display: block; padding: 15px; height: 130px;} .slideTxtBox .bd li.mt{margin-top: 30px;} .slideTxtBox .bd li .bks-sj{width: 48px; text-align: center; padding-top: 20px;} .slideTxtBox .bd li .bks-sj p{font-size: 24px; color: #94033a;} .slideTxtBox .bd li .bks-sj span{display: block; font-size: 16px; color: #94033A;} .slideTxtBox .bd li .bks-y{margin-left: 68px; margin-right: 50px;} .slideTxtBox .bd li .bks-y h3{font-size: 16px; color: #0d4d95; margin-top: 5px;} .slideTxtBox .bd li .bks-y .bks-zy{font-size: 13px; line-height: 24px; margin-top: 15px;} .slideTxtBox .bd li .bks-y .bks-djl{margin-top: 15px; color: #074b96; background: url(../img/djs-bg.png) no-repeat left center; padding-left: 26px;} .slideTxtBox .bd li .bks-gk{background: url(../img/bks-gk.png) no-repeat; width: 36px; height: 96px; position: absolute; right: 18px; top: -9px;} .slideTxtBox .bd li .bks-gk p{width: 18px; text-align: center; font-size: 13px; color: #d26d0a; margin: 0 auto; line-height: 14px; padding-top: 8px;} .slideTxtBox .bd li:hover{box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35); -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);} .slideTxtBox .bd li:hover h3{color: #94033A;} .slideTxtBox .bd ul .duo{position: absolute; top: -45px; right: 0;} .slideTxtBox .bd ul .duo a{display: block;} .slideTxtBox .bd ul .duo img{display: block;} .yjs{width: 550px;} .yjs .bd li{ width: 492px; height: 85px; background: url(../img/yjs-bg.png) no-repeat; margin-top: 47px;} .yjs .bd li a{height: 55px;} .yjs .bd li .bks-sj{width: 60px; margin-left: 15px; padding-top: 0;} .yjs .bd li .bks-sj p{color: #fff;} .yjs .bd li .bks-sj span{color: #fff; font-size: 14px;} .yjs .bd li:hover{box-shadow: none;} .yjs .bd li .bks-y{margin-left: 120px; margin-right: 30px;} .yjs .bd li .bks-y h3{line-height: 25px; margin-top: 0;} .yjs .bd li .yjs-zs{display: block; width: 70px; height: 50px; position: absolute; right: -75px; top: 17.5px;} .sqyr-bg{width: 100%; height: 649px; background: url(../img/bg3.jpg) no-repeat; background-size: cover;} .sqyr-tx{padding: 104px 0 0 0;} .sqyr{ width:1200px; height:455px; overflow:hidden; position:relative; } .sqyr .hd{ height:10px; overflow:hidden; position:absolute; left:358px; bottom:5px; z-index:1; } .sqyr .hd ul{ overflow:hidden; zoom:1; float:left; } .sqyr .hd ul li{ float:left; margin: 0 5px; width:10px; height:10px; background:#ffdba1; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; text-indent: -999999px; cursor:pointer; } .sqyr .hd ul li.on{ background: #ff9c00;} .sqyr .bd{ position:relative; height:100%; z-index:0; } .sqyr .bd li{ zoom:1; width: 100%;} .sqyr .bd li .sqyr-l{width:607px; height:410px; overflow: hidden;} .sqyr .bd li .sqyr-l img{ width:607px; height:410px; display:block; transition: all 1s; -webkit-transition: all 1s; -moz-transition: all 1s;} .sqyr .bd li:hover .sqyr-l img{ transform: scale(1.2); -webkit-transform: scale(1.2); -moz-transform: scale(1.2);} .sqyr .bd li .sqyr-r{width: 490px;} .sqyr .bd li .sqyr-r .sqyr-lmmc{width: 112px; padding-bottom: 10px; font-size: 28px; background: url(../img/bt-bg.png) no-repeat center bottom;} .sqyr .bd li .sqyr-r .sqyr-bt{margin-top: 50px;} .sqyr .bd li .sqyr-r .sqyr-bt h3{font-size: 18px; height: 40px; line-height: 40px; overflow: hidden;} .sqyr .bd li .sqyr-r .sqyr-bt h3 a:hover{color: #074B96;} .sqyr .bd li .sqyr-r .sqyr-bt .sqyr-sj{color: #0d4d95; background: url(../img/sj.png) no-repeat left center; padding-left: 24px; margin: 25px 0;} .sqyr .bd li .sqyr-r .sqyr-bt p{line-height: 24px; height: 72px; overflow: hidden;} .sqyr .bd li .sqyr-r .more{float: none; margin-top: 50px;} .sqyr .bd li .sqyr-r .more a{display: block; width: 189px; height: 49px; background: url(../img/more3.png) no-repeat;} .sqyr .bd li .sqyr-r .more a:hover{background: url(../img/more3-1.png) no-repeat;} .sgqh-bg{ width: 100%; height: 699px; background: url(../img/bg4.jpg) no-repeat; background-size: cover; } .sgqh{ padding: 70px 0 0 0; } .bkjx{ width:1200px; text-align:left;} .bkjx .hd{ height:50px; line-height:40px; position:relative; } .bkjx .hd ul{width: 100%; position:absolute; text-align: center; } .bkjx .hd ul li{display: inline-block; padding:0 15px; cursor:pointer; float: none; margin-right: 0;} .bkjx .hd ul li.on{ background: url(../img/bt-bg2.png) no-repeat center bottom; padding-bottom:10px; } .bkjx .bd ul{zoom:1; margin-top: 80px;} .bkjx .bd ul .bkjx-l{width: 600px;} .bkjx .bd ul .bkjx-l ul{margin-top: 0;} .bkjx .bd ul .bkjx-l ul li{height: 32px; line-height: 32px; padding: 18px 0; background: url(../img/bkjx-xhx.png) repeat-x left bottom; margin-top: 0; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; font-size: 16px;} .bkjx .bd ul .bkjx-l ul li:hover{box-shadow: none;} .bkjx .bd ul .bkjx-l ul li em{display: inline-block; width: 89px; height: 32px; line-height: 32px; background: #fff url(../img/sj2.png) no-repeat 12px center; border-radius: 50px; -webkit-border-radius: 50px; -moz-border-radius: 50px; color: #ff9c00; padding-left: 34px; font-size: 14px; margin-right: 24px;} .bkjx .bd ul .bkjx-l ul li a{display: inline; height: auto; padding: 0; color: #fff;} .bkjx .bd ul .bkjx-l ul li a:hover{color: #FF9C00;} .bkjx .bd ul .bkjx-r{width: 550px; height: 411px; background: #fff; position: relative;} .bkjx .bd ul .bkjx-r .bkjx-zs{width: 532px; height: 413px; position: absolute; top:-30px; right: -50px;} .bkjx .bd ul .bkjx-r a{display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 2; background: #fff;} .bkjx .bd ul .bkjx-r .bkjx-r-img{width: 550px; height: 341px; overflow: hidden;} .bkjx .bd ul .bkjx-r .bkjx-r-img img{width: 550px; height: 341px; transition: all 1s; -webkit-transition: all 1s; -moz-transition: all 1s;} .bkjx .bd ul .bkjx-r:hover .bkjx-r-img img{transform: scale(1.2); -webkit-transform: scale(1.2); -moz-transform: scale(1.2);} .bkjx .bd ul .bkjx-r h3{height: 70px; line-height: 70px; font-size: 18px; overflow: hidden; padding: 0 15px;} .bkjx .bd ul .bkjx-r:hover h3{color: #074B96;} .bkjx .bd ul .bkjx-r p{width: 110px; height: 40px; line-height: 40px; text-align: center; background: #ff9c00; color: #fff; font-size: 16px; position: absolute; left: 0; bottom: 116px;} .xsgz-bg{ width: 100%; height: 760px; background: url(../img/bg5.jpg) no-repeat center; background-size: cover; } .xsgz{padding: 72px 0 0 0;} .djgz{ width:1200px; text-align:left;} .djgz .hd{ height:50px; line-height:40px; position:relative; } .djgz .hd ul{ width: 100%; position:absolute; text-align: center;} .djgz .hd ul li{display: inline-block; padding:0 15px; cursor:pointer; float: none; margin-right: 0; color: #074b96;} .djgz .hd ul li a{color: #074b96;} .djgz .hd ul li.on{ background: url(../img/bt-bg3.png) no-repeat center bottom; padding-bottom:10px; } .djgz .bd ul{ zoom:1; margin-top: 60px;} .djgz .bd ul .xsgz-l{ width: 597px; height: 500px; background: #fff; border-radius: 50px; -webkit-border-radius: 50px; -moz-border-radius: 50px; overflow: hidden;} .djgz .bd ul .xsgz-l .xsgz-img{width: 597px; height: 312px; overflow: hidden;} .djgz .bd ul .xsgz-l .xsgz-img a{display: block; width: 597px; height: 312px;} .djgz .bd ul .xsgz-l .xsgz-img img{display: block; width: 597px; height: 312px; transition: all 1s; -webkit-transition: all 1s; -moz-transition: all 1s;} .djgz .bd ul .xsgz-l .xsgz-img:hover img{transform: scale(1.2); -webkit-transform: scale(1.2); -moz-transform: scale(1.2);} .djgz .bd ul .xsgz-l .xsgz-tx{padding: 10px 20px;} .djgz .bd ul .xsgz-l .xsgz-tx h3{font-size: 18px; height: 40px; line-height: 40px; overflow: hidden;} .djgz .bd ul .xsgz-l .xsgz-tx h3 a{ color: #0f2b7e;} .djgz .bd ul .xsgz-l .xsgz-tx h3 a:hover{ color: #AB0D11;} .djgz .bd ul .xsgz-l .xsgz-tx p{ color: #666; height: 48px; line-height: 24px; overflow: hidden; margin-top: 10px;} .djgz .bd ul .xsgz-l .xsgz-tx .xsgz-d{height: 40px; line-height: 40px; text-align: right; margin-top: 10px;} .djgz .bd ul .xsgz-l .xsgz-tx .xsgz-d em, .djgz .bd ul .xsgz-l .xsgz-tx .xsgz-d i{display: inline-block; margin-left: 20px; color: #074b96;} .djgz .bd ul .xsgz-l .xsgz-tx .xsgz-d em{background: url(../img/sj.png) no-repeat left center; padding-left: 24px;} .djgz .bd ul .xsgz-l .xsgz-tx .xsgz-d i{background: url(../img/djs-bg.png) no-repeat left center; padding-left: 28px;} .djgz .bd ul .xsgz-r{width: 600px;} .djgz .bd ul .xsgz-r dl dd{float: left; width: 236px; height: 200px; padding: 20px; margin-left: 24px; background: #fff; margin-bottom: 20px;} .djgz .bd ul .xsgz-r dl dd.dd1{border-top-right-radius: 50px; border-bottom-left-radius: 50px;} .djgz .bd ul .xsgz-r dl dd.dd2{border-top-left-radius: 50px; border-bottom-right-radius: 50px;} .djgz .bd ul .xsgz-r dl dd.dd3{border-top-left-radius: 50px; border-bottom-right-radius: 50px;} .djgz .bd ul .xsgz-r dl dd.dd4{border-top-right-radius: 50px; border-bottom-left-radius: 50px;} .djgz .bd ul .xsgz-r dl dd h3{font-size: 15px; margin-top: 10px; line-height: 28px; height: 56px; overflow: hidden;} .djgz .bd ul .xsgz-r dl dd p.xsgz-sj{margin-top: 8px;} .djgz .bd ul .xsgz-r dl dd p.xsgz-sj em{color: #074b96; display: inline-block; background: url(../img/sj.png) no-repeat left center; padding-left: 24px;} .djgz .bd ul .xsgz-r dl dd p.xsgz-sj i{color: #074b96; display: inline-block; margin-left: 25px; background: url(../img/djs-bg.png) no-repeat left center; padding-left: 28px;} .djgz .bd ul .xsgz-r dl dd p.xsgz-sj i span{margin-top:0px;color: #074b96;} .djgz .bd ul .xsgz-r dl dd p.xsgz-zy{margin-top: 8px; color: #666; line-height: 24px; height: 48px; overflow: hidden; margin-top: 8px;} .djgz .bd ul .xsgz-r dl dd span{display: block; color: #999; height: 24px; line-height: 24px; margin-top: 20px; background: url(../img/jt-l.png) no-repeat 120px center;} .djgz .bd ul .xsgz-r dl dd:hover{background-image:linear-gradient(to bottom left, #0053ec, #94033a); box-shadow: 0px 3px 13px 0px rgba(39, 120, 209, 0.67); -webkit-box-shadow: 0px 3px 13px 0px rgba(39, 120, 209, 0.67);} .djgz .bd ul .xsgz-r dl dd:hover a{color: #fff;} .djgz .bd ul .xsgz-r dl dd:hover p{color: #dbdbdb;} .djgz .bd ul .xsgz-r dl dd:hover p em{color: #dbdbdb; background: url(../img/sj3.png) no-repeat left center;} .djgz .bd ul .xsgz-r dl dd:hover p i{color: #dbdbdb; background: url(../img/djs-bg2.png) no-repeat left center;} .djgz .bd ul .xsgz-r dl dd:hover span{color: #dbdbdb; background: url(../img/jt-b.png) no-repeat 120px center;} .hgyj-bg{ width: 100%; height: 564px; background: url(../img/bg6.jpg) no-repeat center; background-size: cover; } .hgyj{ padding: 65px 0 0 0; } .outBox{ width:1200px; text-align:left; } .outBox .hd{ height:50px; line-height:50px; position:relative; } .outBox .hd ul{ width: 100%; position:absolute; text-align: center;} .outBox .hd ul li{ display: inline-block; padding:0 15px; cursor:pointer; color: #fff; font-size: 28px;} .outBox .hd ul li a{color: #fff;} .outBox .hd ul li.on{ background: url(../img/bt-bg4.png) no-repeat center bottom; padding-bottom:10px; } .inBox{ margin-top: 100px;} .inBox .inHd{width: 100%; height:4px; line-height:4px; margin-top: 80px;} .inBox .inHd ul{width: 100%; overflow:hidden; zoom:1; text-align: center;} .inBox .inHd ul li{display: inline-block; width: 60px; height:4px; background: #9ecfff; margin: 0 10px; border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; text-indent: -999999px; cursor:pointer; } .inBox .inHd ul li.on{ background:#fff;} .inBox .inBd ul{ zoom:1; overflow:hidden;} .inBox .inBd li{float: left; width: 576px; height: 196px; } .inBox .inBd li a{display: block; width: 576px; height: 196px; background: #fff; border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; overflow: hidden;} .inBox .inBd li.ml{margin-left: 48px;} .inBox .inBd li .hgyj-pic{width: 258px; height: 196px; overflow: hidden;} .inBox .inBd li .hgyj-pic img{display:block; width: 258px; height: 196px; transition: all 1s; -webkit-transition: all 1s; -moz-transition: all 1s;} .inBox .inBd li .hgyj-pic:hover img{transform: scale(1.2); -webkit-transform: scale(1.2); -moz-transform: scale(1.2);} .inBox .inBd li .hgyj{width: 278px; height: 156px; padding: 20px;} .inBox .inBd li .hgyj>span{display: block; width: 97px; height: 30px; line-height: 30px; text-align: center; background: #ab0d11; color: #fff; border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px;} .inBox .inBd li .hgyj h3{font-size: 16px; line-height: 24px; height: 48px; overflow: hidden; margin-top: 18px;} .inBox .inBd li:hover .hgyj h3{color: #074B96;} .inBox .inBd li .hgyj p{ height: 24px; line-height: 24px; margin-top: 28px;} .inBox .inBd li .hgyj em, .inBox .inBd li .hgyj i{display: inline-block; margin-right: 20px; color: #074b96;} .inBox .inBd li .hgyj em{background: url(../img/sj.png) no-repeat left center; padding-left: 24px;} .inBox .inBd li .hgyj i{background: url(../img/djs-bg.png) no-repeat left center; padding-left: 28px;} .picMarquee-left{ width:1200px; overflow:hidden; position:relative; margin-top: 35px;} .picMarquee-left .bd{width: 1440px; margin-left: -20px; margin-right: -20px; } .picMarquee-left .bd ul{ overflow:hidden; zoom:1; } .picMarquee-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center; } .picMarquee-left .bd ul li .pic{ text-align:center; background: #dcdada; width:227px; height:100px; padding: 10px 0; transition: all 1s; -webkit-transition: all 1s; -moz-transition: all 1s;} .picMarquee-left .bd ul li .pic img{ width:227px; height:100px; display:block;} .picMarquee-left .bd ul li:hover .pic{background: #204BB0;} .foot-bg{ width: 100%; height: 140px; background: #004989; margin-top: 35px; } .foot .bq{ color: #fff; margin-top: 40px; } .foot .bq p{ line-height: 30px; } .foot-wx{ margin-top: 28px; } .foot-wx ul li{ float: left; width: 60px; margin-left: 30px; text-align: center; } .foot-wx ul li a{ display: block; } .foot-wx ul li > img{ display: block; width: 54px; height: 54px; margin: 0 auto; } .foot-wx ul li p{ color: #fff; margin-top: 10px; } .foot-wx ul li.wxtb{ position: relative; } .foot-wx ul li.wxtb .ycwx{ display: none; width: 100px; height: 100px; background: #fff; position: absolute; right: -120px; top: -8px; } /*以下是列表页样式*/ .zy-header{ width: 100%; height: 120px; background: #fff; border-top: 4px solid #074B96; } .zy-header .top{ height: 100%; } .zy-header .search-z{ margin-top: 38px; } .zy-header .search-z .search{ border-color: #333; color: #333; } .zy-header .search-z .search input[type="text"]{ color: #333; } .zy-header .search-z .search input::-webkit-input-placeholder { color: #999; } .zy-header .search-z .search input::-moz-input-placeholder { color: #999; } .zy-header .search-z .search input::-ms-input-placeholder { color: #999; } .zy-header .search-z .search input[type="submit"]{ background: url(../img/search-gb2.png) no-repeat center; } .zy-header .logo{ margin-top: 24.5px } .zy-header .navBar{ margin-top: 40px; } .zy-header .nav a{ color: #333; } .zy-header .top-r{ margin-top: 0; } .zy-header .nav .sub{ background: url(../img/hui70.png) repeat; } .zy-header .nav .sub li a{ color: #333; } .zy-header .nav .sub li a:hover{ background: #074B96; color: #fff; } .zibanner{ display: block; width: 100%; height: 400px; margin: 0 auto; } .box-zt{ min-height: 600px; } .zy-box{ } .zy-box .place{ height: 70px; line-height: 70px; } .zy-box .place p{ float: right; background: url(../img/place.png) no-repeat left center; padding-left: 31px; } .zy-box .place p a:hover{ color: #074b96; } /*列表页左侧*/ .zy-box-l{ width: 300px; margin-top: 30px; } .menu{ width: 100%; background: url(../img/menu-bg.jpg) repeat-y left top; } .menu h2{ width: 100%; height: 80px; line-height: 80px; background: url(../img/menu-h2.jpg) no-repeat; color: #fff; } .menu h2 p{ height: 100%; font-size: 24px; font-weight: bold; text-align: center; } .menu ul li{ width: 100%; height: 54px; line-height: 54px; text-align: center; font-size: 18px; margin-top: 3px; } .menu ul li a{ display: block; height: 100%; background: #e7e8ec; border-left:10px solid #074b96; } .menu ul li a:hover{ color: #074b96; border-left:10px solid #e59b18; } .menu ul li.on a{ color: #074b96; border-left:10px solid #E59B18; } .xglj{ width: 100%; margin-top: 36px; background: url(../img/xglj-bg.jpg) repeat-y; } .xglj h2{ width: 100%; height: 54px; line-height: 54px; border-top: 8px solid #074b96; border-bottom: 1px solid #e4e5e8; text-align: center; font-size: 18px; } .xglj ul{ padding: 20px; } .xglj ul li{ float: left; width: 50%; line-height: 48px; font-size: 16px; } .xglj ul li a{ display: block; background: url(../img/icon-sjt.png) no-repeat left center; padding-left: 22px; margin: 0 10px; } .xglj ul li a:hover{ color: #074b96; } /*列表页右侧*/ .zy-box-r{ width: 860px; margin-top: 30px; } .zy-box-bt{ height: 70px; line-height: 70px; border-bottom: 1px solid #e5e5e5; } .zy-box-r .zy-box-lm{ font-size: 24px; font-weight: bold; color: #074b96; } .list_box ul{ margin-top: 20px; } .list_box ul li{ line-height: 58px; font-size: 15px; background: url(../img/icon-l.jpg) no-repeat left center; padding-left: 20px; } .list_box ul li em{ float: right; } .list_box ul li a{ display: block; } .list_box ul li a:hover{ color: #074b96; } /*内容页*/ .zy-box-r .main_content{ margin-top: 15px; font-size: 14px; color: #333; line-height: 2.0; } .zy-box-r .main_content .title{ text-align: center; font-size: 28px; font-weight: bold; color: #333333; line-height: 1.7; margin-top: 30px; height: auto; border: 0; } .zy-box-r .main_content .Subtitle{ text-align: center; font-size: 12px; color: #333333; line-height: 2.5; background: #f5f5f5; margin-top: 10px; } .zy-box-r .main_content .dpzw{ font-size: 15px; color: #333333; line-height: 3; margin-top: 15px; border-bottom: 1px #cccccc dashed; padding-bottom: 30px; } .zy-box-r .main_content .dpzw p{ font-size: 15px; text-indent: 2em; } .zy-box-r .main_content .page_box{ margin-top: 20px; } .zy-box-r .main_content .page_box a{ color: #666; line-height: 20px; } .zy-box-r .main_content .page_box a:hover{ color: #074b96; } /*图片列表页*/ .pic_list{ margin-top: 20px; } .pic_list ul{ padding: 10px 0; } .pic_list ul li{ float: left; width: 33.333333%; } .pic_list ul li a{ display: block; padding: 10px 15px; } .pic_list ul li a:hover{ background: #fff; box-shadow: 0px 2px 8px 0px rgba(212, 211, 211, 0.58); -webkit-box-shadow: 0px 2px 8px 0px rgba(212, 211, 211, 0.58); } .pic_list ul li a img{ width: 100%; height: 200px; } .pic_list ul li p{ text-align: center; line-height: 40px; } .pic_list ul li a:hover p{ font-weight: bold; color: #204BB0; } /*机构设置*/ .jgsz dt{ width: 202px; height: 42px; background: url(../img/dzjg-bt.png) no-repeat; line-height: 42px; padding-left: 35px; color: #fff; font-size: 18px; margin-top: 30px; } .jgsz dl > div{ width: 1040px; margin-left: -20px; margin-right: -20px; } .jgsz dd{ float: left; width: 46%; margin: 20px 2% 0 2%; /*margin-top: 20px;*/ height: 36px; line-height: 36px; background: #f7f7f7; font-size: 15px; } .jgsz dd a{ display: block; padding: 0 20px; background: url(../img/icon-jg.png) no-repeat 15px center; padding-left: 30px; } .jgsz dd a:hover{ color: #074b96; } /*现任领导*/ .xrld ul{ float: left; width: 35%; margin-left: 5%; margin-top: 20px; } .xrld ul.xrld-ul1{ margin-left: 15%; } .xrld ul li{ line-height: 38px; font-size: 15px; margin-top: 20px; } .xrld ul li em{ display: block; float: left; width: 110px; text-align: right; font-size: 16px; font-weight: bold; color: #074b96; } .xrld ul li .xrld-li{ float: left; margin-left: 20px; } .xrld ul li .xrld-li a{ display: block; width: 100%; font-size: 15px; } .xrld ul li .xrld-li a:hover{ color: #074b96; } /*新闻综合页*/ .zy-box-qh ul li{ float: left; font-size: 20px; } .zy-box-qh ul li a{ display: block; width: 160px; height: 45px; line-height: 45px; margin-top: 10px; text-align: center; background: #f5f5f5; border-radius: 8px; margin-right: 20px; } .zy-box-qh ul li.on a{ background: #E59B18; color: #fff; } .vsbcontent_img img{display:block;margin:0 auto;}