﻿/*公共样式*/
*{margin:0;padding:0;list-style:none;text-decoration:none}
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;}
.p18{width: calc( 18% - 15px );}
.p82{width: calc( 82% - 15px );}
.p50{width: calc( 50% - 15px );}
.p33{width: calc( ( 100% - 60px )/3 );}

/*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.jpg) no-repeat center bottom;}
@media screen and (min-width:1920px){header{background-size: 100% 100%;}}
.logo{padding:30px 0;}
.logo a{display: block;}
.search{position: relative;}
.search .searchbox{width: 177px;height: 40px;background: none;line-height: 40px;padding:0 40px 0 10px;color: #ffffff;border: 1px solid #ffffff;}
.search .searchbutton{width: 40px;height: 40px;position: absolute;right:0;top:0;z-index: 2;cursor: pointer;background: none;}
.search .button{width: 42px;height: 42px;background: url(../img/search.svg) no-repeat center center;background-size: 18px 18px;position: absolute;right:0;top:0;z-index: 1;}

/*导航*/
.nav{background: #f2f2f2;width: 100%;}
.nav .nLi{height: 55px;line-height: 55px;position: relative;}
.nav .nLi h3 a{color: #434343;display: block;padding:0 29px;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: 16px;}
.nav .sub a:hover{ background: #00259c; color:#ffffff;  }
.nav .nLi.on h3 a{color:#ffffff;background: #00259c;}

/*footer*/
.footer{width: 100%;padding:30px 0;background: #00259c;}
.copyright p{font-size: 16px;color: #ffffff;line-height: 40px;text-align: center;}
.copyright p a{color: #ffffff;display: inline-block;margin: 0 10px;}
.copyright p .a2{padding-right: 25px;background: url(../img/police2.png) no-repeat right center;background-size: auto 24px;}
