/*公共样式*/ *{margin:0;padding:0;list-style:none;text-decoration:none;box-sizing: border-box;} body{font-family:"微软雅黑";font-size:16px;min-width: 1200px;} .w12{max-width:1400px;margin:0 auto;width:90%;min-width:1200px;} .fl{float:left} .fr{float:right} input{outline:0;border:none} .clearfix:after{content:"";display:block;clear:both} img{border:none;display:block} .flexbox{display: flex;display: -webkit-flex;} .flex{display: flex;display: -webkit-flex;justify-content: space-between;} .flex-center{justify-content: center;} .flex-right{justify-content: flex-end;} .flex-column{flex-direction: column;} .flex-c-center{align-items: center;} .flex-wrap{flex-wrap: wrap;} .line1{display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;} .line2{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;} .line3{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;} .line4{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;} @font-face { font-family: myfont; src: url(../img/impact.ttf); } @keyframes roted1{ 0%{transform: rotate(0deg);} 100%{transform: rotate(360deg);} } /*IE9升级提示*/ #browser-modal{width:100%;height:100%;top:0;left:0;text-align:center;color:#303233;position:fixed;z-index:9990009;} #browser-modal .browser-modal-cover{position:fixed;left:0;top:0;height:100%;width:100%;background-color:#111;opacity:.9;z-index:-1} #browser-modal .browser-content{width:700px;margin-top:120px;margin-left:auto;margin-right:auto;padding-bottom:80px;padding-top:50px;background-color:#fff;border-radius:5px} #browser-modal .browser-content .browser-dpc-logo img{height:42px;margin:45px auto 40px} #browser-modal .browser-content .browser-text-title{text-transform:uppercase;font-size:24px} #browser-modal .browser-content .browser-text-desc{margin-top:30px;margin-bottom:20px;font-size:14px} #browser-modal .browser-content .browser-list{width:600px;margin:20px auto;height:130px} #browser-modal .browser-content .browser-item{float:left;width:150px;padding-top:20px;padding-bottom:20px;margin-left:auto;margin-right:auto} #browser-modal .browser-content .browser-item .iconfont{width:100px;height:100px;margin:0 auto;font-size:80px;line-height:80px;margin-bottom:10px;} #browser-modal .browser-content .browser-item .iconchrome{background: url(../img/bro.png) no-repeat 0 0} #browser-modal .browser-content .browser-item .iconfirefox{background: url(../img/bro.png) no-repeat 0 -100px} #browser-modal .browser-content .browser-item .iconopera{background: url(../img/bro.png) no-repeat 0 -200px} #browser-modal .browser-content .browser-item .iconEdge{background: url(../img/bro.png) no-repeat 0 -300px} #browser-modal .browser-content .browser-item a{cursor:pointer;display:block} #browser-modal .browser-content .browser-item a img{display:block;margin:0 auto;max-width:100px;width:100px;height:100px} #browser-modal .browser-content .browser-item a h4{text-align:center;margin-top:20px;font-size:18px;font-weight:700} /*header*/ header{width: 100%;background: #0061cb url(../img/top_bg.jpg) no-repeat center bottom;background-size: 100% 99%;} .logo{padding:20px 0;} .logo a{display: block;} .logo img{height: 76px;} .link{margin-bottom:5px;} .link ul{line-height: 30px;} .link ul li{font-size: 14px;margin-right: 15px;} .link ul li a{color: #fff;position: relative;padding-right:14px;} .link ul li a::after{content: "";width: 1px;height: 14px;background: #fff;display: block;position: absolute;right:0;top:50%;margin-top: -7px;} .link ul li:last-child a{padding-right:0} .link ul li:last-child a::after{content: none;} .search{position: relative;width: 30px;height: 30px;} .searchbox{width: 0;height: 30px;background: #ffffff;border-radius: 15px;padding:0 30px 0 15px;position: absolute;right:0;top:0;z-index: 3;transition: 0.35s all;opacity:0;visibility:hidden;} .search-button{width: 30px;height: 30px;background: #0f59d7 url(../img/search.svg) no-repeat center center;border-radius: 50%;background-size: 16px 16px;position: relative;z-index: 3;cursor: pointer;transition: 0.35s all;} .search:hover .searchbox{width: 200px;opacity:1;visibility:visible} .search:hover .search-button{background: #ffffff url(../img/search_blue.svg) no-repeat center center;background-size: 16px 16px;} /*导航*/ .nav .nLi{height: 40px;line-height: 40px;position: relative;} .nav .nLi h3 a{color: #ffffff;display: block;padding:0 10px;font-size: 16px;font-weight: normal;} .sub{display:none;position:absolute;top:100%;left:50%;z-index:2;padding-top:13px;min-width:130px;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);visibility:inherit;} .sub .sub-h{text-align:center;position:relative;background:#fff;padding:10px 0;box-shadow:0 0 10px rgba(0,0,0,.3);} .sub .sub-h a{display:block;font-size:14px;padding:5px;margin-bottom:1px;background:#fff;-webkit-transition:.3s;-o-transition:.3s;-moz-transition:.3s;transition:.3s;color: #434343;line-height: 25px;} .sub .sub-h a:hover{background: #0061cb;color:#fff;} .sub .sub-h:before{content:'';position:absolute;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%);border:8px solid transparent;border-bottom-color:#fff;top:-16px;} /*footer*/ .footer{width: 100%;padding:30px 0;background: #0061cb url(../img/footer_bg.jpg) no-repeat center top;} .copyright{position: relative;} .copyright p{font-size: 16px;color: #d6e5fd;line-height: 40px;} .copyright p a{color: #d6e5fd;display: inline-block;} .copyright p .a1{padding-right: 26px;background: url(../img/police.png) no-repeat right center;margin: 0 10px;} .copyright .flexbox{position: absolute;right:0;bottom:0;} .copyright p img{height: 40px;} .friendlink{max-width: 620px;} .friendlink ul li{margin-right: 30px;line-height: 40px;} .friendlink ul li a{color: #d6e5fd;font-size: 16px;}