@charset "utf-8"; /* CSS Document */ html,body{ margin: 0; padding: 0; font-family: "PingFang SC","Microsoft YaHei",Arial,sans-serif; font-size: 14px; height: 100%; -webkit-font-smoothing: subpixel-antialiased; -webkit-text-size-adjust: none; } body{ color: #666; background-color: #fff; } body::-webkit-scrollbar{width:10px;height:10px;} body::-webkit-scrollbar-track{background: #f6f6f6;} body::-webkit-scrollbar-thumb{background: #aaa;} body::-webkit-scrollbar-thumb:hover{background: #999;} body::-webkit-scrollbar-corner{background: #f6f6f6;} body::-webkit-scrollbar{width:10px;height:10px;} body::-webkit-scrollbar-track{background: #f6f6f6;} body::-webkit-scrollbar-thumb{background: #aaa;} body::-webkit-scrollbar-thumb:hover{background: #999;} body::-webkit-scrollbar-corner{background: #f6f6f6;} ul,li { list-style: none; margin: 0; padding: 0; } a{ text-decoration: none; color: #666; outline: none; -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -ms-transition: all 0.7s ease; -o-transition: all 0.7s ease; transition: all 0.7s ease; } a:hover { color: #0075c2; } img{ border: 0; } .zwnr { line-height: 200%; } .zwnr img { display: inline-block; height: auto; max-width: 100%; } .zwnr ul{ padding-left: 2rem; margin-bottom: 1rem; margin-bottom: 0; } .zwnr li{ list-style: disc inside; } .area1200{ width: 1200px; margin: 0 auto; } .bgc{ background-color: #f4f4f4; } .bgf{ background-color: #fff; } .spb{ height: 100px; } .sp{ height: 60px; } .webTitle{ text-align: center; padding: 60px 0; } .webTitle > h3{ margin: 0; padding: 0; font-weight: normal; padding-bottom: 5px; font-size: 30px; color: #333; } .webTitle > p{ margin: 0; padding: 0; } .webTitle > p a{ color: #fc5531; display: inline-block; margin-left: 10px; } .webTitle > p a:hover{ color: #0075c2; } .webTitle2{ margin-bottom: 30px; padding: 15px 0; border-bottom: 1px solid #ddd; border-top: 1px solid #ddd; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .webTitle2 h3{ margin: 0; padding: 0; color: #333; font-weight: normal; font-size: 16px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; } .webTitle2 h3 > span{ width: 5px; margin-right: 10px; background-color: #0075c2; -webkit-animation: hAboutIC 1s infinite; animation: hAboutIC 1s infinite; } .textBaise{ color: #fff; } .textBaise > h3{ color: #fff; } .webHeader{ height: 80px; position: fixed; left: 0; top: 0; width: 100%; z-index: 999; background-color: rgba(0,0,0,0.7); -webkit-transition: top .7s ease-out; -o-transition: top .7s ease-out; transition: top .7s ease-out; } .webHeaderBGC{ background-color: rgb(0,0,0,0.7); } .webHeader > .area1200{ position: relative; } .webHeader .logoHeader{ display: block; position: absolute; left: 10px; top: 0; height: 80px; width: 231px; background: url(../images/logoHeader.png) 50% no-repeat; overflow: hidden; text-indent: -10000px; } .hide_h {top: -180px;} .show_h {top:0} .clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;} .nav{ position:absolute; right:0; top:0; z-index:1; } .nav a{ color:#fff; } .nav .nLi{ float:left; position:relative; display:inline;} .nav .nLi h3{ margin: 0; padding: 0; } .nav .nLi h3 a{ display:block; padding:0 30px; font-size:16px; font-weight:normal; height:80px; line-height: 80px; } .nav .sub{ display:none; width:100%; left:0; top:80px; position:absolute; background:#0075c2; text-align: center;} .nav .sub li{ zoom:1; } .nav .sub a{ display:block; height: 40px; line-height: 40px; font-size: 14px;} .nav .sub a:hover{ background:#fc5531;} .nav .on h3 a{ background:#000;} .nav .nLi:hover > h3 a{ background-color: #fc5531; } /* 棣栭〉鍒囨崲鍥 */ .flexsliderBOX { overflow: hidden; background: #666 url('../images/loader.gif') 50% 62% no-repeat; } .flexsliderBOX .qhtLink{ display: block; } .hplist{ padding-bottom: 60px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .hplist > a{ display: block; text-indent: -1000px; overflow: hidden; width: 280px; height: 230px; margin: 0 10px 20px; background-color: #fff; background-repeat: no-repeat; background-position: 50%; background-size: 240px 190px; border-radius: 4px; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-shadow: 0 0 10px #eee; box-shadow: 0 0 10px #eee; } .hplist > a:hover{ -webkit-box-shadow: 0 0 10px #aaa; box-shadow: 0 0 10px #aaa; border-radius: 20px; } .hAbout { position:relative; } .hAbout .hAboutBG{ position: absolute; left:0; top: 0; width: 100%; height: 478px; background: url('../images/homeAboutBG.jpg') center top no-repeat; background-size: cover; z-index:1; } .hAbout .webTitle{ position: relative; z-index:2; } .hAbout ul { display: -webkit-box; display: -ms-flexbox; display: flex; z-index:2; position: relative; } .hAbout ul>li { width: 288px; height: 450px; background-color: #fff; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .hAbout ul li:first-child { width: 336px; height: 450px; background: #0075c2 url('../images/haboutbg.jpg') bottom center no-repeat; padding: 50px 20px; color: #fff; } .hAbout ul li:first-child>h3 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 0; padding: 0; margin-bottom: 15px; font-size: 18px; } @-webkit-keyframes hAboutIC { from { opacity: 0; } to { opacity: 1; } } @keyframes hAboutIC { from { opacity: 0; } to { opacity: 1; } } .hAbout ul li:first-child>h3>span { display: block; width: 6px; height: 20px; margin-left: 10px; background-color: #fff; -webkit-animation: hAboutIC 1s infinite; animation: hAboutIC 1s infinite; } .hAbout ul li:first-child>a { display: block; margin-top: 20px; width: 150px; height: 40px; line-height: 40px; padding-left: 10px; border: 1px solid #fff; border-radius: 5px; color: #fff; position: relative; } .hAbout ul li:first-child>a i { display: block; position: absolute; top: 5px; right: 25px; height: 30px; width: 50px; background: url('../images/ic_face_right.svg') right 50% no-repeat; background-size: contain; transition: all 0.3s ease-in-out; } .hAbout ul li:first-child>a:hover i { right: 10px; } .hAbout ul li>a { display: block; } .hAbout ul li>a>div { width: 100%; height: 225px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .hAbout ul li>a>div>h3 { font-weight: normal; color: #333; font-size: 18px; margin: 0; padding: 0; text-align: center; } .hAbout ul li>a>div>h3 span { display: block; font-size: 14px; color: #666; margin-top: 8px; } .hAbout ul li>a>i { display: block; width: 100%; height: 225px; } .hAbout ul li:nth-child(2)>a>i { background: url('../images/ic_honor.jpg') 50% no-repeat; } .hAbout ul li:nth-child(3)>a>i { background: url('../images/ic_culture.jpg') 50% no-repeat; } .hAbout ul li:nth-child(4)>a>i { background: url('../images/ic_job.jpg') 50% no-repeat; } .hAbout ul li:nth-child(2):hover { margin-top: -15px; } .hAbout ul li:nth-child(3):hover { margin-top: -15px; } .hAbout ul li:nth-child(4):hover { margin-top: -15px; } .picScroll-left { overflow: hidden; position: relative; } .picScroll-left .hd { padding: 40px 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .picScroll-left .hd .prev, .picScroll-left .hd .next { display: block; width: 30px; height: 30px; overflow: hidden; cursor: pointer; background: url("../images/ic_face.png") 50% no-repeat; } .picScroll-left .hd .next{ -webkit-transform:rotate(180deg); -ms-transform:rotate(180deg); transform:rotate(180deg); } .picScroll-left .hd ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .picScroll-left .hd ul li { width: 12px; height: 12px; background-color: #666; border-radius: 50%; overflow: hidden; margin: 0 5px; text-indent: -999px; cursor: pointer; } .picScroll-left .hd ul li:hover { background-color: #000; } .picScroll-left .hd ul li.on { background-color: #0075c2; } .picScroll-left .bd ul { overflow: hidden; zoom: 1; } .picScroll-left .bd ul li { margin-right: 20px; float: left; _display: inline; overflow: hidden; text-align: center; width: 285px; background-color: #fff; } .picScroll-left .bd ul li a{ display: block; position: relative; overflow: hidden; height: 400px; background-position: 50% 45%; background-size: 240px 190px; background-repeat: no-repeat; } .picScroll-left .bd ul li h3{ position: absolute; bottom: 30px; width: 100%; font-size: 16px; font-weight: normal; margin: 0; padding: 0 10px; -webkit-box-sizing: border-box;box-sizing: border-box; } .picScroll-left .bd span { display: block; position: absolute; background-color: #67b7f6; z-index: 10; -webkit-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out; } .picScroll-left .bd a > span:first-child { left: 0; top: 0; width: 1px; height: 0%; } .picScroll-left .bd a > span:nth-child(2) { right: 0; top: 0; height: 1px; width: 0%; } .picScroll-left .bd a > span:nth-child(3) { right: 0; bottom: 0; width: 1px; height: 0%; } .picScroll-left .bd a > span:nth-child(4) { left: 0; bottom: 0; height: 1px; width: 0%; } .picScroll-left .bd a:hover > span:first-child, .picScroll-left .bd a:hover > span:nth-child(3) { height: 100%; } .picScroll-left .bd a:hover > span:nth-child(2), .picScroll-left .bd a:hover > span:nth-child(4) { width: 100%; } .slideTxtBox{ width:1200px; margin: -40px auto 0;} .slideTxtBox .hd{ height:40px; line-height:40px; border-bottom:1px solid #ddd; position:relative; } .slideTxtBox .hd ul{ position:absolute; top:-1px; height:42px; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .slideTxtBox .hd ul li{ padding:0 15px; cursor:pointer;} .slideTxtBox .hd ul li.on{ color: #0075c2; border:1px solid #ddd; border-bottom:2px solid #fff; border-radius: 4px 4px 0 0;} .slideTxtBox .bd{ margin-top: 30px; padding-bottom: 80px; } .slideTxtBox .bd li{ display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-wrap: wrap; flex-wrap: wrap; } .slideTxtBox .bd li > a{ display: block; width: 380px; } .slideTxtBox .bd li > a:nth-child(3n+2){ margin: 0 30px; } .slideTxtBox .bd li i{ display: block; width: 380px; height: 228px; overflow: hidden; position: relative; background: url(../images/loader.gif) 50% no-repeat; } .slideTxtBox .bd .mask{ position:absolute; left:0; top:0; background-color:#000; width:100%; height:100%; display:none;} .slideTxtBox .bd .ic_zoom{ position:absolute; left:0; top:0; background:url(../images/ic_zoom.png) 50% no-repeat; width:100%; height:100%; display:none;} .slideTxtBox .bd li > a img { display: block; width: 100%; -webkit-transition: all .6s; -moz-transition: all .6s; transition: all .6s; } .slideTxtBox .bd li > a:hover img { transform: scale(1.2); -ms-transform: scale(1.2); -moz-transform: scale(1.2); -webkit-transform: scale(1.2); } .slideTxtBox .bd li h3{ font-weight: normal; font-size: 16px; margin: 0; padding: 15px 0; color: #333; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; -webkit-transition: all .6s; -moz-transition: all .6s; transition: all .6s; } .slideTxtBox .bd li a:hover h3{ color: #0075c2; } .slideTxtBox .bd li span{ display: block; padding-bottom: 15px; color: #666; } .slideTxtBox .bd ul > a{ display: block; width: 200px; height: 45px; line-height: 45px; text-align: center; margin: 30px auto 0; border: 1px solid #666; border-radius: 4px; } .slideTxtBox .bd ul > a:hover{ background-color: #0075c2; border-color: #0075c2; color: #fff; } .webFooter{ background-color: #222; padding: 80px 0 25px; color: #888; } .webFooter a{ color: #888; } .webFooter a:hover{ color: #53b4ff; } .webFooterZW{ display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: start;-ms-flex-align: start;align-items: flex-start; } .webFooterZW > div{ width: 50%; } .webFooterDH > ul{ display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; } .webFooterDH > ul > li{ margin-right: 70px; } .webFooterDH > ul > li:last-child{ margin: 0; } .webFooterDH h3{ margin: 0; padding: 0; padding-bottom: 30px; font-weight: normal; font-size: 16px; } .webFooterDH h3 a{ color: #fff; } .webFooterDH p{ margin: 0; padding: 0; line-height: 160%; } .webFooterContact{ display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -ms-flex-wrap: nowrap; flex-wrap: nowrap; } .webFooterContact li{ color: #fff; padding-bottom: 15px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .webFooterContact li i{ font-size: 26px; margin-right: 10px; } .webFooterContact li span{ font-size: 18px; } .webFooterContact li a{ font-size: 45px; margin-right: 15px; } .webFooterContact .icon-weixin1{ position: relative; } .webFooterContact .wxgzh{ position: absolute; top: 90px; left: -25px; font-size: 12px; color: #fff; text-align: center; opacity: 0; visibility: hidden; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .webFooterContact .wxgzh img{ height: 100px; width: 100px; border: 5px solid #666; } .webFooterContact .icon-weixin1:hover .wxgzh{ top: 70px; opacity: 1; visibility: visible; } .webFooterContact > div:first-child{ width: 40%; text-align: center; } .webFooterContact > div:last-child{ width: 60%; padding-left: 45px; border-left: 1px solid #333; } .webFooterLink{ margin: 40px 0 20px; padding: 25px 0; border-top: 1px solid #333; border-bottom: 1px solid #333; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; } .webFooterLink h3{ margin: 0; padding: 0; font-size: 14px; font-weight: normal; color: #fff; margin-right: 15px; -ms-flex-negative: 0;flex-shrink: 0; } .webFooterLink > div{ display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } .webFooterLink > div a{ margin-right: 15px; } .webFooterBQ{ text-align: center; line-height: 160%; } .floatkf{ position: fixed; right: 0; bottom: 30px; width: 54px; color: #fff; z-index: 9999; } .floatkf > div{ height: 54px; line-height: 54px; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .floatkf .go-top{ background: #333 url(../images/gotop.png) 50% no-repeat; } .floatkf .go-top:hover{ cursor: pointer; background-color: #0075c2; } .floatkf a{ display: flex; align-items: center; color: #fff; width: 220px; background-color: #333 } .floatkf span{ display: inline-block; height: 54px; width: 54px; } .kftel span{ background: url(../images/tel.png) 50% no-repeat; } .kftel:hover a{ transform: translateX(-166px); background-color: #0075c2; cursor: help; } .kfqq span{ background: url(../images/qq.png) 50% no-repeat; } .kfqq:hover a{ transform: translateX(-105px); background-color: #0075c2; } .kfwx{ position: relative; } .kfwx span{ background: #333 url(../images/wx.png) 50% no-repeat; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .kfwx:hover span{ background-color: #0075c2; } .kfwx i{ text-align: center; font-style: normal; font-size: 12px; line-height: 100%; padding: 9px; background-color: #333; position: absolute; right: 80px; bottom: 0; opacity: 0; visibility: hidden; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .kfwx i img{ display: block; width: 90px; height: 90px; margin-bottom: 5px; } .kfwx:hover i{ right: 54px; opacity: 1; visibility: visible; } .spBan{ height: 400px; } .banBox{ position: fixed; z-index: -1; left: 0; top: 0; width: 100%; background: #f4f4f4 url(../images/loader.gif) 50% no-repeat; } .dhBox{ padding: 60px 0; } .dhBox > h3{ font-size: 30px; font-weight: normal; color: #333; text-align: center; margin: 0; padding: 0; } .dhBox > .dhlist{ position: relative; overflow: hidden; } .dhBox > .dhlist > i{ display: block; height: 1px; width: 100%; background-color: #ddd; position: absolute; left: 0; bottom: 0; } .dhBox > .dhlist > ul{ display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; } .dhBox > .dhlistRow > ul{ -ms-flex-wrap: wrap; flex-wrap: wrap; background: url(../images/line.png); } .dhBox > .dhlist > ul li{ padding: 0 15px; } .dhBox > .dhlist > ul a{ display: block; position: relative; font-size: 16px; height: 50px; line-height: 50px; } .dhBox > .dhlist > ul span{ display: block; position: absolute; width: 0; height: 2px; left: 0; bottom: 0; background-color: #0075c2; z-index: 2; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } .dhBox > .dhlist > ul a:hover span{ width: 100%; } .dhBox > .dhlist > ul li.on a{ color: #0075c2; } .dhBox > .dhlist > ul li.on span{ width: 100%; } .plist{ margin-top: -30px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-wrap: wrap; flex-wrap: wrap; } .plist > a{ display: block; width: 390px; overflow: hidden; } .plist > a:nth-child(3n+2){ margin: 0 15px; } .plist > a i{ display: block; width: 390px; height: 290px; overflow: hidden; position: relative; } .plist > a .mask{ position:absolute; left:0; top:0; background-color:#000; width:100%; height:100%; display:none;} .plist > a .ic_zoom{ position:absolute; left:0; top:0; background:url(../images/ic_zoom.png) 50% no-repeat; width:100%; height:100%; display:none;} .plist > a img { display: block; width: 100%; -webkit-transition: all .6s; -moz-transition: all .6s; transition: all .6s; } .plist > a:hover img { transform: scale(1.2); -ms-transform: scale(1.2); -moz-transform: scale(1.2); -webkit-transform: scale(1.2); } .plist > a h3{ margin: 0; padding: 20px 0; font-weight: normal; font-size: 14px; } .newsZx { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-wrap: wrap; flex-wrap: wrap; } .newsZx a{ width: 380px; overflow: hidden; } .newsZx > a:nth-child(2){ margin: 0 30px; } .newsZx > a > div { display: block; width: 380px; height: 228px; overflow: hidden; position: relative; background: url(../images/loader.gif) 50% no-repeat; } .newsZx .mask{ position:absolute; left:0; top:0; background-color:#000; width:100%; height:100%; display:none;} .newsZx .ic_zoom{ position:absolute; left:0; top:0; background:url(../images/ic_zoom.png) 50% no-repeat; width:100%; height:100%; display:none;} .newsZx img { display: block; width: 100%; -webkit-transition: all .6s; -moz-transition: all .6s; transition: all .6s; } .newsZx a:hover img { transform: scale(1.2); -ms-transform: scale(1.2); -moz-transform: scale(1.2); -webkit-transform: scale(1.2); } .newsZx h3{ font-weight: normal; font-size: 16px; margin: 0; padding: 15px 0; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; } .newsZx a{ color: #333; } .newsZx a:hover h3{ color: #0075c2; } .newsZx span{ display: block; padding-bottom: 15px; } .nyDetail{ margin-top: 140px; background-color: #fff; border: 1px solid #ddd; border-radius: 6px; } .nyDetailBox{ width: 800px; margin: 0 auto; padding: 60px 0; } .nyDetailTitle{ color: #0075c2; text-align: center; border-bottom: 2px solid #0075c2; margin-bottom: 25px; } .nyDetailTitle > h3{ line-height: 140%; font-size: 18px; margin: 0; padding: 0; font-weight:normal; } .nyDetailTitle > span{ display: block; padding: 15px 0; color: #666; } .np{ margin-top: 40px; } .np > a{ display: block; -webkit-box-sizing: border-box;box-sizing: border-box; width: 100%; border: 1px solid #0075c2; border-radius: 4px; margin-top: 15px; padding: 8px; color: #0075c2; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; } .np a:hover{ background-color: #0075c2; color: #fff; } .clist{ margin-top: -30px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } .clist a{ display: block; position: relative; margin-right: 20px; margin-bottom: 20px; overflow: hidden; text-align: center; width: 285px; height: 400px; background-color: #fff; border: 1px solid #ddd; background-position: 50% 45%; background-size: 240px 190px; background-repeat: no-repeat; -webkit-box-sizing: border-box;box-sizing: border-box; } .clist a:nth-child(4n+4){ margin-right: 0; } .clist a h3{ position: absolute; bottom: 30px; width: 100%; font-size: 16px; font-weight: normal; margin: 0; padding: 0 10px; -webkit-box-sizing: border-box;box-sizing: border-box; } .clist a span { display: block; position: absolute; background-color: #67b7f6; z-index: 10; -webkit-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out; } .clist a > span:first-child { left: 0; top: 0; width: 1px; height: 0%; } .clist a > span:nth-child(2) { right: 0; top: 0; height: 1px; width: 0%; } .clist a > span:nth-child(3) { right: 0; bottom: 0; width: 1px; height: 0%; } .clist a > span:nth-child(4) { left: 0; bottom: 0; height: 1px; width: 0%; } .clist a:hover{ border-color: #fff; } .clist a:hover > span:first-child, .clist a:hover > span:nth-child(3) { height: 100%; } .clist a:hover > span:nth-child(2), .clist a:hover > span:nth-child(4) { width: 100%; } .newlist{ margin-top: -30px; } .newlist a{ display: block; margin-bottom: 25px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-wrap: nowrap; flex-wrap: nowrap; } .newlist a .newsPic{ width: 380px; height: 228px; position: relative; overflow: hidden; } .newlist .newsPic img{ display: block; width: 100%; -webkit-transition: all .6s; -moz-transition: all .6s; transition: all .6s; } .newlist a:hover img { transform: scale(1.2); -ms-transform: scale(1.2); -moz-transform: scale(1.2); -webkit-transform: scale(1.2); } .newlist .mask { position: absolute; background-color: #000; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; display: none; } .newlist .ic_zoom { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 2; background: url(../images/ic_zoom.png) no-repeat 50%; display: none; } .newlist .newsZW{ background-color: #f2f2f2; border: 1px solid #f2f2f2; color: #666; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 25px 50px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -ms-transition: all 0.7s ease; -o-transition: all 0.7s ease; transition: all 0.7s ease; } .picYes{ width: 800px; } .newlist .newsZW > h3{ margin: 0; padding: 0; padding-bottom: 15px; font-weight: normal; font-size: 16px; color: #333; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; } .newlist .newsZW > h3 a{ color: #333; } .newlist a:hover .newsZW{ border-color: #ddd; background-color: #fff; } .newlist a:hover .newsZW > h3{ color: #0075c2; } .newlist .newsIntro{ line-height: 160%; } .newlist .newsUpdate{ display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-top: 10px; } .newlist .newsUpdate i{ display: block; width: 15px; height: 15px; background: url('../images/ic_time.svg') left 50% no-repeat; background-size: contain; margin-right: 8px; } .trainBox{ margin-top: -30px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-wrap: wrap; flex-wrap: wrap; } .trainBox a{ display: block; overflow: hidden; width: 380px; background-color: #fff; -webkit-box-shadow: 0 0 10px #ddd;box-shadow: 0 0 10px #ddd; } .trainBox > a:nth-child(3n+2){ margin-right: 30px; margin-left: 30px; } .trainBox i{ display: block; width: 380px; height: 250px; overflow: hidden; } .trainBox a div{ padding: 20px; } .trainBox h3{ margin: 0; padding: 0; font-weight: normal; font-size: 16px; color: #333; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; } .trainBox span{ display: block; padding-top: 10px; color: #666; } .trainBox img{ display: block; width: 100%; height: auto; -webkit-transition: all .6s; -moz-transition: all .6s; transition: all .6s; } .trainBox a:hover img { transform: scale(1.2); -ms-transform: scale(1.2); -moz-transform: scale(1.2); -webkit-transform: scale(1.2); } .trainBox a:hover{ box-shadow: 0 0 20px #aaa; } .trainBox a:hover h3{ color: #0075c2; } .contactBox{ display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center;-ms-flex-align: center;align-items: center; -ms-flex-wrap: nowrap; flex-wrap: nowrap; } .contactBox .zwnr > h3{ color: #333; font-weight: normal; } .contactBox .mapBox{ width: 600px; height: 350px; margin-right: 30px; -ms-flex-negative: 0;flex-shrink: 0; } .job_css{ padding-top: 30px; } .job_css .job_menu{ background-color:#333; padding:15px 0; color:#fff; text-align:center; overflow:hidden;} .job_css .job_menu span,.job_css li .job_title span{ display:block; float:left; width:15%;} .job_css .job_menu span.w20,.job_css li .job_title span.w20{ width:20%;} .job_css li .job_title{ background-color:#fff; padding:15px 0; border-bottom:1px solid #ddd; border-left:1px solid #f9f9f9; border-right:1px solid #f9f9f9; box-sizing:border-box; text-align:center; overflow:hidden; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; transition: all 0.3s ease-out;} .job_css li:hover .job_title{ background-color:#0075c2; color:#fff; border-color:#0075c2;} .job_css li .job_nr{ background-color:#f9f9f9; padding:30px; line-height:180%;} .honorList { padding-top: 30px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-wrap: wrap; flex-wrap: wrap; } .honorList a { display: block; width: 283px; border: 1px solid #ddd; margin-right: 20px; margin-bottom: 20px; } .honorList > a:nth-child(4n+4) { margin-right: 0; } .honorList h3 { display: block; margin: 0; padding: 0; padding: 20px 0; font-weight: normal; font-size: 14px; text-align: center; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .honorList img { display: block; width: 263px; height: 352px; padding: 10px; } .honorList a:hover { border-color: #0075c2; } .honorList a:hover h3{ color: #0075c2; } .scott { height: 30px; text-align: center; } .scott a, .scott span { display: inline-block; } .scott a { border: #ddd 1px solid; padding: 2px 10px; margin-left: 4px; height: 26px; line-height: 26px; } .scott a:hover { border: #0075c2 1px solid; background-color: #0075c2; color: #fff; } .scott span.current { border: #0075c2 1px solid; padding: 2px 10px; margin-left: 4px; height: 26px; line-height: 26px; background-color: #0075c2;; color: #fff; } .scott span.disabled { border: #ddd 1px solid; padding: 2px 10px; margin-left: 4px; height: 26px; line-height: 26px; background-color: #fff; color: #999; }