/*公共样式*/ *{margin:0;padding:0;list-style:none;text-decoration:none;box-sizing: border-box;} body{font-family:"微软雅黑";overflow-x:hidden;font-size:16px;min-width: 1200px;} .w12{width:1200px;margin:0 auto;} .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;} @font-face { font-family: myfont; src: url(../img/qitifanti.TTF); } /*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%;position: relative;} .header{width: 100%;background: url(../img/header_bg.png) repeat-x;background-size: 100% 99%;border-bottom: 1px solid rgba(255,255,255,.5);position: absolute;top:0;left:0;z-index: 5;} .logo{padding:30px 0;} .logo a{display: block;} .search{position: relative;} .search .searchbox{width: 200px;height: 30px;background: none;line-height: 30px;padding:0 50px 0 15px;color: #ffffff;border: 1px solid #ffffff;border-radius: 15px;} .search .searchbutton{width: 30px;height: 30px;position: absolute;right:10px;top:0;z-index: 2;cursor: pointer;background: none;} .search .button{width: 30px;height: 30px;background: url(../img/search.svg) no-repeat center center;background-size: 18px 18px;position: absolute;right:10px;top:0;z-index: 1;} /*导航*/ .nav{background: url(../img/nav_bg.png) no-repeat center center;width: 100%;margin-top: -25px;position: relative;z-index: 3;} .nav .nLi{height: 50px;line-height: 50px;position: relative;} .nav .nLi::after{content: "";width: 4px;height: 4px;background: #831e28;display: block;border-radius: 2px;position: absolute;right:0;top:50%;margin-top: -2px;} .nav .nLi:last-child::after{content: none;} .nav .nLi h3 a{color: #831e28;display: block;padding:0 49px;font-size: 18px;} .nav .sub{display: none;position: absolute;top:50px;left:0;width: 100%;z-index: 3;box-shadow: 0 0 6px 0 rgba(0,0,0,.2);} .nav .sub li{ zoom:1;background: #f1f1f1; text-align: center;padding:10px 0;} .nav .sub a{display:block;color: #434343;font-size: 16px;line-height: 30px;} .nav .sub li:hover{background: #831e28;} .nav .sub li:hover a{color:#ffffff; } /*footer*/ .footer{width: 100%;padding:110px 0 10px;background: url(../img/footer-bg.png) no-repeat center top;} .links{padding-bottom: 10px;border-bottom: 1px solid #97582c;margin-bottom: 20px;} .links>.w12>.flexbox{margin-bottom: 20px;} .links h3{display: block;width: 142px;height: 35px;background: url(../img/link.png) no-repeat;text-align: center;line-height: 35px;font-size: 20px;color: #ffffff;font-weight: normal;flex-shrink: 0;margin-right: 30px;} .links ul{width: calc( 100% - 172px );line-height: 35px;} .links ul li{font-size: 16px;margin-right: 30px;} .links ul li a{color: #ffffff;padding-right:23px;position: relative;} .links ul li a::after{content: "";width: 1px;height: 16px;background: #fff;display: block;position: absolute;right:0;top:50%;margin-top: -8px;} .links ul li:last-child a::after{content: none;} .copyright p{font-size: 16px;color: #ffffff;line-height: 40px;} .copyright p a{color: #ffffff;display: inline-block;margin-right:5px;} .ewm ul li{margin-right: 15px;} .ewm ul li:last-child{margin-right: 0;} .ewm ul li .ewmbox{width: 114px;height: 114px;background: url(../img/ewm_box.png) no-repeat;display: flex;align-items: center;} .ewm ul li .ewmbox img{width: 100px;height: 100px;margin: 0px auto;} .ewm ul li p{font-size: 14px;color: #edccb1;text-align: center;line-height: 40px;}