/*公共样式*/
*{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;}
.image{width: 100%;height: 100%;position: absolute;left: 0;top:0;}
.image img{width: 100%;height: 100%;object-fit: cover;}
@font-face {
	font-family: myfont;
	src: url(../img/syst.woff);
}

/*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: url(../img/header_bg.png) no-repeat center top;}
.logo{padding:30px 0;}
.logo a{display: block;}
.search{position: relative;}
.search .searchbox{width: 200px;height: 35px;background: #ffffff;line-height: 35px;padding:0 35px 0 10px;color: #999999;}
.search .searchbutton{width: 35px;height: 35px;position: absolute;right:0;top:0;z-index: 2;cursor: pointer;background: none;}
.search .button{width: 35px;height: 35px;background: url(../img/search.svg) no-repeat center center;background-size: 18px 18px;position: absolute;right:0;top:0;z-index: 1;}

/*导航*/
.nav{width: 100%;}
.nav .nLi{height: 55px;line-height: 55px;position: relative;}
.nav .nLi h3 a{color: #ffffff;display: block;padding:0 30px;font-size: 16px;font-weight: normal;}
.nav .sub{display: none;position: absolute;top:55px;left:0;width: 100%;z-index: 3;}
.nav .sub li{ zoom:1;background: #f1f1f1; text-align: center;line-height: 45px;}
.nav .sub a{display:block;color: #434343;font-size: 14px;}
.nav .sub a:hover{ background: #0043a7; color:#fff;  }
.nav .nLi.on h3 a{    color: #012caf;
    background: #ffffff;}

/*footer*/
.footer{width: 100%;padding:30px 0;background: #0043a7;}
.copyright{position: relative;}
.copyright p{font-size: 16px;color: #d6e5fd;line-height: 40px;text-align: center;}
.copyright p a{color: #d6e5fd;display: inline-block;}
.copyright p .a1{padding-right: 26px;background: url(../img/police.png) no-repeat right center;}
.copyright::before{content: "";width: 42px;height: 54px;background: url(../img/police2.png) no-repeat center center;position: absolute;left: -50px;top:50%;margin-top: -27px;}
.copyright::after{content: "";width: 53px;height: 55px;background: url(../img/police1.png) no-repeat center center;position: absolute;right: -58px;top:50%;margin-top: -22.5px;}